@charset "UTF-8";
/* ===============================================
コンテナ―
=============================================== */
.l-container {
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5%;
  }
}

.l-container_85 {
  max-width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-container_85 {
    max-width: 100%;
    margin: 0 auto;
  }
}

/* ===============================================
セクション
=============================================== */
/* 共通設定
----------------------- */
* {
  box-sizing: border-box;
}

body {
  font-size: 18px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  position: relative;
  z-index: 0;
  min-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

main {
  background: #fff;
  width: 100%;
}

.c-toggle01.is-toggle .c-toggle01__q:before,
.c-toggle01.is-toggle .c-toggle01__q:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 21px;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-toggle01.is-toggle .c-toggle01__q:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.c-toggle01.is-toggle .c-toggle01__q.is-active:after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* リンク
----------------------- */
.f-link {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.3s;
}
.f-link:hover {
  transition: 0.3s;
  opacity: 0.7;
}

/* 画像
----------------------- */
.f-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .f-img {
    width: 100%;
    margin: 0 auto;
    max-width: 480px;
  }
}

.f-shadow {
  filter: drop-shadow(3px 3px 4px #bdbdbd);
}

/* リボン
----------------------- */
.c-ribon {
  width: 100%;
  height: auto;
  padding: 40px 0;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
  position: relative;
  z-index: 0;
  letter-spacing: 1.5px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-ribon {
    font-size: 16px;
    font-feature-settings: "palt";
    padding: 16px 0;
  }
}
.c-ribon::after {
  position: absolute;
  content: "";
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 70px;
  height: 30px;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .c-ribon::after {
    width: 40px;
    height: 20px;
    bottom: -19px;
  }
}
.c-ribon span {
  color: yellow;
  font-size: 36px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .c-ribon span {
    font-size: 1.2em;
  }
}
.c-ribon span.yellow {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .c-ribon span.yellow {
    font-size: 18px;
  }
}
.c-ribon--blue {
  background: #2E3192;
}
.c-ribon--blue::after {
  background: #2E3192;
  z-index: 99;
}
.c-ribon--red {
  background: #70171a;
}
.c-ribon--red::after {
  background: #70171a;
}
.c-ribon--green {
  background: #014955;
}
.c-ribon--green::after {
  background: #014955;
}
.c-ribon--black {
  background: #080053;
}
.c-ribon--black::after {
  background: #080053;
}
.c-ribon--goukaku {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .c-ribon--goukaku {
    font-size: 18px;
    padding: 16px 0;
  }
}
.c-ribon--goukaku p {
  position: relative;
  display: inline-block;
}
.c-ribon--icon .inner {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-ribon--cmp {
    height: 90px;
    display: grid;
    place-content: center;
    font-size: 22px;
    line-height: 1.2;
  }
}
.c-ribon .icon {
  position: absolute;
  background: yellow;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  display: grid;
  place-content: center;
  padding-left: 0px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.6);
  background-clip: padding-box;
  left: -150px;
  top: -40px;
  color: #EA5532;
  font-weight: 900;
  font-size: 30px;
  white-space: nowrap;
  letter-spacing: -2px;
  z-index: 10;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .c-ribon .icon {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
    height: 70px;
    width: 70px;
    top: 0%;
    left: 50%;
    transform: translateX(-50%) translateX(-160px);
    top: -75px;
    font-size: 18px;
    letter-spacing: 0px;
    padding-left: 0px;
  }
}
.c-ribon .icon::before {
  content: "!";
  position: absolute;
  font-size: 36px;
  z-index: 90;
  bottom: 20px;
  right: 20px;
  transform: rotate(10deg);
}
@media screen and (max-width: 767px) {
  .c-ribon .icon::before {
    bottom: 10px;
    right: 10px;
    font-size: 5vw;
  }
}
.c-ribon .icon::after {
  position: absolute;
  content: "";
  clip-path: polygon(0% 0, 100% 50%, 0% 100%);
  background: yellow;
  width: 30px;
  height: 30px;
  right: -15px;
  bottom: 40px;
  z-index: -1;
  transform: rotate(0deg);
}
@media screen and (max-width: 767px) {
  .c-ribon .icon::after {
    width: 15px;
    height: 15px;
    right: 0px;
    bottom: 0px;
    transform: rotate(40deg);
  }
}
.c-ribon--big {
  font-size: 45px;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .c-ribon--big {
    font-size: 30px;
    padding: 20px 0;
  }
}
.c-ribon span.yellow {
  font-size: 1.1em;
}

/* 塾生・保護者の声
----------------------- */
.c-voice {
  padding: 20px 0 100px 0;
}
@media screen and (max-width: 767px) {
  .c-voice {
    padding: 20px 0 60px 0;
  }
}
.c-voice__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}
@media screen and (max-width: 860px) {
  .c-voice__wrapper {
    column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-voice__wrapper {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.c-voice__item {
  border-radius: 10px;
  display: flex;
  height: 100%;
  color: #fff;
  padding: 16px 5% 16px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-voice__item {
    padding: 10px 5px;
    border-radius: 7px;
  }
}
.c-voice__item::after {
  position: absolute;
  content: "";
  width: 55px;
  height: 27px;
  bottom: -27px;
  right: 20%;
  mask-image: url(../img/voice_mask.png);
  mask-mode: alpha;
  mask-size: contain;
}
@media screen and (max-width: 767px) {
  .c-voice__item::after {
    width: 40px;
    height: 19px;
    bottom: -19px;
  }
}
.c-voice__item--01 {
  background: #f5537c;
}
.c-voice__item--01::after {
  background: #f5537c;
}
.c-voice__item--02 {
  background: #2163a0;
}
.c-voice__item--02::after {
  background: #2163a0;
}
.c-voice__item--03 {
  background: #f6fa70;
  color: #000;
}
.c-voice__item--03::after {
  background: #f6fa70;
}
.c-voice__item--04 {
  background: #43DFB4;
  color: #000;
}
.c-voice__item--04::after {
  background: #43DFB4;
}
.c-voice__left {
  width: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-voice__left {
    width: 90px;
    padding-right: 10px;
  }
}
.c-voice__title {
  background: #fff;
  color: #000;
  text-align: center;
  padding: 0 10px;
  border-radius: 7px;
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .c-voice__title {
    font-size: 14px;
    font-feature-settings: "palt";
    padding: 0;
    display: block;
    width: 100%;
    border-radius: 3px;
  }
}
.c-voice__right {
  width: calc(100% - 150px);
  font-feature-settings: "palt";
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-voice__right {
    font-size: 15px;
    width: calc(100% - 90px);
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.6;
  }
}
.c-voice__pic img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .c-voice__pic img {
    width: 60px;
    height: 60px;
  }
}

/* リンクボタン
----------------------- */
.c-btn__link {
  background: #ED1E79;
  border: 4px solid #fff;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.6);
  display: block;
  width: 100%;
  height: 110px;
  position: relative;
  display: grid;
  place-content: center;
  transition: 0.3s;
  padding: 0 30px 0 40px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-btn__link {
    height: 80px;
    margin: 0 auto;
    border: 3px solid #fff;
    width: 90%;
    padding: 0 0 0 0;
    position: relative;
  }
}
.c-btn__link:hover {
  transition: 0.3s;
  transform: translateY(0px);
  box-shadow: 0px 0px 0px rgb(0, 0, 0);
  background: #ff559f;
}
.c-btn__link .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateY(3px);
  left: 1vw;
  color: #ED1E79;
  font-weight: 900;
  display: grid;
  place-content: center;
  padding-bottom: 5px;
  z-index: 0;
}
.c-btn__link .icon img {
  width: 95px;
  height: 95px;
}
@media screen and (max-width: 767px) {
  .c-btn__link .icon img {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 440px) {
  .c-btn__link .icon img {
    width: 15vw;
    height: 15vw;
  }
}
.c-btn__link .icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
  text-shadow: 2px 2px 10px yellow, -2px 2px 10px yellow, 2px -2px 10px yellow, -2px -2px 10px yellow;
  font-size: 34px;
  padding-bottom: 0.5vw;
}
@media screen and (max-width: 767px) {
  .c-btn__link .icon span {
    font-size: 23px;
    padding-bottom: 1.5vw;
  }
}
@media screen and (max-width: 440px) {
  .c-btn__link .icon span {
    font-size: 5vw;
  }
}
.c-btn__link p.btn-inner {
  font-size: 26px;
  color: #fff;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-btn__link p.btn-inner {
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .c-btn__link p.btn-inner {
    font-size: 4.5vw;
  }
}
.c-btn__link p.btn-inner span.inner {
  display: block;
  padding-left: 40px;
  text-align: center;
}
@media screen and (max-width: 440px) {
  .c-btn__link p.btn-inner span.inner {
    padding-left: 35px;
  }
}
.c-btn__link p.btn-inner i {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 767px) {
  .c-btn__link p.btn-inner i {
    right: 10px;
    font-size: 4.6vw;
    position: absolute;
    top: 50%;
    right: 2vw;
    transform: translateY(-50%);
  }
}
.c-btn__link p.btn-inner span.yellow {
  color: yellow;
}

/* 複数設置　CTA
----------------------- */
.c-contact {
  background: #5615f5;
  padding: 40px 0 40px;
  background-size: auto auto;
  background-image: repeating-linear-gradient(-45deg, #4e16db, #4e16db 3px, #5615f5 3px, #5615f5 9px);
}
@media screen and (max-width: 767px) {
  .c-contact {
    background-image: repeating-linear-gradient(-45deg, #4e16db, #4e16db 2px, #5615f5 2px, #5615f5 6px);
    padding: 24px 0 24px;
  }
}
.c-contact--black {
  background: #1c0064;
  padding: 40px 0 40px;
  background-size: auto auto;
  background-image: repeating-linear-gradient(-45deg, #12007a, #12007a 3px, #2a0094 3px, #2a0094 9px);
}
@media screen and (max-width: 767px) {
  .c-contact--black {
    background-image: repeating-linear-gradient(-45deg, #12007a, #12007a 2px, #2a0094 2px, #2a0094 6px);
  }
}
.c-contact__contents {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .c-contact__contents {
    padding: 10px 0;
  }
}
.c-contact__wrapper {
  display: flex;
  width: 100%;
  container-type: inline-size;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-contact__wrapper {
    flex-direction: column;
  }
}
.c-contact__btnarea {
  width: 60cqw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 2cqw;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-contact__btnarea {
    width: 100cqw;
    row-gap: 3cqw;
  }
}
.c-contact__main-btn {
  width: 100%;
  height: 13cqw;
}
@media screen and (max-width: 767px) {
  .c-contact__main-btn {
    height: 24cqw;
    width: 90%;
  }
}
.c-contact__link {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.6));
  text-align: center;
  position: relative;
  background: yellow;
  display: grid;
  place-content: center;
  place-items: center;
  font-size: 2.7cqw;
  line-height: 1.2;
  font-weight: 900;
  color: #2E3192;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-contact__link {
    font-size: 5cqw;
    padding-left: 3cqw;
    line-height: 1.2;
  }
}
.c-contact__link:hover {
  transition: 0.3s;
  background: rgb(196, 252, 249);
}
.c-contact__link::after {
  position: absolute;
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  right: 2cqw;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-contact__link::after {
    right: 2cqw;
  }
}
.c-contact__link::before {
  position: absolute;
  background: url(../img/kv_icon-pink.png) no-repeat center center/contain;
  width: 12cqw;
  height: 12cqw;
  content: "無料";
  color: yellow;
  display: grid;
  place-content: center;
  font-size: 4cqw;
  top: 50%;
  left: 0.5cqw;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-contact__link::before {
    width: 19cqw;
    height: 19cqw;
    font-size: 5cqw;
    left: -5cqw;
  }
}
.c-contact__link .main-inner {
  line-height: 1.3;
  padding: 0 0 0 7cqw;
}
@media screen and (max-width: 767px) {
  .c-contact__link .main-inner {
    padding: 0 0 0 4cqw;
    line-height: 1.3;
  }
}
.c-contact__link .top {
  font-size: 3.5cqw;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .c-contact__link .top {
    font-size: 6cqw;
  }
}
.c-contact__link .top .day {
  font-size: 0.8em;
}
.c-contact__link .top .dot {
  font-weight: 900;
  font-size: 2cqw;
  padding-bottom: 5em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-contact__link .top .dot {
    font-size: 3cqw;
  }
}
.c-contact__link .bottom {
  font-weight: 900;
  font-size: 3.2cqw;
  color: #242424;
}
@media screen and (max-width: 767px) {
  .c-contact__link .bottom {
    font-size: 5.5cqw;
  }
}
.c-contact__link .bottom .test {
  color: #D4145A;
}
.c-contact__telarea {
  width: 40cqw;
}
@media screen and (max-width: 767px) {
  .c-contact__telarea {
    width: 100cqw;
    margin: 2cqw auto;
  }
}
.c-contact__telarea .free {
  width: 60px;
  height: 40px;
}
.c-contact__tel-link {
  width: 100%;
  height: 100%;
  display: block;
}
.c-contact__tel-link .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  height: 100%;
  padding-top: 3cqw;
}
@media screen and (max-width: 767px) {
  .c-contact__tel-link .inner {
    line-height: 1.2;
  }
}
.c-contact__tel-link .top {
  font-size: 3cqw;
}
@media screen and (max-width: 767px) {
  .c-contact__tel-link .top {
    font-size: 5cqw;
  }
}
.c-contact__tel-link .btm {
  display: flex;
  font-size: 3.5cqw;
  align-items: center;
  font-weight: 900;
  color: #2E3192;
  column-gap: 0.5cqw;
}
@media screen and (max-width: 767px) {
  .c-contact__tel-link .btm {
    font-size: 8cqw;
    column-gap: 1.5cqw;
  }
}
.c-contact__tel-link .free {
  width: 6cqw;
  height: 6cqw;
}
@media screen and (max-width: 767px) {
  .c-contact__tel-link .free {
    width: 15cqw;
    height: 15cqw;
  }
}
.c-contact .pink {
  color: #D4145A;
}
.c-contact .yellow {
  color: yellow;
}
.c-contact .red {
  color: rgb(190, 0, 0);
}
.c-contact .blue {
  color: #2E3192;
}
.c-contact .black {
  color: black;
}

/* ===============================================
ヘッダー
=============================================== */
.p-header {
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-header {
    position: relative;
    background: #131738;
    height: 60px;
  }
}
.p-header__link {
  padding: 10px 14px;
}
@media screen and (max-width: 767px) {
  .p-header__link {
    padding: 10px 0px;
  }
}
.p-header__img {
  height: 60px;
}
@media screen and (max-width: 1280px) {
  .p-header__img {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__img {
    height: 40px;
  }
}

/* ===============================================
キ－ビジュアル
=============================================== */
.p-kv {
  width: 100%;
  height: 100svh;
  position: relative;
  min-height: 600px;
}
@media (max-aspect-ratio:15/9), (min-aspect-ratio: 17/9) {
  .p-kv {
    height: auto;
  }
}
.p-kv__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-aspect-ratio:15/9), (min-aspect-ratio: 17/9) {
  .p-kv__img {
    position: static;
    height: auto;
    object-fit: contain;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .p-kv__img {
    object-fit: contain;
  }
}
.p-kv__btnarea {
  position: absolute;
  bottom: 3vw;
  right: 5vw;
  width: 40vw;
  height: 20vw;
  container-type: inline-size;
  z-index: 90;
  min-width: 444px;
  min-height: 200px;
  max-width: 740px;
  max-height: 370px;
  display: grid;
  place-content: center;
  place-items: center;
  row-gap: 0.8vw;
}
@media screen and (max-width: 767px) {
  .p-kv__btnarea {
    left: 50%;
    bottom: 1vw;
    right: auto;
    transform: translateX(-50%);
    row-gap: 2vw;
    width: 100vw;
    height: 50vw;
    min-width: 320px;
  }
}
.p-kv__main-btn {
  width: 95cqw;
  height: 22cqw;
}
@media screen and (max-width: 767px) {
  .p-kv__main-btn {
    width: 80cqw;
    height: 20cqw;
  }
  .p-kv__main-btn--before {
    width: 90cqw;
  }
}
.p-kv__tel-area {
  width: 60cqw;
  height: 12cqw;
}
@media screen and (max-width: 767px) {
  .p-kv__tel-area {
    height: 13cqw;
  }
}
.p-kv__link {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  place-items: center;
  border: 3px solid #fff;
  filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.6));
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-kv__link {
    border-radius: 5px;
  }
}
.p-kv__link .main-inner {
  line-height: 1.3;
  padding: 0 0.5em 0 0;
}
@media screen and (max-width: 767px) {
  .p-kv__link .main-inner {
    padding: 0 0 0.2em 0;
  }
}
.p-kv__link .top {
  font-size: 6.5cqw;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-kv__link .top {
    font-size: 5.8cqw;
  }
}
.p-kv__link .top .day {
  font-size: 0.8em;
}
.p-kv__link .bottom {
  font-weight: 900;
  font-size: 6cqw;
  color: #242424;
}
@media screen and (max-width: 767px) {
  .p-kv__link .bottom {
    font-size: 5.5cqw;
  }
}
.p-kv__link::before {
  position: absolute;
  background: url(../img/kv_icon-pink.png) no-repeat center center/contain;
  width: 20cqw;
  height: 20cqw;
  content: "無料";
  color: yellow;
  display: grid;
  place-content: center;
  font-size: 6cqw;
  top: 50%;
  left: -13cqw;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-kv__link::before {
    width: 16cqw;
    height: 16cqw;
    left: -9cqw;
  }
}
.p-kv__link::after {
  position: absolute;
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  right: 3cqw;
  transform: translateY(-50%);
  font-size: 4cqw;
}
@media screen and (max-width: 767px) {
  .p-kv__link::after {
    right: 2cqw;
  }
}
.p-kv__link--yellow {
  background: yellow;
  color: #2E3192;
}
.p-kv__link--yellow::after {
  color: #2E3192;
}
.p-kv__link--second {
  background: #D4145A;
  display: grid;
  place-content: center;
  place-items: center;
  color: #fff;
  line-height: 1.3;
  transition: 0.3s;
  font-size: 3.3cqw;
}
@media screen and (max-width: 767px) {
  .p-kv__link--second {
    font-size: 3.7cqw;
  }
}
.p-kv__link--second:hover {
  transition: 0.3s;
  background: rgb(255, 104, 154);
}
.p-kv__link--second::before {
  position: absolute;
  content: "無料";
  background: yellow;
  width: 10cqw;
  height: 10cqw;
  border-radius: 50%;
  top: 50%;
  left: 3cqw;
  transform: translateY(-50%);
  color: #D4145A;
  display: grid;
  place-content: center;
  font-weight: 900;
  font-size: 4cqw;
}
@media screen and (max-width: 767px) {
  .p-kv__link--second::before {
    left: -5cqw;
  }
}
.p-kv__tel-link {
  background: linear-gradient(to right, transparent, #fff 20%, #fff 80%, transparent 100%);
  width: 100%;
  height: 100%;
  display: block;
}
.p-kv__tel-link .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 0.5;
  height: 100%;
  padding-top: 3cqw;
}
.p-kv__tel-link .top {
  font-size: 3cqw;
}
@media screen and (max-width: 767px) {
  .p-kv__tel-link .top {
    font-size: 4cqw;
  }
}
.p-kv__tel-link .btm {
  display: flex;
  font-size: 5cqw;
  align-items: center;
  font-weight: 900;
  color: #2E3192;
}
@media screen and (max-width: 767px) {
  .p-kv__tel-link .btm {
    font-size: 6cqw;
  }
}
.p-kv__tel-link .free {
  width: 8cqw;
  height: 8cqw;
}
.p-kv .pink {
  color: #D4145A;
}
.p-kv .yellow {
  color: yellow;
}
.p-kv .red {
  color: rgb(190, 0, 0);
}
.p-kv .blue {
  color: #2E3192;
}

/* ===============================================
5月入塾テスト
=============================================== */
.p-may_test {
  background: #FFD436;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-may_test {
    padding: 40px 0 40px;
  }
}
.p-may_test__contents {
  background: #fff;
  border-radius: 10px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-may_test__contents {
    padding-bottom: 20px;
  }
}
.p-may_test__head {
  background: #2E3192;
  border-radius: 10px 10px 0 0;
  color: #fff;
  position: relative;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-may_test__head {
    padding-bottom: 14px;
  }
}
.p-may_test__title {
  color: yellow;
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  .p-may_test__title {
    font-size: 36px;
  }
}
.p-may_test__title .test-title-big {
  font-size: 1.6em;
}
.p-may_test__subtitle {
  font-size: 37px;
}
@media screen and (max-width: 767px) {
  .p-may_test__subtitle {
    font-size: 20px;
  }
}
.p-may_test__body {
  padding: 30px 0 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-may_test__body {
    padding: 14px 5%;
  }
}
.p-may_test__date-title {
  font-size: 37px;
  color: #2E3192;
}
@media screen and (max-width: 767px) {
  .p-may_test__date-title {
    font-size: 22px;
  }
}
.p-may_test__date-wrapper {
  border-top: 3px solid #C1272D;
  border-bottom: 3px solid #C1272D;
  padding: 0em 0 0.5em;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-may_test__date-wrapper {
    width: 90%;
    line-height: 1.2;
    padding: 0.5em 0 0.5em;
  }
}
.p-may_test__date-main {
  font-size: 50px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-may_test__date-main {
    font-size: 30px;
  }
}
.p-may_test__date-main .day {
  font-size: 0.7em;
}
.p-may_test__date-main .day--sat {
  color: #2E3192;
}
.p-may_test__date-main .day--sun {
  color: #C1272D;
}
.p-may_test__list {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 30px auto;
  row-gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-may_test__list {
    font-size: 16px;
    margin: 20px auto;
  }
}
.p-may_test__list dl {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-may_test__list dl {
    column-gap: 20px;
  }
}
.p-may_test__list dt {
  background: #2E3192;
  color: #fff;
  width: 120px;
  margin-top: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-may_test__list dt {
    width: 100px;
    display: inline-block;
  }
}
.p-may_test__list dd {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-may_test__list dd {
    font-size: 16px;
    width: calc(100% - 100px);
    text-align: left;
  }
}
.p-may_test__middle {
  background: #FFFCD6;
  border: 2px solid #F15A24;
  border-radius: 50px;
  padding: 0.5em 0;
  width: 70%;
  margin: 0 auto 50px;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-may_test__middle {
    width: 100%;
    border-radius: 10px;
    font-size: 20px;
    margin: 0 auto 30px;
  }
}
.p-may_test__nyujuku {
  background: #F15A24;
  display: inline-block;
  padding: 0.3em 1em;
  color: #fff;
  font-size: 36px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-may_test__nyujuku {
    font-size: 6vw;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-may_test__caption {
    font-size: 14px;
  }
}
.p-may_test .yellow {
  color: yellow;
}
.p-may_test .blue {
  color: #2E3192;
}
.p-may_test .red {
  color: #C1272D;
}

/* ===============================================
マスターコースは低学年スタートがオススメ
=============================================== */
.p-master {
  background: #B5001F;
  background-size: auto auto;
  background-image: repeating-linear-gradient(-45deg, #A30016, #A30016 18px, #B5001F 18px, #B5001F 30px);
  padding: 40px 0;
}
.p-master--blue {
  background: #2E3192;
  background-size: auto auto;
  background-image: repeating-linear-gradient(-45deg, #2A2D85, #2A2D85 18px, #2E3192 18px, #2E3192 30px);
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .p-master {
    padding: 30px 0 20px;
  }
}
.p-master__contents {
  background: #fff;
  padding: 40px 0;
  margin: 20px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-master__contents {
    padding: 20px 0;
  }
}
.p-master__title {
  color: #fff;
  font-size: 53px;
  line-height: 1.2;
  font-weight: 900;
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.6));
  text-align: center;
}
.p-master__title .yellow {
  color: yellow;
}
@media screen and (max-width: 767px) {
  .p-master__title {
    font-size: 24px;
  }
}
.p-master__txt {
  color: #A30016;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .p-master__txt {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.p-master__wrapper {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  column-gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-master__wrapper {
    flex-direction: column;
    max-width: 90%;
    align-items: center;
    row-gap: 10px;
    transform: translateX(5px);
    margin-bottom: 10px;
  }
}
.p-master__last {
  color: #A30016;
  font-size: 31px;
  background: linear-gradient(transparent 50%, yellow 50%);
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-master__last {
    font-size: 18px;
    line-height: 1.2;
    background: linear-gradient(transparent 50%, yellow 50%);
    display: inline;
  }
}

/* ===============================================
合格実績
=============================================== */
.p-goukaku {
  background: url(../img/goukaku_bg.jpg) no-repeat center center/cover;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-goukaku {
    background: url(../img/goukaku_bg_sp.jpg) no-repeat center center/cover;
  }
}
.p-goukaku__contents {
  max-width: 1366px;
  margin: 0 auto;
}

/* ===============================================
2つの主義
=============================================== */
.p-syugi__top {
  background: url(../img/syugi_bg.jpg) no-repeat center center/cover;
  padding: 60px 0 70px;
  position: relative;
  z-index: 0;
}
.p-syugi__top::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0.6;
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-image: repeating-linear-gradient(90deg, #fff, #fff 1.5px, transparent 1.5px, transparent 30px), repeating-linear-gradient(0deg, #fff, #fff 1.5px, transparent 1.5px, transparent 30px);
}
@media screen and (max-width: 767px) {
  .p-syugi__top {
    padding: 30px 0;
  }
  .p-syugi__top::after {
    background-size: 25px 25px;
    background-image: repeating-linear-gradient(90deg, #fff, #fff 1.5px, transparent 1.5px, transparent 25px), repeating-linear-gradient(0deg, #fff, #fff 1.5px, transparent 1.5px, transparent 25px);
  }
}
.p-syugi__maintitle {
  position: relative;
  z-index: 50;
}
.p-syugi__toptitle {
  text-align: center;
  color: #fff;
  padding: 30px 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-syugi__toptitle {
    padding: 16px 0 20px 0;
  }
}
.p-syugi__toptitle h3 {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-syugi__toptitle h3 {
    width: 80%;
  }
}
.p-syugi__toptitle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #fff;
  left: 0;
  top: 12px;
}
@media screen and (max-width: 767px) {
  .p-syugi__toptitle::before {
    height: 2px;
    top: 5px;
  }
}
.p-syugi__toptitle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #fff;
  left: 0;
  bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-syugi__toptitle::after {
    height: 2px;
    bottom: 5px;
  }
}
.p-syugi__toptitle p {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-syugi__toptitle p {
    font-size: 16px;
    position: relative;
    width: 100%;
    line-height: 1.4;
  }
}
.p-syugi__toptitle--01 {
  background: #2163a0;
}
.p-syugi__toptitle--02 {
  background: #f5537c;
}
.p-syugi__content {
  background-size: 30px 30px;
  background-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .p-syugi__content {
    background-size: 25px 25px;
  }
}
.p-syugi__content--01 {
  background-image: repeating-linear-gradient(90deg, #fff, #fff 1.5px, transparent 1.5px, transparent 30px), repeating-linear-gradient(0deg, #fff, #fff 1.5px, #E9F4FA 1.5px, #E9F4FA 30px);
}
@media screen and (max-width: 767px) {
  .p-syugi__content--01 {
    background-image: repeating-linear-gradient(90deg, #fff, #fff 1.5px, transparent 1.5px, transparent 25px), repeating-linear-gradient(0deg, #fff, #fff 1.5px, #E9F4FA 1.5px, #E9F4FA 25px);
  }
}
.p-syugi__content--02 {
  background-image: repeating-linear-gradient(90deg, #fff, #fff 1.5px, transparent 1.5px, transparent 30px), repeating-linear-gradient(0deg, #fff, #fff 1.5px, #FFF6F9 1.5px, #FFF6F9 30px);
}
@media screen and (max-width: 767px) {
  .p-syugi__content--02 {
    background-image: repeating-linear-gradient(90deg, #fff, #fff 1.5px, transparent 1.5px, transparent 25px), repeating-linear-gradient(0deg, #fff, #fff 1.5px, #FFF6F9 1.5px, #FFF6F9 25px);
  }
}
.p-syugi .title {
  height: 84px;
  line-height: 84px;
  color: #fff;
  font-weight: 700;
  max-width: 530px;
  position: relative;
  z-index: 10;
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .p-syugi .title {
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    max-width: 200px;
  }
}
.p-syugi .title::before {
  position: absolute;
  content: "";
  height: 84px;
  width: 100%;
  z-index: 0;
  left: -100%;
}
@media screen and (max-width: 767px) {
  .p-syugi .title::before {
    height: 45px;
  }
}
.p-syugi .title::after {
  position: absolute;
  content: "";
  height: 84px;
  width: 84px;
  clip-path: polygon(0 0, 100% 105%, 0 105%);
  right: -84px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-syugi .title::after {
    height: 45px;
    width: 45px;
    right: -45px;
    top: 0;
  }
}
.p-syugi .title--01 {
  background: #2163a0;
}
.p-syugi .title--01::before {
  background: #2163a0;
}
.p-syugi .title--01::after {
  background: #2163a0;
}
.p-syugi .title--02 {
  background: #f5537c;
}
.p-syugi .title--02::before {
  background: #f5537c;
}
.p-syugi .title--02::after {
  background: #f5537c;
}
.p-syugi .title p {
  position: relative;
  z-index: 10;
}
.p-syugi__item {
  padding: 60px 0 30px;
}
@media screen and (max-width: 767px) {
  .p-syugi__item {
    padding: 24px 0;
  }
}
.p-syugi__item .txt {
  font-size: 24px;
  margin: 40px 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-syugi__item .txt {
    font-size: 15px;
    margin: 20px 0;
  }
}
.p-syugi__item .subtitle {
  font-size: 44px;
  color: #2163a0;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .p-syugi__item .subtitle {
    margin-top: 30px;
    font-size: 24px;
    font-feature-settings: "palt";
  }
}
.p-syugi__item .bgarea {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
.p-syugi__item .bgarea::before {
  position: absolute;
  content: "";
  height: 230px;
  width: 200%;
  transform: rotate(-6deg);
  left: -50%;
  top: 20%;
}
@media screen and (max-width: 767px) {
  .p-syugi__item .bgarea::before {
    transform: rotate(-10deg);
    height: 160px;
  }
}
.p-syugi__item .bgarea--01::before {
  background: #bbe1fa;
}
.p-syugi__item .bgarea--02::before {
  background: #fcdfe5;
}
@media screen and (max-width: 767px) {
  .p-syugi__item .bgarea--l::before {
    transform: rotate(-10deg);
    height: 160px;
    top: 40%;
  }
}
.p-syugi__item .wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-syugi__item .wrapper {
    flex-direction: column;
    row-gap: 10px;
    padding-bottom: 20px;
  }
}
.p-syugi__item .wrapper .item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .p-syugi__item .wrapper .item {
    width: 90%;
    margin: 0 auto;
  }
}
.p-syugi__item .wrapper .item--02 {
  transform: translateY(60px);
}
@media screen and (max-width: 767px) {
  .p-syugi__item .wrapper .item--02 {
    transform: none;
  }
}
.p-syugi__item .pic {
  position: relative;
  z-index: 0;
}

/* ===============================================
手厚いサポート体制
=============================================== */
.p-support {
  background: url(../img/support_bg.jpg) no-repeat center center/cover;
  padding: 60px 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-support {
    background: url(../img/support_bg_sp.jpg) repeat center bottom/cover;
    padding: 30px 0 0 0;
  }
}
.p-support__title {
  background: #fff;
  color: #072968;
  font-size: 44px;
  text-align: center;
  padding: 8px 0;
  border-radius: 50px;
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  box-shadow: 4px 4px 8px rgba(23, 24, 100, 0.3);
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-support__title {
    font-size: 24px;
    line-height: 1.3;
    padding: 10px 0;
  }
}
.p-support__title span {
  color: #FF2E63;
}
.p-support__wrapper {
  margin: 40px auto 60px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-support__wrapper {
    flex-direction: column;
    margin: 20px auto 40px;
  }
}
.p-support__desc {
  width: 55%;
  background: #072968;
  border-radius: 0 20px 20px 0;
  padding: 40px 0;
  font-weight: 400;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-support__desc {
    width: 85%;
    border-radius: 10px;
    padding: 20px;
  }
}
.p-support__desc::after {
  position: absolute;
  z-index: 0;
  content: "";
  background: #072968;
  width: 120%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: -120%;
}
@media screen and (max-width: 767px) {
  .p-support__desc::after {
    display: none;
  }
}
.p-support__desc p {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 18px;
  position: relative;
  z-index: 10;
  line-height: 1.8;
  font-feature-settings: "palt";
  padding-right: 30px;
  max-width: 450px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  .p-support__desc p {
    padding-right: 0;
    font-size: 16px;
    line-height: 1.6;
  }
}
.p-support__desc p span {
  font-size: 16px;
  line-height: 1.4;
  display: inline-block;
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-support__desc p span {
    font-size: 14px;
  }
}
.p-support__pic {
  width: 65%;
  background: #fff;
  margin-left: -50px;
  border-radius: 20px;
  padding: 30px 40px 40px 90px;
  box-shadow: 4px 4px 8px rgba(23, 24, 100, 0.3);
}
@media screen and (max-width: 767px) {
  .p-support__pic {
    width: 100%;
    max-width: 450px;
    margin: -60px auto 0;
    padding: 75px 20px 40px 20px;
    border-radius: 10px;
  }
}
.p-support__subtitle {
  background: #072968;
  height: 240px;
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-support__subtitle {
    height: auto;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
  }
}
.p-support__subtitle p {
  font-size: 36px;
  color: #fff;
  text-align: center;
  background: #072968;
  position: relative;
  display: inline-block;
  padding: 10px 24px 0;
}
@media screen and (max-width: 767px) {
  .p-support__subtitle p {
    padding: 0 30px;
    line-height: 1.4;
    font-size: 22px;
  }
}
.p-support__subtitle p::before, .p-support__subtitle p::after {
  position: absolute;
  top: 0.8rem;
  height: 60px;
  content: "";
}
.p-support__subtitle p::before {
  border-left: solid 4px yellow;
  left: 0;
  transform: rotate(-30deg);
}
.p-support__subtitle p::after {
  border-right: solid 4px yellow;
  right: 0;
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .p-support__bgarea {
    background: #072968;
    width: 90%;
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
  }
}
.p-support__list {
  display: flex;
  justify-content: space-between;
  margin-top: -100px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-support__list {
    flex-direction: column;
    padding-bottom: 40px;
    margin-bottom: 20px;
    margin-top: 0px;
    row-gap: 16px;
  }
}
.p-support__item {
  background: #fff;
  border-radius: 10px;
  width: calc(33% - 15px);
  box-shadow: 4px 4px 8px rgba(23, 24, 100, 0.3);
  padding: 10px 20px 20px 20px;
}
@media screen and (max-width: 767px) {
  .p-support__item {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
  }
}
.p-support__item .title {
  height: 120px;
  text-align: center;
  font-size: 26px;
  color: #FF2E63;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-support__item .title {
    height: 100%;
    margin-bottom: 10px;
    line-height: 1;
  }
}
.p-support__item .title span {
  font-size: 17px;
  color: #072968;
  display: block;
  margin-bottom: 8px;
  font-feature-settings: "palt";
}
.p-support__item .pic {
  width: 80%;
  margin: 0px auto 20px;
}
.p-support__item .pic img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-support__item .pic {
    width: 100%;
    height: 100px;
    margin: 0 0 10px 0;
  }
  .p-support__item .pic img {
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
  }
}
.p-support__item .txt {
  font-size: 16px;
  line-height: 1.5;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-support__item .txt {
    font-weight: 400;
  }
}

/* ===============================================
SDGs非認知スキルトレーニング
=============================================== */
.p-sdgs_t {
  background: #BDC1E2;
  padding: 70px 0 90px;
  position: relative;
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t {
    padding: 50px 0 40px;
  }
}
.p-sdgs_t__head {
  background: #FFE33F;
  border-radius: 20px 20px 0 0;
  text-align: center;
  height: 170px;
  display: grid;
  position: relative;
  grid-template-columns: 276px 1fr;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__head {
    height: auto;
    display: block;
  }
}
.p-sdgs_t__head::after {
  position: absolute;
  content: "";
  background: url(../img/sdgs_first.png) no-repeat center center/contain;
  width: 230px;
  height: 210px;
  top: -20px;
  right: -20px;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__head::after {
    width: 24vw;
    height: 24vw;
    top: -20px;
    left: -10px;
  }
}
.p-sdgs_t__subtitle {
  place-content: center;
  background: #F15A24;
  height: 170px;
  color: #fff;
  font-size: 47px;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__subtitle {
    height: 55px;
    border-radius: 20px 20px 0 0;
    font-size: 24px;
    position: relative;
    padding-top: 16px;
  }
}
.p-sdgs_t__subtitle span {
  color: yellow;
}
.p-sdgs_t__subtitle p.caption {
  font-size: 15px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__subtitle p.caption {
    font-size: 12px;
    z-index: 10;
    position: relative;
  }
}
.p-sdgs_t__subtitle::after {
  content: "";
  position: absolute;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #F15A24;
  height: 100%;
  width: 40px;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__subtitle::after {
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    height: 30px;
    width: 100%;
    left: 0;
    top: 55px;
    transform: none;
    z-index: 0;
  }
}
.p-sdgs_t__title {
  font-size: 27px;
  line-height: 1.2;
  place-content: center start;
  height: 170px;
  text-align: left;
  padding-left: 90px;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__title {
    font-size: 18px;
    padding-left: 0px;
    padding-top: 40px;
    text-align: center;
    height: 135px;
    place-content: start center;
  }
}
.p-sdgs_t__title p {
  display: inline-block;
  text-align: center;
}
.p-sdgs_t__title span {
  font-size: 36px;
  color: #2E3192;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__title span {
    font-size: 24px;
  }
}
.p-sdgs_t__body {
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 50px 0 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__body {
    padding: 20px 0 0px;
  }
}
.p-sdgs_t__body h3 {
  font-size: 40px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__body h3 {
    font-size: 19px;
    display: inline;
  }
}
.p-sdgs_t__body h3 span {
  color: #F15A24;
}
.p-sdgs_t__txt {
  font-size: 24px;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__txt {
    font-size: 16px;
    margin: 10px 0;
    text-align: left;
    padding: 0 4%;
  }
}
.p-sdgs_t__txt span {
  background: linear-gradient(transparent 70%, yellow 30%);
}
.p-sdgs_t__box {
  border: 5px solid #2E3192;
  border-radius: 20px;
  width: 80%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__box {
    border: 3px solid #2E3192;
    width: 95%;
    margin: 20px auto;
    border-radius: 10px;
  }
}
.p-sdgs_t__box .head {
  background: #2E3192;
  font-size: 40px;
  color: #fff;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__box .head {
    font-size: 18px;
  }
}
.p-sdgs_t__box .head span {
  color: yellow;
}
.p-sdgs_t__box .body {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__box .body {
    padding: 20px 5%;
  }
}
.p-sdgs_t__list {
  text-align: left;
  display: inline-block;
}
.p-sdgs_t__list p {
  display: inline-block;
  text-align: left;
  font-size: 28px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__list p {
    font-size: 16px;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.p-sdgs_t__list p i {
  color: #F15A24;
  padding-right: 10px;
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__list p i {
    font-size: 24px;
  }
}
.p-sdgs_t__test {
  background: #faf7d4;
  padding: 90px 5% 60px;
  position: relative;
  margin: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__test {
    padding: 30px 5% 30px;
    margin: 60px 0 0;
  }
}
.p-sdgs_t__test .txt {
  text-align: left;
  font-size: 24px;
  margin: 0px 0 40px;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__test .txt {
    font-size: 16px;
    margin: 20px 0 20px;
  }
}
.p-sdgs_t__test .pic {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
}
.p-sdgs_t__test-title {
  background: #FFE33F;
  color: #2E3192;
  font-size: 40px;
  font-weight: 900;
  width: 720px;
  padding: 10px 0;
  margin: 0 auto;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__test-title {
    width: 80%;
    font-size: 18px;
    top: -20px;
  }
}
.p-sdgs_t__exm {
  margin: 60px auto 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__exm {
    margin: 40px auto 0px;
    padding: 0 4% 20px;
  }
}
.p-sdgs_t__exm .title {
  background: #2E3192;
  color: #fff;
  font-size: 30px;
  border-radius: 10px;
  letter-spacing: 10px;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__exm .title {
    font-size: 16px;
    border-radius: 5px;
  }
}
.p-sdgs_t__exm .subtitle {
  margin: 20px 0;
  font-size: 30px;
  color: #F15A24;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__exm .subtitle {
    font-size: 16px;
    margin: 10px 0;
  }
}
.p-sdgs_t__exm .subtitle span {
  color: #000;
  font-size: 24px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__exm .subtitle span {
    font-size: 14px;
  }
}
.p-sdgs_t__exm .pic {
  max-width: 570px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__exm .pic {
    margin-bottom: 30px;
  }
}
.p-sdgs_t__arrow {
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background: #F15A24;
  width: 200px;
  height: 60px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__arrow {
    width: 89px;
    height: 28px;
    margin: 30px auto 0;
  }
}
.p-sdgs_t__important {
  font-size: 34px;
  margin: 30px auto;
  font-weight: 900;
  border-bottom: #F15A24 5px solid;
  width: 85%;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__important {
    font-size: 18px;
    margin: 16px 0;
    line-height: 1.8;
    width: 100%;
    border-bottom: #F15A24 3px solid;
    padding-bottom: 5px;
  }
}
.p-sdgs_t__important span.red {
  font-size: 46px;
  color: #ED1E79;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__important span.red {
    font-size: 24px;
    font-feature-settings: "palt";
    line-height: 1.3;
  }
}
.p-sdgs_t__btnarea {
  margin: 70px 0;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__btnarea {
    margin: 30px 0;
  }
}
.p-sdgs_t__btnarea .caption {
  font-size: 30px;
  color: #2E3192;
  position: relative;
  padding: 1rem 1.4rem;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__btnarea .caption {
    font-size: 16px;
    padding: 1rem 0;
    font-feature-settings: "palt";
  }
}
.p-sdgs_t__btnarea .caption::before {
  position: absolute;
  top: 1.4rem;
  height: 2.4rem;
  content: "";
  border-left: solid 3px;
  left: 0;
  transform: rotate(-30deg);
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__btnarea .caption::before {
    height: 1.6rem;
    left: -14px;
    top: 1rem;
  }
}
.p-sdgs_t__btnarea .caption::after {
  position: absolute;
  top: 1.4rem;
  height: 2.4rem;
  content: "";
  border-right: solid 3px;
  right: 16px;
  transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__btnarea .caption::after {
    height: 1.6rem;
    right: -16px;
    top: 1rem;
  }
}
.p-sdgs_t__btn {
  margin: 0 auto;
  width: 60%;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__btn {
    width: 100%;
    height: 60px;
  }
}
.p-sdgs_t__link {
  background: #ED1E79;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  box-shadow: 8px 8px 0px rgb(0, 0, 0);
  color: #fff;
  display: grid;
  place-content: center;
  font-size: 32px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__link {
    font-size: 18px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 4px 6px 0px rgb(0, 0, 0);
  }
}
.p-sdgs_t__link:hover {
  transition: 0.3s;
  transform: translateY(5px);
  box-shadow: 0px 0px 0px rgb(0, 0, 0);
  opacity: 0.7;
}
.p-sdgs_t__btnarea {
  max-width: 580px;
  margin: 60px auto 30px;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__btnarea {
    width: 80%;
    margin: 40px auto 30px;
  }
}
.p-sdgs_t__btnarea p.txt {
  text-align: center;
  font-size: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__btnarea p.txt {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.p-sdgs_t__cta {
  max-width: 1024px;
  margin: 40px auto 90px;
}

/* ===============================================
入塾の流れ
=============================================== */
.p-flow {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding: 40px 0;
  }
}
.p-flow__title {
  text-align: center;
  font-size: 45px;
  max-width: 440px;
  margin: 0 auto;
  border-top: 4px solid #005CC2;
  border-bottom: 4px solid #005CC2;
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    font-size: 24px;
    max-width: none;
    width: 80%;
    padding: 8px 0;
  }
}
.p-flow__pic {
  margin: 90px 0;
}
@media screen and (max-width: 767px) {
  .p-flow__pic {
    margin: 30px auto 0;
    width: 70%;
  }
}

/* ===============================================
マップ
=============================================== */
.p-map {
  padding: 0 0 80px 0;
}
@media screen and (max-width: 767px) {
  .p-map {
    padding: 0 0 20px 0;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .p-map {
    padding: 0 0 24vw 0;
  }
}
.p-map__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 50px;
  column-gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-map__list {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 30px;
  }
}
.p-map__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-map__p {
  font-size: 24px;
  color: #f19221;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-map__p {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.p-map__map {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.p-map__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ===============================================
よくある質問
=============================================== */
.p-faq {
  padding: 60px 0 120px;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 60px 0 60px;
  }
}
.p-faq__title {
  color: #000;
  text-align: center;
  font-size: 45px;
  max-width: 440px;
  margin: 0 auto;
  border-top: 4px solid #00A99D;
  border-bottom: 4px solid #00A99D;
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    font-size: 24px;
    max-width: none;
    width: 80%;
    padding: 8px 0;
  }
}
.p-faq__area {
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .p-faq__area {
    padding: 40px 0 0;
  }
}
.p-faq__item {
  margin-bottom: 5px;
}
.p-faq__icon {
  color: #00A99D;
  background: #fff;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin-right: 10px;
  display: grid;
  place-content: center;
  place-items: center;
  padding-bottom: 3px;
  font-size: 24px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-faq__icon {
    height: 35px;
    width: 35px;
    font-size: 18px;
  }
}
.p-faq__icon--a {
  color: #fff;
  background: #00A99D;
}
.p-faq__q {
  background: #27b4ab;
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__q {
    font-size: 16px;
    padding: 10px 10px;
  }
}
.p-faq__q::before, .p-faq__q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 21px;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-faq__q::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.p-faq__q:hover {
  background: #11948b;
  transition: 0.3s;
  opacity: 1;
}
.p-faq__q .q-txt {
  width: calc(100% - 65px);
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-faq__q .q-txt {
    width: calc(100% - 40px);
    padding-right: 30px;
    line-height: 1.2;
  }
}
.p-faq__q.open::after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-faq__a {
  border-left: 3px solid #dcf3f0;
  border-right: 3px solid #dcf3f0;
  border-bottom: 3px solid #dcf3f0;
  font-weight: 400;
  margin-bottom: 30px;
  display: none;
}
.p-faq__a .a-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px;
}
@media screen and (max-width: 767px) {
  .p-faq__a .a-wrapper {
    padding: 16px 20px 16px 8px;
  }
}
.p-faq__a .a-contents {
  width: calc(100% - 65px);
}
@media screen and (max-width: 767px) {
  .p-faq__a .a-contents {
    width: calc(100% - 40px);
  }
}
.p-faq__a .a-txt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-faq__a .a-txt {
    font-size: 15px;
    line-height: 1.6;
  }
}
.p-faq__link {
  background: #fff;
  transition: 0.3s;
  border: 1px solid #00A99D;
  color: #00A99D;
  font-size: 20px;
  font-weight: 700;
  display: block;
  width: 330px;
  height: 60px;
  margin-top: 20px;
  display: grid;
  place-content: center;
  place-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__link {
    width: 100%;
    font-size: 16px;
  }
}
.p-faq__link::after {
  position: absolute;
  content: "\f138";
  font-family: "fontawesome";
  font-weight: 900;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #00A99D;
}
.p-faq__link:hover {
  transition: 0.3s;
  background: #dff7f1;
}

/* ===============================================
CTA
=============================================== */
.p-cta {
  background: #005CC2;
  padding: 1vw 0;
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: 1fr;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-cta {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    padding: 5vw 0;
    row-gap: 0vw;
  }
}
.p-cta__btnarea {
  display: grid;
  place-content: center;
  place-items: center;
  height: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  row-gap: 1vw;
  container-type: inline-size;
}
@media screen and (max-width: 767px) {
  .p-cta__btnarea {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    row-gap: 4vw;
  }
}
.p-cta__main-btn {
  width: 90%;
  height: 100%;
}
.p-cta__second-btn {
  width: 80%;
}
.p-cta__link {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.6));
  display: grid;
  place-content: center;
  place-items: center;
  text-align: center;
  position: relative;
  background: yellow;
  color: #2E3192;
  padding: 1vw 0 1.2vw;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-cta__link {
    line-height: 1.2;
    padding: 5.2vw 0 5vw 6vw;
  }
}
.p-cta__link::before {
  position: absolute;
  background: url(../img/kv_icon-pink.png) no-repeat center center/contain;
  width: 6vw;
  height: 6vw;
  content: "無料";
  color: yellow;
  display: grid;
  place-content: center;
  font-size: 2vw;
  top: 50%;
  left: 0.5vw;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-cta__link::before {
    font-size: 6vw;
    width: 18vw;
    height: 18vw;
    left: -4vw;
  }
}
.p-cta__link::after {
  position: absolute;
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(24px, 1.6vw, 800px);
  right: 1vw;
}
@media screen and (max-width: 767px) {
  .p-cta__link::after {
    font-size: 5vw;
    right: 2vw;
  }
}
.p-cta__link:hover {
  transition: 0.3s;
  background: rgb(196, 252, 249);
}
.p-cta__link .main-inner {
  line-height: 1.3;
  padding: 0 0 0 8cqw;
}
@media screen and (max-width: 767px) {
  .p-cta__link .main-inner {
    padding: 0 0 0 0cqw;
    line-height: 1.4;
  }
}
.p-cta__link .top {
  color: #000;
  font-size: 5.8cqw;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-cta__link .top {
    font-size: 6.3cqw;
  }
}
.p-cta__link .top .day {
  font-size: 0.8em;
}
.p-cta__link .top .dot {
  font-weight: 900;
  font-size: 2cqw;
  padding-bottom: 5em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-cta__link .top .dot {
    font-size: 3cqw;
  }
}
.p-cta__link .bottom {
  font-weight: 900;
  font-size: 5.5cqw;
  padding-right: 1.5cqw;
  color: #242424;
}
@media screen and (max-width: 767px) {
  .p-cta__link .bottom {
    font-size: 6cqw;
  }
}
.p-cta__link .bottom .test {
  color: #D4145A;
}
.p-cta__telarea {
  width: 40cqw;
}
@media screen and (max-width: 767px) {
  .p-cta__telarea {
    width: 100cqw;
    margin: 0cqw auto;
  }
}
.p-cta__telarea .free {
  width: 60px;
  height: 40px;
}
.p-cta__telarea {
  display: grid;
  place-content: center;
  place-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cta__telarea {
    grid-column: 1/4;
    grid-row: 2/3;
    width: 100%;
  }
}
.p-cta__tel-wrapper {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto auto;
  line-height: 1.2;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cta__tel-wrapper {
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto;
    line-height: 1;
  }
}
.p-cta__tel-wrapper .top {
  grid-column: 3/4;
  grid-row: 1/2;
  font-size: clamp(18px, 1.6vw, 800px);
  letter-spacing: 3px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta__tel-wrapper .top {
    display: none;
  }
}
.p-cta__tel-wrapper .top::before {
  position: relative;
  display: inline-block;
  content: "";
  background: #fff;
  width: 0.2vw;
  height: 1.5em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
  transform: rotate(-35deg);
}
.p-cta__tel-wrapper .top::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #fff;
  width: 0.2vw;
  height: 1.5em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
  transform: rotate(35deg);
}
.p-cta__tel-wrapper .ok {
  grid-column: 1/2;
  grid-row: 2/3;
  margin-right: 1.5vw;
}
@media screen and (max-width: 767px) {
  .p-cta__tel-wrapper .ok {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
.p-cta__tel-wrapper .ok .inner {
  font-size: clamp(20px, 1.8vw, 800px);
  background: #fff;
  color: #005CC2;
  font-weight: 700;
  display: inline-block;
  padding: 0.5vw;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta__tel-wrapper .ok .inner {
    background: transparent;
    color: #fff;
    font-size: 5vw;
  }
}
.p-cta__tel-wrapper .ok .inner .small {
  font-size: 0.8em;
}
.p-cta__tel-wrapper .ok .inner::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -1vwpx;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
  z-index: 99;
  height: 1.2vw;
  width: 1vw;
}
@media screen and (max-width: 767px) {
  .p-cta__tel-wrapper .ok .inner::after {
    display: none;
  }
}
.p-cta__tel-wrapper .free {
  width: clamp(60px, 6vw, 800px);
  grid-column: 2/3;
  grid-row: 2/3;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta__tel-wrapper .free {
    width: 11vw;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.p-cta__tel-wrapper .num {
  font-size: clamp(50px, 4.5vw, 800px);
  grid-column: 3/4;
  grid-row: 2/3;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .p-cta__tel-wrapper .num {
    font-size: 8vw;
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
.p-cta__tel-wrapper .time {
  font-size: clamp(18px, 1.6vw, 800px);
  grid-column: 4/5;
  grid-row: 2/3;
  display: grid;
  line-height: 1.2;
  place-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta__tel-wrapper .time {
    font-size: 4vw;
    grid-column: 3/4;
    grid-row: 2/3;
    grid-template-columns: auto auto;
    justify-content: center;
  }
}
.p-cta .pink {
  color: #D4145A;
}
.p-cta .yellow {
  color: yellow;
}
.p-cta .red {
  color: rgb(190, 0, 0);
}
.p-cta .blue {
  color: #2E3192;
}

/* ===============================================
フッター
=============================================== */
.p-footer {
  background: #072968;
  padding: 40px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 20px 0;
    min-width: 100%;
  }
}
.p-footer__logo {
  width: 350px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 200px;
  }
}

/* ===============================================
TOPへもどる
=============================================== */
.p-pagetop {
  display: none;
  width: 50px;
  height: 50px;
  background-color: #62cabd;
  color: #fff;
  position: fixed;
  bottom: 40px;
  right: 60px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
  z-index: 99;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-pagetop {
    width: 40px;
    height: 40px;
    right: 3%;
    bottom: 2%;
  }
}
.p-pagetop:hover, .p-pagetopactive {
  transition: 0.3s;
  background-color: #fff;
  color: #62cabd;
}
.p-pagetop__inner {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
}

/* レスポンシブ設定
----------------------- */
.u-sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-only {
    display: block;
  }
}

.u-sp-br-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp-br-only {
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .u-sp-br-only {
    display: none;
  }
}

.u-pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
}
.u-pc-only--inline {
  display: inline;
}
@media screen and (max-width: 767px) {
  .u-pc-only--inline {
    display: none;
  }
}

.u-sp-br-none {
  display: none;
}
@media screen and (max-width: 430px) {
  .u-sp-br-none {
    display: block;
  }
}

.u-tab-none {
  display: block;
}
@media screen and (max-width: 1280px) {
  .u-tab-none {
    display: none;
  }
}

.u-sp-none {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-sp-none {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */