@charset "UTF-8";
#index {
  /* FV
  ---------------------------------------------------------------------------- */
}
#index .p-fv {
  padding: 19rem 0 0;
}
@media screen and (max-width: 767px) {
  #index .p-fv {
    padding-top: 11rem;
    padding-left: 1rem;
  }
}
#index .p-fv .l-wrap {
  max-width: 109.8rem;
}
#index .p-fv .l-wrap .flex {
  position: relative;
}
#index .p-fv .l-wrap .flex .txt-box {
  max-width: 41.6rem;
}
#index .p-fv .l-wrap .flex .txt-box .ttl {
  font-size: 3.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #index .p-fv .l-wrap .flex .txt-box .ttl {
    font-size: 3rem;
  }
}
#index .p-fv .l-wrap .flex .txt-box .catch {
  margin-top: 3rem;
  font-size: 2.6rem;
  color: #888888;
  line-height: 1.5384615385;
}
@media screen and (max-width: 767px) {
  #index .p-fv .l-wrap .flex .txt-box .catch {
    font-size: 2rem;
  }
}
#index .p-fv .l-wrap .flex .txt-box .logo {
  width: 25.5rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  #index .p-fv .l-wrap .flex .txt-box .logo {
    width: 19rem;
    margin-top: 40rem;
  }
}
#index .p-fv .l-wrap .flex .img {
  width: 56rem;
  position: absolute;
  right: 5rem;
  top: -10rem;
}
@media screen and (max-width: 767px) {
  #index .p-fv .l-wrap .flex .img {
    width: 35rem;
    top: 21rem;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
}
#index .p-fv .l-wrap .bottom {
  padding-top: 11.8rem;
  padding-bottom: 6.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-fv .l-wrap .bottom {
    display: none;
  }
}
#index .p-fv .l-wrap .bottom .scrolldown {
  position: absolute;
  left: -10rem;
  bottom: 0;
  width: 15rem;
  height: 15rem;
  background-color: #f8d3d6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
}
#index .p-fv .l-wrap .bottom .scrolldown span {
  display: inline-block;
  animation: scrolldownText 1.5s ease-in-out infinite;
}
@keyframes scrolldownText {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.8rem);
  }
  100% {
    transform: translateY(0);
  }
}
#index .p-fv .l-wrap .bottom .menu .list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
#index .p-fv .l-wrap .bottom .menu .list_item a {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  #index .p-fv .l-wrap .bottom .menu .list_item a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #index .p-fv .l-wrap .bottom .menu .list_item a:hover {
    opacity: 0.7;
  }
}
#index {
  /* イントロ
  ---------------------------------------------------------------------------- */
}
#index .p-intro {
  padding: 8rem 0 9rem;
  position: relative;
  background: url(../img/index/bg_intro.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-intro {
    background: transparent;
    padding-bottom: 0;
    padding-top: 17rem;
  }
}
#index .p-intro .txt {
  margin-top: 3.5rem;
}
#index {
  /* 選ばれる理由
  ---------------------------------------------------------------------------- */
}
#index .p-reason {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #index .p-reason {
    margin-top: 10rem;
  }
}
#index .p-reason .c-ttl {
  margin-top: 3rem;
}
#index .p-reason .c-ttl.-s {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #index .p-reason .c-ttl.-s {
    margin-top: 2rem;
  }
}
#index .p-reason .txt {
  margin-top: 3rem;
}
#index .p-reason .c-list {
  margin-top: 5rem;
}
#index .p-reason .c-btn {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-reason .c-btn {
    margin-top: 5rem;
  }
}
#index {
  /* セクションメイン
  ---------------------------------------------------------------------------- */
}
#index .p-sec {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  #index .p-sec {
    margin-top: 10rem;
  }
}
#index .p-sec .heading {
  position: relative;
}
#index .p-sec .heading .c-secttl {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #index .p-sec .heading .c-secttl {
    position: static;
    transform: translate(0);
  }
}
#index .p-sec .heading .img {
  width: calc(100% + 4rem);
  margin-left: -2rem;
}
#index .p-sec .flex {
  margin: -3rem 3rem 0 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #index .p-sec .flex {
    margin: 0;
    display: block;
  }
}
#index .p-sec .flex .txt-box {
  width: 45rem;
}
@media screen and (max-width: 767px) {
  #index .p-sec .flex .txt-box {
    width: 100%;
  }
}
#index .p-sec .flex .txt-box .txt {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #index .p-sec .flex .txt-box .txt {
    margin-top: 3rem;
  }
}
#index .p-sec .flex .img {
  width: 27rem;
}
@media screen and (max-width: 767px) {
  #index .p-sec .flex .img {
    margin: 4rem auto 0;
  }
}
#index .p-sec .c-list {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  #index .p-sec .c-list {
    margin-top: 4rem;
  }
}
#index .p-sec .c-btn {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  #index .p-sec .c-btn {
    margin-top: 5rem;
  }
}
#index {
  /* 保険外サービスも対応
  ---------------------------------------------------------------------------- */
}
#index .p-service {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  #index .p-service {
    margin-top: 12.5rem;
  }
  #index .p-service .l-wrap {
    width: 100%;
  }
}
#index .p-service .content {
  border: 2px solid #e41178;
  background-color: #fff;
  border-radius: 2rem;
  padding: 6rem 10rem 6rem 9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-service .content {
    padding: 5rem 2rem 3.5rem;
  }
}
#index .p-service .content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55.5rem;
  height: 37.4rem;
  border-radius: 2rem;
  background: url(../img/index/img_service_heading.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-service .content::before {
    width: 21.6rem;
    height: 14.5rem;
  }
}
#index .p-service .content .notes {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  text-align: center;
}
#index .p-service .content .flex {
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #index .p-service .content .flex {
    display: block;
  }
}
#index .p-service .content .flex .txt-box {
  width: 42rem;
}
@media screen and (max-width: 767px) {
  #index .p-service .content .flex .txt-box {
    width: 100%;
  }
}
#index .p-service .content .flex .txt-box .txt {
  margin-top: 2.5rem;
}
#index .p-service .content .flex .img {
  width: 27rem;
}
@media screen and (max-width: 767px) {
  #index .p-service .content .flex .img {
    margin: 6rem auto 0;
  }
}
#index .p-service .content .list {
  margin-top: 8rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  #index .p-service .content .list {
    margin-top: 5rem;
    margin-bottom: 3rem;
    gap: 2rem;
    justify-content: center;
  }
}
#index .p-service .content .list_item {
  width: 20rem;
  height: 20rem;
  background-color: #eb7aa0;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  font-size: 2.6rem;
  line-height: 1.3846153846;
}
@media screen and (max-width: 767px) {
  #index .p-service .content .list_item {
    font-size: 2rem;
    width: 16rem;
    height: 16rem;
  }
}
#index .p-service .content .list_item span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #index .p-service .content .list_item span {
    font-size: 1.6rem;
  }
}
#index .p-service .content .list:nth-of-type(2) {
  margin-top: 2rem;
  margin-left: 11rem;
  margin-bottom: 5rem;
}
#index {
  /* “お願いしてよかった”という声をご紹介
  ---------------------------------------------------------------------------- */
}
#index .p-voice {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  #index .p-voice {
    margin-top: 8rem;
  }
}
#index .p-voice .ttl {
  font-size: 3rem;
  text-align: center;
  border-radius: 2rem;
  height: 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8d3d6;
}
@media screen and (max-width: 767px) {
  #index .p-voice .ttl {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    font-size: 2.4rem;
    line-height: 1.75;
    border-radius: 0;
    height: 12rem;
  }
}
#index .p-voice .img {
  margin: 4rem 4.5rem 0;
}
@media screen and (max-width: 767px) {
  #index .p-voice .img {
    margin: 4rem 1rem 0;
  }
}
#index .p-voice .list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 4rem;
}
@media screen and (max-width: 767px) {
  #index .p-voice .list {
    margin-top: 1.5rem;
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
#index .p-voice .list_item {
  width: 100%;
  background-color: #eb7aa0;
  position: relative;
  border-radius: 2rem;
}
#index .p-voice .list_item:nth-child(1) a::before {
  background-color: #fff;
}
#index .p-voice .list_item:nth-child(1) .list_item_txt {
  color: #fff;
}
#index .p-voice .list_item:nth-child(2) {
  background-color: #f8d3d6;
}
#index .p-voice .list_item:nth-child(3) {
  background-color: #ffd3ac;
}
#index .p-voice .list_item:nth-child(4) {
  background-color: #e4eea4;
}
#index .p-voice .list_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #index .p-voice .list_item a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  #index .p-voice .list_item a:hover {
    opacity: 0.7;
  }
}
#index .p-voice .list_item a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.3rem;
  width: 2rem;
  height: 1rem;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/arrow.svg);
  background-color: #eb7aa0;
}
#index .p-voice .list_item_img {
  width: 7rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
}
#index .p-voice .list_item_txt {
  text-align: center;
  padding-left: 2rem;
  line-height: 1.5555555556;
}
#index {
  /* 対応エリア
  ---------------------------------------------------------------------------- */
}
#index .p-area {
  margin-top: 20rem;
}
@media screen and (max-width: 767px) {
  #index .p-area {
    margin-top: 9rem;
  }
}
#index .p-area .c-ttl {
  margin-top: 5rem;
}
#index .p-area dl {
  margin-top: 6rem;
  border: 2px solid #e41178;
  background-color: #fff;
  border-radius: 2rem;
  padding: 4rem 8rem 2rem;
}
@media screen and (max-width: 767px) {
  #index .p-area dl {
    margin-top: 5rem;
    padding: 3rem 1rem 2rem;
  }
}
#index .p-area dl dt {
  background-color: #e41178;
  color: #fff;
  text-align: center;
  border-radius: 2.5rem;
  font-size: 3rem;
}
#index .p-area dl dd {
  margin-top: 1.5rem;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #index .p-area dl dd {
    font-size: 2rem;
  }
}
#index .p-area dl dd span {
  margin-top: 0.5rem;
  display: block;
  font-size: 1.4rem;
}
#index .p-area .list {
  margin-top: 5rem;
  margin-left: 10rem;
}
@media screen and (max-width: 767px) {
  #index .p-area .list {
    margin-top: 1.5rem;
    margin-left: 1rem;
  }
}
#index .p-area .list_item {
  position: relative;
  padding-left: 4rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #index .p-area .list_item {
    font-size: 2rem;
    padding-left: 3.5rem;
  }
}
#index .p-area .list_item:nth-child(n+2) {
  margin-top: 1rem;
}
#index .p-area .list_item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3rem;
  height: 2.5rem;
  background: url(../img/common/icon_check.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-area .list_item::before {
    width: 2.4rem;
    height: 2rem;
    top: 0.6rem;
    transform: translateY(0);
  }
}
#index .p-area .list_item span {
  border-bottom: 2px dashed #e41178;
}
#index {
  /* 訪問看護のやりがいを、ここで
  ---------------------------------------------------------------------------- */
}
#index .p-recruit {
  margin-top: 9rem;
  padding: 6rem 0;
  border-top: 2px solid #b0c91a;
  border-bottom: 2px solid #b0c91a;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #index .p-recruit {
    margin-top: 8rem;
    padding: 5rem 0 6rem;
  }
}
#index .p-recruit .flex {
  margin-top: 1rem;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #index .p-recruit .flex {
    margin-top: 4rem;
    flex-direction: column-reverse;
  }
}
#index .p-recruit .flex .txt-box {
  padding-top: 4rem;
}
#index .p-recruit .flex .txt-box .txt {
  margin-top: 2rem;
}
#index .p-recruit .flex .img {
  max-width: 24.3rem;
  margin: 0 auto;
}
#index .p-recruit .c-btn {
  margin-top: 5rem;
}/*# sourceMappingURL=index.css.map */