@charset "UTF-8";
:root {
  --base: "Zen Kaku Gothic New", sans-serif;
  --sub: "Noto Sans JP", sans-serif;
  --mc: #189cbe;
  --sc: #f2e318;
  --fc: #333;
  --bc: #effafd;
  --mq: 4.8;
}
@media screen and (min-width: 481px) {
  :root :root {
    --mq: 4.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: #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 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 187.5%;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 479px) {
  p {
    font-size: min(3.7333333333vw, 1.4rem);
    letter-spacing: 0;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 479px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: min(4.8vw, 1.8rem);
  }
}

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

.--fade {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.--fade.fade-up {
  opacity: 1;
  transform: translateY(0);
}

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

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

@keyframes fadeDown {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(90px);
  }
}
.--color {
  color: var(--mc);
}

.cmn-wrap {
  margin: 0 auto;
  padding-inline: 24px;
  width: 100%;
}
@media screen and (max-width: 370px) {
  .cmn-wrap {
    padding-inline: 16px;
  }
}
.cmn-wrap.--full {
  padding-inline: 0;
}

.cmn-ttl {
  position: relative;
  text-align: center;
}
.cmn-ttl__main {
  display: block;
  color: var(--mc);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
}
.cmn-ttl__sub {
  margin-top: 4px;
  display: block;
}

.cmn-btn {
  width: 100%;
  height: 100%;
}
.cmn-btn__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  width: 100%;
  height: 100%;
  border: 2px solid var(--mc);
  border-radius: 30px;
  background: var(--mc);
  color: #fff;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .cmn-btn__link:hover {
    background: #fff;
    color: var(--mc);
  }
  .cmn-btn__link:hover .cmn-btn__link-arw {
    background: var(--mc);
  }
  .cmn-btn__link:hover .cmn-btn__link-arw path {
    stroke: #fff;
  }
}
.cmn-btn__link-st {
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0.08rem;
  transition: 0.4s;
}
@media screen and (max-width: 479px) {
  .cmn-btn__link-st {
    font-size: min(3.7333333333vw, 1.4rem);
  }
}
.cmn-btn__link-arw {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  aspect-ratio: 1/1;
  transition: 0.4s;
}
.cmn-btn__link-arw path {
  transition: 0.4s;
}
.cmn-btn.--white .cmn-btn__link {
  background: #fff;
  color: var(--mc);
}
.cmn-btn.--white .cmn-btn__link .cmn-btn__link-arw {
  background: var(--mc);
}
.cmn-btn.--white .cmn-btn__link .cmn-btn__link-arw path {
  stroke: #fff;
}

.wrap {
  margin: 0 auto;
  background: #fff;
}
@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(90px);
  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: 1.0416666667vw;
}
.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: 262/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;
  }
}

.content {
  position: relative;
  margin-inline: auto min(26.3888888889vw, 48rem);
  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;
}
.content__logo {
  position: sticky;
  top: 16px;
  height: 0;
  z-index: 1000;
}
.content__logo-ph {
  position: absolute;
  right: 0;
  top: 0;
  margin-inline: auto 24px;
  width: 110px;
  pointer-events: none;
}

.hd {
  display: flex;
  width: 100%;
}
.hd-cnt {
  position: fixed;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  gap: 480px;
  width: 100%;
  height: 100vh;
}
.hd-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 56px;
  padding-inline: 16px;
  width: calc(100% - 480px - min(26.3888888889vw, 48rem));
  background: url(./img/bg-hd-info.jpg) no-repeat center center/cover;
  text-align: center;
}
.hd-name {
  margin-inline: auto;
  max-width: 234px;
  aspect-ratio: 234/43;
}
.hd-name img {
  width: 100%;
}
.hd-cta {
  margin-inline: auto;
  max-width: 480px;
  width: 100%;
}
.hd-cta .cmn-btn__link-st {
  font-size: min(1.25vw, 1.6rem);
}
.hd-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: min(26.3888888889vw, 48rem);
}
.hd-nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-block: 32px 72px;
  padding-inline: 24px 8px;
  max-width: 257px;
  width: 100%;
  border-radius: 10px;
  background: #fff;
}
.hd-nav__item {
  width: 100%;
}
.hd-nav__item:not(:first-child) {
  border-top: 1px solid #f6f6f7;
}
.hd-nav__link {
  position: relative;
  display: block;
  padding-block: 8px 7px;
  padding-inline: 24px;
}
.hd-nav__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: var(--mc);
  border-radius: 50%;
  aspect-ratio: 1/1;
  opacity: 0;
}
.hd-nav__link-st {
  color: #a5a5a5;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0.07rem;
}
@media screen and (min-width: 1025px) {
  .hd-nav__link:hover span {
    color: #333;
  }
  .hd-nav__link:hover::before {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .hd-nav__link.active span {
    color: #333;
  }
  .hd-nav__link.active::before {
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .hd-nav__link.show.is-show span {
    color: #333;
  }
  .hd-nav__link.show.is-show::before {
    opacity: 1;
  }
}
.hd-nav__contact {
  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: 56px;
    line-height: 1;
    transition: 0.35s ease-in-out;
    z-index: 1000;
  }
  .hd-cnt {
    position: relative;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
    padding-block: 0;
    padding-inline: 16px 24px;
    border-bottom: 1px solid var(--mc);
    background: #fff;
    backdrop-filter: blur(2px);
    height: 100%;
  }
  .hd-info {
    padding: 0;
    width: 146px;
    aspect-ratio: 146/27;
    background: transparent;
  }
  .hd-name {
    position: relative;
    margin-bottom: 0;
    width: 146px;
    aspect-ratio: 146/27;
    z-index: 1001;
  }
  .hd-name__logo {
    transition: 0.35s ease-in-out;
  }
  .hd-menu {
    margin-inline: auto 0;
    padding: 0;
    width: auto;
    max-width: none;
  }
  .hd-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    height: calc(100svh - 56px);
    background: url(./img/bg-nav.jpg) no-repeat center center/cover;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  .hd-nav__list {
    align-items: center;
    flex-direction: column;
    gap: 0;
    margin-bottom: 70px;
    padding-block: 32px;
    padding-inline: 24px;
    width: calc(100% - 32px);
    max-width: 272px;
  }
  .hd-nav__item {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    border: none;
  }
  .hd-nav__item:first-child {
    border: none;
  }
  .hd-nav__link {
    display: block;
    padding-block: 8px;
    height: auto;
    width: auto;
    overflow: visible;
  }
  .hd-nav__link-st {
    color: #333;
  }
  .hd-toggle {
    position: relative;
    margin-inline: auto 0;
    width: 90px;
    height: 100%;
    cursor: pointer;
    z-index: 1002;
  }
  .hd-toggle__txt {
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3rem;
    letter-spacing: 0.08rem;
  }
  .hd-toggle__txt span {
    transition: 0.35s ease-in-out;
  }
  .hd-toggle__txt::after {
    content: "Close";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.35s ease-in-out;
  }
  .hd-toggle__line {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 40px;
    height: 24px;
  }
  .hd-toggle__line span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    background: #333;
    color: #333;
    transition: 0.35s ease-in-out;
    height: 1px;
  }
  .hd-toggle__line span:nth-child(1) {
    top: 0;
  }
  .hd-toggle__line span:nth-child(2) {
    top: 12px;
  }
  .hd-toggle__line span:nth-child(3) {
    position: relative;
    top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .hd.fixed {
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  }
}
.hd.open .hd-nav {
  opacity: 1;
  transition: 0.4s;
  visibility: visible;
}
.hd.open .hd-toggle__txt span {
  opacity: 0;
}
.hd.open .hd-toggle__txt::after {
  opacity: 1;
}
.hd.open .hd-toggle__line span:nth-child(1) {
  top: 14px;
  transform: rotate(320deg);
}
.hd.open .hd-toggle__line span:nth-child(2) {
  left: 50%;
  width: 0;
}
.hd.open .hd-toggle__line span:nth-child(3) {
  top: 14px;
  transform: rotate(-320deg);
}

.ft {
  padding-block: 48px 24px;
  background: var(--bc);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .ft {
    padding-bottom: 100px;
  }
}
.ft__name {
  margin-bottom: 24px;
}
.ft__name-link {
  display: block;
  margin-inline: auto;
  width: 100%;
  max-width: 240px;
  height: 44px;
  aspect-ratio: 60/11;
}
@media screen and (max-width: 479px) {
  .ft__name-link {
    width: 180px;
  }
}
.ft__name-img {
  width: 100%;
  height: auto;
}
.ft__copy {
  font-family: var(--sub);
  font-size: 1rem;
  line-height: 0.8rem;
  letter-spacing: 0.05rem;
}

.cta__txt {
  margin-bottom: 24px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 479px) {
  .cta__txt {
    font-size: min(4.8vw, 1.8rem);
  }
}
.cta__txt strong {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 479px) {
  .cta__txt strong {
    font-size: min(5.3333333333vw, 2rem);
  }
}
.cta__txt span {
  position: relative;
  display: inline-block;
}
.cta__txt span::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -32px;
  width: 1px;
  height: 75%;
  border-left: 1px solid var(--fc);
  transform: rotate(-35deg);
}
@media screen and (max-width: 479px) {
  .cta__txt span::before {
    left: -24px;
  }
}
.cta__txt span::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -32px;
  width: 1px;
  height: 75%;
  border-right: 1px solid var(--fc);
  transform: rotate(35deg);
}
@media screen and (max-width: 479px) {
  .cta__txt span::after {
    right: -24px;
  }
}
.cta__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-inline: auto;
  padding-block: 42px 32px;
  padding-inline: 16px;
  width: 100%;
  border-radius: 10px;
  background: var(--mc);
  color: #fff;
}
@media screen and (max-width: 479px) {
  .cta__link {
    padding-top: 48px;
  }
}
.cta__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px solid #fff;
  border-radius: 10px;
  pointer-events: none;
}
.cta__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 45px;
  width: 73px;
  aspect-ratio: 73/72;
  background: url(./img/icon-cta.png) no-repeat center center/cover;
}
@media screen and (max-width: 479px) {
  .cta__link::after {
    left: clamp(2.4rem, -5.1rem + 20vw, 4.5rem);
    width: clamp(5.2rem, -2.3rem + 20vw, 7.3rem);
  }
}
@media screen and (min-width: 1025px) {
  .cta__link:hover .cmn-btn__link {
    background: #0388aa;
    color: #fff;
  }
  .cta__link:hover .cmn-btn__link-arw {
    background: #fff !important;
  }
  .cta__link:hover .cmn-btn__link-arw path {
    stroke: var(--mc) !important;
  }
}
.cta__ttl {
  display: block;
  padding-bottom: 8px;
  padding-right: 20px;
  border-bottom: 1px solid #fff;
  width: 100%;
}
.cta__ttl-st {
  text-align: right;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 155.556%;
  letter-spacing: 0.09rem;
}
@media screen and (max-width: 479px) {
  .cta__ttl-st {
    font-size: min(4.2666666667vw, 1.6rem);
  }
}
.cta__ph {
  margin-top: 16px;
  margin-inline: auto;
  width: 100%;
  max-width: 330px;
}
@media screen and (max-width: 479px) {
  .cta__ph {
    max-width: 250px;
  }
}
.cta__btn {
  margin-top: 20px;
  width: 100%;
  max-width: 273px;
  height: 50px;
}
.cta__note {
  margin-top: 8px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: 0.05rem;
}
.cta__info {
  margin-top: 20px;
  padding: 10px 16px;
  width: 100%;
  max-width: 432px;
  height: 125px;
  border: 1px solid #fff;
  overflow-y: scroll;
}
.cta__info-txt {
  font-size: min(3.2vw, 1.2rem);
  font-weight: 700;
  line-height: 1.8rem;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 1330px) {
  .cta.--hd .cta__link {
    padding-top: 45px;
  }
  .cta.--hd .cta__link::after {
    width: 50px;
  }
  .cta.--hd .cta__ttl {
    padding-right: 0;
  }
}
.cta.--gift .cta__txt {
  margin-bottom: 30px;
}
.cta.--gift .cta__ttl {
  padding-right: 27px;
}
.cta.--gift .cta__ph {
  max-width: 370px;
}

.main-cta {
  padding-top: 40px;
  border-radius: 0 0 10px 10px;
}
.main-cta.--cta01 {
  background: #effafd;
}

.sec-fv {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .sec-fv {
    margin-top: 56px;
    height: calc(100svh - 56px);
  }
}
.sec-fv__slide-cnt {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .sec-fv__slide-ph {
    width: 100%;
    height: calc(100svh - 56px);
  }
}
.sec-fv__slide-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sec-fv__cnt {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  padding-inline: 24px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 479px) {
  .sec-fv__cnt {
    top: 8px;
  }
}
@media screen and (max-width: 370px) {
  .sec-fv__cnt {
    padding-inline: 16px;
  }
}
.sec-fv__logo {
  margin-inline: auto 0;
  aspect-ratio: 108.544/63.339;
  width: 108.544px;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .sec-fv__logo {
    opacity: 1;
  }
}
@media screen and (max-width: 479px) {
  .sec-fv__logo {
    margin-right: -16px;
    width: 74.086px;
  }
}
.sec-fv__box {
  position: relative;
  margin-top: 24px;
  padding-block: 32px;
  padding-inline: 12px;
  border-radius: 5px;
  background: rgba(239, 250, 253, 0.9);
  backdrop-filter: blur(2px);
}
@media screen and (max-width: 479px) {
  .sec-fv__box {
    margin-top: 12px;
    padding-block: 20px 30px;
  }
}
.sec-fv__box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid var(--mc);
  border-radius: 5px;
  pointer-events: none;
}
.sec-fv__ttl {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 479px) {
  .sec-fv__ttl {
    font-size: min(5.3333333333vw, 2rem);
    letter-spacing: 0.2rem;
  }
}
.sec-fv__ttl strong {
  display: inline-flex;
  margin-top: 8px;
  margin-right: 4px;
  padding: 6px 8px;
  justify-content: center;
  align-items: center;
  background: var(--mc);
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 479px) {
  .sec-fv__ttl strong {
    font-size: min(6.4vw, 2.4rem);
    letter-spacing: 0.36rem;
  }
}
.sec-fv__ttl .--color {
  letter-spacing: 0.28rem;
}
@media screen and (max-width: 479px) {
  .sec-fv__ttl .--color {
    font-size: min(6.4vw, 2.4rem);
    line-height: 150%;
    letter-spacing: 0.12rem;
  }
}
.sec-fv__txt {
  margin-top: 16px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 479px) {
  .sec-fv__txt {
    margin-top: 8px;
    font-size: min(3.2vw, 1.2rem);
    line-height: 1.6rem;
    letter-spacing: 0.24rem;
  }
}
.sec-fv .fv-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
}
@media screen and (max-width: 479px) {
  .sec-fv .fv-list {
    gap: 4px;
    margin-top: 12px;
  }
}
.sec-fv .fv-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 8px;
  max-width: 138px;
  height: 68px;
  background: #fff;
  outline: 1px solid var(--mc);
  outline-offset: -3px;
}
@media screen and (max-width: 479px) {
  .sec-fv .fv-list__item {
    padding: 8px 4px;
    height: 62px;
  }
}
.sec-fv .fv-list__txt {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 479px) {
  .sec-fv .fv-list__txt {
    font-size: min(3.2vw, 1.2rem);
    line-height: 1.6rem;
  }
}
.sec-fv .fv-list__txt small {
  font-weight: 700;
}
@media screen and (max-width: 479px) {
  .sec-fv .fv-list__txt small {
    font-size: min(2.6666666667vw, 1rem);
    line-height: 1.6rem;
  }
}
.sec-fv .fv-list__txt span {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 479px) {
  .sec-fv .fv-list__txt span {
    font-size: min(3.2vw, 1.2rem);
    line-height: 1.6rem;
  }
}
.sec-fv .fv-list__txt span strong {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 479px) {
  .sec-fv .fv-list__txt span strong {
    font-size: min(4.8vw, 1.8rem);
    line-height: 2rem;
    letter-spacing: 0;
  }
}
.sec-fv .fv-list__txt span small {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 479px) {
  .sec-fv .fv-list__txt span small {
    font-size: min(3.2vw, 1.2rem);
    line-height: 2rem;
  }
}
@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-message__problem {
  position: relative;
  padding-block: 64px 35px;
  background: #f0f0f0;
}
.sec-message__problem::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 70px;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #f0f0f0;
}
.sec-message .problem-block__ttl-st {
  position: relative;
  padding-bottom: 27px;
  text-align: center;
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 479px) {
  .sec-message .problem-block__ttl-st {
    padding-bottom: min(4.2666666667vw, 1.6rem);
    font-size: min(4.8vw, 1.8rem);
  }
}
.sec-message .problem-block__ttl-st::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(./img/ttl-message-problem.png) no-repeat center center/contain;
  aspect-ratio: 432/12;
}
.sec-message .problem-block__cnt {
  margin-top: 32px;
}
.sec-message .problem-list__item {
  padding: 6px 24px;
  width: 100%;
  background: #fff;
}
.sec-message .problem-list__item:not(:first-child) {
  margin-top: 8px;
}
@media screen and (max-width: 479px) {
  .sec-message .problem-list__item {
    padding: 6px 10px;
  }
}
.sec-message .problem-list__txt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 479px) {
  .sec-message .problem-list__txt {
    gap: 4px;
  }
}
.sec-message__cause {
  padding-block: 12px 40px;
  background: url(./img/bg-message.jpg) no-repeat center center/cover;
}
.sec-message .cause-block {
  position: relative;
  z-index: 1;
}
.sec-message .cause-block__ttl {
  margin-block: 32px 24px;
}
.sec-message .cause-block__ttl-st {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 479px) {
  .sec-message .cause-block__ttl-st {
    font-size: min(4.8vw, 1.8rem);
  }
}
.sec-message .cause-block__ttl-st strong {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  margin-right: 8px;
  padding: 4px 16px;
  background: #a5a5a5;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 479px) {
  .sec-message .cause-block__ttl-st strong {
    margin-right: 4px;
    padding: 4px 8px;
    font-size: min(4.8vw, 1.8rem);
  }
}
.sec-message .cause-block__txt.--txt01 {
  text-align: center;
}
.sec-message .cause-block__txt.--txt01 .cause-block__txt-st {
  color: #000;
}
.sec-message .cause-block__txt.--txt01 strong {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3.2rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 479px) {
  .sec-message .cause-block__txt.--txt01 strong {
    font-size: min(4.5333333333vw, 1.7rem);
  }
}
.sec-message__solution {
  padding-top: 40px;
  background: var(--bc);
}
.sec-message .solution-block__ttl-st {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: 0.09rem;
}
@media screen and (max-width: 479px) {
  .sec-message .solution-block__ttl-st {
    font-size: min(4vw, 1.5rem);
  }
}
.sec-message .solution-block__ttl-st strong {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  padding: 4px 8px;
  background: var(--mc);
  color: var(--sc);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.6rem;
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 479px) {
  .sec-message .solution-block__ttl-st strong {
    padding-inline: 8px 0px;
    font-size: min(4.5333333333vw, 1.7rem);
  }
}
.sec-message .solution-block__ttl-st strong::after {
  content: "";
  position: absolute;
  top: -26px;
  left: 100%;
  width: 36px;
  aspect-ratio: 1/1;
  background: url(./img/icon-solution.svg) no-repeat center center/cover;
}
@media screen and (max-width: 479px) {
  .sec-message .solution-block__ttl-st strong::after {
    width: 30px;
  }
}
.sec-message .solution-block__ttl-st small {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 479px) {
  .sec-message .solution-block__ttl-st small {
    font-size: min(3.7333333333vw, 1.4rem);
  }
}
.sec-message .solution-block__ph {
  margin-top: 24px;
}

.sec-features {
  padding-top: 80px;
}
.sec-features__cnt {
  margin-top: 32px;
}
.sec-features__txt-st {
  text-align: center;
}
.sec-features .features-list {
  margin-top: 40px;
}
.sec-features .features-list__item:not(:last-child) {
  margin-bottom: 40px;
}
.sec-features .features-list__item.--item01 .item-box__ph {
  margin-left: -24px;
}
.sec-features .features-list__item.--item02 .item-box__ph {
  margin-right: -24px;
}
.sec-features .features-list__item.--item03 .item-box__ph {
  margin-left: -24px;
}
.sec-features .item-box {
  padding-block: 56px 0;
  padding-inline: 24px;
  background: linear-gradient(180deg, var(--bc) 0%, var(--bc) calc(100% - 56px), #fff calc(100% - 56px), #fff 100%);
}
@media screen and (max-width: 370px) {
  .sec-features .item-box {
    padding-inline: 16px;
  }
}
.sec-features .item-box__head {
  display: flex;
  padding-left: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-left: 1px solid var(--mc);
}
.sec-features .item-box__num {
  color: var(--mc);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 0.07rem;
}
.sec-features .item-box__ttl {
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 479px) {
  .sec-features .item-box__ttl {
    font-size: min(4.8vw, 1.8rem);
  }
}
.sec-features .item-box__txt {
  margin-top: 24px;
}
.sec-features .item-box__ph {
  margin-top: 24px;
}

.sec-comparison {
  padding-top: 80px;
}
@media screen and (max-width: 479px) {
  .sec-comparison {
    padding-top: 40px;
  }
}
.sec-comparison__arw {
  text-align: center;
}
.sec-comparison__result {
  margin-top: 16px;
  padding-block: 38px 45px;
  padding-inline: 24px;
  background: var(--bc);
}
@media screen and (max-width: 370px) {
  .sec-comparison__result {
    padding-inline: 16px;
  }
}
.sec-comparison__result-txt {
  margin-top: 24px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 479px) {
  .sec-comparison__result-txt {
    font-size: min(4.8vw, 1.8rem);
  }
}
.sec-comparison__result-txt .--color {
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: 0.12rem;
  text-decoration: underline;
  text-underline-offset: 10px;
}
@media screen and (max-width: 479px) {
  .sec-comparison__result-txt .--color {
    font-size: min(5.3333333333vw, 2rem);
  }
}
.sec-comparison .result-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
@media screen and (max-width: 479px) {
  .sec-comparison .result-list {
    gap: 4px;
  }
}
.sec-comparison .result-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 8px;
  max-width: 138px;
  height: 68px;
  background: #fff;
  border: 1px solid var(--mc);
}
@media screen and (max-width: 479px) {
  .sec-comparison .result-list__item {
    padding: 4px;
  }
}
.sec-comparison .result-list__txt {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 171.429%;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 479px) {
  .sec-comparison .result-list__txt {
    font-size: min(3.2vw, 1.2rem);
  }
}

.sec-plan {
  padding-top: 80px;
}
.sec-plan__cnt {
  margin-top: 40px;
}
.sec-plan .plan-tab__list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.sec-plan .plan-tab__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.3333333333%;
  max-width: 145px;
}
.sec-plan .plan-tab__item.--item01 {
  border-left: 1px solid var(--mc);
}
.sec-plan .plan-tab__item.--item02 {
  border-inline: 1px solid var(--mc);
}
.sec-plan .plan-tab__item.--item03 {
  border-right: 1px solid var(--mc);
}
.sec-plan .plan-tab__btn {
  padding: 12px 16px;
  width: 100%;
  height: 60px;
  border: none;
  border-top: 1px solid var(--mc);
  background: #fff;
  color: #a5a5a5;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .sec-plan .plan-tab__btn {
    padding-block: 8px;
    padding-inline: 4px;
    height: 48px;
  }
}
.sec-plan .plan-tab__btn.active {
  height: 75px;
  background: var(--mc);
  color: #fff;
}
@media screen and (max-width: 479px) {
  .sec-plan .plan-tab__btn.active {
    height: 56px;
  }
}
@media screen and (min-width: 1025px) {
  .sec-plan .plan-tab__btn:hover {
    height: 75px;
    background: var(--mc);
    color: #fff;
  }
}
.sec-plan .plan-tab__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 479px) {
  .sec-plan .plan-tab__ttl {
    font-size: min(3.7333333333vw, 1.4rem);
  }
}
.sec-plan .plan-detail {
  border-block: 1px solid var(--mc);
  background: var(--bc);
}
.sec-plan .plan-block {
  padding-block: 48px;
  padding-inline: 24px;
}
@media screen and (max-width: 370px) {
  .sec-plan .plan-block {
    padding-inline: 16px;
  }
}
.sec-plan .plan-block__head {
  display: flex;
  padding-left: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-left: 1px solid var(--mc);
}
.sec-plan .plan-block__num {
  color: var(--mc);
  font-size: min(3.7333333333vw, 1.4rem);
  font-weight: 700;
  line-height: 171.429%;
  letter-spacing: 0.07rem;
}
.sec-plan .plan-block__ttl {
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 479px) {
  .sec-plan .plan-block__ttl {
    font-size: min(4.8vw, 1.8rem);
  }
}
.sec-plan .plan-block__txt {
  margin-top: 24px;
}
.sec-plan .plan-block__ph {
  position: relative;
  margin-top: 24px;
  cursor: pointer;
}
.sec-plan .plan-block__ph::before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 50px;
  aspect-ratio: 1/1;
  background: url(./img/icon-zoom.svg) no-repeat center center/cover;
  pointer-events: none;
}
@media screen and (max-width: 479px) {
  .sec-plan .plan-block__ph::before {
    bottom: 4px;
    right: 4px;
    width: 30px;
  }
}
.sec-plan .plan-block__data {
  display: flex;
  padding-block: 24px 16px;
  padding-inline: 24px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  margin-top: 16px;
  border: 1px solid var(--mc);
  background: #fff;
}
@media screen and (max-width: 479px) {
  .sec-plan .plan-block__data {
    padding-inline: 16px;
  }
}
.sec-plan .plan-block__price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-inline: auto;
  padding-bottom: 8px;
  max-width: 370px;
  border-bottom: 1px solid var(--mc);
}
@media screen and (max-width: 479px) {
  .sec-plan .plan-block__price {
    gap: 8px;
  }
}
.sec-plan .plan-block__price-label {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 155.556%;
  letter-spacing: 0.09rem;
}
@media screen and (max-width: 479px) {
  .sec-plan .plan-block__price-label {
    font-size: min(3.7333333333vw, 1.4rem);
  }
}
.sec-plan .plan-block__price-value {
  color: var(--mc);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 155.556%;
  letter-spacing: 0.09rem;
}
@media screen and (max-width: 479px) {
  .sec-plan .plan-block__price-value {
    font-size: min(4.2666666667vw, 1.6rem);
  }
}
.sec-plan .plan-block__price-value strong {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 479px) {
  .sec-plan .plan-block__price-value strong {
    font-size: min(4.8vw, 1.8rem);
  }
}
.sec-plan .plan-block__price-value small {
  color: var(--fc);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 479px) {
  .sec-plan .plan-block__price-value small {
    font-size: min(3.2vw, 1.2rem);
  }
}
.sec-plan .plan-block__floor {
  font-size: 1.4rem;
  line-height: 171.429%;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 479px) {
  .sec-plan .plan-block__floor {
    font-size: min(3.2vw, 1.2rem);
  }
}
.sec-plan .plan-block__note {
  margin-inline: auto;
  max-width: 352px;
  font-size: min(3.2vw, 1.2rem);
  line-height: 150%;
  letter-spacing: 0.06rem;
}

.sec-reason {
  padding-top: 80px;
}
.sec-reason__head {
  padding-inline: 24px;
}
@media screen and (max-width: 370px) {
  .sec-reason__head {
    padding-inline: 16px;
  }
}
.sec-reason__txt {
  margin-top: 32px;
}
.sec-reason .reason-list {
  margin-top: 40px;
  border-top: 1px solid var(--mc);
  background: var(--bc);
}
.sec-reason .reason-list__item {
  padding-block: 32px 31px;
  padding-inline: 24px;
  border-bottom: 1px solid var(--mc);
}
@media screen and (max-width: 479px) {
  .sec-reason .reason-list__item {
    padding-block: 24px 23px;
  }
}
@media screen and (max-width: 370px) {
  .sec-reason .reason-list__item {
    padding-block: 16px 15px;
    padding-inline: 16px;
  }
}
.sec-reason .reason-list__head {
  position: relative;
  cursor: pointer;
}
.sec-reason .reason-list__head-ttl {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 479px) {
  .sec-reason .reason-list__head-ttl {
    font-size: min(4.8vw, 1.8rem);
  }
}
.sec-reason .reason-list__head-ttl::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mc);
}
.sec-reason .reason-list__head-arw {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  aspect-ratio: 1;
}
@media screen and (max-width: 479px) {
  .sec-reason .reason-list__head-arw {
    width: 16px;
  }
}
.sec-reason .reason-list__head-arw::before,
.sec-reason .reason-list__head-arw::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 1px;
  background: var(--fc);
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 479px) {
  .sec-reason .reason-list__head-arw::before,
  .sec-reason .reason-list__head-arw::after {
    width: 16px;
  }
}
.sec-reason .reason-list__head-arw::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s;
}
.sec-reason .reason-list__head.selected .reason-list__head-arw::after {
  transform: translate(-50%, -50%) rotate(180deg);
  transition: 0.3s;
}
.sec-reason .reason-list__cnt {
  display: none;
}
.sec-reason .reason-detail {
  padding-block: 24px 0;
}
.sec-reason .reason-detail__txt {
  margin-top: 24px;
}
.sec-reason .reason-detail__txt-st {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 187.5%;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 479px) {
  .sec-reason .reason-detail__txt-st {
    font-size: min(3.7333333333vw, 1.4rem);
  }
}

.sec-access {
  padding-top: 80px;
}
.sec-access__txt {
  margin-top: 32px;
  text-align: center;
}
.sec-access__block {
  padding-top: 40px;
}
.sec-access__block-ttl {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-inline: 24px;
  padding-left: 16px;
  border-left: 8px solid var(--mc);
}
@media screen and (max-width: 370px) {
  .sec-access__block-ttl {
    padding-inline: 16px;
  }
}
.sec-access .access-list {
  margin-top: 24px;
  border-top: 1px solid var(--mc);
  background: var(--bc);
}
.sec-access .access-list__item {
  padding-block: 32px 31px;
  padding-inline: 24px;
  border-bottom: 1px solid var(--mc);
}
@media screen and (max-width: 479px) {
  .sec-access .access-list__item {
    padding-block: 24px 23px;
  }
}
@media screen and (max-width: 370px) {
  .sec-access .access-list__item {
    padding-block: 16px 15px;
    padding-inline: 16px;
  }
}
.sec-access .access-list__head {
  position: relative;
  cursor: pointer;
}
.sec-access .access-list__head-name {
  color: var(--mc);
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 479px) {
  .sec-access .access-list__head-name {
    font-size: min(4.8vw, 1.8rem);
  }
}
.sec-access .access-list__head-arw {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  aspect-ratio: 1;
}
@media screen and (max-width: 479px) {
  .sec-access .access-list__head-arw {
    width: 16px;
  }
}
.sec-access .access-list__head-arw::before,
.sec-access .access-list__head-arw::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 1px;
  background: var(--fc);
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 479px) {
  .sec-access .access-list__head-arw::before,
  .sec-access .access-list__head-arw::after {
    width: 16px;
  }
}
.sec-access .access-list__head-arw::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.3s;
}
.sec-access .access-list__head.selected .access-list__head-arw::after {
  transform: translate(-50%, -50%) rotate(180deg);
  transition: 0.3s;
}
.sec-access .access-list__cnt {
  display: none;
}
.sec-access .access-detail {
  padding-block: 24px 0;
}
.sec-access .access-detail__data {
  margin-top: 24px;
}
.sec-access .access-detail__data-txt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 171.429%;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 479px) {
  .sec-access .access-detail__data-txt {
    font-size: min(3.7333333333vw, 1.4rem);
  }
}
.sec-access .access-detail__btn {
  margin-top: 24px;
  margin-inline: auto;
  width: 100%;
  max-width: 273px;
  height: 50px;
}

.sec-contact {
  padding-top: 80px;
  background: var(--bc);
}
.sec-contact__cnt {
  margin-top: 40px;
}
.sec-contact .contact-form__tab {
  padding-inline: 24px;
}
@media screen and (max-width: 370px) {
  .sec-contact .contact-form__tab {
    padding-inline: 16px;
  }
}
.sec-contact .contact-form__cnt {
  margin-top: 24px;
}
.sec-contact .form-tab {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 8px;
}
.sec-contact .form-tab__item {
  display: flex;
  align-items: stretch;
  width: calc((100% - 8px) / 2);
}
.sec-contact .form-tab__btn {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  opacity: 0.3;
  transition: 0.4s;
  cursor: pointer;
}
.sec-contact .form-tab__btn.active {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .sec-contact .form-tab__btn:hover {
    opacity: 1;
  }
}
.sec-contact .form-tab__ph {
  aspect-ratio: 212/100;
}
.sec-contact .form-tab__info {
  flex: 1;
  padding-block: 18px;
  padding-inline: 16px;
  background: #fff;
}
@media screen and (max-width: 479px) {
  .sec-contact .form-tab__info {
    padding-block: 8px;
    padding-inline: 8px;
  }
}
.sec-contact .form-tab__ttl-st {
  color: var(--mc);
  font-size: 1.8rem;
  line-height: 2.8rem;
  letter-spacing: 0.09rem;
  text-align: left;
}
@media screen and (max-width: 479px) {
  .sec-contact .form-tab__ttl-st {
    font-size: min(4.2666666667vw, 1.6rem);
  }
}
.sec-contact .form-tab__txt {
  margin-top: 8px;
}
@media screen and (max-width: 479px) {
  .sec-contact .form-tab__txt {
    margin-top: 0;
  }
}
.sec-contact .form-tab__txt-st {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: 0.07rem;
  text-align: left;
}
@media screen and (max-width: 479px) {
  .sec-contact .form-tab__txt-st {
    font-size: min(3.2vw, 1.2rem);
  }
}

.sec-about {
  padding-top: 80px;
}
.sec-about__cnt {
  margin-top: 32px;
}
.sec-about__txt {
  margin-top: 24px;
}

.sec-company {
  padding-block: 80px 40px;
}
.sec-company__cnt {
  margin-top: 40px;
}
.sec-company .overview-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  padding-block: 24px;
  padding-inline: 24px;
  border-bottom: 1px solid #d2d2d2;
}
@media screen and (max-width: 479px) {
  .sec-company .overview-list__item {
    padding-inline: 8px;
  }
}
.sec-company .overview-list__item:first-child {
  border-top: 1px solid #d2d2d2;
}
.sec-company .overview-list__label {
  width: 90px;
  color: var(--mc);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.6rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 479px) {
  .sec-company .overview-list__label {
    width: 80px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 370px) {
  .sec-company .overview-list__label {
    width: 64px;
    font-size: 1.2rem;
  }
}
.sec-company .overview-list__value {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 479px) {
  .sec-company .overview-list__value {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 370px) {
  .sec-company .overview-list__value {
    font-size: 1.2rem;
  }
}

.image-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 {
  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;
}
.image-popup__close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}
