@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
body {
  background-color: #fff;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.bg_gray {
  background-color: #f2f2f2;
  padding-bottom: 50px;
}
.mainvisual__intro {
  display: none;
}

@media (max-width: 767px) {
  .mainvisual__intro {
    display: block;
    padding: 15px;
  }
}
.anchor_menu {
  width: 95%;
  max-width: 980px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
}
.anchor_menu li {
  background-color: #ff0;
  border: 3px solid #000;
  font-size: clamp(10px, 2.5vw, 18px);
  text-align: center;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
}
.anchor_menu li a {
  width: 100%;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  background-image: url(../img_2026/aroow01.png);
  background-repeat: no-repeat;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .anchor_menu {
    justify-content: flex-start;
    gap: 5px;
  }
  .anchor_menu li {
    flex-basis: calc((100% / 3) - ((5px * 2) / 3));
  }
  .anchor_menu li a {
    min-height: 50px;
    background-position: center bottom 4px;
    background-size: auto 6px;
  }
}
@media (min-width: 768px) {
  .anchor_menu {
    justify-content: center;
    gap: 15px;
  }
  .anchor_menu li {
    flex-basis: calc((100% / 4) - ((15px * 3) / 4));
  }
  .anchor_menu li a {
    min-height: 75px;
    background-position: center bottom 6px;
    background-size: auto 10px;
  }
}
h2.secTtl {
  font-weight: 900;
}
.schedule h2.secTtl:before {
  content: url(../img_2026/ico01.png);
}
#footer {
  background-color: #c00;
  color: #fff;
}
#footer .container {
  padding-top: 40px;
}

#footer .commonsFooter {
  width: 95%;
  max-width: 1200px;
  margin-inline: auto;
}
#footer .commonsFooter a {
  color: #fff;
}
.f_data_addr h2 {
  line-height: 1.2;
  letter-spacing: 2px;
}
.f_data_addr h2 span {
  font-size: 70%;
}
.f_data_addr h2 span::after {
  content: "\a";
  white-space: pre;
}
.footData {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.f_data_link ul {
  display: flex;
  gap: 4px;
}
.footTxt {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  text-align: center;
  gap: 8px;
}
.footTxt ul {
  display: flex;
}
.footTxt ul li a {
  display: block;
  padding-inline: 0.5em;
}
.footTxt ul li + li {
  border-left: 1px solid #fff;
}
@media (max-width: 599px) {
}
@media (max-width: 767px) {
  #footer {
    padding-bottom: 60px;
  }
  .f_data_addr {
    text-align: center;
  }
  .f_data_link ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .f_data_link ul li {
    flex-basis: calc((100% / 3) - ((4px * 2) / 3));
  }
  .f_data_link ul li:last-child {
    flex-basis: 100%;
    text-align: center;
  }
  .footTxt ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footTxt ul li:first-child {
    flex-basis: 100%;
    text-align: center;
  }
  .footTxt ul li:first-child + li {
    border-left: none;
  }
}
@media (min-width: 768px) {
  .footData {
    flex-direction: row-reverse;
  }
  .f_data_link {
    margin-left: auto;
  }
  .footTxt {
    flex-direction: row-reverse;
    align-items: baseline;
  }
  .f_txt_link {
    margin-left: auto;
  }
}
#pageTop {
  position: fixed;
  left: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: 10;
}
@media (max-width: 599px) {
  #pageTop {
    width: 60px;
  }
}
.schedule {
  padding: 70px 20px 60px;
}

.schedule__inner {
  width: min(100%, 1120px);
  margin: 0 auto;
}
.schedule__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  margin: 0 0 55px;
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.schedule__title span {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(../img_2026/ico01.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  background-size: auto 80px;
  padding-left: 100px;
  height: 80px;
}

.schedule__list-wrap {
  width: min(100%, 1110px);
  margin: 0 auto;
}

/* 上段：最初が幅広の4列 */
.schedule__top-list {
  display: grid;
  grid-template-columns: 1.8fr repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 下段を包む開閉エリア */
.schedule__extra {
  height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition:
    height 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    margin-top 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.45s ease,
    visibility 0s linear 0.7s;
}

.schedule__extra.is-open {
  margin-top: 20px;
  opacity: 1;
  visibility: visible;
  transition:
    height 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    margin-top 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.5s ease 0.12s,
    visibility 0s linear 0s;
}

/* 下段：5列 */
.schedule__extra-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0 0 12px;
  list-style: none;
}

/* カード */
.schedule-card {
  min-width: 0;
  background: #fff;
  box-shadow: 5px 7px 10px rgba(0, 0, 0, 0.18);
}

.schedule-card__link {
  display: flex;
  width: 100%;
  min-height: 130px;
  padding: 18px;
  color: #111;
  text-decoration: none;
  box-sizing: border-box;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

.schedule-card__link:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

.schedule-card__link:focus-visible {
  outline: 4px solid #111;
  outline-offset: 4px;
}

.schedule-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.schedule-card__date {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  white-space: nowrap;
}

.schedule-card__year {
  margin-bottom: 7px;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
}

.schedule-card__month-day {
  font-family: serif;
  font-size: clamp(38px, 3.5vw, 60px);
  font-weight: 400;
  line-height: 0.9;
}

.schedule-card__weekday {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 29px;
  height: 29px;
  margin-bottom: 5px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
  font-size: 17px;
  line-height: 1;
  box-sizing: border-box;
}

.schedule-card__category {
  display: block;
  margin-top: 13px;
  padding: 5px 8px;
  border: 1px solid #241a17;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.schedule-card.cate1 .schedule-card__category {
  color: #fff;
  background: #241a17;
}

/* NEXTカード */
.schedule-card--next {
  background: #fff200;
}

.schedule-card--next .schedule-card__link {
  align-items: stretch;
  gap: 28px;
}

.schedule-card__next {
  display: grid;
  flex: 0 0 122px;
  place-items: center;
  color: #fff;
  background: #241a17;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/* MOREボタン */
.schedule__more {
  display: flex;
  width: 100%;
  min-height: 66px;
  margin-top: 28px;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border: 0;
  color: #111;
  background: #fff;
  font: inherit;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  box-sizing: border-box;
  transition:
    background-color 0.2s ease,
    opacity 0.2s ease;
}

.schedule__more:hover {
  background: #fafafa;
}

.schedule__more:focus-visible {
  outline: 4px solid #111;
  outline-offset: 4px;
}

.schedule__more:disabled {
  cursor: wait;
  opacity: 0.7;
}

.schedule__more-arrow {
  width: 0;
  height: 0;
  border-top: 18px solid #111;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  transition: transform 0.4s ease;
}

.schedule__more[aria-expanded="true"] .schedule__more-arrow {
  transform: rotate(180deg);
}

/* 案内文 */
.schedule__notice {
  margin: 32px auto 0;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

.schedule__notice a {
  color: inherit;
  font-weight: 700;
  text-underline-offset: 4px;
}

.schedule__empty {
  margin: 0;
  padding: 30px 20px;
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

/* hidden属性 */
.schedule__extra[hidden] {
  display: none;
}

/* スマートフォン */
@media (max-width: 1000px) {
  .schedule {
    padding: 45px 12px;
  }

  .schedule__title {
    gap: 14px;
    margin-bottom: 35px;
  }
  .schedule__title span {
    background-size: auto 50px;
    padding-left: 60px;
    height: 50px;
  }

  /* 上段：NEXTの下を3列にする */
  .schedule__top-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  /* NEXTだけ横幅いっぱい */
  .schedule__top-list .schedule-card--next {
    grid-column: 1 / -1;
  }

  /* MOREで開く下段も3列 */
  .schedule__extra-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .schedule__extra.is-open {
    margin-top: 10px;
  }

  /* NEXT以外の通常カード */
  .schedule-card__link {
    min-height: 100px;
    padding: 10px 6px;
  }

  /* NEXTカード */
  .schedule-card--next .schedule-card__link {
    min-height: 108px;
    padding: 14px;
    gap: 14px;
  }

  .schedule-card__next {
    flex-basis: 90px;
    font-size: 20px;
  }

  /* 3列でも日付を1行に収める */
  .schedule-card__date {
    gap: 2px;
  }

  .schedule-card__month-day {
    font-size: clamp(25px, 8vw, 34px);
  }

  .schedule-card__year {
    margin-bottom: 4px;
    font-size: 12px;
  }

  .schedule-card__weekday {
    width: 20px;
    height: 20px;
    margin-bottom: 2px;
    border-width: 1px;
    font-size: 11px;
  }

  .schedule-card__category {
    margin-top: 8px;
    padding: 4px 2px;
    font-size: 10px;
    line-height: 1.2;
  }

  /* NEXT内の日付は少し大きく戻す */
  .schedule-card--next .schedule-card__month-day {
    font-size: 42px;
  }

  .schedule-card--next .schedule-card__year {
    margin-bottom: 6px;
    font-size: 17px;
  }

  .schedule-card--next .schedule-card__weekday {
    width: 25px;
    height: 25px;
    margin-bottom: 4px;
    font-size: 14px;
  }

  .schedule-card--next .schedule-card__category {
    margin-top: 9px;
    padding: 5px 4px;
    font-size: 14px;
  }

  .schedule__more {
    margin-top: 18px;
  }

  .schedule__notice {
    text-align: left;
  }
}

/* アニメーションを減らす設定 */
@media (prefers-reduced-motion: reduce) {
  .schedule__extra,
  .schedule-card__link,
  .schedule__more,
  .schedule__more-arrow {
    transition: none;
  }
}

.category {
  padding: 70px 20px 60px;
}

.category__inner {
  width: min(100%, 1200px);
  margin: 0 auto;
}
.category__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  margin: 0 0 55px;
  font-size: clamp(26px, 3vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.category__title span {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(../img_2026/icon02.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  background-size: auto 80px;
  padding-left: 100px;
  height: 80px;
}
.skill-banner {
  position: relative;
  display: flex;
  align-items: center;

  width: 100%;
  max-width: 1000px;
  min-height: 180px;
  padding: 0 50px 0 38px;
  box-sizing: border-box;

  background: #fff23d;
  border: 3px solid #000;
  border-radius: 40px;

  margin-bottom: 30px;

  /* 下側の黒い影 */
  box-shadow: 6px 7px 0 #222;
}

.skill-banner__image {
  flex-shrink: 0;

  width: 120px;
  height: 120px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.skill-banner__image img {
  width: 135px;
  height: auto;
  display: block;
}

.skill-banner__text {
  flex: 1;
  margin: 0;
  padding-left: 75px;

  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #000;
}
@media (max-width: 1000px) {
  .category {
    padding: 45px 12px;
  }
  .category__title {
    gap: 14px;
    margin-bottom: 35px;
  }
  .category__title span {
    background-size: auto 50px;
    padding-left: 60px;
    height: 50px;
  }
  .skill-banner {
    min-height: 100px;
    padding: 0 15px;
    border-radius: 25px;
    margin-bottom: 15px;

    /* 下側の黒い影 */
    box-shadow: 3px 3px 0 #222;
  }

  .skill-banner__image {
    width: 80px;
    height: 80px;
  }

  .skill-banner__image img {
    width: 65px;
  }

  .skill-banner__text {
    padding-left: 20px;
    font-size: 18px;
  }
}

.charm {
  padding: 70px 20px 60px;
}
.charm__inner {
  width: min(100%, 1400px);
  margin: 0 auto;
}
.charm__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  margin: 0 0 55px;
  font-size: clamp(22px, 3vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.charm__title span {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(../img_2026/icon03.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  background-size: auto 80px;
  padding-left: 100px;
  height: 80px;
}
.charm__lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px, 2vw, 22px);
  margin-bottom: 80px;
}
.point-list {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.point {
  position: relative;
  width: calc((100% - 80px) / 3);
  padding-top: 40px;
}

.point__circle {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #fff23d;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  box-sizing: border-box;
  padding: 50px;
  text-align: center;
}

.point__number {
  position: absolute;
  z-index: 1;

  top: 0;
  left: 0;

  width: 140px;
  height: auto;
}

.point__circle h3 {
  margin: 0 0 15px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

.point__circle p {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 1000px) {
  .charm {
    padding: 45px 12px;
  }
  .charm__title {
    gap: 14px;
    margin-bottom: 35px;
  }
  .charm__title span {
    background-size: auto 50px;
    padding-left: 60px;
    height: 50px;
  }
  .charm__lead {
    margin-bottom: 30px;
  }
  .point-list {
    display: block;
  }

  .point {
    width: 100%;
    max-width: 470px;
    margin: 0 auto 30px;
    padding-top: 50px;
  }

  .point__number {
    width: 150px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .point__circle {
    padding: 70px 35px 40px;
  }

  .point__circle h3 {
    font-size: 28px;
  }

  .point__circle p {
    font-size: 18px;
    line-height: 1.8;
  }
}

.photo-slider {
  width: 100%;
  overflow: hidden;
}

.photo-slider__track {
  display: flex;
  width: max-content;
  animation: photo-loop 25s linear infinite;
}

.photo-slider__group {
  display: flex;
  flex-shrink: 0;
}

.photo-slider__group img {
  display: block;
  width: 300px;
  height: auto;
  object-fit: cover;
  flex-shrink: 0;
}

@keyframes photo-loop {
  to {
    transform: translateX(-50%);
  }
}

/* スマホ */
@media (max-width: 1000px) {
  .photo-slider__track {
    animation-duration: 18s;
  }

  .photo-slider__group img {
    width: 120px;
    height: auto;
    aspect-ratio: 415 / 290;
    object-fit: cover;
  }
}
.photo-slider:hover .photo-slider__track {
  animation-play-state: paused;
}

/* ========================================
   VOICE
======================================== */

.voice {
  position: relative;
  overflow: hidden;

  background: #f3f3f3;

  padding: clamp(100px, 10vw, 180px) 30px clamp(100px, 9vw, 160px);
}

/* ----------------------------------------
   背景のVOICE画像
---------------------------------------- */

.voice__bg {
  position: absolute;
  top: 0;
  left: 0;

  width: clamp(350px, 42vw, 800px);
  height: auto;

  z-index: 0;

  pointer-events: none;
}

/* ----------------------------------------
   内側
---------------------------------------- */

.voice__inner {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

/* ----------------------------------------
   タイトル
---------------------------------------- */

.voice__title {
  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 22px;

  margin: 0 0 55px;

  font-size: clamp(22px, 3.2vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.voice__title span {
  display: flex;
  flex-direction: column;
  justify-content: center;

  height: 75px;

  padding-left: 100px;

  background-image: url("../img_2026/icon04.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 75px;
}

/* ========================================
   VOICE スライダー
======================================== */

.voice__slider {
  position: relative;
}

/* ----------------------------------------
   PC：3カラム
---------------------------------------- */

.voice__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  gap: clamp(30px, 4vw, 60px);
}

/* ----------------------------------------
   各カード
---------------------------------------- */

.voice-card {
  position: relative;
}

/* ----------------------------------------
   吹き出し
---------------------------------------- */

.voice-card__balloon {
  position: relative;

  min-height: 300px;

  padding: clamp(25px, 2.5vw, 40px);

  background: #fff;

  border: 2px solid #222;
  border-radius: 35px;

  box-sizing: border-box;
}

/* 吹き出し：外側の黒 */

.voice-card__balloon::before {
  content: "";

  position: absolute;

  right: 13%;
  bottom: -28px;

  width: 0;
  height: 0;

  border-style: solid;
  border-width: 28px 22px 0 0;
  border-color: #222 transparent transparent transparent;
}

/* 吹き出し：内側の白 */

.voice-card__balloon::after {
  content: "";

  position: absolute;

  right: calc(13% + 2px);
  bottom: -24px;

  width: 0;
  height: 0;

  border-style: solid;
  border-width: 25px 19px 0 0;
  border-color: #fff transparent transparent transparent;
}

/* ----------------------------------------
   テキスト
---------------------------------------- */

.voice-card__lead {
  margin: 0 0 25px;

  font-size: clamp(17px, 1.5vw, 22px);
  font-weight: 500;
  line-height: 1.5;
}

.voice-card__text {
  margin: 0;

  font-size: clamp(12px, 1.35vw, 18px);
  line-height: 1.65;
}

/* ----------------------------------------
   人物
---------------------------------------- */

.voice-card__person {
  position: relative;
  z-index: 2;

  display: flex;
  justify-content: center;
  align-items: flex-end;

  height: 140px;

  margin-top: -30px;
}

.voice-card__person p {
  margin: 0 25px 10px 0;

  font-size: 17px;
  font-weight: 500;
}

.voice-card__person img {
  position: relative;
  z-index: 2;

  display: block;

  width: clamp(90px, 9vw, 140px);
  max-height: 140px;
  height: auto;

  object-fit: contain;
  object-position: bottom;
}

/* ----------------------------------------
   矢印
   PCでは非表示
---------------------------------------- */

.voice__arrow {
  display: none;
}

/* ========================================
   SP
======================================== */

@media (max-width: 767px) {
  .voice {
    padding: 90px 5px 80px;
  }

  /* 背景VOICE */

  .voice__bg {
    width: 85vw;
  }

  /* タイトル */

  .voice__title {
    gap: 14px;

    margin-bottom: 35px;

    font-size: 24px;
  }

  .voice__title span {
    height: 50px;

    padding-left: 60px;

    background-size: auto 50px;
  }

  /* --------------------------------------
     横スライダー
  -------------------------------------- */

  .voice__list {
    display: flex;

    gap: 16px;

    overflow-x: auto;

    padding: 0 20px 20px;

    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;
  }

  .voice__list::-webkit-scrollbar {
    display: none;
  }

  /* 1件ずつ表示 */

  .voice-card {
    flex: 0 0 calc(100% - 40px);

    min-width: 0;

    scroll-snap-align: center;

    display: flex;
    flex-direction: column;
  }

  /* 吹き出し */

  .voice-card__balloon {
    width: 100%;
    min-height: auto;

    padding: 28px 24px;

    border-radius: 25px;
  }

  /* 人物 */

  .voice-card__person {
    height: 120px;

    margin-top: -25px;
  }

  .voice-card__person p {
    margin-right: 15px;

    font-size: 14px;
  }

  .voice-card__person img {
    width: 100px;
    max-height: 120px;
  }

  /* --------------------------------------
     左右矢印
  -------------------------------------- */

  .voice__arrow {
    position: absolute;
    z-index: 10;

    top: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 44px;
    height: 44px;

    padding: 0;

    background: #000;

    border: 0;
    border-radius: 50%;

    cursor: pointer;

    transform: translateY(-50%);
  }

  /* 左 */

  .voice__arrow--prev {
    left: -5px;
  }

  /* 右 */

  .voice__arrow--next {
    right: -5px;
  }

  /* 白い矢印 */

  .voice__arrow::before {
    content: "";

    width: 10px;
    height: 10px;

    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  .voice__arrow--prev::before {
    margin-left: 4px;

    transform: rotate(-135deg);
  }

  .voice__arrow--next::before {
    margin-right: 4px;

    transform: rotate(45deg);
  }
}
.flow {
  position: relative;
  overflow: hidden;

  padding: clamp(90px, 8vw, 150px) 30px clamp(120px, 10vw, 180px);

  background-color: #fff;

  /* 3枚まとめて指定 */
  background-image:
    url("../img_2026/motif01.png"), url("../img_2026/motif02.png"),
    url("../img_2026/motif03.png");

  /* それぞれの位置 */
  background-position:
    92% 0,
    left bottom,
    93% 97%;

  /* それぞれのサイズ */
  background-size:
    clamp(120px, 12vw, 200px) auto,
    clamp(120px, 12vw, 200px) auto,
    clamp(100px, 10vw, 160px) auto;

  background-repeat: no-repeat;
}
.flow__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  margin: 0 0 55px;
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.flow__title span {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(../img_2026/icon05.png);
  background-repeat: no-repeat;
  background-position: 0px center;
  background-size: auto 80px;
  padding-left: 100px;
  height: 80px;
}

.flow__inner {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
}

/* 4つ横並び */

.flow__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(30px, 4vw, 65px);
}

/* 各項目 */

.flow-item {
  position: relative;
}

/* 写真 */

.flow-item__photo {
  position: relative;
}

.flow-item__photo img {
  display: block;

  width: 100%;
  aspect-ratio: 320 / 265;

  object-fit: cover;

  border-radius: clamp(20px, 2vw, 30px);
}

/* 2つ目以降の矢印 */

.flow-item:not(:last-child) .flow-item__photo::after {
  content: "";

  position: absolute;
  top: 50%;
  right: calc(clamp(30px, 4vw, 65px) / -2);

  width: 0;
  height: 0;

  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 20px solid #000;

  transform: translate(50%, -50%);
}

/* 見出し */

.flow-item__title {
  display: flex;
  align-items: center;
  gap: 10px;

  margin: 18px 0 12px;

  font-size: clamp(18px, 1.5vw, 23px);
  font-weight: 500;
}

.flow-item__title span {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 22px;
  height: 22px;
  flex-shrink: 0;

  color: #fff;
  background: #000;
  border-radius: 50%;

  font-size: 13px;
  font-weight: 700;
}

/* 説明文 */

.flow-item__text {
  margin: 0;

  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.7;
}

@media (max-width: 767px) {
  .flow {
    background: linear-gradient(180deg, #fff52a 0%, #ffe900 50%, #f4d900 100%);

    padding: 90px 20px 80px;
  }

  .flow__inner {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }

  .flow__title {
    margin-bottom: 40px;
    font-size: 28px;
  }

  .flow__title span {
    min-height: 50px;
    padding-left: 60px;
    background-size: auto 50px;
  }

  .flow__list {
    display: block;
  }

  .flow-item {
    width: 100%;
    max-width: none;
    margin: 0 0 48px;
  }

  .flow-item:last-child {
    margin-bottom: 0;
  }

  .flow-item__photo img {
    width: 100%;
    height: auto;
    aspect-ratio: 348 / 285;
    object-fit: cover;

    /* SPデザインでは角丸なし */
    border-radius: 20px;
  }

  .flow-item__title {
    margin: 14px 0 12px;
    gap: 4px;

    font-size: 20px;
    line-height: 1.4;
  }

  .flow-item__title span {
    width: 22px;
    height: 22px;

    font-size: 13px;
  }

  .flow-item__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
  }

  /* PCの横矢印はSPでは非表示 */
  .flow-item:not(:last-child) .flow-item__photo::after {
    display: none;
  }
}
.diagonal {
  min-height: 50vh;
  background-color: #fffbe8;

  background-image: repeating-linear-gradient(
    135deg,
    rgba(255, 220, 0, 0.35) 0,
    rgba(255, 220, 0, 0.35) 4px,
    transparent 4px,
    transparent 12px
  );
}
.benefit {
  padding: 120px 30px 100px;
}

.benefit__box {
  position: relative;

  width: min(90%, 1380px);
  min-height: 520px;
  margin: 0 auto;

  padding: 100px 40px 70px;

  background: #fff;
  border-radius: 20px;
}
.benefit__title {
  position: absolute;
  top: 0;
  left: 50%;

  width: min(48%, 570px);
  margin: 0;
  padding: 4px;

  background: #231815;

  clip-path: polygon(0 0, 100% 0, 94% 50%, 100% 100%, 0 100%, 6% 50%);

  transform: translate(-50%, -50%);
}

.benefit__title span {
  display: flex;
  justify-content: center;
  align-items: center;

  min-height: 92px;

  padding: 10px 70px 10px 120px;

  background-color: #ffeb3b;

  /* プレゼントアイコン */
  background-image: url("../img_2026/icon-present.png");
  background-repeat: no-repeat;
  background-position: 28% center;
  background-size: 52px auto;

  clip-path: polygon(0 0, 100% 0, 94% 50%, 100% 100%, 0 100%, 6% 50%);

  font-size: clamp(30px, 2.5vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.15em;
}

.benefit__lead {
  margin: 10px 0 80px;

  text-align: center;

  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.benefit__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);

  /* 上揃え */
  align-items: start;

  /* 画像同士の余白を小さく */
  gap: clamp(15px, 1.5vw, 25px);

  /* 92%をやめて横幅いっぱい使う */
  width: 100%;
  margin: 0 auto;
}

.benefit-item {
  width: 100%;
}

.benefit-item img {
  display: block;
  width: 100%;
  height: auto;
}
.benefit-item:nth-child(2) {
  transform: translateX(8px);
}
.benefit-item:nth-child(2) img {
  width: 105%;
  max-width: none;

  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .benefit {
    padding: 90px 16px 70px;
  }

  /* 白背景 */

  .benefit__box {
    width: 100%;
    min-height: auto;

    padding: 75px 10px 45px;

    border-radius: 14px;
  }

  /* タイトル */

  .benefit__title {
    width: min(88%, 360px);

    padding: 3px;

    clip-path: polygon(0 0, 100% 0, 96% 50%, 100% 100%, 0 100%, 4% 50%);
  }

  .benefit__title span {
    min-height: 68px;

    padding: 8px 30px 8px 70px;

    background-position: 18% center;
    background-size: 34px auto;

    clip-path: polygon(0 0, 100% 0, 96% 50%, 100% 100%, 0 100%, 4% 50%);

    font-size: 24px;
    letter-spacing: 0.12em;
  }

  /* 説明文 */

  .benefit__lead {
    margin: 5px auto 35px;

    font-size: 13px;
    line-height: 1.7;
  }

  .benefit__list {
    display: flex;
    flex-direction: column;

    gap: 18px;

    width: 100%;
  }

  .benefit-item {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }

  .benefit-item img {
    width: 100%;
    height: auto;
  }
  .benefit-item:nth-child(1),
  .benefit-item:nth-child(2) {
    transform: none;
  }
  .benefit-item:nth-child(2) img {
    width: 105%;
    left: auto;
    transform: none;
  }
}
/* ========================================
   FAQ
======================================== */

.faq {
  padding: 80px 30px 100px;
}

.faq__title {
  width: min(90%, 650px);
  margin: 0 auto 60px;
}

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

.faq__list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.faq-item {
  position: relative;

  margin-bottom: 12px;
  padding: 40px 70px;

  background: #fff;
}

.faq-item:last-child {
  margin-bottom: 0;
}

/* チェックボックスは画面外へ */

.faq-item__check {
  position: absolute;

  width: 1px;
  height: 1px;

  margin: -1px;
  padding: 0;

  overflow: hidden;
  clip: rect(0 0 0 0);

  white-space: nowrap;

  border: 0;
}

.faq-item__question {
  display: flex;
  align-items: flex-start;

  font-weight: 700;
  line-height: 1.5;
}

.faq-item__q {
  flex-shrink: 0;

  margin-right: 25px;

  color: #e6002d;

  font-size: clamp(32px, 3vw, 48px);
  font-weight: 700;
  line-height: 1;
}

.faq-item__question-text {
  padding-top: 3px;
  font-size: clamp(16px, 1.4vw, 21px);
}

.faq-item__question p {
  font-size: clamp(16px, 2.5vw, 21px);
}

.faq-item__answer {
  display: flex;
  align-items: flex-start;

  margin-top: 35px;
  margin-left: 100px;
}

.faq-item__a {
  flex-shrink: 0;

  margin-right: 12px;

  color: #000;

  font-size: clamp(32px, 3vw, 48px);
  font-weight: 700;
  line-height: 1;
}

.faq-item__answer p {
  margin: 5px 0 0;

  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.8;
}
@media (max-width: 767px) {
  .faq-item {
    padding: 25px 20px;
  }

  .faq-item__question,
  .faq-item__answer {
    display: flex;
    align-items: flex-start;
  }

  .faq-item__answer {
    margin-top: 18px;
    margin-left: 18px;
  }

  .faq-item__q,
  .faq-item__a {
    margin-right: 10px;
    font-size: 28px;
  }
}

.entry {
  position: relative;
  overflow: visible;

  padding: 70px 30px 90px;

  background-color: #ffe500;

  background-image:
    url("../img_2026/motif07.png"), url("../img_2026/motif05.png"),
    url("../img_2026/motif06.png");

  background-position:
    8% 18%,
    88% 10%,
    90% 84%;

  background-size:
    120px auto,
    150px auto,
    130px auto;

  background-repeat: no-repeat;
}

/* 中央のコンテンツ */

.entry__inner {
  position: relative;
  z-index: 2;

  width: min(90%, 700px);
  margin: 0 auto;

  text-align: center;
}

/* タイトル */

.entry__title {
  margin: 0 0 24px;

  font-size: clamp(26px, 2.2vw, 38px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

/* 説明文 */

.entry__lead {
  margin: 0 0 30px;

  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.7;
}

/* 申込みボタン */

.entry__btn {
  display: flex;
  justify-content: center;
  align-items: center;

  width: min(100%, 330px);
  min-height: 72px;
  margin: 0 auto;

  color: #fff;
  background: #08264f;

  border: 2px solid #111;
  border-radius: 999px;

  font-size: clamp(20px, 1.5vw, 25px);
  font-weight: 700;
  text-decoration: none;

  box-shadow: 5px 6px 0 #fff34a;

  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.entry__btn:hover {
  transform: translateY(-5px);
  box-shadow: 5px 10px 0 #fff34a;
}

/* 人物イラスト */

.entry__illust {
  position: absolute;
  z-index: 1;

  height: auto;
  pointer-events: none;
}

.entry__illust--left {
  width: clamp(140px, 13vw, 220px);

  left: 8%;
  bottom: 20px;
}

.entry__illust--right {
  width: clamp(130px, 12vw, 200px);

  right: 7%;
  top: -50px;
}
.entry__dog {
  position: absolute;
  z-index: 2;

  width: clamp(80px, 8vw, 130px);
  height: auto;

  right: 25%;
  bottom: 10px;

  pointer-events: none;
}
@media (max-width: 767px) {
  .entry {
    position: relative;
    overflow: visible;

    padding: 90px 20px 180px;

    background-image:
      url("../img_2026/motif07.png"), url("../img_2026/motif05.png"),
      url("../img_2026/motif06.png");

    background-position:
      -20px 88%,
      /* 三角：左下へ */ calc(100% + 35px) 45%,
      /* 斜線：右にはみ出す */ -30px 8px; /* ドット：左側へ */

    background-size:
      130px auto,
      /* 三角 */ 145px auto,
      /* 斜線 */ 80px auto; /* ドット */
    background-repeat: no-repeat;
  }

  .entry__inner {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
  }

  .entry__illust--left {
    width: 125px;
    left: 10px;
    top: -45px;
    bottom: auto;
  }

  .entry__illust--right {
    width: 125px;
    right: 5px;
    top: -80px;
  }

  .entry__dog {
    width: 95px;
    right: 40px;
    bottom: 10px;
  }

  .entry__title {
    margin-bottom: 55px;
    font-size: 27px;
    line-height: 1.5;
  }

  .entry__lead {
    margin-bottom: 28px;
    font-size: 14px;
  }

  .entry__btn {
    width: 100%;
    max-width: 330px;
    min-height: 78px;
  }
}

@media (min-width: 1001px) {
  .category__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }

  .category__title {
    grid-column: 1 / -1;
  }

  .skill-banner {
    width: 100%;
    max-width: none;
    min-height: 180px;
    margin-bottom: 0;
  }
}




.benefit__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: clamp(20px, 2vw, 35px);
  width: 100%;
  margin: 0 auto;
}

.benefit-card {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 185px;
  padding: 25px 30px;
  box-sizing: border-box;

  background: #fde9ed;
  border: 6px solid #c90035;
  border-radius: 42px;
  box-shadow: 8px 8px 0 rgba(201, 0, 53, 0.10);
}

.benefit-card__icon {
  display: flex;
  flex: 0 0 105px;
  width: 105px;
  height: 105px;
  align-items: center;
  justify-content: center;

  margin-right: 28px;

  color: #fff;
  background: #c90035;
  border-radius: 50%;
}

.benefit-card__icon i {
  font-size: 52px;
}

.benefit-card__text {
  margin: 0;
  color: #c90035;

  font-size: clamp(22px, 1.7vw, 30px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.benefit-card--starbucks {
  overflow: visible;
}

.starbucks-card {
  position: absolute;
  right: -18px;
  bottom: -25px;

  display: flex;
  width: 120px;
  height: 105px;
  align-items: flex-end;
  justify-content: center;

  padding: 12px;
  box-sizing: border-box;

  background: #fff;
  border: 1px solid #bbb;
  border-radius: 5px;

  transform: rotate(7deg);
  z-index: 2;
}

.starbucks-card::before {
  content: "★";
  position: absolute;
  top: 13px;
  left: 50%;

  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;

  color: #006241;
  border: 4px solid #006241;
  border-radius: 50%;

  font-size: 26px;
  transform: translateX(-50%);
}

.starbucks-card span {
  color: #111;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}









@media (max-width: 767px) {

  .benefit__list {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .benefit-card {
    min-height: 130px;
    padding: 18px 22px;
    border-width: 4px;
    border-radius: 28px;
  }

  .benefit-card__icon {
    flex-basis: 76px;
    width: 76px;
    height: 76px;
    margin-right: 20px;
  }

  .benefit-card__icon i {
    font-size: 36px;
  }

  .benefit-card__text {
    font-size: 21px;
  }

  .starbucks-card {
    right: 4px;
    bottom: -12px;
    width: 85px;
    height: 76px;
    padding: 8px;
  }

  .starbucks-card::before {
    top: 8px;
    width: 36px;
    height: 36px;
    border-width: 3px;
    font-size: 17px;
  }

  .starbucks-card span {
    font-size: 8px;
  }
}




.starbucks-card {
  position: absolute;
  right: -18px;
  bottom: -25px;
  width: 120px;
  height: auto;
  z-index: 2;
}

@media (max-width: 767px) {
  .starbucks-card {
    right: 4px;
    bottom: -12px;
    width: 85px;
    height: auto;
  }
}


@media (min-width: 767px) {
img.starbucks-card {
	width:100px;
  }
}



.field-event-card__gakkas {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}



@media (min-width: 768px) {
  .benefit__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }

  .benefit-card {
    height: 185px;
    min-height: 185px;
    padding: 25px 25px;
  }

  .benefit-card__icon {
    flex: 0 0 90px;
    width: 90px;
    height: 90px;
    margin-right: 22px;
  }

  .benefit-card__text {
    font-size: 26px;
    line-height: 1.45;
  }
}


@media (min-width: 768px) and (max-width: 1400px) {

  .benefit__list {
    gap: 18px;
  }

  .benefit-card {
    padding: 18px;
  }

  .benefit-card__icon {
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    margin-right: 12px;
  }

  .benefit-card__icon i {
    font-size: 36px;
  }

  .benefit-card__text {
    font-size: 20px;
    word-break: keep-all;
  }
}


