@charset "UTF-8";
/* CSS Document */
.section-top_image {
  height: 305px;
  width: 100%;
  background-image: url("../images/about/about_top-img@2x-min.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.section-top h2 {
  font-family: 'Merriweather', serif;
  font-size: 4.5rem;
  font-weight: 400;
  color:#FFF;
  padding-bottom: 5px;
}
.section-top_text {
  font-size: 1.8rem;
  font-weight: 600;
  color:#FFF;
}
.section-top_image_text-area {
  margin: 0 auto;
}
.guidance {
  max-width: 1160px;
  margin: 0 auto;
  padding-bottom: 130px;
  text-align: left;
}
.guidance a {
  text-decoration: none;
  color: #333;
}
.guidance a:hover {
  border-bottom: 1px solid;
}
.guidance span {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.8rem;
}
@media (max-width: 480px){
  .section-top_image{
    background-image: url("../images/about/top-img_mobile@2x.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 230px;
  }
}

.section-lead {
  background: url("../images/quilt_beige@2x-min.png") no-repeat top 66px left -37px/43%,url("../images/quilt_beige@2x-min.png") no-repeat bottom -174px right -60px/35%;
  padding: 100px 2vw;
  background-color: #fdf9f3;
  position: relative;
}
.section-lead_wraper{
  max-width: 1160px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  gap: 70px;
}
.lead_text-area h3 {
  padding-bottom: 80px;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: left;
  line-height: 1.7;
}
.lead_text-area p {
  mfont-size: 1.6rem;
    text-align: left;
    line-height: 2;
    padding-bottom: 50px;
    max-width: 735px;
}
.lead_text-area {
  max-width: 1160px;
  margin: 0 auto;
  z-index: 10;
}
.section-lead_img-area1 {
  width: 343px;
  height: 314px;
  z-index: -10;
}
.section-lead_img-area1 img {
  width: 100%;
  height: 100%;
}
.section-lead_img-area2 {
  width: 282px;
  height: auto;
  position: absolute;
  bottom: -230px;
  left: -50px;
}
.section-lead_img-area2 img {
  width: 100%;
  height: 100%;
}
.lead_img-area {
  position: relative;
}

@media (max-width: 800px){
  .section-lead{
    padding: 60px 20px 280px;
  }
  .section-lead_wraper {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .lead_text-area h3 {
    padding-bottom: 60px;
    font-size: 2.0rem;
  }
  .lead_text-area p {
    padding-bottom: 30px;
  }
  }

.section-profile {
  background: url("../images/quilt_green@2x-min.png") no-repeat top 63px left -73px/35%,url("../images/quilt_green@2x-min.png") no-repeat top 266px right -82px/43%,url("../images/quilt_green@2x-min.png") no-repeat top 883px left 78px/44%;
  padding-top: 150px;
  padding-bottom: 65px;
  background-color: #e8f3eb;
}
.section-title {
  font-family: 'Merriweather', serif;
  font-size: 4.8rem;
  font-weight: 400;
  padding-bottom: 5px;
}
.section-title_sub {
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 90px;
}
.section-profile-wrapper {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.profile_img-area {
  padding-right: 70px;
}
.profile_img-area img {
  width: 90%;
  height: auto;
}
.profile_nickname {
  line-height: 1.75;
}
.profile-area1 {
  width: 430px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-top: 50px;
  padding: 30px; 
}
.profile-area2 {
  text-align: left;
}
.profile_job-title {
  font-size: 2rem;
  padding: 0 30px 15px;
}
.section-profile h3 {
  font-size: 3.2rem;
  font-weight: 400;
  padding: 0 30px;
}
.profile_name-english {
  font-size: 2.2rem;
  padding-left: 30px;
}
.section-profile ul {
  margin: 0 auto;
    padding: 60px 0;
    max-width: 600px;
}
.section-profile ul li {
  list-style: none;
  padding-bottom: 25px;
  line-height: 1.75;
  text-align: left;
}
.section-profile h4 {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 5px 30px;
  margin-bottom: 5px;
  background-color: #FFF;
  border-radius: 100px;
  width: fit-content;
}
  
@media (max-width: 800px){
.section-profile {
    padding: 60px 20px 55px;
  }
  .section-profile-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .profile_img-area {
    padding-right: 0;
    padding-bottom: 50px;
  }
  .profile_img-area img {
  width: 60%;  
}


}


