@font-face {
  font-family: "ZenKaku";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/media/files/fonts/pine/ZenKakuGothicNew-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "ZenKaku";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/media/files/fonts/pine/ZenKakuGothicNew-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "ZenKaku";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/media/files/fonts/pine/ZenKakuGothicNew-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "NotoSansJp";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/media/files/fonts/pine/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "NotoSansJp";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/media/files/fonts/pine/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: "NotoSansJp";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("/media/files/fonts/pine/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "NotoSansJp";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/media/files/fonts/pine/NotoSansJP-Black.otf") format("opentype");
}
@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("/media/files/fonts/pine/Figtree-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "FigtreeItalic";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/media/files/fonts/pine/Figtree-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "FigtreeBoldItalic";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("/media/files/fonts/pine/Figtree-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/media/files/fonts/pine/Jost-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/media/files/fonts/pine/Jost-SemiBoldItalic.ttf") format("truetype");
  font-style: italic;
}
body {
  color: #444;
}

.c-lower__kv {
  /*&--nursing{
    background-image: url("/media/images/pine/business/business__bg.jpg.webp");
    @media only screen and (max-width: 767px) {
      background-image: url("/media/images/pine/business/business__bg_sp.jpg.webp");
    }
  }*/
}
.c-lower__kv-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.c-lower__kv-img img {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-lower__kv-img img {
    height: 100%;
    width: auto;
    max-width: none;
    -webkit-transform: translateX(-15%);
            transform: translateX(-15%);
  }
}
.c-lower__kv-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #444;
  opacity: 0.3;
  z-index: 1;
}

.pankuzu a[href$="business/"] {
  pointer-events: none;
  text-decoration: none;
  color: #999999;
}

.p-business__head {
  margin-bottom: 3.9285714286vw;
}
@media only screen and (max-width: 1023px) {
  .p-business__head {
    margin-bottom: 3.2552083333vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-business__head {
    margin-bottom: 6.25vw;
  }
}
.p-business__frame {
  border-radius: 0.3571428571vw;
  background-color: #fff;
  padding: 3.2142857143vw;
}
@media only screen and (max-width: 1023px) {
  .p-business__frame {
    padding: 2.6041666667vw;
    border-radius: 0.6510416667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-business__frame {
    padding: 5vw;
    border-radius: 1.25vw;
  }
}
.p-business__frame.--mt {
  margin-top: 2.1428571429vw;
}
@media only screen and (max-width: 1023px) {
  .p-business__frame.--mt {
    margin-top: 1.953125vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-business__frame.--mt {
    margin-top: 3.75vw;
  }
}
.p-business__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .p-business__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-business__content.--nursing-home {
  gap: 0 2.8571428571vw;
}
@media only screen and (max-width: 767px) {
  .p-business__content.--nursing-home {
    gap: 2.5vw;
  }
}
.p-business__content.--welfare {
  gap: 0 2.9285714286vw;
}
@media only screen and (max-width: 767px) {
  .p-business__content.--welfare {
    gap: 2.5vw;
  }
}
.p-business__content.--employment {
  gap: 0 2.5714285714vw;
}
@media only screen and (max-width: 767px) {
  .p-business__content.--employment {
    gap: 2.5vw;
  }
}
.p-business__img {
  max-width: 36.4285714286vw;
  min-width: 36.4285714286vw;
}
@media only screen and (max-width: 767px) {
  .p-business__img {
    max-width: none;
    min-width: auto;
  }
}
.p-business__frame-head {
  color: #3B5808;
  font-size: 1.4285714286vw;
  line-height: 1.6;
  margin-bottom: 1.0714285714vw;
}
@media only screen and (max-width: 1023px) {
  .p-business__frame-head {
    font-size: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-business__frame-head {
    font-size: 5vw;
  }
}
.p-business__text {
  font-size: 1.1428571429vw;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-weight: 400;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .p-business__text {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-business__text {
    font-size: 4vw;
  }
}
.p-business__text + .p-business__text {
  margin-top: 1.4285714286vw;
}
@media only screen and (max-width: 767px) {
  .p-business__text + .p-business__text {
    margin-top: 3.75vw;
  }
}
.p-business__text .--indent {
  text-indent: -1em;
  padding-left: 1em;
  display: inline-block;
}
@media only screen and (max-width: 1023px) {
  .p-business__text .--indent {
    letter-spacing: 0.025em;
  }
}
.p-business__text .--indent a {
  padding-left: 1em;
}
@media only screen and (max-width: 767px) {
  .p-business__text .--indent a {
    padding: 0;
  }
}
.p-business__link {
  text-decoration: underline;
  color: #598017;
  position: relative;
  line-height: 1.75;
}
.p-business__link:hover {
  opacity: 0.7;
}
.p-business__link::after {
  content: "";
  display: inline-block;
  width: 3.2142857143vw;
  aspect-ratio: 89/32;
  margin-left: 0.5714285714vw;
  vertical-align: middle;
  background-image: url("/media/images/pine/common/icon-pdf.svg");
  background-size: contain;
  -webkit-transform: translateY(-0.1428571429vw);
          transform: translateY(-0.1428571429vw);
}
@media only screen and (max-width: 1023px) {
  .p-business__link::after {
    width: 5.859375vw;
    -webkit-transform: translateY(-0.2604166667vw);
            transform: translateY(-0.2604166667vw);
    margin-left: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-business__link::after {
    width: 11.25vw;
    -webkit-transform: translateY(-0.5vw);
            transform: translateY(-0.5vw);
    margin-left: 2vw;
  }
}
.p-business__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-business__list.p-welfare__list {
  margin-top: 2.5vw;
}
@media only screen and (max-width: 1023px) {
  .p-business__list.p-welfare__list {
    margin-top: 3.90625vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-business__list.p-welfare__list {
    margin-top: 7.5vw;
  }
}
.p-business__list.p-employment__list {
  margin-top: 2.8571428571vw;
}
@media only screen and (max-width: 1023px) {
  .p-business__list.p-employment__list {
    margin-top: 4.5572916667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-business__list.p-employment__list {
    margin-top: 8.75vw;
  }
}
.p-business__list.--gap9 {
  gap: 0.6428571429vw;
}
@media only screen and (max-width: 1023px) {
  .p-business__list.--gap9 {
    gap: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-business__list.--gap9 {
    gap: 2.5vw;
  }
}
.p-business__list.--gap9.--col2 .p-business__item {
  width: calc(50% - 0.3214285714vw);
}
.p-business__list.--gap9.--col3 .p-business__item {
  width: calc(33.3333% - 0.4285714286vw);
}
@media only screen and (max-width: 1023px) {
  .p-business__list.--gap9.--col3 .p-business__item {
    width: calc(50% - 0.6510416667vw);
  }
}
@media only screen and (max-width: 767px) {
  .p-business__list.--gap9.--col3 .p-business__item {
    width: 100%;
  }
}
.p-business__list.--gap10 {
  gap: 0.7142857143vw;
}
@media only screen and (max-width: 1023px) {
  .p-business__list.--gap10 {
    gap: 1.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-business__list.--gap10 {
    gap: 2.5vw;
  }
}
.p-business__list.--gap10.--col2 .p-business__item {
  width: calc(50% - 0.3571428571vw);
}
@media only screen and (max-width: 1023px) {
  .p-business__list.--gap10.--col2 .p-business__item {
    width: calc(50% - 0.6510416667vw);
  }
}
@media only screen and (max-width: 767px) {
  .p-business__list.--gap10.--col2 .p-business__item {
    width: 100%;
  }
}
.p-business__list.--gap10.--col3 .p-business__item {
  width: calc(33.3333% - 0.4761904762vw);
}
@media only screen and (max-width: 1023px) {
  .p-business__list.--gap10.--col3 .p-business__item {
    width: calc(50% - 0.6510416667vw);
  }
}
@media only screen and (max-width: 767px) {
  .p-business__list.--gap10.--col3 .p-business__item {
    width: 100%;
  }
}
.p-business__item-head {
  font-size: 1.4285714286vw;
  line-height: 1.6;
  margin-top: 1.4285714286vw;
}
@media only screen and (max-width: 1023px) {
  .p-business__item-head {
    font-size: 2.34375vw;
    margin-top: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-business__item-head {
    font-size: 4.5vw;
    margin-top: 5vw;
  }
}
.p-business__item-head span {
  display: inline-block;
}
.p-business__item-head.--mt0 {
  margin-top: 0;
}
.p-business__item-text {
  font-size: 1.0714285714vw;
  line-height: 1.75;
  font-weight: 400;
  margin-top: 0.8571428571vw;
  letter-spacing: 0;
}
@media only screen and (max-width: 1023px) {
  .p-business__item-text {
    font-size: 1.953125vw;
    margin-top: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-business__item-text {
    font-size: 3.5vw;
    margin-top: 3vw;
    letter-spacing: 0.025em;
  }
}

.p-business-section {
  margin-top: 5.7142857143vw;
}
@media only screen and (max-width: 1023px) {
  .p-business-section {
    margin-top: 6.5104166667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-section {
    margin-top: 15vw;
  }
}
.p-business-section__head {
  font-size: 2vw;
  line-height: 1.143;
}
@media only screen and (max-width: 1023px) {
  .p-business-section__head {
    font-size: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-section__head {
    font-size: 5.5vw;
    line-height: 1.5;
  }
}
.p-business-section__text {
  font-size: 1.1428571429vw;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: 1.4285714286vw;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .p-business-section__text {
    font-size: 2.0833333333vw;
    margin-top: 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-business-section__text {
    font-size: 4vw;
    margin-top: 5vw;
  }
}

.p-welfare {
  padding-bottom: 0;
}

.p-access {
  margin-top: 3.1428571429vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .p-access {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 7.5vw;
  }
}
.p-access__content {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-access__content {
    width: 100%;
  }
}
.p-access__content.--info {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-access__content.--map {
  aspect-ratio: 1400/1000;
}
.p-access__content.--map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.p-access__info {
  -webkit-transform: translateX(-4.2857142857vw);
          transform: translateX(-4.2857142857vw);
}
@media only screen and (max-width: 1023px) {
  .p-access__info {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    padding: 0 2.6041666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__info {
    padding: 5vw 5vw;
  }
}
.p-access__info-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.1428571429vw 0;
}
@media only screen and (max-width: 1023px) {
  .p-access__info-dl {
    padding: 2.0833333333vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__info-dl {
    padding: 4vw 0;
  }
}
.p-access__info-dl p {
  font-size: 1.1428571429vw;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 1023px) {
  .p-access__info-dl p {
    font-size: 2.0833333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__info-dl p {
    font-size: 3.75vw;
  }
}
.p-access__info-dl + .p-access__info-dl {
  border-top: 1px #999999 solid;
}
.p-access__info-dt {
  min-width: 6.7142857143vw;
  max-width: 6.7142857143vw;
}
@media only screen and (max-width: 1023px) {
  .p-access__info-dt {
    min-width: 11.0677083333vw;
    max-width: 11.0677083333vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-access__info-dt {
    min-width: 21.25vw;
    max-width: 21.25vw;
  }
}
.p-nursing-home__list {
  margin-top: 2.8571428571vw;
}
@media only screen and (max-width: 767px) {
  .p-nursing-home__list {
    margin-top: 7.5vw;
  }
}

.p-service {
  margin-top: 2.5vw;
}
@media only screen and (max-width: 767px) {
  .p-service {
    margin-top: 7.5vw;
  }
}
.p-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2857142857vw;
}
@media only screen and (max-width: 767px) {
  .p-service__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.5vw;
  }
}
.p-service__item + .p-service__item {
  margin-top: 0.8571428571vw;
}
@media only screen and (max-width: 1023px) {
  .p-service__item + .p-service__item {
    margin-top: 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-service__item + .p-service__item {
    margin-top: 5vw;
  }
}
.p-service__head {
  min-width: 11.4285714286vw;
  max-width: 11.4285714286vw;
  background-color: #F4F8DA;
  padding: 0.9285714286vw 1.4285714286vw 0.8571428571vw;
  line-height: 1.438;
  font-size: 1.1428571429vw;
}
@media only screen and (max-width: 1023px) {
  .p-service__head {
    font-size: 2.0833333333vw;
    min-width: 20.8333333333vw;
    max-width: 20.8333333333vw;
    padding: 1.6927083333vw 2.6041666667vw 1.5625vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-service__head {
    font-size: 4vw;
    min-width: auto;
    max-width: none;
    width: 100%;
    padding: 3.25vw 5vw 3vw;
  }
}
.p-service__text {
  line-height: 1.438;
  margin-top: 0.5714285714vw;
}
@media only screen and (max-width: 1023px) {
  .p-service__text {
    margin-top: 1.171875vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-service__text {
    margin-top: 1.25vw;
  }
}