@charset "UTF-8";
.l-main__container {
  max-width: initial;
  padding: 0;
}

.fs-l-main {
  padding-bottom: 0;
}

.fs-l-pageMain {
  max-width: initial;
  padding: 0;
}

#athlete {
  padding-bottom: 0;
  color: #fff;
  background-color: #003c96;
}
#athlete.mainContents__wrapper::after {
  display: block;
}

.mainContents__wrapper {
  position: relative;
  z-index: 1;
  padding: 3rem 1.5rem;
  margin: 0 auto;
  overflow: hidden;
}
.mainContents__wrapper::before, .mainContents__wrapper::after {
  position: absolute;
  top: 48vh;
  left: 0;
  z-index: -1;
  width: 150vw;
  height: 150vw;
  content: "";
  background-color: #0180cb;
  border-radius: 50%;
  opacity: 0.8;
  transform: translateX(-45%);
}
.mainContents__wrapper::after {
  top: calc(48vh + 150vw + 24vh);
  display: none;
}
.mainContents__wrapper:nth-of-type(odd) {
  color: #fff;
  background-color: #222;
}
.mainContents__wrapper:nth-of-type(odd)::before {
  position: absolute;
  right: 0;
  left: initial;
  content: "";
  transform: translateX(45%);
}
@media screen and (min-width: 768px) {
  .mainContents__wrapper {
    padding: 5rem 1.5rem;
  }
  .mainContents__wrapper::before, .mainContents__wrapper::after {
    top: 20%;
    right: 0;
    left: initial;
    width: 64vw;
    height: 64vw;
    transform: translateX(30%);
  }
  .mainContents__wrapper::after {
    top: calc(-20% - 32vw);
    display: none !important;
  }
  .mainContents__wrapper:nth-of-type(odd)::before {
    right: initial;
    left: 0;
    transform: translateX(-30%);
  }
  .mainContents__wrapper:nth-of-type(odd) .mainContents__inner > *:nth-child(1) {
    order: 2;
  }
  .mainContents__wrapper:nth-of-type(odd) .mainContents__inner > *:nth-child(2) {
    order: 1;
  }
  .mainContents__wrapper:nth-of-type(even) .mainContents__inner {
    grid-template-columns: auto 1fr;
  }
}
.mainContents__inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .mainContents__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 2rem 8vw;
    align-items: center;
    max-width: 1200px;
    margin: auto;
  }
}
.mainContents__txt {
  order: 1;
}
.mainContents__txt--title {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
.mainContents__txt--title::after {
  position: absolute;
  bottom: -1.25rem;
  left: 0;
  width: 3rem;
  height: 0.25rem;
  content: "";
  background-color: #f08200;
}
.mainContents__txt--title span {
  font-size: 0.64em;
  white-space: nowrap;
}
.mainContents__txt--title span::before {
  content: "（";
}
.mainContents__txt--title span::after {
  content: "）";
}
.mainContents__txt--desc {
  padding-top: 1rem;
  margin-top: 1.25rem;
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .mainContents__txt {
    max-width: 480px;
  }
  .mainContents__txt--title {
    font-size: 2.4rem;
  }
  .mainContents__txt--title span {
    font-size: 0.5em;
  }
  .mainContents__txt--title::after {
    width: 4rem;
    height: 0.3rem;
  }
  #athlete .mainContents__txt {
    max-width: 640px;
    margin: auto;
    text-align: center;
  }
  #athlete .mainContents__txt--title::after {
    bottom: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
  #athlete .mainContents__txt--desc {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
}
.mainContents__interview {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  order: 3;
  margin-top: 2rem;
}
.mainContents__interview--person {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  width: 10rem;
}
.mainContents__interview--person img {
  border-radius: 50%;
}
.mainContents__interview--person span {
  position: relative;
  flex-grow: 1;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.mainContents__interview--speech {
  position: relative;
  padding: 1rem;
  background-color: #eee;
  border-radius: 1rem;
}
.mainContents__interview--speech::before {
  position: absolute;
  bottom: -2rem;
  left: 6rem;
  content: "";
  border-top: 2rem solid #eee;
  border-left: 2rem solid transparent;
}
@media screen and (min-width: 768px) {
  .mainContents__interview {
    flex-direction: row;
    align-items: flex-start;
    max-width: 480px;
    margin-top: 0;
  }
  .mainContents__interview--person {
    min-width: 8rem;
  }
  .mainContents__interview--speech {
    font-size: 0.9rem;
  }
  .mainContents__interview--speech::before {
    top: 4rem;
    left: -1.5rem;
    border-top: 1.5rem solid #eee;
    border-left: 1.5rem solid transparent;
  }
}
.mainContents__image {
  position: relative;
  order: 2;
  width: 100%;
  aspect-ratio: 9/10;
}
@supports not (aspect-ratio: 1) {
  .mainContents__image {
    padding-top: 110%;
  }
}
.mainContents__image picture {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 1px 8px rgba(34, 34, 34, 0.3);
}
.mainContents__image--large {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
}
.mainContents__image--small {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
}
.mainContents__wrapper:nth-of-type(odd) .mainContents__image--large {
  right: initial;
  left: 0;
}
.mainContents__wrapper:nth-of-type(odd) .mainContents__image--small {
  right: 0;
  left: initial;
}
@media screen and (min-width: 768px) {
  .mainContents__image {
    min-width: 300px;
    aspect-ratio: 10/10;
  }
  @supports not (aspect-ratio: 1) {
    .mainContents__image {
      padding-top: 100%;
    }
  }
  #kinmonkou .mainContents__image {
    grid-row: span 2;
  }
}
.mainContents__list {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.mainContents__listItem {
  display: flex;
  flex-direction: column-reverse;
}
.mainContents__listItem--txt {
  align-self: flex-end;
  width: 80%;
  padding: 1rem;
  overflow: hidden;
  background-color: rgba(34, 34, 34, 0.8);
  border-radius: 4px;
  box-shadow: 0 1px 8px rgba(34, 34, 34, 0.3);
  transform: translateY(-4rem);
}
.mainContents__listItem--title {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
}
.mainContents__listItem--title::after {
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 3rem;
  height: 0.25rem;
  content: "";
  background-color: #f08200;
}
.mainContents__listItem--desc {
  padding-top: 1rem;
  margin-top: 1rem;
  overflow: hidden;
  line-height: 1.5;
  text-align: justify;
  border-radius: 8px;
  box-shadow: 0 1px 8px rgba(34, 34, 34, 0.3);
}
.mainContents__listItem--image {
  width: 80%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 1px 8px rgba(34, 34, 34, 0.3);
}
.mainContents__listItem:nth-of-type(even) .mainContents__listItem--txt {
  align-self: flex-start;
}
.mainContents__listItem:nth-of-type(even) .mainContents__listItem--image {
  align-self: flex-end;
}
@media screen and (min-width: 768px) {
  .mainContents__list {
    flex-direction: row;
    gap: 3rem;
    align-items: flex-start;
    max-width: 1200px;
    margin: 5rem auto 0;
  }
  .mainContents__listItem {
    flex-basis: 33%;
  }
  .mainContents__listItem:nth-of-type(even) .mainContents__listItem--txt {
    align-self: flex-end;
  }
  .mainContents__listItem:nth-of-type(even) .mainContents__listItem--image {
    align-self: flex-start;
  }
  .mainContents__listItem--txt {
    transform: translateY(-8rem);
  }
  .mainContents__listItem--desc {
    font-size: 0.9rem;
  }
}

.athlete__list-item-link a {
  margin: -1rem auto 6rem;
}
@media screen and (min-width: 768px) {
  .athlete__list-item-link a {
    margin: -3rem auto 6rem;
  }
}/*# sourceMappingURL=achievement.css.map */