/* ======================================================================
 setting
====================================================================== */
@keyframes arrow {
  50% {
    transform: translateX(100%);
  }
  51% {
    transform: translateX(-100%) scaleX(0);
  }
  100% {
    transform: translateX(0);
  }
}
/* ======================================================================
 p_academy
====================================================================== */
.p_academy .l_main_visual {
  background-image: url("../img/academy/mv.jpg");
}
@media screen and (max-width: 768px) {
  .p_academy .l_main_visual {
    background-image: url("../img/academy/sp/mv.jpg");
  }
}
.p_academy_inner {
  background: url("../img/academy/inner.jpg") no-repeat center bottom;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p_academy_inner {
    background-image: url("../img/academy/sp/inner.jpg");
    background-size: 100% auto;
    background-color: #E5E8EC;
  }
}
.p_academy .link-01 {
  text-decoration: underline;
}
.p_academy .link-01:hover {
  text-decoration: none;
}
.p_academy .c_inline_anchor {
  width: 840px;
}
@media screen and (max-width: 768px) {
  .p_academy .c_inline_anchor {
    width: auto;
  }
}
.p_academy .c_mediumpanel_txts.t1 {
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .p_academy .c_mediumpanel_txts.t1 {
    padding: 30px;
  }
}
.p_academy .kimete01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p_academy .kimete01 {
    display: inherit;
  }
}
.p_academy .kimete01 .left {
  position: relative;
}
.p_academy .kimete01 .left .c_btn_1 {
  left: inherit;
  bottom: inherit;
}
.p_academy .kimete01 .right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 61px;
}
@media screen and (max-width: 768px) {
  .p_academy .kimete01 .right {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
}
.p_academy .kimete01 .right img {
  max-width: 180px;
}
@media screen and (max-width: 768px) {
  .p_academy .kimete01 .right img {
    max-width: 144px;
  }
}

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