@charset "UTF-8";
.voice {
  color: #212121;
}
.voice #content,
.voice .l-content {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}
.voice .l-footer {
  background-color: #222429;
  color: #fff;
}

.voiceContainer {
  padding: 0 6vw;
}
@media screen and (min-width: 1024px) {
  .voiceContainer {
    max-width: calc(1100px + 12vw);
    padding: 0 6vw;
    margin: 0 auto;
  }
}

.midashi-voice {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .midashi-voice {
    margin-bottom: 120px;
    align-items: flex-start;
  }
}
.midashi-voice p {
  font-size: 32px;
  font-weight: bold;
  background: linear-gradient(88deg, #2a7e98 50%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 16px;
  letter-spacing: 0;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .midashi-voice p {
    font-size: 64px;
  }
}
.midashi-voice h1 {
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .midashi-voice h1 {
    font-size: 16px;
  }
}

/* collapse 開閉アニメーション */
.collapse {
  display: none;
  transition: height 0.35s ease;
}

.collapse.show {
  display: block;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.magazineCont {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px;
}
@media screen and (min-width: 1024px) {
  .magazineCont {
    flex-direction: row;
  }
}
@media screen and (min-width: 1024px) {
  .magazineCont .sideCont {
    position: sticky;
    top: 100px;
    left: 0;
    flex-basis: 20%;
  }
}
.magazineCont .mainCont {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .magazineCont .mainCont {
    flex: 1;
    max-width: calc(80% - 80px);
    gap: 80px;
  }
}

.interview-name {
  padding: 0;
  margin: 0;
  border-top: solid 1px rgba(0, 0, 0, 0.16);
}
.interview-name .item {
  border-bottom: solid 1px rgba(0, 0, 0, 0.16);
  padding: 16px 0;
}
.interview-name .item a {
  text-decoration: none;
}
.interview-name .item a .name-box {
  color: rgba(33, 33, 33, 0.4);
  font-weight: 400;
  transition: color 0.3s ease, font-weight 0.3s ease;
}
.interview-name .item a .name-box .departmental {
  font-size: 12px;
  margin-bottom: 8px;
  line-height: 100%;
}
.interview-name .item a .name-box .name {
  font-size: 16px;
  margin: 0;
  line-height: 100%;
}
.interview-name .item.active a .name-box {
  color: #2a7e98;
  font-weight: bold;
}

.departmental-box .interview-single {
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.02);
}
@media screen and (min-width: 1024px) {
  .departmental-box .interview-single {
    padding: 40px 56px;
    gap: 56px;
  }
}
.departmental-box .interview-single .interview-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 1024px) {
  .departmental-box .interview-single .interview-header {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .departmental-box .interview-single .interview-header .img {
    flex-basis: 50%;
  }
}
.departmental-box .interview-single .interview-header .img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.departmental-box .interview-single .interview-header .cont {
  margin-top: -48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .departmental-box .interview-single .interview-header .cont {
    flex: 1;
    margin: 0;
    margin-left: -40px;
    gap: 40px;
    width: auto;
  }
}
.departmental-box .interview-single .interview-header .cont .catchCopyBar {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
}
.departmental-box .interview-single .interview-header .cont .catchCopyBar .pc,
.departmental-box .interview-single .interview-header .cont .catchCopyBar .sm {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  line-height: 150%;
  letter-spacing: 0.9px;
  background: linear-gradient(90deg, rgba(42, 180, 226, 0.8) 0%, rgba(33, 33, 33, 0.8) 100%);
}
@media screen and (min-width: 1024px) {
  .departmental-box .interview-single .interview-header .cont .catchCopyBar .pc,
  .departmental-box .interview-single .interview-header .cont .catchCopyBar .sm {
    font-size: 1.7142857143vw;
  }
}
.departmental-box .interview-single .interview-header .cont .catchCopyBar .pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .departmental-box .interview-single .interview-header .cont .catchCopyBar .pc {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .departmental-box .interview-single .interview-header .cont .catchCopyBar .sm {
    display: none;
  }
}
.departmental-box .interview-single .interview-header .cont .catchCopyBar .line-break {
  display: none;
}
.departmental-box .interview-single .interview-header .cont .catchCopyBar .band-animation[data-trigger] {
  display: block;
  position: relative;
  overflow: hidden;
  opacity: 1;
  padding: 4px 8px;
}
.departmental-box .interview-single .interview-header .cont .catchCopyBar .band-animation[data-trigger]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(42, 180, 226) 0%, rgb(33, 33, 33) 100%);
  transform: translateX(0);
}
.departmental-box .interview-single .interview-header .cont .catchCopyBar .band-animation[data-trigger].InView::before {
  animation: revealText 1s ease forwards;
  animation-delay: 0.6s;
}
@keyframes revealText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.departmental-box .interview-single .interview-header .cont .header-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .departmental-box .interview-single .interview-header .cont .header-box {
    margin-left: 72px;
  }
}
.departmental-box .interview-single .interview-header .cont .header-box .other {
  font-size: 15px;
  margin-bottom: 4px;
  line-height: 100%;
  color: rgba(33, 33, 33, 0.72);
}
.departmental-box .interview-single .interview-header .cont .header-box .departmental {
  font-size: 15px;
  margin-bottom: 16px;
  line-height: 100%;
  color: rgba(33, 33, 33, 0.72);
}
.departmental-box .interview-single .interview-header .cont .header-box .name {
  margin: 0;
  font-size: 20px;
  color: #212121;
  line-height: 100%;
}
.departmental-box .interview-single .interview-header .cont .toggle_box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.departmental-box .interview-single .interview-header .cont .toggle_box .toggle_title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 16px;
  color: #2a7e98;
  font-weight: bold;
  border: none;
  background-color: transparent;
  padding: 0;
}
.departmental-box .interview-single .interview-header .cont .toggle_box .toggle_title .toggle_text::before {
  content: "Close";
}
.departmental-box .interview-single .interview-header .cont .toggle_box .toggle_title .toggle_btn {
  position: relative;
  background: #fff;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: solid 1.5px #2a7e98;
}
.departmental-box .interview-single .interview-header .cont .toggle_box .toggle_title .toggle_btn:after {
  display: block;
  content: "";
  position: absolute;
  width: 8px;
  height: 1.5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #2a7e98;
  border-radius: 2px;
}
.departmental-box .interview-single .interview-header .cont .toggle_box .toggle_title .toggle_btn:before {
  content: normal;
}
.departmental-box .interview-single .interview-header .cont .toggle_box .toggle_title.collapsed .toggle_text::before,
.departmental-box .interview-single .interview-header .cont .toggle_box .toggle_title .open .toggle_text::before {
  content: "More";
}
.departmental-box .interview-single .interview-header .cont .toggle_box .toggle_title.collapsed .toggle_btn:before,
.departmental-box .interview-single .interview-header .cont .toggle_box .toggle_title .open .toggle_btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5px;
  height: 8px;
  background: #2a7e98;
  border-radius: 2px;
}
.departmental-box .interview-single .interview-header .cont .toggle_box .toggle_title:hover {
  opacity: 0.5;
}
.departmental-box .interview-single .collapse,
.departmental-box .interview-single .collapse.show,
.departmental-box .interview-single .collapsing {
  width: 100% !important;
}
.departmental-box .interview-single .interview-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .departmental-box .interview-single .interview-body {
    gap: 56px;
  }
}
.departmental-box .interview-single .interview-body .faq-single {
  width: 100%;
}
.departmental-box .interview-single .interview-body .faq-single .question-group {
  margin-bottom: 16px;
  padding-bottom: 4px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #2a7e98;
  border-bottom: solid 1px rgba(42, 126, 152, 0.4);
}
.departmental-box .interview-single .interview-body .faq-single .question-group .question {
  margin: 0;
  line-height: 150%;
}
.departmental-box .interview-single .interview-body .faq-single .question-group .text {
  margin: 0;
  line-height: 150%;
}
.departmental-box .interview-single .interview-body .faq-single .answer {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}/*# sourceMappingURL=page-voice.css.map */