@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap);
/* Vendor prefix
--------------------------------- */
body {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "Droid Sans", sans-serif;
  line-height: 1.5em;
  font-size: 18px;
  letter-spacing: 0.06em;
  font-weight: 500;
  overflow-x: hidden;
  position: relative;
}
body.ovhide {
  overflow: hidden;
}

:focus {
  outline: 0;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}

img, x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

p {
  font-size: 18px;
  color: #000;
  font-weight: normal;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  p {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.contents {
  overflow: hidden;
}
.contents * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header {
  width: 100%;
  max-width: 790px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
  padding: 20px 10px 25px 10px;
}
@media (max-width: 767px) {
  header {
    padding: 15px 10px 20px 10px;
  }
}
header::before {
  content: "";
  width: 150%;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  header::before {
    width: 100%;
  }
}
header .logo {
  width: 100%;
  max-width: 422px;
  margin: 0 auto 10px;
}
@media (max-width: 991px) {
  header .logo {
    max-width: 337px;
  }
}
@media (max-width: 767px) {
  header .logo {
    max-width: 211px;
  }
}
header .association {
  width: 90%;
  max-width: 249px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  header .association {
    max-width: 199px;
  }
}
@media (max-width: 767px) {
  header .association {
    max-width: 124px;
  }
}

.linkWrapArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100dvh;
}
@media (max-width: 767px) {
  .linkWrapArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.linkWrapArea .inner {
  width: 100%;
  max-width: 620px;
  height: 100%;
  position: relative;
  z-index: 2;
  padding: 184px 30px 40px;
}
@media (max-width: 1280px) {
  .linkWrapArea .inner {
    padding: 184px 5% 40px;
  }
}
.linkWrapArea figure.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.linkWrapArea figure.bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.linkWrapArea .txtArea {
  height: 100%;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.linkWrapArea .txtArea .support {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3em;
  color: #FFE834;
  background: #E32929;
  border-radius: 50%;
  width: 128px;
  aspect-ratio: 1/1;
  position: absolute;
  top: -140px;
  left: 0;
  z-index: 3;
}
@media (max-width: 991px) {
  .linkWrapArea .txtArea .support {
    width: 90px;
    top: -100px;
    left: 0;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .linkWrapArea .txtArea .support {
    width: 80px;
    top: -50px;
    left: auto;
    right: -20px;
    font-size: 15px;
  }
}
.linkWrapArea .txtArea p.sub {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .linkWrapArea .txtArea p.sub {
    font-size: 12px;
  }
}
.linkWrapArea .txtArea p.txt {
  font-size: 18px;
  line-height: 1.8em;
}
@media (max-width: 767px) {
  .linkWrapArea .txtArea p.txt {
    display: none;
  }
}
.linkWrapArea .txtArea h2.ttl {
  font-size: 40px;
  line-height: 1.45em;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 1280px) {
  .linkWrapArea .txtArea h2.ttl {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .linkWrapArea .txtArea h2.ttl {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .linkWrapArea .txtArea h2.ttl {
    font-size: 22px;
    margin-bottom: 38vw;
  }
}
.linkWrapArea .txtArea h2.ttl::before {
  content: "";
  width: 148px;
  height: 1px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.linkWrapArea .txtArea h2.ttl small {
  color: #000;
  font-size: 80%;
}
.linkWrapArea .txtArea .btn01 {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: auto;
  position: relative;
}
.linkWrapArea .txtArea .btn01.facility a span::before {
  background: url(../img/icon02.png) no-repeat center center/cover;
}
.linkWrapArea .txtArea .btn01.care a span::before {
  background: url(../img/icon01.png) no-repeat center center/cover;
}
.linkWrapArea .txtArea .btn01 a {
  height: 91px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 5px 40px 5px 45px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  .linkWrapArea .txtArea .btn01 a {
    height: 80px;
    padding: 5px 30px 5px 35px;
  }
}
@media (max-width: 767px) {
  .linkWrapArea .txtArea .btn01 a {
    height: 67px;
  }
}
.linkWrapArea .txtArea .btn01 a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -4px;
}
@media (max-width: 991px) {
  .linkWrapArea .txtArea .btn01 a::before {
    right: 20px;
  }
}
.linkWrapArea .txtArea .btn01 a span {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 20px;
  line-height: 1.3em;
  text-align: center;
}
@media (max-width: 991px) {
  .linkWrapArea .txtArea .btn01 a span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .linkWrapArea .txtArea .btn01 a span {
    font-size: 14px;
  }
}
.linkWrapArea .txtArea .btn01 a span i {
  color: #FDE000;
  font-style: normal;
}
.linkWrapArea .txtArea .btn01 a span::before {
  content: "";
  width: 37px;
  aspect-ratio: 1/1;
  background: url(../img/icon01.png) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -18px;
}
@media (max-width: 991px) {
  .linkWrapArea .txtArea .btn01 a span::before {
    width: 30px;
    left: -36px;
    margin-top: -15px;
  }
}
.linkWrapArea .elderlyArea {
  width: 50%;
  background: #FFFAF0;
}
@media (max-width: 767px) {
  .linkWrapArea .elderlyArea {
    width: 100%;
  }
}
.linkWrapArea .elderlyArea .inner {
  margin-left: auto;
}
@media (max-width: 767px) {
  .linkWrapArea .elderlyArea .inner {
    margin: 0 auto;
    padding: 120px 8% 20px;
  }
}
.linkWrapArea .elderlyArea .txtArea p.sub {
  color: #2D5807;
}
.linkWrapArea .elderlyArea .txtArea h2.ttl {
  color: #2D5807;
}
@media (max-width: 767px) {
  .linkWrapArea .elderlyArea .txtArea h2.ttl {
    margin-bottom: 38vw;
  }
}
.linkWrapArea .elderlyArea .txtArea h2.ttl::before {
  background: #2D5807;
}
.linkWrapArea .elderlyArea .txtArea .btn01 a {
  background: #ED6C00;
}
.linkWrapArea .corporationArea {
  width: 50%;
  background: #F4F6F7;
}
@media (max-width: 767px) {
  .linkWrapArea .corporationArea {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .linkWrapArea .corporationArea .inner {
    margin: 0 auto;
    padding: 20px 8%;
  }
}
.linkWrapArea .corporationArea .txtArea p.sub {
  color: #004295;
}
.linkWrapArea .corporationArea .txtArea p.txt {
  width: 50%;
  margin-bottom: 100px;
}
.linkWrapArea .corporationArea .txtArea h2.ttl {
  color: #004295;
}
.linkWrapArea .corporationArea .txtArea h2.ttl::before {
  background: #004295;
}
.linkWrapArea .corporationArea .txtArea .btn01 a {
  background: #004295;
}

@media (min-width: 992px) {
  .vsp {
    display: none;
  }
}
@media (min-width: 500px) {
  .vsp02 {
    display: none;
  }
}
@media (max-width: 991px) {
  .vpc {
    display: none;
  }
}
@media (max-width: 767px) {
  .vpc02 {
    display: none;
  }
}