@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://use.fontawesome.com/releases/v6.0.0/css/all.css');

:root {
  --sub-color: #203288;
  --back-color: #F4E827;
}

.en {
  font-family: "Inter", sans-serif;
  font-style: normal;
}

a {
  color: initial;
  text-decoration: none;
  transition: .3s;
}

@media (hover:hover) {
  a:hover {
    opacity: .7;
  }
}

@media (hover:none) {
  a:active {
    opacity: .7;
  }
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  /* overflow-x: hidden; */
}

body {
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
}

main {
  overflow-x: hidden;
}

/* スクロールアクション */
.scroll-target {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: .7s;
}

.scroll-target.scroll-view {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* 共通 */
.sub-title {
  width: fit-content;
  color: var(--sub-color);
  /* min:16px,max:32px | view-min:320px,view-max:1200px */
  font-size: clamp(1rem, 0.636rem + 1.82vw, 2rem);
  font-weight: 700;
}

.job-label {
  /* min:16px,max:32px | view-min:320px,view-max:1200px */
  font-size: clamp(1rem, 0.636rem + 1.82vw, 2rem);
  width: fit-content;
}

.job-label__text {
  padding: 2px 15px;
  background: var(--sub-color);
  border: solid 2px var(--sub-color);
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
}

.job-label__text--no-full-time {
  background: #fff;
  color: var(--sub-color);
}

.inner {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

/* CTAボタン */
.cta-button:after {
  position: absolute;
  top: 50%;
  right: 15px;
  transition: 0.2s ease-in-out;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
  color: #FFF100;
}
.cta-button {
  width: fit-content;
  margin: auto;
 /* background: linear-gradient(180deg, #FF752B 0%, #FF085A 100%);*/
  background-color: #253493;
  border: none;
  border-radius: 16px;
  filter: drop-shadow(0px 8.77295px 16.4493px rgba(0, 0, 0, 0.25));
  padding: 8px 42px;
  color: #fff;
  /* min:24px,max:40px | view-min:768px,view-max:1980px */
  font-size: clamp(1.5rem, 0.866rem + 1.32vw, 2.5rem);
  font-weight: 700;
  text-align: center;
}

.fv-cta__button {
  margin: 0;
}

.other-cta__button {
  /* min:32px,max:64px | view-min:768px,view-max:1200px */
  font-size: clamp(2rem, -1.556rem + 7.41vw, 4rem);
  padding: 8px 64px;
}

/* カードコンテンツ */
.cards{
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* min:40px,max:80px | view-min:320px,view-max:1200px */
  gap: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
  position: relative;
}

.cards__item {
  width: 100%;
  margin: 24px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  background: #fff;
  border: solid 4px var(--sub-color);
  border-radius: 24px;
  padding: 64px 24px 24px;
  position: relative;
}

.cards__item--heading {
  background: linear-gradient(180deg, var(--sub-color) 0%, #0D2DCA 100%);
  border-color: transparent;
  color: #fff;
  padding: 48px 24px 24px;
}

.heading-card__object {
  position: absolute;
  top: 0;
}

.heading-card__object--left {
  left: -15vw;
}

.heading-card__object--right {
  right: -15vw;
  transform: scale(-1,1);
}

.heading-card-object__image {
  /* min:200px,max:270px | view-min:1600px,view-max:1980px */
  width: clamp(12.5rem, -5.921rem + 18.42vw, 16.875rem);
}

.heading-card__title {
  width: 100%;
  /* min:20px,max:54px | view-min:320px,view-max:1200px */
  font-size: clamp(1.25rem, 0.477rem + 3.86vw, 3.375rem);
  text-align: center;
}

.heading-card__text {
  width: 80%;
  margin: 16px auto 0;
  padding-top: 16px;
  border-top: solid 1px #fff;
  text-align: center;
  /* min:10px,max:24px | view-min:320px,view-max:1200px */
  font-size: clamp(0.625rem, 0.307rem + 1.59vw, 1.5rem);
  line-height: 2;
}

.card {
  position: relative;
}

.card__job-name {
  position: absolute;
  /* min:-32px,max:-16px | view-min:320px,view-max:1200px */
  top: clamp(-2rem, -0.636rem - 1.82vw, -1rem);
  z-index: 2;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 16px;
}

.card__heading {
  /* min:20px,max:40px | view-min:320px,view-max:1200px */
  font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
}

.card__heading-number {
  /* min:32px,max:64px | view-min:320px,view-max:1200px */
  font-size: clamp(2rem, 1.273rem + 3.64vw, 4rem);
  margin: 0 8px;
}

.card__heading-box {
  display: flex;
  align-items: center;
  gap: 24px;
}

.card__heading-sub-text {
  /* min:14px,max:20px | view-min:320px,view-max:1200px */
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
  font-weight: 700;
}

.card__detail-text {
  text-align: center;
  line-height: 2;
  /* min:12px,max:24px | view-min:320px,view-max:1200px */
  font-size: clamp(0.75rem, 0.477rem + 1.36vw, 1.5rem);
}

/* オブジェクト関連 */
.cards__first-object,
.cards__second-object,
.cards__third-object {
  position: absolute;
  z-index: -1;
}

.cards__first-object--left {
  top: 15%;
  left: -22vw;
}

.cards__first-object--right {
  width: 60%;
  top: 25%;
  right: -24vw;
}

.cards__second-object {
  top: 50%;
  left: -10vw;
}

.cards__third-object {
  bottom: 6%;
  right: -15vw;
}

.card__last-object {
  position: absolute;
  z-index: -1;
}

.card__second-object {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: -25%;
}

.topic__object {
  position: absolute;
  z-index: -1;
  top: 45%;
  left: -16px;
}

.card__last-object--left {
  top: 65%;
  left: -25vw;
}

.card__last-object--right {
  bottom: -5%;
  right: -23vw;
}

/* モーダル関連 */
.card__modal {
  display: flex;
  align-items: center;
  gap: 16px;
}

.card-modal__text {
  /* min:14px,max:28px | view-min:320px,view-max:1200px */
  font-size: clamp(0.875rem, 0.557rem + 1.59vw, 1.75rem);
  font-weight: 700;
}

.card__modal-image {
  cursor: pointer;
  transition: .3s;
}

@media (hover:hover) {
  .card__modal-image:hover {
    opacity: .7;
  }
}

@media (hover:none) {
  .card__modal-image:active {
    opacity: .7;
  }
}

/* モーダル部分 */
.card-modal__detail {
  position: fixed;
  top: 0;
  left: 0;
  background: #333;
  width: 100vw;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 24px 16px;
  transition: .3s;
}

.card-modal__detail.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.card-modal-detail__close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 16px;
  padding: 4px 24px;
  border-radius: 24px;
  background: #d9d9d9;
  border: none;
  margin-bottom: -16px;
  margin-left: 24px;
  position: relative;
  z-index: 11;
  cursor: pointer;
}

.close {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close::after,
.close::before {
  content: "";
  width: 2px;
  height: 16px;
  background: #000;
  position: absolute;
  top: 50%;
}

.close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.card-modal-detail__main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  background: #fff;
  border-radius: 16px;
  padding: 16px 24px;
  overflow-y: auto;
}

.modal-image {
  width: 100%;
}

/* 画像関連 */
.image-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 0;
  width: 100%;
}

/* 共通関連ここまで */

/* ヘッダー */
.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
}

.header__site-name {
  width: auto;
}

.header__site-name .logo {
  /* min:160px,max:320px | view-min:320px,view-max:1200px */
  max-width: clamp(10rem, 6.364rem + 18.18vw, 20rem);
  height: auto;
}

.header__tel {
  display: flex;
  align-items: center;
  gap: 4px;
}

.header__tel .tel-icon {
  /* min:16px,max:32px | view-min:320px,view-max:1200px */
  max-width: clamp(1rem, 0.636rem + 1.82vw, 2rem);
  height: auto;
}

.header-tel-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-tel-detail__number {
  /* min:16px,max:28px | view-min:320px,view-max:1200px */
  font-size: clamp(1rem, 0.727rem + 1.36vw, 1.75rem);
  font-weight: 700;
  margin-bottom: -8px;
}

.header-tel-detail__time {
  /* min:10px,max:12px | view-min:320px,view-max:1200px */
  font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);
}

/* FV */
.fv {
  /* min:16px,max:32px | view-min:320px,view-max:1200px */
  background: var(--back-color);
  overflow-x: hidden;
}

.fv__inner {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 24px 0;
  position: relative;
  z-index: 1;
}

.fv__main {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-end;
  position: relative;
  z-index: 2;
  /* min:140px,max:320px | view-min:768px,view-max:1980px */
  padding-left: calc( clamp(8.75rem, 1.621rem + 14.85vw, 20rem) + 24px );
  padding-right: calc( clamp(8.75rem, 1.621rem + 14.85vw, 20rem) - 24px );
}

.fv__design {
  /* min:140px,max:320px | view-min:768px,view-max:1980px */
  width: clamp(8.75rem, 1.621rem + 14.85vw, 20rem);
  position: absolute;
  bottom: 16px;
}

.fv__design--left {
  left: 0;
}

.fv__design--right {
  right: 0;
  transform: scale(-1, 1);
}

.fv__cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  /* min:16px,max:24px | view-min:768px,view-max:1200px */
  gap: clamp(1rem, 0.111rem + 1.85vw, 1.5rem);
  height: auto;
}

.fv-cta__year {
  /* min:120px,max:180px | view-min:768px,view-max:1200px */
  width: clamp(7.5rem, 0.833rem + 13.89vw, 11.25rem);
}

.fv-main__staff-image {
  margin-bottom: -24px;
}

/* メッセージ */
.message__wrapper {
  max-width: 1040px;
  /* min:24px,max:56px | view-min:320px,view-max:1200px */
  margin-top: clamp(1.5rem, 0.773rem + 3.64vw, 3.5rem);
}

.message__heading {
  display: flex;
  align-items: center;
  gap: 16px;
}

.message-heading-box{
  display: grid;
  grid-template-areas: 
    "text image"
    "title image";
  grid-template-columns: 1fr 120px;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 8px;
  row-gap: 40px;
}

.message-heading-box__text {
  grid-area: text;
}

.message-heading-box__image {
  grid-area: image;
}

.message-heading-box__title {
  grid-area: title;
  /* min:24px,max:40px | view-min:320px,view-max:1200px */
  font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
}

.message__main {
  display: flex;
  align-items: flex-end;
  /* min:16px,max:24px | view-min:768px,view-max:1200px */
  gap: clamp(1rem, 0.111rem + 1.85vw, 1.5rem);
}

.message__detail {
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* min:40px,max:56px | view-min:320px,view-max:1200px */
  margin-top: clamp(2.5rem, 2.136rem + 1.82vw, 3.5rem);
  padding-bottom: 56px;
}

.message-detail-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.message-detail__text {
  /* min:18px,max:24px | view-min:768px,view-max:1200px */
  font-size: clamp(1.125rem, 0.458rem + 1.39vw, 1.5rem);
  line-height: 1.7;
}

.message__image {
  width: 100%;
  /* min:200px,max:240px | view-min:768px,view-max:1200px */
  max-width: clamp(12.5rem, 8.056rem + 9.26vw, 15rem);
}

.message-image {
  width: 100%;
  height: auto;
}

/* 2025年度実施内容 */
.this-year__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  /* min:24px,max:56px | view-min:320px,view-max:1200px */
  margin-top: clamp(1.5rem, 0.773rem + 3.64vw, 3.5rem);
}

.this-year__heading {
  color: var(--sub-color);
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.this-year-heading-year {
  /* min:16px,max:32px | view-min:320px,view-max:1200px */
  font-size: clamp(1rem, 0.636rem + 1.82vw, 2rem);
}

.this-year-heading-title {
  /* min:24px,max:54px | view-min:320px,view-max:1200px */
  font-size: clamp(1.5rem, 0.818rem + 3.41vw, 3.375rem);
}

.this-year__content-wrapper {
  width: 100%;
  /* min:40px,max:64px | view-min:768px,view-max:1980px */
  padding-top: clamp(2.5rem, 2.211rem + 1.45vw, 4rem);
  /* min:64px,max:80px | view-min:320px,view-max:1980px */
  padding-bottom: clamp(4rem, 3.807rem + 0.96vw, 5rem);
  border-top: solid 2px var(--sub-color);
  border-bottom: solid 2px var(--sub-color);
}

.this-year__content {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
  padding: 0 24px;
}

.this-year__main {
  /* min:40px,max:120px | view-min:768px,view-max:1980px */
  padding-top: clamp(2.5rem, -0.668rem + 6.6vw, 7.5rem);
}

.this-year-content__name {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.this-year-content-title {
  font-weight: 700;
  /* min:14px,max:32px | view-min:320px,view-max:1200px */
  font-size: clamp(0.875rem, 0.466rem + 2.05vw, 2rem);
}

.this-year-content__reward {
  margin-left: 24px;
}

.this-year-content__detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* min:24px,max:40px | view-min:320px,view-max:1200px */
  gap: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
}

.this-year-content-detail-text {
  text-align: center;
  /* min:12px,max:20px | view-min:320px,view-max:1200px */
  font-size: clamp(0.75rem, 0.568rem + 0.91vw, 1.25rem);
  line-height: 1.7;
}

.this-year-content__model {
  max-width: 80%;
  margin: auto;
  /* min:40px,max:80px | view-min:320px,view-max:1200px */
  margin-top: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
}

/* トピック */
.topic {
  position: relative;
}

.topic__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 96px;
}

.topic__item:last-child {
  /* min:24px,max:160px | view-min:320px,view-max:1200px */
  margin-bottom: clamp(1.5rem, -1.591rem + 15.45vw, 10rem);
}

/* その他 */
.other__heading {
  /* min:18px,max:40px | view-min:320px,view-max:1200px */
  font-size: clamp(1.125rem, 0.625rem + 2.5vw, 2.5rem);
  text-align: center;
}

.other-heading__sub {
  font-size: 1.5rem;
}

.other__support {
  width: 90%;
  max-width: 1100px;
  margin: 24px auto;
  padding: 24px 0;
  border-top: solid 1px var(--sub-color);
  border-bottom: solid 1px var(--sub-color);
}

.other-support-list {
  width: max-content;
  margin: auto;
  padding-left: 1em;
}

.other-support-list__item {
  color: var(--sub-color);
  font-weight: 700;
  /* min:20px,max:48px | view-min:320px,view-max:1200px */
  font-size: clamp(1.25rem, 0.614rem + 3.18vw, 3rem);
  line-height: 1.7;
}

.other__points {
  margin-top: 40px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
}

.other__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.other-cta__text {
  color: var(--sub-color);
  /* min:24px,max:40px | view-min:320px,view-max:1200px */
  font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
  font-weight: bold;
}

.other-cta__wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.other-cta-object__image {
  /* min:120px,max:240px | view-min:768px,view-max:1980px */
  width: clamp(7.5rem, 2.748rem + 9.9vw, 15rem);
}

.other-cta-object__image--right {
  transform: scale(-1, 1);
}

.other-backnumbers__text {
  color: #6C6C6C;
  /* min:14px,max:20px | view-min:320px,view-max:1200px */
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
  text-align: center;
  /* min:40px,max:80px | view-min:320px,view-max:1200px */
  margin-top: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
}

.other-backnumbers-list {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  /* min:40px,max:80px | view-min:320px,view-max:1200px */
  gap: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
}

.other-backnumbers-list__item {
  text-decoration: underline;
  text-underline-offset: 4px;
  /* min:14px,max:20px | view-min:320px,view-max:1200px */
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
}

.other-backnumbers-list__item a {
  color: #6C6C6C;
}

/* フッター */
.footer {
  background: var(--back-color);
  position: relative;
}

.footer__wrapper {
  position: relative;
  margin-top: 64px;
}

.footer__object {
  width: 25%;
  position: absolute;
  bottom: 0;
  z-index: 2;
  overflow-y: hidden;
}

.footer__object--left {
  left: 0;
}

.footer__object--right {
  right: 0;
  display: flex;
  justify-content: flex-end;
}

.footer-object__image {
  margin-bottom: -8%;
}

.footer__body {
  width: 100%;
  max-width: 860px;
  margin: auto;
  padding: 24px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.footer__links {
  width: calc(100% - 264px);
  font-size: 0.875rem;
}
.footer__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 4px;
}
.footer__links ul a {
  text-decoration: underline;
}
.footer__logo {
  width: 264px;
}

.sp,
.wide-sp,
.semi-wide-sp {
  display: none;
}

/* レスポンシブ */
@media screen and (max-width:1600px) {
  /* オブジェクト関連 */
  .topic__object {
    width: 50%;
    top: calc( 48% + 8px );
  }

  .cards__first-object--left,
  .cards__first-object--right {
    transform: scale(.6);
  }

  .cards__first-object--right {
    top: 15%;
  }

  .card-second-object__image {
    width: 70%;
  }

  /* 2025年実施内容 */
  .this-year__content {
    grid-template-columns: 1fr 3fr 1fr;
  }

  /* トピック */
  .topic__item {
    margin-top: 24px;
  }

  .topic__title-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
  }

  .topic__title-object--right {
    transform: scale(-1,1);
  }

  /* フッター */
  .footer__body {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .footer__object {
    width: 20%;
    bottom: initial;
    top: -21vw;
    z-index: -1;
  }
  .footer-object__image {
    margin-bottom: 0;
  }
  .footer__links {
    width: 100%;
  }
  .footer__links ul a {
    margin-right: 0.4rem;
  }
  .footer__logo {
    max-width: 240px;
  }

  .wide-pc {
    display: none;
  }
  .wide-sp {
    display: block;
  }
}

@media screen and (max-width:1200px) {
  /* カードオブジェクト関連 */
  .cards__first-object--right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
    transform: scale(1.5);
    right: 15%;
  }

  .cards__second-object {
    top: 40%;
    left: 10%;
    transform: scale(1.5);
  }

  .cards__third-object {
    bottom: 0;
  }

  .cards__fourth-object {
    position: absolute;
    transform: scale(1.5);
    z-index: -1;
    top: 55%;
    right: -5%;
  }

  .cards__fifth-object {
    position: absolute;
    z-index: -1;
    bottom: 12%;
    left: -8%;
  }

  .card__last-object {
    width: 50%;
    transform: scale(1.5);
  }

  .card__last-object--left {
    top: 15%;
    left: 0;
  }

  .card__last-object--right {
    bottom: 1%;
    right: -40%;
  }

  .semi-wide-pc {
    display: none;
  }
  .semi-wide-sp {
    display: block;
  }
}

@media screen and (max-width:767px) {
  .job-label--mini {
    /* min:12px,max:24px | view-min:320px,view-max:768px */
    font-size: clamp(0.75rem, 0.214rem + 2.68vw, 1.5rem);
  }

  /* ヘッダー */
  .header-wrapper {
    width: 100%;
    margin: auto;
    padding: 12px 8px;
    gap: 8px;
  }

  .other-heading__sub {
    font-size: inherit;
  }

  /* ジョブラベル */
  .job-label__text {
    padding: 2px 6px;
  }

  /* カード */
  .cards__item {
    padding: 40px 12px 24px;
    gap: 24px;
  }

  .cards__item--heading {
    padding: 24px 16px 16px;
    gap: 0;
  }

  .heading-card__text {
    width: 100%;
  }

  .cards__item.card {
    border-color: transparent;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
  }

  .card__heading {
    text-align: center;
  }

  .card__heading-number {
    margin: 0 4px;
  }

  .card__bonus {
    display: grid;
    grid-template-areas: 
    "detail detail"
    "object text";
    grid-template-columns: 5fr 6fr;
    grid-template-rows: auto;
    align-items: center;
    justify-content: center;
  }

  .card-bonus__detail {
    grid-area: detail;
  }

  .card-bonus__object {
    grid-area: object;
    margin-top: -8vw;
    transform: translateY(10vw);
  }

  .card-bonus__text {
    grid-area: text;
    transform: translateY(5vw);
    /* min:10px,max:20px | view-min:320px,view-max:768px */
    font-size: clamp(0.625rem, 0.179rem + 2.23vw, 1.25rem);
  }

  /* カードオブジェクト関連 */
  .cards__first-object--right {
    transform: scale(1.2);
    right: 0;
  }

  .cards__second-object {
    top: 42%;
    transform: scale(1.2);
  }

  .cards__third-object {
    transform: scale(1.3);
    bottom: 1%;
    right: 0;
  }
  
  .cards__fifth-object {
    transform: scale(.8);
    bottom: 18%;
    left: -10%;
  }

  .card__last-object--left {
    top: 20%;
  }

  .card__last-object--right {
    right: -25%;
  }

  /* モーダル関連 */
  .card__modal {
    width: calc(100% - 32px);
    margin: auto;
    padding: 8px 24px;
    justify-content: center;
    background: #d9d9d9;
    border-radius: 24px;
  }

  .card-modal__icon {
    width: 24px;
  }

  /* CTAボタン */
  .cta-button {
    width: 100%;
    /* min:32px,max:64px | view-min:320px,view-max:768px */
    font-size: clamp(2rem, 0.571rem + 7.14vw, 4rem);
    padding: 8px 32px;
  }

  .other-cta__button {
    padding: 8px 32px;
  }

  .other-cta__wrapper {
    gap: 0;
  }

  /* FV */
  .fv__main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 0;
  }

  .fv__design {
    /* min:160px,max:360px | view-min:320px,view-max:768px */
    width: clamp(10rem, 1.071rem + 44.64vw, 22.5rem);
  }

  .fv__cta {
    width: 80%;
    gap: 0;
    margin-bottom: -12%;
  }

  .fv-cta__year {
    /* min:120px,max:180px | view-min:320px,view-max:768px */
    width: clamp(7.5rem, 4.821rem + 13.39vw, 11.25rem);
  }

  .fv-main__staff-image {
    width: 70%;
    /* min:16px,max:32px | view-min:320px,view-max:768px */
    transform: translateX(clamp(1rem, 0.286rem + 3.57vw, 2rem));
    align-self: flex-end;
  }

  /* FV下CTAエリア */
  .cta__inner {
    display: flex;
    justify-content: center;
    padding: 40px 0;
  }

  /* メッセージ */
  .message-heading-box{
    grid-template-areas: 
      "text image"
      "title title";
    grid-template-columns: auto 1fr;
    align-items: flex-end;
    column-gap: 16px;
  }

  .message-heading-box__image {
    width: 48px;
    margin-bottom: 4px;
  }

  .message__detail {
    padding-bottom: 24px;
  }

  .message-detail__text {
    /* min:12px,max:24px | view-min:320px,view-max:768px */
    font-size: clamp(0.75rem, 0.214rem + 2.68vw, 1.5rem);
  }

  /* 2025年度実施内容 */
  .this-year__content {
    width: 100%;
    left: initial;
    transform: initial;
    display: block;
    padding: 0;
  }

  .this-year__heading {
    width: 100%;
    padding-top: 24px;
    border-top: solid 2px var(--sub-color);
  }

  .this-year__main {
    position: relative;
    /* min:32px,max:40px | view-min:320px,view-max:768px */
    padding-top: clamp(2rem, 1.643rem + 1.79vw, 2.5rem);
  }

  .this-year__content-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .this-year-content__detail {
    padding-top: 24px;
  }

  .this-year-content__name {
    gap: 8px;
    margin-top: -16px;
  }

  .this-year-content__reward {
    position: relative;
    margin-left: 16px;
  }

  .this-year-content__model {
    max-width: 100%;
  }

  .this-year__object {
    width: calc( 100vw - 24px );
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .this-year__object--shine-mini {
    top: initial;
    bottom: 0;
    margin-left: -16px;
  }

  .this-year__object--staff {
    width: 100vw;
    top: 32vw;
  }

  .this-year-shine {
    max-width: 100%;
    height: auto;
  }

  .this-year-content__detail {
    position: relative;
  }

  /* その他 */
  .other__points {
    padding: 0;
  }

  .other-backnumbers-list {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  /* フッター */
  .footer__object {
    width: 25%;
    top: -35vw;
  }


  /* 表示・非表示切替 */
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media screen and (max-width:420px) {
  .cards__first-object--right {
    transform: initial;
    right: -10%;
  }

  .cards__second-object {
    transform: initial;
    left: 5%;
  }

  .cards__third-object {
    transform: initial;
    bottom: -1%;
    right: -10%;
  }

  .cards__fourth-object {
    transform: initial;
    top: 57%;
    right: -10%;
  }

  .cards__fifth-object {
    bottom: 12%;
    left: -16%;
  }

  .card__bonus {
    grid-template-columns: 2fr 3fr;
  }
}