body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  background: white url('../img/bg_interview.jpg') no-repeat center fixed;
  background-size: cover;
}

.main-title {
  font-size: 2.2rem;
  text-align: center;
  color: #333;
  margin: 60px 0 40px;
  letter-spacing: 0.1em;
}

.en-title {
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
}

.main-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  margin: 15px auto 0;
}

.type-pink .en-title { 
  color: #f56ea7; 
}

.type-pink::after { 
  background-color: #f56ea7; 
}

.type-green .en-title { 
  color: #58c05a; 
}

.type-green::after { 
  background-color: #58c05a; 
}

.type-blue .en-title { 
  color: #5db0ef; 
}

.type-blue::after { 
  background-color: #5db0ef; 
}

.interview-container {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif;
  background-color: rgba(255, 255, 255, 0.85);
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.interview-container h1 {
  font-size: 1.5em;
  text-align:center;
  color: #333;
}

.obog {
  position: relative;
  display: block;
  width: 100%;
}

.obog-content {
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}

.obog-photo {
  display: block;
  width: 100%;
  flex: 1;
  max-width: 100%;
  height: auto;
}

.obog-name-right {
  position: absolute;
  bottom: 5%;
  right: 0;
  width: 50%;
  color: white;
  text-align: right;
  padding: 30px 20px 30px 0;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 11%, rgba(0, 0, 0, 0.5));
}

.obog-name-left {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 50%;
  color: white;
  text-align: left;
  padding: 30px 20px 30px 30px;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 11%, rgba(0, 0, 0, 0));
}

.obog-name-sub {
  font-size: 1.2em;
  font-style: italic;
}

.obog-name-main {
  font-size: 2.5em;
  font-weight: bold;
}

.interview-section {
  position: relative;
  z-index: 1;
}

.interview-content {
  font-size: 1.0em;
  line-height: 1.7;
}

.interview-content h2 {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 50px;
  color: #333;
}

.interview-content h3 {
  font-size: 1.1rem;
  font-weight: 300;
  color: #888;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.interview-content p {
  margin: 0 0 1.0em;
  text-align: justify;
}

.interview-block {
  display: block;
  overflow: hidden;
  margin-bottom: 10em;
  width: 100%;
}

.float-left,
.float-right {
  width: 40%;
  border-radius: 8px;
  margin-top: 20px;
}

.float-left {
  float: left;
  margin: 0 40px 20px 0; 
}

.float-right {
  float: right;
  margin: 0 0 20px 40px; 
}

.fadeIn,
.fade-up {
  transition: all 1s ease;
}

.visible {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.fade-up {
  opacity: 0;
  transform: translateY(50px);
}

.profile-summary {
  padding: 20px 25px;
  border-radius: 4px;
  border-left: 5px solid;
  line-height: 1.8;
  margin-bottom: 40px;
}

.profile-title {
  margin: 0 0 10px 0;
  font-size: 1.1em;
  font-weight: bold;
}

.profile-text {
  margin: 0 0 20px 0;
  font-size: 1em;
  color: #333;
  text-align: justify;
}

.is-green {
  background-color: rgba(88, 192, 90, 0.08);
  border-color: #58c05a;
}
.is-green .profile-title {
  color: #58c05a;
}

.is-pink {
  background-color: rgba(245, 110, 167, 0.08);
  border-color: #f56ea7;
}
.is-pink .profile-title {
  color: #f56ea7;
}

.is-blue {
  background-color: rgba(93, 176, 239, 0.08);
  border-color: #5db0ef;
}
.is-blue .profile-title {
  color: #5db0ef;
}

.pc-img {
  display: block;
}

.sp-img {
  display: none;
}

@media screen and (max-width: 768px) {
  .main-title { 
    font-size: 1.6rem; 
  }
  
  .obog-content {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .obog-name-left,
  .obog-name-right {
    bottom: 0%;
    padding: 20px;
    width: 85%;
  }

  .obog-name-sub {

    font-size: 1.0em;
  }

  .obog-name-main {
    font-size: 2.0em;
  }

  .float-left,
  .float-right {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }

  .interview-block {
    margin-bottom: 40px;
  }

  .interview-content h2 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }

  .interview-content h3 {
    font-size: 1.1rem;
    padding-left: 10px;
  }

  .interview-content p {
    font-size: 0.95em;
  }

  .career {
    font-size: 0.8em;
    margin: 10px;
}

  .career img {
    float: none;
    height: 100%;
    width: 100%;
    margin: 0 0 10px 0;
  }

  .career ul {
    margin-left: -20px;
  }

  .pc-img {
  display: none;
  }

  .sp-img {
    display: block;
  }
}