@charset "UTF-8";
/* ==============================================
           変数
============================================== */
/* ==============================================
           コンテンツ
============================================== */
#wrap1051 .top_area .lead {
  max-width: 1200px;
  width: 100%;
  margin: 60px auto;
  padding: 0 40px;
  text-align: center;
}
@media (max-width: 599px) {
  #wrap1051 .top_area .lead {
    padding: 0 20px;
    margin: 40px auto;
  }
}
#wrap1051 .top_area .lead h1 {
  font-size: 32px;
  line-height: 1.5;
}
@media (max-width: 1025px) {
  #wrap1051 .top_area .lead h1 {
    font-size: 4vw;
  }
}
@media (max-width: 599px) {
  #wrap1051 .top_area .lead h1 {
    font-size: 4.5vw;
  }
}
#wrap1051 .top_area .lead p {
  margin: 40px auto;
  line-height: 2;
}
@media (max-width: 1025px) {
  #wrap1051 .top_area .lead p {
    font-size: 2vw;
  }
}
@media (max-width: 599px) {
  #wrap1051 .top_area .lead p {
    font-size: 3.6vw;
  }
}
#wrap1051 .contents_area {
  background-color: #f3f8f5;
  margin: 160px auto;
  position: relative;
}
@media (max-width: 599px) {
  #wrap1051 .contents_area {
    margin: 20% auto;
  }
}
#wrap1051 .contents_area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8vw;
  background: #f3f8f5;
  transform: skewY(-4deg);
  transform-origin: 0;
}
#wrap1051 .contents_area::after {
  content: "";
  position: absolute;
  bottom: -1%;
  z-index: -1;
  width: 100%;
  height: 10vw;
  background: #f3f8f5;
  transform: skewY(4deg);
  transform-origin: 0;
}
@media (max-width: 1025px) {
  #wrap1051 .contents_area::after {
    bottom: -0.3%;
  }
}
#wrap1051 .contents_area h2 {
  color: #c6e6e4;
  font-family: "the-seasons", sans-serif;
  font-size: 8vw;
  text-align: right;
}
@media (max-width: 1025px) {
  #wrap1051 .contents_area h2 {
    font-size: 12vw;
  }
}
@media (max-width: 1025px) {
  #wrap1051 .contents_area h2 {
    font-size: 15vw;
  }
}
#wrap1051 .contents_area .contents_wrap {
  max-width: 1200px;
  width: 100%;
  margin: 60px auto;
  padding: 0 40px;
}
@media (max-width: 599px) {
  #wrap1051 .contents_area .contents_wrap {
    padding: 0 20px;
    margin: 0 auto;
  }
}
#wrap1051 .contents_area .contents_wrap h4 {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  margin: 20% auto 40px;
  display: flex;
  align-items: flex-start;
}
#wrap1051 .contents_area .contents_wrap h4::before {
  content: "";
  display: block;
  background-color: #000;
  width: 40px;
  height: 1px;
  margin-top: 20px;
  margin-right: 10px;
}
@media (max-width: 599px) {
  #wrap1051 .contents_area .contents_wrap h4::before {
    width: 30px;
    margin-top: 14px;
  }
}
@media (max-width: 599px) {
  #wrap1051 .contents_area .contents_wrap h4 {
    font-size: 4vw;
    margin: 10% auto 20px;
  }
}
#wrap1051 .contents_area .contents_wrap h4 .marker {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-style: italic;
  background: linear-gradient(90deg, #9ED6D3 0%, #E1EBB0 100%) no-repeat;
  background-size: 0% 100%;
  transition: background-size 1s ease-out;
  padding: 0 4px;
  line-height: 1.8;
}
@media (max-width: 599px) {
  #wrap1051 .contents_area .contents_wrap h4 .marker {
    font-size: 4.5vw;
  }
}
#wrap1051 .contents_area .contents_wrap h4 .marker.on {
  background-size: 100% 100%;
}
#wrap1051 .contents_area .contents_wrap .include {
  font-size: 18px;
}
@media (max-width: 599px) {
  #wrap1051 .contents_area .contents_wrap .include {
    font-size: 3.6vw;
  }
}
#wrap1051 .contents_area .contents_df {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1025px) {
  #wrap1051 .contents_area .contents_df {
    display: block;
  }
}
#wrap1051 .contents_area .contents_df figure {
  width: 48%;
}
@media (max-width: 1025px) {
  #wrap1051 .contents_area .contents_df figure {
    width: 100%;
  }
}
#wrap1051 .contents_area .contents_df .text {
  width: 48%;
}
@media (max-width: 1025px) {
  #wrap1051 .contents_area .contents_df .text {
    width: 100%;
  }
}
#wrap1051 .contents_area .contents_df .text h3 {
  margin-top: -5%;
  margin-left: -15%;
}
@media (max-width: 1025px) {
  #wrap1051 .contents_area .contents_df .text h3 {
    margin-left: 0;
  }
}
#wrap1051 .contents_area .contents_df .text .marker {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-style: italic;
  background: linear-gradient(90deg, #fff 0 0) no-repeat;
  background-size: 0% 100%;
  transition: background-size 1s ease-out;
  padding: 0 4px;
  line-height: 1.8;
}
@media (max-width: 599px) {
  #wrap1051 .contents_area .contents_df .text .marker {
    font-size: 4.5vw;
  }
}
#wrap1051 .contents_area .contents_df .text .marker.on {
  background-size: 100% 100%;
}
#wrap1051 .contents_area .contents_df .text p {
  margin: 40px auto;
  line-height: 2;
}
@media (max-width: 599px) {
  #wrap1051 .contents_area .contents_df .text p {
    font-size: 3.4vw;
    margin: 20px auto;
  }
}
#wrap1051 .contents_area .contents_df2 {
  margin: 120px auto;
}
@media (max-width: 1025px) {
  #wrap1051 .contents_area .contents_df2 {
    margin: 60px auto;
  }
}
@media (max-width: 599px) {
  #wrap1051 .contents_area .contents_df2 {
    margin: 10% auto;
  }
}
#wrap1051 .contents_area .contents_df2 .text h3 {
  margin-left: 0;
  margin-top: 0;
}
#wrap1051 .contents_area .contents_df3 {
  display: block;
}
@media (max-width: 599px) {
  #wrap1051 .contents_area .contents_df3 {
    margin: 10% auto;
  }
}
#wrap1051 .contents_area .contents_df3 .text {
  width: 100%;
}
#wrap1051 .contents_area .contents_df3 .text h3 {
  margin-left: 0;
  margin-top: 0;
}
#wrap1051 .contents_area .contents_df3 .text2 {
  margin: 60px auto;
}
@media (max-width: 599px) {
  #wrap1051 .contents_area .contents_df3 .text2 {
    margin: 20px auto;
  }
}
#wrap1051 .contents_area .contents_df3 figure {
  width: 100%;
}
#wrap1051 .contents_area .contents_df4 {
  margin-top: -20%;
}
@media (max-width: 1025px) {
  #wrap1051 .contents_area .contents_df4 {
    margin-top: 40px;
  }
}
#wrap1051 .contents_area .contents_df4 figure {
  width: 60%;
}
@media (max-width: 1025px) {
  #wrap1051 .contents_area .contents_df4 figure {
    width: 100%;
  }
}
#wrap1051 .contents_area .contents_df4 .text {
  width: 35%;
  margin-top: 10%;
}
@media (max-width: 1025px) {
  #wrap1051 .contents_area .contents_df4 .text {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 1025px) {
  #wrap1051 .contents_area .contents_df5 {
    display: flex;
    flex-direction: column-reverse;
  }
  #wrap1051 .contents_area .contents_df5 figure {
    margin-bottom: 40px;
  }
}
@media (max-width: 1025px) and (max-width: 599px) {
  #wrap1051 .contents_area .contents_df5 figure {
    margin-bottom: 20px;
  }
}
#wrap1051 .contents_area .img_df {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 599px) {
  #wrap1051 .contents_area .img_df {
    flex-wrap: wrap;
  }
}
#wrap1051 .contents_area .img_df figure {
  width: 30%;
}
@media (max-width: 599px) {
  #wrap1051 .contents_area .img_df figure {
    width: 50%;
  }
}
#wrap1051 .contents_area .img_df figure img {
  object-fit: contain;
}
#wrap1051 .contents_area .img_df figure:nth-of-type(2) {
  width: 40%;
  aspect-ratio: 3/2;
  margin-left: -20%;
  margin-top: 25%;
}
@media (max-width: 599px) {
  #wrap1051 .contents_area .img_df figure:nth-of-type(2) {
    width: 60%;
    margin-left: -10%;
  }
}
#wrap1051 .contents_area .img_df figure:nth-of-type(3) {
  margin-top: 10%;
}
@media (max-width: 599px) {
  #wrap1051 .contents_area .img_df figure:nth-of-type(3) {
    width: 100%;
  }
}
#wrap1051 .slider_area {
  width: 100%;
  overflow-x: hidden;
}
#wrap1051 .slider_area .swiper-container_athlete .swiper-wrapper {
  transition-timing-function: linear;
}
#wrap1051 .contents_area2 {
  background-color: #fff;
}
#wrap1051 .contents_area2::before, #wrap1051 .contents_area2::after {
  display: none;
}
#wrap1051 .contents_area2 h2 {
  text-align: left;
}
#wrap1051 .contents_area2 .contents_df .text .marker {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-style: italic;
  background: linear-gradient(90deg, #f3f8f5 0 0) no-repeat;
  background-size: 0% 100%;
  transition: background-size 1s ease-out;
  padding: 0 4px;
  line-height: 1.8;
}
@media (max-width: 599px) {
  #wrap1051 .contents_area2 .contents_df .text .marker {
    font-size: 4.5vw;
  }
}
#wrap1051 .contents_area2 .contents_df .text .marker.on {
  background-size: 100% 100%;
}
#wrap1051 .profile_staff_area {
  padding: 0 40px;
}
@media (max-width: 599px) {
  #wrap1051 .profile_staff_area {
    padding: 0 20px;
  }
}

/*# sourceMappingURL=1051.css.map */
