* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

html {
  font-weight: 500;
  color: #222;
}

h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.08rem;
}

h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.08rem;
}

h4 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.08rem;
}

h5 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.08rem;
}

.m-br {
  display: none;
}

.section {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.0625rem;
  padding: 0;
}
.section .point {
  color: #16B92B;
}
.section .container {
  width: 100%;
  max-width: 1280px;
  margin: 100px 0;
}
.section .sub {
  margin-bottom: 10px;
}
.section .tit-wrap-center {
  text-align: center;
}
.section.visual {
  width: 100%;
  height: 400px;
  background: url(../images/care/intro-bg.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.section.visual .container {
  width: 100%;
  max-width: 960px;
  display: flex;
  flex-direction: column;
}
.section.visual .container .tit-wrap {
  margin-bottom: 40px;
}
.section.visual .container .tit-wrap p {
  margin-bottom: 20px;
}
.section.visual .container .tit-wrap h2 {
  text-align: left;
  color: #009477;
}
.section.visual .container .img-wrap img {
  height: 72px;
}
.section.brand .container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.section.brand .img-wrap {
  display: flex;
  flex: 1;
  justify-content: space-between;
  gap: 20px;
}
.section.brand .img-wrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.section.brand .txt-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.section.about {
  background: #F5F6F6;
}
.section.about .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
.section.about .container .img-wrap {
  flex: 4;
}
.section.about .container .txt-wrap {
  display: flex;
  flex: 6;
  flex-direction: column;
  justify-content: space-between;
  gap: 80px;
}
.section.about .container .txt-wrap .txt .tit {
  margin-bottom: 40px;
}
.section.about .container .txt-wrap .item-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.section.about .container .txt-wrap .item-wrap .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px;
  background: #19C488;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}
.section.about .container .txt-wrap .item-wrap .item img {
  width: 50px;
  margin-bottom: 20px;
}
.section.prod .container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
  max-width: 1080px;
}
.section.prod .container .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 80px;
  margin-bottom: 100px;
}
.section.prod .container .item img {
  width: 300px;
}
.section.prod .container .item .txt-wrap {
  flex: 1;
  min-width: 0;
}
.section.prod .container .item .txt-wrap h2 {
  margin-bottom: 20px;
}
.section.prod .container .item .txt-wrap .badge {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  background: #CDEECE;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}
.section.prod .container .item .txt-wrap .title {
  margin-bottom: 20px;
}
.section.prod .container li:last-child {
  margin-bottom: 0;
}
.section.outro {
  display: flex;
  justify-content: center;
  padding: 0;
  width: 100%;
  height: 326px;
  background: url(../images/care/outro-bg.png) no-repeat center;
  background-size: cover;
}
.section.outro .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 40px;
}
.section.outro .container h3 {
  margin-bottom: 20px;
}
.section.outro .container .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 20px;
  width: 100%;
}
.section.outro .container .img-wrap img {
  height: 35px;
}
.section.outro .container .img-wrap .icon {
  height: 25px;
}

@media (max-width: 768px) {
  h2 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.08rem;
  }
  h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.08rem;
  }
  h4 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.08rem;
  }
  h5 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.08rem;
  }
  .m-br {
    display: block;
    color: red;
  }
  .section {
    font-size: 1.231rem;
  }
  .section h2 {
    margin-bottom: 20px;
  }
  .section.brand .container {
    gap: 40px;
  }
  .section.brand .container .img-wrap,
  .section.brand .container .txt-wrap {
    flex-direction: column;
  }
  .section.about .container {
    flex-direction: column;
    width: 100%;
  }
  .section.about .container .txt-wrap {
    flex-direction: column;
    width: 100%;
  }
  .section.about .container .txt-wrap .item-wrap {
    flex-direction: column;
  }
  .section.about .container .txt-wrap .item-wrap .item {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .section.about .container .txt-wrap .item-wrap .item img {
    margin-bottom: 0;
  }
  .section.prod .container {
    gap: 40px;
  }
  .section.prod .container .item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
  }
  .section.prod .container .item img {
    width: 100%;
  }
  .section.prod .container li:last-child {
    margin-bottom: 0;
  }
  .section.outro .container {
    gap: 20px;
    margin: 60px 0;
  }
  .section.outro .container .img-wrap {
    justify-content: space-between;
    gap: initial;
  }
  .section.outro .container .img-wrap img {
    width: 40%;
  }
  .section.outro .container .img-wrap .icon {
    width: 6%;
  }
}
@media (max-width: 480px) {
  .section.about .container .txt-wrap .item-wrap .item {
    flex-direction: column;
  }
}/*# sourceMappingURL=introduce-new.css.map */