* {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #333;
}
* a {
  transition: all 0.4s ease-out;
}
* picture {
  display: block;
}
* picture img {
  width: 100%;
}

.interview__contents {
  display: flex;
  gap: 40px;
}
.interview__contents:nth-child(even) {
  flex-direction: row-reverse;
}
.interview__contents:not(:last-child) {
  margin-bottom: 100px;
}
.interview__text {
  max-width: clamp(21.25rem, 5.382rem + 33.01vw, 45rem);
  padding-top: clamp(0rem, -2.923rem + 6.08vw, 4.375rem);
}
.interview__title {
  display: flex;
  flex-direction: column;
  color: #A76F38;
  font-size: clamp(1.813rem, 1.52rem + 0.61vw, 2.25rem);
  font-weight: 700;
  margin-bottom: 20px;
}
.interview__title::after {
  content: "";
  width: 100%;
  height: 1px;
  margin-top: 15px;
  background: #333;
}
.interview__body {
  font-size: clamp(1rem, 0.916rem + 0.17vw, 1.125rem);
  font-weight: 400;
  line-height: 2;
}

.schedule__section {
  overflow: hidden;
}
.schedule__timeline {
  position: relative;
}
.schedule__timeline-center {
  position: absolute;
  top: 64px;
  left: 50%;
  translate: -50% 0;
}
.schedule__timeline-column {
  position: relative;
}
.schedule__timeline-line {
  position: absolute;
  width: 2px;
  height: 150vw;
  background: #5E6064;
  left: 50%;
  translate: -50% 0;
  z-index: -1;
}
.schedule__timeline-list {
  width: clamp(39.5rem, 3.255rem + 75.41vw, 93.75rem);
  display: flex;
  flex-direction: column;
  gap: clamp(3.75rem, 1.245rem + 5.21vw, 7.5rem);
  margin: 0 auto 70px;
}
.schedule__timeline-el {
  width: 100%;
  display: flex;
}
.schedule__timeline-el:nth-child(even) {
  justify-content: end;
}
.schedule__timeline-el:nth-child(even) .schedule__timeline-content {
  border-right: 2px solid #5E6064;
  border-left: 10px solid #5E6064;
}
.schedule__timeline-el:nth-child(even) .schedule__timeline-content .schedule__timeline-beside {
  left: unset;
  right: 100%;
}
.schedule__timeline-el:nth-child(even) .schedule__timeline-content .schedule__timeline-beside .schedule__timeline-node::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #5E6064;
  background: #fff;
  position: absolute;
  left: unset;
  right: 96%;
  translate: 0 -8px;
}
.schedule__timeline-el:nth-child(even) .schedule__timeline-content .schedule__timeline-beside .schedule__timeline-node::after {
  display: none;
}
.schedule__timeline-beside {
  width: clamp(2.938rem, 0.724rem + 4.6vw, 6.25rem);
  height: 2px;
  display: block;
  background: #5E6064;
  position: absolute;
  top: 70px;
  left: 100%;
}
.schedule__timeline-node {
  display: block;
  width: 100%;
  position: relative;
}
.schedule__timeline-node::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #5E6064;
  background: #fff;
  position: absolute;
  left: 96%;
  right: unset;
  translate: 0 -8px;
}
.schedule__timeline-content {
  width: 100%;
  max-width: clamp(17rem, 1.007rem + 33.28vw, 40.938rem);
  padding: clamp(1.25rem, 0.415rem + 1.74vw, 2.5rem);
  border: 2px solid #5E6064;
  box-sizing: border-box;
  border-right: 10px solid #5E6064;
  position: relative;
}
.schedule__timeline-icn {
  background: #fff;
  padding: 0 20px;
  position: absolute;
  left: 100%;
  bottom: 100%;
  translate: -110px 21px;
}
.schedule__timeline-icn.icn__right {
  left: unset;
  right: 100%;
  translate: 106px 12px;
}
.schedule__timeline-wrap {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 5px;
}
.schedule__timeline-ttl {
  color: #A76F38;
  font-size: clamp(1.813rem, 1.52rem + 0.61vw, 2.25rem);
  font-weight: 700;
}
.schedule__timeline-time {
  font-size: clamp(1.188rem, 1.02rem + 0.35vw, 1.438rem);
  font-weight: 400;
}
.schedule__timeline-body {
  font-size: clamp(1rem, 0.916rem + 0.17vw, 1.125rem);
  font-weight: 400;
  line-height: 1.7;
}
.schedule__timeline--private {
  width: 100%;
  max-width: 655px;
  margin: 0 auto;
  padding: 70px 45px;
  border: 2px solid #5E6064;
  border-top: 10px solid #5E6064;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}
.schedule__timeline--private .schedule__timeline-ttl {
  text-align: center;
  margin-bottom: 20px;
}
.schedule__timeline-home {
  background: #fff;
  padding: 0 20px;
  position: absolute;
  bottom: 100%;
  right: 100%;
  translate: 158px 15px;
}
.schedule__timeline-heading {
  font-size: clamp(1.188rem, 1.02rem + 0.35vw, 1.438rem);
  font-weight: 700;
  margin-bottom: 5px;
}

.other__list {
  display: flex;
  justify-content: center;
  gap: clamp(0.625rem, -0.628rem + 2.61vw, 2.5rem);
}
.other__element {
  max-width: 346px;
  width: 100%;
  position: relative;
}
.other__element a:hover picture {
  opacity: 0.6;
}
.other__element a:hover .voice__personnel--text {
  color: #968E37;
}
.other__element a:hover .voice__personnel--text span {
  color: inherit;
}
.other__job--wrap {
  position: relative;
  height: clamp(14.813rem, 6.419rem + 17.46vw, 27.375rem);
  transition: opacity 0.4s ease;
}
.other__job--wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.other__personnel--text {
  font-size: clamp(1rem, 0.916rem + 0.17vw, 1.125rem);
  font-weight: 700;
  line-height: 1;
  padding: 20px;
  background: #f7f7f7 url(../images/icn__arrow-yellow.webp) no-repeat center right 20px/auto;
  transition: color 0.4s ease;
}
.other__personnel--text span {
  display: block;
  font-size: clamp(1.188rem, 1.02rem + 0.35vw, 1.438rem);
  font-weight: inherit;
  margin-bottom: 8px;
  transition: color 0.4s ease;
}
.other__icon--wrap {
  font-size: clamp(1.875rem, 1.75rem + 0.26vw, 2.063rem);
  font-weight: 700;
  line-height: 0.8;
  width: clamp(3.75rem, 3.249rem + 1.04vw, 4.5rem);
  height: clamp(3.75rem, 3.249rem + 1.04vw, 4.5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #333;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: clamp(-0.625rem, -1.46rem + 1.74vw, 0.625rem);
  translate: 0 -40px;
  z-index: 1;
}
.other__icon--element {
  font-size: 7px;
  font-weight: 900;
  display: block;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 2px;
}

@media (max-width: 768px) {
  .interview__contents {
    flex-direction: column;
  }
  .interview__contents:nth-child(even) {
    flex-direction: column;
  }
  .interview__text {
    max-width: unset;
  }
  .schedule__timeline-center {
    left: 0;
    translate: unset;
  }
  .schedule__timeline-line {
    height: 500vw;
    left: 0;
    translate: unset;
  }
  .schedule__timeline-list {
    width: 100%;
  }
  .schedule__timeline-el {
    padding-left: 46px;
    justify-content: flex-start;
  }
  .schedule__timeline-el:nth-child(even) {
    justify-content: flex-start;
  }
  .schedule__timeline-content {
    max-width: clamp(18.125rem, 0.413rem + 75.57vw, 36.688rem);
    padding: 30px 20px;
    border-right: 2px solid #5E6064;
    border-left: 10px solid #5E6064;
  }
  .schedule__timeline-wrap {
    flex-direction: column;
    gap: 5px;
  }
  .schedule__timeline-ttl {
    font-size: 28px;
  }
  .schedule__timeline-time {
    line-height: 1;
  }
  .schedule__timeline-beside {
    left: unset;
    right: 100%;
  }
  .schedule__timeline-node::after {
    left: unset;
    right: 96%;
  }
  .schedule__timeline-icn.icn__right {
    left: 100%;
    right: unset;
    translate: -110px 21px;
  }
  .schedule__timeline-home {
    right: 0;
    translate: -20px 11px;
  }
  .schedule__timeline--private {
    margin: unset;
    padding: 40px 20px;
  }
  .schedule__timeline--private .schedule__timeline-ttl {
    text-align: left;
    margin-bottom: 30px;
  }
  .schedule__timeline-heading {
    margin-bottom: 10px;
  }
  .other__list {
    flex-wrap: wrap;
    gap: 70px;
  }
  .other__element {
    max-width: unset;
  }
  .other__element a:hover picture {
    opacity: 1;
  }
  .other__personnel--text {
    padding: 20px;
  }
  .other__job--wrap {
    height: clamp(19.313rem, 0.099rem + 81.98vw, 39.5rem);
    margin-bottom: unset;
  }
  .other__icon--wrap {
    right: 0;
    translate: 0 -30px;
  }
}/*# sourceMappingURL=interview.css.map */