.about {
  
  font-family: var(--NotoSans);
}


.about_section{
  padding: 0 6.8rem;
  position: relative;
}

.section_titles {
  position: relative;
  display: flex;
  height: 4.4rem;
  gap: 1rem;
  align-items: end;
  z-index: 1;
}

.section_titles::after {
  content: "";
  position: absolute;
  width: 100%;
  height: .2rem;
  left: 0;
  bottom: -1rem;
  background-color: #E96BA3;
}

.section_title_square {
  aspect-ratio: 1/1;
  width: 3.8rem;
  background-color: #E96BA3;
}

.section_title_text {
  color: #E96BA3;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: .11em;
  line-height: 1.4em;
}

.about_table{
  margin-top: 5rem;
  width: 60rem;
}

.about_table_track{
  width: 100%;
  border-top: #E96BA3 solid .2rem;
  border-bottom: #E96BA3 solid .2rem;
}

.about_table_track.special_track_top{
  border-bottom: unset;
  padding-bottom: 0;
}

.about_table_track.special_track_bottom{
  border-top: unset;
}


.about_table_head,
.about_table_body{
  padding: 1rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: calc(23em / 16);
}

.about_table_head {
  vertical-align: top;
  background-color: #FFEEEE;
  width: 16.3rem;
  text-align: left;
  padding-left: 2.8rem;
}

.about_table_body{
  padding-left: 2.8rem;
}

.about_table_head.special_track_bottom,
.about_table_body.special_track_bottom{
  padding-top: 0;
}

.about_table_head.special_track_top,
.about_table_body.special_track_top{
  padding-bottom: 0;
}
.about_table_head.special_track_bottom{
  text-align: right;
  padding-right: 2.4rem;
}


/* アイキャッチ */
.eye_catch{
  aspect-ratio: 1280/500;
  width: 100%;
  position: relative;
}

.ec_bg{
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ec_text{
  position: absolute;
  bottom: 9.2rem;
  left: 6.8rem;
  color: white;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1em;
}



/* 保育理念 */
.rinen {
  padding-top: 7.3rem;
  background-color: #FFEEEE;
}

.flower_img{
  position: absolute;
  aspect-ratio: 186/188;
  width: 18.6rem;
  right: 0;
  top: 2.7rem;
}

.rinen_desc{
  position: relative;
  z-index: 1;
  margin-top: 3.6rem;
}

.rinen_desc_text{
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: calc(24em/16);
}
.rinen_desc_text:not(:first-child){
  margin-top: 1.2rem;
}

/* 保育方針 */
.policy{
  padding-top: 8.1rem;
  background-color: #FFEEEE;
}

.policy_contents{
  margin-top: 7.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
}

.policy_content{
  aspect-ratio: 328/301;
  width: 32.8rem;
  border-radius: 4.5rem;
  padding-bottom: 2.2rem;
  overflow: hidden;
  background-color: white;
}

.policy_content_img{
  aspect-ratio: 328/187;
  width: 100%;
  overflow: hidden;
} 

.policy_content_desc{
  padding: 1.7rem 1.6rem 0;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: calc(29em/20);
  text-align: center;
}



/* 保育目標 */
.goal{
  padding-top: 6.7rem;
  padding-bottom: 7.7rem;
  background-color: #FFEEEE;
}

.goal_contents {
  margin-top: 7.9rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8rem;
}

.goal_content {
  aspect-ratio: 328/301;
  width: 32.8rem;
  border-radius: 4.5rem;
  padding-bottom: 2.2rem;
  overflow: hidden;
  background-color: white;
}

.goal_content_img {
  aspect-ratio: 328/187;
  width: 100%;
  overflow: hidden;
}

.goal_content_desc {
  padding: 1.7rem 1.6rem 0;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  line-height: calc(29em/20);
}


/* 園長挨拶 */
.greeting{
  margin-top: 8rem;
}

.greeting_contents{
  margin-top: 3.6rem;
  display: flex;
  gap: 5.8rem;
}

.greeting_images{
  width: 35.5rem;
}

.greeting_img{
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}

.greeting_image_desc{
  margin-top: 2.4rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  text-align: center;
}

.greeting_desc{
  margin-top: 4.5rem;
  width: 54rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: calc(22em/16);
}


/* 概要 */
.profile{
  padding-top: 8.3rem;
}

/* 沿革 */
.history{
  padding-top: 8.3rem;
  padding-bottom: 21.1rem;
}

@media screen and (max-width: 699.98px) {

  .about_section {
    padding: 0 2rem;
  }

  .section_titles {
    height: 2.9em;
    gap: .4rem;
    align-items: center;
  }

  .section_titles::after {
    bottom: -.5rem;
  }

  .section_title_square {
    width: 1.9rem;
  }

  .section_title_text {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1em;
  }

  .about_table {
    margin-top: 4.3rem;
    width: 100%;
  }

  .about_table_track {
    width: 100%;
    border: unset;
  }

  .about_table_head,
  .about_table_body {
    display: block;
    border: #E96BA3 solid .2rem;
    width: 100%;
    padding: 1rem 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: calc(22.5em / 16);
  }

  .line_add {
    line-height: calc(25em / 16);
  }

  .about_table_head {
    vertical-align: top;
    background-color: #FFEEEE;
    width: 100%;
    padding-left: 0rem;
  }

  .about_table_track:nth-child(n+2) .about_table_head {
    border-top: unset;
  }

  .about_table_body {
    border-top: unset;
    padding-left: 1.6rem;
  }

  .about_table_body.address{
    text-align: center;
  }

  .about_table_head.special_track_bottom,
  .about_table_body.special_track_bottom {
    padding-top: 1rem;
  }

  .about_table_head.special_track_top,
  .about_table_body.special_track_top {
    padding-bottom: 1rem;
  }

  .about_table_head.special_track_bottom {
    text-align: center;
    padding-right: 2.4rem;
  }


  /* アイキャッチ */
  .eye_catch {
    aspect-ratio: 375/500;
  }

  .ec_bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .ec_text {
    bottom: 6.1rem;
    left: 2.2rem;
    font-size: 2.5rem;
    line-height: 1em;
  }



  /* 保育理念 */
  .rinen {
    padding-top: 2.6rem;
  }

  .flower_img {
    position: absolute;
    aspect-ratio: 186/188;
    width: 9.8rem;
    right: -2rem;
    top: 0rem;
  }

  .rinen_desc {
    margin-top: 2.5rem;
  }

  .rinen_desc_text:not(:first-child) {
    margin-top: 1.5rem;
  }

  /* 保育方針 */
  .policy {
    padding-top: 4rem;
  }

  .policy_contents {
    margin-top: 2.5rem;
    flex-direction: column;
    gap: 2.2rem;
  }

  .policy_content {
    margin: 0 auto;
  }

  .policy_content_desc {
    padding: 1.7rem 1.6rem 0;
    font-size: 1.7rem;
    letter-spacing: 0;
    line-height: calc(25em/17);
  }



  /* 保育目標 */
  .goal {
    padding-top: 4rem;
    padding-bottom: 3.8rem;
  }

  .goal_contents {
    margin-top: 2.5rem;
    flex-direction: column;
    gap: 2.2rem;
  }

  .goal_content {
    margin: 0 auto;
  }


  .goal_content_desc {
    padding: 1.7rem 1.6rem 0;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: calc(29em/20);
  }


  /* 園長挨拶 */
  .greeting {
    margin-top: 4.1rem;
  }

  .greeting_contents {
    margin-top: 3.2rem;
    flex-direction: column;
    gap: 3.2rem;
  }

  .greeting_images {
    width: 28.9rem;
    margin: 0 auto;
  }

  .greeting_image_desc {
    margin-top: 1.7rem;
    padding-right: 2.3rem;
    font-size: 1.7rem;
    line-height: 1em;
  }

  .greeting_desc {
    margin-top: 1.0rem;
    width: 100%;
  }


  /* 概要 */
  .profile {
    padding-top: 4.5rem;
  }

  /* 沿革 */
  .history {
    padding-top: 4.5rem;
    padding-bottom: 16.9rem;
  }

}