@charset "utf-8";

/*@header*/
.header-bg {
  width: 100%;
  position: relative;
  display: block;
}
.header-bg h1 {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  text-align: center;
  font-size: 44px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 50px;
}
.header-bg span {
  font-size: 20px;
}

@keyframes flash {
  0%,100% {
    filter: drop-shadow(0 0 6px #ffb1d6)
  }
  50% {
    filter: none
  }
}

@media screen and (max-width:640px){
  .header-bg img {
    object-fit: cover;
    height: 250px;
    width: 100%;
  }
}
/*end@header*/


/*@section-common*/
#section-1,
#section-2,
#section-3,
#section-4,
#section-5,
#section-6,
#section-7{
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.interview-all {
  margin-top: 150px;
}
.interview-box {
  width: 100%;
  text-align: center;
  /* background-color: #f27eb4; */
}
.title {
  background-color: rgba(47, 49, 49, 0.9);
  color: #fff;
  width: 250px;
  height: 80px;
  margin-bottom: 50px;
}
.title h2 {
  margin-left: 150px;
  font-size: 30px;
  letter-spacing: 0.1rem;
  transform: translateY(15px);
}
.text {
  margin: 0 150px;
  margin-bottom: 50px;
  text-align: justify;
}
.text h3 {
  margin-bottom: 20px;
  color: #548497;
  font-weight: normal;
}
.text p {
  font-size: 15px;
}
.interview-box img {
  margin: 0 150px;
  /* max-width: calc(100% - 300px); */
  margin-bottom: 50px;
  width: 600px;
}

@media screen and (max-width:780px) {
  .title h2 {
    margin-left: 100px;
  }
  .text {
    margin: 0 100px;
    margin-bottom: 50px;
  }
  .interview-box img {
    margin: 0 100px;
    max-width: calc(100% - 200px);
    margin-bottom: 50px;
  }
}

@media screen and (max-width:640px) {
  .interview-all {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .interview-box {
    width: 100%;
  }
  .title {
    width: 130px;
    height: 50px;
    margin-bottom: 30px;
  }
  .title h2 {
    margin-left: 30px;
    font-size: 25px;
    transform: translateY(5px);
  }
  .text {
    margin: 0 30px;
    margin-bottom: 50px;
  }
  .text h3 {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .text p {
    font-size: 13px;
    line-height: 1.8rem;
  }
  .interview-box img {
    margin: 0 30px;
    max-width: calc(100% - 60px);
    margin-bottom: 50px;
  }
}

/*end@section-common*/
