@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
strong {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

#about .about__block {
  margin-bottom: 80px;
  align-items: flex-start;
}
#about .about__block .block__img {
  width: calc(50% - 25px);
}
#about .about__block .block__img img {
  border-radius: 30px;
}
#about .about__block .block__body {
  width: calc(50% + 60px);
  margin-left: -45px;
  margin-top: 40px;
  padding: 40px;
  background: #EAF7FD;
  border-radius: 40px;
  line-height: 1.75;
  text-align: left;
}
#about .about__block .block__body p {
  margin-bottom: 0;
}
#about .about__block .block__body .body__title {
  margin-bottom: 15px;
  color: #1b82b7;
  font-size: 20rem;
  font-weight: bold;
}
#about .about__bg {
  width: 100%;
  height: 570px;
  background: url(../images/home_care/about_bg01.jpg) no-repeat center;
  background-size: cover;
}

#user .user__title {
  position: relative;
  width: max-content;
  margin: 0 auto 40px;
  padding: 12px 25px;
  background: #1b82b7;
  border-radius: 100vmax;
  color: #fff;
  font-size: 24rem;
  font-weight: normal;
  line-height: 1.5;
}
#user .user__title::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: -8px;
  border-style: solid;
  border-width: 16px 8px 0px 8px;
  border-color: #1b82b7 transparent transparent transparent;
}
#user .user__list > li {
  width: 20%;
}
#user .user__list > li .list__img {
  margin-bottom: 15px;
}
#user .user__text {
  margin-top: 40px;
  font-size: 20rem;
  line-height: 1.75;
}

#service {
  padding: 40px 0 60px;
}
#service .service__list {
  gap: 20px;
}
#service .service__list > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(50% - 10px);
  padding: 25px;
  background: #fff;
  border-radius: 15px;
  text-align: left;
}
#service .service__list > li .list__img {
  width: 110px;
}
#service .service__list > li .list__body {
  width: calc(100% - 135px);
}
#service .service__list > li .list__body .body__title {
  margin-bottom: 10px;
  font-size: 16rem;
  font-weight: bold;
  line-height: 1.5;
}

#flow {
  padding: 60px 0 0;
}
#flow .flow__title {
  margin-bottom: 40px;
  padding: 15px;
  background: #1b82b7;
  border-radius: 100vmax;
  color: #fff;
  font-size: 24rem;
  font-weight: normal;
  line-height: 1.5;
}
#flow .flow__list {
  gap: 40px 0;
  text-align: left;
  justify-content: center;
}
#flow .flow__list > li {
  position: relative;
  width: 27.5%;
  margin-right: 8%;
}
#flow .flow__list > li::after {
  content: "";
  display: block;
  position: absolute;
  right: -50px;
  top: 160px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0px 14px 15px;
  border-color: transparent transparent transparent #7BB8DE;
}
#flow .flow__list > li:nth-of-type(3n), #flow .flow__list > li:last-of-type {
  margin-right: 0;
}
#flow .flow__list > li:last-of-type::after {
  content: none;
}
#flow .flow__list > li .list__num {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto -7px;
  padding-top: 15px;
  background: url(../images/home_care/flow_bg01.png) no-repeat center top;
  background-size: 100%;
  color: #1b82b7;
  font-family: "Kiwi Maru", "Noto Sans JP", "Open Sans", Verdana, Roboto, "Droid Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 32rem;
  line-height: 1;
  text-align: center;
}
#flow .flow__list > li .list__img {
  margin-bottom: 20px;
}
#flow .flow__list > li .list__img img {
  border-radius: 20px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
}
#flow .flow__list > li .list__title {
  margin-bottom: 15px;
  color: #1b82b7;
  font-size: 20rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

#area {
  padding: 60px 0 80px;
}
#area .area__block {
  align-items: flex-end;
}
#area .area__block .block__img {
  width: calc(50% - 20px);
  order: 10;
}
#area .area__block .block__body {
  position: relative;
  width: calc(50% + 60px);
  margin-right: -40px;
  margin-bottom: 80px;
  padding: 30px 40px;
  background: #EAF7FD;
  border: 2px solid #1b82b7;
  border-radius: 40px;
  line-height: 1.75;
  text-align: left;
}
#area .area__block .block__body .body__title {
  margin-bottom: 15px;
  color: #1b82b7;
  font-size: 20rem;
  font-weight: bold;
}
#area .area__block .block__body p {
  margin-bottom: 0;
}
#area .area__block .block__body .body__time {
  margin: 30px 0 10px;
  font-size: 15rem;
  font-weight: bold;
  line-height: 1.5;
}
#area .area__block .block__body .body__time .title {
  display: inline-block;
  margin-right: 15px;
  padding: 5px 10px;
  background: #1b82b7;
  border-radius: 4px;
  color: #fff;
  text-align: center;
}
#area .area__block .block__body .body__time .time {
  display: inline-block;
  font-weight: bold;
  font-size: 20rem;
}

#faq {
  background: #EBF7FC;
}
#faq .faq__box {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  align-items: center;
  justify-content: space-between;
}
#faq .faq__box .box__pic {
  width: 100px;
}
#faq .faq__box .box__r {
  position: relative;
  width: calc(100% - 120px);
  padding: 20px 30px;
  background: #fff;
  border-radius: 20px;
  text-align: left;
}
#faq .faq__box .box__r:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 10px solid #fff;
}
#faq .faq__box .box__r dt {
  position: relative;
  margin-bottom: 10px;
  padding: 5px 0 10px 50px;
  line-height: 1.6;
  font-size: 17rem;
  color: #1b82b7;
  background: url(../images/botox/faq__icon01.png) no-repeat left top;
  background-size: 40px;
}
#faq .faq__box .box__r dd {
  position: relative;
  padding: 10px 0 15px 50px;
  background: url(../images/botox/faq__icon02.png) no-repeat left top;
  background-size: 40px;
}

#team {
  padding: 60px 0 80px;
  background: url(../images/home_care/team_bg01.jpg) no-repeat center;
  background-size: cover;
}
#team .section__title {
  color: #fff;
}
#team .team__lead {
  margin-bottom: 50px;
  color: #fff;
  font-size: 18rem;
  font-weight: 700;
  line-height: 1.75;
}
#team .team__list {
  gap: 20px;
  font-size: 20rem;
  text-align: left;
}
#team .team__list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(50% - 10px);
  padding: 20px 20px;
  background: #fff;
  border-radius: 15px;
  line-height: 1.5;
}
#team .team__list li > div {
  padding-left: 24px;
  background: url(../images/home_care/icon_check.svg) no-repeat left 0 top 7px, #fff;
  background-size: 16px;
}
#team .team__box {
  margin-top: 40px;
  padding: 40px;
  background: #fff;
  border-radius: 15px;
  text-align: left;
}
#team .team__box .box__title {
  margin-bottom: 20px;
  color: #1b82b7;
  font-size: 20rem;
  font-weight: bold;
  text-align: center;
}
#team .team__box .box__list {
  font-size: 16rem;
  line-height: 1.75;
}
#team .team__box .box__list li {
  text-indent: -1em;
  padding-left: 1em;
}
#team .team__box .box__list li::before {
  content: "・";
}
#team .team__box .box__list li + li {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #about .about__block {
    margin-bottom: 40px;
  }
  #about .about__block .block__img {
    width: calc(100% + 15px);
    margin-right: -15px;
  }
  #about .about__block .block__img img {
    width: 100%;
    height: auto;
    border-radius: 30px 0 0 30px;
  }
  #about .about__block .block__body {
    width: calc(100% + 15px);
    margin-left: -15px;
    margin-top: -20px;
    padding: 30px 25px;
    border-radius: 0 30px 30px 0;
  }
  #about .about__block .block__body .body__title {
    margin-bottom: 12px;
    font-size: 18rem;
  }
  #about .about__bg {
    height: 50vw;
  }

  #user {
    padding: 20px 0 40px;
  }
  #user .user__title {
    margin-bottom: 20px;
    padding: 12px 25px;
    font-size: 20rem;
  }
  #user .user__list {
    width: 90%;
    max-width: 380px;
    margin: 0 auto;
    gap: 10px;
    text-align: left;
    justify-content: center;
  }
  #user .user__list > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  #user .user__list > li .list__img {
    width: 100px;
    margin-bottom: 10px;
  }
  #user .user__list > li .list__img img {
    width: 100px;
    height: auto;
  }
  #user .user__list > li .list__text {
    width: calc(100% - 115px);
  }
  #user .user__text {
    margin-top: 20px;
    font-size: 16rem;
  }

  #service {
    padding: 20px 0 40px;
  }
  #service .service__list {
    gap: 10px;
  }
  #service .service__list > li {
    width: 100%;
    padding: 15px;
    border-radius: 15px;
  }
  #service .service__list > li .list__img {
    width: 75px;
  }
  #service .service__list > li .list__img img {
    width: 100%;
    height: auto;
  }
  #service .service__list > li .list__body {
    width: calc(100% - 90px);
  }
  #service .service__list > li .list__body .body__title {
    margin-bottom: 8px;
    font-size: 15rem;
  }

  #flow {
    padding: 40px 0 20px;
  }
  #flow .flow__title {
    margin-bottom: 30px;
    padding: 10px;
    font-size: 20rem;
  }
  #flow .flow__list {
    max-width: 80%;
    margin: 0 auto;
    gap: 30px 0;
    text-align: left;
    justify-content: center;
  }
  #flow .flow__list > li {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  #flow .flow__list > li::after {
    top: auto;
    bottom: -40px;
    left: 50%;
    margin-left: -14px;
    border-width: 15px 14px 0px 14px;
    border-color: #7BB8DE transparent transparent transparent;
  }
  #flow .flow__list > li:nth-of-type(3n), #flow .flow__list > li:last-of-type {
    margin-right: 0;
  }
  #flow .flow__list > li:last-of-type {
    margin-bottom: 0;
  }
  #flow .flow__list > li .list__num {
    width: 70px;
    height: 70px;
    margin: 0 auto -7px;
    padding-top: 15px;
    font-size: 28rem;
  }
  #flow .flow__list > li .list__img {
    margin-bottom: 20px;
    text-align: center;
  }
  #flow .flow__list > li .list__img img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  #flow .flow__list > li .list__title {
    margin-bottom: 12px;
    font-size: 17rem;
  }

  #area {
    padding: 40px 0 60px;
  }
  #area .area__block .block__img {
    width: 100%;
    order: 0;
  }
  #area .area__block .block__img img {
    width: 100%;
    height: auto;
  }
  #area .area__block .block__body {
    position: relative;
    width: 100%;
    margin: 20px 0 0;
    padding: 30px 18px;
    border-radius: 30px;
    line-height: 1.75;
    text-align: left;
  }
  #area .area__block .block__body .body__title {
    margin-bottom: 15px;
    font-size: 18rem;
  }
  #area .area__block .block__body .body__time {
    margin: 30px 0 10px;
    font-size: 14rem;
  }
  #area .area__block .block__body .body__time .time {
    display: inline-block;
    font-weight: bold;
    font-size: 18rem;
  }

  #faq .faq__box .box__pic {
    width: 20%;
  }
  #faq .faq__box .box__pic img {
    width: 60px;
    max-width: 100%;
    height: auto;
  }
  #faq .faq__box .box__r {
    width: 80%;
    padding: 20px;
  }
  #faq .faq__box .box__r dt {
    padding: 55px 0 10px 0;
    background-position: center top;
  }
  #faq .faq__box .box__r dd {
    padding: 55px 0 10px 0;
    background-position: center top;
  }

  #team {
    padding: 20px 0 40px;
  }
  #team .team__lead {
    margin-bottom: 30px;
    font-size: 14rem;
    line-height: 1.75;
    text-align: left;
  }
  #team .team__list {
    gap: 10px;
    font-size: 16rem;
    text-align: left;
  }
  #team .team__list li {
    display: block;
    width: 100%;
    padding: 15px 15px 15px;
    border-radius: 15px;
  }
  #team .team__list li > div {
    padding-left: 24px;
    background: url(../images/home_care/icon_check.svg) no-repeat left 0 top 5px, #fff;
    background-size: 16px;
  }
  #team .team__box {
    margin-top: 40px;
    padding: 25px 20px 20px;
  }
  #team .team__box .box__title {
    margin-bottom: 15px;
    font-size: 17rem;
  }
  #team .team__box .box__list {
    font-size: 14rem;
    line-height: 1.75;
  }
}
