@charset "utf-8";
/* CSS Document */
.section-top__image {
  height: 66vw;
  background-image: url("../images/staff/plant.jpg");
  background-position: center;
  background-size:cover;
  background-repeat: no-repeat;
  position: relative;
}
.section-top__image p{
  top: 50%;
  left: 50%;
  transform: translate(-40%, -20%);
  position: absolute;
  color: #fff;
  font-size: 4rem;
  letter-spacing: 0.4em;
}
@media(min-width: 480px) {
  .section-top__image {
    height: 16vw;
    background-size:100%;
  }
  .section-top img {
    width: 40%;
    margin-top: 0%;
  }
  .section-top__image p{
    font-size: 8rem;
    transform: translate(-50%, -20%);
  }
}
/*--concept--------------*/
.concept {
  background-image: url("../images/top/frame-top.png");
  background-repeat: no-repeat;
  background-size: 40%;
  padding: 56px 32px 0px;
}
.concept h2{
  padding: 0px 24px 32px;
}
.concept h3{
  text-align: center;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: 400;
  padding-bottom: 24px;
}
.concept p{
  text-align: left;
  font-size: 1.3rem;
  line-height: 3.2rem;
  font-weight: 400;
  padding-bottom: 40px;
}
.pc{
  display: none;
}
@media(min-width: 480px) {
  .concept {
    background-size: 32%;
    padding: 140px 32px 8px;
  }
  .concept h2{
    font-size: 3.2rem;
    letter-spacing: 0.4em;
    margin-bottom: 32px;
  }
  .concept h3{
    text-align: center;
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
  .concept p{
    text-align: center;
    font-size: 1.8rem;
    line-height: 3.2rem;
    font-weight: 400;
    padding-bottom: 80px;
  }
  .pc{
  display: block;
  }
  p{
    font-size: 1.8rem;
  }
}
/*--staff--------------*/

.staff {
  padding: 0px 16px 40px;
} 
.staff h2 {
  margin-bottom: 40px;
}
.staff-area,.staff-area-right{
  border-bottom: 1px solid #393939;
}
.staff-visual{
  margin:56px 24px 0px;
}
.staff-visual img{
  width: 100%;
  padding-bottom: 12px;
  height: 230px;
  object-fit: cover;
}
.staff h3, .staff-right h3 {
  font-size: 1.8rem;
  padding: 0px 8px 12px;
}
.space{
  margin-right: 16px;
}
.staff h4{
  color: #75c28c;
}
.staff h5{
  font-size: 1.6rem;
  text-align: left;
  padding: 16px 24px 8px;
}
.staff p, .staff p {
  line-height: 3rem;
  font-size: 1.2rem;
  padding: 0px 24px 12px;
  text-align: left;
  letter-spacing: 0.1em;
  color: #393939;
}
.icon{
  text-align: right;
  padding: 0px 24px 32px;
}
.icon img{
  width: 10%;
  padding-left: 32px;
}
/*-----PC-------*/
@media(min-width:768px) {
  .staff {
    padding: 32px 120px 40px;
  }
  .staff h2 {
    font-size: 3.2rem;
    letter-spacing: 0.4em;
    margin-top: 24px;
    margin-bottom: 80px;
  }
  .staff-visual img{
    width: 64%;
  }
.staff-2{
  padding-top: 40px;
}
  .staff-area, .staff-area-right {
    margin: 0;
    display: flex;
    height: 400px;
    padding-bottom: 80px;
  }
  .staff-area-right {
    flex-flow: row-reverse;
    padding-top: 40px;
  }
  .staff-visual {
    width: 37vw;
    margin: 92px 24px 0px;
}
  .staff-text, .staff-right-text {
    text-align: left;
    width: 40vw;
  }
  .staff h4{
  text-align: center;
}
  .staff h3, .staff-right h3 {
    font-size: 2.5rem;
    text-align: center;
    padding-bottom: 16px;
  }
  .staff p, .staff p {
    font-size: 1.8rem;
    text-align: left;
    padding-bottom: 16px;
  }
  .icon{
  text-align: right;
  
  padding: 0px 24px 32px;
  }
  .icon img{
  width: 10%;
  padding-left: 32px;
}
}
/*--message-------------*/

.message {
  padding: 0px 16px 56px;
} 

.message-visual{
  margin: 24px;
}
.message img{
  width: 100%;
}
.message h3{
  font-size: 1.6rem;
  padding: 0px 24px;
  line-height: 3.4rem;
}
/*-----PC-------*/
@media(min-width:768px) {
  .message {
    padding: 32px 48px 8px;
  }
  .message img{
    width: 64%;
  }
  .message-area {
    margin: 0;
    padding: 0;
    display: flex;
    height: 400px;
  }
  .message-visual {
    width: 50vw;
  }
  .message h3{
    font-size: 2.5rem;
    padding: 100px 24px;
    line-height: 4.8rem;
  }
}