@font-face {
  font-family: "ZenOldMincho", sans-serif;
  font-style: normal;
  src: url(../font/ZenOldMincho-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique", sans-serif;
  font-style: normal;
  src: url(../font/ZenKakuGothicAntique-Medium.ttf);
}
@font-face {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500 300 200;
  src: url(../font/Manrope-Medium.ttf) format("truetype");
  src: url(../font/Manrope-Light.ttf) format("truetype");
  src: url(../font/Manrope-ExtraLight.ttf) format("truetype");
}
main {
  background-color: #f7f7f8;
}

header .logo a {
  color: #101010;
}

header .header_menu .menu_item {
  color: #101010;
}

.model_course {
  padding: 105px 0 200px;
}
@media screen and (max-width: 959px) {
  .model_course {
    padding: 80px 0 100px;
  }
}
.model_course .main_visual {
  aspect-ratio: 1300/425;
  background: no-repeat center center/cover;
  height: 100%;
  margin: auto;
  position: relative;
  width: 90%;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .model_course .main_visual {
    aspect-ratio: 1.5/1;
    background: no-repeat center center/cover;
  }
}
.model_course .main_visual .main_copy {
  left: 10%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.model_course .main_visual .main_copy h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 200;
  letter-spacing: 0.25em;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .model_course .main_visual .main_copy h1 {
    font-size: 30px;
  }
}
.model_course .main_visual .main_copy h1 .line {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 24px;
  gap: 20px;
  letter-spacing: 0.15em;
  margin-bottom: 14px;
}
@media screen and (max-width: 959px) {
  .model_course .main_visual .main_copy h1 .line {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.model_course .main_visual .main_copy h1 .line::before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  vertical-align: middle;
  width: 46px;
}
@media screen and (max-width: 959px) {
  .model_course .main_visual .main_copy h1 .line::before {
    width: 24px;
  }
}
.model_course.model_course01 .main_visual {
  background-image: url(../image/model_course01/main_visual.jpg?20250902);
}
@media screen and (max-width: 959px) {
  .model_course.model_course01 .main_visual {
    background-image: url(../image/model_course01/main_visual_sp.jpg?20250902);
  }
}
.model_course.model_course02 .main_visual {
  background-image: url(../image/model_course02/main_visual.jpg?20250902);
}
@media screen and (max-width: 959px) {
  .model_course.model_course02 .main_visual {
    background-image: url(../image/model_course02/main_visual_sp.jpg?20250902);
  }
}
.model_course_catch {
  margin: 90px auto 80px;
}
@media screen and (max-width: 959px) {
  .model_course_catch {
    margin: 50px 0 40px;
  }
}
.model_course_catch_inner {
  margin: auto;
  width: 90%;
}
.model_course_catch_content {
  align-items: center;
  display: flex;
  gap: 80px;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .model_course_catch_content {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
}
.model_course_catch_content h2 {
  display: flex;
  font-size: 32px;
  font-weight: 400;
  gap: 60px;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .model_course_catch_content h2 {
    font-size: 24px;
    gap: 0;
  }
}
.model_course_catch_content h2::after {
  background-color: #d5d5d5;
  content: "";
  display: block;
  width: 1px;
}
@media screen and (max-width: 959px) {
  .model_course_catch_content h2::after {
    display: none;
  }
}
.model_course_catch_content p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  .model_course_catch_content p {
    font-size: 14px;
  }
}
.model_course_catch_content p .ls {
  letter-spacing: -0.1em;
}
.model_course_section {
  margin-bottom: 80px;
}
@media screen and (max-width: 959px) {
  .model_course_section {
    margin-bottom: 60px;
  }
}
.model_course_section:last-child {
  margin-bottom: 0;
}
.model_course_section_inner {
  margin: auto;
  max-width: 1100px;
  width: 90%;
}
.model_course_section_title {
  background-color: #e6d6ca;
  display: inline-block;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
  padding: 1px 30px;
}
@media screen and (max-width: 959px) {
  .model_course_section_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.model_course_list {
  display: grid;
  row-gap: 40px;
}
@media screen and (max-width: 959px) {
  .model_course_list {
    row-gap: 25px;
  }
}
.model_course_item {
  -moz-column-gap: 50px;
  background-color: #f4f4f4;
  column-gap: 50px;
  display: grid;
  grid-template-columns: 483px 1fr;
  padding: 35px;
}
@media screen and (max-width: 959px) {
  .model_course_item {
    display: flex;
    flex-direction: column;
    padding: 20px;
    row-gap: 20px;
  }
}
.model_course_item::after {
  background: url(../image/caret_down.svg) no-repeat center center/contain;
  bottom: -30px;
  content: "";
  height: 20px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 20px;
}
@media screen and (max-width: 959px) {
  .model_course_item::after {
    bottom: -20px;
    height: 15px;
    width: 15px;
  }
}
.model_course_item:last-child::after {
  display: none;
}
.model_course_text_area {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 18px;
}
.model_course_text_area .date {
  background-color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 1px 12px;
}
@media screen and (max-width: 959px) {
  .model_course_text_area .date {
    font-size: 16px;
  }
}
.model_course_text_area .title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .model_course_text_area .title {
    font-size: 18px;
  }
}
.model_course_text_area .text {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 959px) {
  .model_course_text_area .text {
    font-size: 13px;
  }
}
.model_course_text_area .link_btn {
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .model_course_text_area .link_btn {
    margin-inline: auto;
  }
}
.model_course_text_area .link_btn a {
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 30px;
  color: #333333;
  display: inline-block;
  font-size: 14px;
  padding: 15px 40px;
  transition: all 0.3s ease;
}
.model_course_text_area .link_btn a:hover {
  opacity: 0.8;
}
/*# sourceMappingURL=sourcemaps/model_course.css.map */