@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html, body, * {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 62.5%;
  letter-spacing: 0.05em;
}

p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}
@media (max-width: 960px) {
  html {
    scroll-padding-top: 5.5rem;
  }
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  letter-spacing: 0.05em;
  overflow-x: hidden;
  max-width: 100%;
  scroll-behavior: smooth;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.js-fade-item {
  opacity: 0;
  transform: translate3d(0, 48px, 0);
  -webkit-transform: translate3d(0, 48px, 0);
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  -webkit-transition-delay: var(--fade-delay, 0s);
          transition-delay: var(--fade-delay, 0s);
  will-change: opacity, transform;
}
.js-fade-item.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

.top-fv {
  position: relative;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 4rem;
}
.top-fv__slider {
  position: absolute;
  inset: 0;
  width: 100%;
  min-width: 0;
}
.top-fv__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.top-fv__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.top-fv__slide picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.top-fv__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.top-fv__cta {
  position: absolute;
  right: 4rem;
  bottom: 4rem;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  padding: 1.6rem 3rem 1.6rem 4rem;
  background: #FCFCFC;
  border-radius: 8px;
  color: #D63B3B;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  -webkit-transition: background 0.25s ease, color 0.25s ease;
  transition: background 0.25s ease, color 0.25s ease;
}
.top-fv__cta:hover, .top-fv__cta:focus-visible {
  background: #D63B3B;
  color: #FCFCFC;
}
.top-fv__cta:hover .top-fv__cta__cta-text, .top-fv__cta:focus-visible .top-fv__cta__cta-text {
  border-bottom-color: rgba(252, 252, 252, 0.5);
}
.top-fv__cta:hover .top-fv__cta__cta-icon, .top-fv__cta:focus-visible .top-fv__cta__cta-icon {
  background-color: #FCFCFC;
}
.top-fv__cta:hover .top-fv__cta__cta-icon::after, .top-fv__cta:focus-visible .top-fv__cta__cta-icon::after {
  border-left-color: #D63B3B;
}
.top-fv__cta:focus-visible {
  outline: 3px solid rgba(214, 59, 59, 0.4);
  outline-offset: 2px;
}
.top-fv__cta-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #D63B3B;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.top-fv__cta-icon::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #FCFCFC;
  -webkit-transition: border-left-color 0.25s ease;
  transition: border-left-color 0.25s ease;
}
@media (max-width: 960px) {
  .top-fv {
    min-height: 100vh;
    padding-top: 5.5rem;
  }
  .top-fv__cta {
    right: 2rem;
    bottom: 3rem;
    padding: 1.2rem 1.6rem 1.2rem 2rem;
    font-size: 1.35rem;
  }
  .top-fv__cta-icon {
    width: 38px;
    height: 38px;
  }
  .top-fv__cta-icon::after {
    border-left-width: 8px;
    border-top-width: 5px;
    border-bottom-width: 5px;
  }
}
@media (max-width: 480px) {
  .top-fv {
    min-height: 100vh;
    padding-top: 5rem;
  }
  .top-fv__cta {
    right: 1.5rem;
    bottom: 2rem;
    left: 1.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 1rem 1.4rem 1rem 1.8rem;
    font-size: 1.25rem;
  }
  .top-fv__cta-icon {
    width: 36px;
    height: 36px;
  }
  .top-fv__cta-icon::after {
    border-left-width: 7px;
    border-top-width: 4px;
    border-bottom-width: 4px;
  }
}

@media (max-width: 960px) {
  .news.news--top .news-list__item:nth-child(n+5) {
    display: none;
  }
}

.instagram {
  background: #FCFCFC;
  padding: 100px 0 120px;
}
.instagram__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
.instagram__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.instagram__all-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.instagram .instagram-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.instagram .instagram-list__item {
  margin: 0;
}
.instagram .instagram-card {
  display: block;
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.instagram .instagram-card:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.instagram .instagram-card__thumb {
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(32, 32, 32, 0.06);
}
.instagram .instagram-card__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.instagram .instagram-card__img--placeholder {
  background: rgba(32, 32, 32, 0.08);
  min-height: 100%;
}
@media (max-width: 960px) {
  .instagram {
    padding: 72px 0 96px;
  }
  .instagram__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .instagram .instagram-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .instagram .instagram-list__item:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 480px) {
  .instagram {
    padding: 56px 0 80px;
  }
  .instagram .instagram-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

.team {
  background: url(../images/top-about-bg.webp) no-repeat top center;
  background-size: cover;
  padding: 200px 0 100px;
  position: relative;
}
@media (max-width: 480px) {
  .team {
    background-image: url(../images/top-about-bg-sp.webp);
  }
}
.team__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}
.team__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
.team__header .section-heading__lead-text,
.team__header .section-heading__title {
  color: #FCFCFC;
}
.team__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
}
.team-achievements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
.team-achievements__header .section-heading__lead-text, .team-achievements__header .section-heading__title {
  color: #FCFCFC;
}
.team-achievements__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media (max-width: 960px) {
  .team-achievements__cards {
    grid-template-columns: 1fr;
  }
}
.team-achievements .team-achievement-card {
  background: #FCFCFC;
  border-radius: 12px;
  padding: 47px 60px;
}
.team-achievements .team-achievement-card__label {
  font-size: 16px;
  font-weight: 400;
  color: #D63B3B;
  margin: 0 0 8px;
}
.team-achievements .team-achievement-card__subtitle {
  font-size: 24px;
  font-weight: 700;
  color: #202020;
  margin: 0 0 20px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.team-achievements .team-achievement-card__text {
  font-size: 15px;
  line-height: 1.6;
  color: #202020;
  font-weight: 500;
  margin: 0 0 36px;
}
.team-achievements .team-achievement-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.team-achievements .team-achievement-card__list li {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.6;
  color: #494949;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.team-achievements .team-achievement-card__star {
  color: #D63B3B;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 960px) {
  .team-achievements .team-achievement-card {
    padding: 32px 28px;
  }
  .team-achievements .team-achievement-card__subtitle {
    font-size: 18px;
  }
}
.team-philosophy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
.team-philosophy__header .section-heading__lead-text, .team-philosophy__header .section-heading__title {
  color: #FCFCFC;
}
.team-philosophy__groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  width: 100%;
  padding: 0 7rem;
}
@media (max-width: 960px) {
  .team-philosophy__groups {
    padding-left: 0;
    padding-right: 0;
    gap: 20px;
  }
}
.team-philosophy__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.team-philosophy__list--top {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.team-philosophy__list--bottom {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 4rem;
}
@media (max-width: 960px) {
  .team-philosophy__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
    justify-items: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 0;
    min-width: 0;
  }
  .team-philosophy__list .team-philosophy__item:nth-child(3) {
    grid-column: 1/-1;
    justify-self: center;
  }
}
.team-philosophy__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 180px;
  height: 180px;
  background-image: url("../images/ball-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #FCFCFC;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-wrap: nowrap;
}
@media (max-width: 960px) {
  .team-philosophy__item {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%;
    max-width: 160px;
    height: auto;
    aspect-ratio: 1;
    font-size: 14px;
    min-width: 0;
  }
}
@media (max-width: 480px) {
  .team-philosophy__item {
    max-width: 140px;
    font-size: 13px;
    padding: 16px;
  }
}
.team-card {
  background: #FCFCFC;
  border-radius: 24px;
  overflow: visible;
  position: relative;
  padding: 60px;
}
.team-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.team-card__title {
  font-size: 32px;
  font-weight: 700;
  color: #202020;
  margin: 0 0 20px;
  letter-spacing: 0.05em;
}
.team-card__body p {
  margin: 0 0 1em;
  font-size: 16px;
  line-height: 2;
  color: #202020;
}
.team-card__body p:last-child {
  margin-bottom: 0;
}
.team-card__visual .team-card__image {
  width: 360px;
  height: auto;
  overflow: hidden;
}
.team-card__visual .team-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 960px) {
  .team-card {
    padding: 36px 32px;
  }
  .team-card__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
  .team-card__visual .team-card__image {
    width: 100%;
    max-width: 360px;
  }
  .team-card--wave {
    padding-top: 44px;
  }
  .team-card--wave::before {
    height: 40px;
  }
}
@media (max-width: 480px) {
  .team-card {
    padding: 28px 24px;
  }
  .team-card__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .team-card__icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .team-card__icon {
    width: 56px;
    height: 56px;
  }
  .team-card__bars {
    max-width: 100%;
  }
}
@media (max-width: 960px) {
  .team {
    padding: 120px 0 80px;
  }
  .team__inner {
    gap: 72px;
  }
  .team__intro {
    gap: 36px;
  }
  .team__cards {
    gap: 48px;
  }
  .team-philosophy .team__list--bottom {
    padding: 0 1rem;
  }
}
@media (max-width: 480px) {
  .team {
    padding: 80px 0 56px;
  }
  .team__inner {
    gap: 48px;
  }
  .team__cards {
    gap: 40px;
  }
}
.team .ob__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
.team .ob__header .section-heading__lead-text, .team .ob__header .section-heading__title {
  color: #FCFCFC;
}
.team .ob .ob-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.team .ob .ob-slider__viewport {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.team .ob .ob-slider__viewport::-webkit-scrollbar {
  display: none;
}
.team .ob .ob-slider__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 8px 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.team .ob .ob-slider__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #FCFCFC;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.team .ob .ob-slider__btn:hover {
  opacity: 0.9;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.team .ob .ob-slider__arrow {
  width: 12px;
  height: 12px;
  border-top: 2px solid #202020;
  border-right: 2px solid #202020;
}
.team .ob .ob-slider__arrow--prev {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 4px;
}
.team .ob .ob-slider__arrow--next {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 4px;
}
@media (max-width: 960px) {
  .team .ob .ob-slider {
    gap: 0;
  }
  .team .ob .ob-slider__btn {
    display: none;
  }
  .team .ob .ob-slider__viewport {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 0;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    -ms-touch-action: pan-x;
        touch-action: pan-x;
  }
}
.team .ob .ob-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  background: #FCFCFC;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(32, 32, 32, 0.1);
          box-shadow: 0 4px 20px rgba(32, 32, 32, 0.1);
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.team .ob .ob-card:hover {
  -webkit-box-shadow: 0 8px 28px rgba(32, 32, 32, 0.15);
          box-shadow: 0 8px 28px rgba(32, 32, 32, 0.15);
}
.team .ob .ob-card__image {
  aspect-ratio: 7/5;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.team .ob .ob-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.team .ob .ob-card__image--noimg {
  background: rgba(32, 32, 32, 0.08);
}
.team .ob .ob-card__image--noimg img {
  display: none;
}
.team .ob .ob-card__image--noimg::after {
  content: "写真";
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: rgba(32, 32, 32, 0.4);
}
.team .ob .ob-card:hover .ob-card__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.team .ob .ob-card__body {
  padding: 0;
}
.team .ob .ob-card__generation {
  font-size: 12px;
  color: rgba(32, 32, 32, 0.6);
  margin: 0 0 4px;
}
.team .ob .ob-card__name {
  font-size: 18px;
  font-weight: 700;
  color: #202020;
  margin: 0 0 12px;
}
.team .ob .ob-card__comment {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(32, 32, 32, 0.75);
  margin: 0 0 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.team .ob .ob-card__team {
  display: inline-block;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #FCFCFC;
  background: #B52519;
  border-radius: 8px;
  text-align: center;
  width: 100%;
}
@media (max-width: 960px) {
  .team .ob .ob-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
  }
}
@media (max-width: 480px) {
  .team .ob .ob-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    padding: 16px;
  }
  .team .ob .ob-card__name {
    font-size: 16px;
  }
  .team .ob .ob-card__comment {
    font-size: 13px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}

.ob-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.ob-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.ob-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(32, 32, 32, 0.6);
  cursor: pointer;
}
.ob-modal__box {
  position: relative;
  width: 100%;
  max-width: 640px;
  max-height: 90vh;
  background: #FCFCFC;
  border-radius: 16px;
  -webkit-box-shadow: 0 20px 60px rgba(32, 32, 32, 0.3);
          box-shadow: 0 20px 60px rgba(32, 32, 32, 0.3);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ob-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 28px;
  line-height: 1;
  color: #D63B3B;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.ob-modal__close:hover {
  color: #B52519;
}
.ob-modal__body {
  padding: 32px 40px 40px;
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-overflow-scrolling: touch;
}
.ob-modal__photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}
.ob-modal__photos img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  display: block;
}
.ob-modal__section-title {
  font-size: 16px;
  font-weight: 700;
  color: #D63B3B;
  margin: 0 0 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.ob-modal__profile {
  margin-bottom: 28px;
}
.ob-modal__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}
.ob-modal__dl dt {
  color: rgba(32, 32, 32, 0.6);
  font-weight: 500;
  margin: 0;
}
.ob-modal__dl dd {
  margin: 0 0 4px;
  color: #202020;
  padding-left: 0;
}
.ob-modal__section {
  margin-bottom: 24px;
}
.ob-modal__section:last-child {
  margin-bottom: 0;
}
.ob-modal__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #202020;
  letter-spacing: 0.05em;
}
@media (max-width: 960px) {
  .ob-modal {
    padding: 20px;
  }
  .ob-modal__body {
    padding: 28px 24px 32px;
  }
  .ob-modal__photos {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .ob-modal {
    padding: 16px;
  }
  .ob-modal__body {
    padding: 28px 20px 32px;
  }
  .ob-modal__photos {
    gap: 12px;
    margin-bottom: 24px;
  }
  .ob-modal__photos img {
    aspect-ratio: 3/2;
  }
  .ob-modal__section-title {
    font-size: 15px;
  }
  .ob-modal__dl {
    font-size: 14px;
    gap: 10px;
  }
  .ob-modal__text {
    font-size: 14px;
  }
  .ob-modal__close {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    font-size: 24px;
  }
}

.photo-slider {
  padding: 14rem 0;
  overflow: hidden;
  position: relative;
}
.photo-slider__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  -webkit-animation: photo-marquee 20s linear infinite;
          animation: photo-marquee 20s linear infinite;
  will-change: transform;
}
.photo-slider__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}
.photo-slider__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.photo-slider__item--3-2 {
  width: 300px;
  aspect-ratio: 3/2;
}
.photo-slider__item--2-3 {
  width: 200px;
  aspect-ratio: 2/3;
}
.photo-slider__item--1-1 {
  width: 200px;
  aspect-ratio: 1/1;
}
@media (max-width: 960px) {
  .photo-slider {
    padding: 6rem 0;
  }
  .photo-slider__track {
    gap: 20px;
  }
  .photo-slider__item--3-2 {
    width: 220px;
  }
  .photo-slider__item--2-3, .photo-slider__item--1-1 {
    width: 150px;
  }
}
@media (max-width: 480px) {
  .photo-slider {
    padding: 4rem 0;
  }
  .photo-slider__track {
    gap: 14px;
  }
  .photo-slider__item--3-2 {
    width: 160px;
  }
  .photo-slider__item--2-3, .photo-slider__item--1-1 {
    width: 120px;
  }
}

@-webkit-keyframes photo-marquee {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes photo-marquee {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .photo-slider__track {
    -webkit-animation: none;
            animation: none;
  }
}
.history {
  background-color: #F6F6F6;
  padding: 100px 0 80px;
}
.history__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
.history__header {
  text-align: center;
}
.history__footer {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #202020;
  text-align: center;
}
.history .history-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 900px;
  border-top: 1px solid rgba(32, 32, 32, 0.12);
}
.history .history-list__item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(32, 32, 32, 0.12);
}
.history .history-list__year {
  font-size: 16px;
  font-weight: 700;
  color: #D63B3B;
  letter-spacing: -0.01em;
}
.history .history-list__event {
  font-size: 18px;
  line-height: 1.7;
  color: #202020;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 960px) {
  .history {
    padding: 72px 0 64px;
  }
  .history .history-list__item {
    grid-template-columns: 100px 1fr;
    gap: 24px;
    padding: 20px 0;
  }
  .history .history-list__year {
    font-size: 16px;
  }
  .history .history-list__event {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .history {
    padding: 56px 0 48px;
  }
  .history__inner {
    gap: 36px;
  }
  .history .history-list__item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 0;
  }
  .history .history-list__year {
    font-size: 16px;
  }
}

.details {
  background: url(../images/detail-bg.webp) no-repeat top center;
  background-size: cover;
  padding: 100px 0 180px;
}
.details__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
.details__header .section-heading__lead-text,
.details__header .section-heading__title {
  color: #FCFCFC;
}
.details__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
.details__grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.details__grid__label {
  font-size: 28px;
  font-weight: 700;
  color: #FCFCFC;
  letter-spacing: 0.05em;
  padding-block: 15px;
  width: 100%;
  text-align: center;
}
.details__grid__label--u-6 {
  background-color: #CC3399;
}
.details__grid__label--u-12 {
  background-color: #CC0100;
}
.details__grid__label--u-15 {
  background-color: #659900;
}
.details__grid__content {
  width: 100%;
}
.details__grid__content img {
  width: 100%;
  height: auto;
  display: block;
}
.details__grid__copy {
  font-size: 16px;
  color: #FCFCFC;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.details__footer {
  width: 100%;
  margin-top: 16px;
}
.details__footer .details-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin: 100px auto 0;
}
.details__footer .details-cta-grid .details-cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 40px 80px 40px 48px;
  border-radius: 12px;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.details__footer .details-cta-grid .details-cta:hover {
  opacity: 0.95;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.details__footer .details-cta-grid .details-cta__label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.details__footer .details-cta-grid .details-cta__title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.details__footer .details-cta-grid .details-cta__copy {
  margin-top: 8px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.details__footer .details-cta-grid .details-cta__btn {
  position: absolute;
  top: 24px;
  right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.details__footer .details-cta-grid .details-cta__btn img {
  width: 18px;
  height: 18px;
}
.details__footer .details-cta-grid .details-cta--trial {
  background-color: #D63B3B;
  color: #FCFCFC;
}
.details__footer .details-cta-grid .details-cta--trial .details-cta__label {
  color: #FCFCFC;
}
.details__footer .details-cta-grid .details-cta--trial .details-cta__btn {
  background-color: #FCFCFC;
}
.details__footer .details-cta-grid .details-cta--trial .details-cta__btn img {
  -webkit-filter: none;
          filter: none;
}
.details__footer .details-cta-grid .details-cta--sponsor {
  background-color: #FCFCFC;
  border: 2px solid #D63B3B;
}
.details__footer .details-cta-grid .details-cta--sponsor .details-cta__label,
.details__footer .details-cta-grid .details-cta--sponsor .details-cta__title {
  color: #D63B3B;
}
.details__footer .details-cta-grid .details-cta--sponsor .details-cta__copy {
  color: #202020;
}
.details__footer .details-cta-grid .details-cta--sponsor .details-cta__btn {
  background-color: #D63B3B;
}
@media (max-width: 960px) {
  .details__footer .details-cta-grid {
    gap: 20px;
  }
  .details__footer .details-cta-grid .details-cta {
    padding: 32px 72px 32px 28px;
  }
  .details__footer .details-cta-grid .details-cta__title {
    font-size: 20px;
  }
  .details__footer .details-cta-grid .details-cta__btn {
    width: 44px;
    height: 44px;
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 480px) {
  .details__footer .details-cta-grid {
    grid-template-columns: 1fr;
  }
  .details__footer .details-cta-grid .details-cta {
    padding: 28px 68px 28px 24px;
  }
  .details__footer .details-cta-grid .details-cta__title {
    font-size: 18px;
  }
  .details__footer .details-cta-grid .details-cta__copy {
    font-size: 13px;
  }
}
@media (max-width: 960px) {
  .details {
    padding: 72px 0 120px;
  }
  .details__inner {
    gap: 36px;
  }
  .details__grid__label {
    font-size: 22px;
    padding-block: 12px;
  }
  .details__footer .details-cta-grid {
    margin-top: 64px;
  }
}
@media (max-width: 480px) {
  .details {
    padding: 56px 0 88px;
  }
  .details__grid__label {
    font-size: 17px;
    padding-block: 10px;
  }
  .details__grid__copy {
    font-size: 15px;
  }
  .details__footer .details-cta-grid {
    margin-top: 48px;
  }
}

.access {
  background-color: #FCFCFC;
  padding: 140px 0 160px;
}
.access__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
.access__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
}
.access__intro {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 760px;
}
.access__intro p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #202020;
}
.access__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 60px;
}
.access__map-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  min-width: 0;
}
.access__map-label {
  font-size: 15px;
  font-weight: 600;
  color: #202020;
  letter-spacing: 0.05em;
}
.access__map-wrap {
  position: relative;
  width: 100%;
  min-width: 0;
  aspect-ratio: 4/3;
  overflow: hidden;
  min-height: 200px;
}
.access__map-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  border: 0;
  display: block;
}
@media (max-width: 960px) {
  .access {
    padding: 72px 0 64px;
  }
  .access__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }
  .access__intro {
    max-width: 100%;
  }
  .access__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .access {
    padding: 56px 0 48px;
  }
  .access__inner {
    gap: 36px;
  }
  .access__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }
  .access__map-label {
    font-size: 14px;
  }
}

.coach {
  background-color: #D63B3B;
  padding: 160px 0;
}
.coach__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
.coach__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
}
.coach__header .section-heading__lead-text,
.coach__header .section-heading__title {
  color: #FCFCFC;
}
.coach__intro {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 700px;
}
.coach__intro p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #FCFCFC;
}
.coach .coach-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.coach .coach-slider__viewport {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.coach .coach-slider__viewport::-webkit-scrollbar {
  display: none;
}
.coach .coach-slider__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding: 8px 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.coach .coach-slider__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #FCFCFC;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.coach .coach-slider__btn:hover {
  opacity: 0.9;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.coach .coach-slider__arrow {
  width: 12px;
  height: 12px;
  border-top: 2px solid #202020;
  border-right: 2px solid #202020;
}
.coach .coach-slider__arrow--prev {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 4px;
}
.coach .coach-slider__arrow--next {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 4px;
}
@media (max-width: 960px) {
  .coach .coach-slider {
    gap: 0;
  }
  .coach .coach-slider__btn {
    display: none;
  }
  .coach .coach-slider__viewport {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 0;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    -ms-touch-action: pan-x;
        touch-action: pan-x;
  }
}
.coach .coach-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  background: #FCFCFC;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.coach .coach-card__image {
  aspect-ratio: 8/8.2;
  overflow: hidden;
  position: relative;
}
.coach .coach-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.coach .coach-card__image--noimg {
  background: rgba(32, 32, 32, 0.08);
}
.coach .coach-card__image--noimg img {
  display: none;
}
.coach .coach-card__image--noimg::after {
  content: "写真";
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: rgba(32, 32, 32, 0.4);
}
.coach .coach-card__role {
  display: block;
  padding: 7px 30px;
  font-size: 13px;
  font-weight: 600;
  color: #FCFCFC;
  text-align: center;
  margin-top: -18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.coach .coach-card__role--blue {
  background-color: #1a365d;
}
.coach .coach-card__role--purple {
  background-color: #7c3aed;
}
.coach .coach-card__role--green {
  background-color: #5d6b2e;
}
.coach .coach-card__name {
  margin: 0;
  padding: 18px 30px 4px;
  font-size: 30px;
  font-weight: 700;
  color: #202020;
  letter-spacing: 0.05em;
}
.coach .coach-card__name-en {
  margin: 0 30px 30px;
  font-size: 13px;
  color: rgba(32, 32, 32, 0.6);
  letter-spacing: 0.05em;
}
@media (max-width: 960px) {
  .coach {
    padding: 72px 0 64px;
  }
  .coach__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }
  .coach .coach-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
  }
}
@media (max-width: 480px) {
  .coach {
    padding: 56px 0 48px;
  }
  .coach .coach-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
  }
  .coach .coach-card__name {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .coach .coach-card__name-en {
    margin-left: 20px;
    margin-right: 20px;
  }
  .coach .coach-card__role {
    padding-left: 20px;
    padding-right: 20px;
  }
}