@charset "UTF-8";
/** normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&family=Shippori+Mincho+B1:wght@600;700;800&family=Noto+Sans+JP:wght@400;500;700&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ------------------------------------------------------------------------------------------------------ 共通変数 */
/* ------------------------------------------------------------------------------------------------------ メディアクエリ関数 */
/* ------------------------------------------------------------------------------------------------------ フォントサイズ関数 */
/* ------------------------------------------------------------------------------------------------------ 余白関数 */
/* ------------------------------------------------------------------------------------------------------ Text hidden関数 */
/***************** 基本構造 *****************/
*, *:before, *:after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  scroll-padding-top: 72px;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fbfcfe;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-size: clamp(15px, 14.4230769231px + 0.1538461538vw, 16px);
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  color: #1a2438;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
body:has(.collapse-button.open) {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

a:link,
a:visited {
  color: #14336f;
  text-decoration: none;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    color: #2b6fff;
  }
} /* hover : pointer -- */
p {
  text-align: justify;
  text-justify: inter-ideograph;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

figure {
  margin: 0;
}

#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

.cover {
  width: 100%;
  margin: 0;
  padding-bottom: clamp(40px, 26.1538461538px + 3.6923076923vw, 64px);
}

.container {
  padding-inline: clamp(18px, 5vw, 80px);
}

.section {
  position: relative;
}

.row {
  position: relative;
  margin-top: clamp(40px, 28.4615384615px + 3.0769230769vw, 60px);
}

.parag {
  margin-top: clamp(30px, 24.2307692308px + 1.5384615385vw, 40px);
}

.inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

.inner-s {
  width: 100%;
  max-width: 1080px;
  margin-inline: auto;
}

.inner-m {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

/* ------------------------------------------------------------------------------------------------------ Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  min-height: 60px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(251, 252, 254, 0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(20, 51, 111, 0.08);
  box-shadow: 0 4px 24px rgba(14, 33, 72, 0.06);
}
.header .ttl {
  margin: 0;
  padding: 0;
}
.header .ttl a {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-decoration: none;
}
.header .ttl a .ttl__name {
  font-weight: 900;
  font-size: clamp(18px, 2.4vw, 24px);
  color: #0a1730;
  letter-spacing: 0.04em;
}
.header .ttl a .ttl__en {
  font-size: 11px;
  font-weight: 500;
  color: #2b6fff;
  letter-spacing: 0.18em;
}

@media screen and (max-width: 480px) {
  .header .ttl a .ttl__en {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    padding-right: 60px;
  }
  .header:has(.collapse-button.open) {
    z-index: 100;
    max-height: 100vh;
    overflow-y: auto;
  }
} /* max 1024px -- */
/* ------------------------------------------------------------------------------------------------------ Footer */
.footer {
  position: relative;
  padding: clamp(60px, 9vh, 100px) clamp(18px, 5vw, 80px) 40px;
  background: radial-gradient(120% 120% at 20% 0%, #14336f 0%, #0a1730 60%);
  color: #fff;
  overflow: hidden;
}
.footer::after {
  content: "";
  position: absolute;
  bottom: -20%;
  right: -6%;
  width: 44vw;
  height: 44vw;
  max-width: 520px;
  max-height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 169, 190, 0.2), transparent 68%);
  pointer-events: none;
}
.footer .footer-cover {
  position: relative;
  z-index: 1;
  max-width: 1080px;
  margin: 0 auto;
}
.footer .footer-copy {
  text-align: center;
  margin-bottom: clamp(40px, 6vh, 60px);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: clamp(24px, 4vw, 40px);
  letter-spacing: 0.04em;
}
.footer .footer-copy span {
  color: #ffd166;
}
.footer .footer-cols {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(28px, 5vw, 60px);
  justify-content: space-between;
}
.footer .footer-col {
  flex: 1 1 220px;
  min-width: min(100%, 200px);
}
.footer .footer-col .en {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.24em;
  color: #6fa0ff;
  font-weight: 700;
  margin-bottom: 14px;
}
.footer .footer-col h2 {
  margin: 0 0 20px;
  font-family: "Shippori Mincho B1", "游明朝", "Yu Mincho", serif;
  font-weight: 700;
  font-size: clamp(20px, 2.6vw, 26px);
  color: #fff;
}
.footer .footer-col p,
.footer .footer-col address {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.9;
  font-style: normal;
  color: #cdd8f0;
  text-align: left;
}
.footer .footer-col a {
  color: #9db4e6;
}
.footer .officer {
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 18px;
  font-size: 15px;
  line-height: 1.7;
}
.footer .officer dt {
  color: #8ea3d4;
  font-weight: 500;
}
.footer .officer dd {
  margin: 0;
  color: #eef2fb;
}
.footer .footer-nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer .footer-nav a {
  color: #cdd8f0;
  font-size: 15px;
}
.footer small {
  display: block;
  position: relative;
  z-index: 1;
  margin-top: clamp(40px, 6vh, 60px);
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  font-size: 13px;
  color: #8ea3d4;
}

/* ------------------------------------------------------------------------------------------------------ skip */
.skip {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 200;
  padding: 8px 16px;
  background: #0a1730;
  color: #fff;
}
.skip:focus {
  top: 0;
}

/* ------------------------------------------------------------------------------------------------------ GlobalNavi */
.globalnavi {
  display: none;
  width: 100%;
}
.globalnavi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 1025px) {
  .globalnavi {
    display: block;
    width: auto;
  }
  .globalnavi .menubox {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
/* mq-pc -- */
/***********************************************
 Menu base
 ***********************************************/
:root {
  --sp-botton-padding: 26px 60px 26px 36px;
}

ul.menu li {
  position: relative;
  margin: 0;
  padding: 0;
}
ul.menu li a {
  display: block;
  text-decoration: none;
}

/***********************************************
 Top-category
 ***********************************************/
ul.menu {
  background-color: #0a1730;
}
ul.menu > li > a {
  display: block;
  position: relative;
  width: 100%;
  padding: var(--sp-botton-padding);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
ul.menu > li > a::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 16px;
  height: 2px;
  background-color: #2b6fff;
}
ul.menu > li:nth-child(2) > a::after {
  background-color: #f2a9be;
}
ul.menu > li:nth-child(3) > a::after {
  background-color: #ffb703;
}
ul.menu > li:nth-child(4) > a::after {
  background-color: #4d8bff;
}
@media screen and (min-width: 1025px) {
  ul.menu {
    display: flex;
    align-items: center;
    gap: clamp(4px, 1.4vw, 26px);
    background-color: transparent;
  }
  ul.menu > li > a {
    padding: 6px 4px;
    border-bottom: none;
    color: #1a2438;
  }
  ul.menu > li > a::after {
    display: none;
  }
}
ul.menu {
  /* mq-pc -- */
}

@media screen and (hover: hover) and (pointer: fine) and (min-width: 1025px) {
  ul.menu > li > a:hover {
    color: #2b6fff;
  }
}
@media (hover: hover) and (pointer: fine) {
  /* mq-pc -- */
} /* hover -- */
/***********************************************
 Menu button（CSSハンバーガー。画像不要）
 ***********************************************/
.menu-collapser {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 60px;
  height: 60px;
}

.collapse-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.collapse-button::before, .collapse-button::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 22px;
  height: 2px;
  margin-left: -11px;
  background-color: #0a1730;
  border-radius: 1px;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
}
.collapse-button::before {
  top: 24px;
  box-shadow: 0 7px 0 #0a1730;
}
.collapse-button::after {
  top: 38px;
}
.collapse-button.open::before {
  top: 29px;
  box-shadow: none;
  transform: rotate(45deg);
}
.collapse-button.open::after {
  top: 29px;
  transform: rotate(-45deg);
}

@media screen and (min-width: 1025px) {
  .menu-collapser {
    display: none;
  }
}
/* mq-pc -- */
@media screen and (max-width: 1024px) {
  .globalnavi {
    flex: 1 0 100%;
    margin: 14px -18px -14px;
    width: calc(100% + 36px);
  }
} /* max 1024px -- */
/* ------------------------------------------------------------------------------------------------------ ページタイトル */
.page-head {
  position: relative;
  padding: 48px 0 40px;
  background: linear-gradient(180deg, #eef3fb, #fbfcfe);
}
.page-head .en {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: #2b6fff;
  margin-bottom: 14px;
}
.page-head h1 {
  font-family: "Shippori Mincho B1", "游明朝", "Yu Mincho", serif;
  font-weight: 800;
  font-size: clamp(24px, 4vw, 42px);
  color: #0a1730;
  line-height: 1.4;
}

.page-head__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px 24px;
}

/* ------------------------------------------------------------------------------------------------------ パンくず */
.pankuzu {
  padding: 16px 0 0;
  font-size: 1.3rem;
  line-height: 1.3;
}
.pankuzu ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pankuzu li {
  position: relative;
  color: #8b97ad;
}
.pankuzu li:not(:first-child) {
  padding-left: 22px;
}
.pankuzu li:not(:first-child)::before {
  content: "/";
  position: absolute;
  top: 0;
  left: 8px;
  color: #8b97ad;
}
.pankuzu li a {
  color: #8b97ad;
}

@media (hover: hover) and (pointer: fine) {
  .pankuzu a:hover {
    color: #2b6fff;
  }
} /* hover -- */
/* ------------------------------------------------------------------------------------------------------ セクション見出し（LP共通） */
.sec-head {
  margin-bottom: clamp(30px, 5vh, 54px);
}
.sec-head .en {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.28em;
  color: #2b6fff;
  margin-bottom: 16px;
}
.sec-head h2 {
  margin: 0;
  font-family: "Shippori Mincho B1", "游明朝", "Yu Mincho", serif;
  font-weight: 800;
  font-size: clamp(24px, 4vw, 42px);
  color: #0a1730;
  line-height: 1.42;
}
.sec-head.on-dark .en {
  color: #6fa0ff;
}
.sec-head.on-dark h2 {
  color: #fff;
}

.sec-head--split {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

/* ------------------------------------------------------------------------------------------------------ ボタン */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 30px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.btn-primary {
  background: linear-gradient(100deg, #2b6fff, #4d8bff);
  color: #fff;
  box-shadow: 0 10px 30px rgba(43, 111, 255, 0.4);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
}

.btn-line {
  padding: 13px 26px;
  border: 1.5px solid #14336f;
  color: #14336f;
  font-size: 14px;
}

@media (hover: hover) and (pointer: fine) {
  .btn-primary:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 16px 38px rgba(43, 111, 255, 0.52);
  }
  .btn-ghost:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-3px);
  }
  .btn-line:hover {
    background: #14336f;
    color: #fff;
  }
} /* hover -- */
/* ------------------------------------------------------------------------------------------------------ お知らせカード */
.news-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: clamp(18px, 2vw, 28px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-card {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6ebf4;
  box-shadow: 0 10px 30px rgba(14, 33, 72, 0.06);
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.news-card .thumb {
  position: relative;
  aspect-ratio: 16/10;
  background: repeating-linear-gradient(135deg, #e7edf7 0 10px, #eef3fb 10px 20px);
  overflow: hidden;
}
.news-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-card .body {
  padding: 22px 22px 26px;
}
.news-card time {
  font-size: 13px;
  color: #8b97ad;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.news-card h2,
.news-card h3 {
  margin: 8px 0 10px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55;
  color: #0e2148;
}
.news-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #5b6579;
  text-align: left;
}

.tag {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 5px 13px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.tag-info {
  background: rgba(43, 111, 255, 0.14);
  color: #1d5cd6;
}

.tag-diary {
  background: rgba(242, 169, 190, 0.28);
  color: #a83e5f;
}

.tag-policy {
  background: rgba(255, 183, 3, 0.2);
  color: #a67400;
}

@media (hover: hover) and (pointer: fine) {
  .news-card:hover {
    box-shadow: 0 22px 48px rgba(14, 33, 72, 0.14);
    color: inherit;
  }
} /* hover -- */
/* ------------------------------------------------------------------------------------------------------ カテゴリーセレクト */
.cat-select {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cat-select label {
  font-size: 13px;
  font-weight: 700;
  color: #14336f;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.cat-select .slct {
  position: relative;
}
.cat-select .slct::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #14336f;
  border-bottom: 2px solid #14336f;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.cat-select .slct select {
  min-width: 180px;
  height: 44px;
  padding: 0 36px 0 16px;
  background: #fff;
  border: 1px solid #e3e9f4;
  border-radius: 999px;
  color: #1a2438;
  appearance: none;
  cursor: pointer;
}

/* ------------------------------------------------------------------------------------------------------ ナビゲーション共通ボタン */
.navi-prev,
.navi-next,
.navi-first,
.navi-last {
  display: inline-block;
  height: 32px;
}
.navi-prev a,
.navi-prev span,
.navi-next a,
.navi-next span,
.navi-first a,
.navi-first span,
.navi-last a,
.navi-last span {
  display: block;
  position: relative;
  height: 100%;
  padding: 0 12px;
  text-decoration: none;
  color: #1a2438;
  transition: color 0.5s;
}
.navi-prev a::after,
.navi-prev span::after,
.navi-next a::after,
.navi-next span::after,
.navi-first a::after,
.navi-first span::after,
.navi-last a::after,
.navi-last span::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 25px;
  height: 25px;
  border-bottom: 1px solid #14336f;
  transition: 0.5s;
}

@media (hover: hover) and (pointer: fine) {
  .navi-prev a:hover,
  .navi-next a:hover,
  .navi-first a:hover,
  .navi-last a:hover {
    color: #2b6fff;
  }
  .navi-prev a:hover::after,
  .navi-next a:hover::after,
  .navi-first a:hover::after,
  .navi-last a:hover::after {
    bottom: 4px;
    border-color: #2b6fff;
  }
} /* hover -- */
.navi-prev a::after,
.navi-first a::after {
  left: 0;
  border-left: 1px solid #2b6fff;
}

.navi-next a::after,
.navi-last a::after {
  right: 0;
  border-right: 1px solid #2b6fff;
}

@media (hover: hover) and (pointer: fine) {
  .navi-prev a:hover::after,
  .navi-first a:hover::after {
    left: 4px;
  }
  .navi-next a:hover::after,
  .navi-last a:hover::after {
    right: 4px;
  }
} /* hover -- */
@media screen and (min-width: 1025px) {
  .navi-prev,
  .navi-next,
  .navi-first,
  .navi-last {
    height: 38px;
  }
  .navi-prev a,
  .navi-prev span,
  .navi-next a,
  .navi-next span,
  .navi-first a,
  .navi-first span,
  .navi-last a,
  .navi-last span {
    padding: 0 16px;
  }
}
/* mq-pc -- */
/* ------------------------------------------------------------------------------------------------------ ページ分割ナビ */
.pager .pager__number {
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.4em;
}
.pager .pager__number > a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 1px;
  background-color: #eef3fb;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  letter-spacing: normal;
  color: #1a2438;
  border-radius: 8px;
}
.pager .pager__number .current-page {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 1px;
  background-color: #14336f;
  text-align: center;
  letter-spacing: normal;
  color: #fff;
  border-radius: 8px;
}
.pager .pager__menu {
  position: relative;
  min-height: 32px;
  margin-top: 10px;
}
.pager .pager__menu .navi-last {
  position: absolute;
  top: 0;
  right: 0;
}

@media (hover: hover) and (pointer: fine) {
  .pager .pager__number > a:hover {
    background-color: #14336f;
    color: #fff;
  }
} /* hover -- */
@media screen and (min-width: 601px) {
  .pager .pager__number a,
  .pager .pager__number .current-page {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
/* mq-sl -- */
@media screen and (min-width: 1025px) {
  .pager .pager__menu {
    max-width: calc(50% - 16px);
    min-height: 38px;
    margin-inline: auto;
  }
}
/* mq-pc -- */
/**
 * LPヒーロー用キーフレーム ＋ スクロール出現
 */
@keyframes hjFadeUp {
  from {
    opacity: 0;
    transform: translateY(38px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hjPhotoIn {
  from {
    opacity: 0;
    transform: scale(1.12);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes hjHalo {
  0%, 100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.06);
  }
}
@keyframes hjShimmer {
  0% {
    background-position: -160% 0;
  }
  60%, 100% {
    background-position: 260% 0;
  }
}
@keyframes hjScrollLine {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes hjBadge {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes hjUnderline {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
/* ------------------------------------------------------------------------------------------------------ スクロール出現（data-reveal） */
[data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-reveal].is-in {
  opacity: 1;
  transform: translateY(0);
}

/* ------------------------------------------------------------------------------------------------------ odekake互換（内ページ用） */
.anime--fi,
.anime--fiu,
.anime--fir,
.anime--fid,
.anime--fil {
  opacity: 0;
}

.animeFi,
.animeFiu,
.animeFir,
.animeFid,
.animeFil {
  animation-duration: 0.8s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animeFi {
  animation-name: fadeIn;
}

@keyframes fadeInUpSP {
  from {
    opacity: 0;
    transform: translate3d(0, 16px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpPC {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animeFiu {
  animation-name: fadeInUpSP;
}

@media screen and (min-width: 769px) {
  .animeFiu {
    animation-name: fadeInUpPC;
  }
} /* min 769px -- */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
} /* reduced-motion -- */
