@charset "UTF-8";
/**
 * GOODA Fit版BOOK トンマナ用CSS
 * Created on: 2019.11.15
 * Modified on: 2022.01.17 -- Dart Sass対応
 */
/*--------------------------------------------------------
　BREAK POINT
--------------------------------------------------------*/
/*--------------------------------------------------------
　FONT
--------------------------------------------------------*/
/*--------------------------------------------------------
　COLOR
--------------------------------------------------------*/
/*--------------------------------------------------------
　FRAME WIDTH
--------------------------------------------------------*/
/*--------------------------------------------------------
　CSS SPRITE
--------------------------------------------------------*/
/*--------------------------------------------------------
　OTHERS
--------------------------------------------------------*/
/**
 * GOODA3月号 インタビュー用CSS
 * Created on: 2026.3.16
 */
/*--------------------------------------------------------
　INTERVIEW
--------------------------------------------------------*/
body {
  background: #ffffff;
}

#header {
  background: transparent;
}

.interview-first {
  height: 100vh;
}
.interview-first img {
  width: 100%;
  vertical-align: bottom;
}
.interview-first .fv-area {
  width: 100%;
  height: 100vh;
  max-height: 100vw;
  position: fixed;
  top: 0;
  left: 0;
}
.interview-first .fv-box {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.interview-first .fv-img {
  width: 100%;
  height: 100%;
  border-width: 12px 12px 0 12px;
  border-style: solid;
  border-color: #FFFFFF;
  box-sizing: border-box;
  overflow: hidden;
}
.interview-first .fv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 15%;
     object-position: center 15%;
}
@media only screen and (max-width: 800px) {
  .interview-first .fv-img img {
    -o-object-position: 60% 50%;
       object-position: 60% 50%;
  }
}
.interview-first .fv-ttl {
  width: 33.9%;
  max-width: 326px;
  margin-left: 12.5%;
  position: absolute;
  top: 61vh;
  left: 0;
}
.interview-summary {
  background: rgba(255, 255, 255, 0.9);
  position: relative;
}
.interview-summary .summary-area {
  width: 64%;
  max-width: 655px;
  margin: 0 auto;
  padding: 73px 0 80px;
  text-align: center;
}
.interview-summary .summary-area .name {
  margin-bottom: 47px;
}
.interview-summary .summary-area p {
  font-size: 15px;
  line-height: 2.5;
  letter-spacing: -0.06em;
}
.interview-summary .summary-area p + p {
  margin-top: 2em;
}
.interview-summary .summary-area p.staff-credit {
  font-size: 10px;
  line-height: 1.6;
  margin-top: 3em;
  letter-spacing: 0em;
}
.interview-summary .summary-area p.modify {
  font-size: 10px;
  line-height: 1.6;
  margin-top: 2em;
  letter-spacing: 0em;
}
.interview-bg {
  background: #FFFFFF;
  position: relative;
}
.interview-article {
  width: 61.5%;
  max-width: 629px;
  margin: 0 auto;
  padding-top: 45px;
}
.interview-article.article02 {
  padding-top: 90px;
}
.interview-article.article03 {
  padding-top: 76px;
}
.interview-article.article04 {
  padding-top: 20px;
}
.interview-article.article04 .article-txtbox {
  margin-top: 0;
}
.interview-article img {
  width: 100%;
  vertical-align: bottom;
}
.interview-article .name {
  width: 35.9%;
  margin: 0 auto 100px;
}
.interview-article .article-txtbox {
  margin: 56px auto 50px;
  font-size: 15px;
  line-height: 2;
}
.interview-article .article-txtbox p + p {
  margin-top: 2em;
}
.interview-article .article-txtbox .bold {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", Sans-Serif;
  font-weight: 600;
  color: #000000;
}
.interview-article .article-txtbox .q {
  color: #5A5A5A;
}
.interview-article .article-txtbox a {
  text-decoration: underline;
  color: inherit;
}
.interview-article .article-txtbox a:hover {
  text-decoration: none;
}
.interview-article figure {
  margin: 50px auto 0;
}
.interview-article figcaption {
  font-size: 12px;
  color: #5A5A5A;
  margin-top: 10px;
}
.interview-article .img01 {
  width: 79.3%;
  margin: 79px auto 0;
}
.interview-article .img02 {
  width: 100%;
  margin: 20px auto 0;
}
.interview-information {
  width: 64%;
  max-width: 655px;
  margin: 0 auto;
  margin: 70px auto 0;
}
.interview-information img {
  width: 100%;
  vertical-align: bottom;
}
.interview-information .information-box {
  border-bottom: 2px solid #000000;
}
.interview-information .information-caption {
  border-bottom: 2px solid #000000;
  padding-bottom: 8px;
}
.interview-information .information-caption img {
  width: 111px;
}
.interview-information .information-inner {
  padding: 30px 0 40px;
}
.interview-information .information-inner + .information-inner {
  padding-top: 30px;
  border-top: 1px solid #FFFFFF;
}
.interview-information .information-img {
  width: 73.6%;
  margin: 0 auto;
}
.interview-information .information-copy {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", Sans-Serif;
  font-size: 14px;
  line-height: 1.6;
  color: #363636;
  margin-bottom: 13px;
}
.interview-information .information-ttl {
  width: 299px;
  margin-top: 35px;
  margin-right: auto;
}
.interview-information .information-date {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", Sans-Serif;
  color: #e63c3c;
  margin-top: 10px;
  font-size: 15px;
}
.interview-information .information-company {
  font-size: 10px;
  margin-top: 3px;
}
.interview-information .information-txt {
  margin: 20px 0 0;
}
.interview-information .information-txt p {
  font-size: 13px;
  line-height: 1.7;
  color: #3c3c3c;
}
.interview-information .information-txt p + p {
  margin-top: 1.5em;
}
.interview-information .information-txt a {
  text-decoration: underline;
  color: inherit;
}
.interview-information .information-txt a:hover {
  text-decoration: none;
}
.interview-information .information-detail {
  margin: 20px 0 0;
}
.interview-information .information-detail p {
  font-size: 12px;
  line-height: 1.5;
  color: #3c3c3c;
}
.interview-information .information-detail p + p {
  margin-top: 1.5em;
}
.interview-information .information-detail a {
  text-decoration: underline;
  color: inherit;
}
.interview-information .information-detail a:hover {
  text-decoration: none;
}
.interview-information .information-release {
  margin-top: 15px;
}
.interview-information .information-release dt {
  font-family: "Hiragino Kaku Gothic W6 JIS2004", Sans-Serif;
  font-size: 14px;
  color: #3c3c3c;
  border-top: 1px solid #aaaaaa;
  padding-top: 15px;
  margin-top: 15px;
}
.interview-information .information-release dd {
  font-size: 12px;
  line-height: 1.5;
  color: #3c3c3c;
  margin-top: 1em;
}
.interview-information .profile-box {
  margin-top: 60px;
  padding: 30px 0;
  background: #E3E6EA;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
.interview-information .profile-box::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #E3E6EA;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
}
.interview-information .profile-box .box-L {
  width: 31.2%;
  position: relative;
  z-index: 1;
}
.interview-information .profile-box .box-R {
  width: 61.4%;
  position: relative;
  z-index: 1;
}
.interview-information .profile-ttl {
  width: 62px;
}
.interview-information .profile-txt, .interview-information .profile-name {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #3c3c3c;
}
.interview-information .profile-txt.mt, .interview-information .profile-name.mt {
  margin-top: 35px;
}
.interview-information .profile-txt a, .interview-information .profile-name a {
  text-decoration: underline;
  color: inherit;
}
.interview-information .profile-txt a:hover, .interview-information .profile-name a:hover {
  text-decoration: none;
}
#footer {
  background: #ffffff;
}
#footer .pagetop-btn {
  margin-top: 0;
  padding-top: 40px;
}

/*--------------------------------------------------------
　SCROLL ANIMATION
--------------------------------------------------------*/
.is-anm, .is-fv-anm {
  opacity: 0;
}
.is-anm.is-done, .is-fv-anm.is-done {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fade-up {
  transform: translate(0, 30px);
}

.fade-down {
  transform: translate(0, -30px);
}

.fade-right {
  transform: translate(20px, 0);
}

.fade-left {
  transform: translate(-20px, 0);
}
/*# sourceMappingURL=interview.css.map */