@charset "UTF-8";
/* CSS Document */

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', 'Yu Gothic', 'Meiryo', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  color: #222;
  background-color: #fff;
  margin: 0;
  padding: 0;
  text-align: justify;
  word-break: break-all;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

main {
  /* background: #FAF9F5; */

}

.container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
  box-sizing: border-box;
}


/* // lead box　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.logo {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 3rem auto 0;
}

@media (max-width: 768px) {
  .logo {
    max-width: 200px;
    height: auto;
    margin: 1rem auto 0;
  }
}

.interview-lead {
  border: 2px solid transparent;
  border-image: linear-gradient(to right,
      #d20012,
      #d76100,
      #ffce00,
      #00863e,
      #0b3180) 1;
  padding: 4rem;
  margin: 5rem auto;
}

@media (max-width: 768px) {
  .interview-lead {
    padding: 2rem;
    margin: 4rem auto;
  }
}

.interview-lead__text {
  font-size: 1.6rem;
  line-height: 2.2;
  color: #000;
}

@media (max-width: 768px) {
  .interview-lead__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.text_bold {
  font-weight: bold;
}

/* ========================= */

.interview-body {
  margin-top: 6rem;
}


.interview-body__block {
  margin-bottom: 10rem;
}

@media (max-width: 768px) {
  .interview-body__block {
    margin-bottom: 5rem;
  }
}

.interview-body__heading {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(to right,
      #d20012,
      #d76100,
      #ffce00,
      #00863e,
      #0b3180) 1;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .interview-body__heading {
    font-size: 1.8rem;
  }
}


.interview-body__text-group {
  margin-top: 2rem;
}

.interview-body__text {
  font-size: 1.6rem;
  line-height: 2.2;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .interview-body__text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

/* // article images　＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

.interview-img {
  margin: 4rem 0 10rem;
}

@media (max-width: 768px) {
  .interview-img {
    margin: 3rem 0 5rem;
  }
}

.interview-img img {
  width: 100%;
  height: auto;
  display: block;
}

.interview-img__full {
  width: 100%;
}

.interview-img__contain {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}





/* footer ================================= */

.site-footer {
  background-color: #e3e4e4;
  padding: 24px 16px;
  font-size: 1.4rem;
  color: #000;
  text-align: center;
}

@media (max-width: 768px) {
  .site-footer {
    padding: 20px 12px;
    font-size: 1.2rem;
  }
}

.footer-inner {
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .footer-inner {
    padding: 0 8px;
  }
}

.footer-info,
.footer-contact {
  margin-bottom: 16px;
}

@media (max-width: 768px) {

  .footer-info,
  .footer-contact {
    margin-bottom: 12px;
  }
}

.footer-info p,
.footer-contact p {
  margin: 4px 0;
}

.footer-link a {
  display: inline-block;
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}

@media (max-width: 768px) {
  .footer-link a {
    font-size: 1.2rem;
  }
}

.footer-link a:hover {
  text-decoration: none;
  color: #ddd;
}

.copyright {
  font-size: 1rem;
  color: #000;
  margin-top: 16px;
}

@media (max-width: 768px) {
  .copyright {
    font-size: 0.9rem;
    margin-top: 12px;
  }
}

/* ============================= */