@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@800&family=Noto+Sans+JP:wght@100..900&display=swap");

.femcare {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  padding-bottom: 140px;
}

.femcare * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.femcare span {
  font-size: inherit;
}

.femcare img {
  max-width: 100%;
  height: auto;
}

.femcare a {
  transition: all 0.3s;
}

.femcare a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.f-en {
  font-family: "Abhaya Libre", serif;
  font-weight: 800;
}

.inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

.bold {
  font-weight: bold;
}

.t-center {
  text-align: center;
}

.bg-gray {
  background-color: #f0f0f0;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.fz16 {
  font-size: 16px;
}

.fz20 {
  font-size: 20px;
}

.hdg {
  font-size: 23px;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 10px;
  color: #ffa5b6;
}

.hdg span {
  display: block;
  color: #333;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #ffa5b6;
  max-width: 180px;
  height: 45px;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  position: relative;
  margin-top: 30px;
}

.btn::after {
  content: "\f04b";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
}

.mv img {
  width: 100%;
  max-width: 1000px;
}

.about {
  padding: 60px 15px;
  background-color: #fff2f2;
  line-height: 1.8;
}

.about__inner {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.about h2 {
  font-size: 36px;
  line-height: 1.2;
}

.item {
  padding: 50px 70px;
  border-radius: 10px;
  border: 1px solid #868686;
  display: flex;
  gap: 25px;
  align-items: center;
}

.item .img {
  flex-shrink: 0;
}

.item .txt p {
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .femcare a {
    text-decoration: none;
  }

  .fz20 {
    font-size: 18px;
  }

  .hdg {
    font-size: 20px;
  }

  .btn {
    margin-left: auto;
    margin-right: auto;
  }

  .about h2 {
    font-size: 24px;
  }

  .item {
    padding: 20px 15px;
    gap: 20px;
    flex-direction: column;
  }

  .item .img {
    flex-shrink: unset;
    width: 100%;
  }

  .item .img img {
    width: 100%;
  }
}
