@charset "UTF-8";
/* ==========================================================================
   variables
========================================================================== */
/*===========================================
# Color
/*===========================================*/
/*===========================================
# Font Famiry
/*===========================================*/
/*===========================================
# root
/*===========================================*/
/* ==========================================================================
   function
========================================================================== */
/* ==========================================================================
  mixin
========================================================================== */
/* --------------------------------------------------------------------------
  media query (SP（小）→ PC（大）の順に適用)
-------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
  arrow 
-------------------------------------------------------------------------- */
/*# アロー
/*===========================================*/
/* --------------------------------------------------------------------------
  login icon
-------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
  button size
-------------------------------------------------------------------------- */
/* ==========================================================================
 加湿について知る
========================================================================== */
.p-about-container {
  width: 100%;
  background-color: #F7F5F1;
  padding: 56px;
}
@media screen and (max-width: 767px) {
  .p-about-container {
    padding: 5.3333333333vw;
  }
}

.p-about-container__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #D5D5D6;
  padding: 8px 0;
}
@media screen and (max-width: 767px) {
  .p-about-container__title {
    padding: 2.1333333333vw 0;
  }
}
.p-about-container__title span {
  margin-top: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-about-container__title span {
    margin: 2.6666666667vw 2.6666666667vw 0 0;
  }
}
.p-about-container__title span::after {
  content: "";
  display: block;
  height: 24px;
  width: 20px;
  border-top: solid 2px #0089A8;
}
@media screen and (max-width: 767px) {
  .p-about-container__title span::after {
    width: 5.3333333333vw;
    height: 6.4vw;
  }
}

.p-about-knowledge__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-about-knowledge__list {
    gap: 6.4vw;
    grid-template-columns: 1fr;
  }
}
.p-about-knowledge__list-item {
  background-color: #FFFFFF;
  text-align: center;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .p-about-knowledge__list-item {
    padding: 2.6666666667vw;
  }
}
.p-about-knowledge__list-item:hover {
  opacity: 0.8;
}
.p-about-knowledge__list-item:hover .p-about-knowledge__p::after {
  transform: translateX(5px);
  transition: 0.3s;
}

.p-about__title {
  color: #0089A8;
}

.p-about-knowledge__p {
  line-height: 1.8;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-about-knowledge__p {
    margin-top: 2.1333333333vw;
  }
}
.p-about-knowledge__p::after {
  content: "";
  display: block;
  margin-inline: auto;
  margin-top: 8px;
  height: 24px;
  width: 24px;
  background-image: url(../../assets/img/about/knowledge/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-about-knowledge__p::after {
    margin-top: 2.1333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}

.p-about-quiz__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-about-quiz__list {
    grid-template-columns: 1fr;
    gap: 6.4vw;
  }
}
.p-about-quiz__list-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  background-color: #FFFFFF;
  padding: 24px 32px;
}
@media screen and (min-width: 980px) {
  .p-about-quiz__list-item {
    grid-template-columns: auto 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-about-quiz__list-item {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6.4vw;
    padding: 5.3333333333vw;
  }
}
.p-about-quiz__list-item:hover {
  opacity: 0.8;
}
.p-about-quiz__list-item:hover .p-about__title::after {
  transform: translateX(5px);
  transition: 0.3s;
}
.p-about-quiz__list img {
  width: 184px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-about-quiz__list img {
    width: 49.0666666667vw;
  }
}
.p-about-quiz__list-text .p-about__title {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  letter-spacing: 0.1em;
}
.p-about-quiz__list-text .p-about__title::after {
  content: "";
  display: flex;
  height: 24px;
  width: 24px;
  background-image: url(../../assets/img/about/knowledge/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-about-quiz__list-text .p-about__title::after {
    width: 6.4vw;
    height: 6.4vw;
  }
}

.p-about-quiz__p {
  line-height: 1.8;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-about-quiz__p {
    margin-top: 8;
  }
}

.p-about-system__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-about-system__list {
    gap: 6.4vw;
    grid-template-columns: 1fr;
  }
}

.p-about-system__list-item {
  background-color: #FFFFFF;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .p-about-system__list-item {
    padding: 6.4vw;
  }
}

.p-about-system__title {
  line-height: 1.4;
  border-bottom: 2px solid #D5D5D6;
  padding-bottom: 8px;
  margin-bottom: 18px;
  padding-bottom: 2.1333333333vw;
  margin-bottom: 4.8vw;
}

.p-about-system__btn-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-about-system__btn-container {
    gap: 2.1333333333vw;
  }
}

.p-about-system__btn {
  display: inline-flex;
  gap: 0px;
  justify-content: center;
  align-items: center;
  background-color: #2C2D31;
  color: #fff;
  padding: 8px 8px 10px 10px;
}
@media screen and (max-width: 767px) {
  .p-about-system__btn {
    padding: 2.1333333333vw 2.1333333333vw 2.6666666667vw 2.6666666667vw;
  }
}
.p-about-system__btn::after {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-image: url(../../assets/img/about/knowledge/arrow_system.svg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-about-system__btn::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.p-about-system__btn:hover {
  background-color: #0089A8;
}
.p-about-system__btn:hover::after {
  transform: translateX(5px);
}
/*# sourceMappingURL=maps/about.css.map */