@charset "UTF-8";
#pan {
  width: 100%;
  background: #9F2800;
  padding: 1rem 2%;
  color: #fff;
  font-size: clamp(0.8rem, 1.5vw, 1rem); }
  #pan a {
    text-decoration: none;
    color: #fff; }
    #pan a:hover {
      text-decoration: underline; }

.button {
  background: #9F2800;
  width: 100%;
  padding: 2% 5%;
  transition: opacity 0.3s ease;
  color: #fff;
  font-size: clamp(1.4rem, 2.5vw, 1.6rem);
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative; }
  .button::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5%;
    font-size: 1.2em;
    transition: transform 0.3s ease;
    width: 0.4em;
    height: 0.4em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg); }
  .button:hover {
    opacity: 0.5; }
  .button:hover::after {
    transform: translateY(-50%) rotate(45deg) 　translateX(5px); }

.interview {
  max-width: 1000px;
  margin: 0 auto 200px auto;
  padding: 20px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }
  .interview h1 {
    font-size: clamp(2rem, 2.5vw, 2.2rem);
    line-height: 1.8; }
  .interview h2 {
    font-size: clamp(2.6rem, 2.5vw, 3.2rem);
    line-height: 1.8;
    font-weight: 600; }
  .interview h3 {
    font-size: clamp(2.2rem, 2.5vw, 2.6rem);
    line-height: 1.8;
    border-left: 3px solid #9F2800;
    padding: 0 0 0 2rem; }
  .interview p {
    font-size: clamp(1.5rem, 2.5vw, 1.6rem);
    line-height: 2;
    font-weight: 300; }
  .interview strong {
    font-weight: 900; }
  .interview__outline {
    border: 1px solid #000;
    margin: 6% auto 3% auto;
    width: 100%;
    display: flex;
    justify-content: space-around; }
    .interview__outline-title {
      width: 15%;
      font-weight: 800;
      font-size: clamp(1.4rem, 2.5vw, 1.5rem);
      margin: 2%; }
    .interview__outline-info {
      width: 80%;
      border-left: 1px solid #000;
      display: table;
      margin: 2%;
      padding: 0 2%; }
      .interview__outline-info .table__row {
        display: table-row; }
      .interview__outline-info .table-cell {
        display: table-cell;
        width: 120px;
        font-weight: bold;
        padding: 0 0 1rem 0;
        font-size: clamp(1.4rem, 2.5vw, 1.5rem); }
      .interview__outline-info .table-cell2 {
        display: table-cell;
        padding: 0 0 1rem 0;
        font-size: clamp(1.4rem, 2.5vw, 1.5rem); }
  .interview__label {
    color: #9F2800;
    font-size: clamp(2rem, 1.5vw, 2.2rem);
    line-height: 1.8; }
  .interview__company {
    margin: 1rem 0 0 0; }
  .interview__banner {
    display: flex;
    gap: 3%;
    justify-content: center;
    margin: 8% auto 8% auto; }
    .interview__banner img {
      width: 100%; }
  .interview__title {
    margin: 2rem 0 3rem 0; }
  .interview__title-sub {
    margin: 4rem 0 3rem 0; }
  .interview__text {
    margin: 1.5rem 0 3rem 0; }
    .interview__text small {
      display: inline-block;
      padding: 1rem 0 0 0;
      color: #828282;
      font-size: 85%; }
  .interview__text-sub {
    font-size: clamp(1.2rem, 2.5vw, 1.3rem);
    line-height: 1.8; }
  .interview__profile {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 3%;
    margin: 4% 0;
    background: #FAF6F5; }
    .interview__profile img {
      width: 30%;
      border-radius: 4px; }
    .interview__profile p {
      width: 65%; }
      .interview__profile p span {
        display: block;
        font-weight: 800;
        margin: 1rem 0; }
  .interview-image {
    margin: 3% 0; }
    .interview-image img {
      width: 100%; }
    .interview-image span {
      margin: 1rem 0;
      background: #FAF6F5;
      padding: 1rem 1.5rem;
      font-size: clamp(1.4rem, 2vw, 1.5rem);
      color: #676767;
      line-height: 1.6;
      display: block; }

.sp {
  display: none; }

.pc {
  display: block; }

@media (max-width: 768px) {
  .sp {
    display: block; }

  .pc {
    display: none; }

  .interview {
    width: 100%; }
    .interview h1 {
      line-height: 1.6; }
    .interview h2 {
      line-height: 1.6; }
    .interview h3 {
      line-height: 1.6; }
    .interview p {
      line-height: 1.8; }
    .interview__title {
      font-size: 20px; }
    .interview__profile {
      flex-direction: column;
      align-items: flex-start;
      padding: 5%; }
      .interview__profile img {
        width: 100%; }
      .interview__profile p {
        width: 100%; }
    .interview__outline {
      flex-direction: column;
      margin: 8% auto 8% auto; }
      .interview__outline-title {
        width: auto;
        margin: 5%; }
      .interview__outline-info {
        width: auto;
        border-left: none;
        border-top: 1px solid #000;
        padding: 5% 2% 3% 2%;
        margin: 0 2% 2% 2%; }
    .interview__banner {
      flex-direction: column;
      row-gap: 20px;
      margin: 12% auto; }
      .interview__banner img {
        width: 100%; } }
