@charset "utf-8";
/* CSS Document */

body {
  text-align: left;
}

h2.base{
  margin-bottom: 10px;
  border: none;
}

.interview_name-wrap {
  background-color: #f9f9f9;
  padding: 10px;
}

.interview_name-inner {
  border: 1px solid #bfbfbf;
  padding: 8px;
}

.interview_name-img-sp {
  width: 100%;
  height: auto;
}

.interview_name-img {
  display: none;
}

.interview_area {
  width: 95%;
  margin-inline: auto;
}

.interview_ttl-text {
  margin-top: 8px;
  text-align: right;
}

.interview_ttl-vol {
  font-size: 14px;
  line-height: 1;
  letter-spacing: .1em;
  font-weight: 600;
}

.interview_ttl-name {
  font-size: 14px;
  line-height: 1;
  letter-spacing: .1em;
  font-weight: 600;
  padding-left: 10px;
}

.interview_info {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  margin-top: 30px;
}

.interview_category {
  font-size: 12px;
  border-radius: 100vh;
  border: 1px solid #187879;
  color: #187879;
  padding: 3px 15px;
  line-height: 1;
}

.interview_date {
  font-size: 11px;
  line-height: 1;
  letter-spacing: .05em;
  color: #707070;
  display: flex;
  align-items: center;
  gap: 5px;
}

.interview_date::before {
  content: "";
  display: block;
  background-image: url(/interview/img/icon_clock.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
}

.interview_title {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: .1em;
  font-weight: 600;
  margin-top: 30px;
}

.interview_img {
  width: 98%;
  height: auto;
  margin-inline: auto;
  display: block;
  margin-block: 20px;
}

.interview_text {
  font-size: 13px;
  line-height: calc(20 / 13);
}

.interview_subject {
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 15px;
  margin-top: 20px;
}

.interview_subject-head {
  font-size: 13px;
  letter-spacing: .01em;
}

.interview_subject-list {
  margin-top: 10px;
}

.interview_subject-item {
  display: block;
}

.interview_subject-item:nth-of-type(n + 2) {
  margin-top: 10px;
}

.interview_subject-link {
  font-size: 14px;
  font-weight: 600;
  line-height: calc(20 / 16);
  letter-spacing: .01em;
  position: relative;
  padding-left: 20px;
  display: block;
}

.interview_subject-link::before {
  content: "";
  display: block;
  border-radius: 100vh;
  background-color: #187879;
  color: #fff;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 0;
}

.interview_subject-link::after {
  content: "＞";
  display: block;
  color: #fff;
  font-size: 8px;
  position: absolute;
  top: 5.5px;
  left: 5px;
  opacity: .9;
}

.interview_section {
  margin-top: 30px;
}

.interview_section-head {
  font-size: 15px;
  line-height: calc(20 / 15);
  letter-spacing: .01em;
  font-weight: 600;
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
}

.interview_section-head::before {
  content: "";
  display: block;
  background-image: -moz-linear-gradient( -45deg, rgb(7,59,71) 0%, rgb(36,166,160) 100%);
  background-image: -webkit-linear-gradient( -45deg, rgb(7,59,71) 0%, rgb(36,166,160) 100%);
  background-image: -ms-linear-gradient( -45deg, rgb(7,59,71) 0%, rgb(36,166,160) 100%);
  width: 16px;
  height: 16px;
  position: relative;
  top: 1px;
}

.interview_profile {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 50px;
  margin-bottom: 16px;
}

.interview_profile-img-wrap {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 120px;
  width: 150px;
  height: auto;
  aspect-ratio: 120 / 160;
}

.interview_profile-img {
  aspect-ratio: 120 / 160;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.interview_profile-item {
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: .075em;
  display: flex;
}

.interview_profile-item::before {
  content: "●";
  display: block;
}

.interview_profile-item:nth-of-type(n + 2) {
  margin-top: 2px;
}

.bnLink{
  margin-bottom: 60px;
}

.bnLink .bnLink_list {
  width: 95%;
  margin: 0 auto 10px;
}

.bnLink .bnLink_list a{
  display: block;
}

.bnLink .bnLink_list a img{
  display: block;
  width: 100%;
}

.interview_back_btn{
  margin: 35px auto 60px;
  text-align: center;
}

.interview_back_btn a{
  border: solid 1px #000;
  font-size: 16px;
  padding: 10px 60px;
  border-radius: 18px;
}