@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Cormorant:ital,wght@0,300..700;1,300..700&family=Emblema+One&family=Lexend+Giga:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mrs+Saint+Delafield&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&family=Shippori+Mincho+B1&family=Zen+Kaku+Gothic+New&family=Zen+Old+Mincho&display=swap');

/* 要素 フォントサイズ・マージン・パディングをリセット */
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;
  font-size: 10px;
  font-family: "Zen Old Mincho", serif;
  color: #3E3E3E;
}

/* 行の高=フォントサイズ */
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 {
  content: "";
  content: none;
}

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を全ブラウザに対応*/
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

br {
  line-height: inherit;
}

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

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

section {
  display: block;
  position: relative;
}

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

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

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

main {
  display: block;
}

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

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

button {
  outline: none;
}

iframe {
  display: block;
  width: 100%;
}

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

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

body.fix {
  position: fixed;
  width: 100%;
}

body.open {
  overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Serif JP", serif;
  }
}

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

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

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

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

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,
.pc-tb {
  display: block;
}

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

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

.tb-sp,
.tb,
.sp {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 480px) {
  .cmn-wrap {
    padding-inline: 4%;
  }
}

.profile-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 48px;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .profile-wrap {
    padding-inline: 4%;
  }
}

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

.cmn-ttl {
  position: relative;

}

@media screen and (max-width: 1024px) {
  .cmn-ttl {

  }
}

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

  }
}

.cmn-ttl__sub {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  text-align: left;
  padding-top: 40px;
}

@media screen and (max-width: 1024px) {
  .cmn-ttl__sub {
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 480px) {
  .cmn-ttl__sub {
    font-size: 1.4rem;
  }
}

.cmn-ttl__main {
  display: block;
  font-weight: 700;
  font-size: 2rem;
  text-align: left;
  color: #323232;
}

@media screen and (max-width: 1024px) {
  .cmn-ttl__main {
    font-size: 2rem;
  }
}

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

.wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1240px;
  padding-inline: 20px;
}

/* 
.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 {
    padding-inline: 0;
  }
}

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

.hd-name {
  width: 201px;
  margin-bottom: 43px;
}

.hd-name img {
  width: 100%;
  display: block;
}

.hd-menu {
  margin-inline: auto;
  width: 100%;
  max-width: 474px;
  margin-bottom: 30px;
}

.hd-nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  width: 100%;
}

.hd-nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

.hd-nav__item {
  width: 100%;
  max-width: 240px;
}

.hd-nav__item.--even {}

.hd-nav__link {
  display: block;
  position: relative;
  padding-block: 5px;
  width: 100%;
  transition: 0.4s;
  text-align: center;
}

.hd-nav__link-jp {
  position: relative;
  display: block;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.875;
  color: #3e3e3e;
  transition: 0.4s;
  font-family: "Playfair Display", serif;
}

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

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

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



/* .hd-aside01 {
  z-index: 1;
  position: absolute;
  left: 0;
  font-family: "Playfair Display", serif;
  font-size: 98px;
  font-weight: 400;
  color: #F9F9F8;
  transform: rotate(90deg);
  letter-spacing: 0.16em;
  top: 10%;
}

.hd-aside02 {
  z-index: 1;
  position: absolute;
  right: 0;
  font-family: "Playfair Display", serif;
  font-size: 98px;
  font-weight: 400;
  color: #F9F9F8;
  transform: rotate(90deg);
  letter-spacing: 0.16em;
  top: 10%;
} */



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

.hd .cta-ph {
  width: 100%;
  display: none;
}

.hd.open {
  opacity: 0.8;
  background: #EEE;
  backdrop-filter: blur(2px);
}

.hd.open .hd-nav {
  opacity: 1;
  transition: 0.4s;
  visibility: visible;
  background-color: rgba(255, 255, 255, 1);
  color: #000;
}

.hd-name__logo {
  display: block;
}

@media screen and (max-width: 1024px) {
  .hd-name__logo {
    display: block;
  }
}

.hd.open .hd-name__logo {
  display: block;
}

.hd.fixed .hd-name__logo {
  display: block;
}

/* .hd.fixed .hd-toggle span {
  background: #2d2d2d;
}


.hd.open .hd-toggle span {
  background: #2d2d2d;
  color: #2d2d2d;
} */

.hd.open .hd-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(315deg);
  width: 100%;
}

.hd.open .hd-toggle span:nth-child(2) {
  left: 50%;
  width: 0;
}

.hd.open .hd-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-315deg);
  width: 100%;
}

.hd.open .hd-nav__item.--even {
  padding-left: 0px;
}



.hd-cnt {
  position: fixed;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: calc(100% - 520px);
  max-width: 600px;
  top: 50%;
  transform: translateY(-50%);
}

.hd-cnt::before,
.hd-cnt::after {
  position: absolute;
  font-size: 98px;
  color: #F9F9F8;
  white-space: nowrap;
  transform: rotate(-90deg);
  font-family: "Playfair Display", serif;
  letter-spacing: 0.16em;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .hd-cnt::before,
.hd-cnt::after {
  display: none;
}
}
.hd-cnt::before {
  content: 'OPEN HOUSE';
  top: 50%;
  right: 33%;
  transform: translateY(-50%) rotate(90deg);
}
.hd-cnt::after {
  content: 'OPEN HOUSE';
  left: 33%;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

@media screen and (max-width: 1240px) {
  .hd .cta-link {
    padding-inline: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .hd {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    gap: 0;
    width: 100%;
    max-width: 480px;
    height: 56px;
    line-height: 1;
    transition: all 0.4s;
    z-index: 1000;
  }
  @media screen and (max-width: 1024px) {
    .hd-cnt {
      position: relative;
      justify-content: space-between;
      flex-direction: row;
      flex-wrap: nowrap;
      padding-block: 0;
      padding-inline: 20px 16px;
      width: 100%;
      height: 100%;
      /* opacity: 0.8;
            background: #EEE;
            backdrop-filter: blur(2px); */
    }
 
  }



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

  .hd-menu {
    margin-inline: auto 0;
    width: auto;
    max-width: none;
  }

  .hd-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    position: fixed;
    top: 0;
    left: 0;
    padding-bottom: 70px;
    width: 100%;
    /* height: calc(100svh - 56px); */
    height: 100vh;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    padding: 0;
    border-top: none;
    border-bottom: none;
  }

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

  .hd-nav__list {
    align-items: center;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .hd-nav__item {
    width: 100%;
    padding: 0;
    border: none;
    text-align: left;
    padding-left: 0;
  }

  .hd-nav__item:first-child {
    border: none;
  }

  .hd-nav__link {
    display: block;
    padding-block: 5%;
    padding-inline: 0;
  }

  .hd-nav__link-jp {
    line-height: 1.56;
  }

  .hd .cta {
    display: none;
  }

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

  .hd-toggle__txt {
    position: relative;
  }

  /* .hd-toggle__txt::after {
    content: "Menu";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.56;
    letter-spacing: 0.1em;
    color: #978C8A;
    font-family: "Montserrat", serif;
    font-size: 16px;
  } */

  .hd-toggle div {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 25px;
    height: 28px;
  }

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

  .hd-toggle__line {
    height: 1px;
  }

  .hd-toggle__line:nth-child(1) {
    top: 6px;
    width: 21px;
    height: 2px;
    border-radius: 10px;
  }

  .hd-toggle__line:nth-child(2) {
    top: 14px;
    width: 21px;
    height: 2px;
    border-radius: 10px;
  }

  .hd-toggle__line:nth-child(3) {
    top: 22px;
    width: 15px;
    height: 2px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .hd.fixed {
    /* background: rgba(255, 255, 255, 0.7); */
    /* -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); */
    background: #fff;
  }
}

.ft {}

.ft-cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding-block: 20px;
  width: 100%;
  background: #BDBDBD;
}

@media screen and (max-width: 1024px) {
  .ft-cnt {
    padding-block: 8% 30%;
  }
}
.ft-text {
  font-family: 'Zen Kaku Gothic New', serif;
  letter-spacing: 0.05em;
  padding-top: 24px;
  font-size: 8px;
  font-weight: 400;
}


.ft-name {
  width: 210px;
}

@media screen and (max-width: 640px) {
  .ft-name {
    width: 200px;
  }
}

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

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

.ft-nav {
  margin-bottom: 24px;
}

.ft-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.ft-nav__item {
  text-align: center;
  padding: 0 10px;
}

.ft-nav__link {
  position: relative;
  display: block;
  margin-bottom: 8px;
  padding-block: 8px 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5625;
  text-align: center;
  letter-spacing: 0.1em;
  transition: 0.4s;
}

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

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

@media screen and (min-width: 1025px) {
  .ft-nav__link:hover:after {
    transform: scale(1, 1);
  }
}

.ft-copy {
  font-size: 10px;
  font-weight: 400;
  line-height: 2.8;
  letter-spacing: 0.1em;
  text-align: center;
}

.pagetop-link {
  width: 20px;
  height: 50px;
  position: absolute;
  right: 24px;
  bottom: 32px;
  background: url(./img/top.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .pagetop-link {
    display: none;
  }
}

.banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  z-index: 1001;
  transition: 0.4s;
  left: 50%;
  transform: translateX(-50%);
}

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

.banner-contact {
  display: none;
}

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

.content {
  position: relative;
  width: 480px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(65, 65, 65, 0.16);
  overflow: clip;
}

.content.open {
  background: transparent;
  box-shadow: none;
}

.content.open .main,
.content.open .ft {
  /* visibility: hidden; */
  visibility: visible;
}

@media screen and (max-width: 1024px) {
  .content {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
  }
}

.cta {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 47px 24px 33px;
}

.cta02 {
  border: 1px solid #B0ADA2;
  padding: 11px 24px 17px;
}

@media screen and (max-width: 640px) {
  .cta {
    width: 100%;
    margin-top: 0;
  }
}

.cta.--hd {
  background-color: unset;
}

.cta.--hd>a {
  padding: 0;
}

.cta.--nobg {
  background: unset;
}

.cta.--nobg>a {
  padding: 32px 0;
}

.cta-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cta-content {

}

.cta-txt__list {
  width: 100%;
  height: 141px;
  overflow-y: scroll;
  padding: 16px;
  border: 1px solid #B0ADA2;
  margin-top: 24px;
}

.cta-txt__list >p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #3A3A3A;
}

.term-notice {
  font-size: 2rem;
  color: #928B72;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
  font-weight: 500;
}


@media screen and (min-width: 1025px) {
  .cta-link:hover .cta-txt {
    background: #fff;
    color: #928B72;
  }

  .cta-link:hover .cta-txt::after {
    filter: invert(65%) sepia(18%) saturate(332%) hue-rotate(360deg) brightness(95%) contrast(87%);
  }
}

.cta-ph {}

.cta-caption {
  position: relative;
  margin-bottom: 1em;
  width: 100%;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  transition: 0.4s;
  font-size: 16px;
}

.cta-txt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  width: 370px;
  height: 48px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  transition: 0.4s;
  font-size: 2rem;
  background-color: #928B72;
  border: 1px solid #928B72;
  border-radius: 40px;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .cta-txt:hover {
    background: #fff;
    color: #928B72;
  }
}
@media screen and (max-width: 1024px) {
  .cta-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .cta-txt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
  .cta-txt {
    max-width: 250px;
    height: 40px;
  }
}

.cta-content__img {
  margin-bottom: 20px;
}

.cta-txt::after {
  content: "";
  position: absolute;
  right: 30px;
  width: 13px;
  height: 13px;
  transition: 0.4s;
  background: url(./img/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}

.fv {
  position: relative;
}

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

.fv-slide__item {
  min-height: 810px;
}

@media screen and (max-width: 480px) {
  .fv-slide__item {
    min-height: auto;
  }
}

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

.fv-catch {
  position: absolute;
  width: 100%;
  top: 80px;
  z-index: 1;
}

.fv-catch__ttl {
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 4rem;
  padding-left: 24px;
  margin-bottom: 20px;
}

@media screen and (max-width: 430px) {
  .fv-catch__ttl {
    font-size: 3.2rem;
  }
}

.fv-catch__ttl span {
  letter-spacing: 0.1em;
}

.fv-catch__txt {
  color: #3d3d3d;
  font-size: 1.6rem;
  letter-spacing: 0.11em;
  font-weight: 500;
  display: block;
  border: 1px solid #3d3d3d;
  width: 134px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px;
}

@media screen and (max-width: 640px) {
  .fv-catch__txt {
    font-size: 1.4rem;
  }
}

.fv-catch__txt02 {
  color: #3e3e3e;
  font-size: 2rem;
  letter-spacing: 0.11em;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fv-catch__txt02 >strong{
  font-size: 3.2rem;
  letter-spacing: 0.11em;
  font-weight: 500;
}

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

  .fv-catch__txt02 >strong{
    font-size: 2.8rem;
  }
}

.fv-text {
  position: absolute;
  top: 270px;
  z-index: 1;
  width: 384px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
  .fv-text {
    width: 300px;
    top: 240px;
  }
}

.fv-data__head {
  text-align: center;
  margin-inline: auto;
  width: calc(100% - 32px);
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #333;
}

.fv-data__head-st {
  text-align: center;
  font-size: min(3.7333333333vw, 0.875rem);
  line-height: 1.125;
  letter-spacing: 0.05em;
}

.fv-data__head-st strong {
  font-size: min(6.4vw, 1.5rem);
}

.fv-data__head-st small {
  font-size: min(2.1333333333vw, 0.625rem);
  color: #327EE1;
}

.fv-data__head-st small.col01 {
  color: #B11819;
}

.fv-data__foot-st {
  text-align: center;
  font-size: min(3.7333333333vw, 0.875rem);
  line-height: 1.125;
  letter-spacing: 0.05em;
}

.fv-data__foot-st small {
  display: block;
  font-size: min(2.6666666667vw, 0.625rem);
}

.message {
  padding: 48px 0 0;
  background-color: #FAFAFA;
  display: flex;
  justify-content: end;
  display: none;
}

@media screen and (max-width: 1024px) {
  .message {
    width: 100%;
    padding: 6% 0 0;
  }
}
@media screen and (max-width: 640px) {
  .message {
    width: 100%;
    padding: 8% 0 0;
  }
}


.message-contain {
  width: 448px;
  background-color: #eae9df;
}

.message-wrap {
  position: relative;
  margin: 0 auto;
  width: 384px;
}

@media screen and (max-width: 640px) {
  .message-wrap {
    width: 100%;
    padding: 0 4%;
  }
}

.message-ttl {
  text-align: center;
  margin-bottom: 16px;
  font-size: 2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 640px) {
.message-ttl {

  font-size: 1.8rem;
}
}


.message-txt {
  font-size: 1.4rem;
  font-weight: 400;
}

.concept {
  display: flex;
  justify-content: end;
  position: relative;
  padding: 56px 0 0;
  background: #fafafa;
}
@media screen and (max-width: 1024px) {
  .concept {
    padding: 8% 0 0;
  }
}
@media screen and (max-width: 640px) {
  .concept {

  }
}


.concept-contain {
  width: 448px;
  background: url(./img/bg-contact.jpg) no-repeat center center / cover;
}
@media screen and (max-width: 1024px) {
  .concept-contain {
    width: 100%;
  }
}

.concept-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 16px;
  width: 100%;

}



.concept-head {
  margin-bottom: 64px;
  margin-inline: auto 0;
  max-width: 400px;
}

@media screen and (max-width: 480px) {
  .concept-head {
    margin-bottom: 8%;
  }
}

.concept-ttl {
  display: block;
  margin-bottom: 24px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: 1.8rem;
  font-family: 'Playfair Display', serif;
  text-align: left;
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  .concept-ttl {
    margin-bottom: 2%;
    padding-top: 8%;
  }
}
@media screen and (max-width: 640px) {
  .concept-ttl {
    margin-bottom: 4%;
    padding-top: 10%;
    font-size: 1.6rem;
  }
}
.concept-ttl>span {
  font-family: 'Zen Old Mincho', serif;
  font-size: 2.4rem;
  display: block;
  color: #3e3e3e;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding-top: 8px;
}
@media screen and (max-width: 1024px) {
  .concept-ttl>span {
    font-size: 2rem;
    padding-top: 1%;
  }
}
@media screen and (max-width: 640px) {
  .concept-ttl>span {
    font-size: 1.8rem;
    padding-top: 2%;
  }
}


.concept-hd {
  padding: 16px 0;
    font-size: 1.6rem;
    font-weight: 400;
    border-top: 1px solid #B0ADA2;
    line-height: 1.6;
}

.concept-img {
  margin-bottom: 16px;
}

.sp01 {
  display: block;
}

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

.concept-txt {
  line-height: 24px;
  letter-spacing: 0;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .concept-txt {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 1024px) {
  .concept-txt {
    margin-bottom: 7%;
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .concept-txt {
    font-size: 1.4rem;
    margin-bottom: 4%;
  }
}

.concept-data {
  padding: 8px 24px;
  background: #fff;
}

.concept-data__item {
  padding-block: 32px;
}

@media screen and (max-width: 480px) {
  .concept-data__item {
    padding-block: 4%;
  }
}

.concept-data__item:first-child {
  border-bottom: 1px solid #dddddd;
}

.concept-data__ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 11px;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #595959;
}

@media screen and (max-width: 480px) {
  .concept-data__ttl {
    font-size: 1.6rem;
  }
}

.concept-data__ttl::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #978C8A;
  border-radius: 50%;
}

.concept-data__txt {
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .concept-data__txt {
    font-size: 1.4rem;
  }
}

.concept-ph {
  display: flex;
  justify-content: space-between;
}

.concept-ph img:first-child {
  margin-bottom: 88px;
  width: 260px;
}

.concept-ph img:last-child {
  margin-top: 88px;
  width: 196px;
}

@media screen and (max-width: 640px) {
  .concept-ph img:first-child {
    width: 54%;
  }
}

@media screen and (max-width: 640px) {
  .concept-ph img:last-child {
    width: 40%;
  }
}

.point {
  background-color: #F5F5F5;
  padding: 80px 0 295px;
}

@media screen and (max-width: 1024px) {
  .point {
    padding-top: 8%;
  }
}

@media screen and (max-width: 640px) {
  .point {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

.point-strong {
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  color: #5D7587;
}

@media screen and (max-width: 1024px) {
  .point-strong {
    font-weight: 400;
    font-size: 2rem;
    letter-spacing: 0.08em;
    color: #5D7587;
  }
}

@media screen and (max-width: 640px) {
  .point-strong {
    font-weight: 400;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    color: #5D7587;
  }
}

.point-box__name {
  font-size: 2rem;
  color: #5D7587;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .point-box__name {
    font-size: 1.8rem;
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .point-box__name {
    font-size: 1.62rem;
    margin-bottom: 4%;
  }
}

.point-wrap {
  position: relative;
  background-color: #fff;
  padding: 24px 20px 32px;
}

@media screen and (max-width: 1024px) {
  .point-wrap {
    padding: 4% 4% 6%
  }
}

.point-box__ph {
  margin-bottom: 24px;
}

.point-box__ttl {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #5D7586;
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .point-box__ttl {
    font-size: 1.8rem;
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .point-box__ttl {
    font-size: 1.6rem;
    margin-bottom: 4%;
  }
}

.point-box__txt {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #676767;
}

.point-slide-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 8px;
  margin-bottom: 8px;
}

.point-slide-hd {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  font-size: 12rem;
  letter-spacing: 0.08em;
  opacity: .1;
  color: #5d6d7a;
}

@media screen and (max-width: 640px) {
  .point-slide-hd {
    font-size: 10rem;
    top: 45%;
  }
}

.point-slide-btm {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  padding-top: 32px;
  font-weight: 700;
  color: #5D7587;
}

@media screen and (max-width: 640px) {
  .point-slide-btm {
    font-size: 1.4rem;
    padding-top: 10%;
  }
}

.point-slide-btm::after {
  content: "";
  display: block;
  position: absolute;
  background: url(./img/arrow-bottom.svg);
  width: 21px;
  height: 23px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
}

.point-slide-btn {
  position: relative;
  width: 214px;
  height: 150px;
  background-color: #DEDEDE;
}

@media screen and (max-width: 640px) {
  .point-slide-btn {
    height: 120px;
    width: calc(50% - 4px);
  }
}

.point-slide-btn.active {
  background-color: #5D7587;
}

.point-slide-btn.active .point-slide-hd {
  color: #fff;
}

.point-slide-btn.active .point-slide-btm {
  color: #fff;
}

.point-slide-btn.active .point-slide-btm::after {
  filter: invert(100%) brightness(200%);
}

.menu {
  padding: 80px 0px 295px;
}

@media screen and (max-width: 640px) {
  .menu {
    padding-top: 8%;
  }
}

@media screen and (max-width: 640px) {
  .menu {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

.menu__box-hd {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.menu__btn {
  cursor: pointer;
  width: 216px;
  height: 142px;
  background-color: #DEDEDE;
  border-bottom: 8px solid #fff;
}

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

.menu__btn.--border {
  cursor: pointer;
  width: 216px;
  height: 142px;
  background-color: #DEDEDE;
  border-top: 8px solid #fff;
  border-bottom: 0;
}

@media screen and (max-width: 640px) {
  .menu__btn.--border {
    height: 120px;
  }
}


.menu__btn.--border.active {
  border-top: 0;
  background-color: #5D7587;
}

.menu__btn-num {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -40%);
  top: 50%;
  font-size: 12rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  opacity: .1;
  color: #5d6d7a;
}

@media screen and (max-width: 640px) {
  .menu__btn-num {
    font-size: 10rem;
  }
}

.menu__btn.active {
  border-bottom: 0;
  background-color: #5D7587;
}

.menu__btn.active .menu__btn-txt {
  background-color: #5D7587;
  color: #fff;
}

.menu__btn.active .menu__btn-num {
  color: #fff;
}

.menu__btn.active .menu__btn-txt::after {
  filter: invert(100%) brightness(200%);
}


.menu__btn-txt {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  padding-top: 32px;
  font-weight: 700;
  color: #5D7587;
}

@media screen and (max-width: 640px) {
  .menu__btn-txt {
    font-size: 1.4rem;
  }
}

.menu__btn-txt::after {
  content: "";
  display: block;
  position: absolute;
  background: url(./img/arrow-bottom.svg);
  width: 21px;
  height: 23px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
}

.menu__btn-txt.--rotate::after {
  transform: translateX(-50%) scaleY(-1);
}

.menu__btn-num {}

.menu__cnt {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.menu__cnt>figure {
  background-color: #5D7587;
  padding: 32px 20px;
}

@media screen and (max-width: 1024px) {
  .menu__cnt>figure {
    padding: 4% 4% 6%;
  }
}

.menu__cnt-ttl {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .menu__cnt-ttl {
    margin-bottom: 2%;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .menu__cnt-ttl {
    margin-bottom: 4%;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}

.menu__cnt-text01 {
  width: 320px;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #fff;
  padding-top: 24px;
  margin-bottom: 24px;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 1024px) {
  .menu__cnt-text01 {
    padding-top: 2%;
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .menu__cnt-text01 {
    padding-top: 4%;
    margin-bottom: 4%;
  }
}

.menu__cnt-img {
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .menu__cnt-img {
    margin-bottom: 2%
  }
}

@media screen and (max-width: 640px) {
  .menu__cnt-img {
    margin-bottom: 4%
  }
}

.menu__cnt-text02 {
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.05em;
}

.example {
  background-color: #fafafa;
  display: flex;
  justify-content: end;
}


.example-contain {
  width: 448px;
  background: url(./img/bg-contact.jpg) no-repeat center center / cover;
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .example-contain {
    padding-top: 0;
    width: 100%;
  }
}

.example-ttl {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .example-ttl {
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 640px) {
  .example-ttl {
    margin-bottom: 4%;
    font-size: 1.6rem;
  }
}

.example__main {
  display: block;
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  text-align: center;
  color: #2d2d2d;
}

.example-wrap {
  padding-inline: 16px;
}

@media screen and (max-width: 1024px) {
  .example-wrap {
    padding-block: 8% 8%;
    padding-inline: 4%;
  }
}

.example-point {
  display: none;
}

.example-info {
  background: #fff;
  padding: 20px;
  font-size: 1.4rem;
  font-family: 'Zen Kaku Gothic New', serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 24px;
}

@media screen and (max-width: 1024px) {
  .example-info {
    padding: 2%;
    margin-top: 2%;
  }
}

@media screen and (max-width: 640px) {
  .example-info {
    padding: 4%;
    margin-top: 4%;
  }
}

.example-info>li {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 4px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .example-info>li {
    font-size: 1.4rem;
  }
}

.example-info>li span {
  display: inline-block;
  width: 72px;
  height: auto;
  text-align: right;
}

.example-info>li div {
  height: 1px;
  width: 2em;
  background: #000;
}

.example-info>li p {
  font-size: 1.6rem;
}

.example-info>li small {
  font-size: 11px;
}

.example-ph__txt {
  text-align: right;
  font-size: 12px;
  font-weight: 300;
  padding-top: 8px;
}

.example-txt {
  margin-bottom: 32px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  color: #676767;
}

@media screen and (max-width: 1024px) {
  .example-txt {
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 640px) {
  .example-txt {
    margin-bottom: 5%;
    font-size: 1.4rem;
  }
}

.example-slide {
  position: relative;
}

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

.example-slide__thumbs .swiper-slide {
  height: 80px;
  text-align: center;
  overflow: hidden;
  opacity: 0.5;
}

@media screen and (max-width: 480px) {
  .example-slide__thumbs .swiper-slide {
    height: 60px;
  }
}

.example-slide__thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}

.example .swiper-slide-thumb-active {
  opacity: 1;
}

.example .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #e2e2e2;
  opacity: 1;
}

.example .swiper-pagination-bullet-active {
  background: #4b3928;
}

.example .swiper-pagination-bullets {
  bottom: -35px;
}

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

.example .swiper-button-next,
.example .swiper-button-prev {
  position: absolute;
  top: 43%;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: url(./img/icon-arrow.svg) no-repeat center center/cover;
  transition: 0.4s;
  z-index: 1;
}

.example .swiper-button-next::after {
  display: none;
}

.example .swiper-button-prev {
  left: 8px;
  right: auto;
  transform: scale(-1, 1);
}

.example .swiper-button-prev::after {
  display: none;
}


@media screen and (min-width: 1024px) {

  .example .swiper-button-next:hover,
  .example .swiper-button-prev:hover {
    opacity: 0.7;
  }
}

.example-tab__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.example-tab__item {
  display: flex;
  flex-direction: column;
  width: 33.3333333333%;
}

.example-tab__btn {
  width: 100%;
  height: 58px;
  background: #fff;
  outline: 1px solid #595959;
  border: none;
  transition: 0.4s;
  cursor: pointer;
}

.example-tab__btn.active {
  transform: scale(1, 1.25);
  transform-origin: bottom;
  background: #595959;
}

.example-tab__btn.active .example-tab__ttl {
  color: #fff;
  transform: scale(1, 0.8);
}

@media screen and (max-width: 640px) {
  .example-tab__btn {
    padding: 5%;
  }
}

@media screen and (max-width: 480px) {
  .example-tab__btn {
    height: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .example-tab__btn:hover {
    transform: scale(1, 1.25);
    transform-origin: bottom;
    background: #595959;
  }

  .example-tab__btn:hover .example-tab__ttl {
    color: #fff;
    transform: scale(1, 0.8);
  }
}

.example-number-ttl {
  display: block;
  text-align: center;
  font-size: 2rem;
  color: #5D7587;
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .example-number-ttl {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    color: #5D7587;
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .example-number-ttl {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    color: #5D7587;
    margin-bottom: 4%;
  }
}

.example-number-slide {
  background: #5D7587;
  padding: 40px 20px 72px;
}

@media screen and (max-width: 1024px) {
  .example-number-slide {
    padding: 4% 4% 8%;
  }
}

.example-number-slide .swiper-wrapper {}

.example-number-slide .swiper-wrapper .example-number-slide__ttl {
  font-size: 2rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.6;
  height: 58px;
}

@media screen and (max-width: 1024px) {
  .example-number-slide .swiper-wrapper .example-number-slide__ttl {
    font-size: 1.8rem;
    margin-bottom: 2%;
    height: 50px;
  }
}

@media screen and (max-width: 640px) {
  .example-number-slide .swiper-wrapper .example-number-slide__ttl {
    font-size: 1.6rem;
    height: 50px;
  }
}

.example-number-slide .swiper-wrapper .example-number-slide__img {
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .example-number-slide .swiper-wrapper .example-number-slide__img {
    margin-bottom: 3%;
  }
}

@media screen and (max-width: 640px) {
  .example-number-slide .swiper-wrapper .example-number-slide__img {
    margin-bottom: 5%;
  }
}


.example-number-slide .swiper-wrapper .example-number-slide__text {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #fff;
}

.example-number-slide>span {
  display: block;
  text-align: center;
  font-size: 2rem;
  color: #5D7587;
  letter-spacing: 0.08em;
}

.example-tab__ttl {
  font-weight: 600;
  line-height: 1.66;
  text-align: center;
  letter-spacing: 0.1em;
  color: #595959;
  transition: 0.4s;
  font-size: 16px;
}

.example-tab__ttl-st {
  font-family: "Montserrat", serif;
  font-weight: 600;
}

@media screen and (max-width: 480px) {
  .example-tab__ttl {
    font-size: 1.4rem;
  }
}

.example-detail {
  background: #EDEBEB;
  border-top: 1px solid #EDEBEB;
  position: relative;
  z-index: 1;
}

.example-cnt__box {
  padding-block: 40px;
}

@media screen and (max-width: 480px) {
  .example-cnt__box {
    padding-block: 4%;
  }
}

.example-cnt__info {
  width: 100%;
}

.example-cnt__ph {
  margin-bottom: 40px;
  width: 100%;
}

@media screen and (max-width: 480px) {
  .example-cnt__ph {
    margin-bottom: 4%;
  }
}

.example-cnt__ttl {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.66;
  letter-spacing: 0.1em;
  color: #595959;
  transition: 0.4s;
}

@media screen and (max-width: 640px) {
  .example-cnt__ttl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 480px) {
  .example-cnt__ttl {
    font-size: 1.8rem;
    margin-bottom: 2%;
  }
}

.example-cnt__txt {
  line-height: 2;
  letter-spacing: 0.1em;
  color: #595959;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  .example-cnt__txt {
    font-size: 1.4rem;
  }
}

.plan {
  display: flex;
  justify-content: end;
  position: relative;
  background: #fafafa;
}

.plan-contain {
  width: 448px;
  background: url(./img/bg-contact.jpg) no-repeat center center / cover;
}
@media screen and (max-width: 1024px) {
  .plan-contain {
    width: 100%;
  }
}


.plan-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 16px;
  width: 100%;
  padding-bottom: 40px;
}

.plan-ttl {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: 1.8rem;
  font-family: 'Playfair Display', serif;
  text-align: left;
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .plan-ttl {
    padding-top: 8%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .plan-ttl {
    padding-top: 10%;
  }
}

.plan-madori {
  display: flex;
  gap: 24px;
  width: 192px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .plan-madori {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 640px) {
  .plan-madori {
    margin-bottom: 6%;
    gap: 12px;
  }
}

.gallery1 >span {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-family: "Playfair Display", serif;
  color: #5E5E5E;
  padding-top: 5px;
}
@media screen and (max-width: 480px) {
  .gallery1 >span {
    font-size: 1.6rem;
  }
}
.gallery2 >span {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-family: "Playfair Display", serif;
  color: #5E5E5E;
}
@media screen and (max-width: 480px) {
  .gallery1 >span {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    font-family: "Playfair Display", serif;
    color: #5E5E5E;
  }
}
.plan-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.plan-info >li{
  font-size: 1.4rem;
}
.access {
  padding: 75px 0 120px;
  background-color: #fafafa;
}

@media screen and (max-width: 1024px) {
  .access {
    padding: 7% 0 12%;
  }
}

@media screen and (max-width: 640px) {
  .access {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

.access-wrap {
  background-color: #eeeeee;
  width: 448px;
  padding: 46px 0 150px 40px;
}
@media screen and (max-width: 1024px) {
  .access-wrap {
    width: 100%;
    padding: 8% 0 17% 4%;
  }
}
@media screen and (max-width: 400px) {
  .access-wrap {
    width: 100%;
    padding: 8% 0 25% 4%;
  }
}

.access__sub {
  display: block;
  margin-bottom: 8px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .access__sub {
    font-size: 1.4rem;
  }
}

.access__main {
  display: block;
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .access__main {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .access__main {
    font-size: 1.8rem;
  }
}

.access-map {
  width: 416px;
  height: 200px;
  margin-top: -150px;
}

@media screen and (max-width: 1024px) {
  .access-map {
    padding: 4%;
    margin-top: -95px;
  }
}

@media screen and (max-width: 640px) {
  .access-map {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .access-map {

  }
}


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

.access-info {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .access-info {
    padding: 2% 0;
  }
}
@media screen and (max-width: 640px) {
  .access-info {
    padding: 4% 0;
  }
}
.access-info >li {
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20px;
}
.access-info >li >span{
  flex-shrink: 0;
}

.access-info__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 30px;
  background: #595959;
  font-weight: 400;
  line-height: 1.875;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
}

@media screen and (max-width: 480px) {
  .access-info__ttl {
    font-size: 1.4rem;
  }
}

.access-info__txt {
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  .access-info__txt {
    font-size: 1.4rem;
  }
}

.access-info__add {
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 480px) {
  .access-info__add {
    font-size: 1.4rem;
  }
}

.feature {
  padding: 80px 0 0;
  background-color: #fafafa;
}
@media screen and (max-width: 1024px) {
  .feature {
    padding:  8% 0 0;
  }
}
@media screen and (max-width: 640px) {
  .feature {
    padding:  10% 0 0;
  }
}

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

@media screen and (max-width: 1024px) {
  .feature-wrap {
    padding-inline: 4%;
  }
}

.feature-ttl {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .feature-ttl {
    margin-bottom: 4%;

  }
}
@media screen and (max-width: 640px) {
  .feature-ttl {
    margin-bottom: 6%;
    font-size: 1.6rem;
  }
}

.feature-cnt {
  margin-bottom: 48px;
}

.feature-cnt__hd {
  font-size: 1.6rem;
  margin-bottom: 16px;
  font-weight: 500;
}
.feature-cnt__img {
  margin-bottom: 16px;
}
.feature-cnt__txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 24px;
}
.feature-cnt:last-of-type {
  margin-bottom: 0;
}




.works {
  padding: 80px 0;
  background: url(./img/bg-contact.jpg) no-repeat center center / cover;
}

@media screen and (max-width: 1024px) {
  .works {
    padding: 8% 0;
  }
}

@media screen and (max-width: 640px) {
  .works {
    padding: 10% 0;
  }
}

.works-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 48px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .works-wrap {
    padding-inline: 4%;
  }
}


.works-ttl__main {
  display: block;
  font-weight: 700;
  font-size: 2rem;
  text-align: left;
  color: #323232;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .works-ttl__main {
    margin-bottom: 4%;
  }
}


@media screen and (max-width: 640px) {
  .works-ttl__main {
    font-size: 1.8rem;
    margin-bottom: 6%;
  }
}

.works-block.--none {
  display: none;
}
/* .works-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 23px;
  width: 100%;
  padding-block: 80px;
}

@media screen and (max-width: 480px) {
  .works-wrap {
    padding-inline: 4%;
    padding-block: 8%;
  }
} */

.works-num {
  position: relative;
  cursor: pointer;
  display: block;
  color: #B0ADA2;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .works-num {
    font-size: 1.6rem;
    margin-bottom: 2%;
  }
}


.works-num.--block {
  margin-top: 48px;
}

@media screen and (max-width: 640px) {
  .works-num.--block {
    margin-top: 8%;
  }
}

.works__item--btn {
  transition: 0.4s;
  display: inline-block;
  width: 23px;
  height: 1px;
  background: #B0ADA2;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.works__item--btn::after {
  content: "";
  display: block;
  width: 1px;
  height: 23px;
  background: #B0ADA2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.4s;
}

.works-num.active .works__item--btn::after {
  opacity: 0;
}


@media screen and (max-width: 1024px) {
  .works-num  {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .works-num {
    font-size: 1.6rem;
  }
}

.example-madori {}

.example-madori>span {
  display: block;
  text-align: center;
  font-size: 2rem;
  color: #5D7587;
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .example-madori>span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .example-madori>span {
    font-size: 1.5rem;
  }
}

.works-block {
}

.works-block.--none {
  margin-bottom: 0;
}

.works__cnt-madori {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 64px;
}

@media screen and (max-width: 1024px) {
  .works__cnt-madori {
    margin-bottom: 6%;
  }
}

@media screen and (max-width: 640px) {
  .works__cnt-madori {
    margin-bottom: 8%;
  }
}

.works-cnt:not(:last-child) {
  margin-bottom: 42px;
}

.works-slide {
  position: relative;
}

.works-slide__thumbs {
  margin-top: 8px;
  padding: 0;
  width: 100%;
  overflow-x: scroll;
}
@media screen and (max-width: 640px) {
  .works-slide__thumbs {
    margin-top: 2%;
  }
}

.works-slide__thumbs .swiper-slide {
  aspect-ratio: 105/82;
  text-align: center;
  overflow: hidden;
  opacity: 0.5;
}

.works-slide__thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}

.works {
  /* padding-top: 100px;
  margin-top: -100px; */
}

.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.svg) no-repeat center center/cover;
  transition: 0.4s;
  z-index: 1;
}

.works .swiper-button-prev01::after,
.works .swiper-button-next01::after,
.works .swiper-button-prev02::after,
.works .swiper-button-next02::after {
  display: none;
}

.works .swiper-button-prev01,
.works .swiper-button-prev02 {
  left: 8px;
  transform: scale(-1, 1);
}

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

  .works .swiper-button-prev01,
  .works .swiper-button-next01,
  .works .swiper-button-prev02,
  .works .swiper-button-next02 {
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 1024px) {

  .works .swiper-button-prev01:hover,
  .works .swiper-button-next01:hover,
  .works .swiper-button-prev02:hover,
  .works .swiper-button-next02:hover {
    opacity: 0.7;
  }
}

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

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

.benefits-link {
  padding: 56px 23px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .benefits-link {
    padding: 56px 24px;
  }
}

@media screen and (min-width: 1025px) {
  .benefits-link:hover .benefits-txt {
    background: #fff;
    color: #b11819;
  }

  .benefits-link:hover .benefits-txt::after {
    background: #b11819;
  }
}

.benefits-ph {
  margin-bottom: 12px;
  width: 100%;
  max-width: 368px;
}

.benefits-txt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 26px;
  width: 100%;
  max-width: 368px;
  height: 60px;
  background: #b11819;
  border-radius: 10px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  transition: 0.4s;
}

.benefits-txt::after {
  content: "";
  display: block;
  height: 14px;
  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;
  transition: 0.4s;
}

.benefits-info {
  padding: 16px 6px;
  width: 100%;
  border: 1px solid #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
}

.contact {
  padding-block: 80px;
  background: url(./img/bg-contact.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 1024px) {
  .contact {
    padding-block: 8%;
  }
}

@media screen and (max-width: 640px) {
  .contact {
    padding-block: 10%;
  }
}

.contact-ttl__main {
  color: #3A3A3A;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 640px) {
  .contact-ttl__main {
    font-size: 1.8rem;
  }
}

.contact__text {
  color: #676767;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .contact__text {
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .contact__text {
    margin-bottom: 4%;
  }
}

.contact__tel {
  font-family: 'Zen Kaku Gothic New', serif;
  text-align: center;
  background: #fff;
  padding: 16px 0;
  font-size: 1.4rem;
  color: #676767;
  font-weight: 400;
  margin-bottom: 40px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .contact__tel {
    padding: 2% 0;
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .contact__tel {
    padding: 4% 0;
    margin-bottom: 6%;
  }
}

.section-contact__menu {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .section-contact__menu {
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .section-contact__menu {
    margin-bottom: 4%;
  }
}


.section-contact__btn {
  cursor: pointer;
  width: 216px;
}

.section-contact__btn-wrap {
  background-color: #DEDEDE;
  width: 100%;
  height: 141px;
}

@media screen and (max-width: 480px) {
  .section-contact__btn-wrap {
    height: 120px;
  }
}

.section-contact__btn-wrap.--active {
  background-color: #5D7587;
}

.section-contact__btn-wrap.--active>p {
  color: #fff;
}

.section-contact__btn-wrap.--active>p::after {
  filter: invert(100%) brightness(200%);
}

.section-contact__btn-wrap>p {
  position: relative;
  text-align: center;
  padding-top: 24px;
  font-size: 1.2rem;
}

@media screen and (max-width: 480px) {
  .section-contact__btn-wrap>p {
    padding-top: 4%;
  }
}

.section-contact__btn-wrap>p::after {
  content: "";
  display: block;
  position: absolute;
  background: url(./img/arrow-bottom.svg);
  width: 21px;
  height: 23px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
}

.section-contact__btn-wrap>p>span {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .section-contact__btn-wrap>p>span {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.company-profile {
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .company-profile {
    padding: 8% 0;
  }
}

@media screen and (max-width: 640px) {
  .company-profile {
    padding: 10% 0;
  }
}

.company-profile-txt {
  cursor: pointer;
  width: 432px;
  background: #978C8A;
  border: 1px solid #978C8A;
  text-align: center;
  padding: 20px 0;
  line-height: 2;
  transition: 0.4s;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 96px;
}

@media screen and (min-width: 1025px) {
  .company-profile-txt:hover {
    background: #FFF;
    border: 1px solid #978C8A;
    color: #978C8A;
  }

  .company-profile-txt:hover .company-profile-hd::before {
    filter: invert(54%) sepia(7%) saturate(250%) hue-rotate(345deg) brightness(95%) contrast(90%);
    transition: 0.4s;
  }
}

@media screen and (max-width: 480px) {
  .company-profile-txt {
    width: 100%;
    padding: 4% 0;
    margin-bottom: 8%;
  }
}

.company-profile-hd {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
}

.company-profile-hd::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
  width: 20px;
  height: 20px;
  background: url(./img/phone.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.4s;
}

.company-profile-tel {
  font-family: "Montserrat", serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: block;
}

@media screen and (max-width: 480px) {
  .company-profile-tel {
    font-size: 2rem;
  }
}

.company-profile-info {
  display: block;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 2.4;
}

.company-profile-info>strong {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 20%;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: url(./img/company-arrow-right.svg) no-repeat center center / cover;
  transition: 0.4s;
  z-index: 1;
}

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

  .swiper-button-prev,
  .swiper-button-next {
    top: 20%;
  }
}


.swiper-button-prev.--point,
.swiper-button-next.--point {
  top: 37%;

}

.swiper-button-prev {
  transform: scale(-1, 1);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  cursor: pointer;
}

.swiper-button-prev::after,
.swiper-button-next::after {}

.swiper-button-prev::after {
  content: "none";
}

.swiper-button-next::after {
  content: "none";
}


.company-tab {
  margin-top: 56px;
}

@media screen and (max-width: 1024px) {
  .company-tab {
    margin-top: 5%;
  }
}

@media screen and (max-width: 640px) {
  .company-tab {
    margin-top: 7%;
  }
}

@media screen and (max-width: 480px) {
  .company-tab {
    margin-top: 6%;
  }
}

.company-tab__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 5px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 40px;
  margin-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .company-tab__list {
    padding-bottom: 3%;
    margin-bottom: 3%;
  }
}

.company-tab__item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 33.3333333333%;
}

.company-tab__btn {
  cursor: pointer;
  padding: 0;
  border: none;
  background: none;
  display: block;
  width: 100%;
  height: 100%;
  filter: brightness(80%);
}

.company-tab__btn.active {
  opacity: 1;
  filter: brightness(110%);
}

.company-tab__btn.active .company-tab__ttl {
  color: #fff;
  transform: scale(1, 0.8);
}

@media screen and (max-width: 640px) {
  .company-tab__btn {}
}

@media screen and (max-width: 480px) {
  .company-tab__btn {}
}

@media screen and (min-width: 1025px) {
  .company-tab__btn:hover {
    /* transform: scale(1, 1.25);
    transform-origin: bottom;
    background: #595959; */
  }

  .company-tab__btn:hover .company-tab__ttl {
    /* color: #fff;
    transform: scale(1, 0.8); */
  }
}

.company-tab__ttl {
  font-weight: 600;
  line-height: 1.66;
  text-align: center;
  letter-spacing: 0.1em;
  color: #595959;
  transition: 0.4s;
  font-size: 16px;
}

.company-tab__ttl-st {
  font-family: "Montserrat", serif;
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .company-tab__ttl {
    font-size: 1.4rem;
  }
}

.company-detail {
  background: #EDEBEB;
  border-top: 1px solid #EDEBEB;
  position: relative;
  z-index: 1;
}

.company-cnt__box {
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 32px;
}

@media screen and (max-width: 1024px) {
  .company-tab__ttl {
    padding-bottom: 3%;
  }
}

@media screen and (max-width: 640px) {
  .company-tab__ttl {
    padding-bottom: 5%;
  }
}

@media screen and (max-width: 480px) {
  .company-cnt__box {}
}

.company-cnt__info {
  width: 383px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .company-cnt__info {
    width: 100%;
  }
}


.company-cnt__ph {
  margin-bottom: 24px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .company-cnt__ph {
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .company-cnt__ph {
    margin-bottom: 4%;
  }
}


.company-cnt__ttl {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.66;
  letter-spacing: 0.08em;
  color: #5D7587;
}

@media screen and (max-width: 1024px) {
  .company-cnt__ttl {
    font-size: 1.8rem;
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 640px) {
  .company-cnt__ttl {
    font-size: 1.6rem;
    margin-bottom: 4%;
  }
}

.company-cnt__txt {
  line-height: 1.875;
  letter-spacing: 0.08em;
  color: #676767;
  font-size: 1.4rem;
  font-weight: 400;
}

.company-info {
  background: #FAFAFA;
  padding-bottom: 64px;
  padding-top: 170px;
  margin-top: -170px;
}
@media screen and (max-width: 640px) {
  .company-info {
    padding-top: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .company-info {
    padding-bottom: 8%;
  }
}

.company-info-wrap {
  background-color: #eeeeee;
  width: 448px;
  padding: 40px 0 48px 40px;
  background: url(./img/company-bg.svg) no-repeat center center / cover;
}

@media screen and (max-width: 1024px) {
  .company-info-wrap {
    padding: 6% 4%;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .company-info-wrap {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
.company-data {
  padding-top: 12px;
}

.company-data__row {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  padding: 12px 0;
}

@media screen and (max-width: 640px) {
  .company-data__row {
    padding: 2% 0;
  }
}

.company-data__ttl {
  width: 90px;
  line-height: 1.4;
  font-weight: 400;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .company-data__ttl {
    width: 80px;
  }
}

.company-data__cnt {
  position: relative;
  width: calc(100% - 83px - 16px);
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 12px;
}

.company-data__cnt::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 13px;
  background-color: #3e3e3e;
  margin-right: -1px;
  position: absolute;
  left: 0;
  top: 3px; 
}

@media screen and (max-width: 640px) {
  .company-data__cnt {
    width: calc(100% - 80px - 8px);
  }
}

@media screen and (max-width: 480px) {
  .company-data__cnt {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .company-data__cnt small {
    font-size: 0.75rem;
  }
}

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

form {
  overflow: hidden;
}

form ul {
  display: block;
  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: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  form ul .item-name {
    gap: 10px;
  }
}

form ul .item-name span.item-req {
  color: #fff;
  background: #B0ADA2;
  text-align: center;
  padding: 6px 21px;
  font-size: 14px;
  border-radius: 30px;
  font-family: 'Zen Kaku Gothic New', serif;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  form ul .item-name span.item-req {
    padding: 2% 4%;
  }
}

form ul .item-name span.item-any {
  color: #fff;
  background: #9D9D9D;
  text-align: center;
  padding: 6px 28px;
  font-size: 14px;
}

form ul .item-name span.item-noreq {
  color: #fff;
  background: #CBCBCB;
  text-align: center;
  padding: 6px 21px;
  font-size: 14px;
  border-radius: 30px;
  font-family: 'Zen Kaku Gothic New', serif;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  form ul .item-name span.item-noreq {
    padding: 2% 4%;
  }
}


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;
  margin-bottom: 24px;
}

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;
  font-family: 'Zen Old Mincho', serif;
}

.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: #B0ADA2;
  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;
  font-family: 'Zen Old Mincho', serif;
  letter-spacing: 0.05em;
  font-weight: 500;
}

@media screen and (min-width: 1025px) {
  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;
    padding: 2%;
  }

  .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 * {}

.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;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 24px;
}

.form-tel-link {
  max-width: 432px;
  margin: 0 auto;
  margin-bottom: 24px;
  margin-top: 24px;
  transition: 0.4s;
}

.form-tel-link>a {
  display: block;
  text-align: center;
  padding: 24px 0;
  background-color: #978C8A;
  border: 1px solid #978C8A;
  transition: 0.4s;
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .form-tel-link>a:hover {
    background-color: #fff;
    border: 1px solid #978C8A;
    color: #978C8A;
  }

  .form-tel-link>a:hover>strong::before {
    filter: invert(54%) sepia(7%) saturate(250%) hue-rotate(345deg) brightness(95%) contrast(90%);
    transition: 0.4s;
  }
}

.form-tel-link>a>strong {
  display: block;
  font-size: 16px;
  position: relative;
  margin-bottom: 10px;
}

.form-tel-link>a>strong::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -23px;
  width: 20px;
  height: 20px;
  background: url(./img/phone.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 0.4s;
}

.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: #3A3A3A;
  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: #2D2D2D;
  font-size: 14px;
  line-height: 1.71;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 2%;
}

.privacy-box p {
  color: #2D2D2D;
  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;
}
@media (max-width: 1024px) {
  .section-form__check1,
.section-form__check2 {
  padding: 2%;
}
}
@media (max-width: 640px) {
  .section-form__check1,
.section-form__check2 {
  padding: 4%;
}
}

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

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>label {
  display: flex;
}

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

/*# sourceMappingURL=page-client.css.map */

.mfp-wrap .mfp-content {
  width: 640px;

  @media (max-width: 640px) {
    width: 100%;
    padding: 0 2%;
  }
}

.mfp-wrap .mfp-content .works-popup {
  width: 100%;
  margin: 0 auto;
}

.mfp-wrap .mfp-content .works-popup img {
  width: 100%;

}

.mfp-close {
  color: #333;
}

#profile {
  /* padding-top: 100px;
  margin-top: -100px; */
}

.profile {
  padding: 80px 0;
  background-color: #fafafa;
}

@media screen and (max-width: 1024px) {
  .profile {
    padding: 8% 0;
  }
}

@media screen and (max-width: 640px) {
  .profile {
    padding: 10% 0;
  }
}

/* profile */
.profile__ttl {
  cursor: pointer;
  position: relative;
}

.profile__ttl.on .profile__item--btn {
  transition: 0.4s;
}

.profile__ttl.on .profile__item--btn::after {
  opacity: 0;
}

.profile__ttl.profile__ttl03::after {
  display: none;
}

.profile__ttl .profile__item--btn {
  transition: 0.4s;
  display: inline-block;
  width: 23px;
  height: 1px;
  background: #464C4F;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.profile__ttl .profile__item--btn::after {
  content: "";
  display: block;
  width: 1px;
  height: 23px;
  background: #464C4F;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.4s;
}

.profile__inner {
  border-bottom: 1px solid #5D7587;
}

.profile__item {
  background-color: #E8ECEF;
}

.profile__item--short {
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.03em;
  line-height: 2;
  border-top: 1px solid #5D7587;
  padding: 24px 51px 24px 0;
  display: flex;
  align-items: center;
}


@media screen and (max-width: 640px) {
  .profile__item--short {
    padding: 5% 10% 5% 0%;
    font-size: 1.4rem;
  }
}

.profile__item--more {
  background: #fff;
  padding-bottom: 40px;
  background-color: #fafafa;
}
@media screen and (max-width: 640px) {
  .profile__item--more {
    padding-bottom: 6%;
  }
}

.profile__img {
  margin-bottom: 16px;
} 

@media screen and (max-width: 1024px) {
  .profile__img {
    margin-bottom: 2%;
  } 
}
@media screen and (max-width: 640px) {
  .profile__img {
    margin-bottom: 4%;
  } 
}
.profile__item--more p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.01em;
  position: relative;
  font-family: 'Zen Kaku Gothic New', serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  color: #3a3a3a;
}

@media screen and (max-width: 640px) {
  .profile__item--more p {
    font-size: 1.4rem;
    padding: 4%;
  }
}

.profile__item--en {
  font-family: "Amiri", serif;
  padding-right: 24px;
  padding-left: 10px;
  font-size: 2.4rem;
  color: #5D7587;
}

@media screen and (max-width: 640px) {
  .profile__item--more p {
    padding-right: 3%;
    padding-left: 1%;
  }
}
.profile__wrapper {
  margin-top: 24px;
}


/* flow */

.flow {
  background-color: #FAFAFA;
  padding: 80px 0 20px;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .flow {
    padding: 8% 0 0;
  }
}


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

@media screen and (max-width: 1024px) {
  .flow-wrap {
    padding-inline: 4%;
  }
}


.flow__item {
  padding-top: 24px;
}


.flow__item--short {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 2rem;
  text-align: left;
  color: #323232;
  cursor: pointer;
  padding-bottom: 16px;
  border-bottom: 1px solid #B0ADA2;
}
@media screen and (max-width: 1024px) {
  .flow__item--short {
    font-size: 1.8rem;
  }
}


.flow__item--more>ul>li{ 
  display: flex;
}

.flow__item--more>ul{ 
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .flow__item--more>ul{
    padding-bottom: 4%;
  }
}

@media screen and (max-width: 640px) {
  .flow__item--more>ul{
    padding-bottom: 6%;
  }
}

.flow__item--btn {
  transition: 0.4s;
  display: inline-block;
  width: 23px;
  height: 1px;
  background: #B0ADA2;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 10px;
  margin: auto;
}

.flow__ttl .flow__item--btn::after {
  content: "";
  display: block;
  width: 1px;
  height: 23px;
  background: #B0ADA2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.4s;
}

.flow__ttl.on .flow__item--btn::after {
  opacity: 0;
}

.flow__contain {
  padding-left: 6px;
}
.flow__subttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  .flow__subttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .flow__subttl {
    font-size: 1.6rem;
  }
}
.flow__txt {
  font-size: 1.4rem;
  font-weight: 400;
  padding-top: 8px;
  line-height: 21px;
}

@media screen and (max-width: 640px) {
  .flow__txt {
    padding-top: 4%;
  }
}



.flow__slider {
  position: relative;
  overflow: hidden;
  margin-right: -22px;
}

.flow__slider .swiper-wrapper {
  display: flex;
}

.flow__slider .swiper-slide {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  height: 376px;
  border-radius: 8px;
}

@media(max-width: 640px) {
  .flow__slider .swiper-slide {
    height: 300px;
  }
}

@media(max-width: 480px) {
  .flow__slider .swiper-slide {
    height: 350px;
  }
}

.flow__slide-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.flow__slide-info {
  padding: 20px;
}

@media(max-width: 640px) {
  .flow__slide-info {
    padding: 6%;
  }
}

.flow__slide-info-num {
  color: #5D7587;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin-bottom: 8px;
}

.flow__slide-info-title {
  font-size: 2rem;
  color: #2D2D2D;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 32px;
}

@media(max-width: 1024px) {
  .flow__slide-info-title {
    font-size: 1.8rem;
    color: #2D2D2D;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.08em;
    margin-bottom: 3%;
  }
}

@media(max-width: 640px) {
  .flow__slide-info-title {
    font-size: 1.6rem;
    margin-bottom: 5%;
  }
}


.flow__slide-info-text {
  color: #676767;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.81;
  /* 181.25% */
  letter-spacing: 0.08em;
}

.flow__slide-info-text>small {

  font-size: 1.2rem;

}

.flow__slider-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  gap: 2rem;
}

.flow__slider-pagination {
  flex: 1;
  height: 4px;
  background: #ddd;
  position: relative;
}

.flow__slider-pagination .swiper-pagination-progressbar-fill {
  background: #676767;
  height: 100%;
  width: 100%;
  display: block;
}

.flow__slider-arrows {
  display: flex;
  gap: 10PX;
}

.flow__slider-prev {
  width: 40px;
  height: 40px;
  padding: 0;
  background: url(./img/flow-left.svg) center center;
  background-size: cover;
  border: none;
  cursor: pointer;
  display: inline-block;
  cursor: pointer;
}

.flow__slider-next {
  width: 40px;
  height: 40px;
  padding: 0;
  background: url(./img/flow-right.svg) center center;
  background-size: cover;
  border: none;
  cursor: pointer;
  display: inline-block;
  cursor: pointer;
}


.promise {
  background-color: #FAFAFA;
  padding: 0 0 80px;
  padding-top: 70px;
  margin-top: -70px;
}

@media screen and (max-width: 640px) {
  .promise {
    padding: 15% 0;
  }
}
@media screen and (max-width: 480px) {
  .promise {
    padding: 20% 0;
  }
}

.promise-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 48px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .promise-wrap {
    padding-inline: 4%;
  }
}


.promise__icon {
  flex-shrink: 0;
}

.promise__item--btn {
  transition: 0.4s;
  display: inline-block;
  width: 23px;
  height: 1px;
  background: #B0ADA2;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 10px;
  margin: auto;
}

.promise__ttl .promise__item--btn::after {
  content: "";
  display: block;
  width: 1px;
  height: 23px;
  background: #B0ADA2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.4s;
}

.promise__ttl.on .promise__item--btn::after {
  opacity: 0;
}

.promise__item {
  padding-top: 24px;
}


.promise__item--short {
  position: relative;
  display: block;
  font-weight: 700;
  font-size: 2rem;
  text-align: left;
  color: #323232;
  cursor: pointer;
  padding-bottom: 16px;
  border-bottom: 1px solid #B0ADA2;
}

@media screen and (max-width: 1024px) {
  .promise__item--short {
    font-size: 1.8rem;
  }
}

.promise__contain {
  padding-left: 6px;
}
.promise__subttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 30px;

}

.promise__txt {
  font-size: 1.4rem;
  font-weight: 400;
  padding-top: 8px;
  letter-spacing: 0.04em;
  line-height: 23px;
}

.promise__item--more>ul>li{ 
  display: flex;
}

.promise__item--more>ul{ 
  display: flex;
  flex-direction: column;
  gap: 32px;
}