.secretary {
  padding: 6rem 0;
}

@media screen and (max-width: 767px) {
  .secretary {
    padding: 4rem 0;
  }
}

.secretary_introduction {
  display: flex;
  gap: 6.5rem;
}

@media screen and (max-width: 767px) {
  .secretary_introduction {
    flex-direction: column;
    gap: 2rem;
  }
}

.secretary_introduction_title__ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  line-height: 34px;
  text-align: left;
  color: #bb9e79;
  opacity: 1;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .secretary_introduction_title__ja {
    font-size: 1.4rem;
    margin-bottom: 0px;
  }
}

.secretary_introduction_title__en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 8.6rem;
  color: #bb9e79;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  margin-left: 7px;
  display: block;
}

@media screen and (max-width: 767px) {
  .secretary_introduction_title__en {
    font-size: 4rem;
    line-height: normal;
    margin-bottom: 2rem;
  }
}

.secretary_introduction__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  text-align: left;
  color: #000;
  padding-left: 7px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 34px;
  margin-top: 2rem;
  width: calc(100% + 7px);
}

@media screen and (max-width: 767px) {
  .secretary_introduction__text {
    margin-top: 5px;
  }
}

.secretary_introduction_lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  line-height: 34px;
  color: #bb9e79;
  margin-left: 10px;
  margin-top: 3.3rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .secretary_introduction_lead {
    font-size: 1.8rem;
  }
}

.secretary_introduction_lead::before {
  content: "";
  display: block;
  width: 7.4rem;
  height: 1px;
  background-color: #bb9e79;
  position: absolute;
  top: -1.6rem;
}

.secretary_introduction_img {
  height: auto;
}

@media screen and (max-width: 767px) {
  .secretary_introduction_img {
    height: 32rem;
  }

  .secretary_introduction_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.secretary_points {
  display: flex;
  align-items: center;
  gap: 4rem;
  background-color: #fff;
  border: solid 1px #707070;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .secretary_points {
    flex-direction: column;
    gap: 0;
  }
}

.secretary_points_image {
  width: calc(50% - 15rem);
}

@media screen and (max-width: 767px) {
  .secretary_points_image {
    width: 100%;
  }
}

.secretary_points_list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

@media screen and (max-width: 767px) {
  .secretary_points_list {
    gap: 1rem;
    padding: 2rem;
  }
}

.secretary_points_list li {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media screen and (max-width: 767px) {
  .secretary_points_list li {
    align-items: flex-start;
  }
}

.secretary_points_list label {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.03em;
  display: block;
  background-color: #a28c69;
  width: fit-content;
  padding: 0.5rem 1rem;
}

@media screen and (max-width: 767px) {
  .secretary_points_list label {
    font-size: 1.4rem;
    flex-shrink: 0;
    padding: 0.25rem 0.5rem;
  }
}

.secretary_points_list p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.secretary_footer .section_option {
  background-color: unset;
}

@media screen and (max-width: 767px) {
  .secretary_footer .section_option {
    padding: 0 0 4rem;
  }
}

.secretary_footer .flow {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .secretary_footer .flow {
    padding: 4rem 0;
  }
}
