@charset "utf-8";
/* CSS Document */
.section-top img{
  object-position: 0 60px;
}
.section-contact_top,.section-features,.section-frow,.section-profile{
  padding: 0 24px 90px;
}
.section-contact_top{
  margin-top: 60px;
}
@media(min-width:960px){
  .section-top img{
    object-position: top;
  }  
  .section-contact_top,.section-features,.section-frow,.section-profile{
    padding-bottom: 120px;
  }
  .section-contact_top p{
   font-size: 2.0rem;
   max-width: 880px;
   margin: 0 auto;
   line-height: 3.5rem;
  }
}
/*section-features*/
.section-features ul li{
  padding: 30px 15px;
  margin-bottom: 30px;
  background-color: #FFFFFF;
  border-radius: 20px;
  list-style: none;
}
.section-features_list{
  margin-bottom: 10px;
  color: #86B81B;
  font-size: 2.0rem;
  font-weight: 600;
}
.section-features_sub span{
  font-size: 1.8rem;
  font-weight: 600;
}
.section-features_sub span::before {
  content: ""; 
  width: 12px;
  height: 12px;
  margin-right: 10px;
  display: inline-block;
  background-color: #FFB238;
  border-radius: 50%;
}
@media(min-width:960px) {
  .section-features ul,.section-features_sub{
    max-width: 880px;
    margin: 0 auto;   
  }
  .section-features ul{
    display: flex;
    justify-content: space-between;
  }
  .section-features ul li{
    max-width: 240px;
  }
  .section-features_list{
    text-align: center;
  }
  .section-features ul li p{
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
  .section-features_sub{
    font-size: 2.0rem;
    line-height: 3.5rem;
  }
  .section-features_sub span{
    padding-left: 40px;
    font-size: 2.0rem;
    line-height: 40px;
    font-weight: 600;
    position: relative;
  }
  .section-features_sub span::before{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    left: 10px;
  }
}
@media(min-width:960px) {
  .section-frow{
    padding-bottom: 180px;
  }
}
/*section-profile*/
.section-profile,.section-profile h3{
  color: #FFFFFF; 
}
.section-profile{
  padding: 30px 24px;
  margin-bottom: 120px;
  background-color: #86B81B;
}
.tittle2{
  border-left: 4px solid #FFFFFF;
}
.section-profile img{
  width: 250px;
  height: 250px;
  margin: 0 auto 30px;
  display: block;
  border-radius: 500px;
  object-fit: cover;
  object-position: 0 -10px;
}
.section-profile_name,.section-profile_sub{
  margin-bottom: 30px;
  text-align: center;
}
.section-profile_name{
  font-size: 2.6rem;
  font-weight: 600;
}
.section-profile_sub{
  font-size: 1.6rem;
  font-weight: 500; 
}
.section-profile ul li{
  list-style: none;
}
.section-profile_content h4{
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 3.6rem;
    text-decoration: underline;
    text-underline-offset: 10px;
}
/**/
.readmore {
  position: relative;
  margin: 50px auto 0;
  padding: 0 0 60px;
}

.readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width: 200px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #FFB238;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  border-radius: 50px;
  border: solid 3px;
}

.readmore label::before{
  content: '続きを見る';
}

.readmore input[type="checkbox"]:checked ~ label::before {
  content: '元に戻す';
}

.readmore input[type="checkbox"]{
  display: none;
}

.readmore-content {
  position: relative;
  height: 300px;/*画面表示の高さ*/
  overflow: hidden;
}

.readmore input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
  margin-bottom: 30px;
}
.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient(rgba(134, 184, 27, 0) 0%, rgba(134, 184, 27, 0.8) 50%, #86B81B 100%);
}

.readmore input[type="checkbox"]:checked ~ .readmore-content::before {
  display: none;
}
@media(min-width:960px){
  .section-profile {
    padding: 60px 24px;
    }
  .tittle2{
    border: none;
  }
  .section-profile_group,.section-profile_content{
    max-width: 880px;
    margin: 0 auto;    
  }
  .section-profile_group{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    align-items: center;
  }
  .section-profile img{
    width: 300px;
    height: 300px;
    margin: 0 0 30px;
  }
  .section-profile_content{
    font-size: 2.0rem;
    line-height: 3.5rem;
  }
  .section-profile_content h4{
        font-size: 2.2rem;
  }
    .hidden-pc {
    display: none;
  }
}