.c-container {
  width: 100%;
  max-width: 124rem;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 749.98px) {
  .c-container {
    padding: 0 4rem;
  }
}

.c-btn {
  height: 8rem;
  text-align: center;
  border-radius: 1rem;
  background-color: #fff;
  padding: 0.8rem 2rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749.98px) {
  .c-btn {
    height: 10rem;
    padding: 0.8rem 2.4rem;
  }
}
.c-btn.-line {
  height: 4rem;
  background-color: #10a146;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-line {
    border-radius: 0;
  }
}
.c-btn.-line span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  padding-left: 2.6rem;
  position: relative;
}
.c-btn.-line span:before {
  content: "";
  display: block;
  width: 1.7rem;
  height: 1.2rem;
  background: transparent url("../../assets/img/common/icon_line.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 1rem) / 2);
  left: 0;
}
.c-btn.-lesson {
  height: 4rem;
  background-color: #e8052a;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-lesson {
    border-radius: 0;
  }
}
.c-btn.-lesson span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  padding-left: 2.6rem;
  position: relative;
}
.c-btn.-lesson span:before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: transparent url("../../assets/img/common/chalkboard-teacher-solid.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 1.5rem) / 2);
  left: 0;
}
.c-btn.-entry {
  height: 4rem;
  border-radius: 200rem;
  background-color: #285387;
  position: relative;
}
.c-btn.-entry span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  padding-left: 5.4rem;
  position: relative;
}
.c-btn.-entry span:before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 22" preserveAspectRatio="none"><path fill="%23fff" d="M10,0C6.14,0,3,3.14,3,7c0,2.41,1.23,4.55,3.09,5.81-3.57,1.53-6.09,5.07-6.09,9.19h2c0-2.89,1.53-5.41,3.81-6.81.67,1.65,2.31,2.81,4.19,2.81s3.52-1.16,4.19-2.81c2.29,1.41,3.81,3.92,3.81,6.81h2c0-4.12-2.53-7.66-6.09-9.19,1.86-1.26,3.09-3.4,3.09-5.81,0-3.86-3.14-7-7-7ZM10,2c2.77,0,5,2.23,5,5s-2.23,5-5,5-5-2.23-5-5,2.23-5,5-5ZM10,14c.82,0,1.6.12,2.34.34-.35.96-1.25,1.66-2.34,1.66s-2-.69-2.34-1.66c.74-.23,1.52-.34,2.34-.34Z"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  aspect-ratio: 20/22;
  background-size: contain;
  position: absolute;
  top: calc((100% - 2.4rem) / 2);
  left: 0;
}
.c-btn.-arrow1 {
  border-radius: 200rem;
  width: 38.6rem;
  height: 7.4rem;
  padding-right: 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #285387;
  position: relative;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-arrow1 {
    width: 80%;
    height: 10rem;
  }
}
.c-btn.-arrow1:after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
  position: absolute;
  top: calc((100% - 1.2rem) / 2);
  right: 2.5rem;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-arrow1:after {
    right: 4rem;
  }
}
.c-btn.-arrow1 span {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-arrow1 span {
    padding-left: 0;
    font-size: 2.6rem;
  }
}
@media (hover: hover) {
  .c-btn.-arrow1:hover {
    opacity: 1;
    filter: brightness(1.2);
  }
  .c-btn.-arrow1:hover:after {
    transform: translateX(0.4rem);
  }
}
.c-btn.-arrow2 {
  width: auto;
  height: auto;
  border: none;
  background-color: transparent;
  font-size: 2rem;
  font-weight: 700;
  padding-right: 4.2rem;
  padding-left: 0;
  position: relative;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .c-btn.-arrow2 {
    font-size: 1.5rem;
  }
}
.c-btn.-arrow2:before {
  content: "";
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 200rem;
  position: absolute;
  top: calc((100% - 3.4rem) / 2);
  right: 0;
  transition: all 0.3s ease 0.1s;
}
.c-btn.-arrow2:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 11"><path fill="%23fff" d="M13.7,4.8L8.9.3c-.4-.4-1.1-.4-1.5,0-.4.4-.4,1,0,1.4l2.8,2.7H1.1C.4,4.4,0,4.8,0,5.4s.4,1,1.1,1h9.5l-3.1,2.9c-.2.2-.3.4-.3.7,0,.6.4,1,1.1,1s.5-.1.7-.3l4.7-4.5c.4-.4.4-1,0-1.4Z"/></svg>');
  position: absolute;
  top: calc((100% - 1.1rem) / 2);
  right: 1rem;
  transform: rotateZ(-45deg);
  animation: arrow1-animate-out 0.3s ease 0s;
}
@media (hover: hover) {
  .c-btn.-arrow2:hover {
    opacity: 1;
    padding-left: 0.4rem;
  }
  .c-btn.-arrow2:hover:before {
    transform: translateX(0.4rem);
  }
  .c-btn.-arrow2:hover:after {
    animation: arrow1-animate 0.3s ease 0.2s forwards;
  }
}
.c-btn.-arrow3 {
  width: 100%;
  height: auto;
  border: none;
  background-color: transparent;
  font-size: 1.6rem;
  text-align: left;
  font-weight: 700;
  padding-right: 4.2rem;
  padding-left: 0;
  justify-content: flex-start;
  position: relative;
}
.c-btn.-arrow3:before {
  content: "";
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 200rem;
  position: absolute;
  top: calc((100% - 3.2rem) / 2);
  right: 0;
  transition: all 0.3s ease 0.1s;
}
.c-btn.-arrow3:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 11"><path fill="%23fff" d="M13.7,4.8L8.9.3c-.4-.4-1.1-.4-1.5,0-.4.4-.4,1,0,1.4l2.8,2.7H1.1C.4,4.4,0,4.8,0,5.4s.4,1,1.1,1h9.5l-3.1,2.9c-.2.2-.3.4-.3.7,0,.6.4,1,1.1,1s.5-.1.7-.3l4.7-4.5c.4-.4.4-1,0-1.4Z"/></svg>');
  position: absolute;
  top: calc((100% - 1.1rem) / 2);
  right: 0.8rem;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .c-btn.-arrow3:hover {
    opacity: 1;
  }
  .c-btn.-arrow3:hover:before {
    transform: translateX(0.4rem);
  }
  .c-btn.-arrow3:hover:after {
    transform: translateX(0.4rem);
  }
}
.c-btn.-arrow4 {
  height: auto;
  background-color: #fff;
  width: 28.8rem;
  border-radius: 1.5rem;
  padding: 1.6rem 1.6rem 1.6rem 2.4rem;
  transition: all 0.3s ease 0s;
}
.c-btn.-arrow4 span {
  display: block;
  width: 100%;
  text-align: left;
  padding-right: 4.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
.c-btn.-arrow4 span:before {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 200rem;
  position: absolute;
  top: calc((100% - 4rem) / 2);
  right: 0;
  transition: all 0.3s ease 0.1s;
}
.c-btn.-arrow4 span:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 11"><path fill="%23fff" d="M13.7,4.8L8.9.3c-.4-.4-1.1-.4-1.5,0-.4.4-.4,1,0,1.4l2.8,2.7H1.1C.4,4.4,0,4.8,0,5.4s.4,1,1.1,1h9.5l-3.1,2.9c-.2.2-.3.4-.3.7,0,.6.4,1,1.1,1s.5-.1.7-.3l4.7-4.5c.4-.4.4-1,0-1.4Z"/></svg>');
  position: absolute;
  top: calc((100% - 1.1rem) / 2);
  right: 1.2rem;
  transform: rotateZ(-45deg);
  animation: arrow1-animate-out 0.3s ease 0s;
}
@media (hover: hover) {
  .c-btn.-arrow4:hover {
    opacity: 1;
    padding-left: 2.7rem;
  }
  .c-btn.-arrow4:hover span:before {
    transform: translateX(0.4rem);
  }
  .c-btn.-arrow4:hover span:after {
    animation: arrow1-animate 0.3s ease 0.2s forwards;
  }
}

@keyframes arrow1-animate {
  0% {
    transform: rotateZ(-45deg);
  }
  50% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(0) translateX(0.4rem);
  }
}
@keyframes arrow1-animate-out {
  0% {
    transform: rotateZ(0) translateX(0.4rem);
  }
  50% {
    transform: rotateZ(0) translateX(0);
  }
  100% {
    transform: rotateZ(-45deg);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/*************************
recruit
************************ */
.p-recruit {
  padding-bottom: 16rem;
}
@media screen and (max-width: 749.98px) {
  .p-recruit .c-container {
    padding: 0;
  }
}
.p-recruit-head {
  position: relative;
}
.p-recruit-head-title {
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  text-shadow: 0 0 1rem black;
  padding-bottom: 9rem;
  position: absolute;
  top: 50%;
  left: 55rem;
  transform: translateY(-50%);
}
.lang-en .p-recruit-head-title {
  font-size: 4.9rem;
  line-height: 1.5;
}
@media screen and (min-width: 1440px) {
  .p-recruit-head-title {
    left: 38vw;
    font-size: 2.4vw;
  }
  .lang-en .p-recruit-head-title {
    font-size: 3.4vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 749.98px) {
  .p-recruit-head-title {
    font-size: 4rem;
    line-height: 1.8;
    width: 100%;
    text-align: center;
    top: 4rem;
    left: 0%;
    transform: translate(0);
    padding-bottom: 0;
  }
  .lang-en .p-recruit-head-title {
    font-size: 4.4rem;
    padding: 0 4rem;
  }
}
.p-recruit-head-bg {
  position: relative;
  z-index: -1;
}
.p-recruit-main {
  margin-top: 8rem;
}
.p-recruit-main .c-container {
  width: 108rem;
}
@media screen and (max-width: 749.98px) {
  .p-recruit-main .c-container {
    width: 100%;
    padding: 0 4rem;
  }
}
.p-recruit-cont {
  counter-reset: nmb;
}
.p-recruit-cont-title {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  color: #285387;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 749.98px) {
  .p-recruit-cont-title {
    font-size: 3.6rem;
  }
}
.p-recruit-cont-item dl {
  border-top: 1px solid #99b4bf;
  display: flex;
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 749.98px) {
  .p-recruit-cont-item dl {
    flex-direction: column;
  }
}
.p-recruit-cont-item dl dt {
  width: 20rem;
  font-size: 2rem;
  font-weight: 700;
  color: #285387;
  position: relative;
  padding-bottom: 0.8rem;
  padding-left: 2.8rem;
}
@media screen and (max-width: 749.98px) {
  .p-recruit-cont-item dl dt {
    width: 100%;
    font-size: 2.8rem;
    padding-left: 3.2rem;
  }
}
.p-recruit-cont-item dl dt:before {
  counter-increment: nmb;
  content: counter(nmb) ".";
  position: absolute;
  left: 0;
  top: 1rem;
  line-height: 1;
  color: #285387;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 749.98px) {
  .p-recruit-cont-item dl dt:before {
    top: 1.5rem;
  }
}
.p-recruit-cont-item dl dd {
  width: calc(100% - 20rem);
  margin-top: 0.4rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 749.98px) {
  .p-recruit-cont-item dl dd {
    width: 100%;
    font-size: 2.6rem;
  }
}
.p-recruit-cont-item dl dd ul li {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 2.4rem;
  padding-left: 2rem;
  position: relative;
}
.p-recruit-cont-item dl dd ul li:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 200rem;
  background-color: #d9b70d;
  position: absolute;
  top: 1.4rem;
  left: 0;
}
@media screen and (max-width: 749.98px) {
  .p-recruit-cont-item dl dd ul li:before {
    top: 2.2rem;
  }
}
.p-recruit-cont-item dl dd ul li b {
  display: block;
  font-weight: 700;
}
.p-recruit-cont-item dl dd ul li:first-of-type {
  margin-top: 0;
}
.lang-en .p-recruit-cont-item dl dd ul li br {
  display: none;
}
.p-recruit .btnbox {
  margin-top: 4rem;
  background-color: #f5f7f8;
  padding: 4rem;
}
.p-recruit .btnbox .c-btn {
  margin: 0 auto;
}
.p-recruit .btnbox .c-btn.-entry {
  width: 100%;
  max-width: 34rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 749.98px) {
  .p-recruit .btnbox .c-btn.-entry {
    max-width: 80%;
    height: 8rem;
  }
}
.p-recruit .btnbox .c-btn span {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 749.98px) {
  .p-recruit .btnbox .c-btn span {
    font-size: 2.6rem;
  }
}