@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}
a link{
  color: inherit !important;
  text-decoration: none !important;

}
body{
  background: none;
}

@media screen and (max-width: 700px) {
  .hidden-sp {
    display: none;
  }
}
@media screen and (min-width: 701px) {
  .hidden-tb {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .hidden-pc {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

body {
  font-family: "fot-tsukuardgothic-std", sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  overflow: auto !important;
  color: #5E6659 !important;
  line-height: inherit;
}
/* cssのリセット */
* {
  margin: unset;
  padding: unset;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
a:link{
  color: inherit;
  text-decoration: none;

}
.page_top_btn {
	display: none;
}
@media screen and (min-width: 701px) {
  body {
    font-size: 1.33vw !important;
  }
}

a:hover {
  opacity: 0.6;
}

.head {
  margin-inline: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.head .head-left {
  position: absolute;
  top: -20px;
  left: -26px;
}
.head .head-left img {
  width: 30px;
}
.head .head-right {
  position: absolute;
  bottom: 20px;
  right: -15px;
}
.head .head-right img {
  width: 23px;
}
@media screen and (min-width: 701px) {
  .head .head-left {
    position: absolute;
    top: -1.5vw;
    left: -3.333vw;
  }
  .head .head-left img {
    width: 3.5vw;
  }
  .head .head-right {
    position: absolute;
    bottom: 0.833vw;
    right: -2.5vw;
  }
  .head .head-right img {
    width: 2.6vw;
  }
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.title .title-ja {
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (min-width: 701px) {
  .title {
    gap: 0.833vw;
  }
  .title .title-ja {
    font-size: 2.5vw;
    letter-spacing: 0.1em;
  }
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 50;
  background: url(../img/kaigo/header-bg.png) no-repeat center top/cover;
}
@media screen and (min-width: 701px) {
  .header {
    height: 8vw;
  }
}

.header-inner {
  padding-inline: 2.917vw;
  padding-block: 1.25vw;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.header-logo img {
  width: 60px;
}
.header-logo h1 {
  font-weight: 600;
}
@media screen and (min-width: 701px) {
  .header-logo {
    gap: 2.5vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .header-logo img {
    width: 6vw;
  }
}

.header-nav {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.917vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 701px) {
  .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.header-nav__tel img {
  width: 160px;
}
@media screen and (min-width: 701px) {
  .header-nav__tel img {
    width: 21.583vw;
  }
}

.header-nav__mail img {
  width: 170px;
}
@media screen and (min-width: 701px) {
  .header-nav__mail img {
    width: 25.083vw;
  }
}

.drawer-icon {
  width: 36px;
  height: 21px;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 701px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 3px;
  border-radius: 6px;
  background: #000;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 9px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 18px;
}

.drawer-content {
  width: 80%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  padding: 110px 40px 40px 60px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  background: #C3DE9E;
  color: #5d5c5c;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.drawer-nav__link {
  padding-top: 14px;
  padding-bottom: 14px;
  letter-spacing: 0.48px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.drawer-nav__link img {
  width: 25px;
}

.fv {
  margin-top: 60px;
  padding-block: 55px 0;
  background: url(../img/kaigo/fv.png) no-repeat center top/cover;
  background-position: 30% 0px;
  height: 500px;
}
@media screen and (min-width: 701px) {
  .fv {
    margin-top: 8vw;
    padding-block: 12vw 9.833vw;
    background: url(../img/kaigo/fv.png) no-repeat center top/cover;
    background-position: 0%;
    height: 100%;
  }
}

.fv-inner {
  padding-inline: 75px 0;
}
@media screen and (min-width: 701px) {
  .fv-inner {
    padding-inline: 41vw 1.917vw;
  }
}

.fv-text {
  margin-top: 28px;
  font-size: 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  position: relative;
  z-index: 2;
}
.fv-text p {
  padding: 5px;
  line-height: 100%;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 701px) {
  .fv-text {
    margin-top: 0;
    gap: 1.25vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .fv-text p {
    padding: 0.667vw 0.417vw;
    font-size: 3vw;
  }
}

.fv-flex img {
  width: 280px;
}
@media screen and (min-width: 701px) {
  .fv-flex img {
    width: 34.083vw;
  }
}

.fv-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 1.667vw;
  position: relative;
  z-index: 0;
}
.fv-content span {
  font-size: 18px;
}
@media screen and (min-width: 701px) {
  .fv-content span {
    font-size: 3vw;
  }
}

.fv-content__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 27px;
}
.fv-content__bg img {
  width: 250px;
}
@media screen and (min-width: 701px) {
  .fv-content__bg {
    top: -9vw;
    left: 6vw;
  }
  .fv-content__bg img {
    width: 46.917vw;
  }
}

.fv-nav {
  padding-block: 2.583vw 11.083vw;
  background: url(../img/kaigo/nav_bg.png) no-repeat center top/cover;
  display: none;
}
@media screen and (min-width: 701px) {
  .fv-nav {
    display: block;
  }
}

.fv-nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.5vw;
}

.fv-nav__link {
  color: #5E6659 !important;
  text-decoration: none !important;
}

.about {
  margin-top: -9vw;
  padding-block: 4.167vw 0;
  background: url(../img/kaigo/about-bg.png) no-repeat center top/cover;
}
@media screen and (min-width: 701px) {
  .about {
    padding-block: 4.167vw;
  }
}

.about-inner {
  margin-inline: auto;
  padding-block: 100px 192px;
  padding-inline: 4.167vw 2.667vw;
  width: 340px;
  position: relative;
}
@media screen and (min-width: 701px) {
  .about-inner {
    padding-block: 9vw 5.833vw;
    width: 57vw;
  }
}

.about-text {
  margin-top: 6.25vw;
  margin-inline: auto;
}
.about-text p {
  line-height: 170%;
}
.about-text p + p {
  margin-top: 3.333vw;
}
.about-text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(25%, #FCEE86));
  background: linear-gradient(transparent 75%, #FCEE86 25%);
  padding-bottom: 0.3em;
}
@media screen and (min-width: 701px) {
  .about-text p {
    line-height: 200%;
  }
  .about-text p + p {
    margin-top: 3.333vw;
  }
}

.about-text2 {
  margin-top: 4vw;
  text-align: center;
}
.about-text2 img {
  width: 300px;
}
@media screen and (min-width: 701px) {
  .about-text2 img {
    width: 36vw;
  }
}

.about-men {
  position: absolute;
  bottom: 0;
  right: 0;
}
.about-men img {
  width: 150px;
}
@media screen and (min-width: 701px) {
  .about-men {
    bottom: -4vw;
    right: -4vw;
  }
  .about-men img {
    width: 17.333vw;
  }
}

.onaymi-img1 {
  margin-inline: auto;
}
.onaymi-img1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  height: 270px;
}
@media screen and (min-width: 701px) {
  .onaymi-img1 {
    width: 70vw;
  }
  .onaymi-img1 img {
    height: 100%;
  }
}

.onayami-content {
  margin-top: 50px;
  background: url(../img/kaigo/onayami_bg.png) no-repeat center top/cover;
  padding-inline: 10px;
  padding-block: 50px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 701px) {
  .onayami-content {
    background: none;
    margin-top: 9vw;
    padding-inline: 16.25vw;
    padding-block: 0 5.833vw;
  }
}

.onayami-bg {
  display: none;
}
@media screen and (min-width: 701px) {
  .onayami-bg {
    width: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    bottom: 0;
    left: 0;
    display: block;
  }
}

.onayami-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (min-width: 701px) {
  .onayami-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 5vw;
    -webkit-column-gap: 3.333vw;
       -moz-column-gap: 3.333vw;
            column-gap: 3.333vw;
  }
}

.onayami-card {
  padding-inline: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 0.417vw;
  background: #C3DE9E;
  border-radius: 30px;
  width: 300px;
  height: 70px;
}
.onayami-card img {
  width: 50px;
}
.onayami-card span {
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 701px) {
  .onayami-card {
    width: 32vw;
    height: 6vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .onayami-card img {
    width: 4.167vw;
  }
}

.onaymi-img2 img {
  height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
@media screen and (min-width: 701px) {
  .onaymi-img2 img {
    height: 100%;
  }
}

.point {
  margin-top: -32px;
  background: url(../img/kaigo/about-bg.png) no-repeat center top/cover;
}
@media screen and (min-width: 701px) {
  .point {
    margin-top: -5.833vw;
    padding-top: 8.333vw;
  }
}

.point-inner {
  margin-inline: auto;
  padding-block: 70px 120px;
  padding-inline: 20px;
  position: relative;
}
@media screen and (min-width: 701px) {
  .point-inner {
    padding-block: 8vw 16.667vw;
    padding-inline: 16.667vw;
  }
}

.point-top__men {
  position: absolute;
  top: 56px;
  right: 12px;
}
.point-top__men img {
  width: 90px;
}
@media screen and (min-width: 701px) {
  .point-top__men {
    top: 4.583vw;
    right: 19.417vw;
  }
  .point-top__men img {
    width: 15.417vw;
  }
}

.point-bottom__men {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.point-bottom__men img {
  width: 120px;
}
@media screen and (min-width: 701px) {
  .point-bottom__men {
    bottom: 0;
    left: 12.083vw;
    z-index: 5;
  }
  .point-bottom__men img {
    width: 18.833vw;
  }
}

.point-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.point-head span {
  font-size: 20px;
}
@media screen and (min-width: 701px) {
  .point-head span {
    font-size: 2.5vw;
  }
}

.point-head__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25vw;
}
.point-head__block b {
  font-size: 25px;
}
.point-head__block span {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 701px) {
  .point-head__block b {
    font-size: 4.167vw;
  }
  .point-head__block span {
    font-size: 2.5vw;
    font-weight: 600;
  }
}

.point-container {
  margin-top: 9.167vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 6.917vw;
  -webkit-column-gap: 5.25vw;
     -moz-column-gap: 5.25vw;
          column-gap: 5.25vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 701px) {
  .point-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.point-content {
  padding-block: 37px 30px;
  width: 150px;
  height: 100px;
  background: #fff;
  position: relative;
}
.point-content span {
  font-size: 16px;
  text-align: center;
  display: block;
  font-weight: 600;
  line-height: 120%;
}
.point-content img {
  width: 60px;
  text-align: left;
  position: absolute;
  top: -15px;
  left: -15px;
}
@media screen and (min-width: 701px) {
  .point-content {
    padding-block: 7.5vw 2.5vw;
    width: 17.833vw;
    height: 18.917vw;
  }
  .point-content span {
    font-size: 2.5vw;
  }
  .point-content img {
    width: 8.333vw;
  }
}

.cta {
  padding-block: 30px 20px;
  background: url(../img/kaigo/header-bg.png) no-repeat center top/cover;
}
@media screen and (min-width: 701px) {
  .cta {
    padding-block: 0.583vw 3.333vw;
  }
}

.cta-content {
  margin-top: 2.5vw;
  margin-inline: auto;
  padding-block: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.833vw;
  position: relative;
  background: #fff;
  width: 320px;
}
.cta-content img {
  width: 260px;
}
@media screen and (min-width: 701px) {
  .cta-content {
    padding-block: 2.083vw 1.25vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 66.667vw;
  }
  .cta-content img {
    width: 25.083vw;
  }
}

.cta-head {
  margin-inline: auto;
  background: #FCEE86;
  border: 1px solid #4D4D4D;
  border-radius: 10px;
  width: 300px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: -10px;
  font-family: "Noto Sans jp";
  color: #4D4D4D;
}
.cta-head span {
  color: #CD5C5C;
  font-weight: 600;
}
@media screen and (min-width: 701px) {
  .cta-head {
    width: 60.083vw;
    font-size: 1.583vw;
    border-radius: 1vw;
    top: -1vw;
  }
}

.cta-women {
  position: absolute;
  right: -20px;
  bottom: -21px;
}
.cta-women img {
  width: 70px;
}
@media screen and (min-width: 701px) {
  .cta-women {
    right: -2.5vw;
    bottom: -3.4vw;
  }
  .cta-women img {
    width: 11.417vw;
  }
}

.works {
  padding-block: 50px 125px;
  position: relative;
}
@media screen and (min-width: 701px) {
  .works {
    padding-block: 8.333vw;
  }
}

.works-inner {
  padding-inline: 20px;
}
.works-inner p {
  margin-top: 7.917vw;
  margin-inline: auto;
  width: 300px;
  line-height: 150%;
}
@media screen and (min-width: 701px) {
  .works-inner {
    padding-inline: 15.833vw;
  }
  .works-inner p {
    width: 38.25vw;
  }
}

.works-men {
  position: absolute;
  bottom: 0;
  right: -5px;
}
.works-men img {
  width: 120px;
}
@media screen and (min-width: 701px) {
  .works-men {
    right: 12.833vw;
  }
  .works-men img {
    width: 18.833vw;
  }
}

.works-container {
  margin-top: 7.917vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 50px;
}
@media screen and (min-width: 701px) {
  .works-container {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 5.417vw;
       -moz-column-gap: 5.417vw;
            column-gap: 5.417vw;
    row-gap: 5.833vw;
  }
}

.works-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.333vw;
}
.works-card span {
  font-size: 16px;
  width: 150px;
  height: 30px;
  background: #C3DE9E;
  text-align: center;
  border-radius: 20px;
  font-weight: 600;
}
.works-card img {
  width: 150px;
}
@media screen and (min-width: 701px) {
  .works-card span {
    font-size: 1.583vw;
    width: 18.083vw;
    height: 3.333vw;
    border-radius: 2.5vw;
  }
  .works-card img {
    width: 16.667vw;
  }
}

.work-card__text p {
  width: 300px;
}
@media screen and (min-width: 701px) {
  .work-card__text p {
    width: 39.917vw;
  }
}

.flow {
  padding-bottom: 10.583vw;
  background: url(../img/kaigo/about-bg.png) no-repeat center top/cover;
}

.flow-top img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}
@media screen and (min-width: 701px) {
  .flow-top img {
    width: 100%;
    height: 100%;
  }
}

.flow-head {
  margin-top: 7.75vw;
  font-size: 16px;
  text-align: center;
}
.flow-head span {
  color: #CD5C5C;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FCEE86));
  background: linear-gradient(transparent 70%, #FCEE86 30%);
  padding-bottom: 0.3em;
}
@media screen and (min-width: 701px) {
  .flow-head {
    font-size: 2.5vw;
  }
}

.flow-content {
  margin-top: 8.75vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 701px) {
  .flow-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5vw;
  }
}

.flow-content__arrow {
  position: absolute;
  z-index: -1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 100px;
}
.flow-content__arrow img {
  width: 430px;
  max-width: 500px;
}
@media screen and (min-width: 701px) {
  .flow-content__arrow {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 19.167vw;
    right: 26vw;
  }
  .flow-content__arrow img {
    width: 48.333vw;
    max-width: 48.333vw;
  }
}

.flow-card {
  border-radius: 1.667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
  height: 200px;
  text-align: center;
}
.flow-card span {
  font-size: 35px;
  font-weight: 600;
  color: #C3DE9E;
}
.flow-card img {
  position: relative;
  margin-top: 0.667vw;
  width: 200px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
@media screen and (min-width: 701px) {
  .flow-card {
    width: 20.833vw;
    height: 25vw;
  }
  .flow-card span {
    font-size: 4vw;
  }
  .flow-card img {
    width: 20vw;
  }
  .flow-card p {
    margin-top: 8.417vw;
    height: 4.167vw;
  }
}

.voice {
  padding-block: 70px;
}
@media screen and (min-width: 701px) {
  .voice {
    padding-block: 8.75vw 8.333vw;
  }
}

.voice-container {
  margin-top: 3.333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.917vw;
}

.voice-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.voice-content img {
  width: 130px;
}
.voice-content p {
  padding: 10px;
  line-height: 200%;
  width: 300px;
  border-bottom: 3px solid #C3DE9E;
}
@media screen and (min-width: 701px) {
  .voice-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4vw;
  }
  .voice-content img {
    width: 11.333vw;
  }
  .voice-content p {
    padding: 2vw;
    width: 37vw;
    border-bottom: none;
    border-right: 6px solid #C3DE9E;
  }
  .voice-content:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .voice-content:nth-of-type(2n) p {
    border-right: none;
    border-left: 6px solid #C3DE9E;
  }
}

.qa {
  padding-block: 105px;
  background: url(../img/kaigo/about-bg.png);
}

.qa-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.833vw;
}
.qa-title img {
  width: 150px;
}
@media screen and (min-width: 701px) {
  .qa-title img {
    width: 23.333vw;
  }
}

.qa-container {
  margin-top: 7.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 701px) {
  .qa-container {
    gap: 2.5vw;
  }
}

.qa-box {
  background: #FFF;
  width: 320px;
}
.qa-box.is-open .qa-box__head::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.qa-box.is-open .qa-box__head-plus::after {
  content: "";
  opacity: 0;
}
@media screen and (min-width: 701px) {
  .qa-box {
    width: 65.5vw;
  }
}

.qa-box__head {
  padding-block: 10px;
  padding-inline: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 2.083vw;
  color: #4D4D4D;
  width: 100%;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 701px) {
  .qa-box__head {
    padding-block: 0.833vw;
    padding-inline: 1.25vw 1.667vw;
  }
}

.qa-box__head-plus {
  position: absolute;
  top: 50%;
  right: 2.25vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  font-size: 16px;
  width: 30px;
  height: 30px;
  background: #C3DE9E;
  color: #fff;
}
.qa-box__head-plus::after {
  content: "";
  width: 1px;
  height: 11px;
  background: #fff;
  position: absolute;
  top: 11px;
  right: 14px;
  z-index: 1;
}
@media screen and (min-width: 701px) {
  .qa-box__head-plus {
    width: 3.75vw;
    height: 3.75vw;
    font-size: 1.833vw;
  }
  .qa-box__head-plus::after {
    content: "";
    width: 0.167vw;
    height: 1.34vw;
    top: 1.2vw;
    right: 1.75vw;
    z-index: 1;
  }
}

.qa-box__head-icon {
  font-size: 25px;
  font-weight: 500;
  color: #5E6659;
}
@media screen and (min-width: 701px) {
  .qa-box__head-icon {
    font-size: 2.5vw;
    font-weight: 600;
  }
}

.qa-box__head-text {
  display: block;
  text-align: left;
  width: 220px;
}
@media screen and (min-width: 701px) {
  .qa-box__head-text {
    width: 50vw;
  }
}

.qa-box__body {
  display: none;
  color: #4D4D4D;
}

.qa-box__a {
  padding-inline: 10px;
  padding-block: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.083vw;
  background: #C3DE9E;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 701px) {
  .qa-box__a {
    padding-inline: 1.25vw;
    padding-block: 2.083vw;
  }
}

.qa-box__a-icon {
  font-size: 30px;
  font-weight: 600;
  color: #5E6659;
}
@media screen and (min-width: 701px) {
  .qa-box__a-icon {
    font-size: 2.5vw;
  }
}

.qa-box__a-text {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.contact-lp {
  padding-block: 9.583vw 0;
}

.contact_lp-inner {
  position: relative;
}

.contact-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.833vw;
}
.contact-title img {
  width: 190px;
}
@media screen and (min-width: 701px) {
  .contact-title img {
    width: 23.333vw;
  }
}

.contact-left {
  position: absolute;
  top: 23px;
  left: 14px;
}
.contact-left img {
  width: 90px;
}
@media screen and (min-width: 701px) {
  .contact-left {
    top: 0;
    left: 18.333vw;
  }
  .contact-left img {
    width: 17.833vw;
  }
}

.contact-right {
  position: absolute;
  top: 16px;
  right: 31px;
}
.contact-right img {
  width: 80px;
}
@media screen and (min-width: 701px) {
  .contact-right {
    top: 0;
    right: 19.167vw;
  }
  .contact-right img {
    width: 14.833vw;
  }
}

.contact_lp-text {
  margin-top: 50px;
  margin-inline: auto;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 170%;
}
.contact_lp-text p {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #FCEE21));
  background: linear-gradient(transparent 60%, #FCEE21 40%);
  padding-bottom: 0.3em;
}
.contact_lp-text span {
  color: #D81418;
}
@media screen and (min-width: 701px) {
  .contact_lp-text {
    margin-top: 4.167vw;
    font-size: 1.5vw;
  }
}

.form {
  margin-top: 7vw;
}

.wpcf7-checkbox {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 701px) {
  .wpcf7-checkbox.contact-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.wpcf7-form-control-wrap {
  position: relative;
  padding: 10px;
  display: block;
}
@media screen and (min-width: 701px) {
  .wpcf7-form-control-wrap {
    padding: 0.417vw 0.833vw;
  }
}

.wpcf7-list-item {
  margin: 0 0 0 0.833vw;
}
.wpcf7-list-item input {
  position: relative;
  top: 0.667vw;
}
@media screen and (min-width: 701px) {
  .wpcf7-list-item input {
    top: 0.4vw;
  }
}

.wpcf7-list-item-label {
  font-size: 14px;
  line-height: 100%;
}
@media screen and (min-width: 701px) {
  .wpcf7-list-item-label {
    font-size: 1.2vw;
  }
}

/* フォーム全体のスタイル */
.wpcf7 {
  border-radius: 0.833vw;
  width: 320px;
  margin: auto;
}
.wpcf7 p {
  font-weight: 500;
}
.wpcf7 .contact-tag {
  background-color: #f0f0f0; /* ライトグレー */
}
.wpcf7 input::-webkit-input-placeholder {
  color: #888;
}
.wpcf7 input::-moz-placeholder {
  color: #888;
}
.wpcf7 input:-ms-input-placeholder {
  color: #888;
}
.wpcf7 input::-ms-input-placeholder {
  color: #888;
}
.wpcf7 input::placeholder {
  color: #888;
}
@media screen and (min-width: 701px) {
  .wpcf7 {
    width: 66.667vw;
  }
}

/* ラベルのスタイル */
.wpcf7-form label {
  margin-bottom: 0.833vw;
  font-size: 1.333vw;
  color: #333333; /* ダークグレー */
}

/* 必須フィールドのラベルスタイル */
.wpcf7-form .required {
  color: #D81418;
  padding: 0.167vw 0.417vw;
  border-radius: 0.25vw;
  margin-left: 0.417vw;
  font-size: 16px;
}
@media screen and (min-width: 701px) {
  .wpcf7-form .required {
    font-size: 1vw;
  }
}

/* インプットフィールドのスタイル */
.wpcf7-form textarea {
  width: 300px;
  padding: 0.833vw;
  border: 1px solid #cccccc; /* ライトグレー */
  border-radius: 0.417vw;
  margin-bottom: 1.667vw;
  font-size: 1.333vw;
  background-color: #ffffff; /* 白 */
}
.wpcf7-form .wpcf7-text {
  width: 300px;
}
@media screen and (min-width: 701px) {
  .wpcf7-form .textarea {
    width: 70%;
  }
}

/* ドロップダウンメニュー */
.cf7__select {
  position: relative;
}

.cf7__select:before {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #333333;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  pointer-events: none;
  content: "";
}
@media screen and (min-width: 701px) {
  .cf7__select:before {
    top: 50%;
    right: 1.667vw;
  }
}

.cf7__select select {
  width: 200px;
  padding: 2.167vw 0.417vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 701px) {
  .cf7__select select {
    width: 10vw;
    padding: 0.7vw 0.417vw;
  }
}

/* テキストエリアのスタイル */
.wpcf7-form textarea {
  height: 150px;
  resize: vertical;
}
@media screen and (min-width: 701px) {
  .wpcf7-form textarea {
    height: 12.5vw;
  }
}

/* 送信ボタンのスタイル */
.wpcf7-form input[type=submit] {
  margin-left: 6vw;
  padding: 5px 10px;
  margin-top: 1.667vw;
  background-color: #f0f0f0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: 1px solid #000;
}

.wpcf7-form input[type=submit]:hover {
  background-color: #909090;
}

/* エラーメッセージと成功メッセージのスタイル */
.wpcf7-form .wpcf7-not-valid-tip {
  color: red;
  font-size: 12px;
}
@media screen and (min-width: 701px) {
  .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 1.167vw;
  }
}

.wpcf7-form .wpcf7-mail-sent-ok {
  color: green;
  font-size: 1.333vw;
  margin-bottom: 1.667vw;
}

.contact-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  border: 1px solid #d2d0d0;
}
@media screen and (min-width: 701px) {
  .contact-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-content:nth-of-type(11) .contact-tag {
    height: 14.583vw;
  }
  .contact-content:nth-of-type(13) .contact-tag {
    height: 5.417vw;
  }
}

.contact-tag {
  padding: 0.833vw;
  width: 100%;
}
.contact-tag p {
  display: inline;
}
@media screen and (min-width: 701px) {
  .contact-tag {
    width: 30%;
  }
}

.form-bottom {
  margin-top: 4.167vw;
}

.send-btn {
  text-align: center;
}

.form-bottom__content {
  margin-top: 1.25vw;
}

.send-btn {
  text-align: center;
  margin-left: 50px;
  margin-top: 20px;
}
@media screen and (min-width: 701px) {
  .send-btn {
    margin-left: 0;
  }
}

.form-bottom__content {
  margin-top: 15px;
}

.footer-inner {
  padding-block: 75px 30px;
  background: url(../img/kaigo/footer_bg@2x.png) no-repeat center/cover;
}
@media screen and (min-width: 701px) {
  .footer-inner {
    padding-block: 13vw 5.833vw;
  }
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.footer-logo img {
  width: 100px;
}
@media screen and (min-width: 701px) {
  .footer-logo img {
    width: 9.833vw;
  }
}

.footer-text {
  margin-top: 2.083vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.667vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-btn {
  margin-top: 30px;
  padding-block: 2.083vw;
  width: 200px;
  background: #4D4D4D !important;
  color: #fff !important;
}
@media screen and (min-width: 701px) {
  .footer-btn {
    margin-top: 2.5vw;
    width: 16.667vw;
  }
}

.copyright {
  padding-block: 20px;
  color: #fff;
  background: #000;
  font-size: 10px;
  display: block;
  text-align: center;
}
@media screen and (min-width: 701px) {
  .copyright {
    padding-block: 3.75vw;
    font-size: 0.833vw;
  }
}