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

.l-container02 {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .l-container02 {
    max-width: 100%;
    margin: 0 auto;
  }
}

.l-container03 {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .l-container03 {
    max-width: 100%;
    margin: 0 auto;
  }
}

/* セクションレイアウト
----------------------- */
/* 共通設定
----------------------- */
* {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 1.6;
  color: #404040;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

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

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

.p-footer {
  display: none;
}

/* リンク
----------------------- */
.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%;
  object-fit: contain;
  display: block;
}

/* ボタン
----------------------- */
/* ロゴ
----------------------- */
/* ===============================================
コース選択
=============================================== */
.c-course {
  display: flex;
  justify-content: center;
  max-width: 880px;
  margin: 40px auto 100px;
  column-gap: 40px;
}
@media screen and (max-width: 1280px) {
  .c-course {
    column-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-course {
    flex-direction: column;
    row-gap: 20px;
    margin: 40px auto 60px;
  }
}
.c-course__bnr {
  width: 100%;
}
.c-course__link {
  border-radius: 10px;
  background: #fff;
}
.c-course__link--01 {
  border: 2px solid #0b2d67;
}
.c-course__link--02 {
  border: 2px solid #866699;
}
.c-course span.grade {
  color: #fff;
  width: 100%;
  display: block;
  border-radius: 7px 7px 0 0;
  text-align: center;
  font-size: 24px;
}
.c-course span.grade--01 {
  background: #0b2d67;
}
.c-course span.grade--02 {
  background: #866699;
}
.c-course span.logo {
  display: block;
  height: 60px;
  padding: 0 20px;
  position: relative;
}
.c-course span.logo::after {
  position: absolute;
  content: "\f061";
  font-family: "fontawesome";
  font-weight: 900;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-size: 32px;
  color: #0b2d67;
}
@media screen and (max-width: 767px) {
  .c-course span.logo::after {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-course span.logo--01 img {
    width: 300px;
  }
}
.c-course span.logo--02::after {
  color: #866699;
}
.c-course span.logo--02 img {
  width: 330px;
}
@media screen and (max-width: 1280px) {
  .c-course span.logo--02 img {
    width: 280px;
  }
}
@media screen and (max-width: 860px) {
  .c-course span.logo--02 img {
    width: 250px;
  }
}

/* ポイントタイトル
----------------------- */
.c-point-titles {
  text-align: center;
}
.c-point-titles p.number {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 64px;
  position: relative;
  display: inline-block;
  z-index: 10;
  color: #004385;
}
.c-point-titles p.number::after {
  position: absolute;
  content: "";
  background: url(../img/point-number_bg.png) no-repeat center center/contain;
  width: 178px;
  height: 106px;
  left: -70px;
  top: 0;
  z-index: -1;
}
.c-point-titles h2.title {
  margin: 30px 0;
  font-size: 55px;
  color: #004385;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-point-titles h2.title {
    font-size: 34px;
  }
}
.c-point-titles h2.title span.text-wrapper {
  display: inline-block;
  border-left: 7px solid #004385;
  border-right: 7px solid #004385;
  padding: 0 65px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-point-titles h2.title span.text-wrapper {
    padding: 5% 6%;
  }
}
@media screen and (max-width: 767px) {
  .c-point-titles h2.title span.text-wrapper--top03 {
    padding: 5% 15%;
  }
}
.c-point-titles h2.title span.text-wrapper::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 100%;
  border-top: 2px solid #004385;
  border-bottom: 2px solid #004385;
  left: 0;
  top: 0;
}
.c-point-titles h2.title span.text-wrapper::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 100%;
  border-top: 2px solid #004385;
  border-bottom: 2px solid #004385;
  right: 0;
  top: 0;
}
.c-point-titles h2.title .highlight {
  background: linear-gradient(transparent 90%, #FFF33F 0%);
  font-weight: 700;
}
.c-point-titles p.subtext {
  margin: 60px 0;
  font-size: 26px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-point-titles p.subtext {
    margin: 40px 0;
    text-align: left;
  }
}
.c-point-titles p.subtext .highlight {
  font-weight: 900;
  color: #004385;
}

/* ステップタイトル
----------------------- */
.c-step-titles {
  text-align: center;
}
.c-step-titles p.number {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 64px;
  position: relative;
  display: inline-block;
  z-index: 10;
  color: #004385;
}
.c-step-titles p.number::after {
  position: absolute;
  content: "";
  background: url(../img/step-number_bg.png) no-repeat center center/contain;
  width: 175px;
  height: 132px;
  left: -65px;
  top: -20px;
  z-index: -1;
}
.c-step-titles h2.title {
  margin: 30px 0;
  font-size: 55px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0px;
}
@media screen and (max-width: 767px) {
  .c-step-titles h2.title {
    font-size: 34px;
    line-height: 1.2;
  }
}
.c-step-titles h2.title span.text-wrapper {
  color: #004385;
  display: inline-block;
  border-top: 2px solid #004385;
  border-bottom: 2px solid #004385;
  padding: 10px;
  position: relative;
}
.c-step-titles h2.title span.text-wrapper--tra {
  color: #866699;
  border-top: 2px solid #866699;
  border-bottom: 2px solid #866699;
}
@media screen and (max-width: 767px) {
  .c-step-titles h2.title span.text-wrapper {
    padding: 5% 6%;
  }
}
.c-step-titles h2.title .highlight {
  background: linear-gradient(transparent 90%, #FFF33F 0%);
  font-weight: 700;
}
.c-step-titles p.subtext {
  margin: 60px 0;
  font-size: 26px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-step-titles p.subtext {
    margin: 40px 0;
    text-align: left;
  }
}
.c-step-titles p.subtext .highlight {
  font-weight: 900;
  color: #004385;
}

/* ===============================================
CTA
=============================================== */
.c-cta {
  height: 160px;
  width: 100%;
  background: #005cc2;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .c-cta {
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .c-cta {
    height: 140px;
  }
}
.c-cta__container {
  display: grid;
  grid-template-columns: 400px 1fr;
  grid-template-rows: 1fr;
  height: 100%;
  padding: 20px;
  margin: 0 auto;
  max-width: 1700px;
  column-gap: 30px;
}
@media screen and (max-width: 1280px) {
  .c-cta__container {
    grid-template-columns: 330px 1fr;
  }
}
@media screen and (max-width: 860px) {
  .c-cta__container {
    grid-template-columns: 260px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .c-cta__container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    min-width: 100%;
    max-width: 100%;
    column-gap: 0;
    padding: 0;
  }
}
.c-cta__btn {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-cta__btn {
    height: 70px;
  }
}
.c-cta__link {
  background: #ed1e79;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.9);
  position: relative;
  transition: 0.3s;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-cta__link {
    border-radius: 0px;
    box-shadow: none;
  }
}
.c-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) {
  .c-cta__link:hover {
    box-shadow: none;
  }
}
.c-cta__link::after {
  position: absolute;
  content: "\f138";
  font-family: "fontawesome";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: yellow;
  right: 20px;
}
@media screen and (max-width: 1280px) {
  .c-cta__link::after {
    font-size: 24px;
    right: 10px;
  }
}
@media screen and (max-width: 860px) {
  .c-cta__link::after {
    font-size: 2.2vw;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-cta__link::after {
    font-size: 24px;
    right: 3%;
  }
}
.c-cta__btn-txt {
  display: grid;
  place-content: center;
  place-items: center;
  height: 100%;
  line-height: 1.1;
  font-feature-settings: "palt";
  font-size: 32px;
  font-weight: 700;
  padding-right: 20px;
}
@media screen and (max-width: 860px) {
  .c-cta__btn-txt {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 767px) {
  .c-cta__btn-txt {
    display: flex;
    column-gap: 5px;
    padding-right: 24px;
    filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.2));
    font-weight: 700;
    font-size: 26px;
  }
}
.c-cta__btn-txt span {
  display: block;
}
.c-cta__btn-txt .yellow {
  color: yellow;
}
@media screen and (max-width: 767px) {
  .c-cta__tel {
    height: 70px;
  }
}
.c-cta__tel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Inview
----------------------- */
.fadeIn {
  opacity: 0;
  transition: 3s;
}

.fadeIn.is-show {
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2.5s;
}

.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2.5s;
}

.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* ===============================================
ヘッダー
=============================================== */
.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;
}
@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__page {
  height: auto;
  width: 100%;
}
.p-kv__page img {
  object-fit: contain;
  width: 100%;
}

/* ===============================================
イントロダクション
=============================================== */
.p-intro {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin: 20px 0 90px;
  line-height: 1.5;
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .p-intro {
    font-size: 26px;
    text-align: left;
    padding: 0 5%;
  }
}

/* ===============================================
features
=============================================== */
.p-features__bg {
  padding: 150px 0 150px;
}
@media screen and (max-width: 767px) {
  .p-features__bg {
    padding: 80px 0 80px;
  }
}
.p-features__bg--top {
  background: linear-gradient(to top, #d0d4e9 0%, #d0d4e9 21%, #d5e6ed 72%, #d5e6ed 100%);
}
.p-features__bg--program {
  background: linear-gradient(to top, #d9def3 0%, #d9def3 21%, #e7f3fe 72%, #e7f3fe 100%);
  padding: 150px 0 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-features__bg--program {
    padding: 80px 0 10px;
  }
}
.p-features__bg--program::after {
  position: absolute;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #d9def3;
  width: 100%;
  height: 90px;
  bottom: -90px;
}
@media screen and (max-width: 767px) {
  .p-features__bg--program::after {
    height: 40px;
    bottom: -40px;
  }
}
.p-features__bg--training {
  background: linear-gradient(to top, #ece0f2 0%, #ece0f2 21%, #f1edf6 72%, #f1edf6 100%);
  padding: 150px 0 30px;
  position: relative;
}
.p-features__bg--training::after {
  position: absolute;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #ece0f2;
  width: 100%;
  height: 90px;
  bottom: -90px;
}
@media screen and (max-width: 767px) {
  .p-features__bg--training::after {
    height: 40px;
    bottom: -40px;
  }
}
.p-features__bg--training--none {
  padding: 240px 0 30px;
}
.p-features__bg--training--none::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-features__bg--training--none {
    padding: 160px 0 30px;
  }
}
.p-features__bg--page {
  padding: 240px 0 30px;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .p-features__bg--page {
    padding: 160px 0 80px;
  }
}
.p-features__bg--page::after {
  position: absolute;
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fff;
  width: 100%;
  height: 90px;
  bottom: -90px;
}
@media screen and (max-width: 767px) {
  .p-features__bg--page::after {
    height: 40px;
    bottom: -40px;
  }
}
.p-features__bg--page--none {
  padding: 240px 0 80px;
}
.p-features__bg--page--none::after {
  display: none;
}
.p-features__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  column-gap: 10%;
}
@media screen and (max-width: 767px) {
  .p-features__wrapper {
    margin-top: 90px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-features__box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media screen and (max-width: 767px) {
  .p-features__box:last-child {
    margin-top: 90px;
  }
}
.p-features__box h3.title {
  text-align: center;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 900;
  color: #004385;
  border-top: 1px solid #004385;
  border-bottom: 1px solid #004385;
  padding: 20px 0;
}
.p-features__box p.desc {
  margin: 50px 0;
  font-size: 26px;
}
@media screen and (max-width: 860px) {
  .p-features__box p.desc {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .p-features__box p.desc {
    margin: 30px 0;
  }
}
.p-features__box .pic {
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2);
}
.p-features__pic-point2 {
  max-width: 990px;
  margin: 0 auto;
}
.p-features__pic-point3 {
  max-width: 590px;
  margin: 0 auto;
}
.p-features__step-wrapper {
  display: flex;
  margin: 50px auto;
  column-gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-features__step-wrapper {
    flex-direction: column;
    row-gap: 60px;
  }
}
.p-features__step-wrapper .desc {
  font-size: 27px;
  width: 55%;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-features__step-wrapper .desc {
    width: 100%;
    font-size: 25px;
    margin: 0 auto;
  }
}
.p-features__step-wrapper .desc .highlight {
  font-weight: 900;
}
.p-features__step-wrapper .desc--pro .highlight {
  color: #0b2d67;
}
.p-features__step-wrapper .desc--tra .highlight {
  color: #866699;
}
.p-features__step-wrapper .pic {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-features__step-wrapper .pic {
    width: 100%;
  }
}
.p-features__step-wrapper .pic img {
  object-position: top;
}

/* ===============================================
final-thoughts
=============================================== */
.p-final-thoughts {
  padding: 120px 5%;
  text-align: center;
  font-size: 36px;
  line-height: 1.9;
  font-weight: 400;
}
@media screen and (max-width: 860px) {
  .p-final-thoughts {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-final-thoughts {
    font-size: 26px;
    padding: 90px 5%;
    line-height: 1.8;
  }
}
.p-final-thoughts--bg {
  background: #F5F3E7;
}
.p-final-thoughts .bold-text {
  font-weight: 700;
  color: #004385;
}
.p-final-thoughts .highlight-bg {
  background: #FFF33F;
}
.p-final-thoughts .underline-text {
  background: linear-gradient(transparent 80%, #FFF33F 0%);
}
.p-final-thoughts__txt--tra .bold-text {
  font-weight: 700;
  color: #866699;
}
.p-final-thoughts__pic {
  width: 615px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .p-final-thoughts__pic {
    width: 90%;
    margin: 40px auto 0;
  }
}

/* ===============================================
last
=============================================== */
.p-last {
  background: linear-gradient(to top, #d0d4e9 0%, #d0d4e9 21%, #d5e6ed 72%, #d5e6ed 100%);
  margin-top: -200px;
  padding: 190px 0;
}
@media screen and (max-width: 767px) {
  .p-last {
    margin-top: -120px;
    padding: 150px 0 90px;
  }
}
.p-last--page {
  background: #fff;
  margin-top: -200px;
}
@media screen and (max-width: 767px) {
  .p-last--page {
    margin-top: -120px;
  }
}
.p-last__video-wrapper {
  max-width: 800px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 767px) {
  .p-last__video-wrapper {
    margin: 0 auto 80px;
  }
}
.p-last__logo {
  padding: 20px 0;
}
.p-last__logo .logo {
  margin: 0 auto;
}
.p-last__logo .logo--webstar {
  width: 306px;
  height: 91px;
}
.p-last__logo .logo--sdgs {
  width: 218px;
  height: 24px;
  margin-top: 20px;
}
.p-last__logo .logo--program {
  width: 527px;
  height: 68px;
  margin: 30px auto 60px;
}
@media screen and (max-width: 767px) {
  .p-last__logo .logo--program {
    width: 80%;
    margin: 20px auto 30px;
  }
}

/* ===============================================
フッター
=============================================== */
.p-footer {
  height: 180px;
  background: #0b2d67;
  display: grid;
  place-content: center;
}
.p-footer__logo {
  width: 287px;
  height: 82px;
}

/* レスポンシブ設定
----------------------- */
.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: 1280px) {
  .u-pc-only {
    display: none;
  }
}

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

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

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