@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..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=Zen+Kaku+Gothic+New&display=swap');
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-family: var(--base);
  letter-spacing: 0.05em;
  color: #112222;
}

/* 行の高=フォントサイズ */
body {
  line-height: 1;
  letter-spacing: 0.024em;
}

/* 新規追加要素をブロック要素化 */
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: #5b4b4b;
  text-decoration: none;
}

/* mark要素 デフォルトセット 色やフォントスタイルを変える場合はここで変更 */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* テキスト 打ち消し線 */
del {
  text-decoration: line-through;
}

/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*　隣接するセルのボーダーを重ねて表示　*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* 水平罫線デフォルトリセット */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
  border: 0;
}

/* 縦方向の揃え 中央揃え */
input,
select {
  vertical-align: text-bottom;

}

/* 画像を縦に並べた時に余白0 */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  display: block;
}

/*box-sizingを全ブラウザに対応*/
* {
  font-family: var(--base);

  -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: auto;
  max-width: 100%;
  height: auto;
  width: 100%;
}

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

button {
  outline: none;
}

iframe {
  display: block;
}

/*import*/
html {
  font-size: 10px;
  box-sizing: border-box;
  scroll-behavior: auto;
}

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

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

body.open {
  overflow: hidden;
}
body.before-load {
  overflow: hidden;
}

html,
body {
  width: 100%;
}

*:focus {
  outline: none;
}

p,
li,
dl,
tr,
th,
td,
div {
  font-size: 1rem;
  letter-spacing: 0.05em;
  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;
}

.loading {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: white;
	opacity: 0;
	transition: 0.5s;
}
.before-load .wrap {
    display: none;
}
.before-load .loading {
	opacity: 1;
}
body:not(.before-load) .loading {
	display: none;
}
@keyframes loading-spin {
	100% { transform: rotate(360deg); }
}
@keyframes loading-circle-ani {
	0% { stroke-dashoffset: 157; }
	75% { stroke-dashoffset: -147; }
	100% { stroke-dashoffset: -157; }
}
.loading-circle {
	width: 54px;
	height: 54px;
	animation: loading-spin 3s infinite;
}
.loading-circle circle {
	stroke: black;
	stroke-width: 4; 
	stroke-dasharray: 157, 157;
	stroke-dashoffset: 0;
	fill: transparent;
	animation: loading-circle-ani 1s infinite;
}





.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;
  }
}
.en {
  font-family: var(--sub);
}

.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);
  }
}
#works01 {
  /* padding-top: 100px;
  margin-top: -100px; */
}

.common-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 24px;
  width: 100%;
}
@media (max-width: 1024px) {
  .common-wrap {
    padding-inline: 5%;
  }
}

.common-wrap02 {
  position: relative;
  margin: 0 auto;
  padding-inline: 32px;
  width: 100%;
}
@media (max-width: 1024px) {
  .common-wrap02 {
    padding-inline: 5%;
  }
}

.common-wrap03 {
  position: relative;
  margin: 0 auto;
  padding-inline: 48px;
  width: 100%;
}
@media (max-width: 1024px) {
  .common-wrap03 {
    padding-inline: 5%;
  }
}

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

.common-title-h2 {
  margin-right: -24px;
  color: #362211;
  font-family: "Zen Old Mincho";
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  .common-title-h2 {
    font-size: 1.8rem;
  }
}
.common-title-h2 span {
  display: block;
  margin-bottom: 24px;
  padding-bottom: 6px;
  border-bottom: 1px solid #739819;
  color: #739819;
  font-family: "Zen Old Mincho";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media(max-width: 1024px) {
  .common-title-h2 span {
    margin-bottom: 2%;
    font-size: 1.6rem;
  }
}
@media (max-width: 640px) {
  .common-title-h2 span {
  }
}
.common-title-h2.ttl-sm span {
  margin-bottom: 0;
  border: none;
}

.cmn-explain {
  padding-top: 24px;
  color: #362211;
  font-family: "Zen Old Mincho";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media(max-width: 1024px) {
  .cmn-explain {
    padding-top: 2%;
    font-size: 1.4rem;
  }
}

.wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1240px;
  padding-inline: 20px;
}
@media screen and (max-width: 640px) {
  .wrap {
    padding-inline: 0;
  }
}
.wrap::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/catalog/bg-body.jpg) repeat-x center center/cover;
  pointer-events: none;
}

.pc-none,
.br-450 {
  display: none;
}

@media (max-width: 1024px) {
  .pc-none {
    display: block;
  }
}
@media (max-width: 640px) {
  .br-450 {
    display: block;
  }
}

@media (min-width: 1025px) {
  .section__cta-link {
    transition: 0.3s;
  }
}
.section__header {
  width: calc(100% - 480px);
  max-width: 600px;
}
.section__header__container {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100% - 520px);
  max-width: 600px;
  height: 100vh;
}
.section__header__logo-wrapper {
  width: 100%;
}

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

.section__header__name {
  padding: 8px;
  margin-bottom: 40px;
}

@media (max-height: 809px) {
  .section__header__name {
    margin-bottom: 2%;
  }
}
.section__header__logo {
  padding: 0 0 24px;
}

@media (max-height: 809px) {
  .section__header__logo {
    padding-bottom: 2%;
  }
}
.section__header__logo02 {
  display: none;
}
@media screen and (max-width: 1024px) {
  .section__header__logo02 {
    width: 30px;
    display: block;
  }
}
.section__header__logo img {
  width: 100%;
}
.section__header__menu {
  margin-inline: auto;
  width: 100%;
  max-width: 480px;
  transition: 0.3s;
}
.section__header__nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.section__header__nav img {
  width: 68px;
  margin: 0 auto;
}
.section__header__nav-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc((100% - min(2.2222222222vw, 2rem)) / 2);
  gap: 1px;
}
.section__header__nav-list.top {

}
@media screen and (max-width: 1024px) {
  .section__header__nav-list.top {
    padding-top: 24px;
  }
}
.section__header__nav-list.bottom {
  padding-left: 22px;
}
.section__header__nav-item {
  width: 100%;
}
.section__header__nav-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-block: 8px;
  width: 100%;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  color: #747474;
}

.section__header__nav-wrapper{
  display: flex;
  justify-content: center;
  width: 340px;
}

@media screen and (max-width: 1024px) {
  .section__header__nav-wrapper {
    flex-direction: column;
    width: auto;
  }
}

.section__header__nav-link.active {
  color: #006767;
  text-decoration: underline;
  text-decoration-color: #006767;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}
@media screen and (max-width: 1024px) {
  .section__header__nav-link.active {
  }
}
.section__header__nav-link.active::before {
  background: #BFBFBF;
}
@media screen and (max-width: 1240px) {
  .section__header .section__cta-link {
    padding-inline: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .section__header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    gap: 0;
    width: 100%;
    max-width: 480px;
    padding: 8px 16px;
    height: 56px;
    background: #fff;
    line-height: 1;
    transition: all 0.4s;
    z-index: 1000;
  }
  .section__header__container {
    position: relative;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-block: 0;
    width: 100%;
    height: 100%;
  }
  .section__header__name {
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    z-index: 1001;
  }
  .section__header__logo {
    margin-inline: 0 auto;
    display: none;
  }
  .section__header__menu {
    margin-inline: auto 0;
    width: auto;
    max-width: none;
  }
  .section__header__nav {
    position: fixed;
    top: 56px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    padding: 0;
    padding-bottom: 64px;
    width: 100%;
    height: calc(100svh - 56px);
    background: url(./img/sp-menu-bg.jpg) no-repeat center center/cover;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: none;
    z-index: 1000;
  }
  .section__header__nav-list {
    align-items: center;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .section__header__nav-list.top {
    margin: 8px 8px 0 8px;
    width: 300px;
  }


  .section__header__nav-list.bottom {
    padding:0;
    width: 300px;
    margin: 0 8px 8px 8px;
    padding-bottom: 24px;
  }
  .section__header__nav-item {
    padding: 0;
    width: 100%;
    border: none;
    text-align: center;
  }
  .section__header__nav-item:first-child {
    border: none;
  }
  .section__header__nav-link {
    display: flex;
    padding-inline: 0;
    font-weight: 400;
    line-height: 3rem;
    letter-spacing: 0.05rem;
  }


  .section__header #cta {
    display: none;
  }
  .section__header .section__header__toggle {
    position: relative;
    width: 95px;
    height: 100%;
    cursor: pointer;
    z-index: 1002;
  }
  .section__header .section__header__toggle-text {
    position: relative;
  }
  /* .section__header .section__header__toggle-text::after {
    content: "MENU";
    display: block;
    font-size: 1.6rem;
    font-family: "Poppins", serif;
    font-weight: 400;
    line-height: 2.8rem;
    letter-spacing: 0.02em;
  } */
  .section__header .section__header__toggle div {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
  }
  .section__header .section__header__toggle span {
    position: absolute;
    left: 0;
    display: block;
    transition: 0.35s ease-in-out;
    width: 25px;
    background: #006767;
    color: var(--fc);
  }
  .section__header .section__header__toggle-line {
    height: 1px;
  }
  .section__header .section__header__toggle-line:nth-child(1) {
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .section__header .section__header__toggle-line:nth-child(2) {
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    transition: 0.3s;
    width: 75%;
  }
  .section__header .section__header__toggle-line:nth-child(3) {
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 640px) {
  .section__header__nav-list.top {
    width: 150px;
    padding-left: 5%;
  }
}
@media screen and (max-width: 640px) {
  .section__header__nav-list.bottom {
    width: 150px;
    padding-left: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .section__header.fixed {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(2px);
  }
}
.section__header.open {
  background: #fff;
}
.section__header.open .section__header__nav {
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  background: url("../img/catalog/bg-sp.jpg") no-repeat center center/cover;
}

.section__header.open .section__header__nav img {
  /* display: none; */
}
/* .section__header.open .section__header__toggle-text::after {
  content: "CLOSE";
} */
.section__header.open .section__header__toggle span {
  background: #006767;
  color: #006767;
}
.section__header.open .section__header__toggle span:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(330deg);
}
.section__header.open .section__header__toggle span:nth-child(2) {
  display: none;
  transition: 0.3s;
}
.section__header.open .section__header__toggle span:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-330deg);
}

.section__footer {
  padding: 56px 24px 82px;
}
@media(max-width: 1024px) {
  .section__footer {
    padding: 10% 4% 10%;
  }
}
@media screen and (max-width: 640px) {
  .section__footer {
    padding: 10% 4% 14%;

  }
}
.section__footer .section__footer__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
.section__footer .section__footer__name {
  margin-bottom: 32px;
  width: 70px;
  height: auto;
}
.section__footer .section__footer__logo {
  display: block;
  width: 100%;
  height: 100%;
}
.section__footer .section__footer__logo img {
  width: 100%;
}
.section__footer .section__footer__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  margin-inline: auto;
  padding: 20px;
  width: 100%;
  max-width: 432px;
  border-radius: 10px;
}
.section__footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  max-width: 300px;
}
.section__footer .section__footer__nav-item {
  width: 30%;
}
.section__footer .section__footer__nav-item:not(:first-child) .section__footer__nav-link {

}
@media screen and (max-width: 640px) {
  .section__footer .section__footer__nav-item:not(:first-child) .section__footer__nav-link {

  }
}
.section__footer .section__footer__nav-link {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.57;
  letter-spacing: 0.05em;
}
.section__footer .section__footer__nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--fc);
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.4s;
}
/* @media (min-width: 1025px) {
  .section__footer .section__footer__nav-link:hover:after {
    transform: scale(1, 1);
  }
} */
.section__footer .section__footer__copy {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}

.content {
  position: relative;
  width: 480px;
  background: #fff;
  overflow: clip;
  padding-top: 20px;
  box-sizing: border-box;
  border-left: 1px solid #006767;
  border-right: 1px solid #006767;
}

@media screen and (max-width: 1024px) {
  .content {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
  }
}
@media screen and (max-width: 480px) {
  .content {
    border-left: none;
    border-right: none;
  }
}
.content.open {
  box-shadow: none;
}




.section__cta {
  background: url("../img/catalog/cta.jpg") no-repeat center center/cover;
}

 .section__cta.section__header__cta {
  background: url("../img/catalog/hd-cta.jpg") no-repeat center center/cover;
 }

@media screen and (max-width: 1024px) {
  .section__cta.section__header__cta {
    display: none;
  }
}

.section__cta.--has-note {
  background: url(./img/bg-cta2.jpg) no-repeat center center/cover;
}
.section__cta.--has-note .section__cta-link {
  padding-block: 30px;
}
.section__cta .section__cta-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .section__cta__link:hover .section__cta__text::after {
     filter: brightness(0) saturate(100%) invert(100%);
  }
}
@media screen and (max-width: 480px) {
.section__cta.--has-note .section__cta-link {
  padding-block: 20px;
}
.section__cta .section__cta-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 20px;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
}

.section__cta__heading {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .section__cta__heading {
    font-size: 1.6rem;
    margin-bottom: 4%;
  }
}

.section__cta__heading span {
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 6px;
  display: block;
  width: 315px;
  margin: 10px auto;
  font-size: 3.2rem;
}

@media screen and (max-width: 640px) {
  .section__cta__heading span {
    font-size: 2rem;
    padding: 1%;
    width: 250px;
  }
}
.section__cta__sub-text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  padding: 0 24px;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .section__cta__sub-text {
    font-size: 1.4rem;
    padding: 0 4%;
  }
} 
.section__cta .section__cta-ph {
  margin-bottom: 15px;
  max-width: 255px;
  width: 80%;
}
@media screen and (max-width: 480px) {
.section__cta .section__cta-ph {
  margin-bottom: 15px;
  max-width: 225px;
  width: 80%;
}
}
.section__cta .section__cta-ph img {
  width: 100%;
}
.section__cta .section__cta-note {
  max-width: 300px;
  height: 100px;
  overflow-y: scroll;
  border: 2px solid #fff;
  padding: 16px 10px;
  margin-top: 20px;
}
.section__cta .section__cta-note__txt {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem; /* 150% */
  letter-spacing: 0.06rem;
  /* 200% */
}
.section__cta__text-wrapper {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  position: relative;
  
}
  .section__cta__information {
    color: #006767;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.8rem;
    border: 1px solid #fff;
    padding: 10px 6px;
    width: 80px;
    height: 80px;
    background: rgba(250, 250, 250, 0.80);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    position: absolute;
    z-index: 2;
    left: 46px;
    bottom: 30px;
  }
  @media screen and (max-width: 640px) {
    .section__cta__information {
      font-size: 1.4rem;
      width: 70px;
      height: 70px;
      left: 40px;
      bottom: 20px;
    }
  }

.section__cta .section__cta__text {
  transition: 0.4s;
  position: relative;
  width: 343px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 50px;
}

@media screen and (min-width: 1025px) {
.section__cta .section__cta__text:hover {
  background-color: #006767;
}
.section__cta .section__cta__text:hover span {
  color: #fff;
}
}
@media screen and (max-width: 480px) {
  .section__cta .section__cta-note {
  max-width: 220px;
  height: 70px;
  overflow-y: scroll;
  border: 2px solid #fff;
  padding: 16px 10px;
  margin-top: 15px;
}
.section__cta .section__cta__text {
  width: 300px;
  height: 45px;
}
}
.section__cta .section__cta__text span {
  transition: 0.4s;
  color: #006767;
  text-align: center;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.section__cta .section__cta__text::after {
  content: "";
  width: 16px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  transition: 0.4s;
  background-image: url(../img/catalog/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section__cta__figure {
  max-width: 250px;
  margin-inline: auto;
  margin-bottom: 22px;
}

.section__cta__figure02 { 
  max-width: 304px;
  margin-inline: auto;
  margin-bottom: 70px;
}

@media screen and (max-width: 640px) {
  .section__cta__figure02 {
    margin-bottom: 7%;
  }
}
.section__cta__inner {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 16px 0;
}

.section__cta__title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  border: 1px solid #fff;
  width: 315px;
  margin: 0 auto 23px;
  padding: 7px 0;
}

.section__cta__inner02 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 32px 0;
}
@media screen and (max-width: 640px) {
  .section__cta__inner02 {
    padding: 5% 0;
  }
}

.section__document {
  padding: 80px 0;
}
@media(max-width: 1024px) {
  .section__document {
    padding: 8% 0;
  }
}
@media screen and (max-width: 640px) {
  .section__document {
    padding: 10% 0;
  }
}
.section__document__img {
  width: 400px;
  margin:0 auto;
}
@media screen and (max-width: 480px) {
  .section__document__img {
     width: 300px;
  }
}
.section__document__text {
  text-align: center;
  margin-top: 24px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 640px) {
  .section__document__text {
    font-size: 1.4rem;
  }
}
.section__line__sub-text {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.section__line__figure {
  width: 195px;
}




.section__line {
  background-color: #727171;
  padding: 8px;
}

.section__line__inner {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  gap: 17px;
}

.section__line__link {
  position: relative;
  width: 220px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 50px;
}

.section__line__text {
  color: #112222;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.section__line__text::before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
  background-image: url(./img/line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section__line__text::after {
  content: "";
  width: 18px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: 0.4s;
  background-image: url(./img/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 1025px) {
  .section__line__link:hover .section__line__text::after {
    transform: translateY(-50%) translateX(8px);
  }
}

.area {
  padding-top: 80px;
}
@media(max-width: 1024px) {
  .area {
    padding-top: 8%;
  }
}

.area__menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 16px;
  margin-top: 42px;
}
.area__menu.area__menu-bottom {
  margin-top: 48px;
}
.area__menu-btn {
  display: flex;
  flex-direction: column;
  width: 208px;
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  .area__menu-btn {
    width: calc(50% - 8px);
  }
}
.area__menu-btn.on {
  opacity: 1;
}
.area__menu-btn-img img {
  width: 100%;
  margin-bottom: 0;
}
.area__menu-btn-text {
  background-color: var(--fc);
  padding-block: 4px 4px;
  text-align: center;
  flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  gap: 5px;
}
.area__menu-btn-text span {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.2rem; /* 157.143% */
  letter-spacing: 0;
}
.area__menu-btn-text span.sp {
  display: none;
}
.area-tab {
  position: relative;
  padding-bottom: 40px;
}
.area-tab .area-btn {
  max-width: 91px;
  display: inline-block;
  /* 必要に応じてインラインブロックに設定 */
  animation: float 2s ease-in-out infinite;
  /* アニメーションの適用 */
}
@media (max-width: 640px) {
  .area-tab .area-btn {
    width: 18vw;
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
    /* 初期位置 */
  }
  50% {
    transform: translateY(-10px);
    /* 上に移動 */
  }
  100% {
    transform: translateY(0);
    /* 元の位置に戻る */
  }
}
.area .line-vertical,
.area .line-horizontal {
  transition: 0.3s;
}
.area .is-active .line-vertical {
  display: none;
  transition: 0.3s;
}
.area #area-cnt01,
.area #area-cnt02 {
  padding-top: 70px;
  margin-top: -70px;
}
@media (max-width: 1024px) {
  .area #area-cnt01,
  .area #area-cnt02 {
    padding-top: 140px;
    margin-top: -140px;
  }
}
.area__wrap {
  margin-top: 24px;
  padding-bottom: 50px;
  background: #F7F6F5;
}
@media(max-width: 1024px) {
  .area__wrap {
    margin-top: 2%;
    padding-bottom: 5%;
  }
}
.area__cnt {
  padding-top: 24px;
}
.area-ttl {
  text-align: center;
}
.area-ttl__txt {
  padding-block: 16px;
  border-block: 1px solid #362211;
  display: block;
  color: #362211;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .area-ttl__txt {
    font-size: 1.8rem;
  }
}
.area-ttl__num {
  padding: 4px 16px;
  display: inline-block;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #362211;
  font-family: "Zen Old Mincho";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .area-ttl__num {
    font-size: 1.4rem;
  }
}
.area-point {
  margin-top: 32px;
  padding-block: 40px 24px;
  padding-inline: 24px;
  background: #fff;
}
@media(max-width: 640px) {
  .area-point {
    margin-top: 5%;
    padding-block: 6% 4%;
    padding-inline: 4%;
  }
}
.area-point__ttl {
  color: #739819;
  font-family: "Zen Old Mincho";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  .area-point__ttl {
    font-size: 1.6rem;
  }
}
.area-point__list {
  margin-top: 9px;
}
.area-point__item {
  position: relative;
  padding-left: 15px;
  color: #362211;
  font-family: "Zen Old Mincho";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  .area-point__item {
    font-size: 1.3rem;
    letter-spacing: 0.06em;
  }
}
.area-point__item::before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 6px;
  height: auto;
  aspect-ratio: 1;
  background: #B2967E;
  border-radius: 50%;
}
.area-facility {
  padding-bottom: 40px;
  padding-inline: 24px;
  background: #fff;
}
@media(max-width: 640px) {
  .area-facility {
    padding-bottom: 6%;
    padding-inline: 4%;
  }
}
.area-facility__ttl {
  padding-top: 24px;
  color: #739819;
  font-family: "Zen Old Mincho";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
}
@media (max-width: 640px) {
  .area-facility__ttl {
    padding-top: 4%;
    font-size: 1.6rem;
  }
}
.area-facility__ttl::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(178, 150, 126, 0.20);
  position: absolute;
  top: 0;
}
.area-facility__list {
  margin-top: 9px;
}
.area-facility__item {
  position: relative;
  padding-left: 15px;
  color: #362211;
  font-family: "Zen Old Mincho";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  .area-facility__item {
    font-size: 1.3rem;
    letter-spacing: 0.06em;
  }
}
.area-facility__item::before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 6px;
  height: auto;
  aspect-ratio: 1;
  background: #B2967E;
  border-radius: 50%;
}
.area-slider {
  position: relative;
  margin-top: 40px;
}
@media(max-width: 640px) {
  .area-slider {
    margin-top: 6%;
  }
}
.area-slider .area-main-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.area-slider .custom-prev-main,
.area-slider .custom-next-main {
  position: absolute;
  top: 50%;
  padding: 0;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.area-slider .custom-prev-main img,
.area-slider .custom-next-main img {
  width: 100%;
  height: auto;
}
.area-slider .custom-prev-main {
  left: 10px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 640px) {
  .area-slider .custom-prev-main {
    left: 5px;
  }
}
.area-slider .custom-next-main {
  right: 10px;
}
@media screen and (max-width: 640px) {
  .area-slider .custom-next-main {
    right: 5px;
  }
}
@media (min-width: 1025px) {
  .area-slider .custom-prev-main:hover,
  .area-slider .custom-next-main:hover {
    opacity: 0.7;
  }
}
.area-slider .area-thumbnail-slider {
  margin-top: 18px;
}
.area-slider .area-thumbnail-slider .swiper-slide {
  height: auto;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.area-slider .area-thumbnail-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 105 / 80;
  object-fit: cover;
}
.area-slider .area-thumbnail-slider .swiper-slide-thumb-active {
  opacity: 1;
}
.area-feature {
  background: #fff;
  margin-top: 40px;
  padding: 40px;
  min-height: 538px;
}
@media(max-width: 1024px) {
  .area-feature {
    margin-top: 4%;
    padding: 4%;
  }
}
@media(max-width: 640px) {
  .area-feature {
    min-height: 498px;
  }
}
.area-feature__ttl {
  margin-top: 16px;
  color: #362211;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .area-feature__ttl {
    font-size: 1.6rem;
  }
}
.area-feature__txt {
  margin-top: 18px;
  color: #362211;
  font-family: "Zen Old Mincho";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .area-feature__txt {
    font-size: 1.4rem;
  }
}
.area-plan {
  padding-top: 80px;
}
@media(max-width: 1024px) {
  .area-plan {
    padding-top: 8%;
  }
}
.area-plan-info {
  margin-top: 27px;
  padding: 40px 24px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media(max-width: 1024px) {
  .area-plan-info {
    margin-top: 3%;
    padding: 4% 2%;
  }
}
.area-plan-info__item {
  color: #362211;
  font-family: "Zen Old Mincho";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .area-plan-info__item {
    font-size: 1.4rem;
  }
}
.area-modal {
  position: relative;
  margin-top: 27px;
  padding: 24px;
  background: #fff;
}
@media(max-width: 1024px) {
  .area-modal {
    margin-top: 3%;
    padding: 2%;
  }
}
.area-modal.floor01 {
  /* padding: 36px 56px; */
  padding: 0;
}
.area-modal.floor02 {
  /* padding: 53px 99px; */
  padding: 0;
}
.area-modal.floor01::before {
  content: none;
  display: inline-block;
  padding: 5px 15px;
  min-width: 67px;
  background: #739819;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 1.4rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.area-modal.floor02::before {
  content: "2F";
  display: inline-block;
  padding: 5px 15px;
  min-width: 67px;
  background: #739819;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 1.4rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.area-modal::after {
  content: "";
  display: block;
  width: 68px;
  height: 68px;
  background: url(./img/icon-zoom.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
.area-modal::after {
    width: 40px;
    height: 40px;
  }
}
.area-modal .area-modal-image {
  position: relative;
  cursor: pointer;
}
.area-modal .area-modal-image:not(:last-of-type) {
  margin-bottom: 20px;
}
.area-access {
  padding-top: 80px;
}
@media(max-width: 1024px) {
  .area-access {
    padding-top: 8%;
  }
}
.area-access-map {
  margin-top: 32px;
  width: 100%;
  aspect-ratio: 432/243;
}
.area-access-map iframe {
  width: 100%;
  height: 100%;
}
.area-access-info {
  margin-top: 24px;
}
.area-access-info__ttl {
  margin-bottom: 16px;
  color: #739819;
  font-family: "Zen Old Mincho";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .area-access-info__ttl {
    font-size: 1.6rem;
  }
}
.area-access-info__txt {
  color: #493105;
  font-family: "Zen Old Mincho";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .area-access-info__txt {
    font-size: 1.4rem;
  }
}

.area-modal-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 1000;
}
.area-modal-popup.active {
  opacity: 1;
  visibility: visible;
}
.area-modal-popup-content {
  padding: 20px;
  max-width: 520px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
@media (max-width: 640px) {
  .area-modal-popup-content {
    width: 90%;
  }
}
.area-modal-popup .close-popup {
  position: absolute;
  top: -16%;
  right: 0;
  background: none;
  border: none;
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
  z-index: 1000;
}
.area-modal-popup .area-modal-img {
  width: 100%;
  height: auto;
}

.area .swiper-pagination {
  position: absolute;
  bottom: -32px;
}
.area .swiper-pagination-bullet-active {
  /* background: #008837; */
  background: #739819;
}

.promise {
  padding-block: 56px 80px;
}
@media(max-width: 1024px) {
  .promise {
    padding-block: 6% 8%;
  }
}
.promise-txt {
  margin-top: 24px;
  color: #362211;
  font-family: "Zen Old Mincho";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .promise-txt {
    font-size: 1.4rem;
  }
}
.promise .promise-slide {
  margin-top: 40px;
  position: relative;
}
.promise .promise-slide__item {
  padding-bottom: 32px;
  height: auto;
}
.promise .swiper-button-next, .promise .swiper-button-prev {
  position: absolute;
  top: 50%;
  right: 10px;
  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;
}
@media screen and (max-width: 640px) {
  .promise .swiper-button-next, .promise .swiper-button-prev {
    right: 5px;
  }
}
.promise .swiper-button-next::after, .promise .swiper-button-prev::after {
  display: none;
}
@media screen and (min-width: ) {
  .promise .swiper-button-next:hover, .promise .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
.promise .swiper-button-prev {
  left: 10px;
  right: auto;
  transform: scale(-1, 1);
}
@media screen and (max-width: 640px) {
  .promise .swiper-button-prev {
    left: 5px;
  }
}
.promise .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #ddd;
  opacity: 1;
}
.promise .swiper-pagination-bullet-active {
  background: #008837;
}
.promise .swiper-pagination-bullets {
  bottom: 0;
}
.promise .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.promise .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.promise .promise-box {
  padding-block: 60px 40px;
  padding-inline: 54px;
  height: 100%;
  background: #f9f7f0;
}
@media screen and (max-width: 640px) {
  .promise .promise-box {
    padding-inline: 40px;
  }
}
.promise .promise-box__num {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: auto;
  aspect-ratio: 141/36;
  background: #739819;
  color: #FFF;
  font-family: "Zen Old Mincho";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .promise .promise-box__num {
    font-size: 1.4rem;
  }
}
.promise .promise-box__name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.promise .promise-box__name-st {
  color: #362211;
  font-family: "Zen Old Mincho";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .promise .promise-box__name-st {
    font-size: 1.6rem;
  }
}
.promise .promise-box__txt {
  margin-top: 22px;
  padding-top: 24px;
  color: #362211;
  font-family: "Zen Old Mincho";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .promise .promise-box__txt {
    font-size: 1.4rem;
  }
}

.reason {
  padding-bottom: 80px;
}
@media(max-width: 1024px) {
  .reason {
    padding-bottom: 8%;
  }
}
.reason .reason-slide {
  margin-top: 24px;
  position: relative;
}
.reason .reason-slide__item {
  padding-bottom: 32px;
  height: auto;
}
.reason .reason-slide__item.--item01 .reason-box {
  background: url(./img/bg-reason-slide01.jpg) no-repeat center center/cover;
}
.reason .reason-slide__item.--item02 .reason-box {
  background: url(./img/bg-reason-slide02.jpg) no-repeat center center/cover;
}
.reason .reason-slide__item.--item03 .reason-box {
  background: url(./img/bg-reason-slide03.jpg) no-repeat center center/cover;
}
.reason .swiper-button-next, .reason .swiper-button-prev {
  position: absolute;
  top: 50%;
  right: 10px;
  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;
}
@media screen and (max-width: 640px) {
  .reason .swiper-button-next, .reason .swiper-button-prev {
    right: 5px;
  }
}
.reason .swiper-button-next::after, .reason .swiper-button-prev::after {
  display: none;
}
@media screen and (min-width: ) {
  .reason .swiper-button-next:hover, .reason .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
.reason .swiper-button-prev {
  left: 10px;
  right: auto;
  transform: scale(-1, 1);
}
@media screen and (max-width: 640px) {
  .reason .swiper-button-prev {
    left: 5px;
  }
}
.reason .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #ddd;
  opacity: 1;
}
.reason .swiper-pagination-bullet-active {
  background: #739819;
}
.reason .swiper-pagination-bullets {
  bottom: 0;
}
.reason .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.reason .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.reason .reason-box {
  padding-block: 60px 40px;
  padding-inline: 54px;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .reason .reason-box {
    padding-inline: 40px;
  }
}
.reason .reason-box__num {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 117px;
  height: auto;
  aspect-ratio: 117/36;
  background: var(--fc);
  color: #FFF;
  font-family: "Zen Old Mincho";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .reason .reason-box__num {
    font-size: 1.4rem;
  }
}
.reason .reason-box__name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-inline: -32px;
  text-align: center;
}
.reason .reason-box__name-st {
  color: #FFF;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .reason .reason-box__name-st {
    font-size: 1.6rem;
  }
}
.reason .reason-box__txt {
  margin-top: 22px;
  padding-top: 24px;
  border-top: 2px solid #fff;
  color: #FFF;
  font-family: "Zen Old Mincho";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.71;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .reason .reason-box__txt {
    font-size: 1.4rem;
  }
}

.section__contact {
  padding-block: 61px;
  background: #EEF3F2;
  margin-top: 80px;
}
  @media(max-width: 640px) {
    .section__contact {
      padding: 14% 0 14%;
      margin-top: 14%;
    }
  }

.section__contact__heading {
  text-align: center;
}

.section__contact__heading-jp {
  font-size: 2.4rem;
  padding-top: 16px;
  margin-bottom: 36px;
  color: #006767;
}
.section__contact__heading-text {
  font-size: 1.6rem;
  letter-spacing: 0.024em;
  font-weight: 400;
}
.section__contact__heading-text strong {
  font-weight: 800;
}

.section__contact .section__contact__form-content {
  display: none;
}
.section__contact .section__contact__form-content.active {
  display: block;
}
.section__contact .form-spot {
  display: flex;
  gap: 16px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.section__contact .form-spot__item {
  width: calc((100% - 16px) / 2);
  cursor: pointer;
}
.section__contact .form-spot__item img {
  opacity: 0.6;
  transition: 0.4s;
}
.section__contact .form-spot__item.--active img {
  opacity: 1;
}
.section__contact span.wpcf7-list-item-label,
.section__contact .form-date-notice {

}
.section__contact .form__notice {

  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1.4px;
}

.section__works {
  padding: 80px 0 64px;
}

@media(max-width: 640px) {
  .section__works {
    padding: 14% 0;
  }
}
.section__works__body-wrapper {
  width: 384px;
  padding-top: 40px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .section__works__body-wrapper {
    width: 96%;
    margin-right: 0;
  }
}
.section__works__body-wrapper__title {
  font-size: 2.4rem;
    color: #006767;
    font-family: 'Noto Serif JP';
    margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .section__works__body-wrapper__title {
    margin-bottom: 5%;
  }
}

.section__works__icon {
  padding-top: 24px;
}
.section__works__icon img {
  margin: 0 auto;
}
@media(max-width: 1024px) {
  .section__works__icon {
    padding-top: 4%;
  }
}
.section__works__body {

  background: #fff;
  margin-bottom: 64px;
}

.section__works__body:last-child {
  margin-bottom: 0;
}

.section__works__item {
  margin-bottom: 32px;
}

@media(max-width: 640px) {
  .section__works__item {
    margin-bottom: 5%;
  }
}
.section__works .section__works__slider {
  position: relative;
}
.section__works .section__works__slider .section__works__slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.section__works .section__works__slider .section__works__slider-prev,
.section__works .section__works__slider .section__works__slider-next {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  padding: 0;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.section__works .section__works__slider .section__works__slider-prev img,
.section__works .section__works__slider .section__works__slider-next img {
  width: 100%;
  height: auto;
}
.section__works .section__works__slider .section__works__slider-prev {
  left: 10px;
  transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 640px) {
  .section__works .section__works__slider .section__works__slider-prev {
    left: 5px;
  }
}
.section__works .section__works__slider .section__works__slider-next {
  right: 10px;
}
@media screen and (max-width: 640px) {
  .section__works .section__works__slider .section__works__slider-next {
    right: 5px;
  }
}
@media (min-width: 1025px) {
  .section__works .section__works__slider .section__works__slider-prev:hover,
  .section__works .section__works__slider .section__works__slider-next:hover {
    opacity: 0.7;
  }
}
.section__works .section__works__slider .section__works__thumbnail-slider {
  margin-top: 8px;
}
.section__works .section__works__slider .section__works__thumbnail-slider .swiper-slide {
  height: auto;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.section__works .section__works__slider .section__works__thumbnail-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 105 / 80;
  object-fit: cover;
}
.section__works .section__works__slider .section__works__thumbnail-slider .swiper-slide-thumb-active {
  opacity: 1;
}

.section__info {
  padding-block: 60px 0;
}
@media(max-width: 640px) {
  .section__info {
    padding-block: 14%;
  }
}

.section__info__content {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .section__info__content {
    width: 96%;
    margin-right: 0;
  }
  
}
ction__info__title {
  padding-top: 20px;
  color: #006767;
  font-size: 2.4rem;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}

.section__info__title {
  font-size: 2.4rem;
    margin-bottom: 24px;
    color: #006767;
}

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

.section__info .section__info__list-item {
  display: flex;
  padding: 24px 0 24px 0;
  border-bottom: 1px solid #E5E5E5;
}
.section__info .section__info__list-item:first-of-type {
  border-top: 1px solid #E5E5E5;
}
.section__info .section__info__list-name {
  width: 135px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}

.section__info .section__info__list-text {
  width: calc(100% - 135px);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;

}

.section__top-btn {
  position: fixed;
  right: calc((100% - 1160px) / 2);
  bottom: 40px;
  z-index: 100;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1240px) {
  .section__top-btn {
    right: 2%;
  }
}
@media screen and (max-width: 1000px) {
  .section__top-btn {
    right: 28%;
  }
}
@media screen and (max-width: 840px) {
  .section__top-btn {
    right: 24%;
  }
}
@media screen and (max-width: 760px) {
  .section__top-btn {
    right: 7.5%;
  }
}

@media screen and (max-width: 480px) {
  .section__top-btn {
    right: 4%;
  }
}

.section__banner {
  position: fixed;
  bottom: 0;
  /* left: 0; */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 480px;
  z-index: 1001;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .section__banner:hover {
    opacity: 0.8;
  }
}
.section__banner__contact {
  display: none;
}
@media screen and (max-width: 1024px) {
  .section__banner__contact {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 8px;
  }
}

.section__banner,
.section__top-btn {
  opacity: 0;
  pointer-events: none;
  /* opacity: 0 のときはクリックできない */
  transition: opacity 0.3s ease, pointer-events 0s linear 0.3s;
  /* opacity変更に合わせてpointer-eventsを遅延 */
}

.section__banner.is-visible,
.section__top-btn.is-visible {
  opacity: 1;
  pointer-events: auto;
  /* クリック可能 */
}

.section__banner.is-hidden,
.section__top-btn.is-hidden {
  opacity: 0;
  pointer-events: none;
  /* クリックできない */
}

.section__banner .section__header__nav-link::before,
.section__footer .section__header__nav-link::before,
.section__top-btn .section__header__nav-link::before {
  content: none !important;
}

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

form {
  overflow: hidden;
}

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

.item-notice {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 13px;
  line-height: 1.5;
  font-size: 14px !important;
}

.item-notice strong {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}

.item-notice p {
  font-size: 14px;
}

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

form ul .item-name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

form ul .item-name span.item-req {
  color: #fff;
  border-radius: 30px;
  background: #006767;
  text-align: center;
  padding: 6px 22px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

form ul .item-name span.item-noreq {
  color: #fff;
  background: #afafaf;
  text-align: center;
  padding: 6px 22px;
  font-size: 14px;
  border-radius: 30px;
}

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

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

form ul li:last-of-type input {
  /* width: 100%;
  display: block; */
}

form ul li:last-of-type textarea {
  width: 100%;
  display: block;
  resize: vertical;
  height: 240px;
}

form ul li:last-of-type input,
form ul li:last-of-type textarea,
form ul li:last-of-type select {
  border: none;
  padding: 10px;
  font-size: 14px;
  letter-spacing: normal;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  form ul .item-name {
    font-size: 14px;
  }
}
.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;
}

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

.section-form__check span {
  background: none;
}

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

@media (min-width: 1025px) {
  form [type=submit]:hover {
    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;
}

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 {
  
  }
  form ul li:first-of-type {
    margin-bottom: 16px;
  }
  form ul li:last-of-type input,
  form ul li:last-of-type textarea {
    padding: 16px;
    font-size: 14px;
  }
  form [type=submit] {
    font-size: 18px;
  }
  .form-caption {
    margin-bottom: 32px;
  }
  .form-caption p {
    font-size: 14px;
    text-align: left;
  }
  .contact__form ul.form-tab {
    margin-bottom: 40px;
  }
  .item-notice,
  li.item-form.itemform_add_search span {
    width: 100%;
  }
  .section-form__check {
    margin-bottom: 5%;
  }
}
.wpcf7-form-control {
  border: none;
  padding: 8px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  width: 100%;
}

.wpcf7-form-control.wpcf7-radio label {
  display: flex;
  gap: 12px;
  cursor: pointer;
}

.wpcf7-form-control.wpcf7-radio label input {
  width: 24px;
  height: 24px;
}

.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  width: calc(100% - 36px);
}

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

.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: 90px;
  background: #006767;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  flex-shrink: 0;
}

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 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.83;
  letter-spacing: 0.05em;
}

.privacy-box p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.83;
  letter-spacing: 0.05em;
}

.privacy-box p:not(:last-of-type) {
  margin-bottom: 4%;
}

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

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
  background: none;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required .wpcf7-list-item-label {
  font-size: 14px;
  line-height: 1;
}

span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

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

.wpcf7-form-control.wpcf7-radio label input[type=radio] {
  width: 18px;
  height: 18px;
  border: 1px solid #111111;
  /* 枠線の色 */
  border-radius: 50%;
  /* 丸くする */
  color: #ffffff;
  /* 背景色 */
  -moz-appearance: none;
  appearance: none;
  /* デフォルトのスタイルを無効化 */
  -webkit-appearance: none;
  /* Safari対応 */
  outline: none;
  /* フォーカス時の枠線を消す */
  cursor: pointer;
  /* ポインタを変更 */
  background: #fff !important;
}

.wpcf7-form-control.wpcf7-radio label input[type=radio]:checked {
  color: #000000 !important;
  /* チェック時の背景色 */
  box-shadow: inset 0 0 0 4px #ffffff;
  /* 中央に白い丸を作る */
  background: #006767 !important;
}

.wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  width: 100%;
}

@media (max-width: 640px) {
  .wpcf7-form-control.wpcf7-radio label input[type=radio] {
    padding: 8px;
  }
}
/* チェック時のスタイル */
.wpcf7-list-item {
  margin: 0;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}

.wpcf7-list-item input[type=radio] {
  width: auto !important;
}

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

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

/* form radio */
/* ラジオボタンが選択された状態 */
input[type=radio]:checked + label {
  background-color: #e0e0e0;
  /* 背景色（選択されたときの色） */
  color: var(--fc);
  /* 文字色 */
  border: 2px solid #c6a160;
  /* 枠線の色 */
  font-weight: bold;
  /* 太字 */
}

input[type=radio] + label {
  padding: 10px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}

input[type=radio]:not(:checked) + label {
  background-color: #fff;
  color: #666;
  border: 1px solid #ddd;
}


.form-date-notice02 {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

.grecaptcha-badge,
.rc-anchor-alert,
.rc-anchor {
  visibility: hidden !important;
  opacity: 0 !important;
  display: none !important;
}

.swiper-button-disabled {
  opacity: .35;
}

.catalog-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.catalog-radio li {
  width: calc((100% - 10px * 1) / 2);
}

.catalog-option .txt {
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.catalog-option img {
  width: 100%;
  height: auto;
}

/* .catalog-radio label {
  display: flex;
  flex-direction: column;
  gap: 10px;
} */

/* 250728 FV */
.fv-desc {
  margin-top: 32px;
  padding-block: 16px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
@media(max-width: 1024px) {
  .fv-desc {
    margin-top: 3%;
    padding-block: 2%;
  }
}
.fv-desc-date {
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Zen Old Mincho";
  display: flex;
  justify-content: center;
  align-items: center;
}
@media(max-width: 1024px) {
  .fv-desc-date {
    font-size: 1.4rem;
  }
}
.fv-desc-date .num {
  font-size: 2rem;
  font-family: "Zen Old Mincho";
}
@media(max-width: 1024px) {
  .fv-desc-date .num {
    font-size: 1.6rem;
  }
}
.fv-desc-date .week {
  font-size: 1.2rem;
  font-family: "Zen Old Mincho";
  transform: translateY(0.1em);
}
@media(max-width: 1024pd) {
  .fv-desc-date .week {
    font-size: 1rem;
  }
}
.fv-desc .dot {
  margin-inline: 6px;
  display: block;
  width: 3px;
  height: 3px;
  background: #FFF;
  border-radius: 50px;
}
.fv-desc-time {
  color: #FFF;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media(max-width: 1024px) {
  .fv-desc-time {
    font-size: 1.4rem;
  }
}
.fv-desc-time small {
  color: #FFF;
  font-size: 1.4rem;
}
@media(max-width: 1024px) {
  .fv-desc-time small {
    font-size: 1.2rem;
  }
}
.fv-desc-place {
  color: #FFF;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media(max-width: 1024px) {
  .fv-desc-place {
    font-size: 1.4rem;
  }
}

/* 250728 cta */
.section__header__cta.section__cta,
.main-cta.section__cta {

}
@media(max-width: 1024px) {
  .section__header__cta.section__cta,
  .main-cta.section__cta {

  }
}
.section__header__cta.section__cta .section__cta-link,
.main-cta.section__cta .section__cta-link {
  gap: 24px;
}
.section__header__cta .section__cta-title,
.main-cta .section__cta-title {
  color: #FFF;
  font-family: "Zen Old Mincho";
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: 0.05em;
  text-align: center;
}
@media(max-width: 1024px) {
  .section__header__cta .section__cta-title,
  .main-cta .section__cta-title {
    font-size: 2rem;
  }
}
.section__header__cta .section__cta-title small,
.main-cta .section__cta-title small {
  display: block;
  font-size: 2rem;
  line-height: 1.4;
  padding-bottom: 10px;
}
@media(max-width: 1024px) {
  .section__header__cta .section__cta-title small,
  .main-cta .section__cta-title small {
    font-size: 1.6rem;
  }
}
/* 250728 area-feature */
.area-feature-slider {
  position: relative;
  display: flex;
  align-items: center; /* 高さ中央寄せ */
}

.area-feature-swiper {
  flex: 1 1 auto;
}

.custom-prev-feature,
.custom-next-feature {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.custom-prev-feature {
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
}

.custom-next-feature {
  right: 0;
}


.common-inner {
  padding-inline: 24px;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 640px) {
  .common-inner {
    padding-inline: 6%;
    justify-content: space-between;
    gap: 10px;
  }
}
.common-inner.--block {
  display: block;
}
.common-title {
  position: sticky;
  top: 80px;
  z-index: 10;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.section__contact__heading.common-title {
  position: static;
}

.section__contact__heading-jp {
  font-size: 2.4rem;
  font-weight: 500;
}

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



@media screen and (max-width: 640px) {
  .common-title {
  
  }
}
.section__concept__heading,
.section__feature__heading,
.section__works__heading,
.section__document__heading,
.section__info__heading {
  display: flex;
  align-items: center;
  height: 100px;
  margin-left: -15px;
}

/* @media screen and (max-width: 640px) {
  .section__concept__heading,
  .section__feature__heading,
  .section__works__heading,
  .section__document__heading,
  .section__info__heading {
    margin-left: 0;
  }
} */
.section__concept__heading:has(.section__concept__heading-en.sticky-active),
.section__feature__heading:has(.section__feature__heading-en.sticky-active),
.section__works__heading:has(.section__works__heading-en.sticky-active),
.section__document__heading:has(.section__document__heading-en.sticky-active),
.section__info__heading:has(.section__info__heading-en.sticky-active) {
  position: sticky;
  top: 80px;
  z-index: 10;
  transition: opacity 0.3s ease, visibility 0.3s ease;

}

.common-title-en.sticky-active {
  opacity: 1;
  visibility: visible;
}
.common-title-en-text {
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  writing-mode: vertical-rl;
  margin-bottom: 0;
  color: #747474;
  line-height: 1;
  margin-right: -20px;
}
@media screen and (max-width: 640px) {
  .common-title-en-text {
    margin-right: 0;
  }
}
.common-title-en-text.--contact {
  writing-mode: unset;
}

@media (max-width: 640px) {
  .common-title-en-text {
    font-size: 2rem;
  }
}
.common-title-jp {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.section__concept__body {
  width: 390px;
  margin: 15px auto 0;
}
@media screen and (max-width: 640px) {
  .section__concept__body {
    width: 94%;
    margin: 0;
  }
}

/* 251009 FV */
.section__fv__inner {

}
.section__fv__slider {


}

.section__fv__slide {
  width: 100%;
  height: auto;
  display: block;
  padding-inline: 24px;

}

@media screen and (max-width: 640px) {
  .section__fv__slide {
    padding-inline: 4%;
  }
}
.section__fv__badge {
  position: absolute;
  top: 48px;
  left: 40px;
  z-index: 5;
}
.section__fv__heading {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .section__fv__heading {
    top: 100px;
  }
}
.section__fv__heading__main {
  width: 313px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .section__fv__heading__main {
    width: 250px;
  }
}

.section__fv__heading__sub {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.40);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.3em;
  color: #fff;
  writing-mode: vertical-rl;
  margin: 32px auto 0;
  width: 313px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .section__fv__heading__sub {
    font-size: 1.8rem;
    width: 250px;
  }
}
/* 251009 concept */
.section__concept {
  padding-block: 60px 0;
  position: relative;
  z-index: 0;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .section__concept {
    padding-block: 14% 0;
  }
}
.sectoin__concept__inner {

}
.section__concept__body__title {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #006767;
  position: relative;
}
.section__feature__item__title-number {
  position: absolute;
  bottom: 2px;
  right: -14px;
  font-size: 9.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #D2E2E2;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .section__feature__item__title-number {
    bottom: 20px;
    font-size: 6.6rem;
  }
}
@media screen and (max-width: 640px) {
  .section__concept__body__title {
    font-size: 2rem;
  }
}
.section__concept__figure {
  width: 352px;
}

@media screen and (max-width: 640px) {
  .section__concept__figure {
    width: 100%;
  }
}
.section__concept__desc {
  padding: 20px 0;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .section__concept__desc {
    padding: 4% 0;
  }
}

@media screen and (max-width: 640px) {
  .section__concept__desc {
    padding: 6% 0;
    font-size: 1.4rem;
  }
}

/* 251009 Feature */
.section__feature {
  padding: 80px 0 0;
}

@media screen and (max-width: 1024px) {
  .section__feature {
    padding: 8% 0 0;
  }
}
@media screen and (max-width: 640px) {
  .section__feature {
    padding: 10% 0 0;
  }
}
.section__feature__body {
  padding-top: 40px;
  width: 384px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .section__feature__body {
    width: 96%;
    margin-right: 0;

  }
}

.section__feature__title {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #006767;
  margin-bottom: 32px;
}
@media screen and (max-width: 640px) {
  .section__feature__title {
    font-size: 2rem;
    margin-bottom: 5%;
  }
}

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

.section__feature__item {
  padding: 32px 20px;
  background: #ECF5F5;
}

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

.section__feature__item:last-of-type {
  margin-bottom: 0;
}

.section__feature__heading {

}
.section__feature__item:not(:last-of-type) {
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .section__feature__item:not(:last-of-type) {

  }
}

.section__feature__item__title {
  padding-bottom: 16px;
  color: #333;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section__feature__item__title {
    padding-bottom: 2%;
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .section__feature__item__title {
    padding-bottom: 4%;
    font-size: 1.8rem;
  }
}

.section__feature__item__title span {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: block;
}

.section__feature__item__sub-title {
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 3.2rem;
  margin-bottom: 24px;
  position: relative;
  color: #006767;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .section__feature__item__sub-title {
    font-size: 1.8rem;
    margin-bottom: 2%;
  }
}
@media screen and (max-width: 640px) {
  .section__feature__item__sub-title {
    font-size: 1.6rem;
    margin-bottom: 4%;
  }
}
.section__feature__item__figure {
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .section__feature__item__figure {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 640px) {
  .section__feature__item__figure {
    margin-bottom: 5%;
  }
}
.section__feature__item__desc {
  font-size: 1.6rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}

/* Accordion */
.section__works__item__heading {
}
@media screen and (max-width: 640px) {
  .section__works__item__heading {

  }
}

.section__works__item__title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #747474;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .section__works__item__title {
    margin-bottom: 4%;
    letter-spacing: 0;
  }
}
.section__works__item__sub-title {
font-size: 1.4rem;
font-weight: 500;
line-height: 1.6;
letter-spacing: 0.05em;
color: #727171;
}

.section__works__item__image {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .section__works__item__image {
    margin-top: 2%;
  }
}
@media screen and (max-width: 640px) {
  .section__works__item__image {
    margin-top: 4%;
  }
}
.section__works__item__question {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 24px;
  margin-bottom: 24px;
  color: #727171;
}
@media screen and (max-width: 1024px) {
  .section__works__item__question {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .section__works__item__question {
    font-size: 1.6rem;
  }
}

.section__works__item__name01 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background: #727171;
  color: #fff;
  width: 105px;
  display: block;
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {
  .section__works__item__name01 {
    font-size: 1.4rem
  }
}
.section__works__item__name02 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  border: 1px solid #727171;
  width: 105px;
  display: block;
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
}


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

.section__works__item__name03 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  background: #112222;
  color: #fff;
  width: 105px;
  display: block;
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
}

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


.section__works__item__answer {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
.section__works__item__answer:last-child {
  margin-bottom: 0;
 }
@media screen and (max-width: 640px) {
  .section__works__item__answer {
    font-size: 1.4rem;
  }
}


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

  }
}

.section__works__accordion-toggle {
  display: block;
  padding: 10px 24px;
  background: #727171;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  width: 200px;
  border-radius: 50px;
  letter-spacing: 0.05em;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .section__works__accordion-toggle {
    padding: 3% 0;
  }
}

.section__works__accordion-toggle::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
  background: url(./img/arrow-bottom.svg) no-repeat center center;
  transition: 0.3s;
}

.section__works__accordion-toggle.active::after {
  transform: translateY(-50%) rotate(-180deg);
}
@media (min-width: 1025px) {
  .section__works__accordion-toggle:hover {
    opacity: 0.8;
  }
}
.section__works__accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
.section__works__accordion-content.active {
  max-height: 2000px;
}
.section__works__accordion-content > * {
  opacity: 0;
  transition: opacity 0.1s ease;
}
.section__works__accordion-content.active > * {
  opacity: 1;
  transition-delay: 0s;
}


.section__works__text01 {
  padding: 24px 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .section__works__text01 {
    padding: 2% 0;
  }
}
@media screen and (max-width: 640px) {
  .section__works__text01 {
    padding: 4% 0;
    font-size: 1.4rem;
  }
}


.section__document {
  padding-block: 60px 0;
}

@media screen and (max-width: 640px) {
  .section__document {
    padding-block: 12% 0;
  }
}

.section__document__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 24px;
}

.section__document__body {
  position: relative;
  margin-top: 32px;
  overflow: visible;
  margin: 0 60px;
}

.section__document__content {
  width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .section__document__content {
    width: 94%;
    margin: 0 auto;
  }
}
.section__document__title {
  padding-left: 24px;
}
@media screen and (max-width: 640px) {
  .section__document__title {
    padding-left: 4%;
  }
}
.section__document__title span {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #006767;
  border: 1px solid #006767;
  display: inline-block;
  padding: 6px 6px;
  margin-bottom: 8px;
}

@media screen and (max-width: 480px) {
  .section__document__title span {
    font-size: 1.4rem;
  }
}
.section__document__title p {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #006767;
}

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

.section__document__card {
  text-align: left;
  /* min-height: 220px; */
  padding: 10px;
}

.section__document__card__label {
  font-size: 1rem;
  letter-spacing: 0.3em;
  color: #777;
  margin-bottom: 12px;
}

.section__document__card__title {
  font-size: 2rem;
  margin-bottom: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}

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

.section__document__card__desc {
  font-size: 1.6rem;
  line-height: 2;
}

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

.section__document__card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

.section__document__card__list li + li {
  margin-top: 8px;
}

.section__document__slider {
  position: relative;
  margin-top: 17px;
  padding: 0 40px;
}

.section__document__slider .swiper-wrapper {
  padding-bottom: 40px;
}

.section__document__slider .swiper-slide {
  display: flex;
  justify-content: center;
}

.section__document__nav {
  position: absolute;
  top: 43%;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 3;
}

.document-slider-prev {
  left: 0;
  background-image: url("../img/catalog/icon-arrow-left.svg");
}

.document-slider-next {
  right: 0;
  background-image: url("../img/catalog/icon-arrow-right.svg");
}

.document-slider-pagination {
  text-align: center;
  margin-top: 28px;
}

.document-slider-pagination .swiper-pagination-bullet {
  background: #d6d6d6;
  width: 9px;
  height: 9px;
  opacity: 1;
}
.swiper-pagination {
  bottom: -30px !important;
}

.document-slider-pagination .swiper-pagination-bullet-active {
  background: #006767;
}


@media screen and (max-width: 640px) {
  .section__document__card {
    padding: 10px;
    height: auto;
  }

}




.plan-slider-pagination .swiper-pagination-bullet {
  background: #d6d6d6;
  width: 9px;
  height: 9px;
  opacity: 1;
}
.swiper-pagination {
  bottom: 0px !important;
}

.plan-slider-pagination .swiper-pagination-bullet-active {
  background: #006767;
}

@media screen and (max-width: 640px) {
  .section__plan__card {
    padding: 24px;
    height: auto;
  }

}
