section_profile__textmax-width: 1020px;
  margin: 120px auto 150px;
  gap: 80px;max-width: 1020px;
  margin: 120px auto 150px;
  gap: 80px;<strong></strong>@charset "UTF-8";
/* CSS Document */
.section_top {
  padding-top: 50px;
}
.section_top__text {
  margin: 56px 0;
  text-align: center;
  line-height: 2.0;
}

.section_top__text p {
  margin-bottom: 1.7rem;
}

.copy {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.0;
}

.section_profile {
  display: flex;
  max-width: 1020px;
  margin: 120px auto 150px;
  gap: 80px;
}

.section_profile_image {
  box-sizing: border-box;
}

.section_profile_image img {
  aspect-ratio: 4 / 5;
  height: auto;
  width: 100%;
}

.section_profile_text {
  display: inline-block;
}

.section_profile_text ul{
  list-style: none;
}

.section_profile_text h1 {
  font-size: 2.4rem;
}

.section_profile_furigana {
  padding-bottom: 23px;
  display: block;
}

.section_profile_detail {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}

.section_profile_detail h2 {
  margin: 0 10px 7px 0;
}


.section_profile_correspondence a{
  color: #ec80b1;
}

.section_profile_career {
  flex: 1;
  padding-bottom: 12px;
  line-height: 1.8;
}

.section_profile_correspondence {
  width: 100%;
}

.section_profile_correspondence li {
  margin-bottom: 7px;
  line-height: 1.5;
  position: relative;
  padding-left: 15px;
}

.section_profile_correspondence li:after {
  position: absolute;
  content: "";
  top: 9px;
  bottom: 0;
  left: 5px;
  width: 3px;
  height: 3px;
  background-color: #000;
  z-index: 1;
}

.section_profile_correspondence span {
  display: block;
}

@media(max-width: 1160px) {
  
  .section_top {
    padding-top: 30px;
  }
  
  .section_top__text p {
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
}
  
  .copy {
  font-size: 1.4rem;
}

  .section_profile {
    font-size: 1.2rem;
    padding: 0 20px;
    margin: 50px 0;
    display: block;
  }
  
  .section_profile_text h1 {
  font-size: 1.8rem;
}
  .section_profile_furigana {
    font-size: 1.2rem;
  }

}