.p-inner header {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .p-inner header {
    min-width: 1000px;
    padding: 60px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .p-inner header {
    padding: 30px 20px;
  }
}
.p-inner header .innner_logo,
.p-inner header .btn {
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  transform: unset;
  position: relative;
}
.p-inner header .innner_logo {
  z-index: 100;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .p-inner header .innner_logo {
    width: 210px;
  }
}
@media only screen and (max-width: 767px) {
  .p-inner header .innner_logo {
    width: 130px;
  }
}
.p-inner header .innner_logo img {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .p-inner header .innner_logo:hover {
    opacity: 0.7;
  }
}
.p-inner header .btn {
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  padding: 0.2em 1.5em;
  border-radius: 10rem;
  border: 1px solid #D8AE36;
  transition: all 0.5s;
}
@media print, screen and (min-width: 768px) {
  .p-inner header .btn {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .p-inner header .btn {
    font-size: 14px;
  }
}
.p-inner header .btn span {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-inner header .btn span {
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-inner header .btn span {
    padding-right: 30px;
  }
}
.p-inner header .btn span::before {
  position: absolute;
  background: url(../img/icn_arrow.svg) 50% 50% no-repeat;
  background-size: contain;
  content: "";
  top: 55%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .p-inner header .btn span::before {
    width: 15px;
    height: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-inner header .btn span::before {
    width: 18px;
    height: 18px;
  }
}
.p-inner header .btn:hover {
  transform: scale(1.1);
}
.p-inner .m-btn01 {
  display: block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #9c7700;
  border-radius: 100px;
  width: 260px;
  font-weight: 700;
  color: #ffffff;
  transition: opacity 0.3s ease;
  display: block;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .p-inner .m-btn01 {
    padding: 25px 30px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-inner .m-btn01 {
    padding: 20px 20px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-inner .m-btn01:hover {
    opacity: 0.7;
  }
}
.p-inner .pagettl {
  width: 100%;
  display: block;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-inner .pagettl {
    height: 677px;
  }
}
@media only screen and (max-width: 767px) {
  .p-inner .pagettl {
    height: 380px;
  }
}
.p-inner .pagettl::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 31.75%), linear-gradient(180deg, rgba(0, 0, 0, 0) 63.64%, #000 100%);
  display: block;
}
.p-inner .pagettl img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.p-inner .pagettl h2 {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: flex;
  font-size: unset;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.01em;
  line-height: 1.26;
  font-family: "Poppins";
  font-weight: 900;
  text-shadow: 0 0 19px black;
}
@media print, screen and (min-width: 768px) {
  .p-inner .pagettl h2 {
    padding: 0 80px;
    bottom: 126px;
    max-width: 1360px;
    font-size: 61px;
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .p-inner .pagettl h2 {
    padding: 0 20px;
    bottom: 30px;
    font-size: 40px;
    gap: 14px;
  }
}
.p-inner .pagettl h2 small {
  color: #f9be00;
}
@media print, screen and (min-width: 768px) {
  .p-inner .pagettl h2 small {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .p-inner .pagettl h2 small {
    font-size: 16px;
  }
}
.p-inner .wrapper {
  padding-top: 0;
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .p-inner .wrapper {
    gap: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .p-inner .wrapper {
    gap: 40px;
  }
}
.p-inner .bg2 {
  margin-top: 0;
}
.p-inner .bg2 .block {
  padding: 0;
}

.p-interview .interview_wrap {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .p-interview .interview_wrap {
    padding: 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .interview_wrap {
    padding: 0 20px;
  }
}
.p-interview .interview_profile {
  display: flex;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .p-interview .interview_profile {
    padding-bottom: 60px;
    margin-top: -160px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .interview_profile {
    flex-direction: column;
    padding-bottom: 34px;
    margin-top: -100px;
  }
}
.p-interview .interview_profile::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 1px;
  background: #ffc50b;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .p-interview .interview_profile::before {
    width: calc(100% - 160px);
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .interview_profile::before {
    width: calc(100% - 40px);
  }
}
.p-interview .interview_profile-name {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
  line-height: 1;
}
.p-interview .interview_profile-name span {
  font-weight: 600;
  letter-spacing: 0.09em;
}
@media print, screen and (min-width: 768px) {
  .p-interview .interview_profile-name span {
    font-size: 57px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .interview_profile-name span {
    font-size: 42px;
  }
}
.p-interview .interview_profile-name small {
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .p-interview .interview_profile-name small {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .interview_profile-name small {
    font-size: 16px;
  }
}
.p-interview .interview_profile-group span {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 7px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.p-interview .interview_profile-group small {
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media print, screen and (min-width: 768px) {
  .p-interview .interview_profile-group small {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .p-interview .interview_profile-group small {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .interview_profile-group small {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .interview_profile-group {
    margin-bottom: 30px;
  }
}
.p-interview .interview_profile-right {
  line-height: 2;
  padding-left: 90px;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .p-interview .interview_profile-right {
    flex: 1;
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .p-interview .interview_profile-right {
    padding-left: 60px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .interview_profile-right {
    padding-left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .p-interview .interview_profile-right p + p {
    margin-top: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .interview_profile-right p + p {
    margin-top: 16px;
  }
}
.p-interview .interview_profile-storyTitle {
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .p-interview .interview_profile-storyTitle {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .interview_profile-storyTitle {
    font-size: 12px;
  }
}
.p-interview .interview_profile-storyTitle span {
  font-size: 12px;
  margin-bottom: 12px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: block;
  padding-left: 21px;
}
.p-interview .interview_profile-storyTitle span::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  aspect-ratio: 12/12;
  background-image: url("../img/interview/star.svg");
  background-size: cover;
  background-position: center;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .p-interview .interview_profile-storyTitle span::before {
    width: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .interview_profile-storyTitle span::before {
    width: 12px;
  }
}
.p-interview .interview_introduction {
  line-height: 1.9;
}
@media print, screen and (min-width: 768px) {
  .p-interview .interview_introduction {
    font-size: 22px;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .p-interview .interview_introduction br.pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .interview_introduction {
    font-size: 18px;
    text-align: left;
  }
}
.p-interview .interview_introduction span {
  color: #F9BE00;
}
.p-interview .interview_article {
  background: #fff;
  color: #555a5e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .p-interview .interview_article {
    border-radius: 10px;
    gap: 100px;
    padding: 80px 100px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .interview_article {
    border-radius: 5px;
    gap: 40px;
    padding: 30px 30px;
  }
}
.p-interview .interview_article .section-ttl {
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .p-interview .interview_article .section-ttl {
    font-size: 32px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .interview_article .section-ttl {
    font-size: 22px;
    line-height: 35px;
  }
}
.p-interview .interview_article .section,
.p-interview .interview_article .block {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .p-interview .interview_article .section,
  .p-interview .interview_article .block {
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .interview_article .section,
  .p-interview .interview_article .block {
    gap: 30px;
  }
}
.p-interview .interview_article .block {
  padding-right: 0;
}
@media print, screen and (min-width: 768px) {
  .p-interview .interview_article .block {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .interview_article .block {
    padding-left: 30px;
  }
}
.p-interview .interview_article .block-s {
  display: flex;
  flex-direction: column;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .p-interview .interview_article .block-s {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .interview_article .block-s {
    gap: 20px;
  }
}
.p-interview .interview_article .block-s-ttl {
  margin-bottom: 0;
  position: relative;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .p-interview .interview_article .block-s-ttl {
    font-size: 20px;
    line-height: 37px;
    padding-left: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .interview_article .block-s-ttl {
    font-size: 18px;
    line-height: 30px;
    padding-left: 40px;
  }
}
.p-interview .interview_article .block-s-ttl::before {
  position: absolute;
  left: 0;
  content: "";
  height: 1px;
  background: #ffc50b;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .p-interview .interview_article .block-s-ttl::before {
    top: 19px;
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .interview_article .block-s-ttl::before {
    top: 16px;
    width: 24px;
  }
}
.p-interview .interview_article .block-s img {
  border-radius: 5px;
  height: auto;
}
.p-interview .interview_article .block-s p {
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-interview .interview_article .block-s p {
    font-size: 14px;
  }
}
.p-interview .interview_article .block-s p .blue {
  font-weight: 400;
  color: #2E6CA9;
}
@media print, screen and (min-width: 768px) {
  .p-interview .interview_article .block-s p + p {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .interview_article .block-s p + p {
    margin-top: -5px;
  }
}
.p-interview .interview_midashi {
  display: flex;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-interview .interview_midashi {
    gap: 50px;
    align-items: baseline;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .interview_midashi {
    gap: 20px;
    align-items: end;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .interview_midashi span {
    font-size: 28px;
    line-height: 1.4;
  }
}
.p-interview .interview_midashi::after {
  content: "";
  flex: 1;
  background: #ffc50b;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .p-interview .interview_midashi::after {
    height: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .interview_midashi::after {
    height: 2px;
    margin-bottom: 10px;
  }
}
.p-interview .interview_graph {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  border: 1px dotted #969696;
}
@media print, screen and (min-width: 768px) {
  .p-interview .interview_graph {
    padding: 50px 55px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview .interview_graph {
    padding: 20px;
  }
}
.p-interview .interview_graph picture source,
.p-interview .interview_graph picture img {
  display: block;
  height: auto;
}
.p-interview .bg2 .block {
  padding: 0;
}
.p-interview .bg2 .block .m-btn01 {
  width: 260px;
  margin: 90px auto 0;
}
.p-interview.p-index .index_list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .p-interview.p-index .index_list {
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview.p-index .index_list {
    gap: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-interview.p-index .index_list li {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .p-interview.p-index .index_list li {
    width: 100%;
  }
}
.p-interview.p-index .index_list li a {
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .p-interview.p-index .index_list li a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .p-interview.p-index .index_list li a:hover {
    opacity: 0.7;
  }
}
.p-interview.p-index .index_list-num {
  background-color: #f9be00;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 15px 7px;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 600;
  line-height: 0.76;
  border-radius: 3px 3px 0 0;
  text-align: left;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1150px) {
  .p-interview.p-index .index_list-num {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview.p-index .index_list-num {
    padding: 5px 10px 6px;
    font-size: 12px;
  }
}
.p-interview.p-index .index_list-inner {
  border-radius: 0 8px 8px 8px;
  display: flex;
  align-items: start;
  border: 1px solid #9C7700;
  background: rgba(0, 0, 0, 0.662745098);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .p-interview.p-index .index_list-inner {
    padding: 7%;
    gap: 30px;
    flex: 1 1 auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview.p-index .index_list-inner {
    padding: 20px;
    gap: 20px;
  }
}
.p-interview.p-index .index_list-inner01 {
  height: auto;
  border-radius: 6px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .p-interview.p-index .index_list-inner01 {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview.p-index .index_list-inner01 {
    width: 24%;
    max-width: 80px;
  }
}
.p-interview.p-index .index_list-inner01 img {
  width: 100%;
  height: auto;
}
.p-interview.p-index .index_list-inner02 {
  flex: 1;
}
@media print, screen and (min-width: 768px) {
  .p-interview.p-index .index_list-inner02 {
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 100%;
  }
}
.p-interview.p-index .index_list-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto;
  z-index: -1;
  pointer-events: none;
}
.p-interview.p-index .index_list-bg-inner {
  position: relative;
  height: 100%;
  width: auto;
}
.p-interview.p-index .index_list-bg-inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 27.33%);
  z-index: 10;
  left: 0;
  bottom: 0;
}
.p-interview.p-index .index_list-bg img {
  opacity: 0.2;
  height: 100%;
  width: auto;
}
.p-interview.p-index .index_list-name {
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 3px;
  margin-bottom: 26px;
}
@media screen and (max-width: 1150px) {
  .p-interview.p-index .index_list-name {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview.p-index .index_list-name {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.p-interview.p-index .index_list-tag {
  display: inline-block;
  padding: 5px 11px;
  border-left: 5px solid #F9BE00;
  background: #FFF;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  line-height: 135%;
  margin-bottom: 18px;
  letter-spacing: -0.15px;
}
@media screen and (max-width: 1150px) {
  .p-interview.p-index .index_list-tag {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview.p-index .index_list-tag {
    padding: 3px 7px;
    border-width: 3px;
    margin-bottom: 16px;
  }
}
.p-interview.p-index .index_list-group {
  color: #FFF;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media print, screen and (min-width: 768px) {
  .p-interview.p-index .index_list-group {
    flex: 1 1 auto;
  }
}
.p-interview.p-index .index_list-group span {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.48px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1150px) {
  .p-interview.p-index .index_list-group span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview.p-index .index_list-group span {
    font-size: 12px;
    margin-bottom: 3px;
  }
}
.p-interview.p-index .index_list-group p {
  font-size: 14px;
  line-height: 170%;
  letter-spacing: 0.42px;
}
@media screen and (max-width: 1150px) {
  .p-interview.p-index .index_list-group p {
    font-size: 12px;
  }
}
.p-interview.p-index .index_list-viewmore {
  display: flex;
  justify-content: end;
  line-height: 100%;
  margin-top: 10px;
  width: 100%;
}
.p-interview.p-index .index_list-viewmore span {
  position: relative;
  color: #F9BE00;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0.466px;
  padding-bottom: 3px;
  text-decoration: underline;
  padding-left: 16px;
}
@media only screen and (max-width: 767px) {
  .p-interview.p-index .index_list-viewmore span {
    padding-left: 10px;
  }
}
.p-interview.p-index .index_list-viewmore span::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  aspect-ratio: 7/11;
  background-image: url("../img/icn_arrow2.svg");
  background-size: cover;
  background-position: center;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .p-interview.p-index .index_list-viewmore span::before {
    width: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview.p-index .index_list-viewmore span::before {
    width: 5px;
  }
}
@media screen and (max-width: 1150px) {
  .p-interview.p-index .index_list-viewmore span {
    font-size: 12px;
  }
}
.p-interview.p-detail .wrapper {
  padding-top: 0;
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .p-interview.p-detail .wrapper {
    gap: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview.p-detail .wrapper {
    gap: 40px;
  }
}
.p-interview.p-detail .swiper-slide {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p-interview.p-detail .swiper-slide::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 31.75%), linear-gradient(180deg, rgba(0, 0, 0, 0) 63.64%, #000 100%);
  display: block;
}
@media print, screen and (min-width: 768px) {
  .p-interview.p-detail .swiper-slide {
    aspect-ratio: 1440/754;
  }
}
@media only screen and (max-width: 767px) {
  .p-interview.p-detail .swiper-slide {
    aspect-ratio: 390/470;
  }
}
.p-interview.p-detail .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}