* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
}
.content {
  width: 100%;
  height: auto;
  margin-top: 195px;
}

.sectionA {
  width: 100%;
  height: auto;
  background-color: #bed3d8;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding-top: 20px; */
}
.sectionA .title {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  margin-right: 40px;
}

.sectionB {
  width: 100%;
  height: auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sectionB .articleA {
  text-align: center;
  padding: 80px 0;
  line-height: 1.8;
}

.sectionB .articleA div:nth-child(1) {
  color: #333333;
  font-weight: 700;
  font-size: 30px;
}
.sectionB .articleA div:nth-child(2) {
  color: #8497b0;
  font-weight: 500;
  font-size: 24px;
}

.sectionB .articleB {
  width: 1170px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.sectionB .profile-card {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: end;
}

.sectionB .profile-desc {
  background-color: #fafafa;
  padding: 20px;
}

.sectionB .profile-title {
  margin-bottom: 10px;
  line-height: 1.6;
}
.sectionB .profile-title h4 {
  font-size: 20px;
  font-weight: 500;
}
.sectionB .profile-title div {
  font-size: 14px;
  font-weight: 400;
  color: #555;
}

.sectionB .profile-ul {
  width: 326px;
  list-style-type: none;
  line-height: 1.8;
  color: #404041;
}

.sectionB .last-card {
  width: 536px;
  height: 335px;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  padding: 20px;
}

.sectionB .last-title {
  width: 154px;
  height: 31px;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  padding-top: 0px;
}

.sectionB .last-ul {
  padding: 20px;
  /* list-style-type: none; */
  line-height: 1.8;
  color: #404041;
}

.sectionC {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0 150px 0;
}

.sectionC .desc {
  width: 1171px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 40px;
}

.sectionC .desc h4 {
  font-size: 24px;
  font-weight: 700;
}
.sectionC .desc p {
  font-size: 20px;
  font-weight: 400;
  color: #404041;
  line-height: 1.8;
  letter-spacing: 0px;
}
.sectionC .desc p span {
  font-size: 20px;
  font-weight: 400;
  color: #404041;
  line-height: 1.8;
  letter-spacing: 0px;
}

.border-line {
  display: none;
  width: 90%;
  height: 1px;
  border: dashed;
  border-width: 1px;
  border-color: #d9d9d9;
}

.strong {
  font-size: 20px;
  font-weight: 400;
  color: #404041;
}

.pc-only {
  display: inline;
}
.mobile-only {
  display: none;
}

@media (max-width: 1171px) {
  .content {
    margin-top: 185px;
  }
  .sectionB .articleB {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
  }

  .sectionC {
    width: 90%;
  }
}

@media (max-width: 830px) {
  .content {
    margin-top: 20px;
  }
  .sectionA {
    display: none;
  }

  .sectionB .profile-card {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sectionB .profile-card img {
    border-radius: 10px;
    width: 150px;
    height: auto;
  }

  .sectionB .profile-ul {
    list-style-type: disc;
  }

  .sectionB .profile-desc {
    background-color: #fff;
  }

  .sectionB .profile-desc div {
    text-align: center;
  }

  .sectionB .last-card {
    width: 366px;
    height: auto;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    padding: 20px;
  }
  .sectionC .desc h4 {
    text-align: center;
  }

  .border-line {
    display: block;
  }
}

@media (max-width: 480px) {
  /* .sectionB .articleB {
    width: 80%;
  } */
  .sectionB .articleB {
    gap: 20px;
  }
  .sectionB .profile-desc {
    width: 90%;
    padding-bottom: 10px;
  }
  .sectionB .profile-ul li {
    font-size: 14px;
  }
  .sectionB .last-card {
    align-items: center;
    padding: 10px 0px 20px 0px;
  }
  .sectionB .last-ul {
    padding: 20px 0 20px 20px;
  }
  .sectionB .last-ul li {
    font-size: 14px;
  }
  .sectionB .articleA {
    text-align: center;
    padding: 40px 0;
    line-height: 1.8;
  }
  .sectionB .articleA div:nth-child(1) {
    color: #333333;
    font-weight: 700;
    font-size: 24px;
  }
  .sectionB .articleA div:nth-child(2) {
    color: #8497b0;
    font-weight: 500;
    font-size: 14px;
  }

  .sectionC {
    padding: 20px 0 26px 0;
  }
  .sectionC .desc {
    width: 100%;
    gap: 0px;
  }
  .sectionC .desc h4 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    width: 100%;
  }
  .sectionC .desc p {
    font-size: 14px;
    font-weight: 400;
    color: #404041;
    line-height: 1.8;
    letter-spacing: 0px;
  }
  .strong {
    font-size: 14px;
    font-weight: 700;
    color: #404041;
  }
  /* .sectionC .desc p span {
    display: none;
  } */

  .pc-only {
    display: none;
  }
  .mobile-only {
    display: inline;
  }
}
