@charset "UTF-8";
/* セクション interview*/
#interview {
  margin-top: 200rem;
}

#interview .interview-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#interview .interview-list > li {
  width: 45%;
  text-align: center;
  margin-bottom: 100rem;
}

#interview .interview-list > li img {
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

#interview .interview-list > li .position {
  font-size: 20rem;
  margin-top: 30rem;
  font-family: "Hiragino Mincho ProN";
  color: black;
}

#interview .interview-list > li .name {
  font-size: 40rem;
  line-height: 1;
  margin-top: 10rem;
  margin-bottom: 50rem;
  font-family: 'Times New Roman';
  font-style: italic;
  letter-spacing: 3.5rem;
}

#interview .interview-list > li .name span {
  color: #61C359;
}

/* ============================================ */
#message {
  position: relative;
  margin-bottom: 150rem;
}

#message .message-container {
  position: relative;
  text-align: right;
}

#message .message-container .catch-copy {
  width: 60%;
  margin: 0 0 0 auto;
  display: inline-block;
  font-size: 34rem;
  letter-spacing: 5rem;
  padding-left: 120rem;
  padding-bottom: 80rem;
  text-align: start;
  position: relative;
}

#message .message-container .catch-copy span {
  background: linear-gradient(to right, #61C359, #038d31);
  color: white;
  padding: 5rem;
}

#message .message-container .catch-copy figure {
  position: absolute;
  width: 300rem;
  bottom: 0%;
  right: 0%;
}

#message .message-container .message-img {
  position: absolute;
  top: 0;
  width: 500rem;
  z-index: 2;
}

#message .message-container .message-img img {
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  box-shadow: 0rem 0rem 15rem 3rem rgba(3, 141, 49, 0.3);
}

#message .message-container .txt {
  width: 60%;
  text-align: start;
  background-color: #f0f0f0;
  padding: 50rem 50rem 50rem 120rem;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
  line-height: 2;
  font-size: 18rem;
  margin: 0 0 0 auto;
}

#message2 .viewport-m {
  position: relative;
}

#message2 .viewport-m .message-container {
  position: relative;
  width: 80%;
}

#message2 .viewport-m .message-container .catch-copy {
  padding-top: 75rem;
  display: inline-block;
  font-size: 34rem;
  letter-spacing: 5rem;
  padding-bottom: 120rem;
  text-align: start;
  z-index: 10;
  position: relative;
}

#message2 .viewport-m .message-container .catch-copy span {
  background: linear-gradient(to right, #61C359, #038d31);
  color: white;
  padding: 5rem;
}

#message2 .viewport-m .message-container .catch-copy figure {
  position: absolute;
  width: 340rem;
  bottom: 0%;
  right: 0%;
}

#message2 .viewport-m .txt {
  width: 80%;
  text-align: start;
  background-color: #f0f0f0;
  padding: 90rem 50rem 50rem 50rem;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  line-height: 2;
  font-size: 18rem;
}

#message2 .viewport-m .message-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  z-index: 0;
}

#message2 .viewport-m .message-img img {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  box-shadow: 0rem 0rem 15rem 3rem rgba(3, 141, 49, 0.3);
}

#other {
  background-color: #f0f0f0;
  margin-top: 100rem;
  padding-bottom: 50rem;
  margin-bottom: 100rem;
}

#other h2 {
  font-size: 36rem;
  letter-spacing: 10rem;
  text-align: center;
  transform: translateY(-50%);
}

#other .en {
  width: 20%;
  margin: 0 auto;
  transform: translateY(-50%);
}

#other .interview-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#other .interview-list > li {
  width: 30%;
  text-align: center;
}

#other .interview-list > li img {
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

#other .interview-list > li .position {
  font-size: 13rem;
  margin-top: 30rem;
  font-family: "Hiragino Mincho ProN";
  color: black;
}

#other .interview-list > li .name {
  font-size: 24rem;
  line-height: 1;
  margin-top: 10rem;
  margin-bottom: 50rem;
  font-family: 'Times New Roman';
  font-style: italic;
  letter-spacing: 3.5rem;
}

#other .interview-list > li .name span {
  color: #61C359;
}

/* ============================================ */
/* SP */
@media screen and (max-width: 1080px) {
  /* セクション interview*/
  #interview {
    margin-top: 100rem;
  }
  #interview .interview-list > li {
    width: 100%;
    margin-bottom: 150rem;
  }
  /* ============================================ */
  #message {
    position: relative;
    margin-bottom: 150rem;
  }
  #message .message-container {
    text-align: start;
  }
  #message .message-container .catch-copy {
    width: 100%;
    font-size: 20rem;
    padding: 50rem 0rem 100rem;
  }
  #message .message-container .message-img {
    position: relative;
    margin-bottom: 50rem;
    width: 100%;
  }
  #message .message-container .txt {
    width: 100%;
    padding: 50rem 25rem 50rem 25rem;
  }
  #message2 .viewport-m .message-container {
    width: 100%;
  }
  #message2 .viewport-m .message-container .catch-copy {
    width: 100%;
    padding: 50rem 0rem 100rem;
    font-size: 20rem;
  }
  #message2 .viewport-m .message-container .catch-copy figure {
    bottom: 0%;
    right: 0%;
    transform: translateY(0%);
  }
  #message2 .viewport-m .txt {
    width: 100%;
    padding: 50rem 25rem 50rem 25rem;
  }
  #message2 .viewport-m .message-img {
    position: relative;
    width: 100%;
    margin-bottom: 50rem;
  }
  #other {
    background-color: #f0f0f0;
    margin-top: 150rem;
  }
  #other h2 {
    font-size: 24rem;
  }
  #other .en {
    width: 200rem;
  }
  #other .interview-list {
    display: block;
  }
  #other .interview-list > li {
    width: 100%;
  }
}
