@charset "UTF-8";
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
}

.p-container {
  position: relative;
  display: block;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) {
  .p-container {
    display: flex;
    height: 100vh;
  }
}
@media (min-width: 768px) {
  .p-container::before {
    content: "";
    position: absolute;
    background: url("../img/mv-bg.jpg") no-repeat center center/cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.p-container__left {
  width: 51%;
}
.p-container__left-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .p-container__left-wrapper {
    width: 89%;
    display: block;
    text-align: right;
    padding-top: 84px;
  }
}
.p-container__left-content {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.p-container__left-lead {
  width: 100%;
  max-width: 658px;
  margin-left: 9.9%;
}
.p-container__left-img {
  width: 100%;
  max-width: 658px;
  position: relative;
  margin-left: 9.9%;
}
.p-container__left-img::before {
  content: "";
  width: 46.3%;
  aspect-ratio: 300/82;
  background: url("../img/mv-student.png") no-repeat center center/cover;
  position: absolute;
  top: -27.5%;
  right: 9.7%;
}
.p-container__left-btn {
  width: 55.4%;
  position: absolute;
  left: 22.1%;
  bottom: 4%;
}
.p-container__main {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .p-container__main {
    width: 28.2%;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 0 5px;
    background-color: #fff;
    box-shadow: 0px 0px 14px 0px rgba(0, 66, 119, 0.7);
  }
}
.p-container__main::-webkit-scrollbar {
  display: none;
}
.p-container__right {
  display: none;
}
@media (min-width: 768px) {
  .p-container__right {
    width: 20.8%;
    padding-top: 239px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
  }
}
.p-container__right-btn {
  margin-top: 10px;
}
.p-container__right-btn:first-child {
  margin-top: 0;
}

/* メイン写真 */
.p-mv {
  width: 100%;
  position: relative;
}
.p-mv img {
  width: 100%;
  height: auto;
}
.p-mv__logo-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 12%;
  display: block;
  z-index: 10;
}
@media (max-width: 767px) {
  .p-mv__logo-link {
    width: 40%;
    height: 12%;
  }
}
.p-mv__campaign-link {
  position: absolute;
  top: 64.9%;
  left: 0;
  width: 100%;
  height: 10px;
  display: block;
  z-index: 10;
}

/* 特典＋説明会 */
.p-schedule {
  background-color: #fff;
  border-radius: 10px;
}
.p-schedule__wrapper {
  padding: 0px 10px 50px 10px;
  background-image: linear-gradient(#0068b7, #308acf 50%, #8dccff);
}
.p-schedule__tokuten-img {
  margin-bottom: 30px;
}
.p-schedule__student-img {
  padding-left: 6px;
  padding-right: 6px;
}
.p-schedule__title {
  background-color: #000B67;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}
.p-schedule__inner {
  padding: 15px;
}
.p-schedule__inner-date {
  text-align: center;
  margin-bottom: 20px;
}
.p-schedule__inner-map {
  text-align: center;
  margin-bottom: 8px;
}
.p-schedule__inner-address {
  border-radius: 5px;
  background-color: #EFEFEF;
  display: flex;
  align-items: stretch;
}
.p-schedule__inner-address-head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  border-radius: 5px 0 0 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #0269B7;
}
.p-schedule__inner-address-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.p-schedule__btn {
  margin-top: 35px;
}
.p-schedule__limit-wapper {
  padding-bottom: 60px;
  background: url("../img/limit-bg.jpg") no-repeat center center/cover;
}
.p-schedule__inner {
  padding-left: 10px;
  padding-right: 10px;
}

/* 実績 */
.p-achievement {
  padding: 60px 0 212px;
  background: url("../img/achievement-bg.jpg") no-repeat center bottom/cover;
}
@media (min-width: 768px) {
  .p-achievement {
    padding: 60px 0 254px;
  }
}
.p-achievement__head {
  font-size: 36px;
  font-weight: 900;
  color: #000C67;
  text-align: center;
  line-height: 1.52;
  margin-bottom: 30px;
}
.p-achievement__text {
  font-size: 16px;
  text-align: center;
  line-height: 1.68;
  margin-bottom: 20px;
}
.p-achievement__banner {
  margin-left: 10px;
  margin-right: 10px;
  list-style-type: none;
}
.p-achievement__banner li {
  margin-top: 10px;
}
.p-achievement__banner li:first-child {
  margin-top: 0;
}
.p-achievement__banner-text {
  font-size: 12px;
  font-weight: bold;
  color: #000C67;
  text-align: right;
}
.p-achievement__area-image {
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.p-achievement__area-image img {
  width: 74px;
}
.p-achievement__area-text {
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  line-height: 1.68;
  margin-left: 10px;
  margin-right: 10px;
}
.p-achievement__area-text-image {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.p-achievement__area-text-lead {
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  line-height: 1.68;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}

/* アクセス */
.p-access {
  padding: 20px 10px 50px;
  background-color: rgba(2, 105, 183, 0.05);
}
.p-access__head {
  height: 94px;
  background: url("../img/access-head-bg.png") no-repeat center center;
}
.p-access__head-text {
  font-size: 36px;
  font-weight: 900;
  color: #0269B7;
  text-align: center;
  line-height: 2.09;
}
.p-access__map {
  position: relative;
  border: 2px solid #0269B7;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 10px;
}
.p-access__map #map {
  width: 100%;
  height: 300px;
}
.p-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.p-access__map::before {
  content: "";
  width: 101px;
  height: 85px;
  background: url("../img/access-stutent01.png") no-repeat center center/cover;
  position: absolute;
  top: -85px;
  right: -7px;
  z-index: 2;
}
.p-access__map::after {
  content: "";
  width: 68px;
  height: 82px;
  background: url("../img/access-stutent02.png") no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.p-access__address {
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  align-items: stretch;
}
.p-access__address-head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 77px;
  border-radius: 5px 0 0 5px;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  background-color: #0269B7;
}
.p-access__address-text {
  display: flex;
  align-items: center;
  padding: 10px;
}
.p-access__address-link {
  margin-top: 20px;
  text-align: center;
}

.button {
  align-items: center;
  display: inline-flex;
  font-weight: var(--font-weight-bold);
  justify-content: center;
  line-height: 1.44;
  position: relative;
}
.button__link {
  border: 1px solid #0269B7;
  border-radius: 5px;
  letter-spacing: 0.1em;
  color: #0269B7;
  font-size: 18px;
  max-width: 400px;
  min-height: 70px;
  width: 100%;
  border-radius: 100px;
  padding: 13px 60px 15px;
  background-color: #fff;
  position: relative;
}
.button__link::after {
  background: url(../../assets/img/ico-arrow-right-blue.png) center/100% no-repeat;
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

/* ワセダの成績をのばすシステム */
.p-system {
  position: relative;
  padding: 45px 0 50px;
  background: url("../img/system-bg.jpg") repeat center center;
}
.p-system__head {
  margin: 0 20px 15px;
}
.p-system__lead-text {
  text-align: center;
  margin: 0 20px 30px;
}
.p-system__guidance-image {
  margin-left: 10px;
  margin-right: 10px;
}
.p-system__guidance-student {
  margin-bottom: 20px;
}
.p-system__guidance-check-lists {
  margin-left: 5px;
  margin-right: 10px;
  margin-bottom: 30px;
  list-style-type: none;
}
.p-system__guidance-check-lists li {
  margin-top: 5px;
}
.p-system__guidance-check-lists li:first-child {
  margin-top: 0;
}
.p-system__items {
  margin-left: 10px;
  margin-right: 10px;
}
.p-system__item {
  border: 2px solid #0269B7;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 15px;
}
.p-system__item:first-child {
  margin-top: 0;
}
.p-system__item-head {
  border-radius: 0px 0px 0 0;
  background-color: #0269B7;
  display: flex;
  align-items: stretch;
}
.p-system__item-head-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 63px;
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  position: relative;
}
.p-system__item-head-number::after {
  content: "";
  width: 2px;
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}
.p-system__item-head-text {
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  padding: 10px 14px;
}
.p-system__item-head-text .u-marker {
  background-color: #F8DE50;
  color: #0269B7;
  margin-left: 3px;
  margin-right: 3px;
  padding-left: 1px;
  padding-right: 3px;
}
.p-system__item-inner {
  padding: 10px 10px 15px;
}
.p-system__item-inner-image {
  margin-bottom: 20px;
}
.p-system__item-inner-title {
  font-size: 20px;
  font-weight: 900;
  color: #0269B7;
  margin-bottom: 10px;
}
.p-system__item-inner-text .u-emphasis {
  color: #0269B7;
  font-weight: 900;
}
.p-system__item-inner-text-image {
  text-align: center;
}
.p-system__item-inner-list {
  list-style-type: disc;
  margin-left: 30px;
}
.p-system__item-inner-result {
  position: relative;
  padding-top: 20px;
}
.p-system__item-inner-result::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #0269B7;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-system__item-inner-result-head {
  background-color: #F8DE50;
  border-radius: 14px;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  color: #202020;
  line-height: 1.42;
  padding: 5px;
  margin-bottom: 10px;
}
.p-system__item-inner-result-image {
  text-align: center;
}

/* 合格実績 */
.p-pass {
  position: relative;
  padding: 50px 15px 50px;
  background: linear-gradient(#e3f6fd, #d0f1ff);
}
.p-pass::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 181px;
  height: 121px;
  background: url("../img/pass-bg.png") no-repeat right top/181px auto;
}
.p-pass__head {
  margin-left: 1px;
  background: url("../img/pass-head-student.png") no-repeat right bottom/114px auto;
  padding-bottom: 5px;
}
.p-pass__head-logo {
  margin-bottom: 8px;
}
.p-pass__head-text {
  font-size: 36px;
  font-weight: 900;
  color: #000C67;
  line-height: 1.83;
}
.p-pass__head-text .u-marker {
  background: linear-gradient(transparent 70%, #F8DE50 0%);
  display: inline;
  padding: 0 1px 0px;
}
.p-pass__items-head {
  background-color: #F8DE50;
  border: 2px solid #000C67;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #000C67;
  line-height: 1.42;
  padding: 5px;
}
.p-pass__items-arrow {
  text-align: center;
  padding: 10px 0;
}
.p-pass__items-arrow img {
  width: 270px;
  vertical-align: middle;
}
.p-pass__items-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
}
.p-pass__items-list {
  width: 49.2%;
  margin-bottom: 10px;
}
.p-pass__items-list-head {
  background-color: #fff;
  border: 1px solid #000C67;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #000C67;
  line-height: 1.42;
  padding: 5px;
  margin-bottom: 10px;
}
.p-pass__items-list-number {
  height: 85px;
  text-align: center;
}
.p-pass__items-list-number img {
  vertical-align: top;
}
.p-pass__items-movie {
  margin: 0 19px 15px;
}
.p-pass__items-movie-box {
  text-align: center;
  margin-bottom: 4px;
}
.p-pass__items-movie-box video {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border: none;
}
.p-pass__items-movie-text {
  font-size: 16px;
  font-weight: bold;
  color: #222;
}
.p-pass__items-image {
  position: relative;
  padding-top: 20px;
  text-align: center;
}
.p-pass__items-image::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000B67;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

/* 大切にしていること */
.p-important {
  padding: 60px 0 0;
  background: url("../img/important-bg.jpg") no-repeat center center/cover;
}
.p-important__head {
  text-align: center;
  font-size: 34px;
  font-weight: 900;
  color: #000C67;
  line-height: 1.61;
  margin-bottom: 30px;
}
.p-important__head-text {
  font-size: 20px;
  font-weight: bold;
}
.p-important__head-logo {
  padding-right: 4px;
}
.p-important__head-logo img {
  vertical-align: -5px;
}
.p-important__guidance {
  display: flex;
  margin: 0 10px 25px 13px;
}
.p-important__guidance-image {
  width: 24%;
}
.p-important__guidance-box {
  width: 76%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 10px;
}
.p-important__guidance-head {
  margin-bottom: 13px;
}
.p-important__guidance-text p {
  margin-top: 5px;
}
.p-important__guidance-text p:first-child {
  margin-top: 0;
}
.p-important__map {
  background-color: #fff;
  margin: 0 10px 25px;
  padding: 13px 10px 10px;
  border-radius: 5px;
}
.p-important__map-lists {
  margin-bottom: 15px;
  list-style-type: none;
}
.p-important__map-lists li {
  padding-left: 34px;
  position: relative;
  font-weight: bold;
  margin-top: 10px;
}
.p-important__map-lists li::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../img/icon-check.png") no-repeat center center/100% auto;
  position: absolute;
  top: 3px;
  left: 5px;
}
.p-important__map-lists li:first-child {
  margin-top: 0;
}
.p-important__map-image {
  text-align: center;
}
.p-important__high-quality-lead {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #0269B7;
  margin: 0 10px 10px;
}
.p-important__high-quality-head {
  text-align: center;
  margin-bottom: 20px;
}
.p-important__high-quality-head-text {
  display: inline-block;
  background-color: #0269B7;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  border-radius: 33px;
  line-height: 1;
  padding: 7px 10px 7px 15px;
}
.p-important__high-quality-head-text .icon_pin {
  padding-right: 5px;
}
.p-important__high-quality-head-text .icon_pin img {
  vertical-align: -3px;
}
.p-important__high-quality-head-text .u-text-small {
  font-size: 20px;
}

/* 矢印 */
.p-arrow {
  position: relative;
}
.p-arrow__lists {
  position: absolute;
  top: -92px;
  left: 50%;
  transform: translateX(-50%);
  list-style-type: none;
}

/* 仲間と高め合える環境がワセダ */
/* 動画 */
.p-movie {
  padding: 40px 15px;
}
.p-movie__box {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  margin-top: 20px;
}
.p-movie__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-movie__box:first-child {
  margin-top: 0;
}

/* フッター */
.p-footer {
  background-color: #1F63C2;
}
.p-footer__wrapper {
  padding: 50px 25px 120px;
}
.p-footer__logo {
  text-align: center;
  margin-bottom: 20px;
}
.p-footer__logo img {
  width: 160px;
}
.p-footer__address {
  text-align: left;
  color: #fff;
  margin-bottom: 50px;
}
.p-footer__address-company {
  margin-bottom: 20px;
}
.p-footer__address-head {
  font-weight: bold;
}
.p-footer__address-text {
  margin-bottom: 5px;
}
.p-footer__link {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.p-footer__link-lists {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}
.p-footer__link-lists .icon {
  position: relative;
  padding-right: 20px;
}
.p-footer__link-lists .icon::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/icon-link.png") no-repeat center center/cover;
  position: absolute;
  top: 5px;
  right: 0;
}
.p-footer__copyright {
  font-size: 9px;
  color: #fff;
  text-align: left;
  padding: 0 15px;
}

/* フッター追従 */
.p-footer__nav {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
.p-footer__nav.is-visible {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .p-footer__nav {
    display: none;
  }
}
.p-footer__nav-btn {
  width: 84.1%;
  margin: 0 auto;
}

.c-btn {
  position: relative;
  background-color: #EEE;
  display: inline-block;
  width: 246px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0269B7;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.42;
  letter-spacing: 0;
  text-align: center;
  border-radius: 48px;
  border: 1px solid #0269B7;
}
.c-btn::after {
  content: "";
  width: 12px;
  height: 15px;
  background: url("../img/ico-arrow-bottom-blue.png") no-repeat center center/cover;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
}
/*# sourceMappingURL=home.css.map */