@charset "UTF-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

body {
  margin: 0;
  color: #333333;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.6;
  background-color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  background-image: url("../img/bg.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}

.wrapper {
  width: 375px;
  min-height: 100vh;
  margin: 0 auto;
  background: #FFF4F7;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}

.mv {
  position: relative;
  width: 375px;
  min-height: 986px;
}

.mv_intro {
  position: relative;
  width: 375px;
  min-height: 1180px;
}

.mv__bg {
  display: block;
  width: 375px;
}

.mv__txt {
  position: absolute;
  top: 216px;
  left: 37px;
  width: 301px;
  font-weight: 600;
}

.info__bell {
  position: absolute;
  top: 429px;
  left: 14px;
  z-index: 2;
  width: 46px;
}

.info__border {
  position: absolute;
  top: 450px;
  left: 22px;
  z-index: 1;
  width: 336px;
  min-height: 320px;
  padding: 24px 20px;
  background: #fff;
  border: 2px solid #F57780;
  border-radius: 16px;
}

.info__list {
  margin: 0;
}

.info__item {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
  color: #163060;
}

.info__item:last-child {
  margin-bottom: 0;
}

.info__term {
  position: relative;
  flex: 0 0 72px;
  padding-left: 11px;
  font-weight: 600;
}

.info__term::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 5px;
  height: 15px;
  background-color: #163060;
  border-radius: 2px;
}

.info__desc {
  flex: 1;
  margin: 0;
  font-weight: 600;
}

.info__text {
  margin: 15px 0 0;
  color: #333333;
}

.info__text--bold {
  font-weight: 600;
}

.info__text--attention {
  color: red;
}

.aimtg-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 285px;
  min-height: 56px;
  margin: 24px auto;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background-color: #1A2E63;
  border-radius: 28px;
}

.entry-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 285px;
  min-height: 56px;
  margin: 24px auto;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background-color: #ea604b;
  border-radius: 28px;
}







.taiken {
  padding: 40px 20px 0;
  min-height: 760px;
}

.sec-title {
  position: relative;
  margin: 0;
  color: #1A2E63;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.sec-title::before,
.sec-title::after {
  content: "";
  display: inline-block;
  width: 110px;
  height: 0;
  border-top: 2px solid #163060;
  vertical-align: middle;
}

.sec-title::before {
  margin-right: 12px;
}

.sec-title::after {
  margin-left: 12px;
}


.taiken__list {
  margin-top: 32px;
}

.taiken__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.taiken__item + .taiken__item {
  margin-top: 24px;
}

.taiken__txt {
  flex: 1;
}

.taiken__heading {
  margin: 0;
  color: #333333;
  font-weight: 600;
}

.taiken__text {
  margin: 6px 0 0;
  color: #333333;
}

.taiken__img {
  width: 92px;
  height: auto;
}

.taiken__border {
  width: 336px;
  padding: 24px 20px;
  background-color: #ffffff;
  border: 2px solid;
  border-radius: 16px;
  margin: 24px auto;
}

.taiken__border--a {
  border-color: #F57780;
}

.taiken__border--b {
  border-color: #4B88C7;
}

.course-title {
  position: relative;
  margin: 0;
  padding-left: 24px;
  font-size: 18px;
  line-height: 1.4;
}

.course-title::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 8px;
  height: 21px;
  border-radius: 2px;
}

.course-title--a {
  color: #EF3A3A;
  font-weight: 600;
}

.course-title--a::before {
  background-color: #EF3A3A;
}

.course-title--b {
  color: #4B88C7;
  font-weight: 600;
}

.course-title--b::before {
  background-color: #4B88C7;
}

.course-lead {
  margin: 14px 0 0;
  color: #333333;
  font-weight: 600;
}

.course-heading {
  margin: 14px 0 0;
  padding-bottom: 3px;
  color: #1A2E63;
  font-weight: 600;
  border-bottom: 1px solid #1A2E63;
}

.course-list {
  margin: 14px 0 0;
  padding-left: 1.4em;
}

.course-list li {
  color: #333333;
  font-weight: 600;
}

.course-num-list {
  margin: 14px 0 0;
  padding-left: 1.4em;
}

.course-num-list li {
  color: #333333;
}










.step {
  padding: 0 20px;
  min-height: 760px;
}
.step__list {
  margin-top: 32px;
}

.step__item + .step__item {
  margin-top: 24px;
}

.step__labels {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.5;
}

.step__num {
  padding: 2px 6px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  background-color: #1A2E63;
  border-radius: 6px;
}

.step__course {
  position: relative;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
}

.step__course::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 5px;
  height: 15px;
  border-radius: 2px;
}

.step__course--a {
  color: #EF3A3A;
}

.step__course--a::before {
  background-color: #EF3A3A;
}

.step__course--b {
  color: #4B88C7;
}

.step__course--b::before {
  background-color: #4B88C7;
}

.step__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
}

.step__txt {
  flex: 1;
}

.step__heading {
  margin: 0;
  color: #333333;
  font-weight: 600;
}

.step__text {
  margin: 6px 0 0;
  color: #333333;
}

.step__img {
  width: 92px;
  height: auto;
}






.contact_us {
  padding: 40px 0;
  background-color: #163060;
}

.contact_us__title {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.contact_us__text {
  margin: 20px 0 0;
  color: #ffffff;
  text-align: center;
}







.company {
  padding: 32px 20px 52px;
}

.company__card {
  width: 336px;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 16px;
  margin: 28px auto;
  box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.12);
}

.company__head {
  display: flex;
  align-items: center;
  gap: 8px;
}

.company__logo {
  width: 70px;
  height: auto;
}

.company__name {
  margin: 0;
  color: #1A2E63;
  font-size: 18px;
  font-weight: 600;
}

.company__img {
  display: block;
  width: 285px;
  height: auto;
  margin: 8px auto 0;
}

.company__catch {
  margin: 8px 0 0;
  color: #333333;
  font-weight: 600;
}

.company__text {
  margin: 8px 0 0;
  color: #333333;
}

.company__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 285px;
  height: 50px;
  margin: 14px auto 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  background-color: #163060;
  border-radius: 27px;
}

.company__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #ffffff;
  transform: translateY(-50%);
}

.company__btn--end {
  background-color: #888888;
}

.company__btn--end::after {
  content: "";
  border: none;
}






.footer {
  padding: 40px 20px;
  background-color: #1A2E63;
}

.footer__text {
  margin: 0;
  color: #ffffff;
  font-family: "Yu Mincho", "YuMincho", sans-serif;
  font-size: 16px;
}

.footer__text + .footer__text {
  margin-top: 8px;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.footer-nav a {
  color: #ffffff;
}
