@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
:root {
  --base: #555555;/*-- 基本文字色 デザインより少し濃く--*/
  --gray1: #808080;/*-- トップボタン色グレー --*/
  --gray2: #070304;/*-- 施設 ライン グレー --*/
  --gray3: #9fa0a0;/*-- フォーム ライン グレー --*/
  --green1: #00806e;/*-- メニューボタン グリーン --*/
  --green2: #009480;/*-- トップH2文字色 グリーン --*/
  --green3: #008080;/*-- トップお知らせタイトル グリーン --*/
  --green4: #009580;/*-- 介護施設タイトル グリーン --*/
  --green5: #009c80;/*-- 施設のご案内タイトル グリーン --*/
  --purple1: #cc91aa;/*-- ケアスイッチで楽しむ1日 紫 --*/
  --red1: #c15500;/*-- フォーム入力確認 赤 --*/
  --orange1: #ffa266;/*-- 無料相談受付中 オレンジ --*/
  --orange2: #ffecd8;/*-- 訪問看護 自宅にお伺い オレンジ --*/
  --yellow1: #FCF091;/*-- お知らせ背景 ベージュ --*/
  --beige1: #f5ecd3;/*-- フッター、介護施設フロー等背景 ベージュ --*/
  --beige2: #f6f5ec;/*-- ハンバーガーメニュー ベージュ --*/
  --beige3: #f3ead1;/*-- 館内ご紹介等 ベージュ --*/
  --gradation1: linear-gradient(to right, #009480, #00b28a);/*-- メニューグラデ --*/
  --gradation2: linear-gradient(to right, #F18951, #F2A08F);/*-- ハンバーガーグラデ --*/
  --gradation3: linear-gradient(to right, #B67995, #C29B7C);
}

/*-- リセット --*/
h1,
h2,
h3,
h4,
h5,
p,
b,
dt,
dd,
li,
span,
a,
strong {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  min-height: 0%;
  vertical-align: top;
}

figure {
  width: 100%;
  min-height: 0%;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  backface-visibility: hidden;
  transition: 0.3s;
}
a img {
  display: inline-block;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a:hover {
    opacity: 0.6;
    transition: 1.0s;
}

html {
  font-size: 62.5%;
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  margin: 0;
  padding: 0;
  background: #FFF;
  position: relative;
  overflow-x: hidden;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: var(--base);
}
@media only screen and (max-width: 767px) {
  body {
    overflow: hidden;
    overflow-y: scroll;
  }
}
body.on-firstview {
  overflow-y: hidden;
}
body.l-body-home {
  padding-top: 100vh;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

input[type=checkbox] {
  border: 0.05rem solid var(--gray5);
  border-radius: 0;
  box-shadow: 0;
}

select {
  width: 100%;
  padding: 0.8rem 3rem 0.8rem 1.5rem;
  border: 1px solid var(--gray2);
  border-radius: 0.6rem;
  box-sizing: border-box;
  line-height: 1.375;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  select {
    padding: 1.1rem 3rem 1.2rem 0.95rem;
  }
}

label {
  cursor: pointer;
}

img {
  vertical-align: middle;
}

.l-main {
  display: block;
  min-height: 25rem;
}
.l-main-bg {
  background: var(--beige1);
}

.pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.inline-pc {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .inline-pc {
    display: none;
  }
}

.inline-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .inline-sp {
    display: inline;
  }
}

.no-link {
  pointer-events: none;
}

.page-links {
  margin-top: -7.2rem;
  padding-top: 7.2rem;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .page-links {
    margin-top: -4.8rem;
    padding-top: 4.8rem;
  }
}

.l-header {
  background: #FFF;
  position: relative;
  z-index: 3;
}
.l-header__container {
  display: grid;
  grid-template-columns: 48rem 1fr;
}
@media only screen and (max-width: 767px) {
  .l-header__container {
    grid-template-columns: 100%;
  }
}
.l-header__content {
  padding: 7.02rem 5.4rem 3.05rem 11.5rem;
  box-sizing: border-box;
  background: var(--gradation1);
}
@media only screen and (max-width: 767px) {
  .l-header__content {
    display: none;
  }
}
.l-header__logo {
  display: block;
  width: 18.804rem;
  margin: 0 auto 6.75rem;
}
.l-header__logo_link {
  display: block;
}
.l-header__nav_list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3.8rem;
  writing-mode: vertical-rl!important;
  line-height: 1;
  font-size: 2.1rem;
  font-weight: 500;
    height: 21rem;
}
.l-header__nav_link {
  text-decoration: none;
  color: #FFF;
}
.l-header__sub {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 28rem;
  margin: 6.15rem auto 0;
}
.l-header__sub_link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  background: var(--green1);
  line-height: 1.75;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 500;
  color: #FFF;
}
.l-header__image {
  position: relative;
}
.l-header__image_top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .l-header__image_top {
    height: 69.17rem;
  }
}
.l-header__image_top img {
  width: 67.183rem;
}
.l-header__image_company {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .l-header__image_company {
    height: 87.43rem;
    align-items: flex-start;
  }
}
.l-header__image_company img {
  width: 71.954rem;
}
.l-header__image_pages {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 62.2rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .l-header__image_pages {
    height: 69.11rem;
    padding: 0 4rem;
  }
}
.l-header__image_pages_image {
  max-width: 59.907rem;
  width: 100%;
  margin: 0 auto;
}
.l-header__image_title {
  margin: 0 0 1.92rem;
  line-height: 1.95;
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 4rem;
  font-weight: 700;
  color: var(--green4);
}
.l-header__image_facility-top {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 68.381rem;
  height: 100%;
  margin: 0 auto;
  padding: 0 0 2.02rem;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-header__image_facility-top {
    height: 73.12rem;
    padding-bottom: 1.1rem;
  }
}
.l-header__image_facility-top_title {
  position: absolute;
  top: 8.04rem;
  left: 3.7rem;
  line-height: 1.3220338983;
  letter-spacing: 0.05em;
  font-size: 5.9rem;
  font-weight: 700;
  color: var(--green5);
}
@media only screen and (max-width: 767px) {
  .l-header__image_facility-top_title {
    top: 9.8rem;
    left: 0.97rem;
    font-size: 4rem;
  }
}
.l-header__image_facility-page {
  width: 63.9rem;
  height: 100%;
  margin: 0 auto;
  padding: 8.68rem 0 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .l-header__image_facility-page {
    height: 73.1rem;
    padding: 7rem 0 0;
  }
}
.l-header__image_facility-page::after {
  content: "";
  width: 31.238rem;
  height: 28.023rem;
  background: 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 7.67rem;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .l-header__image_facility-page::after {
    bottom: 10.45rem;
  }
}
.l-header__image_facility-page.l-header__image_facility-facility01::after {
  background-image: url(../img/facility01/mv.webp);
}
.l-header__image_facility-page.l-header__image_facility-facility02::after {
  background-image: url(../img/facility02/mv.webp);
}
.l-header__image_facility-page.l-header__image_facility-facility03::after {
  background-image: url(../img/facility03/mv.webp);
}
.l-header__image_facility-page.l-header__image_facility-facility04::after {
  background-image: url(../img/facility04/mv.webp);
}
.l-header__image_facility-page.l-header__image_facility-facility05::after {
  background-image: url(../img/facility05/mv.webp);
}
.l-header__image_facility-page_title {
  width: 51.642rem;
  margin: 0;
}
.l-header__image_facility-page_list {
  margin: 2.21rem 0 0;
  line-height: 1.5217391304;
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 2.3rem;
  font-weight: 500;
}
.l-header__image_facility-page_list li {
  padding-left: 1em;
  text-indent: -1em;
}
.l-header__image_facility-page_list li::before {
  content: "◆";
}
.l-header__company-links {
  display: flex;
  gap: 5.73rem;
  width: 60rem;
  padding: 3.59rem 3.38rem 2.33rem;
  border-radius: 3rem 3rem 0 0;
  box-sizing: border-box;
  background: rgba(254, 246, 183, 0.7);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .l-header__company-links {
    gap: 9.58rem;
    padding: 3.77rem 3.38rem 3.22rem;
  }
}
.l-header__company-links_title {
  writing-mode: vertical-rl;
  line-height: 1;
  font-size: 4rem;
  font-weight: 700;
}
.l-header__company-links_list {
  display: flex;
  flex-direction: column;
  gap: 1.66rem;
  line-height: 1.75;
  font-size: 2.1rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .l-header__company-links_list {
    gap: 4.57rem;
    font-size: 2.625rem;
  }
}
.l-header__company-links_link {
  padding-right: 2.395rem;
  position: relative;
  text-decoration: none;
  color: var(--base);
}
@media only screen and (max-width: 767px) {
  .l-header__company-links_link {
    padding-right: 3.071rem;
  }
}
.l-header__company-links_link::after {
  content: "";
  width: 1.225rem;
  height: 1.932rem;
  background: url(../img/common/arrow-02.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .l-header__company-links_link::after {
    width: 1.531rem;
    height: 2.414rem;
  }
}
.l-header__ribon {
  padding: 0.69rem 0 0.74rem;
  box-sizing: border-box;
  background: var(--orange1) url(../img/common/bg-dots.webp) 50% 50% repeat;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 2.1rem;
  font-weight: 700;
  color: #FFF;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 3;
}
@media only screen and (max-width: 767px) {
  .l-header__ribon {
    padding: 0.63rem 0 0.67rem;
    background-size: 1.5rem;
  }
}
.l-header__ribon_text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7.8rem;
}
@media only screen and (max-width: 767px) {
  .l-header__ribon_text {
    flex-direction: column;
    gap: 0;
  }
}
.l-header__ribon_text strong {
  font-size: 3.2rem;
}
.l-header__ribon_text a {
  text-decoration: none;
  color: #FFF;
}

.l-header-b {
  padding: 10.67rem 0 0;
  background: var(--beige1);
}
@media only screen and (max-width: 767px) {
  .l-header-b {
    padding: 9.8rem 0 0;
  }
}
.l-header-b__container {
  max-width: 91.682rem;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .l-header-b__container {
    padding: 0 4.2rem;
    box-sizing: border-box;
  }
}
.l-header-b__title {
  margin: 0 auto 4.63rem;
  padding: 0.7rem 0;
  background: var(--gradation1);
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-size: 3rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .l-header-b__title {
    margin-bottom: 4.5rem;
    padding: 0;
    background: none;
    font-size: 4rem;
    color: var(--green4);
  }
}
.l-header-b__lead {
  padding: 0 10rem;
  line-height: 1.75;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .l-header-b__lead {
    padding: 0;
    line-height: 1.8095238095;
    font-size: 2.1rem;
  }
}
.l-header-b__lead p + p {
  margin-top: 1.8em;
}

.l-menu {
  width: 129.661rem;
  background: var(--beige2);
  position: fixed;
  top: 6.44rem;
  left: 0;
  transform: translateX(-100%);
  transition: 0.3s ease-in-out;
  opacity: 0;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .l-menu {
    width: 100%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    transform: translateX(100%);
    overflow: hidden;
    overflow-y: auto;
  }
}
.l-menu.js-open {
  transform: translateX(0);
  opacity: 1;
}
.l-menu__btn {
  width: 8rem;
  position: fixed;
  top: 6.44rem;
  left: 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .l-menu__btn {
    width: 10rem;
    top: 0;
    left: auto;
    right: 0;
  }
}
.l-menu__wrap {
  display: flex;
  gap: 16.23rem;
  padding: 5.69rem 10.48rem 5.63rem;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .l-menu__wrap {
    flex-direction: column;
    gap: 4.8rem;
    padding: 5.69rem 10.48rem 6.54rem;
  }
}
.l-menu__wrap_group {
  display: flex;
  flex-direction: column;
  gap: 6rem;
}
@media only screen and (max-width: 767px) {
  .l-menu__wrap_group {
    gap: 4.8rem;
  }
}
.l-menu__title {
  line-height: 1.5666666667;
  font-size: 3rem;
  font-weight: 700;
}
.l-menu__title_link {
  text-decoration: none;
  color: var(--base);
}
.l-menu__list {
  line-height: 1.5666666667;
  font-size: 3rem;
  font-weight: 400;
}
.l-menu__list_item {
  padding-left: 1em;
  text-indent: -1em;
  white-space: nowrap;
}
.l-menu__list_item::before {
  content: "・";
}
.l-menu__list_link {
  text-decoration: none;
  color: var(--base);
}
.l-menu__close {
  width: 8rem;
  position: absolute;
  top: 4.39rem;
  right: 4.04rem;
}

.l-footer {
  background: #FFF;
  position: relative;
  z-index: 0;
}
.l-footer__sns {
  padding: 6.12rem 0 8rem;
  background: var(--orange1) url(../img/common/bg-dots.webp) 50% 50% repeat;
}
@media only screen and (max-width: 767px) {
  .l-footer__sns {
    padding: 6.15rem 0 6.84rem;
    background-size: 1.5rem;
  }
}
.l-footer__sns_title {
  margin: 0 auto 7.48rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
  font-size: 2.1rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .l-footer__sns_title {
    margin-bottom: 3.99rem;
  }
}
.l-footer__sns_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.66rem;
  width: 114.2rem;
  margin: 0 auto;
}
.sns_item_right_wrap{
    margin-bottom: 1.66rem;
}

@media only screen and (max-width: 767px) {
  .l-footer__sns_grid {
    grid-template-columns: 100%;
    gap: 7.03rem;
    width: 100%;
    padding: 0 4rem;
    box-sizing: border-box;
  }
.sns_item_right_wrap{
    margin-bottom: 0;
    padding-bottom: 7.03rem;
}
}
.l-footer__documents {
  padding: 10.98rem 0 10.48rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-footer__documents {
    padding: 18.13rem 0 9.68rem;
  }
}
.l-footer__documents::before {
  content: "";
  width: 128rem;
  height: 41.05rem;
  background: url(../img/common/documents_image.webp) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .l-footer__documents::before {
    width: 100%;
    height: 38.1558rem;
    background-image: url(../img/common/documents_image-sp.webp);
  }
}
.l-footer__documents_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28rem;
  height: 5rem;
  margin: 0 auto;
  background: var(--gradation1);
  position: relative;
  z-index: 1;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-size: 2.1rem;
  font-weight: 700;
  color: #FFF;
}
.l-footer__documents_btn:hover {
    opacity: 0.7;
    transition: 1.0s;
}
.l-footer__documents_arrow {
  display: inline-block;
  padding-right: 2.565rem;
  position: relative;
}
.l-footer__documents_arrow::after {
  content: "";
  width: 1.225rem;
  height: 1.932rem;
  background: url(../img/common/documents-arrow.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.l-footer__content {
  padding: 7.57rem 0 2.6rem;
  background: var(--beige1);
}
@media only screen and (max-width: 767px) {
  .l-footer__content {
    padding: 5.96rem 0 6.21rem;
  }
}
.l-footer__container {
  width: 107.8rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .l-footer__container {
    width: 100%;
    padding: 0 5rem;
    box-sizing: border-box;
  }
}
.l-footer__logo {
  width: 32.832rem;
  margin: 0 0 4.95rem;
}
@media only screen and (max-width: 767px) {
  .l-footer__logo {
    margin: 0 auto 2.94rem;
  }
}
.l-footer__grid {
  display: grid;
  grid-template-columns: 44rem 1fr;
  padding: 0 6.6rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .l-footer__grid {
    grid-template-columns: 36.4rem 1fr;
    padding: 0;
  }
}
.l-footer__grid_right {
  display: flex;
  gap: 12.19rem;
}
@media only screen and (max-width: 767px) {
  .l-footer__grid_right {
    flex-direction: column;
    gap: 0;
  }
}
.l-footer__address {
  margin-bottom: 4rem;
  line-height: 2.125;
  letter-spacing: 0.005em;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .l-footer__address {
    margin: 0 auto 4.5rem;
    line-height: 1.9523809524;
    text-align: center;
    font-size: 2.1rem;
  }
}
.l-footer__block + .l-footer__block {
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .l-footer__block + .l-footer__block {
    margin-top: 8.5rem;
  }
}
.l-footer__block_title {
  line-height: 2.125;
  letter-spacing: 0.005em;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .l-footer__block_title {
    line-height: 2.8571428571;
    font-size: 2.1rem;
  }
}
.l-footer__block_title a {
  text-decoration: none;
  color: var(--base);
}
.l-footer__list {
  padding-left: 1.7rem;
  line-height: 2.125;
  letter-spacing: 0.005em;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .l-footer__list {
    line-height: 2.8571428571;
    font-size: 2.1rem;
  }
}
.l-footer__list_link {
  text-decoration: none;
  color: var(--base);
}
.l-footer__bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.36rem 1.39rem;
  margin: 5.76rem auto 0;
}
@media only screen and (max-width: 767px) {
  .l-footer__bnr {
    flex-direction: column;
    align-items: center;
    gap: 2.16rem;
    margin: 7.95rem auto 0;
  }
}
.l-footer__bnr_item {
  width: 35rem;
}
@media only screen and (max-width: 767px) {
  .l-footer__bnr_item {
    width: 52.5rem;
  }
}
.l-footer__copy {
  margin: 4.47rem auto 0;
  line-height: 2.125;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 4.77rem;
  }
}

.l-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 4rem;
  }
}
.l-container--ptn1 {
  max-width: 112rem;
}

.l-page-head__body {
  padding: 0 0 19.02rem;
}
@media only screen and (max-width: 767px) {
  .l-page-head__body {
    padding: 0 0 11.25rem;
  }
}
.l-page-head__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 92rem;
  height: 42rem;
  margin: 0 auto;
  position: relative;
  transform: translateY(-5.8rem);
}
@media only screen and (max-width: 767px) {
  .l-page-head__copy {
    width: 67rem;
    height: 40.838rem;
    transform: translateY(-3.4rem);
  }
}
.l-page-head__copy_title {
  margin: 0 auto 3.61rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-size: 4.5rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .l-page-head__copy_title {
    margin-bottom: 1.95rem;
    font-size: 3.5rem;
  }
}
.l-page-head__copy_lead {
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  font-weight: 400;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .l-page-head__copy_lead {
    font-size: 2.1rem;
  }
}
.l-page-head__service {
  max-width: 109rem;
  width: 100%;
  margin: 1.54rem auto 0;
}
@media only screen and (max-width: 767px) {
  .l-page-head__service {
    margin-top: 4.75rem;
  }
}
.l-page-head__service_title {
  margin: 0 auto 3.59rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-size: 3rem;
  font-weight: 700;
}
.l-page-head__service_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .l-page-head__service_list {
    line-height: 2.3333333333;
  }
}
.l-page-head__service_item {
  padding: 0 2em;
  position: relative;
}
.l-page-head__service_item::before {
  content: "|";
  position: absolute;
  top: 0;
  left: 0;
}
.l-page-head__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.99rem;
  max-width: 108rem;
  width: 100%;
  margin: 8.6rem auto 0;
}
@media only screen and (max-width: 767px) {
  .l-page-head__grid {
    display: flex;
    flex-direction: column;
    gap: 6.34rem;
    margin-top: 6.21rem;
    padding: 0 4rem;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .l-page-head__grid_item {
    width: 52rem;
    margin: 0 auto 0 0;
  }
}
.l-page-head__grid_item:nth-child(2n) {
  transform: translateY(14.8rem);
}
@media only screen and (max-width: 767px) {
  .l-page-head__grid_item:nth-child(2n) {
    margin: 0 0 0 auto;
    transform: translateY(0);
  }
}
.l-page-head__grid_content {
  padding: 3rem 0 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .l-page-head__grid_content {
    padding: 4rem 0 0 4rem;
  }
}
.l-page-head__grid_title {
  margin: 0 0 1rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-size: 4.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .l-page-head__grid_title {
    line-height: 1.4285714286;
    font-size: 3.5rem;
  }
}
.l-page-head__grid_caption {
  line-height: 1.75;
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .l-page-head__grid_caption {
    line-height: 1.8095238095;
    font-size: 2.1rem;
  }
}
.l-page-head__grid_service {
  line-height: 1.75;
  font-size: 2.3rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .l-page-head__grid_service {
    line-height: 1.5833333333;
    font-size: 2.4rem;
  }
}

.l-page-body {
  padding: 8.34rem 0 8.25rem;
}
@media only screen and (max-width: 767px) {
  .l-page-body {
    padding: 5.3rem 0 0;
  }
}
.l-page-body__head {
  display: flex;
  max-width: 94.8rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .l-page-body__head {
    width: 100%;
    margin-bottom: 0;
    padding: 56.342rem 0 0 8.9rem;
    box-sizing: border-box;
  }
}
.l-page-body__head-default .l-page-body__head_image {
  top: 0.5rem;
  right: -27.39rem;
}
@media only screen and (max-width: 767px) {
  .l-page-body__head-default .l-page-body__head_image {
    top: 0;
    left: -3.67rem;
  }
}
.l-page-body__head-reverse {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .l-page-body__head-reverse {
    flex-direction: column;
  }
}
.l-page-body__head-reverse .l-page-body__head_image {
  width: 64.747rem;
  top: 0.5rem;
  left: -19.35rem;
}
@media only screen and (max-width: 767px) {
  .l-page-body__head-reverse .l-page-body__head_image {
    width: 76.419rem;
    top: 0;
    left: -5.42rem;
  }
}
.l-page-body__head_content {
  text-align: left;
}
.l-page-body__head_title {
  margin: 0 0 2.64rem;
  line-height: 1.3571428571;
  letter-spacing: 0.05em;
  font-size: 7rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .l-page-body__head_title {
    margin-bottom: 2.88rem;
    line-height: 1.3333333333;
    font-size: 6rem;
  }
}
.l-page-body__head_caption {
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-size: 2.6rem;
  font-weight: 500;
}
.l-page-body__head_image {
  width: 74.757rem;
  position: absolute;
}
.l-page-body__flow {
  position: relative;
}
.l-page-body__box {
  display: flex;
  gap: 2.59rem;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .l-page-body__box {
    gap: 2.95rem;
  }
}
.l-page-body__box_time {
  width: 10rem;
  padding: 10rem 0 0;
  position: relative;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-size: 3.2rem;
  font-weight: 700;
}
.l-page-body__box_time::before {
  content: "";
  width: 10rem;
  aspect-ratio: 1/1;
  background: 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.l-page-body__box_content {
  white-space: nowrap;
  text-align: left;
}
.l-page-body__box_title {
  margin: 0 0 1.18rem;
  line-height: 1.2380952381;
  letter-spacing: 0.05em;
  font-size: 4.2rem;
  font-weight: 700;
}
.l-page-body__box_title small {
  display: inline-block;
  margin-left: 1.97rem;
  font-size: 3.2rem;
}
.l-page-body__box_caption {
  line-height: 1.619047619;
  letter-spacing: 0.05em;
  font-size: 2.1rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .l-page-body__box_caption {
    line-height: 1.5;
    font-size: 2.4rem;
  }
}

.l-page-group {
  padding: 7.84rem 0 7.77rem;
}
@media only screen and (max-width: 767px) {
  .l-page-group {
    padding: 11.28rem 0;
  }
}
.l-page-group__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5.37rem 4rem;
  max-width: 108rem;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .l-page-group__list {
    flex-direction: column;
    align-items: center;
    gap: 5.84rem;
  }
}
.l-page-group__list_item {
  width: 52rem;
}
.l-page-group__list_title {
  padding: 1.5rem 0;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-size: 2.8rem;
  font-weight: 400;
  color: #FFF;
}
.l-page-group__list_content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 28rem;
  padding: 0 0 2.32rem;
  box-sizing: border-box;
  background: var(--beige1);
}
@media only screen and (max-width: 767px) {
  .l-page-group__list_content {
    padding: 0 0 2.42rem;
  }
}
.l-page-group__list_link {
  display: block;
  margin: 0 auto;
}
.l-page-group__list_tel {
  line-height: 1.2;
  font-size: 3rem;
  font-weight: 500;
}

.c-btn {
  text-decoration: none;
  cursor: pointer;
    font-size: 20px;
    border: solid 1px #333;
    padding: 0.5em;
    background-color: #fff;
}
.c-btn:hover {
    opacity: 0.7;
    transition: 1.0s;
}

.c-btn--ptn1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 7rem;
  background: var(--gray1);
  line-height: 1.4;
  font-size: 2.1rem;
  font-weight: 700;
  color: #FFF;
}
.c-btn--ptn1 .c-btn--arrow {
  display: inline-block;
  padding-right: 2.645rem;
  position: relative;
}
.c-btn--ptn1 .c-btn--arrow::after {
  content: "";
  width: 1.225rem;
  height: 1.932rem;
  background: url(../img/common/arrow-01.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.c-btn--submit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 38.415rem;
  height: 5rem;
  background: var(--red1);
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 2.1rem;
  font-weight: 700;
  color: #FFF;
}
.c-btn--submit span {
  display: inline-block;
  padding-right: 2.295rem;
  position: relative;
}
.c-btn--submit span::after {
  content: "";
  width: 1.225rem;
  height: 1.932rem;
  background: url(../img/common/arrow-01.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.p-home-news {
  padding: 4.89rem 0 5.24rem;
  background: var(--beige1);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-home-news {
    padding: 4.98rem 0 4.93rem;
  }
}
.p-home-news__title {
  margin: 0 auto 2.02rem;
  line-height: 1.75;
  font-size: 3rem;
  font-weight: 700;
  color: var(--green3);
}
@media only screen and (max-width: 767px) {
  .p-home-news__title {
    margin-bottom: 4.47rem;
  }
}
.p-home-news__list {
  display: flex;
  flex-direction: column;
  gap: 3.52rem;
}
.p-home-news__list_item {
  display: grid;
  grid-template-columns: 23.8rem 1fr;
  padding: 0 4.7rem 1.45rem;
  border-bottom: 1px solid var(--base);
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-home-news__list_item {
    grid-template-columns: 19.9rem 1fr;
    padding: 0 1.4rem 1.45rem;
  }
}
.p-home-news__list_date {
  line-height: 1.75;
  font-size: 2.1rem;
  font-weight: 500;
  color: var(--green3);
}
.p-home-news__list_title {
  line-height: 1.75;
  text-decoration: none;
  font-size: 2.1rem;
  font-weight: 500;
  color: var(--base);
}

.p-home-about {
  padding: 13.07rem 0 0;
  background: #FFF;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-home-about {
    padding: 0;
  }
}
.p-home-about__wrap {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-home-about__wrap {
    display: block;
    padding: 80.29rem 0 0;
  }
}
.p-home-about__image {
  width: 74.345rem;
  position: absolute;
  top: -6.1rem;
  left: -23.64rem;
}
@media only screen and (max-width: 767px) {
  .p-home-about__image {
    top: 4.53rem;
    left: -7.31rem;
  }
}
.p-home-about__content {
  width: 50rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-home-about__content {
    width: 100%;
    text-align: center;
  }
}
.p-home-about__title {
  margin: 0 auto 1rem;
  line-height: 1.3571428571;
  letter-spacing: 0.05em;
  font-size: 7rem;
  font-weight: 700;
  color: var(--green2);
}
@media only screen and (max-width: 767px) {
  .p-home-about__title {
    margin-bottom: 1.7rem;
    line-height: 1.4;
    font-size: 5rem;
  }
}
.p-home-about__lead {
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-size: 2.2rem;
  font-weight: 500;
}
.p-home-about__btns {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 48rem;
  margin: 5.97rem 0 0;
}
@media only screen and (max-width: 767px) {
  .p-home-about__btns {
    margin: 5.63rem auto 0;
  }
}

.p-home-service {
  padding: 13.89rem 0 0;
  background: #FFF;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-home-service {
    padding: 8.36rem 0 0;
  }
}
.p-home-service__content {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-home-service__content {
    text-align: center;
  }
}
.p-home-service__title {
  margin: 0 0 1.15rem;
  line-height: 1.3571428571;
  letter-spacing: 0.05em;
  font-size: 7rem;
  font-weight: 700;
  color: var(--green2);
}
@media only screen and (max-width: 767px) {
  .p-home-service__title {
    margin: 0 auto 2.87rem;
    line-height: 1.4;
    font-size: 5rem;
  }
}
.p-home-service__lead {
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-size: 2.2rem;
  font-weight: 500;
}
.p-home-service__images {
  position: relative;
  height: 171.9rem;
}
@media only screen and (max-width: 767px) {
  .p-home-service__images {
    height: 315.4rem;
  }
}
.p-home-service__images_item {
  position: absolute;
  z-index: 1;
}
.p-home-service__images_item.item-1 {
  width: 21.833rem;
  top: -14.6rem;
  right: 5.7rem;
}
@media only screen and (max-width: 767px) {
  .p-home-service__images_item.item-1 {
    top: 131.8rem;
    left: 0.5rem;
    right: auto;
  }
}
.p-home-service__images_item.item-1::before {
  content: "";
  width: 52.659rem;
  height: 47.531rem;
  background: url(../img/home/decoration-01.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: -35.987rem;
  left: -11.59rem;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-home-service__images_item.item-1::before {
    top: -33.2rem;
    left: calc(100% + 0.21rem);
  }
}
.p-home-service__images_item.item-2 {
  width: 22.06rem;
  top: 1.7rem;
  right: 30.3rem;
}
@media only screen and (max-width: 767px) {
  .p-home-service__images_item.item-2 {
    top: 148rem;
    left: 19.6rem;
    right: auto;
  }
}
.p-home-service__images_item.item-3 {
  width: 22.939rem;
  top: 9.9rem;
  right: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .p-home-service__images_item.item-3 {
    top: 147.8rem;
    right: 0.3rem;
  }
}
.p-home-service__images_item.item-4 {
  width: 23.17rem;
  top: 32.2rem;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .p-home-service__images_item.item-4 {
    top: 108.1rem;
    left: 3.7rem;
    right: auto;
  }
}
.p-home-service__images_item.item-5 {
  width: 21.448rem;
  top: 31.8rem;
  right: 25.2rem;
}
@media only screen and (max-width: 767px) {
  .p-home-service__images_item.item-5 {
    width: 21.447rem;
    top: 84.2rem;
    left: 0.7rem;
    right: auto;
  }
}
.p-home-service__images_item.item-6 {
  width: 19.006rem;
  top: 41.1rem;
  left: 39.9rem;
}
@media only screen and (max-width: 767px) {
  .p-home-service__images_item.item-6 {
    top: 76.1rem;
    left: 30.6rem;
  }
}
.p-home-service__images_item.item-7 {
  width: 36.968rem;
  top: 28.9rem;
  left: -0.7rem;
}
@media only screen and (max-width: 767px) {
  .p-home-service__images_item.item-7 {
    top: 50.7rem;
    left: 3.6rem;
  }
}
.p-home-service__images_item.item-7::before {
  content: "";
  width: 49.999rem;
  height: 38.354rem;
  background: url(../img/home/decoration-02.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: -25.4rem;
  left: 4.66rem;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-home-service__images_item.item-7::before {
    top: -41.6rem;
    left: 4.6rem;
  }
}
.p-home-service__images_item.item-8 {
  width: 18.954rem;
  top: 54.8rem;
  left: 27.1rem;
}
@media only screen and (max-width: 767px) {
  .p-home-service__images_item.item-8 {
    top: 63.3rem;
    left: auto;
    right: 0;
  }
}
.p-home-service__images_item.item-9 {
  width: 54.996rem;
  top: 74.1rem;
  left: -4.9rem;
}
@media only screen and (max-width: 767px) {
  .p-home-service__images_item.item-9 {
    top: 173.5rem;
    left: 0.3rem;
  }
}
.p-home-service__images_item.item-10 {
  width: 60.228rem;
  top: 56.7rem;
  right: -5.4rem;
}
@media only screen and (max-width: 767px) {
  .p-home-service__images_item.item-10 {
    top: auto;
    right: 5.6rem;
    bottom: 0;
  }
}
.p-home-service__images_item.item-10::after {
  content: "";
  width: 37.964rem;
  height: 48.292rem;
  background: url(../img/home/decoration-03.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  left: 9.3rem;
  bottom: -37.1rem;
}
@media only screen and (max-width: 767px) {
  .p-home-service__images_item.item-10::after {
    top: -35.85rem;
    left: 27.27rem;
    bottom: auto;
  }
}

.p-home-hearing {
  padding: 0 0 16.71rem;
  background: #FFF;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-home-hearing {
    padding: 6.32rem 0 6.21rem;
  }
}
.p-home-hearing__wrap {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-home-hearing__wrap {
    display: block;
  }
}
.p-home-hearing__content {
  width: 67.3rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-home-hearing__content {
    width: 100%;
    text-align: center;
  }
}
.p-home-hearing__title {
  margin: 0 0 1.46rem;
  line-height: 1.3571428571;
  letter-spacing: 0.05em;
  font-size: 7rem;
  font-weight: 700;
  color: var(--green2);
}
@media only screen and (max-width: 767px) {
  .p-home-hearing__title {
    margin: 0 auto 57.92rem;
    line-height: 1.4;
    font-size: 5rem;
  }
}
.p-home-hearing__lead {
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-size: 2.2rem;
  font-weight: 500;
}
.p-home-hearing__btns {
  width: 48rem;
  margin: 6.5rem 0 0;
}
@media only screen and (max-width: 767px) {
  .p-home-hearing__btns {
    margin: 7.49rem auto 0;
  }
}
.p-home-hearing__image {
  width: 73.75rem;
  position: absolute;
  top: -48.83rem;
  left: -19.32rem;
}
@media only screen and (max-width: 767px) {
  .p-home-hearing__image {
    top: 21.2rem;
    left: -7.38rem;
  }
}

.p-home-firstview {
  display: none;
  width: 100vw;
  height: 100vh;
  background: #FFF url(../img/home/firstview_bg.webp) 50% 50% no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}
@media only screen and (max-width: 767px) {
  .p-home-firstview {
    background: #FFF;
  }
}
.p-home-firstview.fixed {
  z-index: 0;
}
.p-home-firstview__head {
  padding: 7.89rem 0 0;
}
@media only screen and (max-width: 767px) {
  .p-home-firstview__head {
    padding: 6.65rem 0 2.92rem;
    background: #FFF;
  }
}
.p-home-firstview__head_lead {
  margin: 0 auto 10.48rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-home-firstview__head_lead {
    margin-bottom: 3.05rem;
  }
}
.p-home-firstview__head_sign {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.47rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-home-firstview__head_sign {
    gap: 0.84rem;
  }
}
.p-home-firstview__head_logo {
  display: block;
  width: 32.832rem;
}
@media only screen and (max-width: 767px) {
  .p-home-firstview__head_logo {
    width: 45.528rem;
  }
}
.p-home-firstview__head_sub {
  display: inline-block;
  padding: 0 2.5rem;
  background: rgba(255, 255, 255, 0.8);
  line-height: 1.2;
  letter-spacing: 0.22em;
  font-size: 1.609rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-home-firstview__head_sub {
    font-size: 2.233rem;
  }
}
.p-home-firstview__body {
  padding: 6.76rem 0 0;
}
@media only screen and (max-width: 767px) {
  .p-home-firstview__body {
    height: calc(100% - 14.689rem);
    padding: 15.64rem 0 0;
    box-sizing: border-box;
    background: url(../img/home/firstview_bg.webp) 50% 50% no-repeat;
    background-size: cover;
  }
}
.p-home-firstview__btns {
  display: flex;
  justify-content: center;
  gap: 13.04rem;
}
@media only screen and (max-width: 767px) {
  .p-home-firstview__btns {
    flex-direction: column;
    align-items: center;
    gap: 20.85rem;
  }
}
.p-home-firstview__btns_item {
  display: block;
}
.p-home-firstview__btns-home {
  width: 45.8rem;
}
.p-home-firstview__btns-recruit {
  width: 36.432rem;
}

.p-company-message__head {
  padding: 7.25rem 0 4.95rem;
  background: url(../img/company/message_bg.webp) 50% 50% no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .p-company-message__head {
    padding: 3.53rem 0 1.91rem;
    background-image: url(../img/company/message_bg-sp.webp);
  }
}
.p-company-message__head_content {
  width: 92.6rem;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-company-message__head_content {
    width: 100%;
    padding: 0 4.33rem;
    box-sizing: border-box;
  }
}
.p-company-message__head_sub {
  display: inline-block;
  margin: 0 0 4.81rem;
  padding: 1.3rem 9.3rem;
  box-sizing: border-box;
  background: var(--gray2);
  line-height: 1.75;
  font-size: 2.1rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-company-message__head_sub {
    margin-bottom: 41.47rem;
  }
}
.p-company-message__head_title {
  margin: 0 0 8.89rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
  font-size: 4rem;
  font-weight: 700;
  color: var(--gray2);
}
@media only screen and (max-width: 767px) {
  .p-company-message__head_title {
    margin-bottom: 2.29rem;
    text-shadow: 0.3rem 0.3rem 0.3rem rgba(7, 3, 4, 0.75);
    color: #FFF;
  }
}
.p-company-message__head_sign {
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-company-message__head_sign {
    text-shadow: 0.3rem 0.3rem 0.3rem rgba(7, 3, 4, 0.75);
    color: #FFF;
  }
}
.p-company-message__head_sign strong {
  display: inline-block;
  margin-left: 2.06rem;
  font-size: 3rem;
  font-weight: 400;
}
.p-company-message__body {
  width: 84.6rem;
  margin: 9.6rem auto 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-company-message__body {
    width: 100%;
    margin: 7.68rem auto 0;
    padding: 0 4.6rem;
    box-sizing: border-box;
  }
}
.p-company-message__body_title {
  margin: 0 0 3.47rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-size: 4.5rem;
  font-weight: 700;
  color: var(--green2);
}
@media only screen and (max-width: 767px) {
  .p-company-message__body_title {
    margin-bottom: 3.04rem;
    font-size: 3.5rem;
  }
}
.p-company-message__body p {
  line-height: 1.75;
  font-size: 2.1rem;
  font-weight: 400;
}
.p-company-message__body p + p {
  margin-top: 1.8em;
}
.p-company-message__president {
  width: 82rem;
  margin: 4.87rem auto 0;
  padding: 0 0 10rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-company-message__president {
    width: 100%;
    margin: 2rem auto 0;
    padding: 60rem 0 8.2rem;
    box-sizing: border-box;
  }
}
.p-company-message__president_content {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-company-message__president_content {
    padding: 0 8.1rem;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
}
.p-company-message__president_title {
  margin: 0 0 2.9rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 20rem;
  font-weight: 900;
  color: var(--gray2);
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .p-company-message__president_title {
    margin-bottom: 1.33rem;
  }
}
.p-company-message__president_data {
  margin: 0 0 2em;
  line-height: 1.75;
  font-size: 2.1rem;
  font-weight: 400;
  color: var(--gray2);
}
.p-company-message__president_list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.75;
  font-size: 2.1rem;
  font-weight: 400;
  color: var(--gray2);
}
.p-company-message__president_item {
  padding-left: 2.5em;
  counter-increment: president;
  position: relative;
}
.p-company-message__president_item::before {
  content: "（" counter(president) "）";
  position: absolute;
  top: 0;
  left: 0;
}
.p-company-message__president_image {
  width: 72.213rem;
  position: absolute;
  top: 7.6rem;
  right: -33.71rem;
}
@media only screen and (max-width: 767px) {
  .p-company-message__president_image {
    width: 70.18rem;
    top: 0;
    right: 50%;
    transform: translateX(50%);
  }
}

.p-company-information {
  padding: 4.79rem 0 22.9rem;
  background: var(--beige1);
}
@media only screen and (max-width: 767px) {
  .p-company-information {
    padding: 6.63rem 0 4.9rem;
  }
}
.p-company-information__wrap {
  width: 80rem;
  margin: 0 auto;
  padding: 3.95rem 8.9rem 4.61rem;
  box-shadow: 0.6rem 0.8rem 0 rgba(163, 164, 163, 0.7);
  box-sizing: border-box;
  background: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-company-information__wrap {
    width: calc(100% - 8rem);
    padding: 3.95rem 2.35rem 4.61rem;
  }
}
.p-company-information__block + .p-company-information__block {
  margin-top: 9.88rem;
}
@media only screen and (max-width: 767px) {
  .p-company-information__block + .p-company-information__block {
    margin-top: 12.05rem;
  }
}
.p-company-information__block_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34.016rem;
  height: 5.61rem;
  margin: 0 0 6.38rem;
  background: var(--gradation1);
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 2.1rem;
  font-weight: 700;
  color: #FFF;
  transform: translateX(-22.9rem);
}
@media only screen and (max-width: 767px) {
  .p-company-information__block_title {
    font-size: 2.4rem;
    transform: translateX(-6.5rem);
  }
}
.p-company-information__overview {
  display: grid;
  grid-template-columns: 19.1rem 1fr;
  margin: 0;
  padding: 2rem 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: var(--base);
  box-sizing: border-box;
  line-height: 1.75;
  font-size: 2.1rem;
  font-weight: 400;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-company-information__overview {
    grid-template-columns: 13.6rem 1fr;
    padding: 2.3rem 0;
    font-size: 2.4rem;
  }
}
.p-company-information__overview + .p-company-information__overview {
  border-width: 0 0 1px 0;
}
.p-company-information__overview_title {
  padding-left: 2.4rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .p-company-information__overview_title {
    padding-left: 1.3rem;
    font-size: 2.1rem;
    opacity: 0.8;
  }
}
.p-company-information__access_map {
  width: 51.3rem;
  aspect-ratio: 1/0.75;
  margin: 0 auto;
}
.p-company-information__access_map iframe {
  width: 100%;
  height: 100%;
}
.p-company-information__office {
  padding: 3rem 0 2.4rem 15.1rem;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: var(--base);
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-company-information__office {
    padding: 2.2rem 0 1.73rem 10.7rem;
  }
}
.p-company-information__office + .p-company-information__office {
  border-width: 0 0 1px 0;
}
.p-company-information__office_name {
  margin: 0 0 1.78rem;
  line-height: 1.6666666667;
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-company-information__office_name {
    margin-bottom: 1.65rem;
  }
}
.p-company-information__office_name strong {
  font-size: 2.5rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-company-information__office_name strong {
    font-size: 3.2rem;
  }
}
.p-company-information__office_address {
  line-height: 1.6666666667;
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-company-information__office_address {
    line-height: 1.4583333333;
    font-size: 2.4rem;
  }
}
.p-company-information__privacy {
  width: 84.8rem;
  margin: 12.92rem auto 0;
}
@media only screen and (max-width: 767px) {
  .p-company-information__privacy {
    width: 100%;
    margin: 13.45rem auto 0;
    padding: 0 8rem;
    box-sizing: border-box;
  }
}
.p-company-information__privacy_title {
  transform: translateX(-11.6rem);
}
@media only screen and (max-width: 767px) {
  .p-company-information__privacy_title {
    transform: translateX(-8rem);
  }
}
.p-company-information__privacy_block {
  margin: 0;
  line-height: 1.9047619048;
  text-align: left;
  font-size: 2.1rem;
  font-weight: 400;
}
.p-company-information__privacy_block + .p-company-information__privacy_block {
  margin-top: 1.8em;
}
.p-company-information__privacy_block_title {
  font-size: 2.5rem;
}

.p-nursing-home__copy {
  background: var(--gradation1);
  mix-blend-mode: multiply;
}
.p-nursing-home__service_list {
  max-width: 77.4rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 767px) {
  .p-nursing-home__service_list .l-page-head__service_item:nth-child(5)::after, .p-nursing-home__service_list .l-page-head__service_item:nth-child(8)::after {
    content: "|";
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-nursing-home__service_list .l-page-head__service_item:nth-child(5)::after, .p-nursing-home__service_list .l-page-head__service_item:nth-child(8)::after {
    content: "|";
    position: absolute;
    top: 0;
    right: 0;
  }
}
.p-nursing-home__head_grid .l-page-head__grid_title {
  color: var(--green2);
}
.p-nursing-home-body {
  background: var(--beige1);
}
.p-nursing-home-body .l-page-body__head {
  margin-bottom: 5.95rem;
}
@media only screen and (max-width: 767px) {
  .p-nursing-home-body .l-page-body__head {
    margin-bottom: 4.87rem;
  }
}
.p-nursing-home-body .l-page-body__head_title {
  color: var(--green2);
}
.p-nursing-home-body .l-page-body__flow {
  max-width: 108rem;
  width: 100%;
  height: 262.1rem;
  margin: 0 auto;
  background: url(../img/nursing-home/img-07.webp) 50% 0 no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .p-nursing-home-body .l-page-body__flow {
    height: 298.8rem;
    background-image: url(../img/nursing-home/img-07-sp.webp);
  }
}
.p-nursing-home-body .l-page-body__box_time {
  color: var(--green2);
}
.p-nursing-home-body .l-page-body__box_time-1::before {
  background-image: url(../img/nursing-home/time-01.svg);
}
.p-nursing-home-body .l-page-body__box_time-2::before {
  background-image: url(../img/nursing-home/time-02.svg);
}
.p-nursing-home-body .l-page-body__box_time-3::before {
  background-image: url(../img/nursing-home/time-03.svg);
}
.p-nursing-home-body .l-page-body__box_time-4::before {
  background-image: url(../img/nursing-home/time-04.svg);
}
.p-nursing-home-body .l-page-body__box_time-5::before {
  background-image: url(../img/nursing-home/time-05.svg);
}
.p-nursing-home-body .l-page-body__box_time-6::before {
  background-image: url(../img/nursing-home/time-06.svg);
}
.p-nursing-home-body .l-page-body__box_time-7::before {
  background-image: url(../img/nursing-home/time-07.svg);
}
.p-nursing-home-body .l-page-body__box_time-8::before {
  background-image: url(../img/nursing-home/time-08.svg);
}
.p-nursing-home-body .l-page-body__box_title {
  color: var(--green2);
}
.p-nursing-home-body .l-page-body__box_title span {
  background: linear-gradient(to top, var(--yellow1) 3.3rem, rgba(255, 255, 255, 0) 3.3rem);
}
.p-nursing-home-body .l-page-body__box-1 {
  top: 0;
  left: 13.2rem;
}
@media only screen and (max-width: 767px) {
  .p-nursing-home-body .l-page-body__box-1 {
    top: 23.2rem;
    left: 4rem;
  }
}
.p-nursing-home-body .l-page-body__box-2 {
  top: 38.9rem;
  left: 42.4rem;
}
@media only screen and (max-width: 767px) {
  .p-nursing-home-body .l-page-body__box-2 {
    top: 57.4rem;
    left: 4rem;
  }
}
.p-nursing-home-body .l-page-body__box-3 {
  top: 75rem;
  left: 14.2rem;
}
@media only screen and (max-width: 767px) {
  .p-nursing-home-body .l-page-body__box-3 {
    top: 98.8rem;
    left: 4rem;
  }
}
.p-nursing-home-body .l-page-body__box-4 {
  top: 105rem;
  right: 20.1rem;
}
@media only screen and (max-width: 767px) {
  .p-nursing-home-body .l-page-body__box-4 {
    top: 124.1rem;
    left: 4rem;
    right: auto;
  }
}
.p-nursing-home-body .l-page-body__box-5 {
  top: 141.5rem;
  right: 20.1rem;
}
@media only screen and (max-width: 767px) {
  .p-nursing-home-body .l-page-body__box-5 {
    top: 162.1rem;
    left: 4rem;
    right: auto;
  }
}
.p-nursing-home-body .l-page-body__box-6 {
  top: 178.7rem;
  left: 14.5rem;
}
@media only screen and (max-width: 767px) {
  .p-nursing-home-body .l-page-body__box-6 {
    top: 203.8rem;
    left: 4rem;
  }
}
.p-nursing-home-body .l-page-body__box-7 {
  top: 210.2rem;
  left: 45.4rem;
}
@media only screen and (max-width: 767px) {
  .p-nursing-home-body .l-page-body__box-7 {
    top: 241.5rem;
    left: 4rem;
  }
}
.p-nursing-home-body .l-page-body__box-8 {
  top: 236rem;
  left: 37.3rem;
}
@media only screen and (max-width: 767px) {
  .p-nursing-home-body .l-page-body__box-8 {
    top: 267.8rem;
    left: 4rem;
  }
}
.p-nursing-home__group_item .l-page-group__list_title {
  background: var(--gradation1);
}
.p-nursing-home__group_item .l-page-group__list_link.minamisengi {
  width: 37.949rem;
  margin-bottom: 2.38rem;
}
.p-nursing-home__group_item .l-page-group__list_link.horishita {
  width: 34.997rem;
  margin-bottom: 2.04rem;
}
.p-nursing-home__group_item .l-page-group__list_link.oizumi {
  width: 34.997rem;
  margin-bottom: 2.04rem;
}
.p-nursing-home__group_item .l-page-group__list_link.shirone {
  width: 34.997rem;
  margin-bottom: 1.96rem;
}

.p-day-care__copy {
  background: var(--gradation3);
  mix-blend-mode: multiply;
}
.p-day-care__service_list {
  max-width: 77.4rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 767px) {
  .p-day-care__service_list .l-page-head__service_item:nth-child(5)::after, .p-day-care__service_list .l-page-head__service_item:nth-child(8)::after {
    content: "|";
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-day-care__service_list .l-page-head__service_item:nth-child(5)::after, .p-day-care__service_list .l-page-head__service_item:nth-child(8)::after {
    content: "|";
    position: absolute;
    top: 0;
    right: 0;
  }
}
.p-day-care__head_grid .l-page-head__grid_title {
  color: var(--purple1);
}
.p-day-care-body {
  background: var(--beige1);
}
.p-day-care-body .l-page-body__head_title {
  color: var(--purple1);
}
.p-day-care-body .l-page-body__flow {
  max-width: 108rem;
  width: 100%;
  height: 232.2rem;
  margin: 0 auto;
  background: url(../img/day-care/img-05.webp) 50% 0 no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .p-day-care-body .l-page-body__flow {
    height: 240.7rem;
    background-image: url(../img/day-care/img-05-sp.webp);
  }
}
.p-day-care-body .l-page-body__box_time {
  color: var(--purple1);
}
.p-day-care-body .l-page-body__box_time-1::before {
  background-image: url(../img/day-care/time-01.svg);
}
.p-day-care-body .l-page-body__box_time-2::before {
  background-image: url(../img/day-care/time-02.svg);
}
.p-day-care-body .l-page-body__box_time-3::before {
  background-image: url(../img/day-care/time-03.svg);
}
.p-day-care-body .l-page-body__box_time-4::before {
  background-image: url(../img/day-care/time-04.svg);
}
.p-day-care-body .l-page-body__box_time-5::before {
  background-image: url(../img/day-care/time-05.svg);
}
.p-day-care-body .l-page-body__box_time-6::before {
  background-image: url(../img/day-care/time-06.svg);
}
.p-day-care-body .l-page-body__box_time-7::before {
  background-image: url(../img/day-care/time-07.svg);
}
.p-day-care-body .l-page-body__box_time-8::before {
  background-image: url(../img/day-care/time-08.svg);
}
.p-day-care-body .l-page-body__box_title {
  color: var(--purple1);
}
.p-day-care-body .l-page-body__box_title span {
  background: linear-gradient(to top, var(--yellow1) 3.3rem, rgba(255, 255, 255, 0) 3.3rem);
}
.p-day-care-body .l-page-body__box-1 {
  top: 23.1rem;
  left: 46.3rem;
}
@media only screen and (max-width: 767px) {
  .p-day-care-body .l-page-body__box-1 {
    top: 4.4rem;
    left: 4rem;
  }
}
.p-day-care-body .l-page-body__box-2 {
  top: 60.3rem;
  left: 19.3rem;
}
@media only screen and (max-width: 767px) {
  .p-day-care-body .l-page-body__box-2 {
    top: 51.8rem;
    left: 4rem;
  }
}
.p-day-care-body .l-page-body__box-3 {
  top: 90.8rem;
  left: 52.2rem;
}
@media only screen and (max-width: 767px) {
  .p-day-care-body .l-page-body__box-3 {
    top: 89.9rem;
    left: 4rem;
  }
}
.p-day-care-body .l-page-body__box-4 {
  top: 126.3rem;
  left: 57.2rem;
}
@media only screen and (max-width: 767px) {
  .p-day-care-body .l-page-body__box-4 {
    top: 131.1rem;
    left: 4rem;
    right: auto;
  }
}
.p-day-care-body .l-page-body__box-5 {
  top: 164.7rem;
  left: 19.9rem;
}
@media only screen and (max-width: 767px) {
  .p-day-care-body .l-page-body__box-5 {
    top: 159rem;
    left: 4rem;
    right: auto;
  }
}
.p-day-care-body .l-page-body__box-6 {
  top: 195rem;
  left: 50.9rem;
}
@media only screen and (max-width: 767px) {
  .p-day-care-body .l-page-body__box-6 {
    top: 204.5rem;
    left: 4rem;
  }
}
.p-day-care__group_item .l-page-group__list_title {
  background: var(--gradation1);
}
.p-day-care__group_item .l-page-group__list_link.minamisengi {
  width: 37.949rem;
  margin-bottom: 2.38rem;
}
.p-day-care__group_item .l-page-group__list_link.horishita {
  width: 34.997rem;
  margin-bottom: 2.04rem;
}
.p-day-care__group_item .l-page-group__list_link.oizumi {
  width: 34.997rem;
  margin-bottom: 2.04rem;
}
.p-day-care__group_item .l-page-group__list_link.shirone {
  width: 34.997rem;
  margin-bottom: 1.96rem;
}

.p-home-nursing__copy {
  background: var(--gradation2);
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 767px) {
  .p-home-nursing__service_list .l-page-head__service_item:nth-child(4)::after, .p-home-nursing__service_list .l-page-head__service_item:nth-child(7)::after, .p-home-nursing__service_list .l-page-head__service_item:nth-child(9)::after {
    content: "|";
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-home-nursing__service_list .l-page-head__service_item:nth-child(3)::after, .p-home-nursing__service_list .l-page-head__service_item:nth-child(6)::after, .p-home-nursing__service_list .l-page-head__service_item:nth-child(8)::after, .p-home-nursing__service_list .l-page-head__service_item:nth-child(9)::after {
    content: "|";
    position: absolute;
    top: 0;
    right: 0;
  }
}
.p-home-nursing__head_grid .l-page-head__grid_title {
  color: var(--orange1);
}
.p-home-nursing-body {
  background: var(--orange2);
}
.p-home-nursing-body .l-page-body__head {
  margin-bottom: 14.7rem;
}
@media only screen and (max-width: 767px) {
  .p-home-nursing-body .l-page-body__head {
    margin-bottom: 0;
  }
}
.p-home-nursing-body .l-page-body__head_title {
  color: var(--orange1);
}
.p-home-nursing-body .l-page-body__flow {
  max-width: 108rem;
  width: 100%;
  height: 222.9rem;
  margin: 0 auto;
  background: url(../img/home-nursing/img-05.webp) 50% 0 no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  .p-home-nursing-body .l-page-body__flow {
    height: 297.1rem;
    background-image: url(../img/home-nursing/img-05-sp.webp);
  }
}
.p-home-nursing-body .l-page-body__box_time {
  color: var(--orange1);
}
.p-home-nursing-body .l-page-body__box_time-1::before {
  background-image: url(../img/home-nursing/time-01.svg);
}
.p-home-nursing-body .l-page-body__box_time-2::before {
  background-image: url(../img/home-nursing/time-02.svg);
}
.p-home-nursing-body .l-page-body__box_time-3::before {
  background-image: url(../img/home-nursing/time-03.svg);
}
.p-home-nursing-body .l-page-body__box_time-4::before {
  background-image: url(../img/home-nursing/time-04.svg);
}
.p-home-nursing-body .l-page-body__box_time-5::before {
  background-image: url(../img/home-nursing/time-05.svg);
}
.p-home-nursing-body .l-page-body__box_time-6::before {
  background-image: url(../img/home-nursing/time-06.svg);
}
.p-home-nursing-body .l-page-body__box_time-7::before {
  background-image: url(../img/home-nursing/time-07.svg);
}
.p-home-nursing-body .l-page-body__box_time-8::before {
  background-image: url(../img/home-nursing/time-08.svg);
}
.p-home-nursing-body .l-page-body__box_title {
  color: var(--orange1);
}
.p-home-nursing-body .l-page-body__box_title span {
  background: linear-gradient(to top, var(--yellow1) 3.3rem, rgba(255, 255, 255, 0) 3.3rem);
}
.p-home-nursing-body .l-page-body__box-1 {
  top: 17rem;
  right: 6.1rem;
}
@media only screen and (max-width: 767px) {
  .p-home-nursing-body .l-page-body__box-1 {
    top: 35.7rem;
    left: 4rem;
    right: 0;
  }
}
.p-home-nursing-body .l-page-body__box-2 {
  top: 52.4rem;
  left: 4.4rem;
}
@media only screen and (max-width: 767px) {
  .p-home-nursing-body .l-page-body__box-2 {
    top: 86rem;
    left: 4rem;
  }
}
.p-home-nursing-body .l-page-body__box-3 {
  top: 126.9rem;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .p-home-nursing-body .l-page-body__box-3 {
    top: 182.3rem;
    left: 4rem;
  }
}
.p-home-nursing-body .l-page-body__box-4 {
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .p-home-nursing-body .l-page-body__box-4 {
    left: 4rem;
    bottom: 7.63rem;
  }
}
.p-home-nursing__group_item .l-page-group__list_title {
  background: var(--orange1);
}
.p-home-nursing__group_item .l-page-group__list_link.yousoro {
  width: 34.586rem;
  margin-bottom: 6.73rem;
}

.p-administration {
  padding: 11.33rem 0 9.44rem;
  background: var(--beige1);
}
.p-administration__block {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  padding: 3.87rem 10.1rem 4.5rem;
  box-shadow: 0.51rem 0.6rem 0 rgba(163, 164, 163, 0.7);
  box-sizing: border-box;
  background: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-administration__block {
    width: calc(100% - 8rem);
    padding: 3.95rem 4rem 3.6rem;
  }
}
.p-administration__block + .p-administration__block {
  margin-top: 4.28rem;
}
.p-administration__block_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34.016rem;
  height: 5.61rem;
  margin: 0 0 3.87rem;
  background: var(--gradation1);
  transform: translateX(-24.2rem);
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-size: 2.1rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-administration__block_title {
    width: 41.678rem;
    transform: translateX(-10.2rem);
    font-size: 2.4rem;
  }
}
.p-administration__office {
  line-height: 2.0625;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}
.p-administration__office + .p-administration__office {
  margin-top: 1.8em;
}
.p-administration__office_title {
  margin-bottom: 0.5rem;
  line-height: 1.65;
  font-size: 2rem;
  font-weight: 700;
}
.p-administration__office_box {
  display: grid;
  grid-template-columns: 13.7rem 1fr;
}
@media only screen and (max-width: 767px) {
  .p-administration__office_box {
    grid-template-columns: 14.2rem 1fr;
  }
}
.p-administration__treatment {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-administration__treatment {
    width: 47rem;
  }
}
.p-administration__treatment + .p-administration__treatment {
  margin-top: 6rem;
}
.p-administration__treatment_lead {
  margin: 0 0 3.2rem;
  padding: 0 2rem;
  box-sizing: border-box;
  line-height: 1.8333333333;
  text-align: left;
  font-size: 1.8rem;
}
.p-administration__treatment_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.519rem;
  margin: 0 auto 1.84rem;
  background: var(--gradation1);
  line-height: 1.2;
  font-size: 2.1rem;
  font-weight: 700;
  color: #FFF;
}
.p-administration__treatment_content {
  padding: 0 8.3rem;
  box-sizing: border-box;
  line-height: 1.8333333333;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-administration__treatment_content {
    padding: 0 2.5rem;
  }
}
.p-administration__evalution {
  margin: 0 auto;
  line-height: 1.75;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 400;
}
.p-administration__evalution + .p-administration__evalution {
  margin-top: 1.8em;
}
.p-administration__evalution_title {
  font-size: 2.1rem;
  font-weight: 500;
}
.p-administration__evalution_content a {
  text-decoration: none;
  color: var(--green2);
}

.p-form {
  padding: 8.59rem 0 12.49rem;
  background: var(--beige1);
}
@media only screen and (max-width: 767px) {
  .p-form {
    padding: 5.14rem 0 10.81rem;
  }
}
.p-form__block {
  width: 91.682rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-form__block {
    width: calc(100% - 8rem);
  }
}

/* フォームエラーメッセージ追加*/ 
.l-form__box_content{
    font-size: 18px;
    color: #f00;
    margin-bottom: 1em;
}
.error_messe{
    font-size: 18px;
    margin-bottom: 0.75em;
}

.p-form__block + .p-form__block {
  margin-top: 10rem;
}
.p-form__block_title {
  margin: 0 auto 3.74rem;
  padding: 1.25rem 0 1.25rem;
  border-width: 0.2rem 0 0.2rem 0;
  border-style: solid;
  border-color: var(--gray3);
  box-sizing: border-box;
  line-height: 1.75;
  font-size: 2.4rem;
  font-weight: 700;
}
.p-form__box {
  display: flex;
  align-items: flex-start;
  gap: 4.6rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .p-form__box {
    gap: 4.3rem;
  }
}
.p-form__box + .p-form__box {
  margin-top: 3.4rem;
}
.p-form__box_title {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  width: 22.1rem;
  padding: 1rem 0 0;
  line-height: 1.75;
  text-align: right;
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-form__box_title {
    width: 19.4rem;
  }
}
.p-form__box_title::after {
  content: "必須";
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.29rem;
  height: 2.4rem;
  background: var(--red1);
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFF;
}
.p-form__box_title.norequired {
  width: 30rem;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .p-form__box_title.norequired {
    width: 19.4rem;
  }
}
.p-form__box_title.norequired::after {
  display: none;
}
.p-form__box_content {
  width: calc(100% - 22.1rem - 4.6rem);
  line-height: 1.75;
  text-align: left;
  font-size: 2rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-form__box_content {
    width: calc(100% - 19.4rem - 4.3rem);
  }
}
.p-form__box_content-ptn2 {
  width: calc(100% - 30rem - 4.6rem);
}
@media only screen and (max-width: 767px) {
  .p-form__box_content-ptn2 {
    width: calc(100% - 19.4rem - 4.3rem);
  }
}
.p-form__box_content input[type=text],
.p-form__box_content input[type=email],
.p-form__box_content input[type=tel],
.p-form__box_content textarea {
  width: 100%;
  padding: 1.47rem 1.5rem 1.51rem;
  border: 0.2rem solid var(--gray3);
  border-radius: 0.567rem;
  box-sizing: border-box;
  background: #FFF;
}
.p-form__input_short {
  width: 36.561rem;
}
@media only screen and (max-width: 767px) {
  .p-form__input_short {
    width: 100%;
  }
}
.p-form__input_age {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 19.8rem;
}
@media only screen and (max-width: 767px) {
  .p-form__input_age {
    width: 19.5rem;
  }
}
.p-form__radio {
  display: flex;
  gap: 2em;
  padding-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .p-form__radio {
    gap: 1.2em;
  }
}
.p-form__radio_label {
  display: block;
}
.p-form__radio_label input[type=radio] {
  display: none;
}
.p-form__radio_label input[type=radio] + span {
  padding-left: 1.5em;
  position: relative;
}
.p-form__radio_label input[type=radio] + span::before {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  border: 1px solid var(--base);
  border-radius: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
}
.p-form__radio_label input[type=radio]:checked + span::before {
  border: 0.6rem solid var(--green1);
  background: #FFF;
}
.p-form__checkbox_label {
  display: block;
}
.p-form__checkbox_label input[type=checkbox] {
  display: none;
}
.p-form__checkbox_label input[type=checkbox] + span {
  padding-left: 1.5em;
  position: relative;
}
.p-form__checkbox_label input[type=checkbox] + span::before, .p-form__checkbox_label input[type=checkbox] + span::after {
  content: "";
  position: absolute;
}
.p-form__checkbox_label input[type=checkbox] + span::before {
  width: 1em;
  aspect-ratio: 1/1;
  border: 1px solid var(--base);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-form__checkbox_label input[type=checkbox] + span::after {
  width: 0.2em;
  height: 0.5em;
  border-width: 0 0.4rem 0.4rem 0;
  border-style: solid;
  border-color: #FFF;
  top: 43%;
  left: 0.3em;
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
}
.p-form__checkbox_label input[type=checkbox]:checked + span::before {
  border: 0;
  border-radius: 0.3rem;
  background: var(--green1);
}
.p-form__checkbox_label input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.p-form__facility {
  margin: 2em 0 0;
}
.p-form__facility_lead {
  margin: 0 0 0.5em;
}
.p-form__facility_lead span {
  display: inline-block;
  margin-left: 1em;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--red1);
}
@media only screen and (max-width: 767px) {
  .p-form__facility_lead span {
    display: block;
    margin-left: 0;
  }
}
.p-form__facility_checkbox {
  display: flex;
  flex-direction: column;
  padding-left: 1em;
}
.p-form__privacy {
  width: 91.682rem;
  margin: 6.97rem auto 0;
  padding: 3.33rem 0 3.79rem;
  border-width: 0.2rem 0 0.2rem 0;
  border-style: solid;
  border-color: var(--gray3);
  box-sizing: border-box;
  line-height: 1.9047619048;
  text-align: left;
  font-size: 2.1rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-form__privacy {
    width: calc(100% - 8rem);
  }
}
.p-form__privacy a {
  color: var(--base);
}
.p-form__questionnaire {
  width: 91.682rem;
  margin: 8.22rem auto 0;
}
@media only screen and (max-width: 767px) {
  .p-form__questionnaire {
    width: calc(100% - 8rem);
  }
}
.p-form__questionnaire_title {
  margin: 0 auto 5.67rem;
  line-height: 1.75;
  font-size: 2rem;
  font-weight: 700;
}
.p-form__questionnaire_content {
  display: flex;
  justify-content: center;
  gap: 2em;
  line-height: 1.75;
  font-size: 2rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-form__questionnaire_content {
    gap: 1.2em;
  }
}
.p-form__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin: 8.69rem auto 0;
}

.p-facility-top {
  padding: 5.5rem 0 6.68rem;
}
@media only screen and (max-width: 767px) {
  .p-facility-top {
    padding: 8.34rem 0 13rem;
  }
}
.p-facility-top__title {
  margin: 0 0 1.76rem;
  line-height: 1.3220338983;
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 5.9rem;
  font-weight: 700;
  color: var(--green5);
}
@media only screen and (max-width: 767px) {
  .p-facility-top__title {
    margin-bottom: 1.67rem;
    line-height: 1.4285714286;
    text-align: center;
    font-size: 3.5rem;
  }
}
.p-facility-top__lead {
  margin: 0 0 4.72rem;
  line-height: 1.7307692308;
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 2.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-facility-top__lead {
    margin-bottom: 3.25rem;
    line-height: 1.4285714286;
    text-align: center;
    font-size: 2.4rem;
  }
}
.p-facility-top__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 4rem;
}
@media only screen and (max-width: 767px) {
  .p-facility-top__grid {
    grid-template-columns: 100%;
    gap: 5rem;
    width: 52rem;
    margin: 0 auto;
  }
}
.p-facility-top__grid_item {
  width: 100%;
  height: 42rem;
  padding: 3rem 2.8rem 0;
  box-sizing: border-box;
  background: 50% 50% no-repeat;
  background-size: 100%;
}
.p-facility-top__grid_item:nth-child(1) {
  background-image: url(../img/facility/bg-01.webp);
}
.p-facility-top__grid_item:nth-child(1) .p-facility-top__grid_title {
  margin-bottom: 1.21rem;
}
.p-facility-top__grid_item:nth-child(1) .p-facility-top__grid_link {
  margin: 1.83rem 0 0;
}
.p-facility-top__grid_item:nth-child(2) {
  background-image: url(../img/facility/bg-02.webp);
}
.p-facility-top__grid_item:nth-child(2) .p-facility-top__grid_title {
  margin-bottom: 1.21rem;
}
.p-facility-top__grid_item:nth-child(2) .p-facility-top__grid_link {
  margin: 5.43rem 0 0;
}
.p-facility-top__grid_item:nth-child(3) {
  background-image: url(../img/facility/bg-03.webp);
}
.p-facility-top__grid_item:nth-child(3) .p-facility-top__grid_title {
  margin-bottom: 5.41rem;
}
.p-facility-top__grid_item:nth-child(3) .p-facility-top__grid_link {
  margin: 3.63rem 0 0;
}
.p-facility-top__grid_item:nth-child(4) {
  background-image: url(../img/facility/bg-04.webp);
}
.p-facility-top__grid_item:nth-child(4) .p-facility-top__grid_title {
  margin-bottom: 5.41rem;
}
.p-facility-top__grid_item:nth-child(4) .p-facility-top__grid_link {
  margin: 3.63rem 0 0;
}
.p-facility-top__grid_item:nth-child(5) {
  background-image: url(../img/facility/bg-05.webp);
}
.p-facility-top__grid_item:nth-child(5) .p-facility-top__grid_title {
  margin-bottom: 1.91rem;
}
.p-facility-top__grid_item:nth-child(5) .p-facility-top__grid_link {
  margin: 5.53rem 0 0;
}
.p-facility-top__grid_list {
  line-height: 1.4375;
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--green5);
}
.p-facility-top__grid_list li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-facility-top__grid_list li::before {
  content: "◆";
  color: var(--base);
}
.p-facility-top__grid_link {
  display: block;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--green5);
}
.p-facility-top__grid_link span {
  display: inline-block;
  padding-right: 1.234rem;
  position: relative;
}
.p-facility-top__grid_link span::after {
  content: "";
  width: 1.034rem;
  height: 1.707rem;
  background: url(../img/facility/arrow-01.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.p-facility-head {
  position: relative;
}
.p-facility-head__lead {
  position: absolute;
  line-height: 1.4642857143;
  letter-spacing: 0.05em;
  text-align: left;
  text-shadow: 0.1rem 0.1rem 0.5rem rgb(35, 24, 21);
  font-size: 5.6rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-facility-head__lead {
    line-height: 1.5714285714;
    font-size: 3.5rem;
  }
}

.p-facility-target {
  padding: 13.71rem 0 5.02rem;
}
@media only screen and (max-width: 767px) {
  .p-facility-target {
    padding: 6.68rem 0 12.16rem;
  }
}
.p-facility-target__wrap {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-facility-target__wrap {
    flex-direction: column;
    gap: 4.66rem;
  }
}
.p-facility-target__content {
  width: 52rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-facility-target__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
  }
}
.p-facility-target__title {
  margin: 0 0 2.44rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-size: 6rem;
  font-weight: 700;
  color: var(--green5);
}
@media only screen and (max-width: 767px) {
  .p-facility-target__title {
    margin: 0 auto 4.43rem;
    font-size: 4.5rem;
  }
}
.p-facility-target__title span {
  line-height: 1.6774193548;
  font-size: 3.1rem;
}
.p-facility-target__title-ptn2 {
  margin: 0 0 2rem;
  line-height: 1.1818181818;
  letter-spacing: 0.05em;
  font-size: 4.4rem;
  font-weight: 700;
  color: var(--green5);
}
.p-facility-target__lead {
  line-height: 1.9807692308;
  letter-spacing: 0.05em;
  font-size: 2.6rem;
  font-weight: 500;
}
.p-facility-target__list {
  line-height: 1.9807692308;
  letter-spacing: 0.05em;
  font-size: 2.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-facility-target__list {
    margin: 0 auto;
    text-align: left;
  }
}
.p-facility-target__list li {
  padding-left: 4.475rem;
  position: relative;
}
.p-facility-target__list li::before {
  content: "";
  width: 3.026rem;
  height: 2.812rem;
  background: url(../img/common/icon-check.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0.6em;
  left: 0;
}
.p-facility-target__image {
  width: 73.4rem;
  position: absolute;
  top: -4.2rem;
  left: -22.1rem;
}
@media only screen and (max-width: 767px) {
  .p-facility-target__image {
    width: calc(100% + 8rem);
    margin: 0 -4rem;
    position: static;
  }
  .p-facility-target__image img {
    width: 73.4rem;
    margin: 0 auto;
  }
}

.p-facility-inside {
  padding: 9.24rem 0 7.68rem;
  background: var(--beige3);
}
@media only screen and (max-width: 767px) {
  .p-facility-inside {
    padding: 5.96rem 0 16.24rem;
    overflow-x: hidden;
  }
}
.p-facility-inside__wrap {
  padding: 0 0 0 9.7rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-facility-inside__wrap {
    padding: 0;
    text-align: center;
  }
}
.p-facility-inside__title {
  margin: 0 0 1.71rem;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  font-size: 6rem;
  font-weight: 700;
  color: var(--green5);
}
@media only screen and (max-width: 767px) {
  .p-facility-inside__title {
    margin-bottom: 1.81rem;
    font-size: 5.5rem;
  }
}
.p-facility-inside__lead {
  margin: 0;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-size: 2.6rem;
}
.p-facility-inside__item {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
@media only screen and (max-width: 767px) {
  .p-facility-inside__item {
    flex-direction: row;
    position: relative;
    text-align: left;
  }
}
.p-facility-inside__item_title {
  display: flex;
  align-items: center;
  gap: 0.92rem;
  margin: 0 0 0.11rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--green5);
}
@media only screen and (max-width: 767px) {
  .p-facility-inside__item_title {
    margin-bottom: 1.57rem;
  }
}
.p-facility-inside__item_title span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7.2rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: var(--gradation1);
  line-height: 1.2;
  font-size: 3.5rem;
  color: #FFF;
}
.p-facility-inside__item_caption {
  line-height: 1.619047619;
  font-size: 2.1rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-facility-inside__item_caption {
    padding-left: 8.4rem;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .p-facility-inside__item_image {
    position: absolute;
  }
}

.p-facility-info {
  padding: 11.36rem 0 10.92rem;
}
@media only screen and (max-width: 767px) {
  .p-facility-info {
    padding: 10.04rem 0 10.4rem;
  }
}
.p-facility-info__block {
  margin: 0 auto;
}
.p-facility-info__block + .p-facility-info__block {
  margin-top: 8rem;
}
.p-facility-info__block_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34.016rem;
  height: 5.61rem;
  margin: 0 0 6.39rem;
  background: var(--gradation1);
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-size: 2.1rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .p-facility-info__block_title {
    margin-left: -4rem;
    font-size: 2.4rem;
  }
}
.p-facility-info__block_inner {
  padding-left: 22.9rem;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-facility-info__block_inner {
    padding: 0 2.3rem;
  }
}
.p-facility-info__block_asterisk {
  padding-left: 1em;
  text-indent: -1em;
}
.p-facility-info__block_asterisk::before {
  content: "※";
}
.p-facility-info__block_map {
  width: 54.656rem;
  height: 33.565rem;
}
@media only screen and (max-width: 767px) {
  .p-facility-info__block_map {
    margin: 0 auto;
  }
}
.p-facility-info__block_map iframe {
  width: 100%;
  height: 100%;
}
.p-facility-info__block_streetview figure {
  display: block;
  width: 54.656rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .p-facility-info__block_streetview figure {
    margin: 0 auto;
  }
}
.p-facility-info__block_streetview iframe {
  width: 100%;
  height: 33.565rem;
}
@media only screen and (max-width: 767px) {
  .p-facility-info__block_streetview iframe {
    margin: 0 auto;
  }
}
.p-facility-info__block_streetview figcaption {
  margin: 1.8rem 0 0;
  line-height: 1.875;
  font-size: 1.6rem;
  font-weight: 400;
}
.p-facility-info__overview {
  display: grid;
  grid-template-columns: 20.8rem 1fr;
  width: 62.255rem;
  margin: 0;
  padding: 2.3rem 2.4rem;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: var(--gray2);
  box-sizing: border-box;
  line-height: 1.75;
  font-size: 2.1rem;
  font-weight: 400;
}
.p-facility-info__overview:nth-child(n+2) {
  border-width: 0 0 1px 0;
}
.p-facility-info__overview_title {
  opacity: 0.8;
}
.p-facility-info__price {
  line-height: 2.0952380952;
  font-size: 2.1rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-facility-info__price {
    line-height: 1.8333333333;
    font-size: 2.4rem;
  }
}
.p-facility-info__price p + p {
  margin-top: 1.8em;
}
.p-facility-info__price strong {
  line-height: 1.2571428571;
  font-size: 3.5rem;
  font-weight: 400;
}
.p-facility-info__price ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-facility-info__price ul li::before {
  content: "●";
}
.p-facility-info__price a {
  text-decoration: none;
  font-weight: 500;
  color: var(--green5);
}

/* 四つ葉のクローバー南千木 館内ご紹介*/ 
.p-facility01-head__lead {
  padding-left: 0.6em;
  text-indent: -0.6em;
  top: 3.47rem;
  left: 6.1rem;
}
@media only screen and (max-width: 767px) {
  .p-facility01-head__lead {
    top: auto;
    left: auto;
    right: 1.44rem;
    bottom: 2.94rem;
  }
}

/* 四つ葉のクローバー南千木 施設平面図*/ 
.p-facility01-inside__wrap {
  display: flex;
    justify-content: space-between;
  gap: 6.5rem;
    position: relative;
}
@media only screen and (max-width: 767px) {
  .p-facility01-inside__wrap {
    flex-direction: column;
    gap: 10.11rem;
  }
}
.p-facility01-inside__map {
  width: 51.1rem;
  padding: 7.8rem 0 0;
}
.p-facility01-inside__map img{
    position: sticky;
    top: 0;
    left: 0;
    padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .p-facility01-inside__map {
    width: 62.254rem;
    margin: 3.37rem auto 0;
    padding: 0;
  }
.p-facility01-inside__map img{
    position: relative;
    padding-top: 0;
}
}


.p-facility01-inside__content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: auto;
    padding: 7.8rem 0 0;
}
@media only screen and (max-width: 767px) {
  .p-facility01-inside__content {
    width: 100%;
    gap: 15.22rem;
  }
}

.p-facility01-inside__item-01 .p-facility-inside__item_image {
  width: 33.276rem;
  margin-left: -1.3rem;
}
@media only screen and (max-width: 767px) {
  .p-facility01-inside__item-01 .p-facility-inside__item_image {
    width: 39.456rem;
    margin-left: auto;
    position: absolute;
    top: -7.9rem;
    right: -5.09rem;
  }
}
.p-facility01-inside__item-02 .p-facility-inside__item_image {
  width: 32.537rem;
  margin-left: -3rem;
}
@media only screen and (max-width: 767px) {
  .p-facility01-inside__item-02 .p-facility-inside__item_image {
    width: 41.164rem;
    margin-left: auto;
    top: -7.9rem;
    right: -5.09rem;
  }
}
.p-facility01-inside__item-03 .p-facility-inside__item_image {
  width: 33.244rem;
  margin-left: -2.2rem;
}
@media only screen and (max-width: 767px) {
  .p-facility01-inside__item-03 .p-facility-inside__item_image {
    width: 41.077rem;
    margin-left: auto;
    top: -6.7rem;
    right: -6.28rem;
  }
}
.p-facility01-inside__item-04 .p-facility-inside__item_image {
  width: 31.895rem;
  margin-left: -3.2rem;
}
@media only screen and (max-width: 767px) {
  .p-facility01-inside__item-04 .p-facility-inside__item_image {
    width: 39.608rem;
    margin-left: auto;
    top: -11.1rem;
    right: -5.49rem;
  }
}
.p-facility01-inside__item-05 .p-facility-inside__item_image {
  width: 33.797rem;
  margin-left: -2rem;
}
@media only screen and (max-width: 767px) {
  .p-facility01-inside__item-05 .p-facility-inside__item_image {
    width: 40.316rem;
    margin-left: auto;
    top: -6.1rem;
    right: -7.22rem;
  }
}
.p-facility01-inside__item-06 .p-facility-inside__item_image {
  width: 32.479rem;
  margin-left: -0.7rem;
}
@media only screen and (max-width: 767px) {
  .p-facility01-inside__item-06 .p-facility-inside__item_image {
    width: 39.977rem;
    margin-left: auto;
    top: -4.6rem;
    right: -6.15rem;
  }
}




.p-facility02-head__lead {
  padding-left: 0.6em;
  text-indent: -0.6em;
  top: 30.08rem;
  right: 8.79rem;
}
@media only screen and (max-width: 767px) {
  .p-facility02-head__lead {
    top: auto;
    right: 1.44rem;
    bottom: 2.94rem;
  }
}

/* 修正前
.p-facility02-head__lead {
  padding-left: 0.6em;
  text-indent: -0.6em;
  top: 18.08rem;
  right: 5.79rem;
}
@media only screen and (max-width: 767px) {
  .p-facility02-head__lead {
    top: auto;
    right: 1.44rem;
    bottom: 2.94rem;
  }
}
*/ 


.p-facility02-inside__wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 6.5rem;
  margin-top: 5.74rem;
    position: relative;
}
@media only screen and (max-width: 767px) {
  .p-facility02-inside__wrap {
    flex-direction: column;
    gap: 10.11rem;
    margin-top: 3.1rem;
  }
}
.p-facility02-inside__map {
  width: 50rem;
  padding: 3.5rem 0 0;
}
.p-facility02-inside__map img{
    position: sticky;
    top: 0;
    left: 0;
    padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .p-facility02-inside__map {
    width: 58.885rem;
    padding: 0;
  }
.p-facility02-inside__map img{
    position: relative;
    padding-top: 0;
}
}
.p-facility02-inside__content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: calc(100% - 47.108rem - 6.5rem);
}
@media only screen and (max-width: 767px) {
  .p-facility02-inside__content {
    width: 100%;
    gap: unset;
    padding: 5rem 0 0;
  }
}
.p-facility02-inside__item-01 .p-facility-inside__item_image {
  width: 33.531rem;
  margin-left: -1.3rem;
}
@media only screen and (max-width: 767px) {
  .p-facility02-inside__item-01 .p-facility-inside__item_image {
    width: 39.121rem;
    margin-left: auto;
    position: absolute;
    top: -8.2rem;
    right: -7.92rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-facility02-inside__item-02 {
    margin-top: 12.77rem;
  }
}
.p-facility02-inside__item-02 .p-facility-inside__item_image {
  width: 33.562rem;
  margin-left: -1.1rem;
}
@media only screen and (max-width: 767px) {
  .p-facility02-inside__item-02 .p-facility-inside__item_image {
    width: 38.946rem;
    margin-left: auto;
    top: -4.6rem;
    right: -8.04rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-facility02-inside__item-03 {
    margin-top: 18.28rem;
  }
}
.p-facility02-inside__item-03 .p-facility-inside__item_image {
  width: 34.668rem;
  margin-left: -0.4rem;
}
@media only screen and (max-width: 767px) {
  .p-facility02-inside__item-03 .p-facility-inside__item_image {
    width: 38.592rem;
    margin-left: auto;
    top: -5.2rem;
    right: -8.58rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-facility02-inside__item-04 {
    margin-top: 23.75rem;
  }
}
.p-facility02-inside__item-04 .p-facility-inside__item_image {
  width: 35.663rem;
  margin-left: -1.7rem;
}
@media only screen and (max-width: 767px) {
  .p-facility02-inside__item-04 .p-facility-inside__item_image {
    width: 39.788rem;
    margin-left: auto;
    top: -11.5rem;
    right: -8.06rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-facility02-inside__item-05 {
    margin-top: 13.98rem;
  }
}
.p-facility02-inside__item-05 .p-facility-inside__item_image {
  width: 33.729rem;
  margin-left: -1.1rem;
}
@media only screen and (max-width: 767px) {
  .p-facility02-inside__item-05 .p-facility-inside__item_image {
    width: 38.082rem;
    margin-left: auto;
    top: -4.9rem;
    right: -7.17rem;
  }
}

.p-facility03-head__lead {
  padding-left: 0.6em;
  text-indent: -0.6em;
  top: 8.1rem;
  left: 8.99rem;
}
@media only screen and (max-width: 767px) {
  .p-facility03-head__lead {
    top: 17.8rem;
    left: 5rem;
  }
}
/* 以下修正前 
.p-facility03-head__lead {
  padding-left: 0.6em;
  text-indent: -0.6em;
  top: 8.1rem;
  right: 8.99rem;
}
@media only screen and (max-width: 767px) {
  .p-facility03-head__lead {
    top: 8.8rem;
    right: 2.64rem;
  }
}
 */


/* 十季のあかり白根　施設平面図 */ 
.p-facility03-inside__wrap {
  display: flex;
    justify-content: space-between;
   gap: 6.5rem;
    margin-top: 5.74rem;
    position: relative;
}
@media only screen and (max-width: 767px) {
  .p-facility03-inside__wrap {
    flex-direction: column;
    gap: 10.11rem;
  }
}
.p-facility03-inside__map {
  width: 51.1rem;
  padding: 1rem 0 0;
}
.p-facility03-inside__map img{
    position: sticky;
    top: 0;
    left: 0;
    padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .p-facility03-inside__map {
    width: 62.254rem;
    margin: 3.37rem auto 0;
    padding: 0;
  }
.p-facility03-inside__map img{
    position: relative;
    padding-top: 0;
}
}

.p-facility03-inside__content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
    padding: 1rem 0 0;
}
@media only screen and (max-width: 767px) {
  .p-facility03-inside__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: unset;
  }
}

.p-facility03-inside__item-01 .p-facility-inside__item_image {
  width: 34.592rem;
  margin-left: -1.3rem;
}
@media only screen and (max-width: 767px) {
  .p-facility03-inside__item-01 .p-facility-inside__item_image {
    width: 39.193rem;
    margin-left: auto;
    position: absolute;
    top: -6.5rem;
    right: -7.63rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-facility03-inside__item-02 {
    margin-top: 14.3rem;
  }
}

.p-facility03-inside__item-02 .p-facility-inside__item_image {
  width: 32.984rem;
  margin-left: -1.8rem;
}
@media only screen and (max-width: 767px) {
  .p-facility03-inside__item-02 .p-facility-inside__item_image {
    width: 38.415rem;
    margin-left: auto;
    top: -6.3rem;
    right: -6.14rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-facility03-inside__item-03 {
    margin-top: 15.59rem;
  }
}
.p-facility03-inside__item-03 .p-facility-inside__item_image {
  width: 33.826rem;
  margin-right: -3.4rem;
  padding: 1.3rem 0 1rem;
}
@media only screen and (max-width: 767px) {
  .p-facility03-inside__item-03 .p-facility-inside__item_image {
    width: 39.86rem;
    margin-right: auto;
    padding: 0;
    top: -4.9rem;
    right: -6.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-facility03-inside__item-04 {
    margin-top: 13.66rem;
  }
}
.p-facility03-inside__item-04 .p-facility-inside__item_image {
  width: 32.85rem;
  margin-left: -0.8rem;
  margin-right: -1.1rem;
}
@media only screen and (max-width: 767px) {
  .p-facility03-inside__item-04 .p-facility-inside__item_image {
    width: 39.224rem;
    margin-left: auto;
    margin-right: auto;
    top: -5.9rem;
    right: -5.77rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-facility03-inside__item-05 {
    margin-top: 14.29rem;
  }
}
.p-facility03-inside__item-05 .p-facility-inside__item_image {
  width: 32.238rem;
  margin-right: -1.9rem;
}
@media only screen and (max-width: 767px) {
  .p-facility03-inside__item-05 .p-facility-inside__item_image {
    width: 37.522rem;
    margin-right: auto;
    top: -2rem;
    right: -5.37rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-facility03-inside__item-06 {
    margin-top: 18.39rem;
  }
}
.p-facility03-inside__item-06 .p-facility-inside__item_image {
  width: 32.663rem;
  margin-left: -1.3rem;
  margin-right: -0.4rem;
}
@media only screen and (max-width: 767px) {
  .p-facility03-inside__item-06 .p-facility-inside__item_image {
    width: 40.697rem;
    margin-left: auto;
    margin-right: auto;
    top: -5.9rem;
    right: -6.73rem;
  }
}

.p-facility04-head__lead {
  padding-left: 0.6em;
  text-indent: -0.6em;
  right: 7.48rem;
  bottom: 5.22rem;
}
@media only screen and (max-width: 767px) {
  .p-facility04-head__lead {
    top: auto;
    right: 6.44rem;
    bottom: 2.94rem;
  }
}
.p-facility04-inside__wrap {
  display: flex;
  gap: 5.3rem;
  position: relative;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .p-facility04-inside__wrap {
    flex-direction: column;
    gap: 10.11rem;
  }
}
.p-facility04-inside__map {
  width: 74.5rem;
  margin: 6rem 0 0;
}
.p-facility04-inside__map img{
    position: sticky;
    top: 0;
    left: 0;
    padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .p-facility04-inside__map {
    width: 100%;
      margin: 3.37rem auto 0;
    padding: 0;
  }
.p-facility04-inside__map img{
    position: relative;
    padding-top: 0;
}
}

.p-facility04-inside__content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
    width: 30%;
    margin: 6rem 0 0;
}
@media only screen and (max-width: 767px) {
  .p-facility04-inside__content {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: unset;
  }
}
.p-facility04-inside__item-01 .p-facility-inside__item_image {
  width: 31.336rem;
  margin-left: -0.8rem;
}
@media only screen and (max-width: 767px) {
  .p-facility04-inside__item-01 .p-facility-inside__item_image {
    width: 35.47rem;
    margin-left: auto;
    position: absolute;
    top: -8.2rem;
    right: -6.12rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-facility04-inside__item-02 {
    margin-top: 7.36rem;
  }
}
.p-facility04-inside__item-02 .p-facility-inside__item_image {
  width: 31.212rem;
  margin-left: -2.4rem;
}
@media only screen and (max-width: 767px) {
  .p-facility04-inside__item-02 .p-facility-inside__item_image {
    width: 39.107rem;
    margin-left: auto;
    top: -3.6rem;
    right: -8.04rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-facility04-inside__item-03 {
    margin-top: 18.68rem;
  }
}
.p-facility04-inside__item-03 .p-facility-inside__item_image {
  width: 31.905rem;
  margin-right: -1.2rem;
}
@media only screen and (max-width: 767px) {
  .p-facility04-inside__item-03 .p-facility-inside__item_image {
    width: 38.491rem;
    margin-right: auto;
    top: -4.2rem;
    right: -5.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-facility04-inside__item-04 {
    margin-top: 21.01rem;
  }
}
.p-facility04-inside__item-04 .p-facility-inside__item_image {
  width: 32.4rem;
  margin-left: -0.3rem;
}
@media only screen and (max-width: 767px) {
  .p-facility04-inside__item-04 .p-facility-inside__item_image {
    width: 38.233rem;
    margin-left: auto;
    top: -6.5rem;
    right: -6.38rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-facility04-inside__item-05 {
    margin-top: 19.17rem;
  }
}
.p-facility04-inside__item-05 .p-facility-inside__item_image {
  width: 33.776rem;
  margin-right: -2.9rem;
}
@media only screen and (max-width: 767px) {
  .p-facility04-inside__item-05 .p-facility-inside__item_image {
    width: 37.729rem;
    margin-right: auto;
    top: -11rem;
    right: -5.14rem;
  }
}

.p-facility05-head__lead {
  padding-left: 0.6em;
  text-indent: -0.6em;
  top: 4.06rem;
  left: 7.77rem;
}
@media only screen and (max-width: 767px) {
  .p-facility05-head__lead {
    top: auto;
    top: 2.84rem;
    left: 4.57rem;
  }
}
.p-facility05-inside__wrap {
  display: flex;
  flex-direction: column;
  gap: 5.3rem;
  margin-top: 3.41rem;
}
@media only screen and (max-width: 767px) {
  .p-facility05-inside__wrap {
    flex-direction: column;
    gap: 10.11rem;
    margin-top: 3.1rem;
  }
}
.p-facility05-inside__block {
  margin: 0;
}
.p-facility05-inside__block + .p-facility05-inside__block {
  margin-top: 8.9rem;
}
@media only screen and (max-width: 767px) {
  .p-facility05-inside__block + .p-facility05-inside__block {
    margin-top: 6.29rem;
  }
}
.p-facility05-inside__block_title {
  margin: 0 0 3.52rem;
  line-height: 1.1818181818;
  letter-spacing: 0.05em;
  font-size: 4.4rem;
  font-weight: 700;
  color: var(--green5);
}
@media only screen and (max-width: 767px) {
  .p-facility05-inside__block_title {
    margin: 0 auto 2.45rem;
    line-height: 1.2727272727;
    text-align: center;
    font-size: 5.5rem;
  }
}
.p-facility05-inside__about {
  display: flex;
  gap: 6.1rem;
}
@media only screen and (max-width: 767px) {
  .p-facility05-inside__about {
    flex-direction: column;
    align-items: center;
    gap: 2.8rem;
  }
}
.p-facility05-inside__about_content {
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .p-facility05-inside__about_content {
    text-align: center;
  }
}
.p-facility05-inside__about_caption {
  line-height: 1.9807692308;
  letter-spacing: 0.05em;
  font-size: 2.6rem;
  font-weight: 500;
}
.p-facility05-inside__about_image {
  width: 31.7rem;
}
@media only screen and (max-width: 767px) {
  .p-facility05-inside__about_image {
    width: 38.875rem;
    margin: 0 auto;
  }
}
.p-facility05-inside__accept_box {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .p-facility05-inside__accept_box {
    padding: 0 0 0 6.6rem;
    text-align: left;
  }
}
.p-facility05-inside__accept_box + .p-facility05-inside__accept_box {
  margin-top: 4.36rem;
}
@media only screen and (max-width: 767px) {
  .p-facility05-inside__accept_box + .p-facility05-inside__accept_box {
    margin-top: 3.34rem;
  }
}
.p-facility05-inside__accept_title {
  margin: 0 0 1.34rem;
  line-height: 1.5757575758;
  letter-spacing: 0.05em;
  font-size: 3.3rem;
  font-weight: 700;
  color: var(--green5);
}
@media only screen and (max-width: 767px) {
  .p-facility05-inside__accept_title {
    margin-bottom: 1.21rem;
    text-indent: -1em;
  }
}
.p-facility05-inside__accept_caption {
  line-height: 1.75;
  font-size: 2.1rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .p-facility05-inside__accept_caption {
    font-size: 2.4rem;
  }
}
.p-facility05-inside__contact {
  width: 80.6rem;
  margin: 5.15rem 0 0;
  padding: 2.25rem 3.5rem;
  box-sizing: border-box;
  background: #FFF;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
  font-size: 2.1rem;
  font-weight: 500;
  color: var(--green5);
}
@media only screen and (max-width: 767px) {
  .p-facility05-inside__contact {
    width: 100%;
    margin-top: 3.8rem;
    padding: 2.8rem 0;
    line-height: 1.6666666667;
    text-align: center;
    font-size: 2.4rem;
  }
}
.p-facility05-inside__service {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-facility05-inside__service {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 5.77rem;
  }
}
.p-facility05-inside__service_content {
  text-align: left;
}
.p-facility05-inside__service_list {
  line-height: 1.8260869565;
  letter-spacing: 0.05em;
  font-size: 2.3rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .p-facility05-inside__service_list {
    line-height: 1.75;
    font-size: 2.4rem;
  }
}
.p-facility05-inside__service_list li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-facility05-inside__service_list li::before {
  content: "●";
  color: var(--green5);
}
.p-facility05-inside__service_caption {
  line-height: 1.8260869565;
  letter-spacing: 0.05em;
  font-size: 2.3rem;
  font-weight: 500;
  color: var(--green5);
}
@media only screen and (max-width: 767px) {
  .p-facility05-inside__service_caption {
    line-height: 1.75;
    font-size: 2.4rem;
  }
}
.p-facility05-inside__service_image {
  width: 37.919rem;
  position: absolute;
  top: 0;
  left: 42.6rem;
}
@media only screen and (max-width: 767px) {
  .p-facility05-inside__service_image {
    width: 50.511rem;
    margin: 0 auto;
    position: static;
  }
}
.p-facility05-info__price {
  width: 62.255rem;
  margin: 0;
  padding: 1.92rem 2.4rem;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: var(--gray2);
  box-sizing: border-box;
}
.p-facility05-info__price:nth-child(n+2) {
  border-width: 0 0 1px 0;
}
.p-facility05-info__price_title {
  margin: 0 0 1.3rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--green5);
}
.p-facility05-info__price_content {
  line-height: 1.75;
  font-size: 2.1rem;
  font-weight: 400;
}



/* 追加CSS*/ 
.tx_80par{
    font-size: 80%;
    display: inline-block;
}

.news_bg{
    background: transparent;
}

.news_block {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 0;
  box-sizing: border-box;
    border-top: solid 1px #666;
    text-align: left;
}
.news_block .date{
  font-size: 1.8rem;
    line-height: 1;
    margin: 1rem 0;
    padding: 1rem;
    background-color: #666;
    color: #fff;
    display: inline-block;
}
.news_block h3{
  font-size: 2.4rem;
    line-height: 2;
}
.news_block p{
  font-size: 1.8rem;
    line-height: 1.8;
    margin: 1rem 0;
}
@media only screen and (max-width: 767px) {
  .news_block {
    width: calc(100% - 8rem);
    padding: 3rem 0;
  }
.news_block h3{
  font-size: 2.8rem;
}
.news_block p{
  font-size: 2.2rem;
}
}


/*出現アニメーション
---------------------------------------------*/
.scroll-up {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.name {
    opacity:0;
    animation-name:anime;
    animation-duration:0.5s; 
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
   }
   @keyframes anime ​{
    ​0% {
     ​opacity: 0;
     ​transform: translateY(30px);
    ​}
      ​100%{
        ​opacity: 1;
         ​transform: translateY(0);
     ​} 
    ​}



/*トップボタン　ホバー
---------------------------------------------*/
.btn_anime {
    transition: .3s;
}

.btn_anime:hover {
transform: scale(1.1);
}


