* {
  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: 1171px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.sectionB .articleB .left-items {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}
.sectionB .articleB button {
  position: relative;
  background: #ededed;
  width: 346px;
  height: 61px;
  border-radius: 9999px;
  padding: 0 16px;
  text-align: center;
}
.sectionB .articleB button span {
  font-size: 24px;
  color: #404041;
  font-weight: 500;
  text-align: center;
  /* margin-left: 60px; */
}
.sectionB .articleB button img {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 30px;
}
.sectionB .articleB .right-items {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sectionB .right-items .right_top {
  width: auto;
  height: 409px;
}
.sectionB .right-items .right_bottom {
  width: auto;
  height: 460px;
  position: relative;
  top: -80px;
}
.sectionB .right_bottom_m {
  display: none;
}

.sectionC {
  width: 100%;
  height: auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 150px;
}
.sectionC .articleA {
  width: 1171px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.sectionC .profile-card {
  width: 1171px;
  height: 234px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  background-color: #f7f7f7;
  padding: 44px;
  gap: 40px;
  border-radius: 30px;
}
.sectionC .title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 100px;
}
.sectionC .profile-title {
  margin-bottom: 10px;
  /* line-height: 1.6; */
}
.sectionC .profile-title h4 {
  font-size: 28px;
  font-weight: 700;
  color: #585858;
}
.sectionC .profile-desc p {
  width: 100%;
  font-size: 24px;
  line-height: 1.8;
  color: #404041;
}
.sectionC .profile-desc {
  margin-top: -10px;
}

.sectionD {
  width: 100%;
  height: 432px;
  background-color: #8497b0;
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
.sectionD .articleA {
  width: 1171px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
}
.sectionD .left {
  width: 762px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin-right: 40px;
}
.sectionD .left h4 {
  font-size: 32px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
}
.sectionD .left p {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  line-height: 1.8;
  text-align: justify;
}
.sectionD .right {
  width: 572px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  margin-left: 40px;
  gap: 20px;
}
.sectionD .right .top h4 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 10px;
}
.sectionD .right .top ul {
  width: 100%;
  line-height: 1.6;
}
.sectionD .right .top li {
  list-style-type: none;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.sectionD .right .bottom h4 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px;
}
.sectionD .right .bottom ul {
  width: 100%;
  line-height: 1.6;
}
.sectionD .right .bottom li {
  list-style-type: none;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.sectionE.pc {
  width: 100%;
  height: 1000px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 60px;
}
.sectionE .articleB {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.sectionE .articleB .first {
  position: relative;
  left: -70px;
}
.sectionE .first span {
  font-size: 32px;
  line-height: 1.6;
  font-weight: 700;
  color: #333333;
}
.sectionE .first .first-strong {
  color: #ff0000;
}
.sectionE .articleB .second {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 400;
  color: #404041;
}
.sectionE .third span {
  font-size: 32px;
  line-height: 1.6;
  font-weight: 700;
  color: #333333;
}
.sectionE .third .third-strong {
  color: #ff3147;
}
.sectionE .desclist {
  width: 100%;
  list-style-type: none;
  padding-left: 0;
}

.sectionE .desclist li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 10px;
  font-size: 24px;
}

.sectionE .desclist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 26%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background-image: url("https://img.icons8.com/?size=100&id=59850&format=png&color=189FF9");
  background-size: cover;
}
.sectionE .fifth {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sectionE .articleB .fifth button {
  width: 261px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff3147;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
}
.sectionE.mobile {
  display: none;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px 0 40px 0;
  gap: 60px;
}

.sectionF {
  width: 100%;
  height: 771px;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 60px;
}
.sectionF .articleA {
  text-align: center;
  line-height: 1.8;
}
.sectionF .articleA h4 {
  font-size: 34px;
  font-weight: 700;
}
.sectionF .articleA span {
  font-size: 32px;
  font-weight: 500;
}
.sectionF .articleA .br {
  display: none;
}
.sectionF .articleB {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: row;
  gap: 60px;
}
.sectionF .articleB .img-zone {
  width: 100%;
  display: flex;
  justify-content: end;
}
.sectionF .articleB .uls {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  line-height: 1.7;
}
.sectionF .articleB ul {
  padding: 0 0px;
}
.sectionF .articleB li {
  font-size: 22px;
  font-weight: 500;
}

.sectionF .more-btn {
	margin-left: -50px;
}
.sectionF .more-btn button {
  width: 261px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff3147;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  /* margin-left: 300px; */
  position: relative;
  left: 300px;
}

.pc-only {
  display: inline;
}
.mobile-only {
  display: none;
}
button {
  all: unset;
  display: inline-block;
  cursor: default;
  text-align: center;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  outline: none;
}

button a {
	color: #fff;
	text-decoration: unset;
	font-size: 28px;
}
.br1 {
  display: none;
}
.br2 {
  display: none;
}
@media (max-width: 1312px) {
  .sectionD .left {
    margin-right: 40px;
  }
}

@media (max-width: 1171px) {
  .content {
    margin-top: 185px;
  }

  .sectionB .articleB {
    width: 90%;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    padding-bottom: 0px;
  }
  .sectionB .articleB .left-items {
    width: 100%;
    margin-bottom: 150px;
    align-items: center;
  }
  .sectionB .right-items .right_top {
    width: auto;
    height: 309px;
  }
  .sectionB .right-items .right_bottom {
    width: auto;
    height: 360px;
    position: relative;
    top: -80px;
  }

  .sectionC {
    width: 100%;
  }
  .sectionC .articleA {
    width: 92%;
  }
  .sectionC .profile-card {
    width: 100%;
    height: auto;
  }

  .sectionD .left h4 {
    font-size: 28px;
  }
  .sectionD .left p {
    font-size: 16px;
  }
  .sectionD .right .top h4,
  .sectionD .right .bottom h4 {
    font-size: 28px;
  }
  .sectionD .right .top li,
  .sectionD .right .bottom li {
    font-size: 16px;
  }

  .sectionE.pc {
    display: none;
  }
  .sectionE.mobile {
    display: flex;
  }
  .sectionE .articleB {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    text-align: center;
  }
  .sectionE .first {
    text-align: center;
    padding: 20px 0;
  }
  .sectionE .desclist li {
    text-align: left;
  }

  .sectionF {
    height: auto;
    padding: 40px 0;
  }

  .pc-only {
    display: none;
  }
}

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

  .sectionA {
    display: none;
  }

  .sectionB .articleB .left-items {
    margin-bottom: 0px;
  }
  .sectionB .right-items .right_bottom {
    display: none;
  }
  .sectionB .right_bottom_m {
    display: block;
    width: 479px;
    height: auto;
  }

  .sectionC {
    padding-bottom: 20px;
  }
  .sectionC .profile-card {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }

  .sectionC .profile-card:nth-child(3) .profile-desc p {
    margin-left: 14px;
  }
  .sectionC .profile-card:nth-child(4) .profile-desc p {
    margin-left: 16px;
  }
  .sectionC .title {
    font-size: 32px;
    margin-bottom: 0px;
  }
  .sectionC .profile-title {
    text-align: center;
  }
  .sectionC .profile-title h4 {
    font-size: 20px;
    margin-right: 10px;
  }
  .sectionC .profile-desc p {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
  }
  .sectionC .profile-desc {
    margin-top: 0px;
  }
  .sectionC .profile-card img {
    margin-left: 20px;
  }

  .sectionC .articleA {
    gap: 15px;
    margin-top: 20px;
  }

  .sectionD {
    width: 100%;
    height: auto;
    padding: 20px 0;
  }
  .sectionD .articleA {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 0;
  }
  .sectionD .left {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-right: 0px;
    padding-bottom: 31px;
  }
  .sectionD .left h4 {
    font-size: 28px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
  }
  .sectionD .left p {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 1.8;
  }
  .sectionD .right {
    width: 90%;
    justify-content: start;
    align-items: start;
    margin-left: 0px;
    gap: 10px;
  }
  .sectionD .right .top ul,
  .sectionD .right .bottom ul {
    width: 100%;
    line-height: 1.8;
  }
  .sectionD .right .top li,
  .sectionD .right .bottom li {
    list-style-type: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
  }
  .sectionD .right .top h4,
  .sectionD .right .bottom h4 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 10px;
  }

  .sectionE img {
    width: 480px;
    height: auto;
  }

  .sectionF .articleA .br {
    display: inline;
  }
  .sectionF .articleB {
    flex-direction: column;
    gap: 40px;
  }
  .sectionF .articleB .img-zone {
    justify-content: center;
  }
  .sectionF .articleB .uls {
    gap: 20px;
    line-height: 1.7;
  }
  .sectionF .articleB ul {
    padding: 0 60px;
  }
  .sectionF .articleB li {
    font-size: 18px;
  }
  .sectionF .articleB .lastImg {
    width: 90%;
    height: auto;
  }
  
  .sectionF .more-btn {
	margin-left: 0;
}
  
  .sectionF .more-btn button {
    position: inherit;
  }

  .br1 {
    display: inline;
  }
  .br2 {
    display: inline;
  }
  .mobile-only {
    display: inline;
  }
  
  button a {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
  .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;
  }
  .sectionB .articleB .left-items {
    gap: 13px;
  }
  .sectionB .articleB button {
    width: 100%;
    height: 40px;
    padding: 0px 0;
    text-align: center;
  }
  .sectionB .articleB button span {
    font-size: 18px;
    color: #404041;
    font-weight: 500;
  }
  .sectionB .right-items .right_top {
    width: auto;
    height: 249px;
  }
  .sectionB .right_bottom_m {
    width: 110%;
    height: auto;
    object-fit: cover;
    margin-top: 26px;
  }

  .sectionC .profile-card {
    padding: 16px 16px 16px 0;
    gap: 20px;
    border-radius: 17px;
  }
  .sectionC .title {
    font-size: 20px;
  }
  .sectionC .profile-title h4 {
    font-size: 16px;
    margin-right: 10px;
  }
  .sectionC .profile-desc p {
    font-size: 14px;
    line-height: 1.6;
    /* margin-left: 10px; */
  }
  .sectionC .profile-card img {
    width: auto;
    height: 84px;
  }

  .sectionD .left h4 {
    font-size: 20px;
  }
  .sectionD .left p {
    font-size: 14px;
  }
  .sectionD .right .top h4,
  .sectionD .right .bottom h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .sectionD .right .top li,
  .sectionD .right .bottom li {
    font-size: 14px;
  }

  .sectionE.mobile {
    gap: 37px;
  }
  .sectionE .articleA {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .sectionE .imgCard {
    width: 90%;
    height: auto;
  }
  /* .sectionE .desclist {
    width: 100%;
    height: auto;
  } */
  .sectionE .fourth {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
  }
  .sectionE .desclist {
    width: 100%;
    list-style-type: none;
    padding-left: 0;
  }
  .sectionE .desclist li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
  }
  .sectionE .desclist li::before {
    top: 50%;
    transform: translateY(-100%);
    width: 20px;
    height: 20px;
  }
  .sectionE .desclist li:nth-child(2)::before {
    top: 34%;
    transform: translateY(-100%);
    width: 20px;
    height: 20px;
  }
  .sectionE .first span {
    font-size: 18px;
  }
  .sectionE .third span {
    font-size: 20px;
  }
  .sectionE .first .first-strong {
    font-size: 20px;
  }
  .sectionE .third .third-strong {
    font-size: 20px;
  }
  .sectionE .articleB .fifth button {
    width: 328px;
    height: 45px;
    font-size: 20px;
  }

  .sectionF {
    gap: 20px;
    padding: 30px 0 20px 0;
  }
  .sectionF .articleA h4 {
    font-size: 20px;
  }
  .sectionF .articleA span {
    font-size: 18px;
  }
  .sectionF .articleB {
    gap: 20px;
  }
  .sectionF .articleB ul {
    padding: 0 40px;
  }
  .sectionF .articleB li {
    font-size: 16px;
  }
  .sectionF .more-btn button {
    position: inherit;
    width: 328px;
    height: 48px;
    font-size: 20px;
  }

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