@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%;
}

/* リンク
----------------------- */
.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: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
  position: relative;
  z-index: 0;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 767px) {
  .c-ribon {
    font-size: 18px;
    font-feature-settings: "palt";
    padding: 20px 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: 22px;
  }
}
.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--goukaku {
  font-size: 30px;
  padding: 40px 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-ribon--goukaku {
    font-size: 18px;
    padding: 25px 0 35px;
  }
}
.c-ribon--goukaku p {
  position: relative;
  display: inline-block;
}
.c-ribon--icon .inner {
  display: inline-block;
  position: relative;
}
.c-ribon .icon {
  position: absolute;
  background: yellow;
  border-radius: 50%;
  height: 120px;
  width: 120px;
  display: grid;
  place-content: center;
  padding-left: 5px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.6);
  background-clip: padding-box;
  left: -150px;
  top: -40px;
  color: #FF2E63;
  font-weight: 900;
  font-size: 30px;
  white-space: nowrap;
  letter-spacing: -2px;
  z-index: 10;
}
@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(-140px);
    top: -75px;
    font-size: 18px;
    letter-spacing: 0px;
    padding-left: 0px;
  }
}
.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 150px 0;
}
@media screen and (max-width: 767px) {
  .c-voice {
    padding: 20px 0 100px 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: 50px;
  }
}
.c-voice__item {
  border-radius: 10px;
  display: flex;
  height: 100%;
  color: #fff;
  padding: 20px 5% 20px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-voice__item {
    padding: 20px 5% 20px;
    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;
}
.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: 120px;
    padding-right: 10px;
  }
}
.c-voice__title {
  background: #fff;
  color: #000;
  text-align: center;
  padding: 0 10px;
  border-radius: 7px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-voice__title {
    font-size: 18px;
    font-feature-settings: "palt";
    padding: 0 7px;
  }
}
.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: 16px;
    width: calc(100% - 120px);
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .c-voice__pic {
    width: 85%;
  }
}

/* リンクボタン
----------------------- */
.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;
  }
}
.c-btn__link:hover {
  transition: 0.3s;
  transform: translateY(3px);
  box-shadow: 0px 0px 0px rgb(0, 0, 0);
  background: #ff559f;
}
.c-btn__link p.inner {
  text-align: center;
  display: flex;
  column-gap: 20px;
  align-items: center;
  font-size: 30px;
  color: #fff;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-btn__link p.inner {
    font-size: 22px;
  }
}
.c-btn__link p.inner i {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-btn__link p.inner i {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    font-size: 18px;
  }
}
.c-btn__link p.inner span.yellow {
  color: yellow;
}
.c-btn__link p.inner--small {
  column-gap: 10px;
}
.c-btn__link--icon {
  border-radius: 7px;
  height: 130px;
}
@media screen and (max-width: 1400px) {
  .c-btn__link--icon {
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__link--icon {
    height: 80px;
  }
}
.c-btn__link--icon p {
  padding-left: 50px;
  line-height: 1.2;
}
.c-btn__link--icon::before {
  position: absolute;
  content: "";
  background: url(../img/kv_icon.png) no-repeat center center/contain;
  width: 111px;
  height: 111px;
  top: -60px;
}
@media screen and (max-width: 767px) {
  .c-btn__link--icon::before {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}
.c-btn__link--green {
  background: #00B26E;
}
.c-btn__link--green:hover {
  background: #13ce86;
}
.c-btn__tel {
  text-align: center;
  line-height: 1.2;
  display: grid;
  place-content: center;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .c-btn__tel {
    height: 40px;
    width: 90%;
  }
}
.c-btn__tel img {
  height: 20px;
  width: 40px;
}
.c-btn__tel .head {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .c-btn__tel .head {
    font-size: 14px;
  }
}
.c-btn__tel .body {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 900;
  color: #2E3192;
}
@media screen and (max-width: 767px) {
  .c-btn__tel .body {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__tel--opt2505 {
    height: 100%;
    width: 100%;
  }
}
.c-btn__tel--opt2505 .head {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .c-btn__tel--opt2505 .head {
    font-size: 24px;
    margin-bottom: 7px;
  }
}
.c-btn__tel--opt2505 .body {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .c-btn__tel--opt2505 .body {
    font-size: 30px;
  }
}
.c-btn__tel--opt2505 img {
  height: 36px;
  width: 50px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .c-btn__tel--opt2505 img {
    margin-right: 5px;
  }
}

/* 複数設置　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);
  }
}
.c-contact__contents {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .c-contact__contents {
    padding: 20px 0;
  }
}
.c-contact__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-contact__wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
}
.c-contact__btnarea {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-contact__btnarea {
    width: 100%;
  }
}
.c-contact__btn-txt {
  text-align: center;
  font-size: 30px;
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .c-contact__btn-txt {
    font-size: 24px;
  }
}
.c-contact__btn-txt .red {
  color: #ED1E79;
  display: none;
}
.c-contact__btn-txt .blue {
  color: #2E3192;
  font-weight: 900;
}
.c-contact__telarea {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-contact__telarea {
    width: 100%;
  }
}
.c-contact__tel {
  display: grid;
  place-content: center;
  place-items: center;
  line-height: 1.2;
}
.c-contact__tel .head {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .c-contact__tel .head {
    font-size: 24px;
  }
}
.c-contact__tel .body {
  display: flex;
  align-items: center;
}
.c-contact__tel .pic {
  width: 50px;
}
.c-contact__tel .number {
  font-size: 40px;
  font-weight: 900;
  color: #2E3192;
  padding: 0 0 10px 7px;
}
@media screen and (max-width: 767px) {
  .c-contact__tel .number {
    font-size: 30px;
  }
}

/* オープンテストCTA
----------------------- */
.c-contact_opt {
  background: #FFD436;
  padding: 60px 0;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(-45deg, #ffe27b, #ffe27b 3px, #FFD436 3px, #FFD436 9px);
}
@media screen and (max-width: 767px) {
  .c-contact_opt {
    padding: 40px 0;
    background-image: repeating-linear-gradient(-45deg, #ffe27b, #ffe27b 2px, #FFD426 2px, #FFD436 6px);
  }
}
.c-contact_opt__container {
  max-width: 820px;
  margin: 0 auto;
}
.c-contact_opt__wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-contact_opt__wrapper {
    flex-direction: column;
    row-gap: 20px;
  }
}
.c-contact_opt__btn {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .c-contact_opt__btn {
    width: 80%;
    margin: 0 auto;
  }
}
.c-contact_opt__telarea {
  position: relative;
  background: #fff;
  margin: 30px 0 0;
  font-weight: 900;
  font-size: 30px;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .c-contact_opt__telarea {
    font-size: 16px;
    white-space: nowrap;
    width: 95%;
    margin: 30px auto 0;
  }
}
.c-contact_opt__telarea i {
  margin: 10px 2px;
}
.c-contact_opt__telarea .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-contact_opt__telarea .wrapper {
    column-gap: 3px;
  }
}
.c-contact_opt__telarea .blue {
  display: flex;
  align-items: center;
  font-size: 40px;
  column-gap: 5px;
  color: #0071BC;
}
@media screen and (max-width: 767px) {
  .c-contact_opt__telarea .blue img {
    height: 20px;
    column-gap: 0px;
  }
}
@media screen and (max-width: 767px) {
  .c-contact_opt__telarea .blue {
    font-size: 24px;
  }
}

/* ===============================================
CTA_夏期講習無料キャンペーン
=============================================== */
.c-cta_summer {
  background: #fffc5f;
}
.c-cta_summer--sdgs {
  max-width: 1024px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .c-cta_summer--sdgs {
    max-width: 100%;
  }
}
.c-cta_summer__ribon {
  background: #0042ab;
  height: 70px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-cta_summer__ribon {
    line-height: 1.2;
    font-size: 18px;
    display: grid;
    place-content: center;
  }
}
.c-cta_summer__ribon::after {
  background: #0042ab;
  content: "";
  position: absolute;
  clip-path: polygon(0% 0, 100% 0, 50% 100%);
  width: 55px;
  height: 25px;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-cta_summer__ribon::after {
    width: 40px;
    height: 15px;
    bottom: -14px;
  }
}
.c-cta_summer__ribon span {
  color: yellow;
}
.c-cta_summer__ribon span.big {
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .c-cta_summer__ribon span.big {
    font-size: 24px;
  }
}
.c-cta_summer__ribon--normal {
  line-height: 70px;
  background: #c1272d;
}
@media screen and (max-width: 767px) {
  .c-cta_summer__ribon--normal {
    line-height: 1.4;
  }
}
.c-cta_summer__ribon--normal::after {
  background: #c1272d;
}
.c-cta_summer__area {
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .c-cta_summer__area {
    padding: 30px 0;
  }
}
.c-cta_summer__contents {
  background: #fff;
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  height: 130px;
}
@media screen and (max-width: 767px) {
  .c-cta_summer__contents--sdgs {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-cta_summer__contents {
    height: auto;
    width: 85%;
    flex-direction: column;
    padding: 0 0 10px 10px;
    align-items: center;
  }
}
.c-cta_summer__main {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e3192;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-cta_summer__main {
    padding: 5px 0;
  }
}
.c-cta_summer__main .left {
  font-size: 78px;
  font-weight: 900;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .c-cta_summer__main .left {
    font-size: 40px;
    margin-right: 4px;
  }
}
.c-cta_summer__main .right {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  font-feature-settings: "palt";
  line-height: 1;
  padding-bottom: 10px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .c-cta_summer__main .right {
    font-size: 20px;
    padding-bottom: 0px;
    font-weight: 900;
    line-height: 1;
  }
}
.c-cta_summer__main .right .red {
  color: #c1272d;
  font-size: 54px;
  font-weight: 900;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .c-cta_summer__main .right .red {
    font-size: 26px;
  }
}
.c-cta_summer__cap {
  font-size: 14px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-cta_summer__cap {
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
  }
}
.c-cta_summer__cap .target {
  writing-mode: vertical-lr;
  letter-spacing: 10px;
  background: #b5e0ff;
  height: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cta_summer__cap .target {
    display: grid;
    place-content: center;
  }
}
.c-cta_summer__cap li {
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 8px;
}
.c-cta_summer__cap li:last-child {
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-cta_summer__cap li:last-child {
    text-align: left;
  }
}

/* 冬期講習無料キャンペーン
----------------------- */
.c-winter_cmp {
  background: #fcee21;
  padding: 30px 20px 60px;
}
@media screen and (max-width: 767px) {
  .c-winter_cmp {
    padding: 30px 0px;
  }
}
.c-winter_cmp--pool {
  border-radius: 10px;
  padding: 30px 20px 40px;
  margin-bottom: 60px;
}
.c-winter_cmp__top {
  text-align: center;
  font-size: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-winter_cmp__top {
    font-size: 18px;
  }
}
.c-winter_cmp__top::before, .c-winter_cmp__top::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #000;
  width: 3px;
  height: 1.5em;
  margin: 0 0.7em;
  margin-top: -0.2em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-winter_cmp__top::before, .c-winter_cmp__top::after {
    width: 2px;
    height: 1.5em;
  }
}
.c-winter_cmp__top::before {
  transform: rotate(-35deg);
}
.c-winter_cmp__top::after {
  transform: rotate(35deg);
}
.c-winter_cmp__top .blue {
  color: #3f1dc6;
  font-weight: 900;
}
.c-winter_cmp__contents {
  background: #fff;
  max-width: 870px;
  margin: 40px auto 0;
  position: relative;
  display: grid;
  place-content: center;
  place-items: center;
  padding: 45px 0 30px;
}
@media screen and (max-width: 767px) {
  .c-winter_cmp__contents {
    padding: 30px 0 20px;
    grid-template-columns: 1fr;
    max-width: 90%;
  }
}
.c-winter_cmp__date {
  background: #3f1dc6;
  width: 300px;
  height: 55px;
  border-radius: 10px;
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 22px;
  letter-spacing: 2px;
  line-height: 1.1;
  top: -24px;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .c-winter_cmp__date {
    width: 80%;
    height: 40px;
    font-size: 16px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.c-winter_cmp__date .yellow {
  color: yellow;
}
.c-winter_cmp__date .big {
  font-size: 44px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .c-winter_cmp__date .big {
    font-size: 30px;
  }
}
.c-winter_cmp__date::after {
  position: absolute;
  content: "";
  background: #3f1dc6;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  width: 25px;
  height: 17px;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-winter_cmp__date::after {
    right: 12%;
    bottom: -12px;
  }
}
.c-winter_cmp__subtitle {
  font-size: 26px;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-winter_cmp__subtitle {
    font-size: 4.1vw;
  }
}
.c-winter_cmp__subtitle .bold {
  font-weight: 900;
  font-size: 1.2em;
}
.c-winter_cmp__free {
  font-size: 74px;
  font-weight: 900;
  color: #B5252A;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .c-winter_cmp__free {
    font-size: 10vw;
  }
}
.c-winter_cmp__free .free {
  background: #B5252A;
  color: yellow;
  display: inline-block;
  font-size: 0.9em;
  padding: 0 20px 5px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .c-winter_cmp__free .free {
    padding: 0 10px 5px;
    margin-left: 7px;
  }
}
.c-winter_cmp__title {
  display: inline-block;
  font-size: 48px;
  color: #1b1464;
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
  background: linear-gradient(transparent 70%, yellow 30%);
  padding: 0 50px;
}
@media screen and (max-width: 767px) {
  .c-winter_cmp__title {
    line-height: 0.8;
    font-size: 7vw;
    padding: 10px 5%;
    white-space: nowrap;
  }
}
.c-winter_cmp__txt {
  color: #1b1464;
  font-size: 22px;
  margin: 10px 0 20px;
}
@media screen and (max-width: 767px) {
  .c-winter_cmp__txt {
    font-size: 16px;
  }
}
.c-winter_cmp__txt span.target {
  background: #1b1464;
  color: #fff;
  padding: 0 20px 3px 20px;
  margin-right: 7px;
  font-size: 0.9em;
}
.c-winter_cmp__cap {
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-winter_cmp__cap {
    width: 100%;
    font-size: 14px;
    text-align: left;
    line-height: 1.3;
    text-indent: -1em;
    padding-left: 1em;
    padding: 0 10%;
    margin-bottom: 7px;
  }
}
.c-winter_cmp__last {
  text-align: center;
  margin: 40px auto 0;
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .c-winter_cmp__last {
    font-size: 23px;
  }
}
.c-winter_cmp__last .inner {
  padding: 0 10px;
  display: inline-block;
  position: relative;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 7px;
  text-decoration-thickness: 3px;
  text-decoration-color: #B5252A;
}
@media screen and (max-width: 767px) {
  .c-winter_cmp__last .inner {
    padding: 0 0px;
  }
}
.c-winter_cmp__last .inner::before {
  position: absolute;
  content: "\f309";
  font-family: "fontawesome";
  font-weight: 900;
  top: 0;
  left: -1em;
  font-size: 1.2em;
  color: #3f1dc6;
}
.c-winter_cmp__last .inner::after {
  position: absolute;
  content: "\f309";
  font-family: "fontawesome";
  font-weight: 900;
  top: 0;
  right: -1em;
  font-size: 1.2em;
  color: #3f1dc6;
}
.c-winter_cmp__last .red {
  color: #B5252A;
}

/* ===============================================
ヘッダー
=============================================== */
.p-header {
  position: absolute;
  background: #fff;
  right: 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;
}
@media (max-aspect-ratio:15/9), (min-aspect-ratio: 20/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: 20/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;
  width: 30vw;
  height: 14vw;
  left: 9vw;
  bottom: 6vw;
  z-index: 10;
}
@media (max-aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  .p-kv__btnarea {
    bottom: 7vw !important;
    left: 10vw !important;
  }
}
@media (min-aspect-ratio: 17/9) {
  .p-kv__btnarea {
    bottom: 2vw !important;
  }
}
@media screen and (max-width: 1280px) {
  .p-kv__btnarea {
    width: 350px;
    height: 150px;
    left: 80px;
    bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__btnarea {
    width: 90%;
    height: 130px;
    left: 50% !important;
    transform: translateX(-50%);
    bottom: 20px !important;
  }
}
.p-kv__btn-link {
  background: #D4145A;
  color: #fff;
  display: block;
  height: 7.5vw;
  width: 100%;
  border-radius: 10px;
  position: relative;
  box-shadow: 0.5vw 0.5vw 0px rgba(0, 0, 0, 0.8);
  transition: 0.4s;
  border: 0.3vw solid #fff;
}
@media screen and (max-width: 1280px) {
  .p-kv__btn-link {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__btn-link {
    height: 70px;
    border: 3px solid #fff;
  }
}
.p-kv__btn-link:hover {
  transition: 0.4s;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8);
  transform: translateY(1px);
  background: #f15b92;
}
.p-kv__btn-link::after {
  position: absolute;
  content: "\f138";
  font-family: "fontawesome";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2.3vw;
  color: #fff;
  right: 1vw;
}
@media screen and (max-width: 1280px) {
  .p-kv__btn-link::after {
    font-size: 26px;
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__btn-link::after {
    font-size: 24px;
  }
}
.p-kv__btn-link .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3.2vw;
  color: #D4145A;
  font-weight: 900;
  display: grid;
  place-content: center;
  padding-bottom: 5px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-kv__btn-link .icon {
    left: -4vw;
    transform: translateY(-50%) translateY(3px);
  }
}
.p-kv__btn-link .icon img {
  width: 8vw;
  height: 8vw;
}
@media screen and (max-width: 1280px) {
  .p-kv__btn-link .icon img {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__btn-link .icon img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 351px) {
  .p-kv__btn-link .icon img {
    width: 80px;
    height: 80px;
  }
}
.p-kv__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: 2.8vw;
  padding-bottom: 0.5vw;
}
@media screen and (max-width: 1280px) {
  .p-kv__btn-link .icon span {
    font-size: 30px;
  }
}
.p-kv__btn-txt {
  display: grid;
  place-content: center;
  place-items: center;
  text-align: center;
  height: 100%;
  font-size: 2.8vw;
  line-height: 1.1;
  font-weight: 900;
}
@media screen and (max-width: 1280px) {
  .p-kv__btn-txt {
    font-size: 30px;
  }
}
@media screen and (max-width: 440px) {
  .p-kv__btn-txt {
    padding-left: 20px;
    font-size: 24px;
  }
}
.p-kv__btn-txt .yellow {
  color: yellow;
}
.p-kv__btn-txt .red {
  color: #e61d75;
}
.p-kv__btn-txt .middle {
  color: #e61d75;
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .p-kv__btn-txt .middle {
    flex-direction: row;
  }
}
.p-kv__btn-txt .middle .blue {
  color: #2e3192;
}
.p-kv__btn-txt .middle .white {
  color: #fff;
}
.p-kv__telarea {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 5vw;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to right, transparent, #fff 20%, #fff 80%, transparent 100%);
  display: flex;
  display: grid;
  place-content: center;
  place-items: center;
  line-height: 1.2;
}
@media screen and (max-width: 1280px) {
  .p-kv__telarea {
    height: 50px;
  }
}
.p-kv__telarea img {
  object-fit: contain;
  width: auto;
  height: 1.7vw;
  display: block;
}
@media screen and (max-width: 1280px) {
  .p-kv__telarea img {
    height: 24px;
  }
}
.p-kv__telarea a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-kv__telarea .body {
  display: flex;
  align-items: center;
}
.p-kv__telarea .head {
  font-size: 1.5vw;
}
@media screen and (max-width: 1280px) {
  .p-kv__telarea .head {
    font-size: 16px;
  }
}
.p-kv__telarea .num {
  font-size: 1.8vw;
  font-weight: 900;
  color: #005CC2;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  .p-kv__telarea .num {
    font-size: 24px;
  }
}

/* ===============================================
非認知スキル教育
=============================================== */
.p-skill {
  background: linear-gradient(180deg, #5044c7, #30227d);
  position: relative;
  padding: 60px 0 70px;
}
@media screen and (max-width: 767px) {
  .p-skill {
    padding: 30px 0 40px;
  }
}
.p-skill::after {
  position: absolute;
  content: "";
  background: url(../img/skill_bg.png) no-repeat center top/cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.p-skill__top {
  position: relative;
  z-index: 10;
  font-size: 30px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-skill__top {
    font-size: 5.5vw;
    line-height: 1.4;
  }
}
.p-skill__top .yellow {
  color: yellow;
  font-size: 38px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-skill__top .yellow {
    font-size: 8vw;
    line-height: 1.1;
    display: block;
    margin: 10px 0;
  }
}
.p-skill__contents {
  position: relative;
  z-index: 10;
  background: #fff;
  border-radius: 20px;
  margin: 80px auto 0px;
  padding: 60px 0 40px;
  text-align: center;
  max-width: 980px;
}
@media screen and (max-width: 767px) {
  .p-skill__contents {
    margin: 60px auto 0px;
    max-width: 90%;
    border-radius: 10px;
    padding: 40px 5% 40px;
  }
}
.p-skill__title {
  background: #ffd22b;
  color: #0042ab;
  font-size: 28px;
  border-radius: 50px;
  height: 60px;
  display: grid;
  place-content: center;
  font-weight: 900;
  margin: 0 auto;
  max-width: 512px;
  width: 100%;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-skill__title {
    font-size: 22px;
    height: 40px;
    width: 90%;
    top: -20px;
  }
}
@media screen and (max-width: 351px) {
  .p-skill__title {
    font-size: 5.5vw;
  }
}
.p-skill__txt {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-skill__txt {
    font-size: 16px;
    text-align: left;
  }
}
.p-skill__pic {
  max-width: 620px;
  margin: 30px auto;
  background: #fffde0;
}
@media screen and (max-width: 767px) {
  .p-skill__pic {
    margin: 20px auto;
  }
}
.p-skill__last {
  color: #866699;
}
@media screen and (max-width: 767px) {
  .p-skill__last {
    font-size: 14px;
    text-align: left;
  }
}

/* ===============================================
冬期講習情報
=============================================== */
.p-winter {
  background: #D6EEFF;
  padding: 140px 0 60px;
}
@media screen and (max-width: 767px) {
  .p-winter {
    padding: 90px 0 60px;
  }
}
.p-winter__contents {
  background: #fff;
  position: relative;
  padding: 70px 0 60px;
  display: grid;
  place-content: center;
  place-items: center;
  grid-template-columns: 1fr;
  text-align: center;
  border: 5px solid #add7f5;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-winter__contents {
    padding: 40px 0 30px;
    border: 3px solid #add7f5;
  }
}
.p-winter__title {
  position: absolute;
  font-size: 130px;
  color: #C1272D;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  letter-spacing: 10px;
  filter: drop-shadow(8px 8px 0px #fff);
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-winter__title {
    letter-spacing: 1px;
    font-size: 90px;
  }
}
@media screen and (max-width: 440px) {
  .p-winter__title {
    font-size: 18vw;
    top: -70px;
  }
}
.p-winter__grade {
  text-align: center;
  font-size: 44px;
}
@media screen and (max-width: 767px) {
  .p-winter__grade {
    font-size: 24px;
  }
}
.p-winter__grade .blue {
  color: #2E3192;
}
.p-winter__date-area {
  margin: 30px 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-winter__date-area {
    margin: 20px 0;
    line-height: 1.8;
  }
}
.p-winter__date-area .title {
  color: #fff;
  background: #2E3192;
  display: grid;
  place-content: center;
  font-size: 26px;
  border-radius: 50px;
  letter-spacing: 5px;
  padding: 0.2em 0;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-winter__date-area .title {
    font-size: 18px;
    padding: 0 0;
  }
}
.p-winter__date-area .date {
  font-size: 70px;
  font-weight: 900;
  color: #C1272D;
  background: linear-gradient(transparent 0 60%, yellow 60% 90%, transparent 90% 100%);
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-winter__date-area .date {
    font-size: 9vw;
    white-space: nowrap;
    padding: 0 10px;
  }
}
.p-winter__date-area .date .day {
  font-size: 0.6em;
}
.p-winter__caption-area {
  text-align: left;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-winter__caption-area {
    font-size: 14px;
    width: 90%;
    text-indent: -1em;
    padding-left: 1em;
  }
}

/* ===============================================
冬期講習受講資格判定テスト
=============================================== */
.p-winter_test {
  background: #D3F0ED;
}
.p-winter_test__area {
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .p-winter_test__area {
    padding: 90px 0 60px;
  }
}
.p-winter_test__contents {
  background: #fff;
  position: relative;
  padding: 60px 0 20px;
  display: grid;
  place-content: center;
  place-items: center center;
  border: 5px solid #a4d8cd;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-winter_test__contents {
    place-items: center center;
    grid-template-columns: 1fr;
    padding: 50px 0 20px;
    border: 3px solid #a4d8cd;
  }
}
.p-winter_test__contents .title {
  position: absolute;
  background: #C1272D;
  color: #fff;
  font-size: 40px;
  text-align: center;
  max-width: 80%;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 0 60px 5px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .p-winter_test__contents .title {
    font-size: 24px;
    padding: 10px 0px;
    max-width: 300px;
    width: 100%;
    line-height: 1.2;
    top: -50px;
  }
}
.p-winter_test__date-area {
  display: flex;
  align-items: center;
  font-size: 40px;
  font-weight: 900;
  column-gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-winter_test__date-area {
    flex-direction: column;
    font-size: 24px;
    column-gap: 0;
    row-gap: 35px;
    width: 85%;
  }
}
.p-winter_test__date-area .head {
  color: #fff;
  background: #2E9E7E;
  font-weight: 700;
  padding: 10px 20px 10px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-winter_test__date-area .head {
    max-width: 200px;
    width: 100%;
    text-align: center;
    padding: 7px 0 0 0;
    height: 25px;
    z-index: 10;
    font-size: 20px;
  }
}
.p-winter_test__date-area .head::after {
  position: absolute;
  content: "";
  background: #2E9E7E;
  height: 100%;
  width: 25px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 0;
  right: -24.5px;
}
@media screen and (max-width: 767px) {
  .p-winter_test__date-area .head::after {
    width: 100%;
    height: 30px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -29.5px;
    z-index: -1;
  }
}
.p-winter_test__date-area .body {
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-winter_test__date-area .body {
    font-size: 30px;
  }
}
@media screen and (max-width: 440px) {
  .p-winter_test__date-area .body {
    font-size: 6.6vw;
  }
}
.p-winter_test__date-area .body span.inner {
  background: linear-gradient(transparent 0 60%, yellow 60% 90%, transparent 90% 100%);
  padding: 0 0.2em;
}
.p-winter_test__date-area .body .sat {
  color: #0042AB;
  font-size: 0.7em;
}
.p-winter_test__date-area .body .sun {
  color: #C1272D;
  font-size: 0.7em;
}
.p-winter_test__grade {
  font-size: 33px;
  margin-top: 7px;
  border-top: #2E9E7E 4px solid;
  border-bottom: #2E9E7E 4px solid;
  padding: 0 40px;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-winter_test__grade {
    font-size: 18px;
    border-top: #2E9E7E 2px solid;
    border-bottom: #2E9E7E 2px solid;
  }
}
.p-winter_test__important {
  color: #C1272D;
  font-size: 32px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-winter_test__important {
    font-size: 6vw;
    text-align: center;
    line-height: 1.2;
  }
}
.p-winter_test__caption {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-winter_test__caption {
    width: 90%;
  }
}
.p-winter_test__caption p {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-winter_test__caption p {
    font-size: 14px;
    font-weight: 600;
  }
}

/* ===============================================
ランクアップテスト開催概要
=============================================== */
.p-ru_test_about {
  background: #FFD436;
  padding: 100px 0 60px;
  text-align: center;
}
.p-ru_test_about__content {
  background: #FDFFD6;
  position: relative;
  padding: 80px 0 40px;
}
@media screen and (max-width: 767px) {
  .p-ru_test_about__content {
    padding: 40px 0 40px;
  }
}
.p-ru_test_about__title {
  background: #2E3192;
  color: #fff;
  font-size: 38px;
  width: 100%;
  max-width: 760px;
  height: 86px;
  display: grid;
  place-content: center;
  border-radius: 50px;
  position: absolute;
  top: -43px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-ru_test_about__title {
    font-size: 22px;
    height: 50px;
    max-width: 350px;
  }
}
.p-ru_test_about__title span {
  color: yellow;
}
.p-ru_test_about__date {
  max-width: 630px;
  border-top: 6px solid #FFD436;
  border-bottom: 6px solid #FFD436;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 900;
  color: #EA5532;
}
@media screen and (max-width: 767px) {
  .p-ru_test_about__date {
    max-width: 90%;
    font-size: 24px;
    padding: 10px 0 5px;
    border-top: 4px solid #FFD443;
    border-bottom: 4px solid #FFD436;
  }
}
.p-ru_test_about__date .txt {
  color: #000;
  font-size: 0.8em;
}
.p-ru_test_about__date .sat {
  color: #1f66cf;
}
.p-ru_test_about__date .sun {
  color: #B5252A;
}
.p-ru_test_about__list {
  max-width: 350px;
  margin: 20px auto 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-ru_test_about__list {
    max-width: 300px;
  }
}
.p-ru_test_about__list dl {
  display: flex;
  font-size: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-ru_test_about__list dl {
    font-size: 18px;
  }
}
.p-ru_test_about__list dt {
  width: 130px;
  color: #2E3192;
}
@media screen and (max-width: 767px) {
  .p-ru_test_about__list dt {
    width: 100px;
  }
}
.p-ru_test_about__list dd {
  line-height: 1.4;
}
.p-ru_test_about__caption {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-ru_test_about__caption {
    font-size: 12px;
  }
}
.p-ru_test_about__setumeikai {
  background: #EA5532;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  padding: 5px 40px;
  margin: 20px 0 10px;
}
@media screen and (max-width: 767px) {
  .p-ru_test_about__setumeikai {
    font-size: 24px;
  }
}
.p-ru_test_about__setumeikai span {
  color: yellow;
}
.p-ru_test_about__form {
  margin: 40px auto 0;
  background: #fff;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .p-ru_test_about__form {
    margin: 40px auto 0;
    padding: 30px 0;
  }
}
.p-ru_test_about__form .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-ru_test_about__form .wrapper {
    flex-direction: column;
    row-gap: 30px;
    max-width: 100%;
  }
}
.p-ru_test_about__form--contact {
  border-radius: 20px;
  margin: 0px auto 0;
  background-clip: padding-box;
  background: #fff;
  border: #2E3192 5px solid;
}
.p-ru_test_about__form--contact .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 900px !important;
}
@media screen and (max-width: 767px) {
  .p-ru_test_about__form--contact .wrapper {
    flex-direction: column;
    row-gap: 30px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-ru_test_about__btnarea {
    width: 90%;
  }
}
.p-ru_test_about__btnarea--large {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .p-ru_test_about__btnarea--large {
    width: 90%;
  }
}

/* ===============================================
ランクアップテスト
=============================================== */
.p-ru_test {
  width: 100%;
  background: #D9E3F4;
  position: relative;
  z-index: 0;
}
.p-ru_test__area {
  padding: 70px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-ru_test__area {
    padding: 50px 0 60px;
  }
}
.p-ru_test__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-ru_test__list {
    flex-direction: column;
  }
}
.p-ru_test__item {
  width: calc(33% - 12px);
  background: #fff;
  box-shadow: 4px 4px 8px rgba(10, 12, 160, 0.1);
  color: #072968;
}
@media screen and (max-width: 767px) {
  .p-ru_test__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.p-ru_test__item .head {
  background: #1B1464;
  text-align: center;
  line-height: 1.4;
  height: 100px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 7px;
}
.p-ru_test__item .head span {
  color: yellow;
  display: inline;
}
@media screen and (max-width: 767px) {
  .p-ru_test__item .head {
    height: 100%;
    padding: 16px 0;
  }
}
.p-ru_test__item .body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 350px;
}
@media screen and (max-width: 767px) {
  .p-ru_test__item .body {
    height: 100%;
    padding: 30px;
  }
}
.p-ru_test__item .txt span {
  color: #f15a24;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-ru_test__item .txt {
    line-height: 1.6;
    letter-spacing: 0px;
  }
}
.p-ru_test__sublist {
  width: 100%;
}
.p-ru_test__subitem {
  margin-bottom: 30px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
  position: relative;
  z-index: 50;
}
.p-ru_test__subitem::after {
  position: absolute;
  content: "";
  background: url(../img/opt_check.png) no-repeat center center/cover;
  color: #DAE3F3;
  z-index: -1;
  width: 57px;
  height: 50px;
}
.p-ru_test__subitem span {
  color: #f15a24;
  font-weight: 900;
}
.p-ru_test__head {
  font-size: 34px;
  text-align: center;
  margin-bottom: 60px;
  color: #113961;
}
@media screen and (max-width: 767px) {
  .p-ru_test__head {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
.p-ru_test__head span {
  font-size: 1.2em;
  font-weight: 900;
  background: linear-gradient(transparent 50%, yellow 50%);
}
@media screen and (max-width: 767px) {
  .p-ru_test__head span {
    font-size: 1.1em;
  }
}

/* ===============================================
次年度生(プール生)登録
=============================================== */
.p-pool {
  background: #fffce3;
}
.p-pool__area {
  padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-pool__area {
    padding: 40px 0 60px;
  }
}
.p-pool__top {
  width: 90%;
  border-radius: 10px;
  color: #072968;
  padding: 20px;
  font-size: 24px;
  text-align: center;
  font-feature-settings: "palt";
  font-weight: 700;
  margin: 0px auto 40px;
}
@media screen and (max-width: 767px) {
  .p-pool__top {
    font-size: 16px;
    width: 100%;
    max-width: 440px;
    padding: 0px 10px;
    margin: 0 auto 30px auto;
  }
}
.p-pool__top span {
  color: #B5252A;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .p-pool__top span {
    font-size: 16px;
  }
}
.p-pool__item {
  background: #fff;
  border: 3px solid #B5252A;
  border-radius: 10px;
  position: relative;
  height: 200px;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-pool__item {
    max-width: 550px;
    font-size: 16px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
    line-height: 1.5;
  }
}
.p-pool__item:last-child {
  margin-bottom: 0;
}
.p-pool__item .num {
  width: 120px;
  height: auto;
  position: absolute;
  left: 20px;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .p-pool__item .num {
    width: 70px;
    left: 10px;
    top: -10px;
  }
}
.p-pool__item .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 20px 0 160px;
}
@media screen and (max-width: 767px) {
  .p-pool__item .wrapper {
    padding: 10px 20px;
  }
}
.p-pool__item .title {
  font-size: 30px;
  color: #072968;
  font-weight: 700;
  line-height: 1.3;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .p-pool__item .title {
    font-size: 18px;
    padding-left: 70px;
    line-height: 1.5;
  }
}
.p-pool__item .title span {
  color: #d54e21;
}
@media screen and (max-width: 767px) {
  .p-pool__item p {
    margin: 10px 0;
  }
}

/* ===============================================
入塾テスト 随時受付中
=============================================== */
.p-nyujuku_test {
  background: #E4FFC9;
}
.p-nyujuku_test__area {
  background: repeating-linear-gradient(#c6ee92, #c6ee92, 1px, transparent 1px, transparent 6px);
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-nyujuku_test__area {
    padding: 40px 0 90px;
  }
}
.p-nyujuku_test__first {
  color: #072968;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-nyujuku_test__first {
    font-size: 24px;
  }
}
.p-nyujuku_test__first span {
  background-color: yellow;
  display: inline-block;
  line-height: 1;
}
.p-nyujuku_test__test {
  font-size: 48px;
  font-weight: 700;
  background: #fff;
  text-align: center;
  margin: 30px auto 0;
  max-width: 780px;
  padding: 0 0 16px 0;
}
@media screen and (max-width: 767px) {
  .p-nyujuku_test__test {
    font-size: 30px;
    padding: 10px 0 0px 0;
    line-height: 1.4;
  }
}
.p-nyujuku_test__test span.pink {
  background: #f5537c;
  color: #fff;
  padding: 0 30px 5px;
  margin-right: 16px;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .p-nyujuku_test__test span.pink {
    padding: 0 10px;
    margin-right: 5px;
    font-size: 24px;
  }
}
.p-nyujuku_test__test span.blue {
  background: #005CC2;
  color: yellow;
  padding: 0 30px 5px;
  margin-right: 10px;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .p-nyujuku_test__test span.blue {
    padding: 0 10px;
  }
}
.p-nyujuku_test__test span.small {
  font-size: 0.7em;
  padding-left: 0.1em;
}
.p-nyujuku_test__test span.red {
  color: red;
  font-size: 1.5em;
}
.p-nyujuku_test__test span.line {
  position: relative;
}
.p-nyujuku_test__test span.line::after {
  content: "";
  transform: rotate(7deg);
  width: 100%;
  border-top: 5px solid #000;
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-nyujuku_test__test span.line::after {
    border-top: 3px solid #000;
  }
}
.p-nyujuku_test__test--02 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-nyujuku_test__test--02 {
    text-align: left;
    padding: 10px 10px;
    max-width: 330px;
  }
}
.p-nyujuku_test__bottom {
  background: #ffe8ef;
  margin: 0 auto;
  padding: 20px;
  max-width: 780px;
}
.p-nyujuku_test__bottom .title {
  background: #000000;
  color: #fff;
  padding: 0 20px;
  font-size: 1.2em;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-nyujuku_test__bottom .title {
    font-size: 1em;
  }
}
.p-nyujuku_test__bottom li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-nyujuku_test__bottom li.small {
  font-size: 0.8em;
  margin-top: 10px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-nyujuku_test__bottom li.small {
    text-align: left;
  }
}
.p-nyujuku_test__arrow {
  font-size: 80px;
  text-align: center;
  width: 100%;
  color: #008059;
}
.p-nyujuku_test__circle {
  position: absolute;
  width: 160px;
  height: 160px;
  background: yellow;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  font-size: 38px;
  color: red;
  font-weight: 900;
  text-align: center;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-nyujuku_test__circle {
    width: 80px;
    height: 80px;
    font-size: 18px;
    right: 0px;
  }
}
@media screen and (max-width: 351px) {
  .p-nyujuku_test__circle {
    width: 60px;
    height: 60px;
    font-size: 18px;
    right: 0px;
    top: -5px;
  }
}
.p-nyujuku_test__contact {
  text-align: left;
  font-size: 30px;
  margin: 60px auto 30px;
  font-weight: 700;
  line-height: 2.8;
  max-width: 650px;
  border-top: dashed #008059 3px;
  padding: 30px 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-nyujuku_test__contact {
    font-size: 20px;
    margin: 40px 0 0;
    line-height: 2.3;
    font-size: 20px;
  }
}
.p-nyujuku_test__contact a {
  background: #FF2E63;
  color: #fff;
  padding: 10px 20px;
  margin-left: 10px;
  font-size: 0.8em;
  border-radius: 10px;
  transition: 0.3s;
  border: 4px solid #fff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
.p-nyujuku_test__contact a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-nyujuku_test__contact a {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    line-height: 1.6;
    height: 65px;
    max-width: 90%;
    font-size: 24px;
  }
}
.p-nyujuku_test__contact span {
  color: #B5252A;
}
.p-nyujuku_test__contact span.tel {
  color: #072968;
  padding: 0 5px 0 80px;
  border-radius: 10px;
  margin: 0 5px;
  font-weight: 900;
  font-size: 36px;
  position: relative;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-nyujuku_test__contact span.tel {
    display: inline-block;
    text-align: center;
    line-height: 60px;
    height: 60px;
    font-size: 8vw;
    padding: 0 0 0 75px;
  }
}
.p-nyujuku_test__contact span.tel::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 60px;
  background: url(../img/icon_free.png) no-repeat center center/contain;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
.p-nyujuku_test__contact span.small {
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-nyujuku_test__contact span.small {
    font-size: 5vw;
  }
}

/* ===============================================
入塾テスト随時受付中
=============================================== */
.p-join {
  position: relative;
  overflow: hidden;
}
.p-join__bg {
  position: absolute;
  width: 55%;
  height: 100%;
  background: url(../img/join_bg.jpg) no-repeat left 100px/cover;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  right: -60px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-join__bg {
    width: 100%;
    background: url(../img/join_bg.jpg) no-repeat -60px 120px/cover;
    transform: none;
    top: 30px;
    right: -20px;
  }
}
.p-join__area {
  padding: 90px 0 0;
}
@media screen and (max-width: 767px) {
  .p-join__area {
    padding: 40px 0 0;
  }
}
.p-join__contents {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-join__contents {
    width: 90%;
  }
}
.p-join__yellow {
  background: #f6fa70;
  mix-blend-mode: multiply;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 20;
}
.p-join__wrapper {
  padding: 40px 80px;
  display: grid;
  place-content: center;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-join__wrapper {
    padding: 20px 0px 20px;
  }
}
.p-join__subtitle {
  display: inline-block;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: 38px;
  padding: 0em 0.3em;
  margin-left: 0;
  line-height: 1.6;
  background: #fff;
  font-feature-settings: "palt";
  position: relative;
  z-index: 50;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-join__subtitle {
    font-size: 23px;
  }
}
.p-join__subtitle .red {
  color: #d4145a;
}
.p-join__subtitle .blue {
  color: #2e3192;
}
.p-join__title {
  display: flex;
  width: 100%;
  position: relative;
  margin: 20px 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-join__title {
    margin: 10px 0;
  }
}
.p-join__title .free {
  font-size: 80px;
  line-height: 1.2;
  background: #d4145a;
  color: #fff;
  writing-mode: vertical-rl;
  position: relative;
  z-index: 999;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-join__title .free {
    font-size: 36px;
  }
}
.p-join__title .red {
  font-size: 95px;
  color: #d4145a;
  font-weight: 900;
  padding-left: 10px;
  line-height: 1.1;
  position: relative;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-join__title .red {
    font-size: 44px;
  }
}
.p-join__bottom {
  color: #2e3192;
  font-size: 70px;
  position: relative;
  z-index: 999;
  font-weight: 900;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .p-join__bottom {
    font-size: 30px;
  }
}
.p-join__contact {
  position: relative;
  z-index: 50;
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  z-index: 99;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .p-join__contact {
    height: 50px;
  }
}
.p-join__contact .bg {
  background: #fa6400;
  mix-blend-mode: multiply;
  height: 100%;
  position: absolute;
  width: 100%;
  opacity: 0.6;
  top: 0;
  left: 0;
}
.p-join__contact p {
  color: #fff;
  position: relative;
  z-index: 99;
  height: 60px;
  line-height: 60px;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-join__contact p {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}
.p-join__btnarea {
  margin: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .p-join__btnarea {
    margin: 30px 0 60px;
  }
}

/* ===============================================
塾名称変更のお知らせ
=============================================== */
.p-change {
  background: url(../img/change_bg.jpg) no-repeat center center/cover;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .p-change {
    padding: 70px 30px;
    background: url(../img/change_bg_sp.jpg) no-repeat center center/cover;
  }
}
.p-change__box {
  background: #fff;
  max-width: 650px;
  height: 400px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #072968;
}
@media screen and (max-width: 767px) {
  .p-change__box {
    height: 100%;
    padding: 20px 0;
    max-width: 490px;
  }
}
.p-change__box .top {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-change__box .top {
    font-size: 16px;
  }
}
.p-change__box .top span.middle {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .p-change__box .top span.middle {
    font-size: 20px;
    font-feature-settings: "palt";
  }
}
.p-change__box .top span.big {
  font-size: 50px;
  background: linear-gradient(to bottom, transparent 0%, transparent 80%, yellow 80%, yellow 95%, transparent 95%, transparent 100%);
}
@media screen and (max-width: 767px) {
  .p-change__box .top span.big {
    font-size: 32px;
  }
}
.p-change__box .pic {
  width: 300px;
  margin: 26px 0;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-change__box .pic {
    width: 265px;
  }
}
.p-change__box p.small {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-change__box p.small {
    font-size: 16px;
  }
}

/* ===============================================
合格実績
=============================================== */
.p-goukaku {
  background: url(../img/goukaku_bg.jpg) no-repeat center center/cover;
  padding: 60px 0 40px;
}
@media screen and (max-width: 767px) {
  .p-goukaku {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-goukaku {
    background: url(../img/goukaku_bg_sp.jpg) no-repeat center center/cover;
  }
}
.p-goukaku__content {
  position: relative;
  z-index: 100;
}
.p-goukaku__content img {
  position: relative;
}
.p-goukaku__content::before {
  position: absolute;
  content: "";
  background: url(../img/goukaku_icon.png) no-repeat center center/contain;
  width: 200px;
  height: 190px;
  top: 30px;
  right: -30px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-goukaku__content::before {
    display: none;
  }
}

/* ===============================================
2つの主義
=============================================== */
.p-syugi__top {
  background: url(../img/syugi_bg.jpg) no-repeat center center/cover;
  padding: 70px 0;
  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: 40px 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: 40px 0 60px;
  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: 30px 0 50px 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: 85%;
  }
}
.p-syugi__toptitle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #fff;
  left: 0;
  top: 12px;
}
.p-syugi__toptitle::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #fff;
  left: 0;
  bottom: 12px;
}
.p-syugi__toptitle p {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-syugi__toptitle p {
    font-size: 16px;
    position: relative;
    width: 100%;
  }
  .p-syugi__toptitle p::before {
    background: url(../img/icon_test.png) no-repeat center center/contain;
    content: "";
    position: absolute;
    width: 11vw;
    height: 12vw;
    bottom: -30px;
    left: 5px;
  }
  .p-syugi__toptitle p::after {
    background: url(../img/icon_pen.png) no-repeat center center/contain;
    content: "";
    position: absolute;
    width: 8vw;
    height: 8vw;
    bottom: -25px;
    right: 5px;
    z-index: 99;
  }
}
.p-syugi__toptitle--01 {
  background: #2163a0;
}
.p-syugi__toptitle--02 {
  background: #f5537c;
}
@media screen and (max-width: 767px) {
  .p-syugi__toptitle--02 p::before {
    background: url(../img/icon_note.png) no-repeat center center/contain;
  }
}
.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: 90px 0;
}
@media screen and (max-width: 767px) {
  .p-syugi__item {
    padding: 40px 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: 120px;
}
@media screen and (max-width: 767px) {
  .p-syugi__item .subtitle {
    margin-top: 40px;
    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;
}
@media screen and (max-width: 767px) {
  .p-syugi__item .wrapper {
    flex-direction: column;
  }
}
.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 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-syugi__item .wrapper .item--02 {
    margin-top: 30px;
  }
}
.p-syugi__item .pic {
  position: relative;
  z-index: 0;
}

/* ===============================================
手厚いサポート体制
=============================================== */
.p-support {
  background: url(../img/support_bg.jpg) no-repeat center center/cover;
  padding: 70px 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-support {
    background: url(../img/support_bg_sp.jpg) repeat center bottom/cover;
    padding: 50px 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: 100px auto;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-support__wrapper {
    flex-direction: column;
    margin: 40px auto;
  }
}
.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;
}
.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;
  }
}
.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__subtitle p {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-support__bgarea {
    background: #072968;
  }
}
.p-support__list {
  display: flex;
  justify-content: space-between;
  margin-top: -100px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-support__list {
    flex-direction: column;
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}
.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;
    margin-bottom: 24px;
    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;
  }
}
.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;
}
.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: 100px 0 100px;
  position: relative;
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t {
    padding: 130px 0 30px;
  }
}
.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: 130px;
    height: 130px;
    top: -100px;
    right: -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 0;
  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 40px;
}
@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__circle-list {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  margin: 30px 0 20px;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__circle-list {
    column-gap: 10px;
    margin: 20px 0 10px;
  }
}
.p-sdgs_t__circle-list li {
  background: #F3EFBA;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__circle-list li {
    width: 97px;
    height: 97px;
  }
}
.p-sdgs_t__circle-list li p {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__circle-list li p {
    font-size: 14px;
  }
}
.p-sdgs_t__circle-list li span {
  font-size: 53px;
  color: #F15A24;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__circle-list li span {
    font-size: 23px;
  }
}
.p-sdgs_t__arrow {
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background: #F15A24;
  width: 253px;
  height: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__arrow {
    width: 89px;
    height: 28px;
  }
}
.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__exm {
  margin: 120px auto 180px;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__exm {
    margin: 60px auto 60px;
    padding: 0 4%;
  }
}
.p-sdgs_t__exm .title {
  background: #866699;
  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;
  }
}
.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 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__exm .pic {
    margin-bottom: 30px;
  }
}
.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-sdgs_t__test {
  background: #faf7d4;
  padding: 80px 5% 90px;
  position: relative;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .p-sdgs_t__test {
    padding: 30px 5% 30px;
  }
}
.p-sdgs_t__test .txt {
  text-align: left;
  font-size: 24px;
  margin: 20px 0 50px;
}
@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: #2E3192;
  color: yellow;
  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: 85%;
    font-size: 18px;
    top: -20px;
  }
}

/* ===============================================
入塾の流れ
=============================================== */
.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: 40px auto;
    width: 90%;
  }
}

/* ===============================================
マップ
=============================================== */
.p-map {
  padding: 0 0 90px 0;
}
@media screen and (max-width: 767px) {
  .p-map {
    padding: 0 0 90px 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: 70px;
  column-gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-map__list {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 40px;
  }
}
.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%;
}

/* ===============================================
CTA
=============================================== */
.p-cta {
  background: #005CC2;
  color: #fff;
  text-align: center;
  padding: 20px 20px 26px;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding: 0;
  }
}
.p-cta span.yellow {
  color: yellow;
}
.p-cta__container {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 1fr;
  place-content: center;
  place-items: center;
  justify-content: center;
  column-gap: 3.5vw;
}
@media screen and (max-width: 767px) {
  .p-cta__container {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 0;
  }
}
.p-cta__btn-area {
  display: grid;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cta__btn-area {
    grid-column: 1/4;
    grid-row: 1/2;
    height: 60px;
    align-items: center;
  }
}
.p-cta__btn {
  width: 100%;
  height: 100%;
}
.p-cta__link {
  background: #ed1e79;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5vw 4vw;
  border-radius: 10px;
  box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.9);
  position: relative;
}
@media screen and (max-width: 860px) {
  .p-cta__link {
    padding: 1.5vw 40px 1.5vw 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__link {
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
}
.p-cta__link::after {
  position: absolute;
  content: "\f138";
  font-family: "fontawesome";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.7vw;
  color: yellow;
  right: 1vw;
}
@media screen and (max-width: 1280px) {
  .p-cta__link::after {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__link::after {
    font-size: 18px;
    right: 3%;
  }
}
.p-cta__link:hover {
  background: #ff569f;
  transition: 0.3s;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8);
  transform: translateY(1px);
}
@media screen and (max-width: 767px) {
  .p-cta__link:hover {
    box-shadow: none;
  }
}
.p-cta__link .inner {
  display: grid;
  place-content: center;
  line-height: 1;
  font-size: 2.5vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-cta__link .inner {
    grid-template-columns: auto auto;
    grid-template-rows: 1fr;
    height: 100%;
    font-size: 30px;
    text-align: left;
    place-content: center center;
    font-weight: 700;
  }
}
@media screen and (max-width: 440px) {
  .p-cta__link .inner {
    font-size: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__link .main {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.p-cta__link .small {
  font-size: 0.9em;
  padding-left: 3px;
}
.p-cta__sub-btn {
  margin-top: 20px;
}
.p-cta__sub-link {
  position: relative;
  border-bottom: 2px solid #fff;
  padding: 0 30px;
}
.p-cta__sub-link:hover {
  transition: 0.3s;
  opacity: 0.6;
}
.p-cta__sub-link .inner {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .p-cta__sub-link .inner {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__tel-area {
    grid-column: 1/4;
    grid-row: 2/3;
    height: 60px;
    width: 100%;
  }
}
.p-cta__tel-area a {
  display: grid;
  place-items: center;
}
.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;
}
@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: 1.5vw;
  letter-spacing: 3px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .p-cta__tel-wrapper .top {
    font-size: 20px;
  }
}
@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: 3px;
  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: 3px;
  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: 2.2vw;
  background: #fff;
  color: #005CC2;
  font-weight: 700;
  display: inline-block;
  padding: 0.5vw;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .p-cta__tel-wrapper .ok .inner {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__tel-wrapper .ok .inner {
    background: transparent;
    color: #fff;
    font-size: 18px;
  }
}
.p-cta__tel-wrapper .ok .inner .small {
  font-size: 0.8em;
}
.p-cta__tel-wrapper .ok .inner::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
  z-index: 99;
  height: 20px;
  width: 15px;
}
@media screen and (max-width: 767px) {
  .p-cta__tel-wrapper .ok .inner::after {
    display: none;
  }
}
.p-cta__tel-wrapper .free {
  width: 7vw;
  grid-column: 2/3;
  grid-row: 2/3;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .p-cta__tel-wrapper .free {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__tel-wrapper .free {
    width: 40px;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.p-cta__tel-wrapper .num {
  font-size: 4vw;
  grid-column: 3/4;
  grid-row: 2/3;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
}
@media screen and (max-width: 1280px) {
  .p-cta__tel-wrapper .num {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__tel-wrapper .num {
    font-size: 28px;
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
.p-cta__tel-wrapper .time {
  font-size: 1.7vw;
  grid-column: 4/5;
  grid-row: 2/3;
  display: grid;
  line-height: 1.2;
  place-content: center;
}
@media screen and (max-width: 1280px) {
  .p-cta__tel-wrapper .time {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__tel-wrapper .time {
    font-size: 15px;
    grid-column: 3/4;
    grid-row: 2/3;
    grid-template-columns: auto auto;
    justify-content: center;
  }
}

/* ===============================================
フッター
=============================================== */
.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;
  }
}

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

.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-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 */