@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

:focus {
  outline: 0;
}

body, html {
  font-size: 62.5%;
  line-height: 1.6;
  color: #000;
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}

main {
  display: block;
}

address, blockquote, caption, cite, code, dd, dt, em, h1, h2, h3, h4, h5, h6, input, li, p, pre, select, small, strong, td, textarea, th {
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
}

li, ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

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

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

a:hover {
  text-decoration: none;
}

br {
  letter-spacing: 0;
}

button {
  border: none;
  background: initial;
  box-sizing: border-box;
}

/*----------  TALK SESSION  ----------*/
.fv-area .fv-heading {
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  .fv-area .fv-heading {
    bottom: 0;
  }
}

.fv-img {
  background: url(/assets/img/school/program/fv_program.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .box-white {
    padding: 0 12px;
  }
}
.box-white .heading-group {
  padding-top: 80px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .box-white .heading-group {
    padding-top: 40px;
  }
}
.box-white .heading-group .head {
  font-size: 2.4rem;
  line-height: 1.25;
}

.block {
  letter-spacing: 0.1em;
}
.block .img-container {
  margin-bottom: 30px;
}
.block .lead-group {
  margin-bottom: 15px;
}
.block .lead-group .head {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.block .lead-group .text {
  padding-bottom: 15px;
}
.block .content-list {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .block .content-list:last-of-type {
    margin-bottom: 0;
  }
}
.block .content-list.-split {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block .content-list.-split .list-item {
  width: 30.3333333333%;
  transition: ease 300ms all;
}
@media screen and (max-width: 768px) {
  .block .content-list.-split .list-item {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .block .content-list.-split .list-item {
    width: 100%;
  }
}
.block .content-list.-split .list-item .summary {
  width: 100%;
  text-align: center;
}
.block .content-list .list-item:last-of-type {
  margin-bottom: 30px;
}
.block .content-list .list-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.block .content-list .list-item .summary {
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  background: var(--gold);
  padding: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .block .content-list .list-item .summary {
    padding: 15px 12px;
  }
}
.block .content-list .list-item .summary-wrap {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
@media screen and (max-width: 768px) {
  .block .content-list .list-item .summary-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
  }
}
.block .content-list .list-item .summary-wrap .summary-detail {
  display: flex;
  gap: 16px;
}
.block .content-list .list-item .summary-wrap .summary-detail .summary-detail-item {
  position: relative;
  padding-left: 44px;
  font-size: clamp(1.1rem, 1.25vw, 1.4rem);
}
.block .content-list .list-item .summary-wrap .summary-detail .summary-detail-item::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 20px;
  top: 0;
  left: 0;
  z-index: 1;
}
.block .content-list .list-item .summary-wrap .summary-detail .summary-detail-item:nth-of-type(1)::before {
  background-color: #000000;
}
.block .content-list .list-item .summary-wrap .summary-detail .summary-detail-item:nth-of-type(2)::before {
  background-color: #273350;
}
.block .content-list .list-item .summary-wrap .summary-detail .summary-detail-item:nth-of-type(3)::before {
  background-color: #AC0D23;
}
.block .curriculum .heading {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 30px;
  text-align: center;
}
.block .curriculum .heading.-red {
  background: var(--crimson);
}
.block .curriculum .heading.-navy {
  background: var(--navy);
}
.block .curriculum .content {
  background: var(--lightgray);
  padding: 40px 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .block .curriculum .content {
    padding: 32px 12px;
    margin-bottom: 60px;
  }
}
.block .curriculum .content .curriculum-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.block .curriculum .content .curriculum-list .list-item {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 768px) {
  .block .curriculum .content .curriculum-list .list-item {
    width: calc((100% - 40px) / 3);
  }
}
.block .curriculum .content .curriculum-list .list-item .head {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .block .curriculum .content .curriculum-list .list-item .head {
    font-size: 1.4rem;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 768px) {
  .block .curriculum .content .curriculum-list .list-item .text {
    font-size: 1.2rem;
    letter-spacing: 0.01em;
  }
}
.block .curriculum .content .curriculum-list.-single {
  justify-content: center;
}
.block .curriculum .content .curriculum-list.-single .list-item {
  width: 100%;
  text-align: center;
}
.block .curriculum .content .curriculum-list.-single .list-item .text {
  text-align: center;
}
.block .curriculum .content .term {
  display: flex;
}
.block .curriculum .content .term .list-item {
  width: calc((100% - 20px) / 3);
  text-align: center;
  letter-spacing: 0.01em;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  padding: 20px;
  margin-bottom: 15px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .block .curriculum .content .term .list-item {
    padding: 20px 5%;
  }
}
.block .curriculum .content .term .list-item:after {
  position: absolute;
  content: "";
  top: 0;
  right: -15px;
  z-index: 5;
}
.block .curriculum .content .term .list-item.-white {
  background: #fff;
}
.block .curriculum .content .term .list-item.-white::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 31px 0 31px 16px;
  border-color: transparent transparent transparent #fff;
}
.block .curriculum .content .term .list-item.-middlegray {
  background: var(--middlegray);
}
.block .curriculum .content .term .list-item.-middlegray::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 31px 0 31px 16px;
  border-color: transparent transparent transparent var(--middlegray);
}
.block .curriculum .content .term .list-item.-deepgray {
  background: var(--deepgray);
}
.block .curriculum .content .term .list-item.-deepgray::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 31px 0 31px 16px;
  border-color: transparent transparent transparent var(--deepgray);
}
.block .curriculum .content .term .list-item.-gold {
  background: var(--gold);
}
.block .curriculum .content .term .list-item.-gold::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 31px 0 31px 16px;
  border-color: transparent transparent transparent var(--gold);
}
.block .curriculum .content .term.-long .list-item {
  width: calc(100% - 20px);
  color: #fff;
}
.block .curriculum .content .note {
  font-size: 1.4rem;
  text-align: right;
  line-height: 1;
}
.block .curriculum + .movie-block {
  margin-top: 70px;
}
.block .movie-block .title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.block .movie-block .text {
  margin-bottom: 40px;
}
.block .movie-block .img-container {
  position: relative;
  margin-bottom: 20px;
  transition: ease 300ms all;
  cursor: pointer;
}
.block .movie-block .img-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  width: 68px;
  height: 48px;
  border-radius: 10px;
}
.block .movie-block .img-container::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/assets/img/movie/movie_arrow.svg) no-repeat;
  max-width: 18px;
  max-height: 20px;
  width: 100%;
  height: 100%;
}
.block .movie-block .img-container:hover {
  opacity: 0.7;
}
.block .movie-block .youtube {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  transition: ease 300ms all;
  cursor: pointer;
}
.block .movie-block .youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  top: 0;
  left: 0;
  transition: ease 300ms all;
  z-index: 1;
}
.block .movie-block .youtube .thumb {
  position: absolute;
  aspect-ratio: 16/9;
  top: 0;
  left: 0;
  transition: ease 300ms all;
  z-index: 2;
}

.box1 .block {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .box1 .block {
    padding-bottom: 25px;
  }
}
.box1 .block#block01 {
  margin-bottom: 40px;
}
.box1 .block#block02 {
  margin-bottom: 100px;
}

.box2 {
  margin-bottom: 40px;
}
.box2 .block #block01 .content-list {
  margin-bottom: 60px;
}
.box2 .block:last-of-type {
  padding-bottom: 40px;
}
.box2 .heading-group .cap {
  font-size: 2rem;
}

.link-container.single {
  margin-bottom: 80px;
}
.link-container.double {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .link-container.double {
    margin-bottom: 50px;
  }
}

/*# sourceMappingURL=program.css.map */