.page-wrap {
  background: linear-gradient(135deg, #94d8ff, #0000ad);
}

.page-intro {
  background: linear-gradient(135deg, #94d8ff, #0000ad);
}

.chapter {
  padding: 0 6.4vw;
  margin-bottom: 10.67vw;
}
@media (min-width: 768px) {
  .chapter {
    padding: 0 7.08vw;
    margin-bottom: 5vw;
  }
}
.chapter__inner {
  background-color: #fff;
  padding: 4.27vw 4.27vw 6.4vw;
  position: relative;
}
@media (min-width: 768px) {
  .chapter__inner {
    padding: 5.42vw 8.75vw 5vw;
  }
}
.chapter__head {
  border-bottom: 2px solid #0075C2;
}
.chapter__title {
  display: flex;
  flex-direction: column;
}
.chapter__num {
  font-family: "EB Garamond", serif;
  font-size: 3.2vw;
  letter-spacing: 0.04em;
  color: #0075C2;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .chapter__num {
    font-size: 1.46vw;
  }
}
.chapter__title-text {
  font-size: 4.27vw;
  font-weight: 500;
  line-height: 1.5;
  color: #0075C2;
  letter-spacing: -0.05em;
  padding-bottom: 0.2em;
}
@media (min-width: 768px) {
  .chapter__title-text {
    font-size: 1.77vw;
    letter-spacing: 0.05em;
  }
}
.chapter__toggle {
  position: absolute;
  top: 8vw;
  right: 4.27vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.53vw;
}
@media (min-width: 768px) {
  .chapter__toggle {
    top: 4.17vw;
    right: 3.13vw;
    gap: 0.42vw;
  }
}
.chapter__toggle-icon {
  position: relative;
  display: block;
  width: 5.87vw;
  height: 5.87vw;
}
@media (min-width: 768px) {
  .chapter__toggle-icon {
    width: 3.13vw;
    height: 3.13vw;
  }
}
.chapter__toggle-icon::before, .chapter__toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #0075C2;
  transform: translate(-50%, -50%);
}
.chapter__toggle-icon::before {
  width: 100%;
  height: 2px;
}
.chapter__toggle-icon::after {
  width: 2px;
  height: 100%;
  display: none;
}
.chapter.is-closed .chapter__toggle-icon::after {
  display: block;
}
.chapter.is-closed .chapter__body {
  display: none;
}
.chapter__toggle-label {
  font-family: "EB Garamond", serif;
  font-size: 2.13vw;
  letter-spacing: 0.04em;
  color: #0075C2;
}
@media (min-width: 768px) {
  .chapter__toggle-label {
    font-size: 1.15vw;
  }
}
.chapter__lead {
  font-size: 3.2vw;
  color: #000;
  margin: 1.5em 0 2em;
  text-align: justify;
}
@media (min-width: 768px) {
  .chapter__lead {
    font-size: 1.04vw;
  }
}
.chapter__anchor-list {
  margin-bottom: 16vw;
}
@media (min-width: 768px) {
  .chapter__anchor-list {
    margin-bottom: 4vw;
  }
}
.chapter__anchor-item a {
  font-size: 3.6vw;
  letter-spacing: 0.02em;
  color: #0075C2;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .chapter__anchor-item a {
    font-size: 1.25vw;
  }
}
.chapter__subheading {
  background-color: #D3EDFB;
  color: #0075C2;
  font-size: 3.73vw;
  padding: 0.5em;
}
@media (min-width: 768px) {
  .chapter__subheading {
    font-size: 1.46vw;
    padding: 0.2em 0.6em;
  }
}
.chapter__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .chapter__content {
    flex-direction: row;
    align-items: flex-start;
    gap: 2.92vw;
    margin: 2vw 0 4vw;
  }
}
.chapter__scroll-wrap {
  overflow-x: auto;
  margin: 4vw 0;
  position: relative;
}
.chapter__scroll-wrap > img {
  width: 163vw;
  max-width: none;
  display: block;
}
@media (min-width: 768px) {
  .chapter__scroll-wrap {
    overflow-x: visible;
    margin: 2vw 0;
  }
  .chapter__scroll-wrap > img {
    width: 100%;
    max-width: 100%;
  }
}
.chapter__scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.chapter__scroll-hint img {
  width: 62vw;
  height: auto;
  display: block;
  max-width: initial;
}
.chapter__scroll-hint.is-hidden {
  display: none;
}
@media (min-width: 768px) {
  .chapter__scroll-hint {
    display: none;
  }
}
.chapter__content-image {
  order: 1;
  margin-top: 6.4vw;
}
.chapter__content-image img {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .chapter__content-image {
    order: 2;
    width: 47.5%;
    flex-shrink: 0;
    margin-top: 0;
  }
}
.chapter__content-text {
  order: 2;
}
.chapter__content-text p {
  margin: 1em 0 2em;
  font-size: 3.2vw;
  line-height: 1.875;
  letter-spacing: 0.02em;
  color: #000;
  text-align: justify;
}
@media (min-width: 768px) {
  .chapter__content-text p {
    margin: 1.5em 0 3em;
    font-size: 1.04vw;
    line-height: 2.5;
  }
}
@media (min-width: 768px) {
  .chapter__content-text {
    order: 1;
    margin-top: 0;
    flex: 1;
  }
}
@media (min-width: 768px) {
  .chapter__content .chapter__content-text p {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.chapter__job-list {
  display: flex;
  flex-direction: column;
  gap: 2.93vw;
}
@media (min-width: 768px) {
  .chapter__job-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1vw;
  }
}
.chapter__job-item {
  background-color: #fff;
  border: 1px solid #0075C2;
  color: #0075C2;
  text-align: center;
  font-size: 3.73vw;
  font-weight: 400;
  letter-spacing: 0.03em;
  padding: 0.8em 0;
}
@media (min-width: 768px) {
  .chapter__job-item {
    font-size: 1.25vw;
  }
}
.chapter__job-text {
  display: block;
  font-size: 3.73vw;
  color: #0075C2;
  text-align: right;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .chapter__job-text {
    font-size: 1.25vw;
  }
}
.chapter__card-group {
  margin-bottom: 2em;
}
.chapter__card-group:last-child {
  margin-bottom: 0;
}
.chapter__card-heading {
  color: #0075C2;
  font-size: 3.6vw;
  margin-bottom: 0.4em;
}
@media (min-width: 768px) {
  .chapter__card-heading {
    font-size: 1.2vw;
  }
}
.chapter__card-list {
  display: flex;
  flex-direction: column;
  gap: 2.93vw;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .chapter__card-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1vw;
  }
}
.chapter__card-item {
  background-color: #fff;
  border: 1px solid #0075C2;
  color: #0075C2;
  font-size: 3.6vw;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.85;
  padding: 0.8em 0;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .chapter__card-item {
    font-size: 1.2vw;
  }
}
.chapter__link {
  color: #0075C2;
  text-decoration: underline;
}
.chapter__tip-list {
  display: flex;
  flex-direction: column;
  gap: 4vw;
}
@media (min-width: 768px) {
  .chapter__tip-list {
    gap: 1.5vw;
  }
}
.chapter__tip-card {
  border: 1px solid #0075C2;
  font-size: 3.2vw;
  padding: 0.8em 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5vw;
}
@media (min-width: 768px) {
  .chapter__tip-card {
    font-size: 1.2vw;
    flex-direction: row;
    gap: 1vw;
  }
}
.chapter__tip-left {
  color: #0075C2;
  font-size: 3.47vw;
  text-align: center;
}
@media (min-width: 768px) {
  .chapter__tip-left {
    font-size: 1.3vw;
    flex: 1;
    line-height: 1.6;
  }
}
.chapter__tip-arrow {
  width: 4.53vw;
  height: 4.53vw;
  background-color: #0075C2;
  mask: url("../img/common/arrow5.svg") no-repeat center/contain;
}
@media (min-width: 768px) {
  .chapter__tip-arrow {
    width: 1.77vw;
    height: 1.77vw;
    transform: rotate(-90deg);
    flex-shrink: 0;
  }
}
.chapter__tip-right {
  color: #000;
  padding: 0 0.8em;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .chapter__tip-right {
    padding: 0 1em;
    flex: 2;
  }
}/*# sourceMappingURL=discover.css.map */