@charset "UTF-8";
#index {
  /* FV
  ---------------------------------------------------------------------------- */
}
#index .p-fv {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 39rem 4rem 20rem;
}
@media screen and (max-width: 767px) {
  #index .p-fv {
    flex-direction: column;
    align-items: stretch;
    padding: 47rem 0 28rem;
    gap: 0;
  }
  #index .p-fv .l-wrap {
    width: 100%;
  }
}
#index .p-fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 93rem;
  height: 69rem;
  z-index: -1;
  background: url(../images/index/img_fv_01.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-fv::before {
    width: 31rem;
    height: 39rem;
    background: url(../images/index/img_fv_01_sp.png) no-repeat center center/contain;
  }
}
#index .p-fv .c-secttl-box {
  position: relative;
  text-align: right;
  padding-right: 7rem;
}
@media screen and (max-width: 767px) {
  #index .p-fv .c-secttl-box {
    text-align: center;
    padding-right: 0;
  }
}
#index .p-fv .c-secttl-box .c-secttl {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #index .p-fv .c-secttl-box .c-secttl {
    font-size: 2.2rem;
    text-align: center;
  }
}
#index .p-fv .c-secttl-box::before, #index .p-fv .c-secttl-box::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#index .p-fv .c-secttl-box::before {
  top: -20rem;
  right: -2rem;
  width: 26rem;
  height: 19rem;
  background-image: url(../images/index/img_service_deco_02.png);
}
@media screen and (max-width: 767px) {
  #index .p-fv .c-secttl-box::before {
    width: 16rem;
    height: 12rem;
    top: -12rem;
    right: 2rem;
  }
}
#index .p-fv .c-secttl-box::after {
  bottom: -24rem;
  right: -3rem;
  width: 24rem;
  height: 29rem;
  background-image: url(../images/index/img_fv_deco_02.png);
}
@media screen and (max-width: 767px) {
  #index .p-fv .c-secttl-box::after {
    width: 16rem;
    height: 23rem;
    right: 11rem;
    bottom: -29rem;
  }
}
#index {
  /* ごあいさつ
  ---------------------------------------------------------------------------- */
}
#index .p-greeting {
  padding-top: 2rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #index .p-greeting {
    padding-top: 5.6rem;
  }
}
#index .p-greeting::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: -1;
  aspect-ratio: 1366/1000;
  background: url(../images/index/bg_message.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #index .p-greeting::before {
    top: auto;
    transform: translate(0);
    bottom: -15rem;
  }
}
#index {
  /* 安心を支える3つのサービス
  ---------------------------------------------------------------------------- */
}
#index .p-service {
  position: relative;
  padding-top: 18rem;
}
@media screen and (max-width: 767px) {
  #index .p-service {
    margin-top: 5rem;
    padding-top: 6.4rem;
  }
  #index .p-service .c-sectxt {
    margin-top: 26.5rem;
  }
}
#index .p-service::before, #index .p-service::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#index .p-service::before {
  top: 8rem;
  left: 6rem;
  width: 22rem;
  height: 20rem;
  background-image: url(../images/index/img_service_deco_01.png);
}
@media screen and (max-width: 767px) {
  #index .p-service::before {
    top: 21rem;
    left: 8rem;
  }
}
#index .p-service::after {
  top: -12rem;
  right: 5rem;
  width: 28rem;
  height: 28rem;
  background-image: url(../images/index/img_fv_deco_01.png);
}
@media screen and (max-width: 767px) {
  #index .p-service::after {
    width: 11rem;
    height: 9rem;
    top: -1rem;
    right: 0;
  }
}
#index .p-service_lead {
  margin-top: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #index .p-service_lead {
    margin-top: 2.4rem;
    text-align: left;
  }
}
#index .p-service_list {
  margin-top: 14rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #index .p-service_list {
    grid-template-columns: 1fr;
    gap: 4.8rem;
    margin-top: 4rem;
  }
}
#index .p-service_you {
  margin-top: 6rem;
}
#index .p-service_you_inner {
  margin-top: 2.4rem;
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #index .p-service_you_inner {
    display: block;
  }
}
#index .p-service_you_img {
  flex: 0 0 47%;
  margin-top: 0;
}
#index .p-service_you_img .main-img img {
  object-fit: cover;
  width: 100%;
}
#index .p-service_you_img .sub-img {
  bottom: -1.6rem;
  right: -1.6rem;
  width: 9rem;
}
#index .p-service_you_content {
  flex: 1;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  #index .p-service_you_content {
    padding-top: 0;
  }
}
#index {
  /* 地域密着で選ばれ続ける理由
  ---------------------------------------------------------------------------- */
}
#index .p-reason {
  position: relative;
  padding-top: 14rem;
}
@media screen and (max-width: 767px) {
  #index .p-reason {
    padding-top: 6.4rem;
  }
}
#index .p-reason::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 16rem;
  right: 10rem;
  width: 20rem;
  height: 18rem;
  background: url(../images/index/img_reason_deco.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-reason::before {
    top: 21rem;
  }
}
#index .p-reason_list {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  #index .p-reason_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-top: 27rem;
  }
}
#index .p-reason_item {
  position: relative;
  border-radius: 50%;
  width: 30rem;
  height: 30rem;
}
@media screen and (max-width: 767px) {
  #index .p-reason_item {
    margin-left: auto;
    margin-right: auto;
  }
}
#index .p-reason_item::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 30rem;
  height: 30rem;
  background-color: #fff;
  border-radius: 50%;
}
#index .p-reason_item:nth-child(2n) {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  #index .p-reason_item:nth-child(2n) {
    margin-top: 0;
  }
}
#index .p-reason_item::after {
  content: "";
  position: absolute;
  top: -2rem;
  left: -1rem;
  width: 11rem;
  height: 12rem;
  background: url(../images/index/img_reason_deco_01.png) no-repeat center center/contain;
}
#index .p-reason_item.-deco02::after {
  top: auto;
  bottom: -2rem;
  left: 20rem;
  background: url(../images/index/img_reason_deco_02.png) no-repeat center center/contain;
}
#index .p-reason_item.-deco03::after {
  left: 20rem;
  background: url(../images/index/img_reason_deco_03.png) no-repeat center center/contain;
}
#index .p-reason_item.-deco04::after {
  left: 20rem;
  top: auto;
  bottom: -2rem;
  background: url(../images/index/img_reason_deco_04.png) no-repeat center center/contain;
}
#index {
  /* このようなお悩みはありませんか？
  ---------------------------------------------------------------------------- */
}
#index .p-worry {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  #index .p-worry {
    padding-top: 6.4rem;
  }
}
#index .p-worry_band {
  position: relative;
  margin-top: 2rem;
  display: flex;
  align-items: stretch;
  background: url(../images/index/img_worry_01.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  #index .p-worry_band {
    flex-direction: column;
    margin-top: 2rem;
    padding-top: 3rem;
    background: url(../images/index/img_worry_01_sp.png) no-repeat center top/cover;
  }
}
#index .p-worry_band_img {
  flex: 0 0 38%;
}
#index .p-worry_band_img .main-img {
  height: 100%;
  overflow: hidden;
}
#index .p-worry_band_img .main-img img {
  height: 100%;
  object-fit: cover;
}
#index .p-worry_band_img .sub-img {
  top: -3rem;
  right: -3rem;
  width: 18rem;
}
@media screen and (max-width: 767px) {
  #index .p-worry_band_img .sub-img {
    width: 10rem;
    top: -1.6rem;
    right: -1rem;
  }
}
@media screen and (max-width: 767px) {
  #index .p-worry_band_img {
    flex: none;
  }
  #index .p-worry_band_img .main-img img {
    height: 26rem;
  }
}
#index .p-worry_band_content {
  flex: 1;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  #index .p-worry_band_content {
    padding: 3.2rem 0;
  }
}
#index .p-worry_band_content .c-checklist {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#index .p-worry_note {
  margin-top: 4rem;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #index .p-worry_note {
    text-align: left;
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}
#index {
  /* 社会貢献活動への取り組み
  ---------------------------------------------------------------------------- */
}
#index .p-contribution {
  position: relative;
  margin-top: 10rem;
  padding: 4rem 0 7rem;
  background: url(../images/index/img_contribution_bg_01.png) no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  #index .p-contribution {
    margin-top: 6.4rem;
    padding: 11rem 0 7rem;
    background: url(../images/index/img_contribution_bg_01_sp.png) no-repeat center/100% 100%;
  }
}
#index .p-contribution::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 2rem;
  right: 4rem;
  width: 16rem;
  height: 8rem;
  background: url(../images/index/img_contribution_deco_01.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  #index .p-contribution::before {
    width: 9rem;
    height: 4.5rem;
    top: 1rem;
    right: 1rem;
  }
}
#index .p-contribution_sub {
  margin-top: 2.4rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #index .p-contribution_sub {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    padding: 2rem;
    border-radius: 0;
  }
}
#index .p-contribution_inner {
  margin-top: 2.5rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #index .p-contribution_inner {
    margin-top: 3.2rem;
  }
}
#index .p-contribution_txt {
  margin-top: 1.6rem;
  font-size: 1.8rem;
  color: #ffffff;
  text-align: left;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  #index .p-contribution_txt {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
#index .p-contribution_txt:first-child {
  margin-top: 0;
}
#index .p-contribution_btn {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #index .p-contribution_btn {
    margin-top: 35rem;
  }
}
#index .p-contribution_img {
  position: absolute;
  top: -4rem;
  right: -11rem;
  margin-top: 0;
  width: 45rem;
}
@media screen and (max-width: 767px) {
  #index .p-contribution_img {
    top: auto;
    bottom: 14rem;
    width: 30rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
#index .p-contribution_img img {
  width: 100%;
  height: auto;
  display: block;
}
#index {
  /* 空室状況・見学予約・ご相談
  ---------------------------------------------------------------------------- */
}
#index .p-vacancy {
  padding-top: 14rem;
}
@media screen and (max-width: 767px) {
  #index .p-vacancy {
    padding-top: 8rem;
  }
}
#index .p-vacancy_inner {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  #index .p-vacancy_inner {
    grid-template-columns: 1fr;
    gap: 3.2rem;
    margin-top: 3.2rem;
  }
}
#index .p-vacancy_img .main-img {
  border-radius: 1.6rem;
  overflow: hidden;
}
#index .p-vacancy_img .main-img img {
  width: 100%;
  object-fit: cover;
  display: block;
}
#index .p-vacancy_img .sub-img {
  bottom: -2rem;
  right: -2rem;
  width: 11rem;
}
#index .p-vacancy_block:nth-child(2) {
  margin-top: 3rem;
}
#index .p-vacancy_catch {
  margin-top: 1.6rem;
  font-weight: 700;
  color: #f0b36a;
  text-align: center;
  font-size: 2rem;
}
#index .p-vacancy_catch:first-of-type {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  #index .p-vacancy_catch {
    font-size: 1.8rem;
  }
}
#index .p-vacancy_note {
  margin-top: 0.5rem;
  font-size: 1.8rem;
}
#index .p-vacancy_note:first-of-type {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #index .p-vacancy_note {
    font-size: 1.6rem;
  }
}
#index .p-vacancy_status {
  margin-top: 2rem;
}
#index .p-vacancy_status dt {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #index .p-vacancy_status dt {
    font-size: 1.8rem;
  }
}
#index .p-vacancy_status dd {
  margin-top: 0.4rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #index .p-vacancy_status dd {
    font-size: 1.8rem;
  }
}
#index .p-vacancy_status dd span {
  font-size: 1.6rem;
}
#index .p-vacancy_link {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #index .p-vacancy_link {
    margin-top: 3.2rem;
  }
}
#index {
  /* 採用情報
  ---------------------------------------------------------------------------- */
}
#index .p-recruit {
  position: relative;
  margin-top: 10rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  #index .p-recruit {
    margin-top: 6.4rem;
    padding-bottom: 5.6rem;
  }
}
#index .p-recruit_catch {
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  font-weight: 700;
  padding: 0 2rem;
  letter-spacing: 0.15em;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #index .p-recruit_catch {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}
#index .p-recruit_ttl {
  margin-top: 2.4rem;
}
#index .p-recruit_inner {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  #index .p-recruit_inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
    margin-top: 3.2rem;
  }
}
#index .p-recruit_img {
  flex: 0 0 42%;
}
#index .p-recruit_img .main-img {
  border-radius: 1.6rem;
  overflow: hidden;
}
#index .p-recruit_img .main-img img {
  width: 100%;
  object-fit: cover;
  display: block;
}
#index .p-recruit_img .sub-img {
  bottom: -2rem;
  right: -2rem;
  width: 11rem;
}
@media screen and (max-width: 767px) {
  #index .p-recruit_img {
    flex: none;
  }
}
#index .p-recruit_content {
  flex: 1;
}
#index .p-recruit_content p {
  margin-top: 3rem;
  font-size: 2rem;
}
#index .p-recruit_content p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #index .p-recruit_content p {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=index.css.map */