@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;700&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");

:root {
  --font-jp: "Zen Kaku Gothic Antique", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  --font-en: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
  --black: #0a0a0a;
  --text: #364153;
  --muted: #4a5565;
  --line: #d9dde3;
  --soft: #f4f5f7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: var(--black);
  font-family: var(--font-jp);
  overflow-x: clip;
}

img {
  display: block;
  height: auto;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.site-header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.site-header__inner {
  align-items: flex-start;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 14px 22px 0 32px;
}

.site-header__logo {
  display: block;
  mix-blend-mode: multiply;
  width: 228px;
}

.site-header__logo img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.site-header__nav {
  margin-left: auto;
  padding-top: 8px;
}

.site-header__nav ul {
  display: flex;
  gap: 32px;
}

.site-header__nav a {
  color: var(--black);
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.site-header__entry {
  align-items: center;
  border-bottom: 1px solid var(--black);
  display: flex;
  font-size: 14px;
  gap: 6px;
  line-height: 1.7;
  margin-top: 8px;
  padding-bottom: 3px;
}

.site-header__entry img {
  flex: 0 0 auto;
  height: 8px;
  object-fit: contain;
  width: 8.5px;
}

.site-header__menu-button,
.sp-menu {
  display: none;
}

.hero {
  overflow: hidden;
  position: relative;
  padding-top: 170px;
}

.hero__copy {
  z-index: 2;
  margin-left: 37px;
  margin-bottom: 30px;
}

.hero__label {
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 1.45;
}

.hero__image {
  overflow: hidden;
  width: 100%;
}

.hero__image video {
  display: block;
  width: 100%;
}

.intro {
  padding: 65px 0 160px;
}

.intro__text {
  margin-left: 37px;
  max-width: 896px;
}

.intro__lead {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.625;
  margin-bottom: 40px;
}

.intro__text p:not(.intro__lead) {
  color: var(--text);
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 1.625;
}

.intro__gallery {
  margin-top: 80px;
  position: relative;
  width: 100%;
  aspect-ratio: 1440 / 500.431;
}

.intro__gallery img {
  position: absolute;
  object-fit: cover;
}

.intro__gallery img:nth-child(1) {
  height: 49.16%;
  left: 0;
  top: 0.09%;
  width: 30.35%;
}

.intro__gallery img:nth-child(2) {
  height: 49.16%;
  left: 30.9%;
  top: 0;
  width: 38.19%;
}

.intro__gallery img:nth-child(3) {
  height: 49.16%;
  left: 69.65%;
  top: 0.09%;
  width: 30.35%;
}

.intro__gallery img:nth-child(4) {
  height: 49.16%;
  left: 0;
  top: 50.76%;
  width: 18.82%;
}

.intro__gallery img:nth-child(5) {
  height: 49.16%;
  left: 19.38%;
  top: 50.76%;
  width: 30.35%;
}

.intro__gallery img:nth-child(6) {
  height: 49.16%;
  left: 50.28%;
  top: 50.76%;
  width: 30.35%;
}

.intro__gallery img:nth-child(7) {
  height: 49.16%;
  left: 81.18%;
  top: 50.76%;
  width: 18.82%;
}

.intro__gallery img:nth-child(4),
.intro__gallery img:nth-child(5) {
  transform: none;
}

.skills,
.voices,
.instructors,
.outline {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 32px 280px;
}

.section-heading {
  margin-bottom: 48px;
}

.section-heading p {
  color: var(--muted);
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.35;
  margin-bottom: 8px;
}

.section-heading h2 {
  color: var(--black);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.35;
}

.skills__grid {
  display: grid;
  gap: 21px;
  grid-template-columns: repeat(4, 1fr);
}

.skill-card {
  border-left: 1px solid #000;
  min-height: 346px;
  padding-left: 20px;
  position: relative;
}

.skill-card img {
  aspect-ratio: 1 / 1;
  margin-bottom: 18px;
  max-width: 279px;
  object-fit: cover;
  width: 84%;
}

.skill-card__num {
  font-family: var(--font-ja);
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.55;
  position: absolute;
  top: 0;
}

.skill-card h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.program {
  overflow: visible;
  padding-bottom: 120px;
}

.program-overview {
  background: var(--soft);
  border-top-right-radius: 3px;
  padding: 70px 32px 40px 32px;
  position: relative;
  width: 100%;
}

.program-overview .section-heading {
  margin-bottom: 64px;
}

.program-overview__content {
  align-items: start;
  display: grid;
  gap: 6%;
  grid-template-columns: 63% 31%;
}

.program-overview__text {
  color: #000;
  column-count: 2;
  column-fill: auto;
  column-gap: 80px;
  column-rule: 1px solid #000;
  font-size: 14px;
  height: 312px;
  letter-spacing: 0.07em;
  line-height: 24px;
}

.program-overview__text p {
  margin-bottom: 24px;
}

.program-overview__text p:last-child {
  margin-bottom: 0;
}

.program-overview__graphic {
  display: block;
  margin-top: -124px;
  width: 100%;
  height: 433px;
  background: #fff;
}

.program-overview__graphic img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.schedule {
  background: var(--soft);
  border-bottom-left-radius: 4px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 433px);
  padding: 66px 0 0 0;
  position: relative;
  width: 100%;
}

.schedule__items {
  min-width: 0;
}

.schedule-item {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  min-height: 300px;
}

.schedule-item__date {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  padding: 18px 16px 0px 20px;
}

.schedule-item__date p,
.schedule-item__body > p {
  color: var(--muted);
  font-family: var(--font-en);
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.35;
}

.schedule-item__date strong {
  display: block;
  font-family: var(--font-en);
  font-size: 34px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-top: 24px;
}

.schedule-item__date span {
  display: block;
  font-family: var(--font-en);
  font-size: 13px;
  line-height: 1;
  margin-top: 3px;
}

.schedule-item__body {
  border-top: 1px solid #000;
  padding: 18px 32px 0 16px;
}

.schedule-item__body h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin: 25px 0 8px;
}

.schedule-item__body p:last-child {
  color: var(--text);
  font-size: 14px;
  line-height: 1.46;
  max-width: 1106px;
}

.schedule__photos {
  display: grid;
  grid-template-rows: repeat(10, 150px);
  min-height: 1500px;
  position: relative;
}

.schedule__photo {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.schedule__photo--day1 {
  grid-row: 1 / 3;
}

.schedule__photo--day2 {
  grid-row: 3 / 5;
}

.schedule__photo--day3 {
  grid-row: 5 / 8;
}

.schedule__photo--day5 {
  grid-row: 8 / 11;
}

.offers {
  align-items: center;
  background: var(--soft);
  border-top: 1px solid #000;
  display: grid;
  gap: 100px;
  grid-template-columns: 143px 1fr;
  min-height: 233px;
  padding: 0 53px 0 32px;
  width: 100%;
}

.offers > p {
  align-items: center;
  border: 1px solid #000;
  color: var(--muted);
  display: flex;
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 500;
  height: 90px;
  justify-content: center;
  letter-spacing: 0.1em;
  width: 143px;
}

.offers ul {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-width: 0;
}

.offers li {
  border-left: 1px solid #000;
  display: grid;
  font-size: 18px;
  gap: 25px;
  grid-template-columns: 12px minmax(0, 1fr);
  line-height: 1.6;
  overflow-wrap: anywhere;
  padding: 14px 0 14px 8px;
}

.offers span {
  font-family: var(--font-en);
  font-size: 12px;
}

.voices {
  background: var(--soft);
  margin: 0;
  max-width: none;
  min-height: 498px;
  padding: 117px 32px 85px;
  position: relative;
  width: 100%;
}

.voices__inner{
  margin: 0 auto;
  max-width: 1376px;
}

.voices-head__wrap{
  display: grid;
  grid-template-columns: 35% 66%;
}

.voices .section-heading {
  margin-bottom: 0;
}

.voices__photos {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(4, minmax(0, 214px));
  justify-content: end;
  max-width: 891px;
  width: 100%;
}

.voices__photos img {
  aspect-ratio: 214 / 120;
  object-fit: cover;
  width: 100%;
}

.voices__cards {
  display: grid;
  gap: 61px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1364px;
  margin-top: 64px;
}

.voices__cards article {
  border-left: 2px solid #000;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 80px;
  padding-left: 20px;
}

.voices__cards p {
  color: var(--black);
  font-size: 14px;
  letter-spacing: -0.01em;
  line-height: 1.625;
  overflow-wrap: anywhere;
}

.voices__cards span {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.instructors{
  padding-bottom: 100px;
}

.instructors__grid {
  display: grid;
  gap: 45px 37px;
  grid-template-columns: repeat(3, 1fr);
}

.instructors article {
  min-height: 364px;
}

.instructors img {
  aspect-ratio: 430 / 277;
  background: #d9d9d9;
  margin-bottom: 24px;
  object-fit: cover;
  width: 100%;
}

.instructors h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
  margin-bottom: 1px;
}

.instructors p {
  color: var(--muted);
  font-size: 14px;
  letter-spacing: -0.01em;
  line-height: 1.6;
}

.instructors .instructor-lead {
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.outline {
  padding-top: 106px;
  padding-bottom: 250px;
}

.outline__content {
  display: grid;
  gap: 65px;
  grid-template-columns: 423px minmax(0, 1fr);
}

.outline__target {
  align-items: center;
  background: var(--soft);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 270px;
  text-align: left;
}

.outline__target p,
.outline dt {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.35;
  margin-bottom: 8px;
  width: 242px;
}

.outline dt {
  width: auto;
}

.outline__target strong {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  width: 242px;
}

.outline dl {
  display: grid;
  gap: 18px 43px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.outline dl div {
  border-top: 1px solid #000;
  padding-top: 18px;
}

.outline dd {
  font-size: 14px;
  letter-spacing: -0.0107em;
  line-height: 20px;
}

.outline dd a {
  align-items: center;
  display: flex;
  gap: 4px;
  width: fit-content;
  text-decoration: underline;
}

.outline dd a img {
  flex: 0 0 auto;
  height: 14px;
  width: 18.5px;
}

.outline__item--venue {
  grid-column: 1;
  grid-row: 1;
}

.outline__item--period {
  grid-column: 1;
  grid-row: 2 / span 2;
}

.outline__item--capacity {
  grid-column: 2;
  grid-row: 1;
}

.outline__item--fee {
  grid-column: 2;
  grid-row: 2;
}

.outline__item--application {
  grid-column: 2;
  grid-row: 3;
}

.entry {
  background: #eaf0f5;
  background-image: url("../images/footer-bg-masked.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 786px;
  padding: 182px 60px 80px;
}

.entry__content {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) 522px;
  margin: 0 auto;
  max-width: 1320px;
}

.entry h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  margin-bottom: 26px;
}

.entry__button {
  align-items: center;
  background: var(--black);
  border: 2px solid #000;
  border-radius: 60px;
  color: #fff;
  display: inline-flex;
  font-size: 24px;
  font-weight: 700;
  gap: 36px;
  justify-content: center;
  line-height: 1.35;
  min-height: 73px;
  padding: 0 36px 0 38px;
}

.entry__button img {
  flex: 0 0 auto;
  height: 26px;
  object-fit: contain;
  width: 28px;
}

.entry__privacy-title {
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.9;
  margin-bottom: 8px;
}

.entry__privacy p:not(.entry__privacy-title) {
  font-size: 12px;
  line-height: 1.9;
}

.entry__privacy a {
  text-decoration: underline;
}

.site-footer {
  align-items: center;
  background: #010101;
  color: #fff;
  display: flex;
  min-height: 42px;
  padding: 0 60px;
}

.site-footer p {
  font-family: var(--font-en);
  font-size: 12px;
  line-height: 1.35;
}

.js-fade {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

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

@media screen and (max-width: 1180px) {
  .program-overview__content {
    gap: 32px;
    grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  }

  .program-overview__text {
    height: 456px;
  }

  .program-overview__graphic {
    width: 100%;
  }

  .skills__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .schedule {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
    padding-right: 28px;
  }

  .schedule-item {
    min-height: 240px;
  }

  .schedule__photos {
    grid-template-rows: repeat(10, 120px);
    min-height: 1200px;
  }

  .offers {
    gap: 36px;
  }

  .offers ul {
    gap: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .offers li {
    grid-template-columns: 18px minmax(0, 1fr);
  }

  .voices__photos {
    width: min(100%, 891px);
  }
}

.pc_only{
  display: inline;
}

.sp_only{
  display: none;
}

@media screen and (max-width: 900px) {
  body.is-menu-open {
    overflow: hidden;
  }

  .pc_only{
    display: none;
  }

  .sp_only{
    display: inline-block;
  }

  .site-header__inner {
    align-items: center;
    padding: 12px 18px 0;
    position: relative;
    z-index: 12;
  }

  .site-header__logo {
    width: 29%;
  }

  .site-header__logo img {
    height: auto;
    width: 100%;
  }

  .site-header__nav {
    display: none;
  }

  .site-header__entry {
    display: none;
  }

  .site-header__menu-button {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 7px;
    height: 34px;
    justify-content: center;
    margin-left: auto;
    width: 50px;
  }

  .site-header__menu-button span:not(.visually-hidden) {
    background: #000;
    display: block;
    height: 1px;
    transition: transform 0.3s ease;
    width: 50px;
  }

  .site-header__menu-button[aria-expanded="true"] span:not(.visually-hidden):first-child {
    transform: translateY(4px) rotate(14deg);
  }

  .site-header__menu-button[aria-expanded="true"] span:not(.visually-hidden):nth-child(2) {
    transform: translateY(-4px) rotate(-14deg);
  }

  .sp-menu {
    background: #fff;
    display: block;
    inset: 0;
    opacity: 0;
    padding: 19vh 5% 23vh;
    pointer-events: none;
    position: fixed;
    transform: translateY(-12px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 11;
  }

  .sp-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .sp-menu__nav {
    display: grid;
    gap: 2.3vh;
  }

  .sp-menu__nav a {
    color: #000;
    font-size: 20px;
    line-height: 1.5;
  }

  .sp-menu__entry {
    align-items: center;
    border-bottom: 1px solid #000;
    display: inline-flex;
    font-size: 20px;
    gap: 8px;
    line-height: 1.7;
    margin-top: 6vh;
  }

  .sp-menu__entry img {
    flex: 0 0 auto;
    height: 13px;
    object-fit: contain;
    width: 13.5px;
  }

  .sp-menu__copyright{
    margin-top: 22vh;
    font-size: 14px;
  }

  .hero {
    min-height: 0;
    padding-top: 0;
  }

  .hero__copy {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 20vh 20px 1vh;
  }

  .hero__label {
    font-size: 15px;
    margin-bottom: 0;
  }

  .hero__image {
    height: auto;
    position: relative;
    top: 0;
    left: 0;
  }

  .hero__image video {
    aspect-ratio: auto;
    object-fit: cover;
    object-position: center top;
    width: 100%;
  }

  .intro {
    padding: 26px 20px 96px;
  }

  .intro__text {
    margin-left: 0;
  }

  .intro__lead {
    font-size: 18px;
  }

  .intro__gallery {
    aspect-ratio: auto;
    display: grid;
    gap: 3px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: 0;
    margin-right: 0;
    margin: 40px calc(50% - 50vw) 0;
    width: 100vw;
  }

  .intro__gallery img {
    aspect-ratio: 1.55 / 1;
    display: block;
    height: 100%;
    left: auto;
    object-fit: cover;
    position: static;
    top: auto;
    width: 100%;
  }

  .intro__gallery img:nth-child(1) ,
  .intro__gallery img:nth-child(3) ,
  .intro__gallery img:nth-child(4) ,
  .intro__gallery img:nth-child(5) ,
  .intro__gallery img:nth-child(6) ,
  .intro__gallery img:nth-child(7) {
    height: 36vw;
    width: 100%;
    aspect-ratio: 1 / 1;
  }

  .intro__gallery img:nth-child(2){
    order: -1;
    grid-column: span 2;
    aspect-ratio: auto;
    height: auto;
    width: 100%;
  }

  .intro__gallery img:nth-child(7){
    object-position: bottom left;
  }

  .skills,
  .voices,
  .instructors,
  .outline {
    padding-left: 20px;
    padding-right: 20px;
  }

  .skills__grid,
  .instructors__grid,
  .voices__cards,
  .voices__photos,
  .outline__content,
  .entry__content {
    grid-template-columns: 1fr;
  }

  .skills{
    padding-bottom: 80px;
  }

  .skill-card{
    text-align: left;
    border-bottom: 1px solid #000;
    min-height: 0;
    border-left: 0;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .skill-card img{
    margin: 0 auto;
    width: 70%;
  }

  .program-overview {
    min-height: 0;
    padding: 80px 20px 30px;
  }

  .program-overview .section-heading {
    margin-bottom: 30px;
  }

  .program-overview__content {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }

  .program-overview__text {
    column-count: auto;
    height: auto;
    width: 100%;
  }

  .program-overview__graphic {
    margin-top: 0;
    width: 100%;
    height: auto;
  }

  .program-overview__graphic img {
    height: auto;
    width: 100%;
  }

  .schedule {
    display: block;
    padding: 44px 20px 40px;
  }

  .schedule-item {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 24px 0;
  }

  .schedule-item__body h3 {
    margin: 10px 0 8px;
  }

  .schedule-item__date {
    border-right: 0;
    border-top: 1px solid #000;
    display: grid;
    gap: 4px;
    grid-template-columns: 1fr 90px;
    grid-template-rows: 1fr 1fr;
    padding: 0;
    padding-top: 16px;
  }

  .schedule-item__date strong{
    order: 1;
    grid-row: span 2;
  }

  .schedule-item__date p{
    order: 2;
  }

  .schedule-item__date span{
    order: 4;
  }

  .schedule-item__date strong,
  .schedule-item__date span {
    margin-top: 0;
  }

  .schedule-item__body {
    border-top: 0;
    padding: 24px 0;
  }

  .schedule__photos {
    display: grid;
    gap: 3px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    min-height: 0;
    margin: 0 calc(50% - 50vw) 0;
    width: 100vw;
  }

  .schedule__photo,
  .schedule__photo--day1,
  .schedule__photo--day2,
  .schedule__photo--day3,
  .schedule__photo--day5 {
    aspect-ratio: 433 / 298;
    grid-row: auto;
  }

  .offers {
    gap: 28px;
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }

  .offers > p{
    width: 100%;
    height: 60px;
  }

  .offers ul {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .offers li {
    grid-template-columns: 18px 1fr;
  }

  .program{
    padding-bottom: 0;
  }

  .instructors{
    padding-top: 90px;
  }

  .instructors article{
    min-height: auto;
  }

  .voices {
    min-height: 0;
    padding: 90px 20px;
  }

  .voices .section-heading {
    margin-bottom: 36px;
  }

  .voices .voices-head__wrap{
    display: block;
  }

  .voices__photos {
    display: grid;
    gap: 3px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 0 40px;
    max-width: none;
    width: 100%;
    margin: 0 calc(50% - 50vw) 0;
    width: 100vw;
  }

  .voices__photos img,
  .voices__photos img:nth-child(2),
  .voices__photos img:nth-child(3) {
    width: 100%;
  }

  .outline{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .outline__target{
    min-height: 160px;
  }

  .outline__target p,
  .outline__target strong{
    width: 90%;
    text-align: center;
  }

  .outline__content{
    gap: 45px;
  }

  .outline dl{
    grid-template-columns: 1fr;
  }

  .outline__item--venue,
  .outline__item--period,
  .outline__item--capacity,
  .outline__item--fee,
  .outline__item--application {
    grid-column: auto;
    grid-row: auto;
  }

  .voices__cards {
    gap: 28px;
  }

  .entry {
    background-size: cover;
    min-height: 0;
    padding: 90px 20px;
    background-image: url(../images/footer-bg-masked_sp.webp);
    background-position: center center;
    background-repeat: no-repeat;
  }

  .entry__button {
    font-size: 18px;
    gap: 20px;
    min-height: 62px;
    padding: 0 22px;
    width: 100%;
  }

  .site-footer {
    padding: 0 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .js-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
