@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  font-family: "Noto Sans JP", sans-serif !important;
  background: linear-gradient(90deg, #b0b1b8 0%, #e2e2e2 50%, #b0b1b8 100%) !important;
  line-height: 1 !important;
}

.pc {
  display: none;
}
.sp {
  display: inherit;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inherit;
  }
  .sp {
    display: none;
  }
}

/*------------------------------
Layout Container
------------------------------*/
.wrapper {
  background: url("images/bg_bottom.png?date=20250521") no-repeat;
  background-size: 366%;
  background-position: 73% bottom;
  font-size: 14px !important;
}
@media (min-width: 768px) and (max-width: 1920px) {
  .wrapper {
    background-size: 1920px auto;
    background-position: center bottom;
    font-size: 16px !important;
  }
}
@media (min-width: 1921px) {
  .wrapper {
    background-size: contain;
    background-position: center bottom;
    font-size: 16px !important;
  }
}
.wrapper a {
  text-decoration: none !important;
}
.clearfix::after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.container {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

div {
  overflow: hidden;
}

/*------------------------------
1. ヘッダーセクション
------------------------------*/
.mainVisual {
  padding: 80px 0;
  background: url("images/bg_header.png?date=20250521") no-repeat bottom/cover;
  position: relative;
}
.mainVisual__title {
  width: 100%;
}
.mainVisual__desc {
  margin: 3rem 0 0;
  text-align: center;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .mainVisual__desc {
    font-size: 1.6em;
  }
}

.sns {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 16px;
  align-items: center;
  background: #000000;
  width: 150px;
  height: 50px;
}
.sns>a {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*------------------------------
2. サポートアスリート見出し
------------------------------*/
.support {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .support {
    padding-bottom: 10em;
  }
}
.support__title {
  width: 100%;
  margin-bottom: 4em;
}

.challenge {
  margin-bottom: 0;
  overflow: visible;
}
@media (min-width: 768px) {
  .challenge {
    margin-bottom: 4em;
  }
}
.challenge__title {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .challenge__title {
    margin-bottom: 3em;
  }
}
.challenge__title::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #000;
  margin-left: 1em;
}
.challenge__titleImage {
  width: 180px;
}
@media (min-width: 768px) {
  .challenge__titleImage {
    width: 360px;
  }
}
.challenge__item {
  overflow: visible;
}
.challenge__subtitle {
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.5;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 2.5em;
  position: relative;
}
@media (min-width: 768px) {
  .challenge__subtitle {
    font-size: 2.5em;

  }
}
.challenge__subtitle:before {
  position: absolute;
  content: "";
  top: 100%;
  width: 86px;
  height: 2px;
  background-color: #000000;
  margin-top: 1em;
}
@media (min-width: 768px) {
  .challenge__subtitle:before {
    width: 172px;
  }
}
.challenge__subtitle2 {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 2em;
}
.challenge__subtitle2::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #000;
  margin-left: 1em;
}
.challenge__subtitle2Image {
  width: 158px;
}
@media (min-width: 768px) {
  .challenge__subtitle2Image {
    width: 316px;
  }
}
.challenge__profile {
  border-radius: 8px;
  background: linear-gradient(167deg, #ECECEC 0%, #FFFFFF 30%, #E8E8E8 63%, #FFFFFF 70%, #D8D8D8 100%);
  display: block;
  margin-bottom: 3em;
  padding: 1em;
  flex-direction: column;
  align-items: center;
  box-shadow: 8px 8px 13px rgba(0, 0, 0, 0.25);
  overflow: visible;
}
@media (min-width: 768px) {
  .challenge__profile {
    padding: 2em;
    margin-bottom: 4em;
    flex-direction: row;
    -moz-column-gap: 40px;
    column-gap: 40px;
    align-items: flex-start;
  }
}
.challenge__profileImage {
  width: 45%;
  max-width: 300px;
  height: auto;
  display: block;
  float: left;
  margin: 0 1em 1em 0;
  position: relative;
}
.challenge__profileImage::before {
  content: "";
  display: block;
  padding-top: 150%;
}
.challenge:nth-of-type(2) .challenge__profileImage::before {
  content: "";
  display: block;
  padding-top: 150%;
}
@media (min-width: 768px) {
  .challenge:nth-of-type(2) .challenge__profileImage::before {
    padding-top: 125%;
  }
}
.challenge__profileImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .challenge__profileImage {
    width: 100%;
    margin: 0 2em 0 0;
  }
}
.challenge__descArea {
  overflow: visible;
}
.challenge__personName {
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.25;
  margin-top: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .challenge__personName {
    font-size: 2em;
    line-height: 1;
  }
}
.challenge__personName small {
  font-size: 75%;
  display: block;
}
@media (min-width: 768px) {
  .challenge__personName small {
    display: inline;
    margin-left: 1em;
  }
}
.challenge__personDesc {
  font-size: 0.82em;
  line-height: 1.7;
  margin: 1.5rem 0 0;
}
.challenge__projectMovieArea {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin: 0 0 4em;
}
@media (min-width: 768px) {
  .challenge__projectMovieArea {
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
  }
}
.challenge__projectMovie h3 {
  color: #fff;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.8;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .challenge__projectMovie h3 {
    font-size: 2em;
  }
}
.challenge__projectMovie {
  /* max-width: 400px;
  width: 100%;
  height: 230px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; */
  overflow: visible;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.challenge__projectMovie .youtube {
  /* max-width: 400px;
  width: 100%;
  height: 230px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; */
  overflow: visible;
  position: relative;
  width: 100%;
  max-width: 400px;
  max-height: 225px;
  padding-top: 56.25%;
}
.challenge__projectMovie:nth-of-type(n+2) {
  margin-top: 2em;
}
@media (min-width: 768px) {
  .challenge__projectMovie:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.challenge__projectMovie .youtube>iframe,
.challenge__projectMovie .youtube>div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.challenge__projectMovie--black {
  background: linear-gradient(96.69deg, #666666 2.1%, #000000 94.15%);
}
.challenge__projectMovie::before,
.challenge__projectMovie::after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 30px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 0 35px 20px rgba(0, 0, 0, 0.3);
  transform: rotate(-8deg);
}
.challenge__projectMovie::after {
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}
@media (min-width: 768px) {
  .challenge__projectMovie {
    margin-bottom: 2em;
  }
}
.morinagaTech {
  margin-top: 0;
  padding-bottom: 5em;
  color: #fff;
}
@media (min-width: 768px) {
  .morinagaTech {
    margin-top: 8em;
    padding-bottom: 10em;
    background-size: 70%;
  }
}
.morinagaTech__title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.1em;
  margin: 0 0 1em;
  color: #fff;
}
@media (min-width: 768px) {
  .morinagaTech__title {
    font-size: 2em;
  }
}
.morinagaTech__title::before {
  content: "";
  width: 33px;
  height: 2px;
  background-color: #fff;
  margin-right: 1em;
}
@media (min-width: 768px) {
  .morinagaTech__title::before {
    width: 66px;
  }
}
.morinagaTech__desc {
  font-size: 1em;
  line-height: 1.8;
  margin-bottom: 2em;
  margin-top: 0;
}
@media (min-width: 768px) {
  .morinagaTech__desc {
    font-size: 1.2em;
    margin-bottom: 4em;
  }
}
.morinagaTech__buttons {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}
.morinagaTech__button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: none;
  color: #fff !important;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  max-width: 540px;
  height: 110px;
  padding: 0 10px;
  position: relative;
  transition: 0.3s ease-in-out;
}
.morinagaTech__button:hover {
  opacity: 0.7;
}
.morinagaTech__button::after {
  content: url("images/icon_arrow.svg?date=20250521");
  width: 11px;
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.morinagaTech__button--white {
  background: #fff;
  max-width: 400px;
  height: 75px;
  margin-bottom: 2em;
  color: #000 !important;
  font-size: 1em;
}
@media (min-width: 768px) {
  .morinagaTech__button--white {
    font-size: 1.2em;
    margin-bottom: 4em;
  }
}
.morinagaTech__button--white::after {
  content: url("images/icon_arrow2.svg?date=20250521");
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.morinagaTech__button--blue {
  background: #0d2c89;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .morinagaTech__button--blue {
    margin-bottom: 2em;
  }
}
.morinagaTech__button--gray {
  background: #959eb0;
}
.morinagaTech__buttonImage {
  width: 92px;
  margin-right: 10px;
  margin-bottom: 8px;
}