@charset "UTF-8";
[id] {
  scroll-margin-top: 100px;
}

#page-wrapper{
  padding: 128px 0;
}

.title-area .img-title{
	width: 268px;
	margin: 0 auto;
}

.title-area .sec_lead{
  color: #333;
  padding-top: 30px;
  font-size: 18px;
  font-weight: 700;
}

.page-lead{
  text-align: center;
  margin-bottom: 80px;
  font-size: 18px;
  font-weight: 700;
}

.contents-wrapper{
  padding: 30px 0 80px 0;
  margin: 50px auto 120px auto;
}

.content-inner{
  max-width: 760px;
  margin: 0 auto;
}

.img-box{
	border-radius: 80px;
	overflow: hidden;
}

@media (max-width: 1024px){
  [id] {
    scroll-margin-top: 60px;
  }

  #page-wrapper{
    padding: 70px 0 0 0;
  }

  .title-area{
    margin-bottom: 30px;
  }
  
  .title-area .img-title{
    width: 50%;
  }
  
  .title-area .sec_lead{
    font-size: 4vw;
    letter-spacing: 0;
    padding-top: 25px;
  }
  
  .page-lead{
    margin-bottom: 40px;
    font-size: 3.3vw;
  }
  
  .page-nav .page-nav__item{
    text-align: left;
  }
  
  .contents-wrapper{
    padding: 0;
    margin: 30px auto 30px auto;
  }
  
  .content-inner{
    padding: 0 25px;
  }
  
  .img-box{
    border-radius: 50px;
  }
}

@media (max-width: 767px){
  
}

/*----------------------------------------
people
----------------------------------------*/	
.people-block{
  padding: 30px 0 140px 0;
}

.people-hero{
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 0 26px;
}

.people-hero::before {
  content: "";
  position: absolute;
  top: -72px;
  left: 50%;
  width: 100vw;
  height: 70%;
  transform: translateX(-50%);
  background: #f8f9d9;
  z-index: -1;
}

.people-hero__img{
  height: 284px;
}

.people-hero__meta{
  display: flex;
}

.people-hero__meta .meta-text-area{
  margin: 20px 0 0 auto;
}

.people-name{
  margin: 0 0 4px;
  font-size: 20px;
}

.people-sub{
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.decor-left{
  width: 240px;
  height: 240px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(50% - 430px); 
}

.decor-right{ 
  width: 314px;
  height: 314px;
  position: absolute;
  top: 12%;
  transform: translateY(-50%);
  right: calc(50% - 580px); 
}

.person3 .decor-left{
  width: 274px;
  height: 274px;
  position: absolute;
  top: 0%;
  left: calc(50% - 520px); 
}

.people-body{
  margin: 0 auto;
}

.people-unit{
  padding: 16px 0 14px;
}

.people-kicker{
  font-size: 15px;
  color: #07aa10;
}

.people-title{
  margin: 0 0 20px;
  border-bottom: 1px solid #07aa10;
  font-size: 29px;
  font-weight: 700;
  color: #07aa10;
}

.people-row{
  gap: 0 26px;
  align-items: flex-start;
}

.people-text{
  flex: 1;
  font-size: 14px;
  line-height: 2;
}

.people-text p{
  margin: 0;
}

.people-media{
  width: 284px;
  flex: 0 0 284px;
}

.people-img{
  width: 100%;
  height: 284px;
}

.people-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.people-pickup{
  padding: 56px 0 0;
}

.pickup-label{
  font-size: 15px;
  color: #07aa10;
}


@media (max-width: 1024px){
  .people-block{
    padding: 30px 0 44px;
  }

  .people-block + .people-block{
    padding-top: 40px;
  }

  .people-hero{
    gap: 0;
  }

  .people-hero::before {
    top: -32px;
    height: 40%;
  }

  .people-hero__img{
    height: 100%;
  }

  .people-hero__meta .meta-text-area{
    margin: 10px 0 0 auto;
  }

  .people-name{
    margin: 0;
    font-size: 4vw;
  }

  .people-sub{
    font-size: 3vw;
    line-height: 1.6;
  }

  .decor-left{
    width: 28vw;
    height: 28vw;
    top: auto;
    bottom: -10px;
    left: -15px; 
  }

  .decor-right{ 
    width: 32vw;
    height: 32vw;
    top: 0;
    right: -50px; 
  }

  .person3 .decor-left{
    width: 38vw;
    height: 38vw;
    top: 0;
    left: -20px; 
  }

  .people-unit{
    padding: 16px 0 14px;
  }

  .people-kicker{
    font-size: 3vw;
  }

  .people-title{
    margin: 0 0 10px;
    font-size: 4.2vw;
  }

  .people-row{
    gap: 16px 0;
    flex-direction: column;
  }

  .people-text{
    width: 100%;
    font-size: 3.3vw;
    line-height: 1.8;
  }

  .people-text p{
    margin: 0;
  }

  .people-media{
    width: 85%;
    margin: 0 auto;
    flex: 0;
  }

  .people-img{
    width: 100%;
    height: 50%;
   }

  .people-img img{
    width: 100%;
    height: 100%;
  }

  .people-pickup{
    padding: 20px 0 0;
  }

  .pickup-label{
    font-size: 3vw;
  }
}


@media (max-width: 767px){

  
}






