@charset "utf-8";
/* CSS Document */

.section-about_image{
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: 30% 50%;
}
.section-about{
  background-color: #f5efda;
  padding-bottom: 40px;
}
.section-about h2{
  padding: 30px 0 30px 0;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
  font-family: 'Noto Sans JP', sans-serif;
}
.section-about h2 span{
  font-size: 2.0rem;
}
.section-about_description{
  width:80%;
  min-width: 300px;
  margin: 0 auto;
  text-align: left;
  line-height: 2.8rem;
  font-weight: 400;
}
.pc-br-about{
  display: none;
}
.owner-image{
  margin: 40px 0;
  width: 308px;
}
.section-about_owner-profile{
  padding-bottom: 40px;
}
.section-about_owner-profile h3,h4{
  width: 256px;
  margin: auto;
  font-weight: 400;
  text-align: right;
  line-height: 2.6rem;
}
.over-line,.under-line {
  width:132px;
  margin:20px 0; 
}
.section-about_owner{
  width:80%;
  min-width: 300px;
  margin: 0 auto;
  text-align: left;
  line-height: 2.8rem;
  font-weight: 400;  
}
.pc-br-owner{
  display: none;
}
.img-line{
  display: inline-block;
}
.img-sp_ue{
  display: block;
  margin-left: auto;
  margin-bottom: 20px
}
.img-sp_sita{
  display: block;
  margin-right: auto;
  margin-top: 20px ;
}

.img-pc_ue,.img-pc_sita{
    display: none;
  }
@media (min-width:600px) and ( max-width:899px){
  .sp-br_about{
    display: none;
  }
  .section-about h2{
  padding: 60px 0 50px 0;
}
  .section-about_owner-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px auto 20px;
    gap:10px;
  }
  .owner-image{
    margin: 0;
  }
  .section-about_owner-profile{
    padding-bottom: 0;
  }
  .img-sp_ue, .img-sp_sita{
    display: none;
  }
  .img-pc_ue {
    width:200px;
    display: block;
    margin:0 50px 20px auto;
  }
  .img-pc_sita{
    width:200px;
    display: block;
    margin: 20px auto 0 50px;
  }
}
@media (min-width: 900px){
  .section-about_image{
    height: 400px;
    object-position: 0 0;
  }
  .section-about{
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
  .section-about h2{
    padding: 80px 0 60px 0;
  }
  .section-about h2{
    font-size: 2.0rem;
  }
  .section-about h2 span{
    font-size: 2.4rem;
  }
  .section-about_description{
   width:980px;
   text-align:center;
}
  .pc-br-about{
    display: block;
  }
  .sp-br_about {
    display: none;
  }
  .section-about_owner-flex{
    display: flex;
    justify-content: center;
    gap:60px;
  }
  .owner-image ,.section-about_owner-profile{
    margin-top: 60px;
    margin-bottom: 0;
  }
  .section-about_owner-profile{
    display: block;
    padding-top: 70px;
  }
  .section-about_owner-profile h3,h4{
    line-height: 3rem;
    font-size: 1.8rem;
  }
  .section-about_owner{
  width:720px;
    line-height: 3rem;
  }
  .pc-br-owner{
    display: block;
  }
   .img-sp_ue, .img-sp_sita{
    display: none;
  }
  .img-pc_ue {
    display: block;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .img-pc_sita{
    display: block;
    margin-right: auto;
    margin-top: 20px
  }
}