.mv {
  position: relative;
  background-color: #fbf4e8;
}
.mv::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -4px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#707070 1px, transparent 1px), linear-gradient(90deg, #707070 1px, transparent 1px);
  background-size: 55px 55px;
}
.mv__main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.mv__scroll {
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1px;
}
.mv__scroll_txt {
  color: #3d8ac9;
  font-size: 1.125rem;
  font-family: "Ultra", serif;
  font-weight: 400;
  line-height: 1.2857142857;
  letter-spacing: 0.05em;
}
.mv__scroll::after {
  content: "";
  display: inline-flex;
  width: 14px;
  height: 24px;
  background: url(../images/img_scrolldown.svg) no-repeat center bottom/cover;
}
.mv__btn {
  position: absolute;
  bottom: 24px;
  right: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  border-radius: 140px;
  background-color: #000000;
  border: 2px solid #fff;
  box-shadow: 4px 4px 0 #fff;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.mv__btn.active {
  position: fixed;
  bottom: 140px;
  right: 10px;
  z-index: 2;
}

.menu {
  padding: 52px 0 49px;
  background-color: #fff;
}
.menu__ttl {
  margin-bottom: 20px;
  font-family: "Ultra", serif;
  font-size: 2.125rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.menu__main {
  display: grid;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 9px;
}
.menu__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100px;
  padding: 9px 5px 16px;
  border: 2px solid #000;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}
.menu__item:nth-child(1) {
  background-color: #f08667;
}
.menu__item:nth-child(2) {
  background-color: #88c46a;
}
.menu__item:nth-child(3) {
  background-color: #3d8ac9;
}
.menu__item_num {
  margin-bottom: 6px;
  font-family: "Ultra", serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.menu__item_ttl {
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.0909090909;
  letter-spacing: 0.05em;
}

.content01 {
  padding: 42px 0 96px;
  background-color: #fef5e8;
}
.content01 .heading {
  margin-bottom: 44px;
}
.content01__sub {
  margin-bottom: 37px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.875;
}
.content01__start {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 27px;
  font-size: 2.125rem;
  font-family: "Ultra", serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.content01__start::after {
  content: "";
  display: inline-flex;
  width: 14px;
  height: 57px;
  background-color: #000;
  mask: url(../images/img_scrolldown.svg) no-repeat center bottom/cover;
  -webkit-mask: url(../images/img_scrolldown.svg) no-repeat center bottom/cover;
}
.content01__header {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.content01__header_char {
  font-size: 1.375rem;
  font-family: "Ultra", serif;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.content01__header_ttl {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.5;
}
.content01__header_tap {
  position: absolute;
  top: -19px;
  right: -13px;
  display: inline-block;
  padding: 0 10px;
  transform: rotate(10deg);
  font-family: "Ultra", serif;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.content01__header_tap::before, .content01__header_tap::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 16px;
  background-color: #000;
}
.content01__header_tap::before {
  left: -2px;
  transform: rotate(-32deg);
}
.content01__header_tap::after {
  top: 3px;
  right: 1px;
  transform: rotate(47deg);
}
.content01__anchors {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 375px;
  margin: 0 auto;
}
.content01__anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 200px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
}
.content01__anchor:nth-child(1) {
  box-shadow: 4px 4px 0 0 #e88121;
}
.content01__anchor:nth-child(2) {
  box-shadow: 4px 4px 0 0 #62a64e;
}
.content01__anchor:nth-child(3) {
  box-shadow: 4px 4px 0 0 #00a4b4;
}
.content01__anchor:nth-child(4) {
  box-shadow: 4px 4px 0 0 #dd6b7b;
}
.content01__ttl {
  position: relative;
  margin: 0 9px 41px;
  padding: 14px 0;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8461538462;
  letter-spacing: 0.2em;
}
.content01__ttl::before, .content01__ttl::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.content01__ttl::before {
  top: 3px;
}
.content01__ttl::after {
  bottom: 3px;
}
.content01__ques {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 327px;
  margin: 0 auto;
  padding: 3px 0 13px;
}
.content01__ques_row {
  position: relative;
  display: flex;
  width: 100%;
}
.content01__ques_row:nth-child(1) {
  margin-bottom: 10px;
}
.content01__ques_row:nth-child(2) {
  margin-bottom: 27px;
}
.content01__ques_row:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 170px;
  width: 1px;
  height: 286px;
  border-left: 1px dashed #000;
}
.content01__ques_row:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 140px;
  left: 30px;
  width: 280px;
  height: 1px;
  border-top: 1px dashed #000;
}
.content01__ques_cell {
  font-size: 1rem;
  line-height: 1.3333333333;
  text-align: center;
  letter-spacing: 0.2em;
}
.content01__ques_cell:first-child {
  position: relative;
  left: -4px;
  margin-right: 9px;
}
.content01__ques_cell:not(:first-child) {
  width: 120px;
}
.content01__ques_cell:nth-child(2) {
  margin-right: 32px;
}
.content01__ques_cell.empty {
  width: 21.33px;
}
.content01__ques_cell.ttl {
  padding-top: 5px;
  letter-spacing: 0.25em;
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.content01__ques_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  font-family: "Ultra", serif;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
}
.content01__ques_btn.btn_a {
  box-shadow: 8px 8px 0 0 #ffdc74;
}
.content01__ques_btn.btn_b {
  box-shadow: 8px 8px 0 0 #f59e74;
}
.content01__ques_btn.btn_c {
  box-shadow: 8px 8px 0 0 #6dc1d5;
}
.content01__ques_btn.btn_d {
  box-shadow: 8px 8px 0 0 #a7d388;
}
.content01__ques_btn.none {
  position: relative;
  background-color: #a7a7a7;
  box-shadow: 8px 8px 0 0 #000;
  color: #707070;
  pointer-events: none;
}
.content01__ques_btn.none::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 141%;
  height: 2px;
  background: #000;
  transform: rotate(-45deg);
  transform-origin: 0 0;
}
.content01__sec {
  margin-bottom: 84px;
}
.content01__sec:last-child {
  margin-bottom: 0;
}
.content01__sec.sec01 .content01__header_tap {
  right: -24px;
}

.content02 {
  padding: 58px 0 48px;
  background-color: #c5e7ba;
}
.content02 .heading {
  margin-bottom: 39px;
}
.content02__anchors {
  display: grid;
  gap: 20px;
  margin: 0 9px 50px;
}
.content02__anchor {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 4px 4px 0 0 #000;
  border: 2px solid #000;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.content02__anchor svg {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.content02__anchor svg circle,
.content02__anchor svg path {
  transition: all 0.5s;
}
.content02__anchor.black {
  background-color: #000;
  border-color: #fff;
  box-shadow: 4px 4px 0 0 #fff;
  color: #fff;
}
.content02__anchor.black svg circle {
  fill: #fff;
}
.content02__anchor.black svg path {
  stroke: #000;
}
.content02__main {
  padding-top: 35px;
  border-top: 1px dashed #000;
}
.content02__sec:not(:last-child) {
  margin-bottom: 50px;
  padding-bottom: 55px;
  border-bottom: 1px dashed #000;
}
.content02__sec.sec03 .content02__header_meta_txt {
  width: calc(100% + 12px);
  position: relative;
  left: -6px;
  font-size: 0.6875rem;
  letter-spacing: -0.05em;
}
.content02__header {
  margin-bottom: 32px;
  text-align: center;
}
.content02__header_catch {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
}
.content02__header_ttl {
  margin-bottom: 25px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.content02__header_meta {
  display: inline-block;
  padding: 6px 17px;
  background-color: #fff;
  border-radius: 20px;
  text-align: left;
}
.content02__header_meta_txt {
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}
.content02__header_meta_txt span {
  flex-shrink: 0;
}
.content02__points {
  display: grid;
  gap: 36px;
  margin-bottom: 37px;
}
.content02__point {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.content02__point_ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 124px;
  height: 36px;
  margin-bottom: 22px;
  background-color: #000;
  border-radius: 100px;
  color: #fff;
  font-family: "Ultra", serif;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
.content02__point_ttl::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 16px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 18px 18px 0;
  border-color: transparent #000000 transparent transparent;
}
.content02__point_txt {
  margin-bottom: 18px;
  font-size: 1.5rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.3333333333;
}
.content02__point_txt .empty {
  display: none;
}
.content02__point_des {
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
.content02__suggest {
  margin-bottom: 58px;
}
.content02__suggest_ttl {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 30px;
  background-color: #3d8ac9;
  border: 2px solid #000;
  border-bottom: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}
.content02__suggest_list {
  padding: 30px 18px 41px;
  background-color: #fff;
  border: 2px solid #000;
}
.content02__suggest_item {
  position: relative;
  padding-left: 36px;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.2857142857;
}
.content02__suggest_item:not(:last-child) {
  margin-bottom: 20px;
}
.content02__suggest_item::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url(../images/icon_check.webp) no-repeat center/contain;
}
.content02__schedule_ttl {
  margin-bottom: 25px;
  font-family: "Ultra", serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 0.7;
}
.content02__schedule_term {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 24px;
  margin-bottom: 15px;
  background-color: #000;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1;
}
.content02__schedule_label {
  margin-bottom: 11px;
  padding-bottom: 7px;
  border-bottom: 1px solid #000;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.content02__schedule_date {
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.3;
}
.content02__schedule_note {
  margin-top: 3px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5;
}
.content02__schedule_sec:not(:last-child) {
  margin-bottom: 20px;
}
.content02__schedule_tags {
  display: flex;
  gap: 4px;
  margin-bottom: 5px;
}
.content02__schedule_tag {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  background-color: #000000;
  border-radius: 100px;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1;
}
.content02__schedule_tag.blue {
  background-color: #00a0d5;
}
.content02__schedule_tag.orange {
  background-color: #de9043;
}
.content02__schedule_tag.green {
  background-color: #5ca854;
}
.content02__schedule_exam_group {
  margin-bottom: 14px;
}
.content02__schedule_exam_group:last-child {
  margin-bottom: 0;
}
.content02__action {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 52px;
}
.content02__img {
  width: 184px;
  margin: 0 auto;
}

.content03 {
  padding: 48px 0 50px;
  background-color: #cbe8f9;
}
.content03__ttl {
  margin-bottom: 57px;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 2.75rem;
  text-align: center;
  line-height: 1.0454545455;
  letter-spacing: 0.05em;
}
.content03__sec {
  display: flex;
  gap: 28px;
  max-width: 327px;
  margin-left: auto;
  margin-right: auto;
}
.content03__sec:nth-child(odd) {
  flex-direction: row-reverse;
}
.content03__sec:not(:last-child) {
  margin-bottom: 34px;
}
.content03__sec_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding-top: 17px;
}
.content03__sec_ttl {
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 2.25rem;
  line-height: 1;
}
.content03__sec_ttl span {
  -moz-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  letter-spacing: -0.11em;
}
.content03__sec_num {
  font-family: "Ultra", serif;
  font-size: 3.75rem;
  line-height: 1;
}
.content03__sec_sub {
  margin-bottom: 12px;
  font-size: 1.25rem;
  font-weight: 900;
  text-align: left;
  line-height: 1.5;
}
.content03__sec_img {
  position: relative;
  width: 200px;
  margin-bottom: 10px;
}
.content03__sec_txt {
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
.content03__sec.sec01 {
  margin-bottom: 30px;
}
.content03__sec.sec02 {
  gap: 20px;
  padding-bottom: 5px;
}
.content03__sec.sec02 .content03__sec_head {
  margin-left: -4px;
}
.content03__sec.sec02 .content03__sec_img {
  margin-left: auto;
}
.content03__sec.sec03 .content03__sec_head {
  margin-right: -6px;
}
.content03__action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 48px;
}

.modal {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px 0 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal.active .modal__body {
  transform: scale(1);
}
.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #334455;
  opacity: 0.2;
}
.modal__close {
  position: absolute;
  top: -25px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 70px;
  background-color: #000;
}
.modal__close svg {
  width: 16px;
}
.modal__body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% - 48px);
  max-height: 534px;
  height: 100%;
  padding: 48px 20px 40px;
  background-color: #fff;
  border-radius: 20px;
  transform: scale(0.7);
  transition: all 0.2s;
}
.modal__body.modal_a {
  background-color: #ffdc74;
}
.modal__body.modal_b {
  background-color: #f59e74;
}
.modal__body.modal_c {
  background-color: #6dc1d5;
}
.modal__body.modal_d {
  background-color: #a7d388;
}
.modal__content {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.modal__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  max-width: 286px;
  min-height: 56px;
  margin: 0 auto 54px;
  background-color: #fff;
  border: 2px solid #000;
  box-shadow: 3px 3px 0 #000;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.modal__ttl span {
  font-family: "Ultra", serif;
  font-size: 2.6875rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.modal__txt {
  margin-bottom: 30px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
}
.modal__sub {
  margin-bottom: 20px;
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3846153846;
}
.modal__note {
  margin-top: -14px;
  margin-bottom: 26px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.modal .btn {
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .mv::before {
    left: 0;
    background-size: 107px 99px;
  }
  .mv__img {
    height: clamp(26.875rem, 31.25vw + 11.875rem, 43.125rem);
  }
  .mv__img img {
    width: auto;
    height: 100%;
  }
  .mv__scroll {
    bottom: 50px;
    gap: clamp(0.3125rem, 1.8028846154vw + -0.5528846154rem, 1.25rem);
    transition: all 0.5s;
  }
  .mv__scroll:hover {
    opacity: 0.7;
  }
  .mv__scroll_txt {
    font-size: 1.75rem;
  }
  .mv__scroll::after {
    width: 12px;
    height: clamp(2.3125rem, 4.0865384615vw + 0.3509615385rem, 4.4375rem);
  }
  .mv__btn {
    bottom: clamp(1.25rem, 2.5240384615vw + 0.0384615385rem, 2.5625rem);
    right: clamp(1.25rem, 13.2211538462vw + -5.0961538462rem, 8.125rem);
    width: clamp(7.5rem, 2.4038461538vw + 6.3461538462rem, 8.75rem);
    height: clamp(7.5rem, 2.4038461538vw + 6.3461538462rem, 8.75rem);
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .mv__btn:hover {
    background-color: #4d4d4d;
    transition: all 0.5s;
  }
  .mv__btn.active {
    bottom: 180px;
    right: auto;
    left: calc(50% + clamp(15.625rem, 37.962962963vw + -2.5972222222rem, 25.875rem));
  }
  .menu {
    padding: 72px 0 100px;
  }
  .menu__ttl {
    margin-bottom: 24px;
    font-size: 3.125rem;
  }
  .menu__main {
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
  }
  .menu__item {
    min-height: 130px;
    padding: 16px 5px 17px;
    transition: all 0.5s;
  }
  .menu__item:hover {
    opacity: 0.7;
  }
  .menu__item_num {
    font-size: 1.125rem;
  }
  .menu__item_ttl {
    font-size: clamp(1.125rem, 0.9615384615vw + 0.6634615385rem, 1.625rem);
    line-height: 1.2307692308;
  }
  .content01 {
    padding: 56px 0 152px;
  }
  .content01 .heading {
    margin-bottom: 62px;
  }
  .content01__sub {
    margin-bottom: 57px;
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .content01__start {
    gap: 18px;
    margin-bottom: 23px;
    font-size: 2.875rem;
  }
  .content01__start::after {
    width: 15px;
    height: 86px;
  }
  .content01__header {
    gap: 6px;
    margin-bottom: 50px;
  }
  .content01__header_char {
    font-size: 2rem;
  }
  .content01__header_ttl {
    font-size: 1.375rem;
  }
  .content01__header_tap {
    top: -23px;
    right: -42px;
    font-size: 1rem;
  }
  .content01__header_tap::before, .content01__header_tap::after {
    height: 26px;
  }
  .content01__header_tap::before {
    left: -7px;
    transform: rotate(-35deg);
  }
  .content01__header_tap::after {
    top: 2px;
    right: -3px;
  }
  .content01__anchors {
    padding-bottom: 10px;
    max-width: 100%;
  }
  .content01__anchor {
    width: 150px;
    height: 150px;
    font-size: 2rem;
    line-height: 1.1875;
    transition: all 0.5s;
  }
  .content01__anchor:hover {
    opacity: 0.7;
  }
  .content01__ttl {
    margin: 0 0 76px;
    padding: 16px 0;
    font-size: 1.625rem;
  }
  .content01__ttl::before {
    top: 4px;
  }
  .content01__ttl::after {
    bottom: 4px;
  }
  .content01__ques {
    position: relative;
    left: -7px;
    padding: 0;
    max-width: 100%;
  }
  .content01__ques_row {
    width: auto;
  }
  .content01__ques_row:nth-child(1) {
    margin-bottom: 22px;
  }
  .content01__ques_row:nth-child(2) {
    margin-bottom: 50px;
  }
  .content01__ques_row:nth-child(2)::before {
    height: 360px;
    left: 224px;
  }
  .content01__ques_row:nth-child(2)::after {
    top: 180px;
    left: 44px;
    width: 360px;
  }
  .content01__ques_cell {
    font-size: 1.125rem;
  }
  .content01__ques_cell:first-child {
    left: 0;
    margin-right: 20px;
  }
  .content01__ques_cell:not(:first-child) {
    width: 150px;
  }
  .content01__ques_cell:nth-child(2) {
    margin-right: 52px;
  }
  .content01__ques_cell.empty {
    width: 24px;
  }
  .content01__ques_cell.ttl {
    position: relative;
    left: 3px;
    padding-top: 5px;
    letter-spacing: 0.34em;
  }
  .content01__ques_btn {
    width: 150px;
    height: 150px;
    font-size: 5rem;
    cursor: pointer;
    transition: all 0.5s;
  }
  .content01__ques_btn:hover {
    opacity: 0.7;
  }
  .content01__sec {
    max-width: 700px;
    margin: 0 auto 98px;
  }
  .content01__sec.sec01 .content01__header_tap {
    right: -42px;
  }
  .content02 {
    padding: 56px 0 100px;
  }
  .content02 .heading {
    margin-bottom: 65px;
  }
  .content02__anchors {
    position: relative;
    left: -12px;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 690px;
    margin: 0 auto 80px;
  }
  .content02__anchor {
    font-size: 1.25rem;
    transition: all 0.5s;
  }
  .content02__anchor:hover {
    background-color: #000;
    border-color: #fff;
    box-shadow: 4px 4px 0 0 #fff;
    color: #fff;
  }
  .content02__anchor:hover svg circle {
    fill: #fff;
  }
  .content02__anchor:hover svg path {
    stroke: #000;
  }
  .content02__anchor svg {
    right: 10px;
  }
  .content02__anchor.black:hover {
    background-color: #fff;
    border-color: #000;
    box-shadow: 4px 4px 0 0 #000;
    color: #000;
  }
  .content02__anchor.black:hover svg circle {
    fill: #000;
  }
  .content02__anchor.black:hover svg path {
    stroke: #fff;
  }
  .content02__main {
    padding-top: 60px;
  }
  .content02__sec:not(:last-child) {
    margin-bottom: 70px;
    padding-bottom: 70px;
  }
  .content02__sec.sec03 .content02__header_meta_txt {
    left: 0;
    width: 100%;
    font-size: 1rem;
    letter-spacing: 0;
  }
  .content02__header {
    margin-bottom: 60px;
  }
  .content02__header_catch {
    margin-bottom: 13px;
    font-size: 1.375rem;
  }
  .content02__header_ttl {
    margin-bottom: 29px;
    font-size: 2.875rem;
    line-height: 1.0434782609;
  }
  .content02__header_meta {
    padding: 11px 47px;
    border-radius: 100px;
  }
  .content02__header_meta_txt {
    font-size: 1rem;
    line-height: 1.5;
  }
  .content02__points {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px clamp(1.25rem, 4.6875vw + -1rem, 3.6875rem);
    margin-bottom: 60px;
    padding: 0 clamp(0rem, 2.4038461538vw + -1.1538461538rem, 1.25rem);
  }
  .content02__point_ttl {
    width: 150px;
    height: 44px;
    margin-bottom: 22px;
    font-size: 1.25rem;
  }
  .content02__point_ttl::before {
    bottom: -10px;
    left: 25px;
  }
  .content02__point_txt {
    margin-bottom: 14px;
    font-size: clamp(1.125rem, 0.7211538462vw + 0.7788461538rem, 1.5rem);
    letter-spacing: -0.05em;
  }
  .content02__point_txt .empty {
    display: block;
  }
  .content02__point_des {
    line-height: 1.625;
    font-size: 1rem;
  }
  .content02__inner {
    max-width: 722px;
    margin: 0 auto;
  }
  .content02__suggest {
    margin-bottom: 72px;
  }
  .content02__suggest_ttl {
    width: 200px;
    height: 38px;
    font-size: 1.25rem;
  }
  .content02__suggest_list {
    padding: 32px 70px;
  }
  .content02__suggest_item {
    padding-left: 54px;
    font-size: 1.125rem;
    line-height: 1.4444444444;
  }
  .content02__suggest_item:not(:last-child) {
    margin-bottom: 47px;
  }
  .content02__suggest_item::before {
    top: 50%;
    width: 34px;
    height: 34px;
  }
  .content02__schedule_ttl {
    margin-bottom: 36px;
    font-size: 2.5rem;
  }
  .content02__schedule_term {
    width: 80px;
    height: 32px;
    margin-bottom: 28px;
    font-size: 1.25rem;
  }
  .content02__schedule_label {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 1.25rem;
  }
  .content02__schedule_date {
    font-size: 2.25rem;
  }
  .content02__schedule_note {
    margin-top: 10px;
    font-size: 1.25rem;
  }
  .content02__schedule_sec:not(:last-child) {
    margin-bottom: 40px;
  }
  .content02__schedule_tags {
    gap: 6px;
    margin-bottom: 0;
  }
  .content02__schedule_tag {
    padding: 8px 12px;
    font-size: 1.125rem;
  }
  .content02__schedule_exam {
    margin-top: -2px;
  }
  .content02__schedule_exam_group {
    margin-bottom: 25px;
  }
  .content02__action {
    margin-top: 64px;
  }
  .content02__img {
    width: 250px;
  }
  .content03 {
    padding: 67px 0 100px;
  }
  .content03__ttl {
    margin-bottom: 76px;
    font-size: 4rem;
    line-height: 1.03125;
  }
  .content03__sec {
    max-width: 662px;
    gap: 68px;
  }
  .content03__sec:not(:last-child) {
    margin-bottom: 82px;
  }
  .content03__sec_head {
    gap: 8px;
    padding-top: 0;
  }
  .content03__sec_ttl {
    gap: 12px;
    font-size: 3.125rem;
  }
  .content03__sec_ttl span {
    letter-spacing: -0.07em;
  }
  .content03__sec_num {
    font-size: 5rem;
    letter-spacing: 0.05em;
  }
  .content03__sec_box {
    padding-top: 26px;
  }
  .content03__sec_sub {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
  .content03__sec_img {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
  }
  .content03__sec_txt {
    width: calc(100% + 10px);
    font-size: 1rem;
    line-height: 1.625;
  }
  .content03__sec.sec01 {
    margin-bottom: 82px;
  }
  .content03__sec.sec01 .content03__sec_img {
    left: -2px;
  }
  .content03__sec.sec02 {
    gap: 54px;
    padding-bottom: 0;
  }
  .content03__sec.sec02 .content03__sec_head {
    margin-left: 0;
  }
  .content03__sec.sec03 .content03__sec_head {
    margin-right: -9px;
  }
  .content03__sec.sec03 .content03__sec_img {
    left: 3px;
  }
  .content03__action {
    gap: 30px;
    margin-top: 100px;
  }
  .modal {
    padding-top: 100px;
  }
  .modal__close {
    top: -35px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    transition: all 0.5s;
  }
  .modal__close:hover {
    background-color: #595959;
  }
  .modal__close svg {
    width: 26px;
  }
  .modal__body {
    max-width: 1000px;
    max-height: 600px;
    padding: 50px 20px 71px;
  }
  .modal__ttl {
    gap: 6px;
    max-width: 420px;
    min-height: 66px;
    margin-bottom: 60px;
    font-size: 2.125rem;
  }
  .modal__ttl span {
    font-size: 3.5rem;
  }
  .modal__txt {
    margin-bottom: 17px;
    font-size: 1.25rem;
  }
  .modal__sub {
    margin-bottom: 28px;
    font-size: 2.25rem;
    line-height: 1.2;
  }
  .modal__note {
    margin-top: -8px;
    margin-bottom: 17px;
    font-size: 1.5rem;
  }
}
/*# sourceMappingURL=maps/lp.css.map */
