@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  color: #000000;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
}

/* マウスホバーがあるデバイスでのアニメーション（タッチデバイス除く） */
@media (any-hover: hover) {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}
/* PCとSPの表示非表示の切り替え */
/* (md)px以上で表示 */
@media not all and (min-width: 768px) {
  .pc-only {
    display: none;
  }
}

/* モバイルのみ表示 */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.actv {
  padding-block: 2.5rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .actv {
    padding-block: 4.8125rem 1.75rem;
  }
}

.actv__head {
  margin-bottom: 1.625rem;
}

.actv__lead {
  margin-top: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
}
@media screen and (min-width: 768px) {
  .actv__lead {
    font-size: 0.9375rem;
  }
}

.actv__grid {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 550px) {
  .actv__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .actv__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.actv__item {
  width: 100%;
}

.actv__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.actv__image {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
}

.actv__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 420/260;
  object-fit: cover;
  display: block;
}

.actv__badge {
  position: absolute;
  right: 0.875rem;
  bottom: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.875rem;
  border-radius: 0.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  background: #FFF;
  border: 2px solid #333;
}

.actv__badge--talk {
  border-color: #FF8570;
}

.actv__badge--seminar {
  border-color: #9CD5F2;
}

.actv__badge--sports {
  border-color: #16D32C;
}

.actv__badge--local {
  border-color: #FF9DC4;
}

.actv__badge--work {
  border-color: #FFE370;
}

.actv__badge--shop {
  border-color: #E9B7F5;
}

.actv__hash {
  margin-top: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6;
  color: #6b6b6b;
}

.actv__title {
  margin-top: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.7;
  color: #333;
}
@media screen and (min-width: 768px) {
  .actv__title {
    font-size: 0.9375rem;
  }
}

/* YouTubeサムネ枠 */
.actv__movie {
  border-radius: 0.5rem;
  overflow: hidden;
  background: #2f2f2f;
}

.actv__movie img {
  width: 100%;
  height: auto;
  aspect-ratio: 420/260;
  object-fit: cover;
  display: block;
}

.catch {
  padding-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .catch {
    padding-block: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .catch__content {
    width: 100%;
  }
}

.catch__lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
  color: #333;
  margin-bottom: 2.625rem;
  color: #F16A4A;
}
@media screen and (min-width: 768px) {
  .catch__lead {
    font-size: 1.5rem;
  }
}

.catch__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.9;
  color: #333;
}
.catch__text p + p {
  margin-top: 1.875rem;
}

/* フェードイン */
.js-fade {
  opacity: 0;
  transform: translateY(1.875rem);
  transition: opacity 0.8s, transform 0.8s;
}

.js-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.faq {
  padding-block: 3rem 4.375rem;
}

.faq__head {
  margin-bottom: 1.625rem;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .faq__list {
    margin-top: 3.5rem;
  }
}

.faq__item {
  border-radius: 0.625rem;
  overflow: hidden;
}

/* 質問（オレンジ帯） */
.faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  padding: 1.125rem 1.125rem;
  background: #F16A4A;
  border: none;
  cursor: pointer;
  text-align: left;
}

.faq__q {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  border-radius: 624.9375rem;
  background: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #F16A4A;
}

.faq__q-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .faq__q-text {
    font-size: 1rem;
  }
}

/* 右端アイコン（＋／−） */
.faq__icon {
  margin-left: auto;
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}

.faq__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFF;
  transform: translateY(-50%);
}

.faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #FFF;
  transform: translate(-50%, -50%);
}

/* 回答（ふわっと開閉） */
.faq__answer {
  background: #FFF;
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.45s ease, opacity 0.45s ease;
  padding: 0 1.125rem;
}

.faq__answer-inner {
  display: flex;
  gap: 0.875rem;
  align-items: flex-start;
  padding-block: 1.125rem 1.25rem;
}

.faq__a {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  border-radius: 624.9375rem;
  background: #F16A4A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #FFF;
}

.faq__a-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.9;
  color: #333;
}
@media screen and (min-width: 768px) {
  .faq__a-text {
    font-size: 0.875rem;
  }
}

/* 開いている時 */
.faq__item.is-open .faq__answer {
  opacity: 1;
}

/* ＋ → − */
.faq__item.is-open .faq__icon::after {
  display: none;
}

.fee {
  padding-block: 3rem 4.375rem;
}

.fee__head {
  margin-bottom: 2.125rem;
}

.fee__lead {
  margin-top: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.9;
  color: #333;
}
@media screen and (min-width: 768px) {
  .fee__lead {
    font-size: 0.9375rem;
  }
}

.fee__body {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .fee__body {
    margin-top: 5.375rem;
  }
}

.fee__card {
  position: relative;
  max-width: 53.75rem;
  margin-inline: auto;
  border: 2px solid #333;
  border-radius: 0.25rem;
  padding: 3.25rem 1.125rem 1.625rem;
}
@media screen and (min-width: 768px) {
  .fee__card {
    padding: 3.625rem 2.5rem 1.875rem;
  }
}

.fee__card-head {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(100%, 32.5rem);
  background: #333;
  color: #FFF;
  text-align: center;
  border-radius: 0.25rem;
  padding: 1.125rem 1rem;
}
@media screen and (min-width: 768px) {
  .fee__card-head {
    top: 5%;
  }
}

.fee__card-head-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
}

.fee__card-head-main {
  margin-top: 0.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .fee__card-head-main {
    font-size: 1.25rem;
  }
}

.fee__list {
  margin: 0;
  max-width: 33.9375rem;
  margin-inline: auto;
}

.fee__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
  padding-block: 1.375rem;
  border-top: 1px solid #e6e6e6;
}
@media screen and (min-width: 768px) {
  .fee__row {
    grid-template-columns: 1fr auto;
    align-items: center;
    padding-inline: 1.625rem;
  }
}

.fee__row:first-child {
  border-top: none;
}

.fee__term {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}
@media screen and (min-width: 768px) {
  .fee__term {
    font-size: 1rem;
  }
}

.fee__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}
@media screen and (min-width: 768px) {
  .fee__desc {
    font-size: 1rem;
  }
}

.fee__note {
  margin-top: 1.375rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.8;
  color: #6b6b6b;
}
@media screen and (min-width: 768px) {
  .fee__note {
    font-size: 0.8125rem;
  }
}

.fee__view {
  text-align: center;
}

.footer {
  background: #4a4a4a;
  color: #FFF;
  padding-block: 1.75rem 1.375rem;
}

.footer__logo {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #FFF;
}

.footer__logo-image {
  width: 3.0625rem;
  flex-shrink: 0;
}

.footer__logo-image img {
  width: 100%;
  height: auto;
  display: block;
}

.footer__logo-text {
  font-family: "MuseoModerno", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.44px;
}

.footer-nav {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .footer-nav {
    margin-top: 0;
  }
}

.footer-nav__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer-nav__grid {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 2.75rem;
  }
}

@media screen and (min-width: 768px) {
  .footer-nav__col--wide {
    padding-right: 0.625rem;
  }
}

.footer-nav__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  background: transparent;
  border: none;
  padding: 0.5rem 0;
  color: #FFF;
  cursor: pointer;
  border-bottom: 1px solid #FFF;
}
@media screen and (min-width: 768px) {
  .footer-nav__head {
    cursor: default;
    padding: 1rem 0 1rem;
  }
}

.footer-nav__head-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .footer-nav__head-text {
    font-size: 1.125rem;
  }
}

.footer-nav__icon {
  position: relative;
  width: 1.125rem;
  height: 1.125rem;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .footer-nav__icon {
    display: none;
  }
}

.footer-nav__icon::before {
  content: "";
  position: absolute;
  inset: 50% 0 auto 0;
  height: 2px;
  background: #FFF;
  transform: translateY(-50%);
}

.footer-nav__icon::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 50%;
  width: 2px;
  background: #FFF;
  transform: translateX(-50%);
}

.footer-nav__block.is-open .footer-nav__icon::after {
  display: none;
}

/* パネル：SPはアコーディオン（JSでheight制御）、PCは常時表示 */
.footer-nav__panel {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.45s ease, opacity 0.45s ease;
}
@media screen and (min-width: 768px) {
  .footer-nav__panel {
    height: auto;
    opacity: 1;
    overflow: visible;
    transition: none;
  }
}

.footer-nav__block.is-open .footer-nav__panel {
  opacity: 1;
}

.footer-nav__panel-inner {
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .footer-nav__panel-inner {
    padding-bottom: 1.125rem;
  }
}

.footer-nav__panel-inner--two {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .footer-nav__panel-inner--two {
    grid-template-columns: 1fr 1fr;
    gap: 2.125rem;
  }
}

.footer-nav__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .footer-nav__title {
    font-size: 1.125rem;
  }
}

.footer-nav__title--mt {
  margin-top: 1.125rem;
}

.footer-nav__list {
  margin-top: 0.625rem;
  display: grid;
  gap: 0.625rem;
}

.footer-nav__item {
  line-height: 1;
}

.footer-nav__link {
  position: relative;
  display: inline-block;
  padding-left: 1rem;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.footer-nav__link::before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(255, 255, 255, 0.75);
}

/* 下部 */
.footer__bottom {
  margin-top: 1.625rem;
  text-align: center;
}

.footer__line {
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
  width: 100%;
  margin-inline: auto;
}

.footer__links {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  gap: 1.125rem;
  flex-wrap: wrap;
}

.footer__links-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.footer__copy {
  margin-top: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.6875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
}

.fv {
  text-align: center;
  margin-top: 2.375rem;
}

.fv__video {
  width: 100%;
  max-width: 90rem;
}

.hamburger {
  display: block;
  width: 1.875rem;
  height: 1.5rem;
  position: relative;
  cursor: pointer;
  z-index: 100;
}
.hamburger span {
  display: block;
  width: 2.1875rem;
  height: 0.1875rem;
  background-color: #333;
  border-radius: 0.125rem;
  margin-bottom: 0.375rem;
  transition: transform 0.3s, opacity 0.3s;
  position: relative;
}
.hamburger span:last-child {
  margin-bottom: 0;
}
body.is-openSP .hamburger span:nth-child(1) {
  transform: translateY(0.5625rem) rotate(45deg);
}
body.is-openSP .hamburger span:nth-child(2) {
  opacity: 0;
}
body.is-openSP .hamburger span:nth-child(3) {
  transform: translateY(-0.5625rem) rotate(-45deg);
}

@media screen and (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
@keyframes fadeInHamburger {
  from {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  to {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.inner {
  max-width: 1200px;
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-inline: 25px;
  }
}

.news__head {
  margin-bottom: 1.625rem;
}
@media screen and (min-width: 768px) {
  .news__head {
    margin-bottom: 3.5rem;
  }
}

.news__body {
  border-top: 1px solid #e6e6e6;
}
@media screen and (min-width: 768px) {
  .news__body {
    margin-inline: auto;
    max-width: 40rem;
  }
}

.news__item {
  padding-block: 1.375rem;
  border-bottom: 1px solid #e6e6e6;
  display: block;
}

.news__meta {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 0.625rem;
}

.news__date {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1;
  color: #333;
  letter-spacing: 0.6px;
}

.news__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 5.25rem;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1;
  color: #333;
}

.news__tag--report {
  background: rgba(27, 161, 163, 0.3);
}

.news__tag--event {
  background: rgba(230, 66, 46, 0.3);
}

.news__tag--info {
  background: rgba(252, 238, 31, 0.3);
}

.news__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  color: #333;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .news__title {
    font-size: 1.125rem;
    letter-spacing: 0.64px;
    line-height: 2.2;
    margin-bottom: 0;
  }
}

.news__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.2;
  color: #6b6b6b;
  display: -webkit-box;                  /* 特殊な箱モデルを使う */
  -webkit-line-clamp: 2;                /* 表示する行数（ここを変えればOK） */
  -webkit-box-orient: vertical;         /* 縦方向に並べる */
  overflow: hidden;                     /* はみ出しカット */
  text-overflow: ellipsis;   
}

.news__text + .news__text {
  margin-top: 0.625rem;
}

.secBG {
  padding-block: 4.375rem 4.375rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .secBG {
    padding-block: 6.25rem 6.25rem;
  }
}

/* 左上の三角だけ */
.secBG::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.125rem;
  background-color: #F7F7F6; /* うっすら濃い面 */
  z-index: 0;
  pointer-events: none;
  clip-path: polygon(23% 0, 0% 100%, 48% 100%);
}
@media screen and (min-width: 768px) {
  .secBG::before {
    height: 4.375rem;
  }
}

.secBG::after {
  content: "";
  position: absolute;
  background-color: #F7F7F6;
  top: 3.125rem;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .secBG::after {
    top: 4.375rem;
  }
}

/* 中身を三角の上に出す */
.news__inner {
  position: relative;
  z-index: 1;
}

.secTitle {
  display: flex;
  align-items: baseline;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .secTitle {
    margin-top: 2rem;
  }
}

.secTitle__en {
  font-family: "MuseoModerno", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #FFDD1A;
  line-height: 0.75;
}
@media screen and (min-width: 768px) {
  .secTitle__en {
    font-size: 3.75rem;
    line-height: 0.6333333333;
  }
}

.secTitle__en--red {
  color: #F16A4A;
}

.secTitle__en--blue {
  color: #235CF1;
}

.secTitle__en--sky {
  color: #319AD5;
}

.secTitle__jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #333;
}
@media screen and (min-width: 768px) {
  .secTitle__jp {
    font-size: 1rem;
  }
}

.sp-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 89;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}
body.is-openSP .sp-nav-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media not all and (min-width: 1024px) {
  .sp-nav-overlay {
    display: none;
  }
}

.sp-nav {
  position: fixed;
  inset: 0;
  background-color: #fff;
  z-index: 90;
  padding: 0rem 1.25rem 2.5rem;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
body.is-openSP .sp-nav {
  transform: translateX(0);
}
.sp-nav {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sp-nav {
    padding: 0 1.5625rem;
  }
}
@media screen and (min-width: 1024px) {
  .sp-nav {
    display: block;
    width: 30%;
    right: 0;
    left: auto;
    transform: translateX(100%);
  }
  body.is-openSP .sp-nav {
    transform: translateX(0);
  }
}

.sp-nav__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2rem;
  line-height: 1;
  color: #333;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 91;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}
.sp-nav__close:hover {
  opacity: 0.7;
}

@media not all and (min-width: 1024px) {
  body.is-openSP {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

.sp-nav__logo-link {
  display: block;
  text-align: center;
}

.sp-nav img {
  max-width: 10.3125rem;
  padding-block: 0.75rem;
}

.sp-nav nav {
  margin-top: 2.5rem;
}

.sp-nav__item a {
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 0.375rem 1.5rem;
}

.sp-nav__list {
  margin-top: 3.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.top-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-block: 0.75rem;
  background-color: #FFF;
}

.top-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-header__logo {
  max-width: 15.875rem;
}

.top-header__logo figure {
  width: 100%;
}

.top-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.top-header__nav-list {
  display: none;
  gap: 1rem;
}

@media screen and (min-width: 1024px) {
  .top-header__nav-list {
    display: flex;
  }
}
.top-header__nav-item a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #333;
  display: inline-block;
  padding: 0.375rem 1rem;
  border: 1px solid #333;
  border-radius: 1.25rem;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.3s, color 0.3s;
}

.top-header__nav-item a:hover {
  background-color: #333;
  color: #fff;
}

.view {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .view {
    margin-top: 2rem;
  }
}

.view__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  min-width: 16.25rem;
  padding: 0.875rem 1.375rem;
  border-radius: 624.9375rem;
  border: 1px solid #111;
  text-decoration: none;
  background: var(--gradation_Yellow, linear-gradient(90deg, #FFDD1A 0%, #FFEE90 50.48%, #FFDD1A 100%));
}
@media screen and (min-width: 768px) {
  .view__button {
    min-width: 20rem;
  }
}

.view__button-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  color: #333;
}
@media screen and (min-width: 768px) {
  .view__button-text {
    font-size: 0.9375rem;
  }
}

.view__button-icon {
  font-size: 1.125rem;
  line-height: 1;
  color: #333;
}

.about-menber {
  padding-block: 3.75rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .about-menber {
    padding-block: 1.5rem 2.5rem;
  }
}

.about-menber__head {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .about-menber__head {
    margin-bottom: 2rem;
  }
}

.about-menber__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.125rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .about-menber__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.625rem;
    margin-top: 5.4375rem;
  }
}

/* 色はCSS変数で管理（淡色bg・濃色accent） */
.about-menber__item {
  --about-menber-bg: #f5f5f5;
  --about-menber-accent: #333;
  position: relative;
}
@media screen and (min-width: 768px) {
  .about-menber__item {
    padding-bottom: 3.125rem;
  }
}

/* 縦のカラーバー */
.about-menber__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.625rem;
  height: 100%;
  background: var(--about-menber-bg);
  border-radius: 624.9375rem;
}

/* ラベル（横幅いっぱい＋右矢印） */
.about-menber__label {
  position: relative;
  width: 100%;
  padding: 0.625rem 1.5625rem;
  border-radius: 0.125rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: var(--about-menber-accent);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
}

/* 右の矢印 */
.about-menber__label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.125rem;
  width: 1.125rem;
  height: 1.75rem;
  background: var(--about-menber-bg);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.about-menber__label::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 1.75rem;
  background: var(--about-menber-bg);
  width: 100%;
  left: 0;
  z-index: -1;
}

.about-menber__step {
  font-size: 1.125rem;
  letter-spacing: 0.02em;
}

.about-menber__label-text {
  font-size: 1.125rem;
}

.about-menber__body {
  padding-top: 1.125rem;
  padding-left: 1.5625rem;
}

.about-menber__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
  color: #333;
}

/* ===== カラー ===== */
.about-menber__item--orange {
  --about-menber-bg: #f7e1b8;
  --about-menber-accent: #f2a33a;
}

.about-menber__item--pink {
  --about-menber-bg: #f7d6e2;
  --about-menber-accent: #f48fb1;
}

.about-menber__item--green {
  --about-menber-bg: #dff1c9;
  --about-menber-accent: #7dbb3b;
}

.about-menber__item--blue {
  --about-menber-bg: #cfeaec;
  --about-menber-accent: #2aa5ad;
}

.menber {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .menber {
    margin-bottom: 6.25rem;
  }
}

.menber__list {
  margin-top: 2rem;
  display: grid;
  gap: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .menber__list {
    gap: 0.5625rem;
  }
}

.menber__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .menber__item {
    grid-template-columns: 0.18fr 0 0.2fr 0 0.65fr;
    gap: 0.6875rem;
  }
}

.menber__name,
.menber__price {
  border-radius: 0.375rem;
  display: grid;
  place-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .menber__name,
  .menber__price {
    font-size: 1.125rem;
  }
}

.menber__item--01 {
  background: #DADDE0;
}

.menber__item--02 {
  background: rgba(218, 221, 224, 0.3);
}

.menber__item--03 {
  background: rgba(218, 221, 224, 0.6);
}

.menber__body {
  border-radius: 0.375rem;
  padding: 1rem 0.5rem 1rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  overflow: hidden;
}

.menber__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.9;
  color: #333;
}

.menber__more {
  margin-top: 0.625rem;
  align-self: flex-start;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  position: relative;
  padding-right: 1.75rem;
}

.menber__more::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.25rem;
  height: 1px;
  background: #333;
  transform: translateY(-50%);
}

.menber__line {
  width: 1px;
  height: 115%;
  background: #DCDCDC;
  position: relative;
  top: -8%;
}

.menber__line--y {
  width: 100%;
  height: 1px;
  background: #333;
}
@media screen and (min-width: 768px) {
  .menber__line--y {
    background: #DCDCDC;
  }
}

@media screen and (min-width: 768px) {
  .memberBenefit {
    padding-top: 5rem;
    margin-bottom: 9.8125rem;
  }
}

.memberBenefit__tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 768px) {
  .memberBenefit__tabs {
    gap: 0.875rem;
  }
}

.memberBenefit__tab {
  border-right: 2px solid #2f2f2f;
  border-left: 2px solid #2f2f2f;
  border-top: 2px solid #2f2f2f;
  border-radius: 0.5rem 0.5rem 0 0;
  background: #FFF;
  padding: 0.75rem 0.625rem;
  text-align: center;
  cursor: pointer;
}

.memberBenefit__tab.is-active {
  background: #2f2f2f;
  color: #FFF;
}

.memberBenefit__tab-name {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .memberBenefit__tab-name {
    font-size: 1rem;
  }
}

.memberBenefit__tab-price {
  display: inline-block;
  margin-top: 0.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .memberBenefit__tab-price {
    font-size: 0.875rem;
  }
}

/* panel box */
.memberBenefit__panels {
  border-right: 2px solid #2f2f2f;
  border-left: 2px solid #2f2f2f;
  border-bottom: 2px solid #2f2f2f;
  border-top: 2px solid #2f2f2f;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 1.375rem 1rem 1.75rem;
}
@media screen and (min-width: 768px) {
  .memberBenefit__panels {
    padding: 2.125rem 2.5rem 2.75rem;
  }
}

.memberBenefit__panel {
  display: none;
}

.memberBenefit__panel.is-active {
  display: block;
}

.memberBenefit__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}
@media screen and (min-width: 768px) {
  .memberBenefit__title {
    font-size: 1.375rem;
  }
}

.memberBenefit__lead {
  margin-top: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.9;
  color: #333;
}

.memberBenefit__group {
  margin-top: 2.125rem;
}

.memberBenefit__group-title {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #333;
  padding-bottom: 0.625rem;
  margin-bottom: 1.125rem;
  border-bottom: 1px solid #dcdcdc;
}

.memberBenefit__group-title::before {
  content: "";
  width: 0.25rem;
  height: 1.125rem;
  background: #d0d0d0;
  display: inline-block;
}

.memberBenefit__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .memberBenefit__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.375rem;
  }
}

.memberBenefit__card {
  background: #f3f3f3;
  border-radius: 0.5rem;
  padding: 1.125rem;
  min-height: 8.125rem;
}
@media screen and (min-width: 768px) {
  .memberBenefit__card {
    padding: 1.25rem;
  }
}

/* イラスト差し替え用：サイズだけ確保 */
.memberBenefit__icon {
  width: 2.375rem;
  height: 2.375rem;
  margin-bottom: 0.625rem;
}

.memberBenefit__card-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}

.memberBenefit__card-text {
  margin-top: 0.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.8;
  color: #555;
}

.memberBenefit__dummy {
  margin-top: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.9;
  color: #555;
}

.memberButton {
  display: flex;
  justify-content: center;
  margin-top: 3.4375rem;
}

.memberButton__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 17.5rem;
  padding: 1.125rem 2.125rem;
  border-radius: 624.9375rem;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  transition: transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.45s cubic-bezier(0.25, 0.8, 0.25, 1), filter 0.45s ease;
  /* 外側の白リング（画像の白フチ感） */
  /* 赤グラデ */
  background: var(--gradation_red, linear-gradient(270deg, #FF3E3C 0%, #FF8482 49.52%, #FF3E3C 100%));
  transition: 0.5s ease;
}

.memberButton__link:hover {
  transform: translateY(-0.125rem);
  filter: brightness(1.02);
}

.mvv {
  padding-block: 1.875rem;
}
@media screen and (min-width: 768px) {
  .mvv {
    padding-block: 3.5rem;
  }
}

/* 上：単独 */
.mvv__top {
  display: flex;
  justify-content: center;
}

.mvv__card--mission {
  width: 100%;
  max-width: 47.5rem;
}

/* 下：2つをまとめてflex */
.mvv__bottom {
  margin-top: 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .mvv__bottom {
    flex-direction: row;
    align-items: flex-start;
    gap: 3.8125rem;
    justify-content: center;
  }
}

.mvv__card {
  position: relative;
  width: 100%;
  max-width: 28.125rem;
}
@media screen and (min-width: 768px) {
  .mvv__card {
    padding: 4.6875rem 0 4.6875rem 0;
    place-items: center;
  }
}

.mvv__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  pointer-events: none;
}

.mvv__card--mission::before {
  background-image: url(../images/vision-frame01.webp);
}

.mvv__card--vision::before {
  background-image: url(../images/vision-frame02.webp);
}

.mvv__card--value::before {
  background-image: url(../images/vision-frame03.webp);
}

/* Vision / Value は同じ幅で並ぶ */
@media screen and (min-width: 768px) {
  .mvv__card--vision,
  .mvv__card--value {
    flex: 1;
  }
}

.mvv__card--value {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .mvv__card--value {
    margin-top: 0;
  }
}

/* 見出し周り */
.mvv__head {
  display: flex;
  align-items: baseline;
  gap: 0.875rem;
  margin-bottom: 1.125rem;
}

.mvv__en {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ff6b4a;
  letter-spacing: 0.02em;
}

.mvv__jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .mvv__jp {
    font-size: 2rem;
  }
}

.mvv__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2;
  color: #333;
}

.mvv__text {
  margin-top: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 2;
  color: #333;
}

.mvv__value-title {
  margin-top: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.8;
  color: #333;
}

.mvv__card-pic {
  width: fit-content;
}

.photoMarquee {
  padding-block: 1.25rem;
}

.photoMarquee__viewport {
  overflow: hidden;
}

.photoMarquee__track {
  display: inline-flex;
  will-change: transform;
  animation: photoMarquee-scroll var(--marquee-duration, 35s) linear infinite;
}

.photoMarquee__list {
  display: flex;
  gap: 1.5rem;
}

.photoMarquee__item {
  flex-shrink: 0;
  width: 16.25rem;
}
@media screen and (min-width: 768px) {
  .photoMarquee__item {
    width: 20rem;
  }
}

.photoMarquee__image {
  border-radius: 0.5rem;
  overflow: hidden;
}

.photoMarquee__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}

@keyframes photoMarquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* ユーザーが「動き減らす」設定のときは停止 */
@media (prefers-reduced-motion: reduce) {
  .photoMarquee__track {
    animation: none;
  }
}
.photoMarquee__item:nth-child(even) {
  margin-top: 3.125rem;
}

.under-page {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .under-page {
    margin-top: 4.375rem;
  }
}

.vision {
  padding-block: 1.875rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .vision {
    padding-block: 3.5rem;
  }
}

.vision__inner {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

/* ===== リード ===== */
.vision__lead {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .vision__lead {
    flex-direction: row;
    gap: 6.125rem;
    justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .vision__lead:nth-child(even) {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .vision__lead2:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

.vision__lead-body, .vision__block-body {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .vision__lead-body, .vision__block-body {
    margin-top: 0;
  }
}

.vision__catch {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .vision__catch {
    font-size: 2rem;
  }
}

.vision__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  line-height: 2;
  color: #333;
}
.vision__text:not(:first-of-type) {
  margin-top: 1rem;
}

/* ===== ブロック ===== */
.vision__block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .vision__block {
    flex-direction: row;
    gap: 8.3125rem;
    justify-content: end;
  }
}

.vision__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

/* ===== 画像 ===== */
.vision__image {
  max-width: 18.5625rem;
  max-height: 17.375rem;
  position: relative;
}

.vision__image img {
  width: 100%;
  height: auto;
  display: block;
}

.vision__image::before {
  position: absolute;
  content: "";
  background-image: url(images/vision-ami.webp);
  background-repeat: no-repeat;
  background-size: cover;
  width: 150%;
  height: 150%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.5;
}

.vision__image--size {
  width: 28.875rem;
  max-width: 100%;
}

.news__item--body{
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.news__images {
  width: 30%;

}

.news__image {
  aspect-ratio: 4/3;
  max-height: 150px;
}

.news__image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.news-home{
  max-width: 60rem;
}

.news-home__content{
  width: 70%;
}

.news-single{
  margin-bottom: 4rem;
}

.news-single__inner{
  max-width: 800px;
}

.news-single__images{
  width: 100%;
}

.news-single__image img{
  object-fit: cover;
  max-height: 500px;
}

.news-single__image {
}

.news-home__pagination{
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.page-numbers{
  color: #235CF1;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  display: grid;
  place-items: center;
}

.page-numbers.current{
  background: #235CF1;
  color: #fff;
}

.news-single__back{
  text-align: center;
}

.news-single__title{
  margin-top: 2rem;
}

.pre{
  width: 100%;
  height: 30rem;
}
.pre img{
  object-fit: cover;
  height: 100%;
}

.memberBenefit__group-title--de{
  margin-top: 0;
  color: #FF3E3C;
}