@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-img {
  background: url(/assets/img/school/talksession/fv_talksession.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .fv-img {
    margin-bottom: 10px;
  }
}

.lead-block {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lead-block {
    padding: 50px 25px;
  }
}
.lead-block .text {
  font-size: 1.4rem;
  line-height: 1.857;
  text-align: justify;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .lead-block.message {
    padding: 35px 25px 25px;
  }
}

.prof-block {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .prof-block {
    margin-bottom: 15px;
  }
}
.prof-item {
  width: 30.6666666667%;
  background: #fff;
  padding: 0 40px;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
  position: relative;
}
@media screen and (max-width: 768px) {
  .prof-item {
    width: calc((100% - 15px) / 2);
    margin-bottom: 12px;
    padding: 0 5.7%;
  }
}
.prof-item .photo {
  width: 120%;
  position: relative;
  left: -7%;
  margin-top: -25px;
}
@media screen and (max-width: 768px) {
  .prof-item .photo {
    margin-top: -10px;
  }
}
.prof-item .photo#photo1 {
  left: -5%;
}
.prof-item .photo#photo2 {
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .prof-item .photo#photo2 {
    margin-top: -4px;
  }
}
.prof-item .detail-group {
  text-align: center;
  letter-spacing: 0.1em;
  padding: 5px 0 25px;
}
.prof-item .detail-group .name {
  font-size: 2.4rem;
  font-weight: 700;
}
.prof-item .detail-group .name.-navy {
  color: var(--navy);
}
.prof-item .detail-group .name.-gold {
  color: var(--gold);
}
.prof-item .detail-group .name.-crimson {
  color: var(--crimson);
}
.prof-item .detail-group .detail {
  font-size: 1.4rem;
}

.talk-block {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.talk-item {
  width: 100%;
  padding: 6.667% 5.417%;
  margin-bottom: 40px;
  background: #fff;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 768px) {
  .talk-item {
    padding: 50px 25px 25px;
    margin-bottom: 30px;
  }
}
.talk-item.-split {
  width: calc((100% - 40px) / 2);
  padding: 6.667% 5%;
}
@media screen and (max-width: 768px) {
  .talk-item.-split {
    width: 100%;
    padding: 50px 25px 25px;
  }
}
.talk-item.-split .talk-group {
  display: flex;
  flex-direction: column;
}
.talk-item.-split .talk-group .text-container,
.talk-item.-split .talk-group .img-container {
  width: 100%;
}
.talk-item.-split .talk-group .text-container {
  margin-bottom: 30px;
}
.talk-item .title-group {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .talk-item .title-group {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 25px;
  }
}
.talk-item .title-group .title {
  color: #fff;
}
.talk-item .title-group .num {
  width: 4.5vw;
  max-width: 60px;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .talk-item .title-group .num {
    width: 14vw;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.talk-item .title-group .text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.556;
}
@media (max-width: 1280px) and (min-width: 769px) {
  .talk-item .title-group .text {
    font-size: calc(5 * (100vw - 769px) / 511 + 13px);
  }
}
@media screen and (max-width: 768px) {
  .talk-item .title-group .text {
    font-size: 1.8rem;
  }
}
.talk-item .talk-group {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .talk-item .talk-group {
    flex-direction: column;
  }
}
.talk-item .talk-group .text-container,
.talk-item .talk-group .img-container {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 768px) {
  .talk-item .talk-group .text-container,
.talk-item .talk-group .img-container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .talk-item .talk-group .text-container {
    margin-bottom: 30px;
  }
}
.talk-item .talk-group .text-container .text-group {
  display: flex;
  justify-content: space-between;
}
.talk-item .talk-group .text-container .text-group:not(:last-of-type) {
  margin-bottom: 13px;
}
.talk-item .talk-group .text-container .text-group .name {
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 15px;
  letter-spacing: 0.1em;
  width: 12.5%;
  word-break: keep-all;
  margin-right: 15px;
}
@media (max-width: 1280px) and (min-width: 769px) {
  .talk-item .talk-group .text-container .text-group .name {
    font-size: calc(4 * (100vw - 769px) / 511 + 14px);
  }
}
@media screen and (max-width: 768px) {
  .talk-item .talk-group .text-container .text-group .name {
    font-size: 1.6rem;
    margin-right: 25px;
  }
}
.talk-item .talk-group .text-container .text-group .name.-gold {
  color: var(--gold);
}
.talk-item .talk-group .text-container .text-group .name.-navy {
  color: var(--navy);
}
.talk-item .talk-group .text-container .text-group .name.-crimson {
  color: var(--crimson);
}
.talk-item .talk-group .text-container .text-group .text {
  width: 87.5%;
}
@media screen and (max-width: 768px) {
  .talk-item .talk-group .text-container .text-group .text {
    width: 78.33%;
  }
}

.message {
  background-color: var(--gold);
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .message {
    margin-bottom: 50px;
  }
}
.message .title-group {
  letter-spacing: 0.01em;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  color: #fff;
}
.message .title-group .title {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .message .title-group .title {
    font-size: 2.4rem;
  }
}
.message .title-group .cap {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
.message .message-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .message .message-group {
    flex-direction: column;
  }
}
.message .message-group .text {
  width: 55.914%;
  margin-right: 3.466%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .message .message-group .text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.message .message-group .img-container {
  width: 40.62%;
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  .message .message-group .img-container {
    width: 100%;
    max-width: inherit;
  }
}
.message .message-group .img-container img {
  margin-bottom: 25px;
}
.message .message-group .img-container .cap {
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
}

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