/*
overview
---------------------------*/
#overview {
  position: relative;
}
#overview::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/img/profile/overview-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
  z-index: -1;
}
#overview::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: -1;
}
#overview .wrap {
  padding: 75px 0;
}
#overview .wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, rgba(255, 255, 255, 0.3)), color-stop(80%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.3) 30%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0.8) 100%);
}
#overview .inner {
  width: 85%;
  max-width: 1400px;
  margin: 0 auto;
}
#overview .titleWrap {
  width: 262px;
  margin: 0 0 0 auto;
}
#overview .titleWrap .main {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 900;
  color: #031838;
}
#overview .titleWrap .main span {
  position: relative;
  font-size: 28px;
  font-weight: 900;
  color: #02B4E2;
}
#overview .titleWrap .main span::before {
  content: "";
  position: absolute;
  top: -37%;
  right: -45%;
  width: 167%;
  height: 167%;
  background: url("/img/profile/overview-text-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
#overview .titleWrap .sub {
  font-size: 20px;
  font-weight: 900;
  color: #031838;
}
#overview .detailWrap {
  margin-top: 30px;
}
#overview .detailWrap p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #031838;
}
@media (min-width: 500px) {
  #overview .titleWrap {
    width: 365px;
  }
  #overview .titleWrap .main {
    font-size: 40px;
  }
  #overview .titleWrap .main span {
    font-size: 40px;
  }
  #overview .titleWrap .main span::before {
    top: -37%;
    right: -45%;
    width: 167%;
    height: 167%;
  }
  #overview .titleWrap .sub {
    font-size: 28px;
  }
  #overview .detailWrap {
    margin-top: 30px;
  }
  #overview .detailWrap p {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  #overview::before {
    top: -50px;
    height: 150%;
  }
  #overview::after {
    top: -50px;
    width: 100%;
    height: 150%;
  }
  #overview .wrap {
    padding: 95px 0 90px;
  }
  #overview .titleWrap {
    width: 545px;
  }
  #overview .titleWrap .main {
    margin-bottom: 20px;
    font-size: 60px;
  }
  #overview .titleWrap .main span {
    font-size: 60px;
  }
  #overview .titleWrap .sub {
    font-size: 48px;
  }
  #overview .detailWrap p {
    font-size: 22px;
  }
}
@media (min-width: 1180px) {
  #overview .wrap {
    padding: 149px 0 90px;
  }
  #overview .detailWrap {
    margin-top: 0;
  }
}

/*
aboutClub
---------------------------*/
#aboutClub {
  background: #ffffff;
}
#aboutClub .inner02 {
  padding: 0 15px;
}
#aboutClub .contents {
  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;
}
#aboutClub .contents .imgWrap {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#aboutClub .contents .textWrap {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-top: 30px;
}
#aboutClub .contents .textWrap::after {
  content: "";
  position: absolute;
  top: -8%;
  bottom: auto;
  right: 0;
  width: 75px;
  height: 110px;
  background: url("/img/common/offical_character.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
#aboutClub .contents .textWrap h2,
#aboutClub .contents .textWrap h3 {
  text-align: left;
}
#aboutClub .contents .textWrap .detailWrap {
  margin-top: 30px;
}
#aboutClub .contents .textWrap .detailWrap p {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #031838;
}
#aboutClub .contents .textWrap .detailWrap a {
  position: relative;
  margin-top: 25px;
  width: 80%;
  max-width: 300px;
  padding: 18px 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
  background: #02B4E2;
  border-radius: 3px;
}
#aboutClub .contents .textWrap .detailWrap a::before, #aboutClub .contents .textWrap .detailWrap a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto 0;
  width: 13px;
  height: 2px;
  background: #ffffff;
}
#aboutClub .contents .textWrap .detailWrap a::before {
  top: -8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#aboutClub .contents .textWrap .detailWrap a::after {
  top: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (min-width: 480px) {
  #aboutClub .contents .textWrap::after {
    left: 200px;
    right: auto;
    width: 80px;
    height: 117px;
  }
}
@media (min-width: 769px) {
  #aboutClub .inner02 {
    padding: 0 20px;
  }
  #aboutClub .contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #aboutClub .contents .imgWrap {
    width: 43%;
    max-width: initial;
    min-width: 280px;
  }
  #aboutClub .contents .textWrap {
    width: 57%;
    max-width: initial;
    margin-top: 0;
    padding-left: 25px;
  }
  #aboutClub .contents .textWrap::after {
    top: -15%;
    bottom: auto;
    left: auto;
    right: -10%;
    width: 110px;
    height: 160px;
  }
  #aboutClub .contents .textWrap .detailWrap p {
    font-size: 16px;
  }
  #aboutClub .contents .textWrap .detailWrap a {
    margin-top: 30px;
    padding: 21px 10px;
    font-size: 18px;
  }
}
@media (min-width: 900px) {
  #aboutClub .inner02 {
    padding: 0 35px;
  }
  #aboutClub .contents .textWrap {
    padding-left: 40px;
  }
  #aboutClub .contents .textWrap::after {
    right: 0;
  }
}
@media (min-width: 1180px) {
  #aboutClub .contents .textWrap::after {
    top: auto;
    bottom: 0;
    right: -13%;
    width: 30%;
    height: 83%;
  }
}

/*
teamList
---------------------------*/
#teamList .wrap {
  padding-top: 0;
}
#teamList ul {
  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;
}
#teamList ul li {
  width: 100%;
  max-width: 500px;
}
#teamList ul li + li {
  margin-top: 20px;
}
#teamList ul li .imgWrap {
  position: relative;
}
#teamList ul li .imgWrap .labelWrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85%;
  height: 55px;
  margin-left: 15px;
  padding: 20px 0 22px;
  background: #031838;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}
#teamList ul li .imgWrap .labelWrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -15px;
  width: 30px;
  height: 55px;
  background: #031838;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
}
#teamList ul li .imgWrap p {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-shadow: 0px 0px 10.0545px #52D2F9;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
}
#teamList ul li .textWrap {
  padding: 20px 5px 35px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
#teamList ul li .textWrap h2 {
  font-size: 30px;
}
#teamList ul li .textWrap > p {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
  color: #031838;
}
#teamList ul li .textWrap .btnWrap {
  margin-top: 20px;
}
#teamList ul li .textWrap .btnWrap.close a,
#teamList ul li .textWrap .btnWrap.close p {
  background: #DDE6ED;
}
#teamList ul li .textWrap .btnWrap a,
#teamList ul li .textWrap .btnWrap p {
  position: relative;
  display: block;
  width: 90%;
  max-width: 300px;
  margin: 0 auto;
  padding: 18px 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
  background: #02B4E2;
  border-radius: 3px;
}
#teamList ul li .textWrap .btnWrap a::before, #teamList ul li .textWrap .btnWrap a::after,
#teamList ul li .textWrap .btnWrap p::before,
#teamList ul li .textWrap .btnWrap p::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto 0;
  width: 13px;
  height: 2px;
  background: #ffffff;
}
#teamList ul li .textWrap .btnWrap a::before,
#teamList ul li .textWrap .btnWrap p::before {
  top: -8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#teamList ul li .textWrap .btnWrap a::after,
#teamList ul li .textWrap .btnWrap p::after {
  top: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (min-width: 480px) {
  #teamList ul li .imgWrap p {
    font-size: 18px;
  }
}
@media (min-width: 769px) {
  #teamList ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #teamList ul li {
    width: calc((100% - 36px) / 2);
  }
  #teamList ul li + li {
    margin-top: 0;
  }
  #teamList ul li:nth-of-type(2n) {
    margin-left: 36px;
  }
  #teamList ul li:nth-of-type(n+3) {
    margin-top: 36px;
  }
  #teamList ul li .imgWrap p {
    font-size: min(2vw, 18px);
  }
  #teamList ul li .textWrap {
    padding: 25px 5px 30px;
  }
  #teamList ul li .textWrap h2 {
    font-size: min(3.5vw, 40px);
  }
  #teamList ul li .textWrap > p {
    font-size: min(1.8vw, 16px);
  }
  #teamList ul li .textWrap .btnWrap {
    margin-top: 30px;
  }
  #teamList ul li .textWrap .btnWrap a,
  #teamList ul li .textWrap .btnWrap p {
    padding: 21px 10px;
    font-size: min(1.8vw, 18px);
  }
}
@media (min-width: 1000px) {
  #teamList ul li {
    width: calc((100% - 40px) / 3);
  }
  #teamList ul li:nth-of-type(2n) {
    margin-left: 20px;
  }
  #teamList ul li:nth-of-type(n+3) {
    margin-top: 0;
  }
  #teamList ul li + li {
    margin-left: 20px;
  }
  #teamList ul li .imgWrap .labelWrap {
    height: 60px;
  }
  #teamList ul li .imgWrap .labelWrap::before {
    height: 60px;
  }
  #teamList ul li .imgWrap p {
    font-size: min(1.4vw, 18px);
  }
  #teamList ul li .textWrap > p {
    font-size: min(1.35vw, 16px);
  }
}
@media (min-width: 1180px) {
  #teamList ul li {
    width: calc((100% - 72px) / 3);
  }
  #teamList ul li:nth-of-type(n+3) {
    margin-top: 0;
  }
  #teamList ul li + li {
    margin-left: 36px;
  }
  #teamList ul li .textWrap > p {
    font-size: min(1.2vw, 16px);
  }
}/*# sourceMappingURL=profile.css.map */