@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  display: none;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 64%;
  margin: 0 0 23% auto;
}
.global-select select {
  padding: 6% 10% 6% 6%;
}

/*
# ドロワーメニュー
------------------------------------ */
.sp-menu-btn-wrp {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  background: var(--primary-color-light);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 14.5vw;
  height: 14.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 70%;
  height: 2px;
  background: var(--color-white);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 9.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: var(--color-white);
  top: -2vw;
  font-size: var(--font-size-10);
}

.sp-menu-btn.active .top {
  transform: translateY(2.5vw) translateX(0px) rotate(45deg);
}

.sp-menu-btn.active .bottom {
  transform: translateY(-2.75vw) translateX(0px) rotate(-45deg);
}

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 8% 6% 15%;
  background: url(../../img/top/about-top_bg.png) top center/100% no-repeat, url(../../img/top/about-btm_bg.png) bottom center/100% no-repeat, var(--color-white);
}
#drawer__nav .drawer__nav-logo {
  width: 55%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer__nav .drawer__nav {
  margin-bottom: 15%;
}
#drawer__nav .drawer__nav-item {
  border-bottom: 1px solid var(--color-gray);
}
#drawer__nav .drawer__nav-item .drawer__nav-link {
  padding: 6% 0;
  font-size: var(--font-size-18);
  border-bottom: none;
  display: block;
  font-weight: var(--font-weight-bold);
}
#drawer__nav .drawer__nav .current span {
  padding-left: 8vw;
  position: relative;
  text-decoration: underline;
  color: var(--primary-color);
}
#drawer__nav .drawer__nav .current span::before, #drawer__nav .drawer__nav .current span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 3vw;
  height: 3vw;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer__nav .drawer__nav .current span::before {
  left: 0;
}
#drawer__nav .drawer__nav .current span::after {
  left: 2.5vw;
}
#drawer__nav .drawer__contact-list {
  text-align: center;
  margin-bottom: 10%;
}
#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
  margin-top: 12%;
}
#drawer__nav .drawer__nav-subpage-link {
  text-decoration: underline;
}

/*
# .c-contact__list
------------------------*/
.c-contact__list .com-tel {
  line-height: 1.4;
  margin-bottom: 7%;
}
.c-contact__list .com-tel .tel__num {
  font-size: var(--font-size-28);
}
.c-contact__list .com-tel .tel__num small {
  font-size: var(--font-size-20);
}
.c-contact__list .com-tel .tel__text {
  display: block;
  line-height: 1;
}
.c-contact__list .com-mail .mail__button {
  border-radius: 7vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 55vw;
  margin: 0 auto;
  height: 12vw;
  font-size: var(--font-size-14);
}
.c-contact__list .com-mail .mail__button::before {
  position: absolute;
  content: "";
  width: 5vw;
  height: 3.5vw;
  background: url(../../img/common/mail_ic.png) center/100% no-repeat;
  margin: auto 0;
  inset: 0 auto 0 9%;
  z-index: 1;
}
.c-contact__list .com-mail .mail__button:hover::after {
  right: 7%;
}

/*
# c-address
------------------------*/
.c-address {
  margin-bottom: 10%;
}
.c-address .address__title {
  font-size: var(--font-size-17);
  text-align: center;
  padding: 2% 4%;
  margin-bottom: 10px;
}
.c-address .address__locate {
  font-size: var(--font-size-16);
  margin-bottom: 6%;
}
.c-address .address__tel {
  line-height: 1.2;
  margin-bottom: 6%;
}
.c-address .address__tel .tel__text {
  display: block;
  line-height: 1;
}
.c-address .address__line {
  display: block;
  margin-top: 6%;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  text-align: left;
}
.com-table tr {
  display: block;
}
.com-table tr th,
.com-table tr td {
  display: block;
  padding: 4%;
}
.com-table tr th {
  background: #679b80;
  color: var(--color-white);
}
.com-table tr td {
  background: var(--color-white);
}
.com-table tr td a[href^="tel:"],
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
}

/*==========================================
  共通ブロック・要素
  ===========================================*/
.com-content {
  text-align: left;
}
.com-content p {
  margin-bottom: 8%;
}
.com-content p:last-child {
  margin-bottom: 0;
}

.com-text {
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
}

#g-map h4 {
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-bold);
  margin-bottom: 4%;
}
#g-map h4 span {
  padding-left: 5%;
}
#g-map .map {
  /*==========================================
  iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
  ===========================================*/
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*
# 矢印
------------------------*/
.has-arrow {
  position: relative;
}
.has-arrow::after {
  position: absolute;
  inset: 0 10% 0 auto;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 2vw;
  height: 2vw;
  border-top: 2.5px solid var(--color-white);
  border-right: 2.5px solid var(--color-white);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}

/*
# 共通ボタン
------------------------*/
.com-button {
  font-size: var(--font-size-15);
  color: var(--color-white);
  font-weight: var(--font-weight-bold);
  height: 15vw;
  width: 95%;
  border-radius: 8vw;
  background: var(--primary-color);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.com-button:hover::after {
  right: 7%;
}

/*
# 画像の背景のパターン
------------------------*/
.img-pattern {
  position: relative;
  z-index: 1;
  padding: 0 1.5vw 1.5vw 0;
}
.img-pattern::before {
  position: absolute;
  content: "";
  width: calc(100% - 1.5vw);
  height: calc(100% - 1.5vw);
  inset: auto 0 0 auto;
  border-radius: inherit;
  background-image: repeating-linear-gradient(-45deg, #b1ce96 0, #b1ce96 2px, transparent 0, transparent 50%);
  background-size: 5px 5px;
  background-color: #fafdf9;
  z-index: -1;
}

/*
# 数字カウンター
------------------------*/
.number-list .number-item {
  position: relative;
}
.number-list .number-item::before {
  position: absolute;
  content: "";
  width: 21vw;
  height: 19vw;
  inset: -5vw auto auto -5vw;
  z-index: 2;
}
.number-list .number-item:nth-child(1)::before {
  background: url(../img/top/reason-item01_num.png) center/100% no-repeat;
}
.number-list .number-item:nth-child(2)::before {
  background: url(../img/top/reason-item02_num.png) center/100% no-repeat;
}
.number-list .number-item:nth-child(3)::before {
  background: url(../img/top/reason-item03_num.png) center/100% no-repeat;
}
.number-list .number-item:nth-child(4)::before {
  background: url(../img/top/reason-item04_num.png) center/100% no-repeat;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  font-family: var(--font-zen-maru-gothic);
  font-size: var(--font-size-23);
  font-weight: var(--font-weight-bold);
  background: url(../../img/common/section-ttl_bdr.png) bottom center no-repeat;
  text-align: center;
  padding-bottom: 8%;
  margin-bottom: 12%;
  position: relative;
  letter-spacing: 0.1em;
  z-index: 1;
}
.section-title.has-leaf {
  padding: 0 5% 10%;
}
.section-title.has-leaf::before, .section-title.has-leaf::after {
  position: absolute;
  content: "";
  background: url(../../img/common/section-ttl_ill.png) center/100% no-repeat;
  width: 15%;
  height: 13vw;
  bottom: 8vw;
  z-index: -1;
}
.section-title.has-leaf::before {
  left: 0;
}
.section-title.has-leaf::after {
  right: 0;
  transform: scale(-1, 1);
}

.headline-title {
  margin-bottom: 5%;
  color: var(--color-white);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-18);
  padding: 2% 4%;
  background: var(--primary-color-light);
  border-radius: 2vw;
}

.sub-title {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12%;
  font-size: var(--font-size-28);
  font-family: var(--font-zen-maru-gothic);
  font-weight: var(--font-weight-bold);
  color: var(--primary-color-dark);
  padding-right: 18vw;
  background: url(../../img/common/sub-ttl_ill.png) right center/15vw no-repeat;
}

.third-title {
  font-size: var(--font-size-24);
  font-family: var(--font-zen-maru-gothic);
  font-weight: var(--font-weight-bold);
  text-align: center;
  margin-bottom: 10%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.third-title::before, .third-title::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: var(--primary-color-light);
}
.third-title::before {
  margin-right: 1.5rem;
}
.third-title::after {
  margin-left: 1.5rem;
}

/*==========================================
header
===========================================*/
#header {
  padding: 4% 5%;
}
#header .header__logo {
  width: 50%;
  line-height: 1;
}
#header .header__right {
  display: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 90vw;
  background: url(../../img/top/mv/mv_bg.png) top center/cover no-repeat, var(--bg-color-orange-light);
  position: relative;
}
#top-mv::before, #top-mv::after {
  position: absolute;
  content: "";
  width: 27%;
  height: 16vw;
  background: url(../../img/top/mv/mv-l_leaf.png) bottom center/100% no-repeat;
  bottom: 0;
}
#top-mv::before {
  left: 2.0833%;
}
#top-mv::after {
  right: 2.0833%;
  transform: scale(-1, 1);
}
#top-mv .mv__catch {
  width: 82%;
  margin: 0 auto;
  position: absolute;
  inset: auto 0 7.9069%;
}

/*==========================================
footer
===========================================*/
#footer .footer__headline {
  padding: 15% 0 12%;
  border-bottom: 1px solid var(--primary-color);
  margin-bottom: 12%;
}
#footer .footer__headline .footer__left {
  text-align: center;
  margin-bottom: 15%;
}
#footer .footer__headline .footer__left .footer__logo {
  width: 68%;
  display: inline-block;
  margin-bottom: 10%;
}
#footer .footer__headline .footer__left .footer__contact-list {
  margin-bottom: 7%;
}
#footer .footer__headline .footer__left .footer__worktime {
  font-size: var(--font-size-16);
}
#footer .footer__nav {
  padding-bottom: 15%;
}
#footer .footer__nav-list {
  -moz-column-count: 2;
       column-count: 2;
  font-size: var(--font-size-14);
}
#footer .footer__nav-item {
  width: 100%;
  display: inline-block;
  margin-bottom: 15%;
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  padding: 2% 0;
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  text-decoration: underline;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 58vw;
  position: relative;
}
.lower-sv .sv__title {
  position: absolute;
  inset: auto 0 6%;
  width: 77%;
  height: 36vw;
  margin: 0 auto;
  font-size: var(--font-size-21);
  background: url(../../img/sv/sv-ttl_bg.png) center/100% no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 3px 3px 5px rgba(var(--primary-color-light-rgb), 0.25);
}

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

#use-sv {
  background: url(../../img/sv/use-sv_bg.jpg) center/cover no-repeat;
}

#price-sv {
  background: url(../../img/sv/price-sv_bg.jpg) center/cover no-repeat;
}

#staff-sv {
  background: url(../../img/sv/staff-sv_bg.jpg) center/cover no-repeat;
}

#manager-sv {
  background: url(../../img/sv/manager-sv_bg.jpg) center/cover no-repeat;
}

#recruit-sv {
  background: url(../../img/sv/recruit-sv_bg.jpg) center/cover no-repeat;
}

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

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

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

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

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

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

#e404-sv {
  background: url(../../img/sv/e404-sv_bg.jpg) center/cover no-repeat;
}

/*==========================================
top
===========================================*/
/*
# top-blog
------------------------*/
#top-blog {
  padding: 15% 0 22%;
}
#top-blog .blog__post-list {
  overflow-x: scroll;
  display: flex;
  gap: 5vw 7vw;
  padding-bottom: 10%;
}
#top-blog .blog__post-list .blog__post {
  width: 65%;
}
#top-blog .blog__post-list .blog__post-link {
  display: block;
}
#top-blog .blog__post-list .blog__post-thumb {
  width: 100%;
  height: 45vw;
  margin-bottom: 5%;
}
#top-blog .blog__post-list .blog__post-date {
  display: block;
  margin-bottom: 5%;
}
#top-blog .blog__post-list .blog__post-title {
  width: 100%;
}
#top-blog .blog__post-list .blog__post-tags {
  margin-top: 5%;
}

.news__section .news__inbox {
  position: relative;
}
.news__section .news__post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw;
}
.news__section .news__post-tag {
  font-size: var(--font-size-13);
  padding: 0 2vw;
}
.news__section .news__post-title {
  width: 100%;
  font-size: var(--font-size-17);
}
.news__section .news__button {
  position: absolute;
  inset: 2vw 8% auto auto;
  width: 35%;
  height: 10vw;
}

/*
# top-about
------------------------*/
#top-about {
  padding: 22% 0;
  background: url(../../img/top/about-top_bg.png) top center/100% no-repeat, url(../../img/top/about-btm_bg.png) bottom center/100% no-repeat;
}
#top-about .about__title {
  font-size: var(--font-size-28);
  z-index: 1;
  padding: 0 3% 8%;
}
#top-about .about__title::before {
  position: absolute;
  content: "";
  width: 27%;
  height: 20vw;
  inset: auto -5% -3vw auto;
  background: url(../../img/top/about-ttl_ill.png) center/100% no-repeat;
  z-index: -1;
}
#top-about .about__title span {
  padding-bottom: 2vw;
}
#top-about .about__title span:nth-of-type(1) {
  background: url(../../img/top/about-ttl-spa_marker.png) bottom center/100% no-repeat;
}
#top-about .about__title span:nth-of-type(2) {
  background: url(../../img/top/about-ttl-aquarium_marker.png) bottom center/100% no-repeat;
}
#top-about .about__img {
  margin-bottom: 16%;
}
#top-about .about__img::after {
  position: absolute;
  content: "";
  width: 38%;
  height: 39vw;
  background: url(../../img/top/about-img_ill.png) bottom center/100% no-repeat;
  inset: auto 6.8965% -18% auto;
}

/*
# top-area
------------------------*/
#top-area {
  padding: 20% 0;
}
#top-area .area__title {
  text-align: center;
  font-size: var(--font-size-24);
  padding: 15% 0;
  letter-spacing: 0.1em;
  background: url(../../img/top/area-txt_bdr.png) top center no-repeat, url(../../img/top/area-txt_bdr.png) bottom center no-repeat;
  margin-bottom: 12%;
}
#top-area .area__img {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

/*
# top-reason
------------------------*/
#top-reason {
  background: url(../../img/top/reason-btm_bg.png) bottom center/100% no-repeat;
}
#top-reason .reason__title {
  text-align: center;
  font-size: var(--font-size-28);
  padding: 10% 5%;
  position: relative;
}
#top-reason .reason__title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.5vw;
  background: url(../../img/top/reason-ttl_wave.png) bottom center/100% repeat-x;
  inset: auto 0 0;
}
#top-reason .reason__title span {
  padding-bottom: 2vw;
  background: url(../../img/top/reason-ttl_maker.png) bottom center/100% no-repeat;
}
#top-reason .reason__inbox {
  padding: 20% 8%;
}
#top-reason .reason__list .reason__card {
  width: 90%;
  margin: 0 auto 13%;
}
#top-reason .reason__list .reason__card:last-child {
  margin-bottom: 0;
}
#top-reason .reason__list .reason__card-img {
  width: 100%;
  height: 54vw;
  margin-bottom: 5%;
}
#top-reason .reason__list .reason__card-title {
  font-size: var(--font-size-24);
  text-align: center;
  margin-bottom: 6%;
  line-height: 1.5;
}
#top-reason .reason__button {
  margin: 15% auto 0;
}

/*
# top-links
------------------------*/
#top-links {
  padding: 20% 0;
}
#top-links .links__item {
  width: 100%;
  margin-bottom: 12%;
}
#top-links .links__item:last-child {
  margin-bottom: 0;
}
#top-links .links__item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-25);
  height: 25vw;
  padding-left: 14%;
  background-image: radial-gradient(#8bb45d 1px, transparent 1px);
  background-size: 5px 5px;
  background-color: var(--primary-color-light);
}
#top-links .links__item-link::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
}
#top-links .links__item-link::after {
  width: 3.5vw;
  height: 3.5vw;
  border-width: 3px;
}
#top-links .links__item-link:hover::after {
  right: 6%;
}
#top-links .links__item-price .links__item-link {
  padding-left: 2%;
}
#top-links .links__item-price .links__item-link::before {
  width: 18%;
  height: 16vw;
  background: url(../../img/top/links-price_ill.png) center/100% no-repeat;
  left: 5%;
}
#top-links .links__item-staff .links__item-link::before {
  width: 27%;
  height: 15vw;
  background: url(../../img/top/links-staff_ill.png) center/100% no-repeat;
  left: 3%;
}

/*
# top-service
------------------------*/
#top-service {
  padding: 20% 0;
}
#top-service .service__title span {
  font-size: var(--font-size-25);
  padding-bottom: 2vw;
}
#top-service .service__title span:nth-of-type(1) {
  background: url(../../img/top/service-ttl-barrier-free_marker.png) bottom center/100% no-repeat;
}
#top-service .service__title span:nth-of-type(2) {
  background: url(../../img/top/service-ttl-care_marker.png) bottom center/100% no-repeat;
}
#top-service .service__text {
  margin-bottom: 10%;
}
#top-service .service__list .service__card {
  margin-bottom: 15%;
}
#top-service .service__list .service__card:last-child {
  margin-bottom: 0;
}
#top-service .service__list .service__card-link {
  display: block;
}
#top-service .service__list .service__card-link:hover {
  transform: translateY(-10px);
}
#top-service .service__list .service__card-img img {
  border-radius: 3vw 3vw 0 0;
}
#top-service .service__list .service__card-content {
  padding: 7% 5% 10%;
  text-align: center;
  border-radius: 0 0 3vw 3vw;
}
#top-service .service__list .service__card-title {
  font-size: var(--font-size-22);
  margin-bottom: 6%;
}
#top-service .service__list .service__card-title:after {
  width: 2.5vw;
  height: 2.5vw;
  border-width: 3px;
  right: 4%;
}
#top-service .service__list .service__card-sections {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5vw;
}
#top-service .service__list .service__card-sections .service__card-section {
  font-size: var(--font-size-15);
  padding: 0 2.5vw;
}

/*
# top-column
------------------------*/
#top-column {
  padding: 20% 0;
}
#top-column .column__post {
  border-bottom: 1px dashed;
}
#top-column .column__post-link {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  padding: 6% 0;
  gap: 2vw 0;
}
#top-column .column__post-link:hover {
  transform: translateX(10px);
}
#top-column .column__post-link:hover .news__post-title {
  text-decoration: underline;
}
#top-column .column__post-date {
  width: 30%;
}
#top-column .column__post-tags {
  width: 68%;
}

/*
# top-recruit
------------------------*/
#top-recruit {
  padding: 20% 0;
  background: url(../../img/top/recruit-rt_ill.png) right top/40% no-repeat, url(../../img/top/recruit_bg.jpg) left 63% center/cover no-repeat;
}
#top-recruit .recruit__title {
  background: url(../../img/top/area-txt_bdr.png) bottom center/100% no-repeat;
  line-height: 1.5;
}
#top-recruit .recruit__button {
  margin: 15% auto 0;
}

/*==========================================
about
===========================================*/
.about__pagenav {
  padding: 18% 4%;
}
.about__pagenav .about__pagenav-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4vw 2%;
}
.about__pagenav .about__pagenav-list .about__pagenav-item {
  width: 49%;
}
.about__pagenav .about__pagenav-list .about__pagenav-item .about__pagenav-link {
  width: 100%;
  padding-right: 6%;
  font-size: var(--font-size-14);
}
.about__pagenav .about__pagenav-list .about__pagenav-item .about__pagenav-link::after {
  transform: rotate(135deg);
}
.about__pagenav .about__pagenav-list .about__pagenav-item .about__pagenav-link:hover {
  transform: scale(0.95);
}
.about__pagenav .about__pagenav-list .about__pagenav-item .about__pagenav-link:hover::after {
  transform: translate(-15px, 5px) rotate(135deg);
}

/*
# about-home
------------------------*/
.about__headline {
  margin-bottom: 15%;
}
.about__headline-img {
  margin-bottom: 10%;
}
.about__headline-content {
  padding-bottom: 58vw;
}

#about-home .about__headline-content {
  background: url(../../img/about/house-headline_ill.png) center bottom/100% no-repeat;
}
#about-home .about__points-title {
  padding-bottom: 8%;
  text-align: center;
  margin-bottom: 12%;
  font-size: var(--font-size-24);
  background: url(../../img/top/area-txt_bdr.png) bottom center/100% no-repeat;
}
#about-home .about__points .point__list .point__item {
  width: 90%;
  margin: 0 auto 12%;
  display: flex;
  flex-direction: column;
}
#about-home .about__points .point__list .point__item:last-child {
  margin-bottom: 0;
}
#about-home .about__points .point__list .point__item-title {
  text-align: center;
  position: relative;
  z-index: 1;
  line-height: 1.4;
}
#about-home .about__points .point__list .point__item-title::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 16vw;
  inset: auto 0 -4vw;
  margin: 0 auto;
  background: url(../../img/about/home-feature-point-ttl_ill.png) center/100% no-repeat;
  z-index: -1;
}
#about-home .about__points .point__list .point__item-title span {
  display: block;
  font-size: var(--font-size-35);
}
#about-home .about__points .point__list .point__item-text {
  flex-grow: 1;
  text-align: center;
  font-size: var(--font-size-17);
  line-height: 1.7;
  padding: 7% 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
# about-dayservice
------------------------*/
#about-dayservice .about__headline-content {
  background: url(../../img/about/dayservice-headline_ill.png) center bottom/100% no-repeat;
}
#about-dayservice .dayservice__time {
  padding: 10% 6%;
  margin-bottom: 13%;
}
#about-dayservice .dayservice__time-worktime {
  text-align: center;
  padding: 2%;
  font-size: var(--font-size-16);
  margin-bottom: 6%;
}
#about-dayservice .dayservice-content-title {
  text-align: center;
  margin-bottom: 10%;
  padding-bottom: 8%;
  font-size: var(--font-size-25);
  background: url(../../img/top/area-txt_bdr.png) bottom center/100% no-repeat;
}
#about-dayservice .dayservice-content-list {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 4vw 4%;
}
#about-dayservice .dayservice-content-list .dayservice-content-item {
  width: 48%;
  height: 19vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-18);
}

/*
# about-reason
------------------------*/
#about-reason .reason__title span {
  display: block;
}
#about-reason .reason__list .reason__card {
  margin-bottom: 13%;
}
#about-reason .reason__list .reason__card:last-child {
  margin-bottom: 0;
}
#about-reason .reason__list .reason__card-img {
  margin-bottom: 8%;
}
#about-reason .reason__list .reason__card-title {
  text-align: center;
  font-size: var(--font-size-23);
  margin-bottom: 8%;
  line-height: 1.6;
}

/*
# about-structure
------------------------*/
#about-structure .structure__content {
  padding: 10% 6%;
  margin-bottom: 13%;
}
#about-structure .structure__content:last-child {
  margin-bottom: 0;
}
#about-structure .structure__content-title {
  text-align: center;
  font-size: var(--font-size-18);
  padding: 2%;
  margin-bottom: 6%;
}
#about-structure .structure__content-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5vw 5vw;
}

/*
# about-facility
------------------------*/
#about-facility .facility__map {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4vw 4%;
}
#about-facility .facility__map-item {
  width: 48%;
}
#about-facility .facility__map-item:first-child {
  width: 100%;
}

/*
# about-event
------------------------*/
#about-event .event__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6vw 4%;
  margin-bottom: 12%;
}
#about-event .event__list .event__item {
  width: 48%;
}
#about-event .event__list .event__item-title {
  width: 100%;
  height: 40vw;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-35);
  margin-bottom: 3%;
}
#about-event .event__list .event__item-title small {
  font-size: var(--font-size-18);
  padding-top: 2vw;
}
#about-event .event__list .event__item:nth-child(odd) .event__item-title {
  background: url(../../img/about/event-odd-month_bg.png) center/100% no-repeat;
}
#about-event .event__list .event__item:nth-child(even) .event__item-title {
  background: url(../../img/about/event-even-month_bg.png) center/100% no-repeat;
}
#about-event .event__list .event__item-text {
  text-align: center;
  line-height: 1.8;
}
#about-event .event__gallery {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 4vw 4%;
}
#about-event .event__gallery-item {
  width: 48%;
}

/*==========================================
use
===========================================*/
/*
# use-movie
------------------------*/
#use-movie .movie__frame {
  /*==========================================
  iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
  ===========================================*/
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#use-movie .movie__frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*
# use-flow
------------------------*/
#use-flow .flow__list {
  display: flex;
  flex-wrap: wrap;
  gap: 7vw 4%;
}
#use-flow .flow__card {
  width: 48%;
  position: relative;
  text-align: center;
}
#use-flow .flow__card:nth-child(1)::before {
  background: url(../img/use/step-item01_num.png) center/100% no-repeat;
}
#use-flow .flow__card:nth-child(2)::before {
  background: url(../img/use/step-item02_num.png) center/100% no-repeat;
}
#use-flow .flow__card:nth-child(3)::before {
  background: url(../img/use/step-item03_num.png) center/100% no-repeat;
}
#use-flow .flow__card:nth-child(4)::before {
  background: url(../img/use/step-item04_num.png) center/100% no-repeat;
}
#use-flow .flow__card-img::after {
  right: -2.5vw;
  width: 2.5vw;
  height: 2.5vw;
  border-top: 0.85vw solid var(--primary-color-light);
  border-right: 0.85vw solid var(--primary-color-light);
}
#use-flow .flow__card:nth-child(even) .flow__card-img::after {
  border: none;
}
#use-flow .flow__card-text {
  font-size: var(--font-size-18);
  margin-top: 4%;
}

/*
# use-faq
------------------------*/
#use-faq .faq__item {
  margin-bottom: 13%;
}
#use-faq .faq__item:last-child {
  margin-bottom: 0;
}
#use-faq .faq__item-title, #use-faq .faq__item-body {
  padding: 3% 3% 3% 16%;
  position: relative;
}
#use-faq .faq__item-title::before, #use-faq .faq__item-body::before {
  position: absolute;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  inset: 2.5vw auto auto 3%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0;
  font-family: var(--font-zen-maru-gothic);
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-bold);
}
#use-faq .faq__item-title {
  margin-bottom: 5%;
  font-size: var(--font-size-19);
}
#use-faq .faq__item-title::before {
  content: "Q";
  background: var(--accent-color);
  color: var(--primary-color-light);
}
#use-faq .faq__item-body::before {
  content: "A";
  background: var(--primary-color-dark);
  color: var(--color-white);
}

/*==========================================
price
===========================================*/
/*
# price-menu
------------------------*/
#price-menu .menu__content {
  margin-bottom: 13%;
}
#price-menu .menu__self {
  border-width: 1px;
  padding: 10% 6%;
}
#price-menu .menu__self-title {
  text-align: center;
  padding: 3%;
  font-size: var(--font-size-18);
  margin-bottom: 6%;
}
#price-menu .menu__self-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5vw 5vw;
}
#price-menu .menu__self-list .menu__self-item {
  font-size: var(--font-size-15);
}
#price-menu .menu__self-list .menu__self-item::before {
  content: "・";
}

/*
# price-nursing
------------------------*/
#price-nursing .nursing__table {
  overflow-x: auto;
  display: block;
  width: 100%;
}
#price-nursing .nursing__table table {
  width: 100%;
}
#price-nursing .nursing__table tr {
  display: table;
}
#price-nursing .nursing__table th,
#price-nursing .nursing__table td {
  display: table-cell;
  padding: 4% 3vw;
}
#price-nursing .nursing__table th,
#price-nursing .nursing__table td {
  border-collapse: separate;
  border-spacing: 1px;
  text-align: center;
  white-space: nowrap;
}
#price-nursing .nursing__table thead th {
  width: 18vw;
}
#price-nursing .nursing__table tbody th {
  width: 18vw;
}
#price-nursing .nursing__table tbody td {
  width: 18vw;
}

/*==========================================
staff
===========================================*/
#staff-archive .staff__card {
  margin-bottom: 13%;
  padding: 10% 6%;
  position: relative;
}
#staff-archive .staff__card:last-child {
  margin-bottom: 0;
}
#staff-archive .staff__card-position {
  text-align: right;
}
#staff-archive .staff__card-img {
  width: 100%;
  height: 61vw;
  margin-bottom: 8%;
}
#staff-archive .staff__card-title {
  font-size: var(--font-size-23);
  padding-bottom: 8%;
  margin-bottom: 5%;
  background: url(../../img/top/area-txt_bdr.png) bottom left/100% no-repeat;
}

/*==========================================
manager
===========================================*/
/*
# manager-worry
------------------------*/
#manager-worry {
  position: relative;
}
#manager-worry::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 225px 50vw 0px 50vw;
  border-color: var(--bg-color-orange-light) transparent transparent transparent;
  inset: auto 0 -225px;
  margin: 0 auto;
}
#manager-worry .worry__title span {
  background: url(../../img/manager/worry-ttl_marker.png) bottom center/100% no-repeat;
  padding-bottom: 2vw;
}
#manager-worry .worry__list {
  position: relative;
}
#manager-worry .worry__list::before {
  position: absolute;
  content: "";
  width: 23%;
  height: 26vw;
  background: url(../../img/manager/worry-list_ill.png) center/100% no-repeat;
  inset: -26vw 0 auto auto;
  z-index: 1;
}
#manager-worry .worry__list .worry__item {
  padding: 3% 3% 3% 16%;
  position: relative;
  margin-bottom: 5%;
  font-size: var(--font-size-17);
}
#manager-worry .worry__list .worry__item::before {
  position: absolute;
  content: "";
  width: 5vw;
  height: 5vw;
  background: url(../../img/manager/worry-item_ic.png) center/100% no-repeat;
  inset: 4vw auto auto 6%;
}
#manager-worry .worry__list .worry__item:last-child {
  margin-bottom: 0;
}

/*
# manager-consult
------------------------*/
#manager-consult .consult__title {
  position: relative;
  font-size: var(--font-size-21);
  background: none;
  padding-bottom: 0;
}
#manager-consult .consult__title::before, #manager-consult .consult__title::after {
  position: absolute;
  content: "";
  width: 11%;
  height: 11vw;
  background: url(../../img/manager/consult-ttl_bdr.png) center/100% no-repeat;
  bottom: 2vw;
}
#manager-consult .consult__title::before {
  left: -8%;
}
#manager-consult .consult__title::after {
  right: -8%;
  transform: scale(-1, 1);
}
#manager-consult .consult__title span {
  font-size: var(--font-size-25);
  padding-bottom: 2vw;
  background: url(../../img/manager/worry-ttl_marker.png) bottom center/100% no-repeat;
}

/*
# manager-consult
------------------------*/
.column2__list .column2__item .column2__item-content .column2__item-title {
  font-size: var(--font-size-23);
  margin: 4% 0;
}
.column2__list .column2__item:nth-child(1) .column2__item-title::before {
  background: url(../img/top/reason-item01_num.png) center/100% no-repeat;
}
.column2__list .column2__item:nth-child(2) .column2__item-title::before {
  background: url(../img/top/reason-item02_num.png) center/100% no-repeat;
}
.column2__list .column2__item:nth-child(3) .column2__item-title::before {
  background: url(../img/top/reason-item03_num.png) center/100% no-repeat;
}

.column2__item {
  margin-bottom: 18%;
  position: relative;
}
.column2__item:last-child {
  margin-bottom: 0;
}
.column2__item-img {
  margin-bottom: 8%;
}
.column2__item-title {
  font-size: var(--font-size-30);
  padding-top: 16%;
  position: relative;
  margin-bottom: 7%;
}
.column2__item-title::after {
  width: 75%;
  height: 2px;
  position: absolute;
  content: "";
  inset: 4vw 0 auto auto;
  background: var(--primary-color-light);
}

/*
# manager-reserve
------------------------*/
#manager-reserve {
  background-color: var(--accent-color-light);
}
#manager-reserve .reserve__content {
  margin-bottom: 13%;
  padding: 10% 6%;
}
#manager-reserve .reserve__content:last-child {
  margin-bottom: 0;
}
#manager-reserve .reserve__content-status {
  text-align: center;
  line-height: 1;
  font-size: var(--font-size-30);
}
#manager-reserve .reserve__content-status span {
  font-size: var(--font-size-40);
}
#manager-reserve .reserve__content-table table {
  border-collapse: separate;
  border-spacing: 1px;
}
#manager-reserve .reserve__content-table th,
#manager-reserve .reserve__content-table td {
  padding: 1vw;
  text-align: center;
}
#manager-reserve .reserve__content-table th {
  background: #679b80;
  width: 136px;
}

/*==========================================
recruit
===========================================*/
/*
# recruit-description
------------------------*/
#recruit-description .description__content {
  margin-bottom: 18%;
}
#recruit-description .description__content:last-child {
  margin-bottom: 0;
}

/*
# recruit-flow
------------------------*/
#recruit-flow {
  background-color: var(--accent-color-light);
}
#recruit-flow .flow__list .flow__card {
  width: 88%;
  margin: 0 auto 18%;
}
#recruit-flow .flow__list .flow__card:last-child {
  margin-bottom: 0;
}
#recruit-flow .flow__list .flow__card-title {
  font-size: var(--font-size-23);
  padding-left: 18%;
  margin-bottom: 4%;
}
#recruit-flow .flow__list .flow__card-title::before {
  position: absolute;
  width: 10vw;
  height: 10vw;
  background: url(../../img/recruit/flow-item-num_bg.png) center/100% no-repeat;
  inset: 0 auto 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color-dark);
  font-size: var(--font-size-23);
  font-weight: var(--font-weight-black);
}
#recruit-flow .flow__list .flow__card-img {
  margin-bottom: 8%;
}
#recruit-flow .flow__list .flow__card-img::after {
  border: none;
}
#recruit-flow .flow__list .flow__card:last-child .flow__card-img::after {
  border: none;
}

/*==========================================
company
===========================================*/
/*
# company-motto
------------------------*/
#company-motto .motto__title {
  font-size: var(--font-size-22);
}
#company-motto .motto__text {
  text-align: center;
  font-size: var(--font-size-18);
  line-height: 2.5;
}

/*
# company-policy
------------------------*/
#company-policy .policy__list {
  margin-bottom: 15%;
}
#company-policy .policy__item {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: flex-start;
  margin-bottom: 12%;
}
#company-policy .policy__item:last-child {
  margin-bottom: 0;
}
#company-policy .policy__item-title {
  width: 20vw;
  height: 20vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../../img/company/policy-item-letter_bg.png) center/100% no-repeat;
  color: var(--primary-color-light);
  font-size: var(--font-size-38);
}
#company-policy .policy__item-content {
  width: 59vw;
  text-align: left;
  font-size: var(--font-size-18);
}
#company-policy .policy__content {
  padding: 10% 6%;
}

/*
# company-info
------------------------*/
#company-info {
  background-color: var(--bg-color-orange-light);
}
#company-info .info__table {
  margin-bottom: 15%;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 14% 0;
}
.column__wrap .column__list .column__post:first-child a {
  padding-top: 0;
}
.column__wrap .column__list .column__post-meta {
  margin-bottom: 4%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.column__wrap .column__list .column__post-meta time {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 2vw;
  gap: 1vw 1.5vw;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 0 0.75vw;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-17);
  margin: 3% 0;
}
.column__wrap .column__list .column__post-body {
  font-size: var(--font-size-13);
}
.column__wrap .column__list .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 40%;
  height: 33vw;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 55%;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10%;
}
.single__post-meta time {
  font-size: var(--font-size-13);
  width: 27%;
  font-weight: normal;
  padding: 0.5vw 0;
}
.single__post-meta .category-label {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  align-items: center;
  gap: 1vw;
}
.single__post-meta .category-label li {
  font-size: var(--font-size-13);
}
.single__post-meta .category-label li a {
  padding: 0 1vw;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  margin-bottom: 15%;
}
#contact .contact__form-item .contact__form-label .required {
  /*==========================================
  上下中央揃え
  ===========================================*/
  position: absolute;
  top: 50%; /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
}
#contact .contact__form-item .contact__form-input {
  padding: 3% 0;
}
#contact .contact__form-item .contact__form-input .contact__form-list li {
  margin-bottom: 5%;
}
#contact .contact__form-item .contact__form-input .contact__form-list li:last-child {
  margin-bottom: 0;
}
#contact .contact__form-item .contact__form-input textarea {
  height: 37vw;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: left;
}
#contact .contact__form-value {
  padding: 3%;
}
#contact .contact__form-select {
  width: 50%;
  position: relative;
}
#contact .contact__form-select::after {
  inset: 0 5% 0 auto;
  width: 1.5vw;
  height: 1.5vw;
}
#contact .contact__form-select select {
  padding: 6% 7% 6% 4%;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 95px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 73%;
}
#contact .contact__form #address {
  margin-top: 4%;
}
#contact .contact__form .upload-item-wrap .select-img-wrap {
  display: flex;
  justify-content: space-between;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: var(--font-size-13);
}
#contact .contact__submits-wrap {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 75%;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 52%;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 40%;
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact-submits-wrap button {
  padding: 6% 2%;
}
#contact input[type=submit],
#contact select {
  -webkit-appearance: none;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 15%;
  text-align: left;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

/*==========================================
  site
  ===========================================*/
#site-map .sitemap__item-link {
  padding: 4% 0 4% 8%;
}

/*==========================================
  プライバシーポリシー(LPフレーム時)
  ===========================================*/