main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px !important;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  main {
    font-size: 1.5vw !important;
  }
}
@media screen and (max-width: 768px) {
  main {
    font-size: 3vw !important;
  }
}

div, p, li, dt, dd, th, td, h2, h3, h4 {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

main {
  color: #1E1E1E;
}
#mv .mv_conte {
  position: relative;
}

#mv .mv_conte .img {
  width: 100%;
}

.section_wrap {
  max-width: 52.5em;
  width: 84%;
  margin-inline: auto;
}
@media screen and (max-width: 1000px) {
  .section_wrap {
    width: 84vw;
  }
}

.section_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20em;
  margin-inline: auto;
  margin-top: 2.375em;
}
@media screen and (max-width: 768px) {
  .section_btn {
    width: 63.2vw;
    height: 10.6666vw;
    margin-top: 0;
  }
}

.plan {
  padding-top: 4em;
  padding-bottom: 6.25em;
  background-color: #FFFDED;
  position: relative;
}
@media screen and (max-width: 768px) {
  .plan {
    padding-top: 18vw;
    padding-bottom: 14.6666vw;
  }
}
@media screen and (max-width: 768px) {
  .plan .section_wrap {
    width: 70.6667vw;
  }
}
.plan_wrap {
  position: relative;
}
.plan_title {
  position: absolute;
  top: -7.9375em;
  left: 0%;
  transform: translateX(0%);
  width: 22.5em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .plan_title {
    width: 70.667vw;
    left: 50%;
    transform: translateX(-50%);
    top: -28vw;
  }
}
.plan_text {
  font-size: 1.125em;
  letter-spacing: -0.01em;
  line-height: 1.44444;
  margin-top: 0.375em;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .plan_text {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .plan_text {
    font-size: 4vw;
    margin-top: 2.133333vw;
    line-height: 1.666667;
  }
}
.plan_list {
  display: flex;
  gap: 14.286%;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .plan_list {
    flex-direction: column;
    gap: 10vw;
  }
}
.plan_list_item {
  width: 42.857%;
}
@media screen and (max-width: 768px) {
  .plan_list_item {
    width: 100%;
    height: auto;
  }
}
.plan_list_box {
  display: flex;
  align-items: center;
  column-gap: 0.8125em;
}
@media screen and (max-width: 768px) {
  .plan_list_box {
    column-gap: 2.6667vw;
  }
}
.plan_list_num {
  width: 8em;
  height: 2.75em;
  background-color: #00A172;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan_list_num span {
  font-size: 1.375em;
  font-weight: 700;
  letter-spacing: 0.025em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .plan_list_num span {
    font-size: 4.2666vw;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 1000px) {
  .plan_list_num {
    width: 12.8vw;
  }
}
@media screen and (max-width: 768px) {
  .plan_list_num {
    width: 25.0666vw;
    height: 8.5333vw;
  }
}
.plan_list_text {
  font-size: 1.25em;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .plan_list_text {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .plan_list_text {
    font-size: 3.73334vw;
  }
}
.plan_list_title {
  margin-top: 0.789em;
  margin-left: 3.36842em;
  font-size: 1.1875em;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.3684;
}
@media screen and (max-width: 1000px) {
  .plan_list_title {
    font-size: 1.9vw;
    margin-top: 0.9vw;
  }
}
@media screen and (max-width: 768px) {
  .plan_list_title {
    font-size: 4.53333vw;
    margin-top: 5.3333334vw;
    margin-left: 20vw;
  }
}
.plan_list_note {
  font-size: 1.125em;
  font-feature-settings: "palt" 1;
  line-height: 1.5556;
}
@media screen and (max-width: 768px) {
  .plan_list_note {
    font-size: 2.9333vw;
  }
}
.plan_list_note_item {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1em;
  font-feature-settings: "palt" 1;
  line-height: 1.5556;
}
.plan_list_img {
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .plan_list_img {
    margin-top: 2.4vw;
  }
}
.plan_list_img_02 {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 768px) {
  .plan_list_img_02 {
    margin-bottom: 4.8vw;
  }
}

.support {
  padding-top: 0;
  margin-top: -2.25vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .support {
    margin-top: -6.25vw;
  }
}
.support_title {
  font-size: 1.625em;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.42307;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .support_title {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 768px) {
  .support_title {
    font-size: 5.3333334vw;
    line-height: 1.625;
  }
}
.support_text {
  font-size: 1.25em;
  letter-spacing: -0.01em;
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
  margin-inline: auto;
  width: fit-content;
  position: relative;
  margin-top: 2.65em;
}
@media screen and (max-width: 768px) {
  .support_text {
    font-size: 4.53333vw;
    line-height: 1.6470588;
    margin-top: 13.6vw;
  }
}
.support_text::before {
  content: "";
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 101.7%;
  height: 10px;
  background-color: #FFFF00;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .support_text::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .support_text span {
    position: relative;
    display: block;
    width: fit-content;
    margin-inline: auto;
  }
  .support_text span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    width: 101.8%;
    height: 2.66666667vw;
    background-color: #FFFF00;
    z-index: -1;
  }
}
.support_course {
  position: relative;
  margin-top: 6.25em;
}
@media screen and (max-width: 768px) {
  .support_course {
    margin-top: 10.666vw;
  }
}
.support_course_map {
  position: absolute;
  top: -22.5%;
  right: 22.5%;
  right: 0;
  width: 22.5em;
  height: 20em;
}
@media screen and (max-width: 768px) {
  .support_course_map {
    top: -72vw;
    left: 0;
    margin-inline: auto;
    width: 70.6667vw;
    height: 62.66vw;
  }
}
.support_course::before {
  content: "";
  background-color: #fff;
  box-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0%;
  left: 0%;
  width: 90%;
  height: 100%;
  z-index: -1;
  border-top-right-radius: 1.875em;
  border-bottom-right-radius: 1.875em;
}
@media screen and (max-width: 1100px) {
  .support_course::before {
    width: 93%;
  }
}
@media screen and (max-width: 768px) {
  .support_course::before {
    height: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .support_course .section_wrap {
    width: 80vw;
  }
}
.support_course_content {
  display: flex;
  column-gap: 14.286%;
  padding-block: 3em 2.8125em;
}
@media screen and (max-width: 768px) {
  .support_course_content {
    padding-block: 7.4666667vw;
    flex-direction: column;
    align-items: center;
    row-gap: 11.2vw;
    padding-block: 10.6666vw 15.2vw;
  }
}
.support_course_title {
  padding-bottom: 1em;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .support_course_title {
    padding-bottom: 2.9333333vw;
  }
}
.support_course_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 21.25em;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  .support_course_title::before {
    width: 34vw;
  }
}
@media screen and (max-width: 768px) {
  .support_course_title::before {
    width: 34.666667vw;
  }
}
.support_course_title_heading {
  font-family: "Noto serif JP", serif;
  font-size: 2.25em;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.25;
}
@media screen and (max-width: 1000px) {
  .support_course_title_heading {
    font-size: 3vw;
  }
}
.support_course_title_heading span {
  position: relative;
  padding-inline: 12px;
}
@media screen and (max-width: 1200px) {
  .support_course_title_heading span {
    white-space: nowrap;
    padding-inline: 0.5vw;
  }
}
@media screen and (max-width: 1000px) {
  .support_course_title_heading span {
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 768px) {
  .support_course_title_heading span {
    padding-inline: 1.06667vw;
    font-size: 5.6vw;
  }
}
.support_course_title_heading span::before {
  content: "";
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 24px;
  background-color: #FFFF00;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .support_course_title_heading span::before {
    height: 3.733334vw;
  }
}
@media screen and (max-width: 1000px) {
  .support_course_title_heading {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .support_course_title_heading {
    font-size: 5.6vw;
  }
}
.support_course_text {
  font-size: 1.5em;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  margin-top: 1.5em;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .support_course_text {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 1000px) {
  .support_course_text {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 768px) {
  .support_course_text {
    font-size: 3.733334vw;
    margin-top: 4.5333333vw;
  }
}
.support_course_img {
  width: 42.857%;
}
@media screen and (max-width: 768px) {
  .support_course_img {
    width: 70.6666vw;
  }
}
.support_course_img_02 {
  width: max(20.375em, 22%);
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .support_course_img_02 {
    width: 15.375em;
  }
}
@media screen and (max-width: 1000px) {
  .support_course_img_02 {
    width: 22vw;
  }
}
@media screen and (max-width: 768px) {
  .support_course_img_02 {
    width: 35.19999vw;
    top: 26%;
  }
}
.support_course_text_box {
  width: 42.857%;
}
@media screen and (max-width: 768px) {
  .support_course_text_box {
    width: 70.6666vw;
    text-align: center;
  }
}
.support .support_description_box {
  position: relative;
}
.support .support_description_text {
  width: 42.857%;
  font-size: 1em;
  font-feature-settings: "palt" 1;
  letter-spacing: -0.03em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .support .support_description_text {
    font-size: 3.03vw;
    letter-spacing: -0.035em;
  }
}
.support .support_description_text:first-of-type {
  margin-top: 3.6111em;
}
@media screen and (max-width: 768px) {
  .support .support_description_text:first-of-type {
    width: 100%;
    margin-top: 63.2vw;
  }
}
.support .support_description_text:not(:first-of-type) {
  width: 100%;
  font-size: 1.125em;
  letter-spacing: 0;
  margin-top: 1.222em;
}
@media screen and (max-width: 768px) {
  .support .support_description_text:nth-of-type(2) {
    margin-top: 0;
    font-size: 3vw;
  }
}
.support .support_description_text:last-of-type {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .support .support_description_text:last-of-type {
    letter-spacing: -0.04em;
    font-size: 3vw;
    line-height: 1.5;
  }
}
.support .support_description_text span {
  color: #00A172;
  font-size: 0.9em;
}
.support .last_section {
  background-color: #F7F7F7;
  position: relative;
  margin-top: 12.375em;
  padding-top: 11.125em;
  padding-bottom: 4.875em;
}
@media screen and (max-width: 768px) {
  .support .last_section {
    margin-top: 31.2vw;
    padding-top: 39.6vw;
    padding-bottom: 13.2vw;
  }
}
.support .last_section_content {
  position: absolute;
  top: -25%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 52.5em;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .support .last_section_content {
    width: 84%;
  }
}