:root {
  --color-bg: #fff;
  --color-footer-bg: #F1F1F1;
  --text-black:#333;
  --color-primary:#1B2D51;
  --color-secondary:#845545;
  --color-tertiary:#E9DA9C;
  --color-red:#5F1F1B;
  --section-space:40px;
  --container-sm: 800px;
  --container-md: 1080px;
  --container-lg: 1440px;
}
@media (min-width: 961px) {
  :root {
    --section-space:80px;
  }
}

html {
  width: 100%;
  min-height: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
}

body {
  width: 100%;
  min-height: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  font-feature-settings: "palt" on;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  text-rendering: optimizeLegibility;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

a {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
img, svg {
  max-width: 100%;
  height: auto;
}

:where(:focus-visible) {
  outline: 3px solid Highlight;
  outline-offset: 2px;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: auto;
  -moz-appearance: auto;
       appearance: auto;
}

input, textarea, select {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

fieldset {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}

legend {
  width: 100%;
  margin: 0;
  padding: 0;
}

.inner {
  margin-inline: auto;
  width: 92%;
}

/**********************
* utility
**********************/
.is-hidden {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.u-en {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.u-min {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-fwb {
  font-weight: 700;
}

.u-upcs {
  text-transform: uppercase;
}

.u-primary-color {
  color: var(--color-primary);
}

.u-secondary-color {
  color: var(--color-secondary);
}

.u-tertiary-color {
  color: var(--color-tertiary);
}

.u-red {
  color: var(--color-red);
}

.bg-primary-color {
  background-color: var(--color-primary);
}

.bg-secondary-color {
  background-color: var(--color-secondary);
}

.bg-tertiary-color {
  background-color: var(--color-tertiary);
}

.bg-gray {
  background-color: #F1F1F1;
}

.bg-gray02 {
  background-color: #F6F6F6;
}

.bg-red {
  color: var(--color-red);
}

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

/**********************
* common
**********************/
.title01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0;
}
.title01.white .title01__ja {
  color: #fff;
}
.title01.white .title01__en {
  color: var(--color-tertiary);
}

.title01__ja {
  order: 2;
  color: var(--color-primary);
  font-size: 2.5rem;
  font-size: clamp(2.5rem,2.71vw,3.8rem);
  font-weight: 500;
  letter-spacing: 0.2em;
  font-feature-settings: "palt" on;
}

.title01__en {
  font-size: 1.3rem;
  font-size: clamp(1.3rem,1.57vw,2.2rem);
  order: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.title01__note {
  margin-top: 1em;
  order: 3;
  font-weight: 400;
  font-size: 1.3rem;
  font-size: clamp(1.3rem,1.42vw,2rem);
  line-height: 160%;
  letter-spacing: 0.16em;
}

.input-search-wrap {
  margin-inline: auto;
  width: 100%;
  max-width: 630px;
  display: flex;
  align-items: center;
  padding-right: 0.5em;
  font-weight: 400;
  font-size: 1.6rem;
  font-size: clamp(1.6rem,1.57vw,2.2rem);
  line-height: 130%;
  letter-spacing: 0.08em;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background: #FFFFFF;
}
@media (min-width: 961px) {
  .input-search-wrap {
    border-radius: 8px;
    background-position: center right 0.75em;
  }
}

.form-serch {
  display: block;
  width: 100%;
  position: relative;
  font-size: 1.6rem;
  padding: 0.5em 2em 0.5em 1em;
  font-weight: 400;
  font-size: 1.6rem;
  font-size: clamp(1.6rem,1.57vw,2.2rem);
  line-height: 130%;
  letter-spacing: 0.08em;
}
@media (min-width: 961px) {
  .form-serch {
    padding: 1em 2em 1em 1em;
  }
}
.form-serch::-moz-placeholder {
  font-family: "Noto Serif JP", serif;
  color: #818181;
}
.form-serch::placeholder {
  font-family: "Noto Serif JP", serif;
  color: #818181;
}

.button-serach {
  border: none;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 3em;
  height: 3em;
  background: #FFFFFF url(../img/search.svg) no-repeat center;
  background-size: 90%;
}

.text_nodata {
  text-align: center;
  font-size: 1.4rem;
  font-size: clamp(1.4rem,1.14vw,1.6rem);
  line-height: 130%;
  letter-spacing: 0.08em;
}
@media (min-width: 961px) {
  .text_nodata {
    grid-column: span 2;
  }
}

* + .form-serch-wrap {
  margin-top: 30px;
}

.sec {
  padding: var(--section-space) 0 var(--section-space);
}

.sec.bg-gray + .sec.bg-gray {
  padding: 0 0 var(--section-space);
}

* + .box {
  margin-top: 15px;
}
@media (min-width: 961px) {
  * + .box {
    margin-top: 40px;
  }
}

.box {
  background-color: #fff;
  padding: 20px 5.1%;
}
@media (min-width: 961px) {
  .box {
    margin-inline: auto;
    padding: 20px 2.5%;
    max-width: var(--container-sm);
  }
}

/**********************
* breadcrumb
**********************/
.breadcrumb {
  padding: 0.5em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  color: #1B2D51;
  font-weight: 400;
  font-size: 1rem;
  font-size: clamp(1rem,1vw,1.4rem);
  line-height: 120%;
  letter-spacing: 0.08em;
}
@media (min-width: 961px) {
  .breadcrumb.inner {
    max-width: var(--container-md);
  }
}
.breadcrumb li {
  display: flex;
}
.breadcrumb li a {
  position: relative;
  display: block;
  color: #1B2D51;
}
.breadcrumb li a:hover, .breadcrumb li a:focus {
  text-decoration: underline;
}
.breadcrumb li:not(:first-child)::before {
  content: "";
  display: inline-block;
  margin: 0.1em 0.25em;
  width: 1em;
  height: 1em;
  background-color: #1B2D51;
  -webkit-mask-image: url(../img/bc_arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-image: url(../img/bc_arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
/**********************
* header
**********************/
.header {
  height: 66px;
  color: #fff;
  background-color: var(--color-primary);
}
@media (min-width: 961px) {
  .header {
    height: 80px;
  }
}
.header .inner {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 961px) {
  .header .inner {
    margin-inline: auto;
    max-width: var(--container-md);
  }
}
.header .logo {
  width: 59px;
}
@media (min-width: 961px) {
  .header .logo {
    width: 85px;
  }
}
.header .logo img {
  width: 100%;
}
.header .note {
  margin-left: 1em;
  font-size: clamp(1rem,1vw,1.4rem);
  font-weight: 500;
  letter-spacing: 0.16em;
  display: flex;
  flex-direction: column;
}
@media (min-width: 961px) {
  .header .note {
    margin-left: 2em;
    flex-direction: row;
  }
}

/**********************
* footer
**********************/
.footer {
  padding: var(--section-space) 0;
}

.footer:has(.sec-search) {
  padding: 0 0 var(--section-space);
}

.footer__links {
  display: flex;
  flex-direction: column;
  gap: 1em 0;
  font-weight: 400;
  font-size: 1.3rem;
  font-size: clamp(1.3rem,1.42vw,2rem);
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.12em;
  font-feature-settings: "palt" on;
}
.footer__links a:hover, .footer__links a:focus {
  opacity: 0.6;
}
@media (min-width: 961px) {
  .footer__links {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1em;
  }
}

.footer .copy {
  margin-top: 30px;
  font-size: 1rem;
  font-size: clamp(1rem,1.14vw,1.6rem);
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.08em;
}
.footer .note {
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.8rem;
  font-size: clamp(0.8rem,1.14vw,1.6rem);
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.08em;
}
@media (min-width: 961px) {
  .footer .note {
    flex-direction: row;
    justify-content: center;
  }
}

/**********************
* top
**********************/
.mv {
  position: relative;
}

.mv__img {
  padding-bottom: 11.0666666667%;
  display: flex;
  flex-direction: column;
  align-items: center;
  aspect-ratio: 375/326;
  background: url(../img/mv_sp.jpg) no-repeat center/contain;
}
@media (min-width: 961px) {
  .mv__img {
    justify-content: center;
    padding-bottom: 0;
    aspect-ratio: 1920/588;
    background-image: url(../img/mv.jpg);
  }
}

.mv__title {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 961px) {
  .mv__title {
    margin-top: 0;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.7));
  }
}

.mv__title__note {
  font-weight: 600;
  font-size: 1.6rem;
  font-size: clamp(1.6rem,2.28vw,3.2rem);
  line-height: 120%;
  letter-spacing: 0.12em;
  font-feature-settings: "pwid" on, "palt" on, "liga" off;
  color: #FFFFFF;
}

.mv__title__main {
  font-weight: 600;
  font-size: 2.7rem;
  font-size: clamp(2.7rem,4.28vw,6rem);
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.08em;
  font-feature-settings: "pwid" on, "palt" on, "liga" off;
  color: #FFFFFF;
}

.mv__lead {
  margin-top: auto;
  padding: 25px 2%;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.6rem;
  font-size: clamp(1.6rem,1.85vw,2.6rem);
  line-height: 156%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  color: #FFFFFF;
}
@media (min-width: 961px) {
  .mv__lead {
    padding: 45px 40px;
    justify-content: center;
    text-align: center;
  }
}
.mv__lead .inner {
  position: relative;
  margin-inline: auto;
  max-width: var(--container-md);
}

.mv__scroll {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 3em;
  -webkit-animation: scroll_01 3s infinite;
          animation: scroll_01 3s infinite;
}
@media (min-width: 961px) {
  .mv__scroll {
    right: 20px;
  }
}
.mv__scroll span {
  position: absolute;
  right: -0.5em;
  top: -3.5em;
  display: inline-block;
  width: 0.75em;
}
@media (min-width: 961px) {
  .mv__scroll span {
    top: -4.5em;
    right: -0.5em;
    width: 0.95em;
  }
}
.mv__scroll span img {
  width: 100%;
}

.mv__scroll::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: #fff;
  transform: translateX(-50%);
}

.mv__scroll::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 3px;
  height: 3px;
  border-bottom: 1px solid #fff;
  transform: translateX(-50%) rotate(-45deg);
}
@media (min-width: 961px) {
  .mv__scroll::after {
    width: 6px;
    height: 6px;
  }
}

@-webkit-keyframes scroll_01 {
  0% {
    transform: translate(-50%, -50%) translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateY(10px);
    opacity: 0;
  }
}

@keyframes scroll_01 {
  0% {
    transform: translate(-50%, -50%) translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateY(10px);
    opacity: 0;
  }
}
* + .card__list {
  margin-top: 30px;
}
@media (min-width: 961px) {
  * + .card__list {
    margin-top: 60px;
  }
}

.card__list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 961px) {
  .card__list {
    margin-inline: auto;
    grid-template-columns: repeat(2, 1fr);
    max-width: var(--container-md);
    gap: 60px 5.5555555556%;
  }
}

.card {
  background-color: #fff;
  filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.12));
}

.card__link {
  display: flex;
  flex-direction: column-reverse;
}
.card__link:hover, .card__link:focus {
  opacity: 0.8;
}

.card__body {
  padding: 40px 6.9565217391%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.card__title {
  grid-row: 1;
  font-size: 2rem;
  font-size: clamp(2rem,1.85vw,2.6rem);
  font-weight: 500;
  color: var(--color-primary);
  line-height: 150%;
  letter-spacing: 0.12em;
  padding-bottom: 0.75em;
}

.card__name {
  grid-row: 2;
  margin-top: auto;
  font-weight: 600;
  font-size: 1.5rem;
  font-size: clamp(1.5rem,1.57vw,2.2rem);
  letter-spacing: 0.2em;
}

.card__company {
  grid-row: 3;
  margin-top: 0.5em;
  font-size: 1.1rem;
  font-size: clamp(1.1rem,1.14vw,1.6rem);
  line-height: 150%;
  letter-spacing: 0.12em;
}

.card__img {
  overflow: hidden;
  aspect-ratio: 690/427;
  background: linear-gradient(to bottom, #dcdcdc 0%, #f5f5f5 50%, #dcdcdc 100%);
}
@media (min-width: 961px) {
  .card__img {
    aspect-ratio: 510/304;
  }
}
.card__img.no__img {
  position: relative;
  background-color: var(--color-primary);
}
.card__img.no__img::before {
  content: "No Image";
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  font-size: clamp(1.5rem,1.57vw,2.2rem);
  letter-spacing: 0.2em;
}

.about_media {
  padding: var(--section-space) 0;
  background: url(../img/bg_red_sp.jpg) no-repeat top center/cover;
}

.about_media__box {
  font-weight: 300;
  font-size: 1.3rem;
  font-size: clamp(1.3rem,1.42vw,2rem);
  line-height: 180%;
  letter-spacing: 0.08em;
  color: #000000;
}
.about_media__box strong {
  font-weight: 700;
  color: var(--color-secondary);
}
.about_media__box p + p {
  margin-top: 1.75em;
}

/**********************
* detail
**********************/
.hero__img {
  position: relative;
  background: linear-gradient(to bottom, #dcdcdc 0%, #f5f5f5 50%, #dcdcdc 100%);
  aspect-ratio: 750/410;
}
@media (min-width: 961px) {
  .hero__img {
    aspect-ratio: 1920/410;
  }
}
.hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__img.no__img {
  position: relative;
  background-color: #000;
}

.hero__word {
  background: rgba(255, 255, 255, 0.8);
}

.hero__word {
  position: absolute;
  right: 0;
  bottom: 14%;
  z-index: 2;
  padding: 0.25em 0.5em;
  font-weight: 500;
  font-size: 1.6rem;
  font-size: clamp(1.6rem,2.42vw,3.4rem);
  line-height: 150%;
  letter-spacing: 0.12em;
  font-feature-settings: "palt" on;
  color: var(--color-primary);
  background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 961px) {
  .hero__word {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}

.hero__lead {
  padding: 1.25em 0;
  font-size: 1.6rem;
  font-size: clamp(1.6rem,2vw,2.8rem);
  line-height: 140%;
  letter-spacing: 0.16em;
}
@media (min-width: 961px) {
  .hero__lead .inner {
    margin-inline: auto;
    max-width: var(--container-md);
  }
}

.hero__title {
  color: #fff;
}
@media (min-width: 961px) {
  .hero__title {
    text-align: center;
  }
}

.hero__name {
  margin-top: 0.5em;
  font-size: 1.6rem;
  font-size: clamp(1.6rem,2vw,2.8rem);
  line-height: 140%;
  letter-spacing: 0.16em;
  font-feature-settings: "palt" on;
}

.hero__company {
  font-size: 1.1rem;
  font-size: clamp(1.1rem,1.28vw,1.8rem);
  line-height: 150%;
  letter-spacing: 0.12em;
  font-feature-settings: "palt" on;
}

.company__box {
  background-color: #F6F6F6;
}

.box__info {
  --box-head:6.5em;
}

.box__row {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  padding: 0.75em 0;
}
@media (min-width: 961px) {
  .box__row {
    padding: 1.5em 0;
  }
}
.box__row:not(:last-child) {
  border-bottom: 1px dotted #999;
}

.box__term {
  font-weight: 600;
  font-size: 1.3rem;
  font-size: clamp(1.3rem,1.42vw,2rem);
  line-height: 1.4230769231;
  text-align: center;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" on;
  color: #FFFFFF;
  width: var(--box-head);
}
.box__term span {
  display: block;
  text-align: center;
  background-color: var(--color-red);
}

.box__desc {
  width: calc(100% - var(--box-head));
  font-size: 1.3rem;
  font-size: clamp(1.3rem,1.42vw,2rem);
  line-height: 150%;
  letter-spacing: 0.12em;
  color: #333333;
}

.timeline {
  --timeline-head: 3.5em;
  position: relative;
  margin-top: 30px;
  list-style: none;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 600;
  font-size: clamp(2rem,2.42vw,3.4rem);
  line-height: 120%;
  letter-spacing: 0.16em;
}
@media (min-width: 961px) {
  .timeline {
    margin: 60px auto 0;
    max-width: var(--container-sm);
  }
}

.timeline__item {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  margin: 0;
  position: relative;
}

.timeline__year {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 2rem;
  font-weight: 600;
  font-size: clamp(2rem,2.42vw,3.4rem);
  line-height: 120%;
  letter-spacing: 0.16em;
  width: var(--timeline-head);
}
.timeline__year .start {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  font-size: clamp(2rem,2.42vw,3.4rem);
  line-height: 120%;
  letter-spacing: 0.16em;
  color: #fff;
}
.timeline__year .end {
  margin-top: 0.25em;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  font-size: clamp(1.5rem,1.85vw,2.6rem);
  line-height: 100%;
  letter-spacing: 0.04em;
  color: var(--color-primary);
  background-color: #fff;
}
.timeline__year:not(:has(.end)) .start {
  padding: 0.5em 0;
}
.timeline__year::before {
  content: "";
  position: absolute;
  right: -0.35em;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  display: block;
  border-radius: 100%;
  width: 0.5em;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 1px solid #AAB8D6;
}
@media (min-width: 961px) {
  .timeline__year::before {
    border-width: 3px;
  }
}

.timeline__content {
  width: calc(100% - var(--timeline-head));
  padding-left: 1.5em;
  border-left: 4px solid #AAB8D6;
  padding-bottom: 24px;
}
@media (min-width: 961px) {
  .timeline__content {
    border-left-width: 8px;
    padding-bottom: 48px;
  }
}

.timeline__box {
  position: relative;
  padding: 0.5em 4% 0.5em 8%;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
}
@media (min-width: 961px) {
  .timeline__box {
    border-radius: 8px;
    padding-left: 30px;
  }
}
.timeline__box::before {
  content: "";
  position: absolute;
  left: -0.35em;
  top: 10px;
  display: block;
  width: 0.5em;
  aspect-ratio: 19/28;
  background: url(../img/triangle.svg) no-repeat top right/contain;
}

.timeline__heading {
  padding-bottom: 0.5em;
  font-size: 1.5rem;
  font-weight: 600;
  font-size: clamp(1.5rem,1.85vw,2.6rem);
  line-height: 160%;
  letter-spacing: 0.08em;
  color: var(--color-red);
  border-bottom: 1px dotted #999;
}

.timeline__text {
  padding: 0.75em 0 0 0;
  font-size: 1.3rem;
  font-size: clamp(1.3rem,1.28vw,1.8rem);
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.08em;
  color: #333333;
}

.bg-mission {
  padding: var(--section-space) 0;
  background: url(../img/bg_gray_sp.jpg) no-repeat top center/cover;
}
@media (min-width: 961px) {
  .bg-mission {
    background-image: url(../img/bg_gray.jpg);
  }
}

.misson__box {
  font-size: 1.3rem;
  font-size: clamp(1.3rem,1.28vw,1.8rem);
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0.08em;
}

.misson__box a {
  text-decoration: underline;
}
.misson__box a:hover, .misson__box a:focus {
  opacity: 0.8;
}

.sec__member .inner {
  width: 100%;
}

.member__slider {
  margin-top: 30px;
}
@media (min-width: 961px) {
  .member__slider {
    margin: 60px auto 0;
    max-width: var(--container-sm);
  }
}

.member__slider {
  overflow: hidden;
}
.member__slider .swiper {
  overflow: visible;
}
.member__slider .swiper:not(.swiper-initialized) {
  overflow: visible;
}
.member__slider .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media (min-width: 961px) {
  .member__slider .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 48px;
  }
}
.member__slider .swiper:not(.swiper-initialized) .swiper-slide {
  width: 42.6666666667%;
}
@media (min-width: 961px) {
  .member__slider .swiper:not(.swiper-initialized) .swiper-slide {
    width: 29.25%;
  }
}

.member {
  color: #fff;
}

.member__link {
  display: flex;
  flex-direction: column-reverse;
}
.member__link:hover, .member__link:focus {
  opacity: 0.8;
}

.member__img {
  overflow: hidden;
  aspect-ratio: 320/452;
  background: linear-gradient(to bottom, #dcdcdc 0%, #f5f5f5 50%, #dcdcdc 100%);
}
@media (min-width: 961px) {
  .member__img {
    aspect-ratio: 234/331;
  }
}
.member__img.no__img {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
}
.member__img.no__img::before {
  content: "No Image";
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  width: 100%;
  height: 100%;
  color: var(--color-primary);
  font-weight: 600;
  font-size: 1.5rem;
  font-size: clamp(1.5rem,1.57vw,2.2rem);
  letter-spacing: 0.2em;
}

.member__name {
  margin-top: 1em;
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  font-size: clamp(1.5rem,1.85vw,2.6rem);
  line-height: 140%;
  letter-spacing: 0.08em;
}