@charset "UTF-8";
.academy__text {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.academy__text.--about {
  color: #00a497;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.692;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .academy__text.--about {
    font-size: 1.55rem;
    line-height: 1.935;
  }
}
.academy__text.--aboutItem {
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-top: 1.6rem;
}
@media screen and (min-width: 600px) {
  .academy__text.--aboutItem {
    font-size: 1.4rem;
  }
}
.academy__text.--aboutItem.--coach {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .academy__text.--aboutItem.--coach {
    width: 100%;
    padding-top: 0.8rem;
  }
}
@media screen and (min-width: 600px) {
  .academy__text.--aboutItem.--coach {
    line-height: 1.643;
    padding: 0 1rem;
    margin-top: 1rem;
  }
}
.academy__text.--application {
  font-size: 1.25rem;
  line-height: 1.68;
}
@media screen and (min-width: 600px) {
  .academy__text.--application {
    font-size: 1.6rem;
    padding: 1rem;
    line-height: 1.75;
  }
}
.academy__text.--voiceHeading {
  color: #00a497;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.846;
  position: relative;
  left: -1.2rem;
}
@media screen and (min-width: 600px) {
  .academy__text.--voiceHeading {
    font-size: 1.6rem;
  }
}
.academy__text.--voice {
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-top: 1rem;
}
@media screen and (min-width: 600px) {
  .academy__text.--voice {
    font-size: 1.4rem;
    line-height: 1.643;
  }
}

.academy__symbolList.--inquiry {
  margin-top: 1rem;
}

.academy__heading02 {
  margin-top: 4rem;
}
.academy__heading02.--application {
  margin-top: 2rem;
}

.academy__link.--subMenu {
  color: #00a497;
}
.academy__link.--subMenu:visited, .academy__link.--subMenu:active {
  color: #00a497;
}
.academy__link.--aboutFoot {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 800;
  font-style: normal;
  color: #00a497;
  font-size: 1.1rem;
  background-color: #fff;
  padding: 0 1rem;
  border: 1px solid #00a497;
  border-radius: 10px;
  transition: background-color 0.5s, transform 0.5s;
}
.academy__link.--aboutFoot::after {
  content: "";
  background-image: url("/cmn/images/academy/enjoyBaseball/icon/arrow01.svg");
  display: inline-block;
  width: 1rem;
  aspect-ratio: 1/1;
  margin-left: 0.5rem;
  position: relative;
  transform: translateY(15%);
}
.academy__link.--aboutFoot:hover {
  color: #fff;
  background-color: #00a497;
  transform: scale(1.1);
}
.academy__link.--applicationBtn {
  background: #00a497;
  width: 100%;
  padding: 1rem 0;
  border: 1.6px solid #80d1cb;
  border-radius: 8px;
  box-shadow: 0 5px #b2e4e0;
  transition: transform 0.5s;
  cursor: pointer;
}
.academy__link.--applicationBtn:hover {
  box-shadow: unset;
  transform: translateY(5px);
}
.academy__link.--news {
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.academy__link.--news + .academy__link.--news {
  margin-top: 2rem;
}

.academy__block01 {
  width: 89.74%;
  background-color: #fff;
  padding: 1.6rem 4.57%;
  box-shadow: 0 0 3px rgba(205, 166, 87, 0.5);
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  .academy__block01 {
    padding: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .academy__block01 {
    width: auto;
  }
}
@media screen and (min-width: 600px) {
  .academy__block01.--application {
    display: flex;
    padding: 1.6rem 2rem;
  }
}

.academy__imgBox.--catchphrase {
  width: 80%;
  margin: 20rem auto 0;
}
@media screen and (min-width: 600px) {
  .academy__imgBox.--catchphrase {
    width: 52.871%;
    margin-top: 24rem;
  }
}
.academy__imgBox.--about, .academy__imgBox.--benefit {
  width: 166.58%;
}
@media screen and (max-width: 599px) {
  .academy__imgBox.--about, .academy__imgBox.--benefit {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 600px) {
  .academy__imgBox.--about, .academy__imgBox.--benefit {
    width: 100%;
  }
}
.academy__imgBox.--coach {
  width: 100%;
  margin-top: 2rem;
}
.academy__imgBox.--juniorBenefit {
  width: auto;
  text-align: center;
}
.academy__imgBox.--juniorImg02 {
  width: 55.86%;
  margin: -1.1rem auto 0;
  display: grid;
  place-items: center;
}
.academy__imgBox.--aboutItem02 {
  width: 87%;
  margin: 1rem auto 0;
  border-radius: 14px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .academy__imgBox.--aboutItem02 {
    margin-top: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .academy__imgBox.--logo {
    margin-top: -1rem;
  }
}
.academy__imgBox.--logoOblong {
  width: 71.567%;
  margin: 0 auto;
}
.academy__imgBox.--flowBtn {
  width: 89.4%;
  margin: 0 auto;
}
.academy__imgBox.--applicationBtn {
  width: 78.16%;
  margin: 0 auto;
}
.academy__imgBox.--inquiryBtnIcon {
  width: 24.42%;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 600px) {
  .academy__imgBox.--inquiryBtnIcon {
    width: 23.88%;
  }
}
.academy__imgBox.--inquiryBtnText {
  width: 75.58%;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 600px) {
  .academy__imgBox.--inquiryBtnText {
    width: 76.12%;
  }
}

.academy__img.--coach {
  border-radius: 10px;
}
.academy__img.--juniorBenefit {
  max-height: 60px;
}
@media screen and (min-width: 600px) {
  .academy__img.--juniorBenefit {
    max-height: 76px;
  }
}
.academy__img.--voice {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #80d1cb;
}
.academy__img.--inquiryBtnIcon {
  display: block;
  width: 73.67%;
}
@media screen and (min-width: 600px) {
  .academy__img.--inquiryBtnIcon {
    width: 76.47%;
  }
}
.academy__img.--inquiryBtnText {
  width: 99.726%;
}
@media screen and (min-width: 600px) {
  .academy__img.--inquiryBtnText {
    width: 98.708%;
  }
}
.academy__img.--inquiryBtnText.--faq {
  width: 75%;
}

.academy__head {
  background-image: url("/cmn/images/academy/enjoyBaseball/mv--small.png");
}
@media screen and (min-width: 600px) {
  .academy__head {
    background-image: url("/cmn/images/academy/enjoyBaseball/mv--medium.png");
  }
}

.academy__subMenuList {
  transition: background-color 0.5s;
}
@media screen and (max-width: 599px) {
  .academy__subMenuList {
    width: 26%;
  }
}
@media screen and (max-width: 599px) {
  .academy__subMenuList + .academy__subMenuList {
    margin-left: 4%;
  }
}
@media screen and (max-width: 599px) {
  .academy__subMenuList:nth-of-type(3n + 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .academy__subMenuList:nth-of-type(n + 4) {
    margin-top: 0.773rem;
  }
}
.academy__subMenuList:hover {
  background-color: #00a497;
}
.academy__subMenuList::before {
  background-image: linear-gradient(to bottom, #00a497, 30%, #cda657);
}

.academy__body {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .academy__body {
    max-width: 1010px;
    margin: 0 auto;
  }
}

.academy__content.--about {
  margin-top: 1.6rem;
}

.content__heading {
  width: 100%;
  overflow: hidden;
}
.content__heading.--benefit {
  margin-top: -7rem;
}
@media screen and (min-width: 600px) {
  .content__heading.--benefit {
    margin-top: 2.4rem;
  }
}

.content__inner {
  width: 100%;
  overflow: hidden;
}
.content__inner.--about {
  background-image: url("/cmn/images/academy/entrance/renewal--2410/bg__dot--sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 11.67rem;
  position: relative;
}
@media screen and (max-width: 500px) {
  .content__inner.--about {
    margin-top: -2.5rem;
  }
}
@media screen and (min-width: 600px) {
  .content__inner.--about {
    background-image: url("/cmn/images/academy/entrance/renewal--2410/bg__dot--pc.png");
    padding-bottom: 2.75rem;
    overflow: visible;
  }
}
.content__inner.--benefit {
  background: linear-gradient(0deg, transparent 0%, #f8f2e6 10%, #f3e9d5 100%);
  padding: 4rem 0 5rem;
  margin-top: -4rem;
}
@media screen and (min-width: 600px) {
  .content__inner.--benefit {
    background: linear-gradient(0deg, rgba(243, 233, 213, 0) 0%, #f8f2e6 10%, #eee1c7 70%, rgba(243, 233, 213, 0) 100%);
    padding-top: 10rem;
    margin-top: -10rem;
  }
}

.about__textBox {
  width: 74.359%;
  margin: -3rem auto 0;
  position: relative;
  z-index: 10;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 164, 151, 0.4);
}
@media screen and (min-width: 600px) {
  .about__textBox {
    width: 63rem;
    max-width: 62.376%;
    border-radius: 40px;
  }
}
.about__textBox::before, .about__textBox::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  opacity: 0.7;
}
.about__textBox::before {
  background-image: url("/cmn/images/academy/enjoyBaseball/decoration/circle01.svg");
  aspect-ratio: 1/1;
  width: 34.483%;
  left: -21.724%;
  bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .about__textBox::before {
    width: 11.5rem;
    left: 0;
    bottom: 1.85rem;
    transform: translateX(-50%);
  }
}
.about__textBox::after {
  background-image: url("/cmn/images/academy/enjoyBaseball/decoration/circle02.svg");
  aspect-ratio: 1/1.743;
  width: 18.241%;
  position: absolute;
  top: 5rem;
  right: -9.276%;
}
@media screen and (min-width: 600px) {
  .about__textBox::after {
    width: 6rem;
    top: 4.6rem;
    right: -3rem;
  }
}

.about__text {
  width: 100%;
  background-color: #fff;
  padding: 2.3rem 1rem 1.6rem;
  border-radius: 20px;
}
@media screen and (min-width: 600px) {
  .about__text {
    padding: 3.6rem 2rem;
    border-radius: 40px;
  }
}
.about__text::before, .about__text::after {
  content: "";
  display: block;
  position: absolute;
}
.about__text::before {
  background-image: url("/cmn/images/academy/enjoyBaseball/decoration/star01.svg");
  aspect-ratio: 1/1.016;
  width: 11.71%;
  top: 36.667%;
  left: -6.257%;
}
@media screen and (min-width: 600px) {
  .about__text::before {
    width: 4rem;
    top: 4.63rem;
    left: -2rem;
  }
}
.about__text::after {
  background-image: url("/cmn/images/academy/enjoyBaseball/decoration/star02.svg");
  aspect-ratio: 1/1;
  width: 11.045%;
  bottom: 30.83%;
  right: -5.183%;
}
@media screen and (min-width: 600px) {
  .about__text::after {
    width: 3.7rem;
    bottom: 3rem;
    right: -1.73rem;
  }
}

.academy__about {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 3rem;
}
@media screen and (min-width: 600px) {
  .academy__about {
    margin-top: 4rem;
    padding: 0 3.4rem;
  }
}

.about__item {
  background-color: #fff;
  width: 90.77%;
  padding: 2.4rem 1.5rem 1.5rem;
  border: 8px solid #e5f6f5;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .about__item {
    margin: 0 auto;
  }
}
@media screen and (min-width: 600px) {
  .about__item {
    width: 32.028%;
    padding: 1.6rem 1.5rem 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .about__item + .about__item {
    margin-top: 2.4rem;
  }
}
@media screen and (min-width: 600px) {
  .about__item + .about__item {
    margin-left: 1.92%;
  }
}
.about__item.--02 {
  padding-bottom: 4.8rem;
}

.aboutItem__heading {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00a497;
  font-size: 1.7rem;
  line-height: 1.353;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 600px) {
  .aboutItem__heading {
    font-size: 1.8rem;
    line-height: 1.222;
  }
}
.aboutItem__heading::before, .aboutItem__heading::after {
  content: "";
  position: absolute;
}

.about__body.--coach {
  margin-top: 1.6rem;
}
@media screen and (min-width: 600px) {
  .about__body.--coach {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1.5rem;
  }
}

.about__imgBox.--coach {
  width: 48.5%;
}
@media screen and (max-width: 599px) {
  .about__imgBox.--coach {
    float: right;
  }
}
@media screen and (min-width: 600px) {
  .about__imgBox.--coach {
    order: 2;
    width: 100%;
    margin-top: 2rem;
  }
}

.about__foot {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
}

.benefit__box + .benefit__box {
  margin-top: 2.2rem;
}
@media screen and (min-width: 600px) {
  .benefit__box + .benefit__box {
    margin-top: 4rem;
  }
}

.academy__foot {
  background-image: url("/cmn/images/academy/enjoyBaseball/bg__line--small.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5.2rem;
  margin-top: -5.2rem;
}
@media screen and (min-width: 600px) {
  .academy__foot {
    background-image: url("/cmn/images/academy/enjoyBaseball/bg__line--medium.png");
    max-width: 1010px;
    margin-right: auto;
    margin-left: auto;
  }
}

.applicationBtn__box {
  background-color: #fff;
  width: 100%;
  padding: 0.9rem 0.8rem 1.6rem;
  margin-top: 1.2rem;
  border: 2px solid #00a497;
  border-radius: 16px;
}

.applicationBtn__boxInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #00a497;
}

.applicationBtn {
  width: 46.376%;
}
.applicationBtn + .applicationBtn {
  margin-left: 4%;
}

.kidsModal {
  width: 500px;
}
@media screen and (max-width: 600px) {
  .kidsModal {
    width: 95%;
  }
}
.kidsModal .pl_modalInner {
  padding: unset;
}
.kidsModal .pl_modalInner .flow_contentArea {
  padding: 24px 32px;
  border: 6px solid #67c7f2;
}
.kidsModal button.mfp-close {
  background: url(/cmn/images/dance_academy/closeBtnIcon.png);
  top: -14px;
  right: -16px;
  width: 36px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}
.kidsModal button.mfp-close:hover {
  opacity: 0.8;
}

@media screen and (min-width: 600px) {
  .voiceItem {
    display: grid;
    grid-template-columns: 18.45% 1fr;
  }
}
.voiceItem + .voiceItem {
  padding-top: 1.6rem;
  margin-top: 1.6rem;
  border-top: 2px dotted #00a497;
}
@media screen and (min-width: 600px) {
  .voiceItem + .voiceItem {
    padding-top: 2.6rem;
  }
}

.voice__imgBox {
  width: 45%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  .voice__imgBox {
    float: left;
  }
}
@media screen and (min-width: 600px) {
  .voice__imgBox {
    width: 100%;
    margin-right: 0;
  }
}

.voice__lesson,
.voice__name {
  padding: 0 0.96rem;
}

.voice__lesson {
  background: linear-gradient(transparent 64%, #fff1a6 0%);
}

@media screen and (min-width: 600px) {
  .voice__textBox {
    padding-left: 2rem;
  }
}

.newsDate {
  display: flex;
  align-items: center;
}
.newsDate::after {
  content: "";
  background-image: linear-gradient(to right, #ccc 2px, transparent 1px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left;
  width: 50%;
  height: 1.6rem;
  margin-left: 0.5rem;
  flex-grow: 1;
}

.newsTitle {
  display: inline-block;
  position: relative;
}
.newsTitle::after {
  content: "";
  background-color: #fff1a6;
  bottom: -0.4rem;
  width: 100%;
  height: 0.8rem;
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: -1;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.academy__link.--news:hover .newsTitle::after {
  transform: scale(1, 1);
}

.inquiry {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 600px) {
  .inquiry {
    width: 34rem;
  }
}

.inquiryBtn {
  background-color: #f5eddd;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 1rem;
  border-radius: 12px;
}
@media screen and (min-width: 600px) {
  .inquiryBtn {
    min-height: 9rem;
    padding: 1.2rem;
  }
}
/*# sourceMappingURL=enjoy_baseball_top.css.map */
