@charset "UTF-8";
/* ブレイクポイント設定 */
/* 色設定 */
/* フォントサイズ */
/* 行間 */
/* 文字間隔 */
/* スタイル調整 */
/* transition */
/* ホバー */
/* 左から右へ光るライン */
/* MV */
.p-mv {
  position: relative;
  width: 100vw;
  height: 75.1rem;
  background: linear-gradient(45deg, #fff 0%, #DBF1FF 100%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: 144rem;
  }
}

.p-mv__title {
  position: absolute;
  z-index: 3;
  top: 18.2rem;
  left: 41%;
  transform: translateX(-50%);
  width: 87.193rem;
  font-size: 6.606rem;
  line-height: 130%;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    top: 22.53rem;
    left: 2.342rem;
    transform: translateX(0);
    width: 71.04rem;
    font-size: 5.257rem;
  }
}

.p-mv__text {
  position: absolute;
  z-index: 3;
  top: 40.5rem;
  left: calc(-13.5rem + 41.5vw);
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92.8rem;
  height: 5.1rem;
  font-size: 2.8rem;
  background: url(../images/Rectangle\ 110.webp) no-repeat 0% 50%/contain;
  padding-left: 11rem;
}
@media screen and (max-width: 1440px) {
  .p-mv__text {
    left: 32.2%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__text {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__text--upper {
    position: absolute;
    z-index: 3;
    top: 40.5rem;
    left: 2.367rem;
    font-size: 3.004rem;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__text--lower {
    position: absolute;
    z-index: 2;
    top: 43.5rem;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 69.87rem;
    height: 5.63rem;
    font-size: 3.004rem;
    background: url(../images/Rectangle\ 110_sp.webp) no-repeat 0% 50%/contain;
    padding-right: 4.5rem;
  }
}

.dot {
  position: relative;
}
.dot::before {
  position: absolute;
  top: -0.65em;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background: #07314B;
  border-radius: 50%;
}

.rectangle {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17rem;
  height: 13.54rem;
  font-size: 3.4rem;
  margin-left: 0.1em;
  margin-right: 0.1em;
}
@media screen and (max-width: 767px) {
  .rectangle {
    width: 19.32rem;
    height: 14.55rem;
    font-size: 3.755rem;
    margin-left: 0.15em;
    margin-right: 0.15em;
  }
}
.rectangle::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(11deg);
  transform-origin: center;
  will-change: transform;
  content: "";
  background: url(../images/Rectangle\ 109.webp) no-repeat 50% 50%/97% 50%;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.text-mask {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 28%;
  overflow: hidden;
}
.text-mask::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #009CFF;
  transform: translateX(0) translateY(-50%);
  animation: maskSlide 0.8s 0.5s ease forwards;
}

@keyframes maskSlide {
  from {
    transform: translateX(0) translateY(-50%);
  }
  to {
    transform: translateX(100%) translateY(-50%);
  }
}
.p-mv__cta {
  position: absolute;
  z-index: 4;
  top: 55.6rem;
  left: 31%;
  transform: translateX(-50%);
  width: 56.6rem;
  height: 9.9rem;
  background: linear-gradient(90deg, #FE6C03 0%, #F48C41 100%);
  border-radius: 5.962rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv__cta {
    top: 124.28rem;
    left: 50%;
    width: 72.02rem;
    height: 12.2rem;
    border: solid 2.38px #fff;
  }
}
.p-mv__cta a {
  height: 100%;
  transition: 0.3s;
}
.p-mv__cta a span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 2.862rem;
  padding-right: 1.2em;
}
@media screen and (max-width: 767px) {
  .p-mv__cta a span {
    font-size: 3.38rem;
  }
}
.p-mv__cta a span::before {
  position: absolute;
  top: 40%;
  right: 2.07em;
  transform: translateY(-50%);
  content: "";
  width: 2.1rem;
  height: 2.1rem;
  border-top: solid 4px #FE6C03;
  border-right: solid 4px #FE6C03;
  transform: rotate(45deg);
  opacity: 0;
  transition: 0.3s;
}
.p-mv__cta a span::after {
  position: absolute;
  top: 50%;
  right: 1.9em;
  transform: translateY(-50%);
  content: "";
  background: url(../images/weui_arrow-filled.webp) no-repeat 50% 50%/contain;
  width: 2.8rem;
  height: 5.6rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-mv__cta a span::after {
    width: 3.9rem;
    height: 7.32rem;
  }
}
.p-mv__cta:hover {
  background: #fff;
  border: solid 2.38px #FE6C03;
}
.p-mv__cta:hover a {
  color: #FE6C03;
}
.p-mv__cta:hover a span::before {
  opacity: 1;
}
.p-mv__cta:hover a span::after {
  display: none;
}

@keyframes light-sweep {
  0% {
    transform: skewX(-30deg) translateX(-100%);
  }
  25% {
    transform: skewX(-30deg) translateX(105%); /* 右端まで移動 */
  }
  100% {
    transform: skewX(-30deg) translateX(105%); /* 移動完了 */
  }
}
.p-mv__img {
  position: absolute;
  z-index: 3;
  top: -5.4rem;
  left: 77.5%;
  transform: translateX(-50%);
  width: 64.488rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv__img {
    top: 32.98rem;
    left: 5.074rem;
    transform: translateX(0);
    width: 66.356rem;
  }
}

.p-mv__profile {
  position: absolute;
  top: 60rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  text-shadow: 0 3px 9.3px rgba(0, 0, 0, 0.5), 1px 1px 0 #009CFF, -1px -1px 0 #009CFF, -1px 1px 0 #009CFF, 1px -1px 0 #009CFF, 1px 0 0 #009CFF, -1px 0 0 #009CFF, 0 1px 0 #009CFF, 0 -1px 0 #009CFF; /* 右上方向に影 */
}
@media screen and (max-width: 767px) {
  .p-mv__profile {
    top: 14rem;
    left: auto;
    transform: translateX(0);
    right: 0.5rem;
    writing-mode: vertical-rl;
    letter-spacing: 0.7em;
    text-shadow: 0 1.92px 6.64px rgba(0, 0, 0, 0.2), 0.64px 0.64px 0 #009CFF, -0.64px -0.64px 0 #009CFF, -0.64px 0.64px 0 #009CFF, 0.64px -0.64px 0 #009CFF, 0.64px 0 0 #009CFF, -0.64px 0 0 #009CFF, 0 0.64px 0 #009CFF, 0 -0.64px 0 #009CFF; /* 右上方向に影 */
  }
}

.p-mv__career {
  font-size: 2.4rem;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-mv__career {
    font-size: 3.004rem;
  }
}

.p-mv__name {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-mv__name {
    font-size: 3.755rem;
    margin-top: 3rem;
    margin-right: 4.2rem;
  }
}

.p-mv__line {
  position: absolute;
  z-index: 1;
  background: linear-gradient(90deg, #009CFF 0%, #fff 100%);
  transform: translateX(-50%) rotate(-41.82deg);
  animation: line_animation ease-in forwards;
}
@media screen and (max-width: 767px) {
  .p-mv__line {
    transform: translateX(0) rotate(-41.82deg);
  }
}

.line01 {
  top: -14.5rem;
  left: 8%;
  width: 71.902rem;
  height: 24.871rem;
  clip-path: inset(0 100% 0 0);
  animation-duration: 1s;
  animation-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  .line01 {
    top: -5rem;
    left: -13rem;
    width: 38.98rem;
    height: 12.97rem;
  }
}

.line02 {
  top: 61rem;
  left: -1.5%;
  width: 26.663rem;
  height: 6.914rem;
  clip-path: inset(0 100% 0 0);
  animation-duration: 1s;
}
@media screen and (max-width: 767px) {
  .line02 {
    top: 90rem;
    left: -21rem;
    width: 37.75rem;
    height: 6.25rem;
  }
}

.line03 {
  top: 0;
  left: 74.4%;
  width: 35.431rem;
  height: 3.531rem;
  clip-path: inset(0 0 0 100%);
  animation-duration: 1s;
  animation-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  .line03 {
    top: 1rem;
    left: 50.5rem;
    width: 38.36rem;
    height: 4.4rem;
  }
}

.line04 {
  top: 38.5rem;
  left: 78%;
  width: 117.017rem;
  height: 22.647rem;
  clip-path: inset(0 100% 0 0);
  animation-duration: 0.5s;
  animation-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .line04 {
    top: 80.5rem;
    left: -20rem;
    width: 140.23rem;
    height: 29.23rem;
  }
}

.line05 {
  top: 47.5rem;
  left: 99.5%;
  width: 39.196rem;
  height: 2.281rem;
  clip-path: inset(0 0 0 100%);
  animation-duration: 0.8s;
  animation-delay: 0.1s;
}
@media screen and (max-width: 767px) {
  .line05 {
    top: 119.2rem;
    left: 59rem;
    width: 37.44rem;
    height: 6rem;
  }
}

.line06 {
  top: 60rem;
  left: 99%;
  width: 39.196rem;
  height: 10.396rem;
  clip-path: inset(0 0 0 100%);
  animation-duration: 0.8s;
  animation-delay: 0.2s;
}

@keyframes line_animation {
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.p-mv__dot {
  position: absolute;
  z-index: 2;
  transform: translateX(-50%);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-mv__dot {
    transform: translateX(0);
  }
}

.dot01 {
  top: 0.9rem;
  left: 6.7%;
  background: url(../images/Dot\ Grid.webp) no-repeat 50% 50%/contain;
  width: 9.9rem;
  height: 10.2rem;
}

.dot02 {
  top: 58rem;
  left: 18.7%;
  background: url(../images/Dot\ Grid\ \(1\).webp) no-repeat 50% 50%/contain;
  width: 23.174rem;
  height: 23.82rem;
}
@media screen and (max-width: 767px) {
  .dot02 {
    top: 117.15rem;
    left: -3rem;
    background: url(../images/Dot\ Grid\(1\)_sp.webp) no-repeat 50% 50%/contain;
    width: 29.08rem;
    height: 28.755rem;
  }
}

.dot03 {
  top: 50rem;
  left: 96%;
  background: url(../images/Dot\ Grid\ \(2\).webp) no-repeat 50% 50%/contain;
  width: 14.6rem;
  height: 15rem;
}
@media screen and (max-width: 767px) {
  .dot03 {
    top: 95.56rem;
    left: auto;
    right: -4.8rem;
    background: url(../images/Dot\ Grid\ \(2\)_sp.png) no-repeat 50% 50%/contain;
    width: 16.98rem;
    height: 16.78rem;
  }
}

/* about */
.p-about {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 98.8rem;
  background: url(../images/💅\ About\ Background\ Pattern_\ Basic_\ Background\ patterns.webp) no-repeat 50% 50%/cover;
}
@media screen and (max-width: 767px) {
  .p-about {
    height: 212rem;
  }
}

.p-about__contents {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115.8rem;
  height: 73.2rem;
  background: #fff;
  border: solid 2px #009CFF;
  border-radius: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about__contents {
    width: 100%;
    height: 184.365rem;
    background: transparent;
    border: none;
  }
}

.p-contents__inner--about {
  width: 103.8rem;
}
@media screen and (max-width: 767px) {
  .p-contents__inner--about {
    width: 100%;
  }
}

.p-about__text {
  font-size: 2rem;
  line-height: 150%;
  text-align: center;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    font-size: 3.004rem;
    margin-top: 6rem;
  }
}

.p-about__content {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about__content {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: solid 3.24px #009CFF;
    border-radius: 9.387rem;
    row-gap: 5.5rem;
    padding-top: 6.5rem;
    padding-bottom: 7.5rem;
  }
}

.p-content__img--about {
  width: 48.8rem;
}
@media screen and (max-width: 767px) {
  .p-content__img--about {
    width: 67.19rem;
    margin: 0 auto;
  }
}

.p-content__texts--about {
  width: 46.3rem;
}
@media screen and (max-width: 767px) {
  .p-content__texts--about {
    width: 60rem;
    margin: 0 auto;
  }
}

.p-texts__title--about {
  font-size: 2.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-texts__title--about {
    font-size: 5.257rem;
  }
}

.p-texts__text-block--about {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  line-height: 180%;
  row-gap: 2.5rem;
  margin-top: 2.5rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-texts__text-block--about {
    font-size: 2.628rem;
    row-gap: 4rem;
    margin-top: 4.5rem;
    margin-bottom: 5.5rem;
  }
}

/* interview */
.p-interview {
  position: relative;
  width: 100vw;
  height: 146.4rem;
  background: linear-gradient(45deg, #F6FBFF 0%, #DFF2FF 100%);
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-interview {
    height: 372.67rem;
    padding-top: 13.14rem;
  }
}
.p-interview::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(../images/Clip\ path\ group.png) no-repeat 50% 50%/cover;
  width: 100%;
  height: 100%;
}

.p-interview__contents {
  margin: 0 auto;
}

.p-interview__grid {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  width: 90.4rem;
  gap: 5rem;
  margin: 6.5rem auto 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-interview__grid {
    width: 100%;
    grid-template-columns: repeat(1, 4fr);
    gap: 4.5rem;
    margin: 8rem auto 7rem;
  }
}

.p-grid__item {
  position: relative;
  width: 42.7rem;
  background: #fff;
  border: solid 3px #009CFF;
  border-radius: 2rem;
  padding-top: 4.4rem;
  padding-bottom: 4.3rem;
}
@media screen and (max-width: 767px) {
  .p-grid__item {
    width: 67.33rem;
    border: solid 2.42px #009CFF;
    border-radius: 3.034rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-interview__person {
  display: flex;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-interview__person {
    padding-left: 4.25rem;
  }
}

.p-person__img {
  width: 12.4rem;
  border-radius: 50%;
  margin-right: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-person__img {
    width: 19.55rem;
    margin-right: 1.5rem;
  }
}

.p-person__info {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-person__info {
    margin-top: 1.5rem;
  }
}

.p-person__upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 20.2rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-person__upper {
    width: 32.73rem;
    margin-bottom: 1.5rem;
  }
}

.p-person__school-year {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  color: #009CFF;
  width: 8.6rem;
  height: 2.3rem;
  border: solid 1px #009CFF;
  margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-person__school-year {
    font-size: 2.628rem;
    width: 14.58rem;
    height: 3.8rem;
    border: solid 0.81px #009CFF;
  }
}

.p-person__name {
  width: 11.2rem;
}
@media screen and (max-width: 767px) {
  .p-person__name {
    width: 16.9rem;
  }
}

.p-person__lower {
  font-size: 2rem;
  font-weight: 600;
  line-height: 200%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-person__lower {
    font-size: 3.004rem;
  }
}

.p-word {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.5rem;
  background: #009CFF;
  padding: 0 0.8rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-word {
    height: 5.287rem;
    padding: 0 1.5rem;
  }
}

.p-score {
  margin: 1.5rem auto;
}
@media screen and (max-width: 767px) {
  .p-score {
    margin: 3rem auto;
  }
}

.score01 {
  width: 29.9rem;
}
@media screen and (max-width: 767px) {
  .score01 {
    width: 46.87rem;
  }
}

.score02 {
  width: 29.8rem;
}
@media screen and (max-width: 767px) {
  .score02 {
    width: 46.87rem;
  }
}

.score03, .score04 {
  width: 28.464rem;
}
@media screen and (max-width: 767px) {
  .score03, .score04 {
    width: 44.88rem;
  }
}

.p-interview__text {
  width: 35.9rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 240%;
  margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-interview__text {
    width: 57rem;
    font-size: 2.253rem;
  }
}
.p-interview__text p {
  border-bottom: dotted 0.2rem #C3D5ED;
}
@media screen and (max-width: 767px) {
  .p-interview__text p {
    border-bottom: dotted 0.3rem #C3D5ED;
  }
}

/* feature */
.p-feature {
  width: 100vw;
  height: 155.1rem;
  padding-top: 12.8rem;
}
@media screen and (max-width: 767px) {
  .p-feature {
    height: auto;
    padding-top: 18.774rem;
    padding-bottom: 18.774rem;
  }
}

.p-feature__content {
  display: flex;
  flex-direction: column;
  width: 97.702rem;
  row-gap: 8rem;
  margin: 7rem auto 8rem;
}
@media screen and (max-width: 767px) {
  .p-feature__content {
    width: 100%;
    row-gap: 11.265rem;
    margin: 10rem auto 8.5rem;
  }
}

.p-feature__item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-feature__item {
    display: flex;
    flex-direction: column;
    row-gap: 4.5rem;
  }
}

@media screen and (max-width: 767px) {
  .item02 {
    flex-direction: column-reverse;
  }
}

.p-item__main-block {
  width: 45.6rem;
}
@media screen and (max-width: 767px) {
  .p-item__main-block {
    width: 100%;
  }
}

.p-item__number {
  width: 9.082rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-item__number {
    width: 14rem;
  }
}

.p-item__title {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 600;
  height: 5rem;
  color: #fff;
  background: #0088FF;
  border-radius: 3.5rem;
  padding-left: 2.4rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-item__title {
    font-size: 3.755rem;
    height: 8.261rem;
    border-radius: 5.42rem;
  }
}

.p-item__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 180%;
  text-indent: 0.3em;
  margin-left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-item__text {
    font-size: 3.004rem;
  }
}

.text01 {
  text-indent: 0;
}

.p-item__img {
  width: 48.1rem;
}
@media screen and (max-width: 767px) {
  .p-item__img {
    width: 100%;
  }
}

/* course */
.p-course {
  width: 100vw;
  background: #2A3441;
  padding-top: 10rem;
  padding-bottom: 9.4rem;
}
@media screen and (max-width: 767px) {
  .p-course {
    padding-top: 13.14rem;
    padding-bottom: 13.14rem;
  }
}

.p-course__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 124.7rem;
  margin: 7rem auto 5rem;
}
@media screen and (max-width: 767px) {
  .p-course__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 9.387rem;
  }
}

.p-content__item--course {
  width: 40.5rem;
  height: auto;
  background: #fff;
  border: solid 2px #009CFF;
  border-radius: 1.5rem;
  padding-top: 1.6rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-content__item--course {
    width: 100%;
    border: solid 1.81px #009CFF;
    padding-bottom: 3.8rem;
  }
}

.p-item__img--course {
  width: 39rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-item__img--course {
    width: 68.75rem;
  }
}

@media screen and (max-width: 767px) {
  .img01--course {
    width: 68.72rem;
  }
}

.p-item__main-block--course {
  width: 37.4rem;
  margin: 2.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-item__main-block--course {
    width: 65.89rem;
    margin: 4rem auto 0;
  }
}

.main-block01--course {
  margin: 2.7rem auto 0;
}
@media screen and (max-width: 767px) {
  .main-block01--course {
    margin: 4rem auto 0;
  }
}

.p-item__title--course {
  font-size: 2.8rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #009CFF;
  padding-left: 0.5rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-item__title--course {
    font-size: 4.881rem;
    padding-left: 1rem;
    margin-bottom: 3.6rem;
  }
}

.p-item__text--course {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 120%;
  padding-left: 0.5rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-item__text--course {
    font-size: 2.628rem;
    padding-left: 1rem;
    margin-bottom: 3.4rem;
  }
}

.p-item__content--course {
  width: 100%;
  border: solid 2px #009CFF;
  border-radius: 1rem;
  padding: 0.9rem 0;
}
@media screen and (max-width: 767px) {
  .p-item__content--course {
    border: solid 1.81px #009CFF;
    border-radius: 1.695rem;
    padding: 1.69rem 0;
  }
}

.p-content__name--course {
  text-align: center;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  color: #009CFF;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-content__name--course {
    font-size: 2.71rem;
  }
}
.p-content__name--course::after {
  position: absolute;
  top: 50%;
  right: 0.75em;
  transform: translateY(-50%);
  content: "";
  background: url(../images/Group\ 148.png) no-repeat 50% 50%/contain;
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-content__name--course::after {
    width: 2.82rem;
    height: 2.82rem;
  }
}

.p-cta__attention {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 5.6rem;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-cta__attention {
    font-size: 2.628rem;
    line-height: 130%;
    margin-top: 8.5rem;
    margin-bottom: 4rem;
  }
}

.p-course__cta {
  position: relative;
  width: 48.8rem;
  height: 8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-course__cta {
    width: 100%;
    height: 12.18rem;
  }
}
.p-course__cta a span {
  padding-right: 1.2em;
}
@media screen and (max-width: 767px) {
  .p-course__cta a span {
    padding-right: 1em;
  }
}
.p-course__cta a span::before {
  position: absolute;
  top: 38%;
  right: 2.07em;
  transform: translateY(-50%);
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  border-top: solid 3.5px #FE6C03;
  border-right: solid 3.5px #FE6C03;
  transform: rotate(45deg);
  opacity: 0;
  transition: 0.3s;
}
.p-course__cta a span::after {
  position: absolute;
  top: 50%;
  right: 1.9em;
  transform: translateY(-50%);
  content: "";
  background: url(../images/Vector\(2\).webp) no-repeat 50% 50%/contain;
  width: 1.473rem;
  height: 2.546rem;
}
@media screen and (max-width: 767px) {
  .p-course__cta a span::after {
    right: 2em;
    width: 2.157rem;
    height: 3.584rem;
  }
}
.p-course__cta:hover {
  border: solid 2.38px #FE6C03;
}

/* teaching */
.p-teaching {
  position: relative;
  padding-top: 12.8rem;
}

@media screen and (max-width: 767px) {
  .p-teaching__subtitle {
    line-height: 100%;
    margin-top: 2rem;
  }
}

.p-teaching__contents {
  width: 125.2rem;
  height: 153.2rem;
  background: #F5FBFF;
  border-radius: 5rem;
  padding-top: 8rem;
  margin: 7rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-teaching__contents {
    width: 100%;
    height: 417rem;
    border-radius: 9.39rem;
  }
}

.p-teaching__content {
  width: 104rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-teaching__content {
    width: 100%;
  }
}

.p-teaching__grid {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 4rem 8rem;
  width: 100%;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-teaching__grid {
    grid-template-columns: repeat(1, 4fr);
    gap: 5.8rem;
    margin-bottom: 7rem;
  }
}

.p-grid__item--teaching {
  position: relative;
  width: 48rem;
  height: 59.5rem;
}
@media screen and (max-width: 767px) {
  .p-grid__item--teaching {
    width: 100%;
    height: auto;
  }
}

.p-item__mark {
  position: absolute;
  top: 1rem;
  left: 0;
  width: 6.65rem;
}
@media screen and (max-width: 767px) {
  .p-item__mark {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 8.78rem;
  }
}

.p-item__title--teaching {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 120%;
  color: #009CFF;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-item__title--teaching {
    font-size: 4.506rem;
    padding-top: 8.871rem;
    margin-bottom: 2.5rem;
  }
}

.p-item__img--teaching {
  width: 47.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-item__img--teaching {
    width: 100%;
  }
}

.p-item__text--teaching {
  width: 47.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 180%;
  margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-item__text--teaching {
    width: 97%;
    font-size: 2.628rem;
    margin-top: 2.5rem;
  }
}

/* message */
.p-message {
  width: 100vw;
  height: 125.1rem;
  background: url(../images/💅\ measage_Background\ Pattern_\ Basic_\ Background\ patterns.webp) no-repeat 50% 50%/cover;
  padding-top: 19.5rem;
  margin-top: -9rem;
}
@media screen and (max-width: 767px) {
  .p-message {
    height: 420rem;
    padding-top: 18.774rem;
  }
}

.p-message__contents {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 5.7rem;
       column-gap: 5.7rem;
  margin-top: 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-message__contents {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    row-gap: 6rem;
  }
}

.p-jukuchou {
  width: 37.6rem;
}
@media screen and (max-width: 767px) {
  .p-jukuchou {
    width: 100%;
  }
}

.p-jukuchou__img {
  position: relative;
  width: 100%;
  height: 48.3rem;
  background: linear-gradient(180deg, #F0F9FF 0%, #C1E6FF 100%);
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-jukuchou__img {
    height: 83.2rem;
    margin-bottom: 3rem;
  }
}

.p-jukuchou__photo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 88%;
}

.p-jukuchou__career {
  position: relative;
  width: 100%;
  height: 18.2rem;
  background: url(../images/Rectangle\ 96.webp) no-repeat 50% 50%/contain;
  padding-top: 2.8rem;
  padding-left: 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-jukuchou__career {
    height: 34.7rem;
    padding-top: 6.5rem;
    padding-left: 4.5rem;
  }
}
.p-jukuchou__career::before, .p-jukuchou__career::after {
  position: absolute;
  content: "";
}
.p-jukuchou__career::before {
  top: 0.5rem;
  right: 4.6rem;
  width: 1px;
  height: 4.24rem;
  background: url(../images/Line\ 49.webp) no-repeat 50% 50%/cover;
}
@media screen and (max-width: 767px) {
  .p-jukuchou__career::before {
    top: 2rem;
    right: 8.2rem;
    height: 7.6rem;
  }
}
.p-jukuchou__career::after {
  top: 4.7rem;
  right: 0.4rem;
  width: 4.3rem;
  height: 1px;
  background: url(../images/Line\ 50.webp) no-repeat 50% 50%/cover;
}
@media screen and (max-width: 767px) {
  .p-jukuchou__career::after {
    top: 9.5rem;
    right: 0.9rem;
    width: 7.41rem;
  }
}

.p-jukuchou__name {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-jukuchou__name {
    font-size: 3.38rem;
  }
}

.p-career {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-career {
    font-size: 2.253rem;
    margin-top: 4rem;
  }
}

.p-career__list {
  line-height: 180%;
}

.p-message__content {
  width: 80.6rem;
  height: 83.394rem;
  background: #FFFDF6;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  box-shadow: -4px 4px 8.7px 0 rgba(0, 0, 0, 0.07);
  padding-top: 7rem;
  padding-left: 8rem;
}
@media screen and (max-width: 767px) {
  .p-message__content {
    width: 74.36rem;
    height: 243rem;
    border-top-left-radius: 3.755rem;
    border-bottom-left-radius: 3.755rem;
    padding-top: 11.5rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.p-content__title--message {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-content__title--message {
    font-size: 4.506rem;
  }
}

.p-content__text--message {
  font-size: 1.4rem;
  line-height: 180%;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-content__text--message {
    font-size: 2.628rem;
    margin-top: 6.2rem;
  }
}
.p-content__text--message p {
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-content__text--message p {
    margin-top: 4.2rem;
  }
}

/* faq */
.p-faq {
  position: relative;
  z-index: 2;
  width: 100vw;
  background: #F0F1F4;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-top: 13.14rem;
    padding-bottom: 13.14rem;
  }
}

.p-faq__contents {
  width: 103.8rem;
  padding: 0 2.8rem;
  margin: 5.6rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-faq__contents {
    width: 100%;
    padding: 0;
    margin: 7.6rem auto 0;
  }
}

.p-faq__qa {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-faq__qa {
    row-gap: 5.5rem;
  }
}

/* bannerセクション */
.p-banner__cta {
  position: relative;
  width: 41.8rem;
  height: 7.8rem;
}
@media screen and (max-width: 767px) {
  .p-banner__cta {
    width: 72.21rem;
    height: 14.64rem;
    margin: 0 auto;
  }
  .p-banner__cta a span {
    font-size: 4.506rem;
  }
}
.p-banner__cta:hover {
  border: solid 2px #FE6C03;
}

/* to-parentsセクション */
.p-to-parents {
  padding-top: 12.8rem;
  padding-bottom: 12.8rem;
}
@media screen and (max-width: 767px) {
  .p-to-parents {
    padding-top: 18.6rem;
    padding-bottom: 18.6rem;
  }
}

.p-to-parents__contents {
  width: 82.4rem;
  height: 45.6rem;
  background: #F8FAFA;
  border-radius: 3rem;
  padding: 6.5rem 8rem 5.6rem 8rem;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .p-to-parents__contents {
    width: 100%;
    height: 131.98rem;
    border-radius: 5.63rem;
    padding: 13.5rem 4.51rem 11.26rem 4.51rem;
    margin: 0 auto 6.5rem;
  }
}

.p-to-parents__title {
  position: relative;
  font-size: 3.2rem;
  padding-left: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-to-parents__title {
    font-size: 5.257rem;
    padding-left: 4.34rem;
  }
}
.p-to-parents__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  background: url(../images/Ellipse\ 33.webp) no-repeat 50% 50%/contain;
  width: 1.8rem;
  height: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-to-parents__title::before {
    width: 3rem;
    height: 3rem;
  }
}

.p-to-parents__text {
  font-size: 1.6rem;
  line-height: 220%;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-to-parents__text {
    font-size: 3.004rem;
    margin-top: 7rem;
  }
}

@media screen and (max-width: 767px) {
  .p-to-parents__btn {
    width: 59.99rem;
    height: 11.264rem;
  }
}
.p-to-parents__btn a span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-to-parents__btn a span {
    font-size: 3.755rem;
  }
}

/* footer */
.p-footer {
  height: 44rem;
  background: #2A3441;
}
@media screen and (max-width: 767px) {
  .p-footer {
    height: 73.78rem;
  }
}

.p-footer__contents {
  width: 72.206rem;
  padding-top: 6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-footer__contents {
    width: 100%;
  }
}

.p-footer__logo {
  width: 26.7rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 46.84rem;
  }
}

.p-footer__navi {
  width: 100%;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding: 2.4rem 0;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__navi {
    padding: 4.155rem 0;
    margin-top: 3rem;
  }
}

.p-footer__list {
  display: flex;
  justify-content: space-between;
  width: 48.167rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    width: 100%;
  }
}

.p-footer__item a {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  transition: 0.3s;
}
.p-footer__item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-footer__item a {
    font-size: 2.628rem;
  }
}

.p-footer__btn {
  position: relative;
  width: 30.806rem;
  height: 5.94rem;
  background: #06C755;
  border-radius: 3.915rem;
  overflow: hidden;
  transition: 0.3s;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-footer__btn {
    width: 67.08rem;
    height: 12.58rem;
    border-radius: 8.29rem;
    margin: 7rem auto 0;
  }
}
.p-footer__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: 1.8rem;
  transition: 0.3s;
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__btn a {
    font-size: 3.755rem;
    padding-right: 3rem;
  }
}
.p-footer__btn a span {
  position: relative;
  padding-left: 5.1rem;
}
@media screen and (max-width: 767px) {
  .p-footer__btn a span {
    padding-left: 11.23rem;
  }
}
.p-footer__btn a span::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  background: url(../images/LINE_Brand_icon\ 1.webp) no-repeat 50% 50%/contain;
  width: 5.1rem;
  height: 5.1rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-footer__btn a span::before {
    width: 11.23rem;
    height: 11.23rem;
  }
}
.p-footer__btn:hover {
  transform: scale(1.03);
}

.p-copyrights {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.05em;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-copyrights {
    font-size: 1.877rem;
    letter-spacing: 0;
    margin-top: 7.5rem;
  }
}/*# sourceMappingURL=style.css.map */