@charset "UTF-8";
:root {
  --base: "Zen Kaku Gothic Antique", sans-serif;
  --mc: #456043;
  --fc: #4B4948;
  --bdc: #D1D5DB;
  --mq: 4.8;
  /*
  --mq: 12.8vw;
  @media screen and (max-width: 1024px) {
    --mq: 7.5vw;
  }
  @media screen and (max-width: 479px) {
    --mq: 3.75vw;
  }*/
}

/*---変数---*/
/* 要素 フォントサイズ・マージン・パディングをリセット */
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: #000;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

br {
  line-height: inherit;
}

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

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

section {
  position: relative;
}

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

main {
  display: block;
}

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

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

button {
  outline: none;
}

iframe {
  display: block;
}

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

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  font-family: var(--base);
  font-size: 1rem;
  color: var(--fc);
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: var(--base);
  }
}
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: 1.6rem;
  letter-spacing: 0;
  line-height: 1.75;
}
@media screen and (max-width: 479px) {
  p,
  li,
  dl,
  tr,
  th,
  td,
  div {
    font-size: 1.4rem;
  }
}

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

.--color {
  color: var(--mc);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(70px);
  }
  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(70px);
  }
}
.fade-down {
  animation: fadeDown 0.6s forwards;
}

.cmn-wrap {
  position: relative;
  margin: 0 auto;
  padding-inline: 24px;
  width: 100%;
}
@media screen and (max-width: 479px) {
  .cmn-wrap {
    padding-inline: min(24 / var(--mq) * 1vw, 2.4rem);
  }
}
.cmn-wrap.--full {
  padding-bottom: 0;
  padding-inline: 0;
}

.cmn-ttl {
  position: relative;
  text-align: center;
}
.cmn-ttl::before {
  content: "";
  display: block;
  position: relative;
  margin: 0 auto min(30 / var(--mq) * 1vw, 3rem);
  width: 1px;
  height: 40px;
  background: #4B4948;
}
.cmn-ttl.--white::before {
  background: #fff;
}
.cmn-ttl__main-st {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.12rem;
  line-height: 1.5;
}
@media screen and (max-width: 479px) {
  .cmn-ttl__main-st {
    font-size: 2rem;
  }
}
.cmn-ttl__main-remarks {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.12rem;
  line-height: 2.25;
}
@media screen and (max-width: 479px) {
  .cmn-ttl__main-remarks {
    font-size: 1.6rem;
  }
}
.cmn-ttl__sub {
  margin-bottom: 16px;
  color: #89B2C9;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.07rem;
}
.--white .cmn-ttl__sub {
  color: #fff;
}
.cmn-ttl.--white {
  color: #fff;
}

.cmn-btn__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  width: 100%;
  height: 48px;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .cmn-btn__link:hover {
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #fff;
  }
  .--col01 .cmn-btn__link:hover {
    background: #4B4948;
  }
  .cmn-btn__link:hover .cmn-btn__st {
    color: #fff;
  }
  .cmn-btn__link:hover .cmn-btn__arrow {
    right: 4px;
  }
  .cmn-btn__link:hover .cmn-btn__arrow svg path {
    stroke: #fff;
  }
}
.cmn-btn__link.--col01 {
  border-color: #4B4948;
}
.cmn-btn__st {
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.08rem;
  transition: 0.4s;
}
.--col01 .cmn-btn__st {
  color: #4B4948;
}
.cmn-btn__arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  align-items: center;
  height: 42px;
  transition: 0.4s;
}
.cmn-btn__arrow.--close {
  right: 20px;
}
.cmn-btn__arrow path {
  transition: 0.4s;
}
.--col01 .cmn-btn__arrow path {
  stroke: #4B4948;
}

.photo-line {
  position: relative;
}
.photo-line::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 50px;
  height: 50px;
  background: url(./img/line-top.svg) no-repeat center center/cover;
}
.photo-line::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 50px;
  height: 50px;
  background: url(./img/line-bottom.svg) no-repeat center center/cover;
}
.photo-line.--white::before {
  background: url(./img/line-top_white.svg) no-repeat center center/cover;
}
.photo-line.--white::after {
  background: url(./img/line-bottom_white.svg) no-repeat center center/cover;
}

.wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 1240px;
  padding-inline: 20px;
}
@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 {
  display: none;
}
}

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

.hd {
  width: calc(100% - 480px);
  max-width: 740px;
}
.hd-cnt {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 106px;
  width: calc(100% - 520px);
  max-width: 680px;
  height: 100vh;
}
.hd-name {
  position: relative;
  margin-bottom: 32px;
  width: 184px;
    opacity: 1;
	  visibility: visible;
	transition: .4s;
}
@media screen and (max-width: 1024px) {
  .hd:not(.fixed) .hd-name {
    opacity: 0;
	  visibility: hidden;
  }
	.hd.open .hd-name {
    opacity: 0;
	  visibility: hidden;
  }
}
.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-name__logo {
  transition: 0.4s;
}
.hd-menu {
  margin-inline: auto;
  width: 88.2352941176%;
  max-width: 600px;
}
.hd-nav {
z-index: 10;
}

.hd-nav__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-inline: auto;
  max-width: 520px;
}
.hd-nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 46.1538461538%;
}
.hd-nav__item {
  width: 100%;
  border-bottom: 1px solid #fff;
}
.hd-nav__item:first-child {
  border-top: 1px solid #fff;
}
.hd-nav__link {
  position: relative;
  display: flex;
  align-items: center;
  padding-block: 16px;
  padding-left: 20px;
  width: 100%;
  color: #fff;
  transition: 0.4s;
}
.hd-nav__link-main {
  position: relative;
  display: block;
  padding: 0;
  color: #c3c3c3;
  font-weight: 500;
  line-height: 2.6rem; /* 162.5% */
  letter-spacing: 0.08rem;
  transition: 0.4s;
}
.hd-nav__link-main::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 12px);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #89B2C9;
  border-radius: 50%;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .hd-nav__link:hover span {
    color: #fff;
  }
  .hd-nav__link:hover span::before {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .hd-nav__link.active span {
    color: #fff;
  }
  .hd-nav__link.active span::before {
    opacity: 1;
  }
}
.hd .hd-cta {
  margin-top: min(42vw / var(--mq), 4.2rem);
  margin-inline: auto;
  width: 100%;
  max-width: 600px;
  transition: 0.4s;
}
.hd .hd-cta .cta-box {
  padding-block: min(43 / var(--mq) * 1vw, 4.2rem);
}
.hd-nav__name {
  margin-bottom: 16px;
  width: 192px;
}
@media screen and (min-width: 1025px) {
  .hd-nav__name {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .hd {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    gap: 0;
    width: 100%;
    max-width: 480px;
    height: 64px;
    line-height: 1;
    transition: all 0.4s;
    z-index: 1000;
  }
  .hd.fixed {
    background: #89B2C9;
  }
  .hd-cnt {
    position: relative;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-block: 0;
    padding-inline: 20px 16px;
    width: 100%;
    height: 100%;
  }
  .hd-name {
    margin-bottom: 0;
    z-index: 1001;
  }
  .hd-menu {
    margin-inline: auto 0;
    width: auto;
    max-width: none;
  }
  .hd-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    position: fixed;
    top: 0;
    left: 0;
    padding-bottom: 70px;
    width: 100%;
    height: 100svh;
  background: url(./img/bg-body.jpg) repeat-x center center/cover;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  .hd-nav__list {
    align-items: center;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .hd-nav__item {
    width: 100%;
    padding: 0;
    border: none;
    text-align: center;
  }
  .hd-nav__item:first-child {
    border: none;
  }
  .hd-nav__link {
    display: block;
    padding-block: min(16vw / var(--mq), 1.6rem);
    padding-inline: 0;
  }
  .hd-nav__link-main {
    color: var(--fc);
    line-height: 1.56;
  }
  .hd-toggle {
    position: relative;
    margin-inline: auto 0;
    width: 35px;
    height: 100%;
    cursor: pointer;
    z-index: 1002;
  }
  .hd-toggle__txt {
    position: relative;
    margin-top: 5px;
    line-height: 1;
  }
  .hd-toggle__txt::after {
    content: "MENU";
    position: relative;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.07rem;
    color: #fff;
  }
  .hd-toggle div {
    display: block;
    position: relative;
    display: block;
    width: 35px;
    height: 18px;
  }
  .hd-toggle span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    background: #fff;
    transition: 0.35s ease-in-out;
  }
  .hd-toggle__line {
    height: 1px;
  }
  .hd-toggle__line:nth-child(1) {
    top: 0;
  }
  .hd-toggle__line:nth-child(2) {
    top: 9px;
  }
  .hd-toggle__line:nth-child(3) {
    position: relative;
    top: 18px;
  }
}
.hd.open {
  background: transparent;
  backdrop-filter: none;
}
.hd.open .hd-name::before {
  opacity: 1;
}
.hd.open .hd-name__logo {
  opacity: 0;
}
.hd.open .hd-nav {
  opacity: 1;
  visibility: visible;
}
.hd.open .hd-nav__list {
  position: relative;
}
.hd.open .hd-nav__list:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -32px;
  left: -10px;
  width: 50px;
  height: 50px;
  background: url(./img/line-top_white.svg) no-repeat center center/cover;
}
.hd.open .hd-nav__list:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: -32px;
  right: -10px;
  width: 50px;
  height: 50px;
  background: url(./img/line-bottom_white.svg) no-repeat center center/cover;
}
.hd.open .hd-nav__link-main {
  color: #fff;
}
.hd.open .hd-toggle__txt:after {
  content: "CLOSE";
  color: #fff;
  letter-spacing: -0.05em;
}
.hd.open .hd-toggle span {
  background: #fff;
}
.hd.open .hd-toggle span:nth-child(1) {
  top: 7px;
  transform: rotate(330deg);
}
.hd.open .hd-toggle span:nth-child(2) {
  left: 50%;
  width: 0;
}
.hd.open .hd-toggle span:nth-child(3) {
  top: 7px;
  transform: rotate(-330deg);
}

.ft {
  position: relative;
  padding-block: 30px;
  background: #D1D5DB;
}
@media screen and (max-width: 1024px) {
  .ft {
    padding-bottom: 150px;
  }
}
.ft-name__logo {
  margin-inline: auto;
  max-width: 180px;
}
.ft__copy {
  margin-top: 18px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.04rem;
}

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

.main-cta__link {
  position: relative;
  display: block;
  margin-inline: auto;
}
.main-cta__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 8px solid rgba(255, 255, 255, 0.7);
  pointer-events: none;
}
@media screen and (min-width: 1025px) {
  .main-cta__link:hover .cmn-btn__link {
    background: rgba(0, 0, 0, 0.8);
  }
  .main-cta__link:hover .cmn-btn__st {
    color: #fff;
  }
  .main-cta__link:hover .cmn-btn__arrow svg path {
    stroke: #fff;
  }
}
.main-cta .cta-box {
  display: flex;
  flex-direction: column;
  padding-block: min(56 / var(--mq) * 1vw, 5.6rem);
  background: url(./img/cta_bg.jpg) no-repeat center center/cover;
}
.main-cta .cta-box__head {
  order: 1;
  margin-bottom: min(18 / var(--mq) * 1vw, 1.8rem);
  text-align: center;
}
.main-cta .cta-box__head-st {
  width: max-content;
  margin-inline: auto;
  margin-bottom: min(18 / var(--mq) * 1vw, 1.8rem);
  padding: min(18 / var(--mq) * 1vw, 1.8rem) min(27 / var(--mq) * 1vw, 2.7rem);
  border-block: 2px solid #fff;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
.main-cta .cta-box__head-st.--small {
  font-size: 1.6rem;
}
.main-cta .cta-box__head-remarks {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
.main-cta .cta-box__ph {
  order: 2;
  margin-inline: auto;
  margin-bottom: min(18 / var(--mq) * 1vw, 1.8rem);
  max-width: 340px;
  width: 90%;
  aspect-ratio: 416/175;
}
.main-cta .cta-box__ph.--large {
  max-width: 360px;
}
.main-cta .cta-box__anchor {
  order: 4;
  position: relative;
  margin-inline: auto;
  margin-top: min(18 / var(--mq) * 1vw, 1.8rem);
  max-width: min(335 / var(--mq) * 1vw, 33.5rem);
  width: 100%;
}
.main-cta .cta-box__note {
  order: 3;
  margin-top: min(16vw / var(--mq), 1.6rem);
  margin-inline: 24px;
  padding: 16px;
  height: 149px;
  background: rgba(255, 255, 255, 0.7);
  overflow-y: auto;
}
.main-cta .cta-box__note-st {
  font-size: 1.4rem;
  line-height: 2.4rem; /* 171.429% */
  letter-spacing: 0.07rem;
}
.main-cta .cta-box.--has-note {
  padding-bottom: 15px;
}

.banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  transform: translateY(70px);
  z-index: 1001;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .banner {
    pointer-events: none;
  }
}
.banner__cnt {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: min(8vw / var(--mq), 0.8rem);
}
.banner__link {
  display: block;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .banner__link {
    display: none;
  }
}
.banner__link.--phone {
  aspect-ratio: 108/70;
}
.banner__link.--contact {
  aspect-ratio: 364/70;
}
.banner-box__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: url(./img/bg-banner.png) no-repeat center center/cover;
  border-radius: 10px 10px 0 0;
  transition: 0.4s;
}
.banner-box__ttl-st {
  position: relative;
  padding-right: 15px;
  border-bottom: 1px solid #b8973c;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.06em;
  color: #ffffff;
}
.banner-box__ttl-st::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 12px);
  width: 8px;
  height: 8px;
  border-right: 1px solid white;
  border-top: 1px solid white;
  transform: rotate(45deg) translateY(-50%);
  transition: 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;
  }
}

.sec-fv {
  position: relative;
  z-index: 1;
}
.sec-fv__slide {
  height: 100%;
}
.sec-fv__slide-cnt {
  position: relative;
  height: calc(100svh - 132px);
  max-height: 680px;
}
.sec-fv__slide-item {
  height: 100%;
}
.sec-fv__slide-ph {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .sec-fv__slide-ph {
    width: 100%;
    height: 100%;
  }
}
.sec-fv__slide-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-fv__scroll {
  position: absolute;
  bottom: 0;
  left: min(20 / var(--mq) * 1vw, 2rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(40 / var(--mq) * 1vw, 4rem);
}
.sec-fv__scroll-st {
  position: relative;
  left: 2px;
  font-size: 1.2rem;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 479px) {
  .sec-fv__scroll-st {
    font-size: 1.2rem;
  }
}
.sec-fv__scroll::after {
  display: block;
  content: "";
  width: 1px;
  height: min(92 / var(--mq) * 1vw, 9.2rem);
  background: #fff;
}
.sec-fv__about {
  background: #89B2C9;
  text-align: center;
}
.sec-fv__about a {
	display: block;
  padding: min(27 / var(--mq) * 1vw, 2.7rem);
}



.sec-fv__about-remarks {
  margin-bottom: min(8 / var(--mq) * 1vw, 0.8rem);
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 479px) {
  .sec-fv__about-remarks {
    font-size: 1.4rem;
  }
}
.sec-fv__about-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  width: 60%;
  height: 40px;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.4s;
}

@media screen and (min-width: 1025px) {
.sec-fv__about a:hover .sec-fv__about-btn {
    background: #fff;
    border: 1px solid #fff;
  }
.sec-fv__about a:hover .sec-fv__about-st {
    color: #4B4948;
  }
.sec-fv__about a:hover .cmn-btn__arrow {
    right: 4px;
  }
.sec-fv__about a:hover .cmn-btn__arrow svg path {
    stroke: #4B4948;
  }
}

.sec-fv__about-st {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 479px) {
  .sec-fv__about-st {
    font-size: 1.6rem;
  }
}
.sec-fv__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.sec-fv__info-head {
  padding-top: min(80 / var(--mq) * 1vw, 8rem);
  text-align: center;
}
.sec-fv__info-head-st {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
}
.sec-fv__info-head-ruby {
  font-size: 1.4rem;
  color: #fff;
}
.sec-fv__info-catch {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.sec-fv__info-catch::before {
  content: "";
  position: relative;
  margin-block: min(20 / var(--mq) * 1vw, 2rem);
  margin-inline: auto;
  width: 1px;
  height: min(40 / var(--mq) * 1vw, 4rem);
  background: #fff;
}
.sec-fv__info-catch-st {
  display: inline-block;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.7777777778;
}
.sec-fv__block {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 328px;
  color: #fff;
  z-index: 1;
}
.sec-fv__block-ttl {
  position: relative;
  padding: 24px 24px 32px 16px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
  line-height: 145%; /* 6rem */
  letter-spacing: 0.44rem;
}
@media screen and (max-width: 479px) {
  .sec-fv__block-ttl {
    font-size: 3.2rem;
  }
}
.sec-fv__block-ttl .--ttl03 {
  display: block;
  line-height: 0.8;
}
.sec-fv__block-ttl .--brackets {
  letter-spacing: -1.4rem;
}
.sec-fv__block-ttl small {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.352rem;
}
@media screen and (max-width: 479px) {
  .sec-fv__block-ttl small {
    font-size: 2.4rem;
  }
}
@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: min(88 / var(--mq) * 1vw, 8.8rem) min(120 / var(--mq) * 1vw, 12rem);
  color: #fff;
  clip-path: inset(0 0 0 0);
}
.sec-concept::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
	left: 0;
  width: 100%;
  height: 100%;
  background: url(./img/concept_bg.jpg) no-repeat right center/100% auto;
	background-attachment: fixed;
}
@media screen and (max-width: 479px) {
.sec-concept::before {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url(./img/concept_bg.jpg) no-repeat center center/cover;
	background-attachment: initial;
}
}
.sec-concept__ttl-icon {
  margin-inline: auto;
  margin-bottom: min(25 / var(--mq) * 1vw, 2.5rem);
  width: min(50 / var(--mq) * 1vw, 5rem);
}
.sec-concept__txt {
  margin-top: min(27 / var(--mq) * 1vw, 2.7rem);
  width: 100%;
  text-align: center;
}
.sec-concept__txt-st {
  line-height: 2;
}
.sec-concept__txt-st + .sec-concept__txt-st {
  margin-top: 2em;
}

.sec-feature {
  padding-block: min(40 / var(--mq) * 1vw, 4rem) min(88 / var(--mq) * 1vw, 8.8rem);
}
.sec-feature__pickup {
  margin-top: min(48 / var(--mq) * 1vw, 4.8rem);
}
.sec-feature__pickup-slider {
  margin-right: calc(min(48 / var(--mq) * 1vw, 4.8rem) * -1);
}
.sec-feature__pickup-item {
  margin-right: min(20 / var(--mq) * 1vw, 2rem);
  padding: min(60 / var(--mq) * 1vw, 6rem) min(20 / var(--mq) * 1vw, 2rem);
  max-width: min(412 / var(--mq) * 1vw, 41.2rem);
  height: auto;
  background: #89B2C9;
  color: #fff;
}
.sec-feature__pickup-item-inr {
  height: 100%;
}
.sec-feature__pickup-item-num {
  display: flex;
  align-items: center;
  gap: min(12 / var(--mq) * 1vw, 1.2rem);
  margin-bottom: min(12 / var(--mq) * 1vw, 1.2rem);
}
.sec-feature__pickup-item-num::before {
  content: "";
  display: block;
  width: min(20 / var(--mq) * 1vw, 2rem);
  height: 1px;
  background: #fff;
}
.sec-feature__pickup-item-num-st {
  font-size: 1.6rem;
}
.sec-feature__pickup-item-caption {
  font-size: 2rem;
}
@media screen and (max-width: 479px) {
  .sec-feature__pickup-item-caption {
    font-size: 1.8rem;
  }
}
.sec-feature__pickup-item-ph {
  margin-top: min(24 / var(--mq) * 1vw, 2.4rem);
}
.sec-feature__pickup-item-st {
  margin-top: min(18 / var(--mq) * 1vw, 1.8rem);
  font-size: 1.6rem;
}
@media screen and (max-width: 479px) {
  .sec-feature__pickup-item-st {
    font-size: 1.4rem;
  }
}
.sec-feature__pickup-control {
  display: flex;
  align-items: center;
  margin-top: min(46 / var(--mq) * 1vw, 4.6rem);
}
.sec-feature .swiper-pagination-progressbar {
  flex: 1;
  position: static;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  width: auto;
  border-radius: 2px;
  overflow: hidden;
  background: #F6F9FB;
}
.sec-feature .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #D1D5DB;
}
.sec-feature .swiper-button-prev, .sec-feature .swiper-button-next {
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  margin: 0;
  padding: 0;
  width: min(36 / var(--mq) * 1vw, 3.6rem);
  height: min(36 / var(--mq) * 1vw, 3.6rem);
  background: url(./img/feature_icon_slider.svg) no-repeat center center/contain;
}
.sec-feature .swiper-button-prev {
  margin-left: min(40 / var(--mq) * 1vw, 4rem);
  transform: scaleX(1);
}
.sec-feature .swiper-button-next {
  margin-left: min(20 / var(--mq) * 1vw, 2rem);
  transform: scaleX(-1);
}
.sec-feature .swiper-button-prev::after, .sec-feature .swiper-button-next::after {
  content: "";
}

.sec-works .works-list {
  margin-top: min(42 / var(--mq) * 1vw, 4.2rem);
}
.sec-works .works-item {
  padding: min(60 / var(--mq) * 1vw, 6rem) min(20 / var(--mq) * 1vw, 2rem);
  background: #F6F9FB;
}
.sec-works .works-item__name-st {
  font-size: 2rem;
}
@media screen and (max-width: 479px) {
  .sec-works .works-item__name-st {
    font-size: 1.8rem;
  }
}
.sec-works .works-item__thumb {
  margin-top: min(28 / var(--mq) * 1vw, 2.8rem);
}
.sec-works .works-item__txt {
  margin-top: min(28 / var(--mq) * 1vw, 2.8rem);
}
.sec-works .works-item__txt-st {
  font-size: 1.6rem;
}
@media screen and (max-width: 479px) {
  .sec-works .works-item__txt-st {
    font-size: 1.4rem;
  }
}
.sec-works .works-item:not(:first-of-type) {
  margin-top: min(24vw / var(--mq), 2.4rem);
}
.sec-works .works-item__ttl {
  padding-bottom: 6px;
  border-bottom: 1px solid var(--mc);
  color: var(--mc);
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem; /* 150% */
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 479px) {
  .sec-works .works-item__ttl {
    font-size: 1.6rem;
  }
}
.sec-works .works-item__ph {
  margin-top: min(24vw / var(--mq), 2.4rem);
}
.sec-works .works-item__catch {
  margin-top: min(24vw / var(--mq), 2.4rem);
  color: var(--mc);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.6rem; /* 150% */
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 479px) {
  .sec-works .works-item__catch {
    font-size: 1.8rem;
  }
}
.sec-works .works-item__info {
  margin-top: min(24vw / var(--mq), 2.4rem);
}
.sec-works .works-item__info-ttl {
  color: #889788;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem; /* 150% */
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 479px) {
  .sec-works .works-item__info-ttl {
    font-size: 1.6rem;
  }
}
.sec-works .works-item__info-txt {
  margin-top: min(16vw / var(--mq), 1.6rem);
  font-weight: 400;
  line-height: 2.8rem; /* 175% */
  letter-spacing: 0.08rem;
}
.sec-works .works-item__info-add {
  margin-top: min(16vw / var(--mq), 1.6rem);
  font-weight: 500;
  line-height: 2.6rem; /* 162.5% */
  letter-spacing: 0.08rem;
}
.sec-works .works-item__anchor {
  margin-top: min(24vw / var(--mq), 2.4rem);
  margin-inline: auto;
  max-width: 300px;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0);
  }
}

.works-modal__item {
  max-width: 480px;
  background: #F6F9FB;
}
.works-modal__cnt {
  padding-block: 64px 32px;
  padding-inline: 24px;
}
.works-modal__head {
  padding-bottom: min(38 / var(--mq) * 1vw, 3.8rem);
}
.works-modal__ttl {
  color: #4B4948;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem; /* 150% */
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 479px) {
  .works-modal__ttl {
    font-size: 1.6rem;
  }
}
.works-modal__catch {
  margin-top: min(28 / var(--mq) * 1vw, 2.8rem);
  color: #4B4948;
  font-size: 1.6rem;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 479px) {
  .works-modal__catch {
    font-size: 1.3rem;
  }
}
.works-modal__info {
  margin-top: min(24vw / var(--mq), 2.4rem);
}
.works-modal__info-ttl {
  color: #889788;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem; /* 150% */
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 479px) {
  .works-modal__info-ttl {
    font-size: 1.6rem;
  }
}
.works-modal__info-txt {
  margin-top: min(16vw / var(--mq), 1.6rem);
  font-weight: 400;
  line-height: 2.8rem; /* 175% */
  letter-spacing: 0.08rem;
}
.works-modal__info-add {
  margin-top: min(16vw / var(--mq), 1.6rem);
  font-weight: 500;
  line-height: 2.6rem; /* 162.5% */
  letter-spacing: 0.08rem;
}
.works-modal__floor {
  margin-top: min(32 / var(--mq) * 1vw, 3.2rem);
}
.works-modal__floor-ttl {
  color: #4B4948;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem; /* 150% */
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 479px) {
  .works-modal__floor-ttl {
    font-size: 1.6rem;
  }
}
.works-modal__floor-layout {
  margin-top: min(28 / var(--mq) * 1vw, 2.8rem);
  text-align: center;
}
.works-modal__floor-row {
  display: flex;
  justify-content: center;
  gap: min(10 / var(--mq) * 1vw, 1rem);
  margin-top: min(28 / var(--mq) * 1vw, 2.8rem);
}
.works-modal__floor-row .works-modal__floor-layout {
  margin-top: 0;
  max-width: min(211 / var(--mq) * 1vw, 21.1rem);
  text-align: left;
}
.works-modal__floor-ph {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  margin-bottom: min(12 / var(--mq) * 1vw, 1.2rem);
  max-width: min(211 / var(--mq) * 1vw, 21.1rem);
  cursor: pointer;
}
.works-modal__floor-ph img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}
.works-modal__floor-ph::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 21px;
  aspect-ratio: 1;
  background: url(./img/icon-zoom.svg) no-repeat center center/cover;
  pointer-events: none;
}
@media screen and (max-width: 479px) {
  .works-modal__floor-ph::after {
    width: 18px;
  }
}
.works-modal__feature {
  margin-top: min(32 / var(--mq) * 1vw, 3.2rem);
}
.works-modal__feature-ttl {
  color: #4B4948;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem; /* 150% */
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 479px) {
  .works-modal__feature-ttl {
    font-size: 1.6rem;
  }
}
.works-modal__feature-list {
  margin-top: min(28 / var(--mq) * 1vw, 2.8rem);
  padding-left: 8px;
}
.works-modal__feature-item {
  font-weight: 400;
  line-height: 2.8rem; /* 175% */
  letter-spacing: 0.08rem;
}
.works-modal__movie {
  margin-top: min(32 / var(--mq) * 1vw, 3.2rem);
}
.works-modal__movie-ttl {
  color: #4B4948;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem; /* 150% */
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 479px) {
  .works-modal__movie-ttl {
    font-size: 1.6rem;
  }
}
.works-modal__movie-frame {
  margin-top: min(28 / var(--mq) * 1vw, 2.8rem);
}
.works-modal__voice {
  margin-top: min(32 / var(--mq) * 1vw, 3.2rem);
}
.works-modal__voice-ttl {
  color: #4B4948;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 479px) {
  .works-modal__voice-ttl {
    font-size: 1.6rem;
  }
}
.works-modal__voice-head {
  display: flex;
  align-items: center;
  gap: min(27 / var(--mq) * 1vw, 2.7rem);
  margin-top: min(16 / var(--mq) * 1vw, 1.6rem);
}
.works-modal__voice-icon {
  width: min(64 / var(--mq) * 1vw, 6.4rem);
}
.works-modal__voice-name {
  font-size: 1.6rem;
  line-height: 3rem; /* 150% */
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 479px) {
  .works-modal__voice-name {
    font-size: 1.4rem;
  }
}
.works-modal__voice-cnt {
  margin-top: min(28 / var(--mq) * 1vw, 2.8rem);
  width: 100%;
}
.works-modal__voice-txt {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 479px) {
  .works-modal__voice-txt {
    font-size: 1.4rem;
  }
}
.works-modal__btn {
  margin-top: min(32 / var(--mq) * 1vw, 3.2rem);
  margin-inline: auto;
  max-width: 300px;
}
.works-modal__btn + .works-modal__btn {
  margin-top: min(12 / var(--mq) * 1vw, 1.2rem);
}
.works-modal__btn-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  max-width: 384px;
  height: 66px;
  border: 1px solid #1e1e24;
  background: #1e1e24;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 150%;
  transition: 0.4s;
}
.works-modal__btn-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 62px;
  height: 1px;
  background: #fff;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .works-modal__btn-link:hover {
    border: 1px solid #909090;
    background: rgba(0, 0, 0, 0.8);
  }
  .works-modal__btn-link:hover:after {
    transform: translate(15px, -50%);
  }
}
.works-modal__close {
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .works-modal__close:hover {
    opacity: 0.5;
  }
}
.works-modal__close-st {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 110px;
  background: var(--fc);
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem; /* 150% */
  letter-spacing: 0.1rem;
}

.modal-slide {
  position: relative;
}
.modal-slide__thumbs {
  margin-top: 16px;
  padding: 0;
  width: 100%;
  overflow-x: scroll;
}
.modal-slide__thumbs .swiper-slide {
  position: relative;
  aspect-ratio: 105/80;
  text-align: center;
  overflow: hidden;
}
.modal-slide__thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-slide__thumbs .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .modal-slide__thumbs .swiper-slide:hover::after {
    opacity: 1;
  }
}
.modal-slide__main {
  height: 250px;
}
.modal-slide__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: url(./img/icon-arrow_slide.svg) no-repeat center center/cover;
  transition: 0.4s;
  z-index: 1;
}
@media screen and (max-width: 479px) {
  .swiper-button-next, .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
}
.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}
@media screen and (min-width: ) {
  .swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
.swiper-button-prev {
  left: 8px;
  right: auto;
  transform: scale(-1, 1);
}
.swiper-pagination-bullet {
  width: 12px;
  height: 3px;
  background: #a6a6a6;
  border-radius: 0;
}
.swiper-pagination-bullet-active {
  width: 24px;
  height: 3px;
  background: #000;
  border-radius: 0;
}

.sec-access {
  padding-block: min(64vw / var(--mq), 6.4rem);
}
.sec-access__head {
  margin-bottom: min(40vw / var(--mq), 4rem);
}
.sec-access .access-list {
  margin-top: min(40vw / var(--mq), 4rem);
}
.sec-access .access-list__item {
  padding-inline: min(24vw / var(--mq), 2.4rem);
  border: 1px solid var(--mc);
  background: #f8f7f2;
}
.sec-access .access-list__item:not(:last-child) {
  margin-bottom: min(24vw / var(--mq), 2.4rem);
}
.sec-access .access-list__head {
  position: relative;
  padding-block: min(32vw / var(--mq), 3.2rem);
  color: #fff;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .sec-access .access-list__head:hover {
    opacity: 0.6;
  }
}
.sec-access .access-list__head-name {
  color: var(--mc);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.6rem; /* 150% */
  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 {
  line-height: 3.2rem; /* 200% */
  letter-spacing: 0.032rem;
}
.sec-access .access-list__head-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 28px;
}
.sec-access .access-list__head.selected .access-list__head-arrow svg {
  transform: scale(1, -1);
}
.sec-access .access-list__cnt {
  display: none;
  padding-bottom: min(32vw / var(--mq), 3.2rem);
}
.sec-access .access-block__info {
  margin-top: min(24vw / var(--mq), 2.4rem);
  font-weight: 400;
  line-height: 2.8rem; /* 175% */
  letter-spacing: 0.08rem;
}
.sec-access .access-block__map {
  margin-top: min(24vw / var(--mq), 2.4rem);
  width: 100%;
  aspect-ratio: 384/244;
}
.sec-access .access-block__map iframe {
  width: 100%;
  height: 100%;
}
.sec-access .access-block__anchor {
  margin-top: min(24vw / var(--mq), 2.4rem);
  margin-inline: auto;
  max-width: 300px;
}

.sec-step {
  padding-block: min(64vw / var(--mq), 6.4rem);
  background: #f8f7f2;
}
.sec-step__cnt {
  position: relative;
  margin-top: min(40vw / var(--mq), 4rem);
  height: 480px;
  overflow: hidden;
  transition: height 0.5s ease;
}
.sec-step__cnt::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(248, 247, 242, 0) 0%, rgba(248, 247, 242, 0.7) 30%, #f8f7f2 70%, #fff 100%);
}
.sec-step__cnt.open::after {
  opacity: 0;
  pointer-events: none;
}
.sec-step__item {
  position: relative;
  padding: min(32vw / var(--mq), 3.2rem) min(24vw / var(--mq), 2.4rem);
  background: #fff;
}
.sec-step__item:not(:last-child) {
  margin-bottom: min(36vw / var(--mq), 3.6rem);
}
.sec-step__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: auto;
  aspect-ratio: 24/36;
  background: url(./img/icon-arrow.svg) no-repeat center center/cover;
}
.sec-step__open {
  margin-top: -100px;
  margin-inline: auto;
  max-width: 300px;
}
.sec-step__close {
  margin-top: min(32vw / var(--mq), 3.2rem);
  margin-inline: auto;
  max-width: 300px;
}
.sec-step .step-box__ttl {
  padding-bottom: min(7vw / var(--mq), 0.7rem);
  border-bottom: 1px solid var(--mc);
}
.sec-step .step-box__ttl-st {
  color: var(--mc);
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem; /* 150% */
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 479px) {
  .sec-step .step-box__ttl-st {
    font-size: 1.6rem;
  }
}
.sec-step .step-box__ttl-st small {
  font-size: 1.6rem;
  line-height: 2.6rem;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 479px) {
  .sec-step .step-box__ttl-st small {
    display: block;
    font-size: 1.4rem;
  }
}
.sec-step .step-box__txt {
  margin-top: min(16vw / var(--mq), 1.6rem);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem; /* 157.143% */
  letter-spacing: 0.07rem;
}

.sec-contact {
  padding-block: min(60 / var(--mq) * 1vw, 6rem);
  background: #F7F4EE;
}
.sec-contact .contact-form {
  margin-top: 36px;
}
.sec-contact .contact-form__tab {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 14px;
  margin: 0 auto min(60vw / var(--mq), 6rem);
  max-width: 420px;
}
.sec-contact .contact-form__tab-item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 14px) / 2);
  height: auto;
  aspect-ratio: 208.85/120.88;
}
.sec-contact .contact-form__select {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  opacity: 0.6;
  transition: 0.4s;
  cursor: pointer;
}
.sec-contact .contact-form__select img {
  transition: 0.4s;
}
.sec-contact .contact-form__select.active {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .sec-contact .contact-form__select:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .sec-contact .contact-phone__link:hover .contact-phone__box {
    background: rgba(62, 70, 72, 0.6);
  }
}
.sec-contact .contact-phone__box {
  padding-block: min(32vw / var(--mq), 3.2rem);
  padding-inline: min(32vw / var(--mq), 4rem);
  background: var(--fc);
  text-align: center;
  color: #fff;
  transition: 0.4s;
}
.sec-contact .contact-phone__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding-bottom: 6px;
  border-bottom: 2px solid #fff;
}
.sec-contact .contact-phone__ttl-st {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 3.6rem; /* 150% */
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 479px) {
  .sec-contact .contact-phone__ttl-st {
    font-size: 1.8rem;
  }
}
.sec-contact .contact-phone__num-st {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 7.2rem; /* 150% */
  letter-spacing: 0.24rem;
}
@media screen and (max-width: 479px) {
  .sec-contact .contact-phone__num-st {
    font-size: 3.6rem;
  }
}
.sec-contact .contact-phone__time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem; /* 157.143% */
  letter-spacing: 0.07rem;
}

.sec-event {
  padding-block: min(48 / var(--mq) * 1vw, 4.8rem) min(80 / var(--mq) * 1vw, 8rem);
}
.sec-event__data {
  margin-top: min(32 / var(--mq) * 1vw, 3.2rem);
}
.sec-event .cmn-ttl__main-remarks{
	margin-top:8px;
	font-size: 1.4rem;
}
.sec-event__data-item {
  display: flex;
  justify-content: space-between;
}
.sec-event__data-item-caption {
  font-size: 1.8rem;
}
@media screen and (max-width: 479px) {
  .sec-event__data-item-caption {
    font-size: 1.6rem;
  }
}
.sec-event__data-item-st {
  flex: 1;
  font-size: 1.8rem;
}
@media screen and (max-width: 479px) {
  .sec-event__data-item-st {
    font-size: 1.6rem;
  }
}
.sec-event__map {
  margin-top: min(32 / var(--mq) * 1vw, 3.2rem);
  width: 100%;
  aspect-ratio: 432/187;
  background: #ccc;
}
.sec-event__map iframe {
  width: 100%;
  height: 100%;
}
.sec-event__info {
  margin-top: min(32 / var(--mq) * 1vw, 3.2rem);
}
.sec-event__info-caption {
  font-size: 1.8rem;
}
@media screen and (max-width: 479px) {
  .sec-event__info-caption {
    font-size: 1.6rem;
  }
}
.sec-event__info-list {
  margin-top: min(12 / var(--mq) * 1vw, 1.2rem);
}
.sec-event__info-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
	font-size: 1.5rem;
}
.sec-event__info-item + .sec-event__info-item {
  margin-top: min(12 / var(--mq) * 1vw, 1.2rem);
}
.sec-event__info-item::before {
  display: block;
  position: relative;
  top: 5px;
  content: "";
  width: 24px;
  aspect-ratio: 1;
  background: url(./img/event_icon_check.svg) no-repeat center center/contain;
}
.sec-event__info-item-st {
  flex: 1;
  font-size: 1.5rem;
}
@media screen and (max-width: 479px) {
  .sec-event__info-item-st {
    font-size: 1.4rem;
  }
}

.sec-consultation {
  padding-block: min(80 / var(--mq) * 1vw, 8rem);
}
.sec-consultation-pickup {
  margin-top: min(32 / var(--mq) * 1vw, 3.2rem);
}
.sec-consultation-pickup__item {
  padding: min(60 / var(--mq) * 1vw, 6rem) min(20 / var(--mq) * 1vw, 2rem);
  background: #F6F9FB;
  cursor: pointer;
}
.sec-consultation-pickup__item + .sec-consultation-pickup__item {
  margin-top: min(32 / var(--mq) * 1vw, 3.2rem);
}
.sec-consultation-pickup__head {
  display: flex;
  justify-content: space-between;
}
.sec-consultation-pickup__tgl {
  position: relative;
  width: min(12 / var(--mq) * 1vw, 1.2rem);
  aspect-ratio: 1;
}
.sec-consultation-pickup__tgl::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #4B4948;
}
.sec-consultation-pickup__tgl::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #4B4948;
  transform: rotate(90deg);
}
.is-active .sec-consultation-pickup__tgl::after {
  transform: rotate(0);
}
.sec-consultation-pickup__cnt {
  display: none;
}
.sec-consultation-pickup__ttl-st {
  font-size: 2rem;
}
@media screen and (max-width: 479px) {
  .sec-consultation-pickup__ttl-st {
    font-size: 1.8rem;
  }
}
.sec-consultation-pickup__ph {
  padding-top: min(32 / var(--mq) * 1vw, 3.2rem);
}
.sec-consultation-pickup__text {
  margin-top: min(32 / var(--mq) * 1vw, 3.2rem);
}
.sec-consultation-pickup__text-st {
  font-size: 1.6rem;
}
@media screen and (max-width: 479px) {
  .sec-consultation-pickup__text-st {
    font-size: 1.4rem;
  }
}

.sec-about {
  padding-block: min(57 / var(--mq) * 1vw, 5.7rem) min(213 / var(--mq) * 1vw, 21.3rem);
  background: url(./img/about_bg.jpg) no-repeat center bottom/cover;
  color: #fff;
}
.sec-about__text {
  margin-top: min(32 / var(--mq) * 1vw, 3.2rem);
  text-align: center;
}
.sec-about__text-st {
  font-size: 1.6rem;
}
@media screen and (max-width: 479px) {
  .sec-about__text-st {
    font-size: 1.3rem;
  }
}
.sec-about__text-st + .sec-about__text-st {
  margin-top: 2em;
}

.sec-staff {
  padding-block: min(60 / var(--mq) * 1vw, 6rem);
}
.sec-staff-profile {
  margin-top: min(48 / var(--mq) * 1vw, 4.8rem);
}
.sec-staff-profile__item {
  display: flex;
  justify-content: space-between;
}
.sec-staff-profile__item + .sec-staff-profile__item {
  margin-top: min(24 / var(--mq) * 1vw, 2.4rem);
}
.sec-staff-profile__thumb {
  width: 29.3981481481%;
}
.sec-staff-profile__info {
  width: 64.1203703704%;
}
.sec-staff-profile__name {
  margin-bottom: min(8 / var(--mq) * 1vw, 0.8rem);
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 479px) {
  .sec-staff-profile__name {
    font-size: 1.6rem;
  }
}
.sec-staff-profile__comment {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 479px) {
  .sec-staff-profile__comment {
    font-size: 1.2rem;
  }
}

.sec-company {
  padding-block: min(120 / var(--mq) * 1vw, 12rem);
  background: url(./img/company_bg.jpg) no-repeat center top/cover;
}
.sec-company .company-overview {
  margin-top: 8px;
}
.sec-company .company-overview__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid var(--bdc);
}
.sec-company .company-overview__name {
  padding-block: min(26 / var(--mq) * 1vw, 2.6rem);
  padding-right: 1em;
  width: 100px;
  letter-spafcta-boxcing: 0.08rem;
}
.sec-company .company-overview__value {
  flex: 1;
  padding-block: min(26 / var(--mq) * 1vw, 2.6rem);
  font-weight: 400;
  letter-spacing: 0.08rem;
}

.mfp-bg {
  background: rgba(48, 48, 48, 0.6);
  box-shadow: 0px 0px 4px rgba(65, 65, 65, 0.160784);
}
.mfp-container {
  padding: 0;
}
.mfp-wrap.mfp-ready .mfp-content {
  max-width: 480px;
  max-height: 85%;
  overflow-y: auto;
}
.mfp-wrap.mfp-ready .mfp-content::-webkit-scrollbar {
  width: 6px;
}
.mfp-wrap.mfp-ready .mfp-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.mfp-arrow-left:before, .mfp-arrow-right:before {
  border: none !important;
}
.mfp-arrow-left:after, .mfp-arrow-right:after {
  width: 32px !important;
  height: 20px !important;
  border: none !important;
  background: url(./img/icon-arrow.svg) no-repeat center center/cover;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(52deg) brightness(105%) contrast(101%);
}
.mfp-arrow-left:after {
  margin-left: 18px !important;
  transform: scale(-1, 1);
}
.mfp-arrow.mfp-arrow-left.mfp-prevent-close, .mfp-arrow.mfp-arrow-right.mfp-prevent-close {
  display: none;
}

.content.modal-open {
  position: relative;
}
.content.modal-open::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 48, 48, 0.6);
  z-index: 10;
}
.content .mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.works-mfp .mfp-wrap {
  position: relative;
  z-index: 11;
}

.image-popup__overlay,
.youtube-popup__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.image-popup__content,
.youtube-popup__content {
  position: relative;
  width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-popup__content img {
  width: calc(100% - 80px);
  height: auto;
  object-fit: contain;
  display: block;
  max-height: 90vh;
}
.youtube-popup__content iframe {
  width: calc(100% - 80px);
  height: auto;
  display: block;
	aspect-ratio: 16/9;
}
.image-popup__close,
.youtube-popup__close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem; /* 150% */
  letter-spacing: 0.1rem;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 479px) {
  .image-popup__close,
  .youtube-popup__close {
    font-size: 1.6rem;
  }
}

.modaal-inner-wrapper {
  background: rgba(0, 0, 0, 0.7);
}

.sec-fv__info-catch-st span {
  opacity: 0;
  display: inline-block;
  animation: fadeIn 0.6s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.sec-fv__info-catch-st span:nth-child(1) {
  animation-delay: 0s;
}

.sec-fv__info-catch-st span:nth-child(2) {
  animation-delay: 0.1s;
}

.sec-fv__info-catch-st span:nth-child(3) {
  animation-delay: 0.2s;
}

.sec-fv__info-catch-st span:nth-child(4) {
  animation-delay: 0.3s;
}

.sec-fv__info-catch-st span:nth-child(5) {
  animation-delay: 0.4s;
}

.sec-fv__info-catch-st span:nth-child(6) {
  animation-delay: 0.5s;
}

.sec-fv__info-catch-st span:nth-child(7) {
  animation-delay: 0.6s;
}

.sec-fv__info-catch-st span:nth-child(8) {
  animation-delay: 0.7s;
}

.sec-fv__info-catch-st span:nth-child(9) {
  animation-delay: 0.8s;
}

.sec-fv__info-catch-st span:nth-child(10) {
  animation-delay: 0.9s;
}

.sec-fv__info-catch-st span:nth-child(11) {
  animation-delay: 1s;
}

.sec-fv__info-catch-st span:nth-child(12) {
  animation-delay: 1.1s;
}

.sec-fv__info-catch-st span:nth-child(13) {
  animation-delay: 1.2s;
}

.sec-fv__info-catch-st span:nth-child(14) {
  animation-delay: 1.3s;
}

.sec-fv__info-catch-st span:nth-child(15) {
  animation-delay: 1.4s;
}

.sec-fv__info-catch-st span:nth-child(16) {
  animation-delay: 1.5s;
}

.sec-fv__info-catch-st span:nth-child(17) {
  animation-delay: 1.6s;
}

.sec-fv__info-catch-st span:nth-child(18) {
  animation-delay: 1.7s;
}

.sec-fv__info-catch-st span:nth-child(19) {
  animation-delay: 1.8s;
}

.sec-fv__info-catch-st span:nth-child(20) {
  animation-delay: 1.9s;
}
.sec-fv__info-catch-st span:nth-child(21) {
  animation-delay: 2s;
}

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


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

form {
  overflow: hidden;
}

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

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

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

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

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

form ul .item-name {
  color: #2c2928;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 20px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}

form ul .item-name span.item-req {
  color: #fff;
  background: #4B4948;
  text-align: center;
  padding: 6px 22px;
	border-radius: 100px;
  font-size: 14px;
}

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

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

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

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

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

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

@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: #4B4948;
  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;
  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: #4B4948;
  border: none;
  color: #fff;
}

.form-caption {
  margin-bottom: 120px;
}

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

.section-form-privacy__cnt {
  height: 180px;
  overflow-y: scroll;
  padding: 18px;
  margin-bottom: 32px;
}

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

.section-form-privacy__cnt h3:first-of-type {
  margin-top: 0;
}

.section-form-privacy__cnt p {
  font-size: 14px;
}

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

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

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

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

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

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

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

.contact__form .privacy-policy-scroll {
  background: #fff;
  padding: 16px 20px;
  margin-bottom: 24px;
}

.contact__form .privacy-policy-scroll p {
  font-size: 14px;
  line-height: 1.71;
  color: #2c2928;
}

.contact__form .privacy-policy-scroll p a {
  color: #5839ff;
}

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

.privacy-policy-scroll {
  background: #fff;
  padding: 20px 16px;
  max-height: 200px;
  height: 100%;
  margin-top: 24px;
  overflow: hidden scroll;
}

.privacy-policy-scroll::-webkit-scrollbar {
  width: 8px;
}

.privacy-policy-scroll::-webkit-scrollbar-thumb {
  background: #a7a7a7;
  border-radius: 10px;
}

.privacy-policy-scroll::-webkit-scrollbar-track {
  background: #fff;
}

.privacy-policy-scroll .simplebar-track {
  width: 0.3rem;
}

.privacy-policy-scroll .simplebar-scrollbar {
  width: 0.3rem;
}

.privacy-policy-scroll .simplebar-scrollbar::before {
  width: 0.3rem;
  color: #fff;
  opacity: 1;
}

.privacy-policy-scroll p {
  font-size: 14px;
  line-height: 1.71;
}

@media (max-width: 640px) {
  .form__notice {
    font-size: 12px;
    margin-top: 2%;
  }
}
.item-form.itemform_add_search {
  display: flex !important;
  gap: 16px;
}

.item-form.itemform_add_search .wpcf7-form-control-wrap {
  width: calc(100% - 96px);
}

.item-form.itemform_add_search button.wpcf7c-elm-step1 {
  width: 80px;
  background: #4B4948;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

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

.privacy-box {
  background: #fff;
  border: solid 1px #d8d8d8;
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 16px 26px;
  box-sizing: border-box;
}

.privacy-box h3 {
  color: #111111;
  font-size: 16px;
  line-height: 1.71;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 2%;
}

.privacy-box p {
  color: #111111;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.05em;
}

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

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

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

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

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

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

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


.contact-form .form-spot {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}
.contact-form .form-spot__item {
  flex: 1;
  cursor: pointer;
}
.contact-form .form-spot__item img {
  opacity: 0.6;
  transition: 0.4s;
}
.contact-form .form-spot__item.--active img {
  opacity: 1;
}
