@charset "UTF-8";
/*---変数---*/
/* 要素 フォントサイズ・マージン・パディングをリセット */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

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

/* 新規追加要素をブロック要素化 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* ulのマーカー非表示 */
ol,
ul,
li {
  list-style: none;
}

/* 引用符の非表示 */
blockquote,
q {
  quotes: none;
}

/* blockquote要素、q要素の前後にコンテンツ非表示 */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

/* ins要素 デフォルトセット 色を変える場合はここで変更 */
ins {
  background-color: #ff9;
  color: #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: middle;
}

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

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

br {
  line-height: inherit;
}

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

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

.--color {
  color: #b19c3d;
}

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

section {
  position: relative;
}

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

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

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

main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

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

button {
  outline: none;
}

iframe {
  display: block;
}

/*import*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

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

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans JP", sans-serif;
  }
}
body.fix {
  position: fixed;
  width: 100%;
}

body.open {
  overflow: hidden;
}

html,
body {
  position: relative;
  width: 100%;
}

*:focus {
  outline: none;
}

p,
li,
dl,
tr,
th,
td,
div {
  font-size: 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,
a * {
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

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

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

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

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

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

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-up {
  animation: fadeUp 0.6s forwards;
}

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

.common-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 20px;
  width: 100%;
}
.common-wrap.--full {
  padding-bottom: 0;
  padding-inline: 0;
}
.common-wrap.--small {
  padding-inline: 48px;
}
@media screen and (max-width: 479px) {
  .common-wrap.--small {
    padding-inline: 20px;
  }
}

.common-ttl {
  position: relative;
  margin-inline: auto;
  padding-bottom: 16px;
  text-align: center;
  border-bottom: 1px solid #5f717a;
}
.common-ttl__main {
  position: relative;
  margin-bottom: 5px;
}
.common-ttl__main span {
  position: relative;
  padding-inline: 40px;
  background: #fff;
  font-size: 1.4rem;
  line-height: 2.8rem; /* 200% */
  letter-spacing: 0.07rem;
  z-index: 1;
}
.common-ttl__main::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background: #5f717a;
}
.common-ttl__sub {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.2rem; /* 160% */
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 479px) {
  .common-ttl__sub {
    font-size: 1.6rem;
  }
}
.common-ttl.--works .common-ttl__main span {
  background: #f5f5f5;
}
.common-ttl.--company {
  border-bottom: none;
}
.common-ttl.--company .common-ttl__main span {
  background: #f5f5f5;
}
.common-ttl.--company .common-ttl__main::before {
  content: none;
}
.common-ttl.--company .common-ttl__sub {
  position: relative;
}
.common-ttl.--company .common-ttl__sub::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background: #5f717a;
}

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

.banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  transform: translateY(80px);
  z-index: 1001;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .banner {
    pointer-events: none;
  }
}
.banner__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .banner__link {
    display: none;
  }
}
.banner-box__ttl {
  position:relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #333;
  transition: 0.4s;
}
.banner-box__ttl::before {
    content: "";
    position: absolute;
    top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border: 1px solid #fff;
  }
.banner-box__ttl-st {
  position: relative;
  padding-right: 15px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #fff;
}
.banner-box__ttl-st::before {
    content: "";
    position: absolute;
    top: calc(50% + 4px);
    transform: translateY(-50%);
    right: -16px;
    width: 25px;
    height: 1px;
    background:#fff;
    transition: all 0.4s;
  }
.banner-box__ttl-st::after {
    content: "";
    position: absolute;
    top: calc(50% + 2px);
    right: -16px;
    width: 8px;
    height: 1px;
    background:#fff;
    transform: rotate(35deg) translateY(-50%);
    transition: all 0.4s;
  }
@media screen and (min-width: 1025px) {
  .banner {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
  }
}

.content {
  position: relative;
  margin-inline: auto 33.3333333333vw;
  width: 480px;
  background: #fff;
  overflow: clip;
  box-shadow: 0px 0px 4px rgba(65, 65, 65, 0.160784);
}
@media screen and (max-width: 1024px) {
  .content {
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
  }
}
.content.open {
  background: transparent;
  box-shadow: none;
}
.content.open .main {
  visibility: hidden;
}
.content.open .ft {
  visibility: hidden;
}

@media screen and (max-width: 1024px) {
  #sec-concept,
  #sec-works,
  #sec-feature,
  #sec-access,
  #sec-contact,
  #sec-profile,
  #sec-company {
    scroll-margin-top: 50px;
  }
}

.hd {
  display: flex;
  width: 100%;
}
.hd-cnt {
  position: fixed;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  width: 100%;
  height: 100vh;
}
@media (min-width: 1025px) {
  .hd-cnt {
    gap: 480px;
  }
}
@media screen and (min-width: 1025px) {
  .hd-info {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 480px - 33.3333333333vw);
    text-align: center;
  }
}
.hd-name {
  margin-bottom: 40px;
  width: 165px;
  height: auto;
  aspect-ratio: 165/40;
  z-index: 1001;
}
.hd-name__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hd-menu {
  width: 100%;
  max-width: min(29.1666666667vw, 42rem);
  max-width: 33.3333333333vw;
}
.hd-nav {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .hd-nav {
    padding: min(6.640625vw, 8.5rem) min(7.8125vw, 10rem) min(4.84375vw, 6.2rem);
    width: 100%;
    height: 100%;
  }
}
.hd-nav__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .hd-nav__wrap {
    padding-block: 56px 64px;
    background: rgba(0, 0, 0, 0.4);
  }
}
.hd-nav__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
}
.hd-nav__item {
  width: 100%;
  max-width: 240px;
}
.hd-nav__link {
  position: relative;
  display: block;
  padding-block: 8px;
  width: 100%;
  text-align: center;
  transition: 0.4s;
}
.hd-nav__link-main {
  position: relative;
  display: block;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 3.2rem; /* 200% */
  letter-spacing: 0.08rem;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .hd-nav__link.active span {
    color: #bfa06b;
  }
}
@media screen and (min-width: 1025px) {
  .hd-nav__link:hover {
    color: #bfa06b;
  }
}
.hd-btn {
  margin-bottom: 32px;
}
.hd-btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 183px;
  height: 48px;
  border: 1px solid #ffffff;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 3.2rem; /* 200% */
  letter-spacing: 0.08rem;
  transition: 0.4s;
}
.hd-btn__link:hover {
  background: #fff;
  color: #333;
}
.hd-phone__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 3.2rem; /* 200% */
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 1024px) {
  .hd {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 480px;
    height: 50px;
    background: transparent;
    line-height: 1;
    transition: all 0.4s;
    z-index: 1000;
  }
  .hd-cnt {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0 16px;
    width: 100%;
    height: 100%;
  }
  .hd-name {
    position: relative;
    margin-bottom: 0;
    width: 124px;
    z-index: 10000;
  }
  .hd-name__logo {
    width: 124px;
    aspect-ratio: 124/30;
    transition: 0.4s;
  }
  .hd-name::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./img/logo_white.svg) no-repeat center center/cover;
    opacity: 0;
    transition: 0.4s;
  }
  .hd-nav {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100svh;
    background: rgba(95, 113, 122, 0.9);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  .hd-nav__wrap {
    padding-block: 64px 100px;
    height: 100svh;
  }
  .hd-nav__list {
    flex-direction: column;
	margin-bottom: 32px;
    border: none;
  }
  .hd-nav__item {
    padding: 0;
    width: 100%;
  }
  .hd-nav__link {
    width: 240px;
    text-align: center;
  }
  .hd-toggle {
    position: relative;
    margin-inline: auto 0;
    width: 20px;
    height: 100%;
    cursor: pointer;
    z-index: 1002;
  }
  .hd-toggle div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 20px;
    height: 16px;
  }
  .hd-toggle span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    background: #333;
    color: #333;
    transition: 0.35s ease-in-out;
  }
  .hd-toggle__line {
    height: 2px;
  }
  .hd-toggle__line:nth-child(1) {
    top: 0;
  }
  .hd-toggle__line:nth-child(2) {
    top: 8px;
  }
  .hd-toggle__line:nth-child(3) {
    position: relative;
    top: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .hd.fixed {
    position: fixed;
    background: #fff;
  }
}
.hd.open {
  background: transparent;
}
.hd.open .hd-name .hd-name__logo {
  opacity: 0;
}
.hd.open .hd-name::before {
  opacity: 1;
}
.hd.open .hd-nav {
  opacity: 1;
  transition: 0.4s;
  visibility: visible;
}
.hd.open .hd-toggle span {
  background: #fff;
}
.hd.open .hd-toggle span:nth-child(1) {
  top: 7px;
  transform: rotate(320deg);
}
.hd.open .hd-toggle span:nth-child(2) {
  left: 50%;
  width: 0;
}
.hd.open .hd-toggle span:nth-child(3) {
  top: 7px;
  transform: rotate(-320deg);
}

.ft {
  padding-block: clamp(3.6rem, 2.1rem + 3.98vw, 7.2rem) 8px;
  background: #333;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .ft {
    padding-bottom: 90px;
  }
}
.ft__logo {
  margin-bottom: clamp(4.5rem, 2.6rem + 4.97vw, 9rem);
}
.ft__logo-link {
  display: block;
  margin-inline: auto;
  width: 165px;
}
@media screen and (max-width: 479px) {
  .ft__logo-link {
    width: 135px;
  }
}
.ft__logo-img {
  width: 100%;
  height: auto;
}
.ft__copy-st {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%; /* 1.5rem */
  letter-spacing: 0.1rem;
}

.sec-fv {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .sec-fv {
    height: 100svh;
  }
}
.sec-fv__slide-cnt {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .sec-fv__slide-ph {
    width: 100%;
    height: 100svh;
  }
}
.sec-fv__slide-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-fv__slide-block.--white {
  color: #fff;
}
.sec-fv__slide-ttl {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .sec-fv__slide-ttl {
    top: auto;
    bottom: 15px;
  }
}
.sec-fv__slide-catch {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8; /* 128.571% */
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
  z-index: 1;
}
.sec-fv__slide-catch strong {
  font-size: 2rem;
  line-height: 1.6; /* 125% */
  letter-spacing: 0.25em;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.sec-fv .swiper-slide-active .sec-fv__slide-ph,
.sec-fv .swiper-slide-duplicate-active .sec-fv__slide-ph,
.sec-fv .swiper-slide-prev .sec-fv__slide-ph {
  animation: zoomUp 7s linear 0s normal both;
}

.sec-concept {
  padding-block: clamp(2.4rem, 1.4rem + 2.65vw, 4.8rem);
}
.sec-concept__cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-block: 135px 100px;
  height: 1133px;
}
.sec-concept__head {
  margin-bottom: clamp(1.3rem, 0.8rem + 1.44vw, 2.6rem);
}
.sec-concept__txt {
  margin-bottom: clamp(1.3rem, 0.8rem + 1.44vw, 2.6rem);
  font-size: 1.4rem;
  line-height: 2.8rem; /* 200% */
  letter-spacing: 0.07rem;
}
.sec-concept .concept-slide__list {
  padding-bottom: 26px;
}
.sec-concept .concept-slide__item {
  height: auto;
}
.sec-concept .concept-slide__box {
  width: 100%;
}
.sec-concept .swiper-button-prev::after, .sec-concept .swiper-button-next::after {
  font-size: 3rem;
  color: #fff;
  transition: 0.4s;
}
.sec-concept .swiper-button-prev.swiper-button-disabled, .sec-concept .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.sec-concept .swiper-button-prev {
  left: 0;
}
.sec-concept .swiper-button-next {
  right: 0;
}
.sec-concept .swiper-pagination-bullets {
  top: auto;
  bottom: 0;
}
.sec-concept .swiper-pagination-bullet {
  margin-inline: 9px !important;
  width: 10px;
  height: 10px;
}
.sec-concept .swiper-pagination-bullet-active {
  background: #5f717a;
}

.sec-works {
  padding-top: clamp(2.4rem, 1.4rem + 2.65vw, 4.8rem);
  background: #f5f5f5;
}
.sec-works__head {
  margin-bottom: clamp(1.3rem, 0.8rem + 1.44vw, 2.6rem);
}
.sec-works__txt {
  margin-bottom: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
  font-size: 1.4rem;
  line-height: 2.8rem; /* 200% */
  letter-spacing: 0.07rem;
}
.sec-works .works-list {
  padding-top: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
}
.sec-works .works-list__item {
  padding-block: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
  background: #5f717a;
}
.sec-works .works-list__item:not(:last-child) {
  margin-bottom: clamp(0.8rem, 0.5rem + 0.88vw, 1.6rem);
}
.sec-works .works-list__head {
  position: relative;
  padding-inline: 24px;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .sec-works .works-list__head {
    padding-inline: 20px;
  }
}
.sec-works .works-list__head-num {
  font-size: 1.6rem;
  line-height: 3.2rem; /* 200% */
  letter-spacing: 0.032rem;
}
@media screen and (max-width: 479px) {
  .sec-works .works-list__head-num {
    font-size: 1.4rem;
  }
}
.sec-works .works-list__head-name {
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.2rem; /* 160% */
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 479px) {
  .sec-works .works-list__head-name {
    font-size: 1.8rem;
  }
}
.sec-works .works-list__head-arrow {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 40px;
  aspect-ratio: 1;
}
.sec-works .works-list__head-arrow::before, .sec-works .works-list__head-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22.5px;
  height: 2.5px;
  background: #fff;
  transition: opacity 0.3s ease;
}
.sec-works .works-list__head-arrow::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s;
}
.sec-works .works-list__head.selected .works-list__head-arrow::after {
  transform: translate(-50%, -50%) rotate(180deg);
  transition: 0.3s;
}
.sec-works .works-list__cnt {
  display: none;
}
.sec-works .works-detail {
  padding-inline: 24px;
}
.sec-works .works-detail__item {
  padding-block: clamp(1.8rem, 1.1rem + 1.88vw, 3.5rem) clamp(2.8rem, 1.6rem + 3.09vw, 5.6rem);
}
.sec-works .works-detail__gallery {
  margin-bottom: clamp(0.8rem, 0.5rem + 0.88vw, 1.6rem);
  padding: 16px;
  background: #fff;
}
.sec-works .works-detail__floor {
  margin-bottom: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
}
.sec-works .works-detail__floor-layout {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-works .works-detail__floor-ph {
  margin-inline: auto;
  width: 100%;
  max-width: 300px;
}
.sec-works .works-detail__floor-txt {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.06em;
}
.sec-works .works-detail__info {
  margin-bottom: clamp(2.4rem, 1.4rem + 2.65vw, 4.8rem);
  padding-bottom: clamp(1.3rem, 0.8rem + 1.44vw, 2.6rem);
  background: #fff;
}
.sec-works .works-detail__voice {
  color: #fff;
}
.sec-works .works-slide {
  position: relative;
}
.sec-works .works-slide__thumbs {
  margin-top: 8px;
  padding: 0;
  width: 100%;
  overflow-x: scroll;
}
.sec-works .works-slide__thumbs .swiper-slide {
  aspect-ratio: 1;
  text-align: center;
  overflow: hidden;
}
.sec-works .works-slide__thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-works .works-slide__main {
  height: 253px;
}
.sec-works .works-slide__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-works .swiper-slide-thumb-active {
  opacity: 1;
}
.sec-works .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #e2e2e2;
  opacity: 1;
}
.sec-works .swiper-pagination-bullet-active {
  background: #4b3928;
}
.sec-works .swiper-pagination-bullets {
  bottom: -35px;
}
.sec-works .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.sec-works .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.sec-works .swiper-button-prev01, .sec-works .swiper-button-next01, .sec-works .swiper-button-prev02, .sec-works .swiper-button-next02, .sec-works .swiper-button-prev03, .sec-works .swiper-button-next03, .sec-works .swiper-button-prev04, .sec-works .swiper-button-next04 {
  position: absolute;
  top: 35%;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 30px;
  background: url(./img/icon-arrow_slide.svg) no-repeat center center/cover;
  cursor: pointer;
  transition: 0.4s;
  z-index: 1;
}
@media screen and (max-width: -1px) {
  .sec-works .swiper-button-prev01, .sec-works .swiper-button-next01, .sec-works .swiper-button-prev02, .sec-works .swiper-button-next02, .sec-works .swiper-button-prev03, .sec-works .swiper-button-next03, .sec-works .swiper-button-prev04, .sec-works .swiper-button-next04 {
    width: 40px;
    height: 40px;
  }
}
.sec-works .swiper-button-prev01::after, .sec-works .swiper-button-next01::after, .sec-works .swiper-button-prev02::after, .sec-works .swiper-button-next02::after, .sec-works .swiper-button-prev03::after, .sec-works .swiper-button-next03::after, .sec-works .swiper-button-prev04::after, .sec-works .swiper-button-next04::after {
  display: none;
}
@media screen and (min-width: ) {
  .sec-works .swiper-button-prev01:hover, .sec-works .swiper-button-next01:hover, .sec-works .swiper-button-prev02:hover, .sec-works .swiper-button-next02:hover, .sec-works .swiper-button-prev03:hover, .sec-works .swiper-button-next03:hover, .sec-works .swiper-button-prev04:hover, .sec-works .swiper-button-next04:hover {
    opacity: 0.7;
  }
}
.sec-works .swiper-button-prev01, .sec-works .swiper-button-prev02, .sec-works .swiper-button-prev03, .sec-works .swiper-button-prev04 {
  left: 8px;
  transform: scale(-1, 1);
}
.sec-works .works-data {
  margin-bottom: clamp(1.1rem, 0.6rem + 1.22vw, 2.2rem);
  margin-inline: auto;
  max-width: 326px;
}
.sec-works .works-data__ttl {
  margin-bottom: clamp(0.8rem, 0.5rem + 0.77vw, 1.5rem);
  padding-bottom: clamp(0.8rem, 0.5rem + 0.77vw, 1.5rem);
  border-bottom: 1px solid #5f717a;
  text-align: center;
}
.sec-works .works-data__ttl-st {
  font-size: 2.8rem;
  line-height: 3.2rem; /* 114.286% */
  letter-spacing: 0.196rem;
}
@media screen and (max-width: 479px) {
  .sec-works .works-data__ttl-st {
    font-size: 2.4rem;
  }
}
.sec-works .works-data__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
.sec-works .works-data__item-name {
  display: flex;
  padding: clamp(0.2rem, 0.1rem + 0.22vw, 0.4rem) clamp(0.8rem, 0.5rem + 0.88vw, 1.6rem);
  justify-content: center;
  align-items: center;
  border: 1px solid #5f717a;
  font-size: 1.6rem;
  line-height: 3.2rem; /* 200% */
  letter-spacing: 0.032rem;
}
@media screen and (max-width: 479px) {
  .sec-works .works-data__item-name {
    font-size: 1.4rem;
  }
}
.sec-works .works-data__item-txt {
  font-size: 2rem;
  line-height: 3.2rem; /* 160% */
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 479px) {
  .sec-works .works-data__item-txt {
    font-size: 1.8rem;
  }
}
.sec-works .works-price {
  margin-bottom: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
  margin-inline: auto;
  max-width: 384px;
}
.sec-works .works-price__ttl {
  margin-bottom: clamp(1.1rem, 0.6rem + 1.22vw, 2.2rem);
}
.sec-works .works-price__ttl-st {
  display: flex;
  padding: 10px 9px 10px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #b19c3d;
  color: white;
  font-size: 2rem;
  line-height: 3.2rem; /* 160% */
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 479px) {
  .sec-works .works-price__ttl-st {
    font-size: 1.8rem;
  }
}
.sec-works .works-price__txt {
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: 0.216rem;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .sec-works .works-price__txt {
    font-size: 2rem;
  }
}
.sec-works .works-price__txt strong {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 3.2rem; /* 88.889% */
  letter-spacing: 0.324rem;
}
@media screen and (max-width: 479px) {
  .sec-works .works-price__txt strong {
    font-size: 2.4rem;
  }
}
.sec-works .works-price__txt small {
  font-size: 1.6rem;
  line-height: 3.2rem;
  letter-spacing: 0.144rem;
}
@media screen and (max-width: 479px) {
  .sec-works .works-price__txt small {
    font-size: 1.4rem;
  }
}
.sec-works .works-pay__ttl {
  margin-bottom: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
}
.sec-works .works-pay__ttl-st {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: #e2e1e2;
  font-size: 2.2rem;
  line-height: 3.2rem; /* 145.455% */
  letter-spacing: 0.044rem;
}
@media screen and (max-width: 479px) {
  .sec-works .works-pay__ttl-st {
    font-size: 1.8rem;
  }
}
.sec-works .works-pay__txt {
  margin-bottom: clamp(1rem, 0.6rem + 1.1vw, 2rem);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3.2rem;
  letter-spacing: 0.144rem;
}
@media screen and (max-width: 479px) {
  .sec-works .works-pay__txt {
    font-size: 1.4rem;
  }
}
.sec-works .works-pay__txt strong {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 3.2rem; /* 76.19% */
  letter-spacing: 0.378rem;
}
@media screen and (max-width: 479px) {
  .sec-works .works-pay__txt strong {
    font-size: 3.2rem;
  }
}
.sec-works .works-pay__note {
  display: flex;
  justify-content: center;
}
.sec-works .works-pay__note-item {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4rem; /* 133.333% */
  letter-spacing: 0.126rem;
}
@media screen and (max-width: 479px) {
  .sec-works .works-pay__note-item {
    font-size: 1.6rem;
  }
}
.sec-works .works-pay__note-item small{
	font-size:1.2rem;
}
.sec-works .works-voice {
  color: #fff;
}
.sec-works .works-voice__ttl {
  margin-bottom: clamp(0.4rem, 0.2rem + 0.44vw, 0.8rem);
  font-size: 1.4rem;
  line-height: 2.8rem; /* 200% */
  letter-spacing: 0.07rem;
}
.sec-works .works-voice__cnt-ttl {
  margin-bottom: clamp(0.8rem, 0.5rem + 0.88vw, 1.6rem);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.2rem; /* 133.333% */
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 479px) {
  .sec-works .works-voice__cnt-ttl {
    font-size: 1.8rem;
  }
}
.sec-works .works-voice__cnt-txt {
  font-size: 1.6rem;
  line-height: 3.2rem; /* 200% */
  letter-spacing: 0.032rem;
}
@media screen and (max-width: 479px) {
  .sec-works .works-voice__cnt-txt {
    font-size: 1.4rem;
  }
}

.sec-feature {
  padding-top: clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
}
.sec-feature__head {
  margin-bottom: clamp(1.4rem, 0.8rem + 1.55vw, 2.8rem);
}
.sec-feature__ph {
  margin-bottom: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
}
.sec-feature__txt {
  margin-bottom: clamp(3.6rem, 2.1rem + 3.98vw, 7.2rem);
  font-size: 1.4rem;
  line-height: 2.4rem; /* 171.429% */
  letter-spacing: 0.07rem;
}
.sec-feature .feature-tab__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 479px) {
  .sec-feature .feature-tab__list {
    gap: 8px;
  }
}
.sec-feature .feature-tab__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 24px) / 3);
}
@media screen and (max-width: 479px) {
  .sec-feature .feature-tab__item {
    width: calc((100% - 16px) / 3);
  }
}
.sec-feature .feature-tab__btn {
  padding: 12px 16px;
  width: 100%;
  height: 72px;
  border: none;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .sec-feature .feature-tab__btn {
    padding-inline: 4px;
  }
}
.sec-feature .feature-tab__btn.--design {
  background: #f5f5f5;
  color: #5f717a;
}
.sec-feature .feature-tab__btn.--performance {
  background: #b9b9b9;
  color: #fff;
}
.sec-feature .feature-tab__btn.--cost {
  background: #dcdcdc;
  color: #5f717a;
}
@media screen and (min-width: 1025px) {
  .sec-feature .feature-tab__btn:hover {
    color: #b19c3d;
  }
}
.sec-feature .feature-tab__ttl {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.2rem; /* 200% */
  letter-spacing: 0.032rem;
}
@media screen and (max-width: 479px) {
  .sec-feature .feature-tab__ttl {
    font-size: 1.4rem;
  }
}
.sec-feature .feature-block {
  padding: 24px 24px 32px;
}
.sec-feature .feature-block__ph {
  margin-bottom: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
}
.sec-feature .feature-block__info {
  margin-inline: auto;
}
.sec-feature .feature-block__ttl {
  margin-bottom: 16px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.2rem; /* 133.333% */
  letter-spacing: 0.12rem;
  transition: 0.4s;
}
@media screen and (max-width: 479px) {
  .sec-feature .feature-block__ttl {
    font-size: 1.6rem;
  }
}
.sec-feature .feature-block__txt {
  font-size: 1.6rem;
  line-height: 3.2rem; /* 200% */
  letter-spacing: 0.032rem;
  color: #5f717a;
}
@media screen and (max-width: 479px) {
  .sec-feature .feature-block__txt {
    font-size: 1.4rem;
  }
}
.sec-feature .feature-block.--design {
  background: #f5f5f5;
  color: #5f717a;
}
.sec-feature .feature-block.--performance {
  background: #b9b9b9;
  color: #fff;
}
.sec-feature .feature-block.--cost {
  background: #dcdcdc;
  color: #5f717a;
}

.sec-access {
  padding-top: clamp(2.4rem, 1.4rem + 2.65vw, 4.8rem);
}
.sec-access__head {
  margin-bottom: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
}
.sec-access__txt {
  margin-bottom: clamp(2rem, 1.2rem + 2.21vw, 4rem);
  font-size: 1.4rem;
  line-height: 2.8rem; /* 200% */
  letter-spacing: 0.07rem;
}
.sec-access .access-list__item {
  padding-block: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
  background: #5f717a;
}
.sec-access .access-list__item:not(:last-child) {
  margin-bottom: clamp(0.8rem, 0.5rem + 0.88vw, 1.6rem);
}
.sec-access .access-list__head {
  position: relative;
  padding-inline: 24px;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .sec-access .access-list__head {
    padding-inline: 20px;
  }
}
.sec-access .access-list__head-name {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.2rem; /* 133.333% */
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 479px) {
  .sec-access .access-list__head-name {
    font-size: 1.8rem;
  }
}
.sec-access .access-list__head-add {
  font-size: 1.6rem;
  line-height: 3.2rem; /* 200% */
  letter-spacing: 0.032rem;
}
@media screen and (max-width: 479px) {
  .sec-access .access-list__head-add {
    font-size: 1.4rem;
  }
}
.sec-access .access-list__head-arrow {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 40px;
  aspect-ratio: 1;
}
.sec-access .access-list__head-arrow::before, .sec-access .access-list__head-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22.5px;
  height: 2.5px;
  background: #fff;
  transition: opacity 0.3s ease;
}
.sec-access .access-list__head-arrow::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s;
}
.sec-access .access-list__head.selected .access-list__head-arrow::after {
  transform: translate(-50%, -50%) rotate(180deg);
  transition: 0.3s;
}
.sec-access .access-list__cnt {
  display: none;
}
.sec-access .access-block {
  padding-block: clamp(0.9rem, 0.5rem + 0.99vw, 1.8rem) clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
  padding-inline: 24px;
}
.sec-access .access-block__ph {
  margin-bottom: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
}
.sec-access .access-block__data {
  margin-bottom: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
  color: #fff;
}
.sec-access .access-block__data-add {
  margin-bottom: clamp(0.4rem, 0.2rem + 0.44vw, 0.8rem);
  font-size: 2.2rem;
  line-height: 3.2rem; /* 145.455% */
  letter-spacing: 0.044rem;
}
.sec-access .access-block__data-add small{
  font-size: 1.6rem;
}
@media screen and (max-width: 479px) {
  .sec-access .access-block__data-add {
    font-size: 1.6rem;
  }
}
.sec-access .access-block__data-txt {
  font-size: 1.6rem;
  line-height: 3.2rem; /* 200% */
  letter-spacing: 0.032rem;
}
@media screen and (max-width: 479px) {
  .sec-access .access-block__data-txt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.sec-access .access-block__map {
  margin-bottom: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
  width: 100%;
  aspect-ratio: 432/250;
}
.sec-access .access-block__map iframe {
  width: 100%;
  height: 100%;
}
.sec-access .access-btn {
  text-align: center;
}
.sec-access .access-btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-inline: auto;
  padding: 8px 10px;
  width: 100%;
  max-width: 370px;
  height: 56px;
  background: #333;
  color: #fff;
  transition: 0.4s;
}
.sec-access .access-btn__link-st {
  text-align: center;
  font-size: 2rem;
  line-height: 3.2rem; /* 160% */
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 479px) {
  .sec-access .access-btn__link-st {
    font-size: 1.6rem;
  }
}
.sec-access .access-btn__link-arrow {
  position: relative;
  width: 20px;
}
.sec-access .access-btn__link-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 1px;
  background: #fff;
  transition: 0.4s;
}
.sec-access .access-btn__link-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 10px;
  width: 8px;
  height: 1px;
  background: #fff;
  transform: rotate(35deg) translateY(-50%);
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .sec-access .access-btn__link:hover {
    background: #fff;
    color: #333;
  }
  .sec-access .access-btn__link:hover .access-btn__link-arrow:before, .sec-access .access-btn__link:hover .access-btn__link-arrow::after {
    background: #333;
  }
}

.sec-contact {
  padding-top: clamp(5rem, 2.9rem + 5.52vw, 10rem);
}
.sec-contact__head {
  margin-bottom: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
}
.sec-contact__txt {
  margin-bottom: clamp(1.1rem, 0.6rem + 1.22vw, 2.2rem);
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.8rem; /* 200% */
  letter-spacing: 0.07rem;
}
.sec-contact__note {
  margin-bottom: clamp(2.4rem, 1.4rem + 2.65vw, 4.8rem);
  padding: clamp(0.8rem, 0.5rem + 0.77vw, 1.5rem);
  border: 1px solid #5f717a;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.8rem; /* 200% */
  letter-spacing: 0.07rem;
}
.sec-contact__note a {
  text-decoration: underline;
}
.sec-contact .contact-form__tab {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  margin-bottom: clamp(0.8rem, 0.5rem + 0.88vw, 1.6rem);
  margin-inline: 12px;
}
.sec-contact .contact-form__tab-item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 14px) / 2);
  height: auto;
  aspect-ratio: 220/110;
  filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.25));
}
.sec-contact .contact-form__tab-item.--item01 .contact-form__select::before {
  background: url(./img/contact-form-img01_active.png) no-repeat center center/cover;
}
.sec-contact .contact-form__tab-item.--item02 .contact-form__select::before {
  background: url(./img/contact-form-img02_active.png) no-repeat center center/cover;
}
.sec-contact .contact-form__select {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  transition: 0.4s;
  cursor: pointer;
}
.sec-contact .contact-form__select::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
}
.sec-contact .contact-form__select img {
  transition: 0.4s;
}
.sec-contact .contact-form__select.active img {
  opacity: 0;
}
.sec-contact .contact-form__select.active::before {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .sec-contact .contact-form__select:hover img {
    opacity: 0;
  }
  .sec-contact .contact-form__select:hover::before {
    opacity: 1;
  }
}
.sec-contact .contact-form__cnt {
  padding: clamp(2.4rem, 1.4rem + 2.65vw, 4.8rem) clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
  background: #f5f5f5;
}

.sec-profile {
  padding-block: clamp(2.5rem, 1.5rem + 2.76vw, 5rem) clamp(2.5rem, 1.5rem + 2.76vw, 5rem);
}
.sec-profile__head {
  margin-bottom: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
}
.sec-profile__cnt {
  margin-inline: auto;
  max-width: 431px;
}
.sec-profile .profile-tab__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: clamp(0.8rem, 0.5rem + 0.88vw, 1.6rem);
}
@media screen and (max-width: 479px) {
  .sec-profile .profile-tab__list {
    gap: 8px;
  }
}
.sec-profile .profile-tab__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 32px) / 3);
}
@media screen and (max-width: 479px) {
  .sec-profile .profile-tab__item {
    width: calc((100% - 16px) / 3);
  }
}
.sec-profile .profile-tab__btn {
  padding: 16px 7px;
  width: 100%;
  height: 151px;
  border: none;
  background: #fff;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.14);
  color: #5f717a;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .sec-profile .profile-tab__btn {
    padding: 4px;
    height: 120px;
  }
}
.sec-profile .profile-tab__btn.--btn01 .profile-tab__ttl-icon::before {
  background: url(./img/icon-profile01_active.svg) no-repeat center center/cover;
}
.sec-profile .profile-tab__btn.--btn02 .profile-tab__ttl-icon::before {
  background: url(./img/icon-profile02_active.svg) no-repeat center center/cover;
}
.sec-profile .profile-tab__btn.--btn03 .profile-tab__ttl-icon::before {
  background: url(./img/icon-profile03_active.svg) no-repeat center center/cover;
}
.sec-profile .profile-tab__btn.active {
  background: #5f717a;
  color: #fff;
}
.sec-profile .profile-tab__btn.active .profile-tab__ttl-icon img {
  opacity: 0;
}
.sec-profile .profile-tab__btn.active .profile-tab__ttl-icon::before {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .sec-profile .profile-tab__btn:hover {
    background: #5f717a;
    color: #fff;
  }
  .sec-profile .profile-tab__btn:hover .profile-tab__ttl-icon img {
    opacity: 0;
  }
  .sec-profile .profile-tab__btn:hover .profile-tab__ttl-icon::before {
    opacity: 1;
  }
}
.sec-profile .profile-tab__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
.sec-profile .profile-tab__ttl-icon {
  position: relative;
}
.sec-profile .profile-tab__ttl-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
  z-index: 1;
}
.sec-profile .profile-tab__ttl-icon img {
  transition: 0.4s;
}
.sec-profile .profile-tab__ttl-st {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 2.8rem; /* 200% */
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 479px) {
  .sec-profile .profile-tab__ttl-st {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.sec-profile .profile-detail {
  min-height: 482px;
}
@media screen and (max-width: 479px) {
  .sec-profile .profile-detail {
    min-height: 420px;
  }
}
.sec-profile .profile-block__ph {
  margin-bottom: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem);
}
.sec-profile .profile-block__ttl {
  margin-bottom: clamp(0.4rem, 0.2rem + 0.44vw, 0.8rem);
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.2rem; /* 160% */
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 479px) {
  .sec-profile .profile-block__ttl {
    font-size: 1.6rem;
  }
}
.sec-profile .profile-block__txt {
  font-size: 1.6rem;
  line-height: 3.2rem; /* 200% */
  letter-spacing: 0.032rem;
}
@media screen and (max-width: 479px) {
  .sec-profile .profile-block__txt {
    font-size: 1.4rem;
  }
}

.sec-company {
  padding-block: clamp(2.4rem, 1.4rem + 2.65vw, 4.8rem) clamp(2.4rem, 1.4rem + 2.65vw, 4.8rem);
  background: #f5f5f5;
}
.sec-company__head {
  margin-bottom: clamp(0.4rem, 0.2rem + 0.44vw, 0.8rem);
}
.sec-company__overview {
  padding-inline: 5px;
}
.sec-company__overview-item {
  padding-block: clamp(1.2rem, 0.7rem + 1.33vw, 2.4rem) clamp(1.2rem, 0.7rem + 1.22vw, 2.3rem);
  border-bottom: 1px solid rgba(95, 113, 122, 0.6);
}
.sec-company__overview-name {
  margin-bottom: clamp(0.4rem, 0.2rem + 0.44vw, 0.8rem);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.2rem; /* 200% */
  letter-spacing: 0.032rem;
}
@media screen and (max-width: 479px) {
  .sec-company__overview-name {
    font-size: 1.4rem;
  }
}
.sec-company__overview-value {
  font-size: 1.6rem;
  line-height: 3.2rem; /* 200% */
  letter-spacing: 0.032rem;
}
@media screen and (max-width: 479px) {
  .sec-company__overview-value {
    font-size: 1.4rem;
  }
}
.sec-company__overview-value span {
  display: inline-block;
}
.sec-company__overview-value span:not(:last-child) {
  margin-bottom: clamp(1.6rem, 0.9rem + 1.77vw, 3.2rem);
}

/*
.sec-merit {
  padding-block: cl(58, 115, 375, 1280) cl(60, 120, 375, 1280);
  background: #f0efeb;
  &__head {
    margin-bottom: cl(34, 68, 375, 1280);
  }
  &__cnt {
    color: #fff;
  }
  .merit-slide {
    &__list {
      padding-block: cl(16, 32, 375, 1280);
      background: #f9f8f4;
      border-block: 1px solid #b8973c;
    }
    &__item {
      height: auto;
    }
    &__box {
      padding-block: cl(35, 70, 375, 1280) cl(21, 42, 375, 1280);
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-direction: column;
      width: 100%;
      height: cl(520, 692, 375, 1280);
      &.--box01 {
        background: url(./img/merit-img01.jpg) no-repeat center center/cover;
      }
      &.--box02 {
        background: url(./img/merit-img02.jpg) no-repeat center center/cover;
      }
      &.--box03 {
        background: url(./img/merit-img03.jpg) no-repeat center center/cover;
      }
      &.--box04 {
        background: url(./img/merit-img04.jpg) no-repeat center center/cover;
      }
    }
    &__info {
      padding-inline: 42px;
    }
    &__ttl {
      font-size: rem(60);
      line-height: 1;
      letter-spacing: 0.05em;
      @include mq(max, sm) {
        font-size: rem(40);
      }
    }
    &__subttl {
      margin-bottom: cl(16, 32, 375, 1280);
      font-weight: 500;
      font-size: rem(22);
      line-height: 1.55;
      letter-spacing: 0.05em;
      @include mq(max, sm) {
        font-size: rem(18);
      }
    }
    &__txt {
      font-weight: 500;
      font-size: rem(16);
      line-height: 2;
      letter-spacing: 0.05em;
      @include mq(max, sm) {
        font-size: rem(14);
      }
    }
  }
  .swiper {
    &-button-prev,
    &-button-next {
      &::after {
        font-size: rem(30);
        color: #fff;
        transition: 0.4s;
      }
      &.swiper-button-disabled {
        opacity: 0.5;
      }
    }
    &-button-prev {
      left: 0;
    }
    &-button-next {
      right: 0;
    }
    &-pagination-bullets {
      top: auto;
      bottom: -50px;
      @include mq(max, md) {
        bottom: -30px;
      }
      @include mq(max, sm) {
        bottom: -20px;
      }
    }
    &-pagination-bullet {
      margin-inline: 9px !important;
      width: 10px;
      height: 10px;
      &-active {
        background: #937218;
      }
    }
  }
}
.sec-plan {
  padding-block: cl(58, 115, 375, 1280) cl(28, 55, 375, 1280);
  background: #f0efeb;
  &__head {
    margin-bottom: cl(35, 70, 375, 1280);
  }
  .plan-list {
    &__item {
      margin-bottom: 20px;
      padding-block: cl(10, 20, 375, 1280);
      min-height: cl(100, 136, 375, 1280);
      background: #f9f8f4;
      border-block: 1px solid #b8973c;
    }
    &__head {
      position: relative;
      padding-inline: 45px;
      cursor: pointer;
      @include mq(max, sm) {
        padding-inline: 20px;
      }
      &-num {
        font-size: rem(14);
        line-height: 2.29;
        letter-spacing: 0.05em;
        color: #433f37;
        @include mq(max, sm) {
          line-height: 1.8;
        }
        span {
          font-size: rem(22);
        }
      }
      &-name {
        font-size: rem(20);
        line-height: 2;
        letter-spacing: 0.06em;
        color: #937218;
        @include mq(max, sm) {
          font-size: rem(16);
        }
      }
      &-arrow {
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%);
        width: 30px;
        aspect-ratio: 1;
        background: rgba(184, 151, 60, 0.5);
        border-radius: 50%;
        &::before,
        &::after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 16px;
          height: 1px;
          background: #fff;
          transition: opacity 0.3s ease;
        }
        &::after {
          transform: translate(-50%, -50%) rotate(90deg);
          transition: 0.3s;
        }
      }
      &.selected .plan-list__head-arrow::after {
        transform: translate(-50%, -50%) rotate(180deg);
        transition: 0.3s;
      }
    }
    &__cnt {
      display: none;
    }
  }
  .plan-detail {
    &__item {
      padding-block: cl(18, 35, 375, 1280) cl(21, 42, 375, 1280);
    }
    &__ph {
      margin-bottom: cl(25, 50, 375, 1280);
    }
    &__floor {
      margin-bottom: cl(10, 20, 375, 1280);
      &-ph {
        margin-bottom: cl(13, 26, 375, 1280);
        margin-inline: auto;
        width: 100%;
        max-width: 300px;
      }
      &-txt {
        font-size: rem(14);
        line-height: 2;
        text-align: center;
        letter-spacing: 0.06em;
      }
    }
    &__data {
      padding-inline: 45px;
      @include mq(max, sm) {
        padding-inline: 20px;
      }
      &-ttl {
        margin-bottom: cl(5, 11, 375, 1280);
        font-size: rem(14);
        line-height: 2.29;
        letter-spacing: 0.05em;
        color: #937218;
      }
      &-txt {
        font-size: rem(14);
        line-height: 2;
        letter-spacing: 0.06em;
      }
    }
  }
  .plan-slide {
    position: relative;
    margin-bottom: 55px;
    margin-bottom: cl(28, 55, 375, 1280);
    &__thumbs {
      margin-top: 8px;
      padding: 0;
      width: 100%;
      overflow-x: scroll;
      .swiper-slide {
        aspect-ratio: 1;
        text-align: center;
        overflow: hidden;
        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
    }
    &__main {
      height: 269px;
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }
  .swiper {
    &-slide-thumb-active {
      opacity: 1;
    }
    &-pagination-bullet {
      width: 12px;
      height: 12px;
      background: #e2e2e2;
      opacity: 1;
      &-active {
        background: #4b3928;
      }
    }
    &-pagination-bullets {
      bottom: -35px;
    }
    &-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 8px;
    }
    &-button-prev01,
    &-button-next01,
    &-button-prev02,
    &-button-next02,
    &-button-prev03,
    &-button-next03,
    &-button-prev04,
    &-button-next04 {
      position: absolute;
      top: 35%;
      right: 8px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 16px;
      height: 30px;
      background: url(./img/icon-arrow_slide.svg) no-repeat center center/cover;
      cursor: pointer;
      transition: 0.4s;
      z-index: 1;
      @include mq(max, tb) {
        width: 40px;
        height: 40px;
      }
      &::after {
        display: none;
      }
      &:hover {
        @include mq(min, pc) {
          opacity: 0.7;
        }
      }
    }
    &-button-prev01,
    &-button-prev02,
    &-button-prev03,
    &-button-prev04 {
      left: 8px;
      transform: scale(-1, 1);
    }
  }
}
.sec-feature {
  background: #f0efeb;
  &__block {
    padding-top: cl(41, 82, 375, 1280);
    background: #303030;
    color: #fff;
  }
  &__catch {
    margin-bottom: cl(8, 16, 375, 1280);
    &-st {
      font-size: rem(18);
      line-height: 1.56;
      letter-spacing: 0.06em;
      text-align: center;
      @include mq(max, sm) {
        font-size: rem(16);
      }
    }
  }
  &__head {
    margin-bottom: cl(45, 90, 375, 1280);
  }
  &__item {
    padding-bottom: cl(36, 72, 375, 1280);
  }
  &__ph {
    margin-bottom: cl(26, 53, 375, 1280);
  }
  &__info {
    padding-inline: 40px;
    @include mq(max, sm) {
      padding-inline: 20px;
    }
  }
  &__ttl {
    margin-bottom: cl(22, 45, 375, 1280);
    &-st {
      font-size: rem(42);
      line-height: 0.76;
      letter-spacing: 0.16em;
      color: #b8973c;
      text-align: center;
      @include mq(max, sm) {
        font-size: rem(36);
      }
    }
  }
  &__subttl {
    margin-bottom: cl(16, 32, 375, 1280);
    &-st {
      font-size: rem(20);
      line-height: 2;
      letter-spacing: 0.05em;
      text-align: center;
      @include mq(max, sm) {
        font-size: rem(16);
      }
    }
  }
  &__txt {
    padding-inline: 8px;
    &-st {
      font-size: rem(14);
      line-height: 2;
      letter-spacing: 0.06em;
    }
  }
}

.sec-about {
  padding-top: cl(55, 110, 375, 1280);
  background: #000;
  color: #fff;
  &__head {
    margin-bottom: cl(45, 90, 375, 1280);
  }
  &__cnt {
    padding-block: cl(14, 27, 375, 1280) cl(20, 40, 375, 1280);
    border-block: 1px solid #ffffff;
  }
  .about-slide {
    &__item {
      height: auto;
    }
    &__box {
      padding-bottom: cl(32, 64, 375, 1280);
    }
    &__ph {
      position: relative;
      margin-bottom: cl(26, 58, 375, 1280);
      width: 100%;
      height: auto;
      aspect-ratio: 480 / 244;
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
      &-txt {
        position: absolute;
        left: 6.67%;
        bottom: 2%;
        font-size: rem(42);
        line-height: 1;
        letter-spacing: 0.12em;
        @include mq(max, sm) {
          font-size: rem(36);
        }
      }
    }
    &__info {
      padding-inline: cl(40, 68, 375, 1280);
    }
    &__ttl {
      margin-bottom: cl(18, 36, 375, 1280);
      font-size: rem(20);
      line-height: 2;
      text-align: center;
      letter-spacing: 0.06em;
      @include mq(max, sm) {
        font-size: rem(16);
      }
    }
    &__txt {
      font-size: rem(14);
      line-height: 2;
      letter-spacing: 0.06em;
    }
  }
  .swiper {
    &-button-prev,
    &-button-next {
      top: auto;
      bottom: 100px;
      &::after {
        font-size: rem(30);
        color: #fff;
        transition: 0.4s;
      }
      &.swiper-button-disabled {
        opacity: 0.5;
      }
    }
    &-button-prev {
      left: cl(10, 20, 375, 1280);
    }
    &-button-next {
      right: cl(10, 20, 375, 1280);
    }
    &-pagination-bullets {
      top: auto;
      bottom: 0;
    }
    &-pagination-bullet {
      margin-inline: 9px !important;
      width: 10px;
      height: 10px;
      background: #d1cac1;
      opacity: 1;
      &-active {
        background: #937218;
      }
    }
  }
}
.sec-staff {
  padding-block: cl(38, 75, 375, 1280) cl(25, 50, 375, 1280);
  background: #000;
  color: #fff;
  &__head {
    margin-bottom: cl(36, 72, 375, 1280);
  }
  &__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 45px 18px;
  }
  &__item {
    width: calc((100% - 18px) / 2);
  }
  &__ph {
    margin-bottom: 9px;
  }
  &__info {
  }
  &__position {
    margin-bottom: 4px;
    font-size: rem(12);
    line-height: 2;
    letter-spacing: 0.06em;
  }
  &__name {
    &-main {
      display: block;
      font-size: rem(18);
      line-height: 1.56;
      letter-spacing: 0.06em;
    }
    &-sub {
      display: block;
      font-size: rem(14);
      line-height: 1.5;
      letter-spacing: 0.16em;
      color: #ffe294;
    }
  }
}
.sec-message {
  padding-top: cl(25, 50, 375, 1280);
  background: #000;
  color: #fff;
  &__block {
    padding-top: cl(60, 125, 375, 1280);
    background: url(./img/bg-message.png) no-repeat top center/100% calc(100% - 105px);
  }
  &__head {
    margin-bottom: cl(32, 64, 375, 1280);
  }
  &__cnt-wrap {
    position: relative;
    padding-inline: 20px;
    height: 480px;
    overflow: hidden;
    &::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 200px;
      left: 0px;
      bottom: 0;
      background: linear-gradient(180deg, rgba(225, 225, 225, 0) 0%, rgba(225, 225, 225, 0.7) 30%, rgba(225, 225, 225, 1) 70%, #fff 100%);
    }
    &.open::after {
      opacity: 0;
      pointer-events: none;
    }
  }
  &__cnt {
    margin-bottom: cl(34, 68, 375, 1280);
    padding-inline: 35px;
    @include mq(max, sm) {
      padding-inline: 0;
    }
  }
  &__txt {
    margin-bottom: cl(14, 28, 375, 1280);
    font-size: rem(14);
    line-height: 2;
    letter-spacing: 0.06em;
  }
  &__president {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }
  &__ph {
    flex: 1;
  }
  &__data {
    width: 180px;
  }
  &__position {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.06em;
  }
  &__name {
    &-main {
      display: block;
      font-size: rem(18);
      line-height: 1.56;
      letter-spacing: 0.06em;
      color: #ffffff;
    }
    &-sub {
      display: block;
      font-size: rem(14);
      line-height: 2.29;
      letter-spacing: 0.16em;
      color: #ffe294;
    }
  }
  &__btn {
    margin-top: -80px;
    padding-bottom: 64px;
    text-align: center;
    &-txt {
      position: relative;
      margin-inline: auto;
      padding-right: 25px;
      width: 120px;
      font-size: rem(16);
      line-height: 2.5;
      letter-spacing: 0.06em;
      color: #000;
      cursor: pointer;
      transition: 0.4s;
      @include mq(max, sm) {
        font-size: rem(14);
      }
      &::before {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #b8973c;
      }
      &::after {
        content: "";
        position: absolute;
        top: 50%;
        left: calc(100% - 12px);
        width: 6px;
        height: 6px;
        border-right: 1px solid #000;
        border-top: 1px solid #000;
        transform: rotate(45deg) translateY(-50%);
        transition: 0.4s;
      }
      &:hover {
        @include mq(min, md) {
          &::after {
            margin-left: 4px;
          }
        }
      }
    }
  }
}
*/


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

form {
  overflow: hidden;
}
form ul {
  display: block;
  margin: 24px 0;
}
form ul:first-of-type {
  display: block;
  margin-top: 0;
}

.item-notice {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 13px;
  line-height: 1.5;
  font-size: 14px !important;
}
.item-notice strong {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}
.item-notice p {
  font-size: 14px;
}

form ul li:last-of-type {
  width: 100%;
}
form ul .item-name {
  color: #2C2928;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 16px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}
form ul li:last-of-type .item-form {
  width: 100%;
  display: block;
}
form ul li:last-of-type .item-form span {
  width: 100%;
  display: block;
}
form ul li:last-of-type input {
  width: 100%;
  display: block;
}
form ul li:last-of-type textarea {
  width: 100%;
  display: block;
  resize: vertical;
  height: 240px;
}
form ul li:last-of-type input,
form ul li:last-of-type textarea,
form ul li:last-of-type select {
  border: none;
  padding: 8px;
  font-size: 16px;
  letter-spacing: normal;
  box-sizing: border-box;
  background: #fff !important;
}

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

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

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

.form-caption p,
form * {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #444444;
}

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

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

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

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

.section-form__check1,
.section-form__check2 {
  text-align: center;
}

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

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

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

.wpcf7-list-item {
  margin: 0;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  gap: 8px;
}
.wpcf7-list-item input[type=radio] {
  width: auto !important;
}

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

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


.item-req {
  background: #B19C3D;
  color: #fff;
  text-align: center;
  padding: 5px 21px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  border-radius: 30px;
}

.item-noreq {
  background: #B4B4B4;
  color: #fff;
  text-align: center;
  padding: 5px 21px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  border-radius: 30px;
}

.wpcf7c-elm-step1 {
  background: #5F717A;
  width: 80px;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  border: none;
  color: #FFF;
}

.wpcf7-form-control-wrap[data-name=kaizyo] {
  padding-right: 10px;
  background: #fff;
}

.reserve-notice {
  color: #444444;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
  letter-spacing: 0.05em;
  margin-top: 8px;
}

form [type=submit] {
  background: #5F717A;
  max-width: 100%;
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  padding: 16px;
  margin: auto;
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  opacity: 1;
  transition: 0.3s;
  color: #fff;
  line-height: 1.8;
}
form [type=submit]:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.privacy-box {
  color: #444444;
  background: #fff;
  border: none;
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 16px;
}