/*
about
---------------------------*/
#about .wrap {
  padding: 50px 0;
}
#about .detail {
  margin-bottom: 20px;
}
#about .detail p {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #031838;
  text-align: center;
}
#about .sponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 500px;
  margin: 0 auto 30px;
}
#about .sponsor a {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc((100% - 15px) / 2);
}
#about .sponsor a + a {
  margin-left: 15px;
}
#about .sponsor a .imgWrap {
  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;
  min-height: 78px;
  padding: 7px;
  border: 1px solid #DDE6ED;
}
#about .imgList {
  margin-bottom: 40px;
}
#about .imgList .imgWrap {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
#about .imgList .imgWrap + .imgWrap {
  margin-top: 15px;
}
#about .history {
  max-width: 1080px;
  margin: 0 auto;
}
#about .history ul {
  max-width: 500px;
  margin: 25px auto 0;
}
#about .history ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 15px 10px;
}
#about .history ul li.title {
  margin-right: 24px;
  padding: 10px;
  background: #A0D8EF;
}
#about .history ul li.title .imgWrap {
  max-width: 100px;
}
#about .history ul li:not(.title) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#about .history ul li:not(.title) .imgWrap {
  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: 50px;
  aspect-ratio: 1/1;
}
#about .history ul li:not(.title) + li {
  padding-top: 11px;
  border-top: 2px solid #DDE6ED;
}
#about .history ul li .date {
  min-width: 60px;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  color: #5CB7E4;
}
#about .history ul li .date span {
  font-size: 25px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  text-align: center;
  color: #5CB7E4;
}
#about .history ul li .detailText {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.7;
  text-align: center;
  color: #031838;
}
@media (min-width: 480px) {
  #about .history ul li:not(.title) .imgWrap {
    width: 80px;
  }
  #about .history ul li .date {
    width: 100px;
    max-width: initial;
    margin-bottom: 18px;
    font-size: 18px;
  }
  #about .history ul li .date span {
    font-size: 35px;
  }
  #about .history ul li .detailText {
    width: 225px;
  }
}
@media (min-width: 769px) {
  #about .wrap {
    padding: 80px 0 120px;
  }
  #about .detail {
    margin-bottom: 40px;
  }
  #about .detail p {
    font-size: 20px;
  }
  #about .sponsor {
    max-width: initial;
    margin-bottom: 56px;
  }
  #about .sponsor a {
    max-width: 254px;
  }
  #about .sponsor a + a {
    margin-left: 28px;
  }
  #about .imgList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 80px;
  }
  #about .imgList .imgWrap {
    width: calc((100% - 24px) / 3);
    max-width: initial;
  }
  #about .imgList .imgWrap + .imgWrap {
    margin-top: 0;
    margin-left: 24px;
  }
  #about .history ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: initial;
    margin-top: 50px;
  }
  #about .history ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc((100% - 24px) / 4);
    padding: 25px 0 12px;
  }
  #about .history ul li.title .imgWrap {
    max-width: auto;
  }
  #about .history ul li:not(.title) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #about .history ul li:not(.title) .imgWrap {
    width: 140px;
  }
  #about .history ul li:not(.title) + li {
    margin-left: 11px;
    padding-top: 0;
    padding-left: 11px;
    border-top: none;
    border-left: 2px solid #DDE6ED;
  }
  #about .history ul li .date {
    width: auto;
    margin-bottom: 18px;
    font-size: 18px;
  }
  #about .history ul li .date span {
    font-size: 35px;
  }
  #about .history ul li .detailText {
    width: auto;
    margin-bottom: 21px;
    font-size: min(1.5vw, 18px);
  }
}
@media (min-width: 900px) {
  #about .history ul li .date {
    font-size: 23px;
  }
  #about .history ul li .date span {
    font-size: 40px;
  }
}

/*
message
---------------------------*/
#message .messageWrap + .messageWrap {
  margin-top: 45px;
}
#message .messageWrap .contents {
  margin-top: 25px;
}
#message .messageWrap .contents .detail p {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #031838;
}
#message .messageWrap .contents .detail p + p {
  margin-top: 17px;
}
#message .messageWrap .contents .detail p.name, #message .messageWrap .contents .detail p.name span {
  margin-top: 10px;
  font-weight: 700;
  color: #5CB7E4;
  text-align: right;
}
#message .messageWrap .contents .imgContents {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 20px;
}
#message .messageWrap .contents .imgContents .imgWrap {
  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: 0 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 25px 4px rgba(79, 186, 218, 0.15);
          box-shadow: 0px 0px 25px 4px rgba(79, 186, 218, 0.15);
  aspect-ratio: 5/3;
}
#message .messageWrap .contents .imgContents .imgWrap.cover img {
  height: 80%;
  max-height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}
#message .messageWrap .contents .imgContents p {
  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;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: center;
  color: #031838;
}
#message .messageWrap .contents .imgContents p .icon {
  width: 12.5px;
  height: 12px;
  margin-left: 4px;
}
@media (min-width: 769px) {
  #message .messageWrap + .messageWrap {
    margin-top: 80px;
  }
  #message .messageWrap .contents {
    margin-top: 50px;
  }
  #message .messageWrap .contents::after {
    content: "";
    display: block;
    clear: both;
  }
  #message .messageWrap .contents .detail p {
    font-size: 16px;
  }
  #message .messageWrap .contents .detail p + p {
    margin-top: 34px;
  }
  #message .messageWrap .contents .detail p.name {
    margin-top: 14px;
  }
  #message .messageWrap .contents .imgContents {
    position: relative;
    float: right;
    width: 320px;
    max-width: initial;
    margin: 0 0 48px 48px;
    z-index: 2;
  }
  #message .messageWrap .contents .imgContents .imgWrap {
    padding: 24px 20px;
    aspect-ratio: 32/21;
  }
  #message .messageWrap .contents .imgContents p {
    margin-top: 16px;
    font-size: 16px;
  }
  #message .messageWrap .contents .imgContents p .icon {
    width: 15.5px;
    height: 15px;
  }
}
@media (min-width: 1440px) {
  #message .messageWrap .contents .imgContents p {
    padding-bottom: 3px;
  }
}

/*
coach
---------------------------*/
#coach .contents .imgWrap {
  width: 225px;
  margin: 0 auto;
}
#coach .contents .textWrap {
  width: 100%;
  padding-top: 20px;
}
#coach .contents .textWrap p {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #031838;
}
@media (min-width: 769px) {
  #coach .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #coach .contents .imgWrap {
    margin: 0;
  }
  #coach .contents .textWrap {
    width: calc(100% - 225px);
    padding-top: 0;
    padding-left: 40px;
  }
  #coach .contents .textWrap p {
    font-size: 16px;
  }
}

/*
achievement
---------------------------*/
#achievement .wrap {
  padding-bottom: 0;
}
#achievement .nowAchievement {
  margin-top: 40px;
}
#achievement .nowAchievement ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 51px;
}
#achievement .nowAchievement ul li {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc((100% - 15px) / 2);
  padding: 25px 10px;
  background: #ffffff;
}
#achievement .nowAchievement ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 7px;
  width: 60%;
  height: 16vw;
  background: url("/img/common/icon-soccer-gray.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
#achievement .nowAchievement ul li + li {
  margin-left: 15px;
}
#achievement .nowAchievement ul li:nth-of-type(2n+1) {
  margin-left: 0;
}
#achievement .nowAchievement ul li:nth-of-type(n+3) {
  margin-top: 20px;
}
#achievement .nowAchievement ul li .title {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #031838;
}
#achievement .nowAchievement ul li .result {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #031838;
}
#achievement .nowAchievement ul li .result span {
  font-size: 40px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: #031838;
}
#achievement .plan {
  margin: 80px 0 64px;
}
#achievement .plan .planWrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 578px;
  margin: 51px auto 0;
  padding: 35px 10px;
  background: #ffffff;
}
#achievement .plan .planWrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 7px;
  width: 193px;
  height: 123px;
  background: url("/img/common/icon-soccer-gray.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
#achievement .plan .planWrap .box .title {
  margin-bottom: 24px;
  font-size: min(4.5vw, 18px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: center;
  color: #031838;
}
#achievement .plan .planWrap .box .result {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: center;
  color: #031838;
}
#achievement .plan .planWrap .box .result span {
  font-size: min(7.5vw, 40px);
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: #031838;
}
#achievement .plan .planWrap .connect {
  margin: 60px 5% 0;
  font-size: min(4vw, 20px);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
  color: #031838;
}
#achievement .detail {
  margin-bottom: 16px;
}
#achievement .detail p {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
  color: #031838;
}
#achievement .imgList .imgWrap {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
#achievement .imgList .imgWrap + .imgWrap {
  margin-top: 15px;
}
@media (min-width: 769px) {
  #achievement .nowAchievement {
    margin-top: 80px;
  }
  #achievement .nowAchievement ul li {
    width: calc((100% - 45px) / 4);
    padding: 45px 10px;
  }
  #achievement .nowAchievement ul li::before {
    width: 80%;
    height: 10vw;
  }
  #achievement .nowAchievement ul li:not(:first-of-type):nth-of-type(2n+1) {
    margin-left: 15px;
  }
  #achievement .nowAchievement ul li:nth-of-type(n+3) {
    margin-top: 0;
  }
  #achievement .nowAchievement ul li .title {
    font-size: 20px;
  }
  #achievement .nowAchievement ul li .result {
    font-size: 23px;
  }
  #achievement .nowAchievement ul li .result span {
    font-size: 50px;
  }
  #achievement .plan .planWrap {
    padding: 45px 66px;
  }
  #achievement .plan .planWrap .box .title {
    font-size: 20px;
  }
  #achievement .plan .planWrap .box .result {
    font-size: 23px;
  }
  #achievement .plan .planWrap .box .result span {
    font-size: 50px;
  }
  #achievement .plan .planWrap .connect {
    margin: 60px 28px 0;
  }
  #achievement .detail p {
    font-size: 16px;
  }
  #achievement .imgList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #achievement .imgList .imgWrap {
    width: calc(100% - 24px);
    max-width: initial;
  }
  #achievement .imgList .imgWrap + .imgWrap {
    margin-top: 0;
    margin-left: 24px;
  }
}
@media (min-width: 1000px) {
  #achievement .nowAchievement ul li {
    width: calc((100% - 72px) / 4);
  }
  #achievement .nowAchievement ul li::before {
    width: 193px;
    height: 123px;
  }
  #achievement .nowAchievement ul li + li {
    margin-left: 24px;
  }
  #achievement .nowAchievement ul li:not(:first-of-type):nth-of-type(2n+1) {
    margin-left: 24px;
  }
}/*# sourceMappingURL=visit-lesson.css.map */