@charset "utf-8";
.page_title {
  &::before {
    background: url(../img/page_title.png) no-repeat left bottom;
    background-size: cover;
  }
}


.message_sec {
  padding: 80px 0 64px;
  &::before {
    content: '';
    position: absolute;
    background: url(../img/message_bg.png)no-repeat;
    background-size: cover;
    width: 78%;
    height: 366px;
    top: 0;
    left: 0;
  }
  @media screen and (max-width: 767px) {
    padding: 48px 0 40px;
  }
}
.message_sec .container {
  max-width: 1208px;
  padding: 32px 96px 64px;
  background: #EFF8FF;
  border-radius: 0 50px;
  @media screen and (max-width: 767px) {
    padding: 32px 5% 56px;
  }
}
.message_sec .cmn_ttl {
  margin-bottom: 40px;
  h2 {
    color: var(--dark-blue);
  }
  p {
    color: rgba(255, 255, 255, 0.8);
  }
  @media screen and (max-width: 767px) {
    margin-bottom: 20px;
    p {
      font-size: min(9rem, 12vw);
    }
  }
}
.message_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  figure {
    width: 100%;
    max-width: 327px;
  }
  @media screen and (max-width: 767px) {
    figure.sp_block {
      margin: 30px auto 0;
    }
    figure.sp_block + p {
      width: 100%;
      max-width: 327px;
      margin: 10px auto 0;
    }
  }
}


.profile_sec {
  padding-bottom: 104px;
  @media screen and (max-width: 767px) {
    padding-bottom: 88px;
  }
}
.profile_sec .cmn_ttl {
  margin-bottom: 40px;
  h2 {
    color: var(--dark-blue);
  }
  p {
    color: #EFF8FF;
  }
  @media screen and (max-width: 767px) {
    margin-bottom: 20px;
  }
}
.profile_table {
  width: 100%;
  table {
    width: 100%;
    border-top: 1px solid var(--dark-blue);
    border-bottom: 1px solid var(--dark-blue);
  }
  tr {
    border-bottom: 1px solid var(--dark-blue);
  }
  tr:last-child {
    border-bottom: 0;
  }
  th {
    color: var(--dark-blue);
    background: #EFF8FF;
    width: 240px;
  }
  td {
    width: calc(100% - 240px);
    padding: 15px;
    padding-left: 36px;
  }
  @media screen and (max-width: 767px) {
    tr {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    th, td {
      width: 100%;
      padding: 12px;
    }
    td {
      padding: 12px 24px;
    }
    td span.indent {display: block;}
  }
}


.history_sec {
  padding: 80px 0 88px;
  background: url(../img/history_bg.png)no-repeat center;
  background-size: cover;
  @media screen and (max-width: 767px) {
    padding: 32px 0 72px;
  }
}
.history_sec .cmn_ttl {
  margin-bottom: 40px;
  h2 {
    color: #fff;
  }
  p {
    color: rgba(255, 255, 255, 0.25);
  }
  @media screen and (max-width: 767px) {
    margin-bottom: 20px;
  }
}
.history_table {
  width: 100%;
  table {
    width: 100%;
    border-top: 1px solid #EFF8FF;
    border-bottom: 1px solid #EFF8FF;
  }
  th {
    border-bottom: 1px solid #EFF8FF;
    color: #EFF8FF;
    background: var(--dark-blue);
    width: 240px;
  }
  td {
    border-bottom: 1px solid var(--dark-blue);
    background: rgba(255, 255, 255, 0.85);
    width: calc(100% - 240px);
    padding: 15px;
    padding-left: 36px;
  }
  tr:last-child th,
  tr:last-child td {
    border-bottom: 0;
  }
  @media screen and (max-width: 767px) {
    tr {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    th, td {
      width: 100%;
      padding: 12px;
    }
    td {
      padding: 12px 24px;
    }
  }
}


.group_sec {
  padding: 64px 0 88px;
  @media screen and (max-width: 767px) {
    padding: 32px 0;
  }
}
.group_sec .cmn_ttl {
  margin-bottom: 40px;
  h2 {
    color: var(--dark-blue);
  }
  p {
    color: #EFF8FF;
  }
  @media screen and (max-width: 767px) {
    margin-bottom: 20px;
  }
}
.group_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px 64px;
  figure {
    width: 100%;
    min-width: 504px;
  }
  @media screen and (max-width: 767px) {
    flex-direction: column-reverse;
    figure {
      min-width: initial;
      display: flex;
      justify-content: center;
    }
  }
}
.group_flex--txt {
  p.bold_txt {
    color: var(--dark-blue);
    font-size: 2.4rem;
    letter-spacing: 4.6px;
    margin-bottom: 28px;
  }
  .cmn_link {
    max-width: 100%;
    margin-top: 40px;
  }
  @media screen and (max-width: 767px) {
    p.bold_txt {
      font-size: 2rem;
      letter-spacing: 1px;
    }
    .cmn_link {
      max-width: 320px;
    }
  }
}


.attempt_sec {
  padding: 64px 0 104px;
  background: url(../img/attempt_bg.png)no-repeat center;
  background-size: cover;
  @media screen and (max-width: 767px) {
    padding: 32px 0 88px;
  }
}
.attempt_sec .cmn_ttl {
  margin-bottom: 40px;
  h2 {
    color: #fff;
  }
  p {
    color: rgba(255, 255, 255, 0.25);
  }
  @media screen and (max-width: 767px) {
    margin-bottom: 20px;
  }
}
.attempt_txt {
  color: #fff;
  margin-bottom: 48px;
  &:last-of-type {
    margin-bottom: 0;
  }
  .cmn_link {
    margin: 24px 0 0;
    margin-left: 106px;
  }
  @media screen and (max-width: 767px) {
    margin-bottom: 40px;
    .cmn_link {
      width: auto;
      max-width: 240px;
      margin-left: 56px;
    }
  }
}
.attempt_ttl {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 3.6rem;
  letter-spacing: 3.6px;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  margin-bottom: -10px;
  span {
    min-width: 90px;
    color: var(--sub-color);
    font-size: 6.4rem;
    font-weight: 700;
    font-family: var(--en-font);
    /* margin-top: -12px; */
  }
  & + p {
    margin-left: 106px;
  }
  @media screen and (max-width: 767px) {
    font-size: 2.4rem;
    letter-spacing: 2.4px;
    margin-bottom: 10px;
    span {
      min-width: 40px;
      font-size: 2.8rem;
      /* margin-top: -2px; */
    }
    & + p {
      margin-left: 56px;
    }
  }
}
.attempt_txt--fig {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
  margin-left: 106px;
  @media screen and (max-width: 767px) {
    flex-direction: column;
    gap: 12px;
    margin-left: 56px;
  }
}


.map_sec {
  padding: 80px 0 124px;
  @media screen and (max-width: 767px) {
    padding: 40px 0 64px;
  }
}
.map_sec .cmn_ttl {
  margin-bottom: 40px;
  h2 {
    color: var(--dark-blue);
  }
  p {
    color: #EFF8FF;
  }
  @media screen and (max-width: 767px) {
    margin-bottom: 20px;
    p {
      font-size: min(9rem, 15vw);
    }
  }
}
.map_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px 56px;
  iframe {
    width: 100%;
    max-width: 504px;
  }
  @media screen and (max-width: 767px) {
    flex-direction: column-reverse;
  }
}
.map_des--block {
  margin-bottom: 40px;
  &:last-child {margin-bottom: 0;}
  @media screen and (max-width: 767px) {
    margin-bottom: 32px;
  }
}
.map_ttl {
  color: var(--dark-blue);
  font-size: 2.4rem;
  letter-spacing: 4.8px;
  font-weight: bold;
  margin-bottom: 6px;
  @media screen and (max-width: 767px) {
    font-size: 2rem;
    letter-spacing: 1px;
  }
}