@charset "UTF-8";
/* header ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////// */
#header {
  position: relative;
  width: 100%;
  z-index: 5;
  top: 0;
  left: 0;
}
#header .inner {
  width: 100%;
  min-width: 1080px;
  height: 120px;
  background: #fff;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 70px;
    min-width: 100%;
  }
}
#header .block-left {
  position: relative;
  width: fit-content;
  padding-left: var(--margin-50);
}
@media screen and (max-width: 767px) {
  #header .block-left {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}
#header .item-logo {
  display: block;
  width: fit-content;
}
#header .item-logo a {
  width: fit-content;
  display: block;
  transition: ease 0.2s;
}
#header .item-logo a img {
  height: 11vw;
}
#header .item-logo a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #header .item-logo {
    margin-right: auto;
    padding-left: 6vw;
  }
  #header .item-logo img {
    height: auto;
  }
}
#header .block-right {
  position: relative;
  width: fit-content;
  padding-right: var(--margin-50);
}
@media screen and (max-width: 767px) {
  #header .block-right {
    display: none;
  }
}
#header .com__tel {
  margin-right: var(--margin-20);
}
#header .com__tel .tel-num {
  color: var(--col--main-01);
  display: block;
  margin-bottom: 5px;
}
#header .com__tel .tel-attention {
  height: var(--font-size-13);
}
#header .com__btn_01 {
  --width: 220px;
}
#header .cont-info {
  width: fit-content;
  margin-bottom: var(--margin-15);
}

/* nav グローバルナビゲーション
////////////////////////////////////////////////////////////////////////////////////////////////// */
#nav .list-nav {
  width: fit-content;
  gap: 5vw;
}
#nav .list-nav-item {
  width: fit-content;
  position: relative;
}
#nav .list-nav-item::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--col--main-01);
  top: 50%;
  translate: 0 -50%;
  left: -30px;
}
#nav .list-nav-item a {
  font-size: var(--font-size-16);
  transition: ease 0.17s;
}
#nav .list-nav-item:first-of-type::before {
  display: none;
}
#nav .list-nav-link {
  padding-left: 40px;
  position: relative;
}
#nav .list-nav-link::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__link__a_02.png) center center/contain no-repeat;
  width: 15px;
  height: 16px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  #nav {
    display: none;
  }
}

/* mv メインビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#mv {
  position: relative;
  width: 100%;
  height: 810px;
  overflow: hidden;
}
#mv .mv-catch {
  position: absolute;
  bottom: -9vw;
  left: -3vw;
}
#mv .mv-catch img {
  width: 70vw;
}
#mv .mv-img {
  position: absolute;
  right: -46vw;
  top: 0;
  background: url(/img/mv/mv__img.png) center center/contain no-repeat;
  width: 140vw;
  height: 81vw;
}
@media screen and (max-width: 767px) {
  #mv {
    height: 92vw;
    max-width: 100%;
  }
}

/* sv サブビジュアル
////////////////////////////////////////////////////////////////////////////////////////////////// */
#sv {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 45vw;
}
#sv .sv-catch {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  gap: 3vw;
}
#sv .sv-catch .ja {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--col--txt-01);
  font-size: 7vw;
  margin-bottom: 1vw;
}
#sv .sv-catch .en {
  width: fit-content;
  background: var(--col--main-01);
  padding: 2vw 5vw;
  border-radius: 1.5vw;
  font-size: var(--font-size-36);
  font-size: 3.7vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sv {
    height: 45vw;
    max-width: 100%;
  }
}

.sv-about {
  background: url(../img/sv/sv__about.jpg) center center/cover no-repeat;
}

.sv-homecare {
  background: url(../img/sv/sv__homecare.jpg) center center/cover no-repeat;
}

.sv-rehabilitation {
  background: url(../img/sv/sv__rehabilitation.jpg) center center/cover no-repeat;
}

.sv-faq {
  background: url(../img/sv/sv__faq.jpg) center center/cover no-repeat;
}

.sv-company {
  background: url(../img/sv/sv__company.jpg) center center/cover no-repeat;
}

.sv-notfound {
  background: url(../img/sv/sv__notfound.jpg) center center/cover no-repeat;
}

.sv-contact {
  background: url(../img/sv/sv__contact.jpg) center center/cover no-repeat;
}

.sv-complete {
  background: url(../img/sv/sv__complete.jpg) center center/cover no-repeat;
}

.sv-news {
  background: url(../img/sv/sv__news.jpg) center center/cover no-repeat;
}

.sv-site {
  background: url(../img/sv/sv__site.jpg) center center/cover no-repeat;
}

.sv-privacy {
  background: url(../img/sv/sv__privacy.jpg) center center/cover no-repeat;
}

/* footer フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  position: relative;
  width: 100%;
  background: linear-gradient(270deg, rgb(146, 212, 247) 0%, rgb(103, 154, 251) 100%);
}
#footer .item-logo {
  display: block;
  position: relative;
  width: fit-content;
  transition: ease 0.2s;
}
#footer .item-logo:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#footer .block-left {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .block-right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  #footer .block-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
#footer .topic-intro {
  margin-bottom: var(--margin-40);
  flex-direction: column;
}
#footer .topic-intro .item-logo {
  width: fit-content;
  display: block;
  margin-bottom: 6vw;
}
#footer .topic-intro .item-logo img {
  height: 21vw;
}
#footer .topic-intro .unit-contact {
  width: fit-content;
  gap: 3vw;
  flex-direction: column;
  margin-bottom: 6vw;
}
#footer .topic-intro .unit-contact .com__tel {
  text-align: center;
  margin-bottom: 5vw;
  align-items: center;
}
#footer .topic-intro .unit-contact .com__tel .tel-num {
  display: block;
  margin-bottom: 3vw;
  font-size: 8vw;
}
#footer .topic-intro .unit-contact .com__tel .tel-attention {
  margin: 0 auto;
  width: fit-content;
}
#footer .topic-intro .unit-contact .com__btn_01 {
  margin-bottom: 3vw;
}
#footer .topic-intro .unit-contact .com__instagram {
  --size: 9vw;
  filter: var(--col--fil-white);
}
#footer .topic-info {
  gap: 13vw;
  margin-bottom: var(--margin-20);
  flex-direction: column;
}
#footer .topic-info .block-info {
  width: 100%;
  color: #fff;
  font-size: var(--font-size-16);
}
#footer .topic-info .block-info .ttl03 {
  margin-bottom: 5vw;
  text-align: center;
}
#footer .topic-info .block-info .ttl03 .ja {
  font-size: var(--font-size-22);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
}
#footer .topic-info .block-info .item-address {
  text-align: center;
  font-size: 3.5vw;
  margin-bottom: var(--margin-20);
}
#footer .topic-info .block-info .item-tel {
  margin-bottom: var(--margin-20);
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 4vw;
}
#footer .topic-info .block-info .com__times {
  margin: 0 auto;
  width: fit-content;
  align-items: center;
  gap: 4vw;
  flex-direction: column;
}
#footer .list-nav {
  gap: 3vw;
  margin: 0 auto;
  width: 620px;
}
#footer .list-nav-item {
  width: fit-content;
}
#footer .list-nav-item a {
  position: relative;
  transition: ease 0.2s;
  color: #fff;
  font-size: var(--font-size-14);
}
@media screen and (max-width: 767px) {
  #footer .list-nav {
    display: none;
  }
}
#footer #copyright {
  font-size: var(--font-size-13);
  text-align: center;
  color: var(--col--main-02);
  padding: 20px 0;
  background: #fff;
}
#footer #copyright a {
  margin: 0 2px;
  padding: 0 5px;
  transition: ease 0.12s;
}
#footer #copyright a:hover {
  color: #fff;
  background: var(--col--main-02);
}
@media screen and (max-width: 767px) {
  #footer #copyright a {
    margin: unset;
    padding: unset;
  }
  #footer #copyright a:hover {
    color: inherit;
    background: inherit;
  }
}

/* ent
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ent
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#ent {
  position: relative;
  z-index: 0;
  background: url(/img/ent/ent__bg_img_01.png) center center/cover no-repeat;
}
#ent .inner {
  padding: 0;
  gap: 5vw;
  flex-direction: column;
}
#ent .block-ent {
  position: relative;
  border-radius: 1.5vw;
  height: calc((100dvh - 70px - 5vw) / 2);
  width: 100%;
}
#ent .block-ent a {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 1.5vw;
  pointer-events: none;
}
#ent .block-ent a::before {
  content: "";
  position: absolute;
}
#ent .block-ent .ttl02 {
  pointer-events: all;
  background: rgba(255, 255, 255, 0.7);
  padding: 6vw 5vw;
  width: 100%;
  padding-bottom: 10vw;
}
#ent .block-ent .ttl02 .en {
  width: fit-content;
  display: block;
  font-size: var(--font-size-32);
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: var(--margin-15);
  background: var(--col--gradi-main-01);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ent .block-ent .ttl02 .ja {
  font-size: var(--font-size-38);
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
  padding-bottom: 3vw;
  font-size: 5vw;
}
#ent .block-ent .ttl02 .ja::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__a_02.png) center center/contain no-repeat;
  width: 6vw;
  height: 6vw;
  left: 50%;
  translate: -50% 100%;
  bottom: 0;
}
#ent .block-ent.block-official a {
  transition: ease 0.3s;
}
#ent .block-ent.block-official a::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/ent/ent__img_01.png) center center/cover no-repeat rgba(163, 214, 255, 0);
  background-blend-mode: screen;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  scale: 1;
  transition: ease 0.3s;
}
#ent .block-ent.block-official a:hover::before {
  background: url(/img/ent/ent__img_01.png) center center/cover no-repeat rgba(163, 214, 255, 0.5);
  background-blend-mode: screen;
  scale: 1.03;
}
#ent .block-ent.block-recruit a {
  transition: ease 0.3s;
}
#ent .block-ent.block-recruit a::before {
  z-index: -1;
  content: "";
  position: absolute;
  background: url(/img/ent/ent__img_02.png) center center/cover no-repeat rgba(118, 166, 255, 0);
  background-blend-mode: screen;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  scale: 1;
  transition: ease 0.3s;
}
#ent .block-ent.block-recruit a:hover::before {
  background: url(/img/ent/ent__img_02.png) center center/cover no-repeat rgba(163, 214, 255, 0.5);
  background-blend-mode: screen;
  scale: 1.03;
}

#ent__footer {
  background: #b3ddff;
}
#ent__footer .inner {
  padding: 8vw 0;
}
#ent__footer .inner #copyright {
  font-size: var(--font-size-14);
  font-size: 3vw;
  color: #808080;
  text-align: center;
}

/* index
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* top__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__about .inner {
  position: relative;
}
#top__about .ttl03 {
  width: 100%;
  margin-left: auto;
  margin-bottom: var(--margin-45);
}
#top__about .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#top__about .item-text {
  width: 100%;
  margin-left: auto;
  margin-bottom: var(--margin-40);
}
#top__about .item-text .ttl04 {
  margin-bottom: var(--margin-20);
}
#top__about .item-text .ttl04 .ja {
  line-height: 1.8;
  font-size: var(--font-size-22);
  font-weight: 700;
  letter-spacing: 0.04em;
}
/* top__works
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__works {
  position: relative;
  z-index: 0;
  background: #f0f0f0;
}
#top__works .ttl03 {
  margin-bottom: 8vw;
}
#top__works .block-works {
  padding: 5vw;
  background: #fff;
  width: fit-content;
  position: relative;
  margin-bottom: 10vw;
}
#top__works .block-works:last-child {
  margin-bottom: 0;
}
#top__works .block-works .ttl04 {
  text-align: center;
  margin-bottom: var(--margin-30);
}
#top__works .block-works .ttl04 .ja {
  line-height: 1.6;
  font-size: var(--font-size-25);
  font-weight: 700;
  letter-spacing: 0.06em;
}
#top__works .block-works .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#top__works .block-works .item-img img {
  width: 100%;
}
#top__works .block-works .item-text {
  text-align: left;
  margin-bottom: var(--margin-30);
}
#top__works .block-works .item-text br {
  display: none;
}
#top__works .block-works a {
  margin: 0 auto;
}
#top__works .block-works:nth-of-type(odd) .item-img {
  margin-bottom: 4vw;
}
#top__works .block-works:nth-of-type(even) {
  margin-left: auto;
}
#top__works .block-works:nth-of-type(even) .item-img {
  margin-bottom: 4vw;
}

/* top__subpages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#top__subpages .inner {
  padding: 0;
  width: 100%;
  flex-direction: column;
}
#top__subpages .block-subpages {
  border-block: 2px solid #fff;
  width: 100%;
  height: 50vw;
}
#top__subpages .block-subpages a {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#top__subpages .block-subpages a::after {
  content: "";
  position: absolute;
  background: url(/img/common/icon__arrow__b_01.svg) center center/contain no-repeat;
  width: 10vw;
  height: 10vw;
  right: 0vw;
  bottom: 0vw;
  transition: ease 0.3s;
}
#top__subpages .block-subpages a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  transition: ease 0.3s;
}
#top__subpages .block-subpages a .ttl03 {
  position: absolute;
  left: 5vw;
  bottom: 5vw;
}
#top__subpages .block-subpages a .ttl03 .en {
  margin-bottom: 0;
  margin-right: var(--margin-20);
  font-size: 12vw;
}
#top__subpages .block-subpages a .ttl03 .ja {
  color: #fff;
  font-size: 4vw;
  padding-bottom: 0.8vw;
}
#top__subpages .block-subpages a:hover::after {
  width: 100px;
  height: 100px;
}
#top__subpages .block-faq a {
  transition: ease 0.3s;
}
#top__subpages .block-faq a::before {
  transition: ease 0.3s;
  content: "";
  position: absolute;
  background: url(/img/top/top__subpages__img_01.png) center center/cover no-repeat, rgba(108, 160, 251, 0);
  background-blend-mode: lighten;
  scale: 1;
}
#top__subpages .block-faq a:hover::before {
  background: url(/img/top/top__subpages__img_01.png) center center/cover no-repeat, rgba(108, 160, 251, 0.2);
  scale: 1.05;
}
#top__subpages .block-recruit a {
  transition: ease 0.3s;
}
#top__subpages .block-recruit a .ttl03 {
  width: fit-content;
}
#top__subpages .block-recruit a .ttl03::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__link__a_01.png) center center/contain no-repeat;
  width: 5vw;
  height: 5vw;
  right: -10vw;
  top: 73%;
  translate: 0 -50%;
}
#top__subpages .block-recruit a::before {
  transition: ease 0.3s;
  content: "";
  position: absolute;
  background: url(/img/top/top__subpages__img_02.png) center center/cover no-repeat, rgba(108, 160, 251, 0);
  background-blend-mode: lighten;
  scale: 1;
}
#top__subpages .block-recruit a:hover::before {
  background: url(/img/top/top__subpages__img_02.png) center center/cover no-repeat, rgba(108, 160, 251, 0.2);
  scale: 1.05;
}
#top__subpages .block-info a {
  transition: ease 0.3s;
}
#top__subpages .block-info a::before {
  transition: ease 0.3s;
  content: "";
  position: absolute;
  background: url(/img/top/top__subpages__img_03.png) center center/cover no-repeat, rgba(108, 160, 251, 0);
  background-blend-mode: lighten;
  scale: 1;
}
#top__subpages .block-info a:hover::before {
  background: url(/img/top/top__subpages__img_03.png) center center/cover no-repeat, rgba(108, 160, 251, 0.2);
  scale: 1.05;
}

/* top__news
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.unit-latest {
  margin-bottom: var(--margin-30);
}
.unit-latest:last-child {
  margin-bottom: 0;
}
.unit-latest a {
  width: 100%;
  height: 100%;
  position: relative;
  right: 0;
  padding: 5vw 5vw;
  background: #e6f2fd;
  transition: ease 0.25s;
}
.unit-latest .unit-latest-text {
  width: 100%;
}
.unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
.unit-latest .item-ttl {
  order: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: var(--margin-10);
}
.unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: var(--margin-15);
}
.unit-latest .tag_list {
  order: 3;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 5vw;
  justify-content: end;
}
.unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  font-size: 13px;
  color: #999;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
}
.unit-latest .tag_list-item::before {
  content: "";
  position: absolute;
  height: 100%;
  right: -15px;
  border-right: 1px solid #999;
}
.unit-latest .tag_list-item:last-child::before {
  display: none;
}
.unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
.unit-latest:hover a {
  color: var(--col--main-02);
  right: -6px;
}

.s-post-taglist {
  gap: 5vw;
}
.s-post-taglist .tag-name {
  width: fit-content;
  height: fit-content;
  font-size: 13px;
  color: #999;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
}
.s-post-taglist .tag-name::before {
  content: "";
  position: absolute;
  height: 100%;
  right: -15px;
  border-right: 1px solid #999;
}
.s-post-taglist .tag-name:last-child::before {
  display: none;
}

#top__news .inner {
  position: relative;
}
#top__news .ttl03 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  align-items: center;
  margin-bottom: 6vw;
}
#top__news .cont-latest {
  width: 100%;
  margin-left: auto;
  margin-bottom: 8vw;
}
#top__news .unit-latest {
  margin-bottom: var(--margin-30);
}
#top__news .unit-latest:last-child {
  margin-bottom: 0;
}
#top__news .unit-latest a {
  width: 100%;
  height: 100%;
  position: relative;
  right: 0;
  padding: 5vw 5vw;
  background: #e6f2fd;
  transition: ease 0.25s;
}
#top__news .unit-latest .unit-latest-text {
  width: 100%;
}
#top__news .unit-latest .unit-latest-text.on_thumb {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-text.on_thumb {
    width: 70%;
  }
}
#top__news .unit-latest .item-ttl {
  order: 2;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: var(--margin-10);
}
#top__news .unit-latest .item-time {
  position: relative;
  order: 1;
  width: fit-content;
  font-size: var(--font-size-16);
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: var(--margin-15);
}
#top__news .unit-latest .tag_list {
  order: 3;
  width: 100%;
  margin-bottom: var(--margin-15);
  gap: 5vw;
  justify-content: end;
}
#top__news .unit-latest .tag_list-item {
  width: fit-content;
  height: fit-content;
  font-size: 13px;
  color: #999;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
}
#top__news .unit-latest .tag_list-item::before {
  content: "";
  position: absolute;
  height: 100%;
  right: -15px;
  border-right: 1px solid #999;
}
#top__news .unit-latest .tag_list-item:last-child::before {
  display: none;
}
#top__news .unit-latest .unit-latest-img {
  height: 130px;
  width: 130px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .unit-latest-img {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest .item-thumb {
  height: 130px;
  width: 130px;
}
@media screen and (max-width: 767px) {
  #top__news .unit-latest .item-thumb {
    height: 20vw;
    width: 20vw;
    margin-right: 2vw;
  }
}
#top__news .unit-latest:hover a {
  color: var(--col--main-02);
  right: -6px;
}
#top__news .com__btn_02 {
  position: relative;
  margin: 0 auto;
}

/* about
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* about__philosophy
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__philosophy .inner {
  position: relative;
}
#about__philosophy .ttl03 {
  margin-bottom: var(--margin-50);
}
#about__philosophy .ttl03 .en {
  margin-bottom: var(--margin-40);
}
#about__philosophy .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 6vw;
}
#about__philosophy .item-text {
  width: 100%;
  margin-right: auto;
}
#about__philosophy .item-text .ttl04 {
  margin-bottom: var(--margin-30);
}
#about__philosophy .item-text .ttl04 .ja {
  font-size: var(--font-size-24);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
/* about__greeting
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__greeting {
  background: var(--col--base-02);
}
#about__greeting .ttl03 {
  margin-bottom: var(--margin-50);
}
#about__greeting .wrap-about {
  padding-block: 30px;
  border-top: 1px solid var(--col--main-02);
  border-bottom: 1px solid var(--col--main-02);
  position: relative;
}
#about__greeting .wrap-about .item-img {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 4vw;
}
#about__greeting .wrap-about .item-img img {
  width: 75vw;
}
#about__greeting .wrap-about .item-img figcaption {
  gap: 5vw;
  margin: 0 auto;
  width: fit-content;
  margin-top: var(--margin-25);
}
#about__greeting .wrap-about .item-img figcaption .class {
  font-size: var(--font-size-20);
  color: #fff;
  padding: 5px 18px;
  background: var(--col--main-01);
  border-radius: 1.5vw;
  text-align: center;
}
#about__greeting .wrap-about .item-img figcaption .name {
  font-size: var(--font-size-24);
  font-weight: 700;
  letter-spacing: 0.04em;
}
#about__greeting .wrap-about .item-text {
  width: 100%;
  margin-left: auto;
}
#about__greeting .wrap-about .item-text p {
  font-size: var(--font-size-16);
}

/* about__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#about__feature .ttl03 {
  margin-bottom: var(--margin-40);
}
#about__feature .topic-feature .block-feature {
  position: relative;
  min-height: 360px;
  margin-bottom: var(--margin-50);
}
#about__feature .topic-feature .block-feature:last-child {
  margin-bottom: 0;
}
#about__feature .topic-feature .block-feature .ttl04 {
  border-bottom: 2px solid var(--col--main-02);
  gap: 3vw;
  margin-bottom: var(--margin-40);
  width: 100%;
  margin-left: auto;
}
#about__feature .topic-feature .block-feature .ttl04 .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9vw;
  height: 9vw;
  background: var(--col--main-02);
  font-size: var(--font-size-30);
  font-size: 5vw;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
}
#about__feature .topic-feature .block-feature .ttl04 .ja {
  font-size: var(--font-size-24);
  font-size: 4.4vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
#about__feature .topic-feature .block-feature .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
#about__feature .topic-feature .block-feature .item-text {
  width: 100%;
  margin-left: auto;
}
#about__feature .topic-feature .block-feature .item-text p {
  font-size: var(--font-size-16);
}

/* homecare
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* homecare__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#homecare__about {
  min-height: 670px;
}
#homecare__about .inner {
  position: relative;
}
#homecare__about .ttl03 {
  margin-bottom: var(--margin-50);
}
#homecare__about .ttl03 .ja {
  line-height: 1.7;
}
#homecare__about .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 6vw;
}
#homecare__about .item-text {
  width: 100%;
}
#homecare__about .item-text p {
  font-size: var(--font-size-16);
}

/* homecare__target
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#homecare__target {
  background: var(--col--base-02);
}
#homecare__target .ttl03 {
  margin-bottom: var(--margin-50);
  margin-bottom: 50vw;
}
#homecare__target .item-text {
  text-align: left;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
#homecare__target .item-text br {
  display: none;
}
#homecare__target .item-text::before {
  content: "";
  position: absolute;
  background: url(/img/homecare/homecare__target__illust_01.png) center center/contain no-repeat;
  width: 38vw;
  height: 47vw;
  top: -49vw;
  left: 0vw;
}
#homecare__target .item-text::after {
  content: "";
  position: absolute;
  background: url(/img/homecare/homecare__target__illust_02.png) center center/contain no-repeat;
  width: 38vw;
  height: 47vw;
  top: -49vw;
  right: 0vw;
}
#homecare__target .item-text p {
  margin-bottom: var(--margin-20);
}
#homecare__target .item-text p strong {
  width: fit-content;
  display: block;
  font-size: var(--font-size-24);
  font-weight: 700;
  color: #fff;
  padding: 1.3vw 5vw;
  background: var(--col--main-01);
  color: #fff;
  border-radius: 1.5vw;
  margin: 0 auto;
}

/* homecare__flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.com__flow .ttl03 {
  margin-bottom: var(--margin-60);
}
.com__flow .list-flow .item {
  position: relative;
  padding: 5vw 5vw;
  background: linear-gradient(90deg, #e8f6fd 0%, #e1ecfe 100%);
  margin-bottom: var(--margin-20);
  min-height: 220px;
}
.com__flow .list-flow .item:last-child {
  margin-bottom: 0;
}
.com__flow .list-flow .item .ttl04 {
  position: relative;
  gap: 3vw;
  margin-bottom: var(--margin-20);
  width: 60vw;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
.com__flow .list-flow .item .ttl04 .num {
  font-weight: 700;
  color: var(--col--main-02);
  font-size: var(--font-size-40);
  margin-right: var(--margin-20);
  font-size: 7.5vw;
}
.com__flow .list-flow .item .ttl04 .num small {
  font-size: var(--font-size-30);
  margin-right: 2vw;
  font-size: 4vw;
}
.com__flow .list-flow .item .ttl04 .ja {
  font-weight: 700;
  line-height: 1.6;
  font-size: var(--font-size-30);
  font-size: 4.6vw;
}
.com__flow .list-flow .item .item-img {
  position: absolute;
  width: 100%;
  margin-bottom: 4vw;
  top: 6vw;
  left: 4vw;
}
.com__flow .list-flow .item .item-img img {
  width: 17vw;
}
.com__flow .list-flow .item .item-text {
  width: 100%;
  margin-left: auto;
}
.com__flow .list-flow .item .item-text br {
  display: none;
}


#homecare__service{
  background: #e9f6fd;

  .list-flow{
    .item{
      background: #fff;
      .ttl04{
        gap: 0;
        .ja{
                    font-size: 4.3vw;
          line-height: 1.3;
        }
      }
    }
  }
}




/* rehabilitation
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* rehabilitation__about
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#rehabilitation__about {
  min-height: 670px;
}
#rehabilitation__about .inner {
  position: relative;
}
#rehabilitation__about .ttl03 {
  margin-bottom: var(--margin-50);
}
#rehabilitation__about .ttl03 .ja {
  line-height: 1.6;
}
#rehabilitation__about .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 6vw;
}
#rehabilitation__about .item-text {
  width: 100%;
}
#rehabilitation__about .item-text p {
  font-size: var(--font-size-16);
}



/* rehabilitation__feature
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#rehabilitation__feature {
  position: relative;
  z-index: 0;
}


#rehabilitation__feature .inner {
  .ttl03{
    margin: 0 auto;
    margin-bottom: var(--margin-50);
  }
}


#rehabilitation__feature .wrap-feature {
  position: relative;
}


#rehabilitation__feature::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: calc(100%);
  height: 100%;
  border-radius: 2vw;
  background: #e9f6fd;
  left: 50%;
  translate: -50% 0;
}


#rehabilitation__feature .wrap-cont {
  .block-feature {
    position: relative;
    margin-bottom: var(--margin-50);

    .ttl04 {
      width: 100%;
      gap: 10px;
      margin-bottom: var(--margin-35);

      .ja {
        padding: 15px 25px;
        background: #6ca0fb;
        border-radius: 10px;
        font-size: var(--font-size-26);
        font-weight: 700;
        letter-spacing: 0.06em;
        color: #fff;
        width: fit-content;
      }
    }

    .item-img {
      position: relative;
      margin-bottom: 5vw;
    }

    .item-text {
      width: 100%;
    }
  }

  .block-service {
    .ttl04 {
      margin-left: auto;
      .ja {

      }
    }

    .item-img {
    }

    .item-text {

    }
  }

  .block-care {
    position: relative;

    .ttl04 {

      .ja {}
    }

    .item-img {

    }

    .item-text {

    }
  }
}


#rehabilitation__feature .topic-review {
  width: 100%;
  background: #fff;
  padding: 4vw;
  position: relative;

  .item-img {
    position: relative;
    margin-bottom: 4vw;
    text-align: center;

    figcaption {
      margin-bottom: 1vw;

      .company {
        border-radius: 2vw;
        font-weight: 700;
        font-size: var(--font-size-16);
        color: #fff;
        background: #689cfb;
        width: fit-content;
        padding: 1vw 3vw;
        margin-bottom: var(--margin-10);
      }

      .name {
        justify-content: center;
        small {
          font-size: var(--font-size-17);
          color: #689cfb;
          font-weight: 400;
          margin-right: var(--margin-20);
        }

        span {
          font-weight: 700;
          font-size: var(--font-size-20);
        }
      }
    }
  }

  .ttl04{
        width: 100%;
        text-align: center;

    margin-bottom: var(--margin-30);
  }
  
  .item-text{
        width: 100%;
  }
}








/* rehabilitation__intro
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#rehabilitation__intro {
  background: var(--col--base-02);
}
#rehabilitation__intro .ttl03 {
  margin-bottom: var(--margin-50);
}
#rehabilitation__intro .ttl03 .en {
  font-size: 10vw;
}
#rehabilitation__intro .list-intro {
  --num: 2;
  --column-gap: 5vw;
  --row-gap: 5vw;
}
#rehabilitation__intro .list-intro .item .ttl04 {
  order: 2;
  text-align: center;
  padding-bottom: var(--margin-20);
  width: 100%;
  border-bottom: 1px solid var(--col--main-01);
}
#rehabilitation__intro .list-intro .item .ttl04 .ja {
  font-size: var(--font-size-22);
  font-size: 4vw;
  font-weight: 600;
}
#rehabilitation__intro .list-intro .item .item-img {
  order: 1;
  margin-bottom: var(--margin-10);
  position: relative;
  width: 100%;
  margin-bottom: 4vw;
}
/* rehabilitation__schedule
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#rehabilitation__schedule .ttl03 {
  margin-bottom: var(--margin-50);
}
#rehabilitation__schedule .wrap-flow {
  --num: 1;
  --column-gap: 5vw;
  --row-gap: 10vw;
}
#rehabilitation__schedule .block-flow .ttl04 {
  width: 100%;
  padding: 2.5vw 5vw;
  text-align: center;
  border-radius: 1.5vw;
  background: linear-gradient(90deg, #689cfb 0%, #91d3f8 100%);
  margin-bottom: var(--margin-40);
}
#rehabilitation__schedule .block-flow .ttl04 .ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
}
#rehabilitation__schedule .block-flow .list-flow {
  position: relative;
}
#rehabilitation__schedule .block-flow .list-flow .item {
  position: relative;
  margin-bottom: var(--margin-30);
}
#rehabilitation__schedule .block-flow .list-flow .item .ttl05 {
  padding: 2vw 5vw;
  min-width: 100%;
  margin-bottom: var(--margin-20);
  width: fit-content;
  border-radius: 40px;
  text-align: center;
  background: var(--col--main-02);
}
#rehabilitation__schedule .block-flow .list-flow .item .ttl05 .ja {
  color: #fff;
  font-size: var(--font-size-25);
}
#rehabilitation__schedule .block-flow .list-flow .item .item-text {
  background: linear-gradient(90deg, #e9f5fd 0%, #e1ebfe 100%);
  padding: 3vw 5vw;
}
#rehabilitation__schedule .block-flow .list-flow .item .item-text p {
  font-size: var(--font-size-20);
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* rehabilitation__flow
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#rehabilitation__flow {
  position: relative;
  margin-bottom: 15vw;
}
#rehabilitation__flow::before {
  z-index: -1;
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  border-radius: 1.5vw;
  height: 100%;
  width: 95%;
  background: #e9f6fd;
}
#rehabilitation__flow .list-flow .item {
  background: #fff;
}
/* faq
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* faq__nav
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#faq__nav .inner {
  gap: 5vw;
  flex-direction: column;
}
#faq__nav a {
  --width: 100%;
}
#faq__nav a::before {
  rotate: 90deg;
}
.com__faq .ttl03 {
  margin-bottom: var(--margin-50);
}
.com__faq .ttl03 .en {
  line-height: 1.4;
}
.com__faq .unit-post {
  margin-bottom: var(--margin-30);
}
.com__faq .unit-post:last-child {
  margin-bottom: 0;
}
.com__faq .unit-post dt {
  position: relative;
  padding: 5vw;
  border-radius: 1.5vw;
  padding-left: 15vw;
  color: #fff;
  font-weight: 500;
  background: linear-gradient(90deg, #689cfb 0%, #91d3f8 100%);
  line-height: 1.7;
}
.com__faq .unit-post dt::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__q_01.png) center center/contain no-repeat;
  width: 8vw;
  height: 8vw;
  left: 3.5vw;
  top: 5vw;
}
.com__faq .unit-post dd {
  position: relative;
  padding: 5vw;
  border-radius: 1.5vw;
  padding-left: 15vw;
  font-weight: 500;
  line-height: 1.7;
}
.com__faq .unit-post dd::before {
  content: "";
  position: absolute;
  background: url(/img/common/icon__a_01.png) center center/contain no-repeat;
  width: 8vw;
  height: 8vw;
  left: 3.5vw;
  top: 5vw;
}

/* faq__homecare
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#faq__homecare {
  background: #e9f6fd;
}
/* faq__rehabilitation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* company
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.com__company .ttl03 {
  margin: 0 auto;
  width: fit-content;
  margin-bottom: var(--margin-40);
  text-align: center;
}
.com__company .ttl03 .ja {
  font-size: var(--font-size-30);
  font-weight: 700;
  font-size: 5vw;
  line-height: 1.8;
}
.com__company .item-table {
  margin-bottom: var(--margin-30);
}
.com__company .item-table tr th, .com__company .item-table tr td {
  line-height: 1.6;
}
.com__company .item-map {
  width: 100%;
  height: 60vw;
  min-height: 200px;
}
.com__company .item-map iframe {
  height: 100%;
  width: 100%;
}

/* company__clover
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* company__iris
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#company__iris {
  background: #e9f6fd;
}
/*お知らせ一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  padding: 10px 15px;
  display: block;
}
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col--main-01);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change li a {
  border: solid 1px var(--col--main-01);
  color: var(--col--main-01);
  background: #fff;
}
.post-wrp .tag-change .current a {
  background: var(--col--main-01);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .post-wrp .tag-change {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 5%;
    margin-bottom: 10%;
  }
  .post-wrp .tag-change li {
    text-align: center;
    margin-right: 1%;
    min-width: 100px;
    display: inline-block;
    vertical-align: middle;
  }
  .post-wrp .tag-change li:last-child {
    margin-right: 0;
  }
  .post-wrp .tag-change li a {
    font-size: 3vw;
    padding: 5px 10px;
    display: block;
  }
}
/*お知らせ詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.s-post .s-post-taglist {
  margin-bottom: var(--margin-10);
}
#contents-u.s-post .sb_style h1 {
  border-bottom: 1px solid var(--col--main-01);
}
#contents-u.s-post .sb_style h2 {
  border-left: 5px solid var(--col--main-01);
}
#contents-u.s-post .sb_style h3 {
  background: var(--col--main-01);
  color: #fff;
}
#contents-u.s-post .sb_style h4:before {
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style h5 {
  background: #f2f2f2;
}
#contents-u.s-post .sb_style h6 {
  color: var(--col--main-01);
}
#contents-u.s-post .sb_style ul li:before {
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style ol li:before {
  color: #fff;
  background: var(--col--main-01);
}
#contents-u.s-post .sb_style a {
  color: var(--col--main-01);
}
#contents-u.s-post .s-post-ttl {
  margin-bottom: var(--margin-20);
  border-left: 2px solid var(--col--main-01);
  padding-left: var(--margin-15);
}
#contents-u.s-post .s-post-ttl span {
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  position: relative;
  font-size: var(--font-size-22);
  color: var(--col--main-01);
  line-height: 1.6;
}
#contents-u.s-post .post-txt .sb-post-body {
  font-weight: 400;
  font-size: var(--font-size-16);
  font-family: var(--fot--Noto-Sans);
  line-height: 2;
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid var(--col--main-01);
  margin-top: var(--margin-20);
}
#contents-u.s-post .s-time-tag time {
  color: var(--col--main-01);
  font-family: var(--fot--Noto-Sans);
  font-weight: 500;
  font-size: var(--font-size-15);
}

/*プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contents-u.privacy .privacy-box {
  margin-bottom: var(--margin-50);
}
#contents-u.privacy .privacy-box .ttl02 {
  position: relative;
  border-left: 3px solid var(--col--main-01);
  padding-left: var(--margin-15);
  margin-bottom: var(--margin-20);
}
#contents-u.privacy .privacy-box .ttl02 span {
  color: var(--col--main-01);
  font-size: var(--font-size-24);
  font-weight: 500;
  line-height: 1.5;
}
#contents-u.privacy .privacy-box p {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box ul li {
  font-family: var(--fot--Noto-Sans);
  font-size: var(--font-size-16);
  line-height: 2;
  letter-spacing: 0.05em;
}
#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}

/*サイトマップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 767px) {
  #site-map ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 40px;
  }
  #site-map ul li {
    width: calc((100% - 40px) / 2);
  }
  #site-map ul li a {
    display: block;
    position: relative;
    font-family: var(--fot--Noto-Sans);
    padding-left: var(--margin-30);
    padding-bottom: var(--margin-15);
    border-bottom: 1px solid var(--col--main-01);
    margin-bottom: var(--margin-25);
    font-size: var(--font-size-18);
    color: var(--col--txt-01);
    transition: ease 0.2s;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #000;
    left: 14px;
    top: 30%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
  #site-map ul li a:hover {
    color: var(--col--main-01);
  }
  #site-map ul li a:hover:before {
    border-color: transparent transparent transparent var(--col--main-01);
    left: 18px;
  }
}
@media screen and (min-width: 767px) and (max-width: 767px) {
  #site-map ul li a:before {
    border-width: 1.5vw 0 1.5vw 2.5vw;
    border-color: transparent transparent transparent #000;
    left: 0;
    top: 55%;
  }
}
@media screen and (max-width: 767px) {
  #site-map ul {
    flex-wrap: wrap;
    display: flex;
    gap: 5vw 6vw;
  }
  #site-map ul li {
    width: 100%;
  }
  #site-map ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 4vw;
    color: var(--col--main-01);
    border: 1px solid var(--col--main-01);
    padding: 3vw 4vw;
  }
  #site-map ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1vw 0 1vw 1.5vw;
    border-color: transparent transparent transparent var(--col--main-01);
    right: 3vw;
    top: 50%;
    translate: 0 -50%;
    transition: ease 0.2s;
  }
}
/*お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#contact table {
  width: 100%;
  margin-bottom: 16px;
  border-collapse: collapse;
}
#contact table tr td,
#contact table tr th {
  font-size: var(--font-size-15);
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  font-weight: 400;
  border: 1px solid #dfdfdf;
}
#contact table tr th {
  width: 30%;
  color: #fff;
  background: var(--col--main-01);
}
#contact table tr td {
  width: 70%;
  background: #fff;
}
#contact table .required-mark {
  color: var(--col--main-01);
  font-size: 13px;
  border-radius: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #contact table {
    border-collapse: separate;
  }
  #contact table tr {
    margin-bottom: 5vw;
  }
  #contact table tr td,
  #contact table tr th {
    font-size: 4vw;
    padding: 4vw;
    text-align: left;
    font-weight: 400;
    border: 1px solid #dfdfdf;
  }
  #contact table tr th {
    width: 100%;
    color: #fff;
    background: var(--col--main-01);
  }
  #contact table tr td {
    width: 100%;
    background: #fff;
  }
  #contact table tr textarea,
  #contact table tr input {
    font-size: 4vw;
    padding: 4vw;
  }
  #contact table .required-mark {
    font-weight: 500;
    color: var(--col--main-01);
    font-size: 3.5vw;
    border-radius: 0;
    background: #fff;
  }
}
#contact label[for=agree] a {
  color: var(--col--main-01);
  padding-bottom: 2px;
  border-bottom: 1px solid var(--col--main-01);
}
#contact .contact-btn.contact-submits-wrap button[type=button] {
  border: unset;
  background: var(--col--main-01);
  transition: ease 0.2s;
}
#contact .contact-btn.contact-submits-wrap button[type=button]:hover {
  opacity: 0.6;
}
#contact input[type=button],
#contact input[type=submit] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact input[type=button],
  #contact input[type=submit] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact input[type=button]:hover,
#contact input[type=submit]:hover {
  opacity: 0.7;
}
#contact button[type=button] {
  color: #fff;
  background: var(--col--main-01);
  font-size: 16px;
  margin: 0 4px;
  padding: 1em 2em;
  cursor: pointer;
  border: unset;
  transition: ease 0.2s;
}
@media screen and (max-width: 768px) {
  #contact button[type=button] {
    width: 95%;
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
#contact button[type=button] :hover {
  opacity: 0.7;
}
#contact input[type=button][disabled],
#contact input[type=submit][disabled] {
  color: #777;
  opacity: 0.7;
  background: #ccc;
}

/* お問い合わせ完了
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#contents-u.complete .complete-box {
  text-align: center;
  line-height: 1.8;
  font-size: var(--font-size-16);
}
#contents-u.complete .complete-box a {
  color: var(--col--main-01);
}

/*ページが見つかりません。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.not-found-txt p {
  font-size: var(--font-size-16);
  line-height: 1.8;
}
.not-found-txt p a {
  color: var(--col--main-01);
  transition: ease 0.2s;
}
.not-found-txt p a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .not-found-txt {
    text-align: center;
  }
}/*# sourceMappingURL=style_sp.css.map */