@charset "UTF-8";

.breadcrumbs {
  padding: 14px 0;
}

.breadcrumbs ul {
  display: flex;
}

.breadcrumbs ul li {
  font-weight: 400;
  white-space: nowrap;
}

.breadcrumbs ul li::after {
  content: "＞";
}

.breadcrumbs ul li:last-child {
  white-space: initial;
}

.breadcrumbs ul li:last-child::after {
  content: "";
}

.breadcrumbs ul li a {
  color: #393939;
}

.icon {
  display: inline-block;
  position: relative;
}

.icon::before {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.ic-menu {
  height: 22px;
  width: 22px;
}

.ic-menu::before {
  background-image: url('data:image/svg+xml,%3csvg width="22" height="16" viewBox="0 0 22 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M1 1H21" stroke="%23393939" stroke-width="2" stroke-linecap="round"/%3e%3cpath d="M1 8H21" stroke="%23393939" stroke-width="2" stroke-linecap="round"/%3e%3cpath d="M1 15H21" stroke="%23393939" stroke-width="2" stroke-linecap="round"/%3e%3c/svg%3e');
  height: 22px;
  width: 22px;
}

.ic-menuclose {
  height: 18px;
  width: 18px;
}

.ic-menuclose::before {
  background-image: url('data:image/svg+xml,%3csvg width="16" height="18" viewBox="0 0 16 18" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M1 2L15 16" stroke="%23393939" stroke-width="2" stroke-linecap="round"/%3e%3cpath d="M1 16L15 2" stroke="%23393939" stroke-width="2" stroke-linecap="round"/%3e%3c/svg%3e');
  height: 18px;
  width: 18px;
}

.btn-menu,
.btn-menuclose {
  border: none;
  outline: none;
  background: transparent;
}

.pagination {
  margin-bottom: 58px;
}

.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pagination ul a {
  color: #393939;
  font-size: 1.8rem;
}

.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.link-text-blue {
  color: #1952AD !important;
  text-decoration: underline;
}

.link-text {
  color: #EF5ABC;
  text-decoration: underline;
}

.headernav {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  height: 120px;
}

.headernav .headerbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 60px 20px;
  width: 100%;
}

.headernav .headerbox .logo {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.headernav .headerbox .logo p {
  font-family: "Noto Serif JP", serif;
  margin-left: 9px;
  color: #523B1F;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}

.headernav .headerbox.reverse .navmenu .menu > ul a {
  color: #523B1F;
}

.headernav .headerbox.reverse .navmenu .menu__line {
  background: #523B1F;
}

.headernav .sidebox {
  position: absolute;
  right: 20px;
}

.headernav .sidebox ul {
  display: flex;
  flex-flow: column;
}

.headernav .sidebox ul li {
  width: 60px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.headernav .sidebox ul li:first-child {
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  background: #B59B58;
  border-radius: 12px 12px 0 0;
  padding: 22px 18px 0px 18px;
  margin-bottom: 0;
}

.headernav .sidebox ul li:nth-child(2) {
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  background: #B59B58;
  border-radius: 0 0 12px 12px;
  padding: 22px 18px;
}

.headernav .sidebox ul li:nth-child(2):before {
  content: "";
  width: 52px;
  background-color: #fff7f5;
  height: 1px;
  margin-bottom: 22px;
}

.headernav .sidebox ul li a {
  color: #fff;
}

.headernav .navmenu {
  position: absolute;
  top: 30px;
  right: 20px;
}

.headernav .navmenu .btn-menu {
  padding: 0;
}

.headernav .navmenu .btn-menu.change-color .ic-menu::before {
  filter: invert(70%) sepia(76%) saturate(296%) hue-rotate(90deg) brightness(87%) contrast(105%);
}

.headernav .navmenu .menu__line {
  content: "";
  display: block;
  height: 3px;
  width: 60px;
  background: #fff;
  transition: 0.5s;
  margin-bottom: 20px;
}

.headernav .navmenu .menu__line:last-child {
  margin-bottom: 0;
}

.headernav .navmenu .menu {
  display: flex;
  align-items: center;
}

.headernav .navmenu .menu.active {
  background-color: #fff;
  display: block;
  opacity: 1;
  pointer-events: auto;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 3;
}

.headernav .navmenu .menu > ul li {
  position: relative;
}

.headernav .navmenu .menu > ul a {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
  transition: 0.2s;
}

.headernav .navmenu .menu > ul a:hover {
  opacity: 0.7;
}

.headernav .navmenu .menu > ul.main-menu {
  margin-right: 100px;
}

.headernav .navmenu .menu > ul .sub-menu {
  display: none;
  position: absolute;
  width: 630px;
  right: -50px;
  top: 40px;
  background: #fff;
  color: #000;
  padding: 26px;
  border-radius: 10px;
  margin-right: 50px;
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1));
}

.headernav .navmenu .menu > ul .sub-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.headernav .navmenu .menu > ul .sub-menu li {
  width: 47%;
}

.headernav .navmenu .menu > ul .sub-menu li a {
  display: flex;
  align-items: center;
  justify-content: start;
  color: #000;
}

.headernav .navmenu .menu > ul .sub-menu li a img {
  margin-right: 15px;
}

.headernav .navmenu .menu > ul .sub-menu li a p {
  display: flex;
  align-items: center;
}

.headernav .navmenu .menu > ul .sub-menu li a p::before {
  display: block;
  content: "";
  width: 5px;
  height: 70px;
  margin-right: 15px;
}

.headernav .navmenu .menu > ul .sub-menu li:nth-child(1) p::before {
  background: #F15642;
}

.headernav .navmenu .menu > ul .sub-menu li:nth-child(2) p::before {
  background: #1952AD;
}

.headernav .navmenu .menu > ul .sub-menu li:nth-child(3) p::before {
  background: #09B74C;
}

.headernav .navmenu .menu > ul .sub-menu li:nth-child(4) p::before {
  background: #75D4F2;
}

.headernav .navmenu .menu .mini-menu {
  display: flex;
  flex-flow: column;
  gap: 10px;
  margin-right: 50px;
}

.headernav .navmenu .menu .mini-menu li a {
  display: flex;
  align-items: center;
  justify-content: start;
  color: #fff;
}

.headernav .navmenu .menu .mini-menu li a img {
  margin-right: 15px;
}

.headernav .navmenu .menu .mini-menu li a p {
  display: flex;
  align-items: center;
}

.headernav .navmenu .menu .mini-menu li a p::before {
  display: block;
  content: "";
  width: 5px;
  height: 70px;
  margin-right: 15px;
}

.headernav .navmenu .menu__btn {
  width: 60px;
  height: 49px;
}

.headernav .navmenu .burger__menu.clicked {
  z-index: 1000;
}

.headernav .navmenu .burger__menu.clicked .menu__btn {
  padding-top: 20px;
}

.headernav .navmenu .burger__menu.clicked .menu__line {
  margin-bottom: 7px;
}

.headernav .navmenu .burger__menu.clicked .menu__line:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
  -webkit-transition: all 400ms ease-out 0ms;
  -moz-transition: all 400ms ease-out 0ms;
  -o-transition: all 400ms ease-out 0ms;
  transition: all 400ms ease-out 0ms;
  background-color: #fff;
}

.headernav .navmenu .burger__menu.clicked .menu__line:nth-child(3) {
  display: none;
}

.headernav .navmenu .burger__menu.clicked .menu__line:nth-child(2) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
  -webkit-transition: all 400ms ease-out 0ms;
  -moz-transition: all 400ms ease-out 0ms;
  -o-transition: all 400ms ease-out 0ms;
  transition: all 400ms ease-out 0ms;
  background-color: #fff;
}

.headernav .navmenu .sp__menu {
  position: relative;
}

.headernav .navmenu .sp__bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  z-index: 90;
  background: rgba(0, 0, 0, 0.5);
}

.headernav .navmenu .slide__in {
  position: fixed;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  display: none;
  z-index: 99;
  overflow-y: auto;
  background: #b59b58;
}

.headernav .navmenu .nav__wrap {
  position: absolute;
  top: 9%;
  left: 12%;
  width: 66.6%;
}

.headernav .navmenu .nav__wrap .copyright {
  font-size: 16px;
  color: #fff;
}

.headernav .navmenu .nav__box {
  font-size: 24px;
  width: 100%;
  margin-top: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 60px;
}

.headernav .navmenu .nav__box li {
  line-height: 2.2;
  font-weight: 300;
}

.headernav .navmenu .nav__box li a {
  color: #fff;
}

.headernav .navmenu .nav__box li ul.sns {
  display: flex;
  align-items: center;
}

.headernav .navmenu .nav__box li ul.sns li {
  width: auto;
  margin-right: 20px;
}

.headernav .navmenu .nav__box li ul.sns li a img {
  width: 27px;
}

.headernav .navmenu .nav__box li ul.sns li a::before {
  content: "";
}

.headernav .navmenu .menu-logo {
  padding: 20px;
}

.headernav .navmenu .btn-menuclose {
  position: absolute;
  top: 27px;
  right: 20px;
  z-index: 5;
}

.shortstay .headernav,
.daycare .headernav,
.news .headernav,
.rehabilitation .headernav,
.care .headernav {
  background: #523B1F;
}

.shortstay .headernav .headerbox .logo p,
.daycare .headernav .headerbox .logo p,
.news .headernav .headerbox .logo p,
.rehabilitation .headernav .headerbox .logo p,
.care .headernav .headerbox .logo p {
  color: #fff;
}

.footer {
  width: 100%;
  background: #523B1F;
}

.footer .container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
  padding-top: 30px;
}

.footer .container .company-info {
  color: #fff;
  width: 350px;
  margin-right: 90px;
  font-size: 16px;
  font-weight: 400;
}

.footer .container .company-info .logo {
  display: flex;
  align-items: center;
  margin-bottom: 37px;
}

.footer .container .company-info .logo img {
  margin-right: 10px;
}

.footer .container .company-info .logo p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.footer .container .company-info ul li {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 17px;
}

.footer .container .company-info ul li p {
  display: flex;
  align-items: center;
}

.footer .container .company-info ul li p img {
  margin-right: 6px;
}

.footer .container .footer-nav {
  display: flex;
  align-items: start;
  justify-content: space-between;
  color: #fff;
}

.footer .container .footer-nav .footer-nav-left {
  width: 320px;
}

.footer .container .footer-nav .footer-nav-right {
  width: 200px;
}

.footer .container .footer-nav .footer-nav-menu {
  margin-bottom: 24px;
}

.footer .container .footer-nav .footer-nav-menu > a {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

.footer .container .footer-nav .footer-nav-menu > a::before {
  content: "◯";
  margin-right: 8px;
}

.footer .container .footer-nav .footer-nav-menu > ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.footer .container .footer-nav .footer-nav-menu > ul li {
  width: 160px;
}

.footer .container .footer-nav .footer-nav-menu > ul li a {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}

.footer .container .footer-nav .footer-nav-menu > ul li a::before {
  content: "・";
}

.footer .container .footer-nav .footer-nav-menu ul.sns {
  display: flex;
  align-items: center;
}

.footer .container .footer-nav .footer-nav-menu ul.sns li {
  width: auto;
  margin-right: 20px;
}

.footer .container .footer-nav .footer-nav-menu ul.sns li a img {
  width: 27px;
}

.footer .container .footer-nav .footer-nav-menu ul.sns li a::before {
  content: "";
}

.footer .copy {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-top: 44px;
  padding-bottom: 17px;
}

aside {
  margin-bottom: 140px;
}

aside .container {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}

aside h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 43px;
  color: #523B1F;
  margin-bottom: 25px;
}

aside h2 span {
  font-family: "Noto Sans JP", -apple-system, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  font-size: 16px;
  line-height: 43px;
  color: #523B1F;
  margin-bottom: 25px;
}

aside .access {
  background: #fff7f5;
  padding: 80px 0;
}

aside .access .container .left {
  padding-top: 70px;
}

aside .access .container .left p {
  line-height: 2;
}

aside iframe {
  width: 100%;
  height: 400px;
  margin-bottom: 120px;
}

aside .recruit .container {
  border: 1px solid #ddd;
  justify-content: start;
}

aside .recruit .left img {
  height: 100%;
}

aside .recruit .right {
  padding: 30px 0 30px 64px;
}

aside .recruit .right p {
  font-weight: 300;
  margin-bottom: 28px;
}

aside .recruit .right .divider {
  border-top: 1px solid #dfdfdf;
  margin-bottom: 30px;
}

aside .recruit .right a {
  height: 64px;
  font-size: 18px;
  padding: 20px 0;
}

aside .recruit .right .recruit-contact {
  color: #523B1F;
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}

aside .recruit .right .recruit-contact span {
  margin-right: 15px;
}

aside .recruit .right .recruit-contact a {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-right: 15px;
  color: #523B1F;
}

aside .recruit .right .recruit-contact .weekday {
  display: flex;
  align-items: center;
}

aside .recruit .right .recruit-contact .weekday p {
  margin-bottom: 0;
}

aside .recruit .right .recruit-contact .weekday::before {
  content: "(";
  font-size: 32px;
  color: #523B1F;
  font-weight: 100;
  padding-right: 10px;
}

aside .recruit .right .recruit-contact .weekday::after {
  content: ")";
  font-size: 32px;
  color: #523B1F;
  font-weight: 100;
  padding-left: 10px;
}

aside .sns {
  width: 1200px;
  margin: 95px auto 0 auto;
}

aside .sns ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

aside .sns ul li {
  width: 32%;
}

aside .sns ul li a {
  display: flex;
  align-items: center;
  height: 110px;
  padding: 25px;
}

aside .sns ul li a img {
  margin-right: 25px;
}

#top .hero {
  position: relative;
  background-image: url(./assets/images/mv.jpg);
  height: 940px;
  background-size: cover;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

#top .hero p {
  font-family: "Noto Serif JP", serif;
  font-size: 5.2rem;
  text-align: center;
  line-height: 1.9;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#top .hero p br {
  display: none;
}

#top .container {
  width: 1070px;
}

#top section .container {
  width: 1260px;
  margin: 0 auto;
  padding: 80px 0 120px 0;
}

#top section .container h2.section-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 43px;
  color: #523B1F;
  margin-bottom: 25px;
}

#top section .container h3.section-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #523B1F;
  margin-bottom: 15px;
}

#top section.information .container ul {
  background: #FFF7F5;
  border-radius: 10px;
  padding: 20px 25px;
}

#top section.information .container ul li {
  display: flex;
  border-bottom: 1px solid #F5E0C7;
  padding: 14px 0;
}

#top section.information .container ul li:first-child {
  padding-top: 0;
}

#top section.information .container ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

#top section.information .container ul li div {
  min-width: 360px;
}

#top section.information .container ul li span {
  display: inline-block;
  margin-right: 50px;
}

#top section.information .container ul li label {
  display: inline-block;
  width: 150px;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  height: 30px;
  line-height: 30px;
  margin-right: 50px;
}

#top section.information .container ul li label.label-all {
  background-color: #E0BDA3;
}

#top section.information .container ul li label.label-clinic {
  font-size: 10px;
  background-color: #EFA686;
}

#top section.information .container ul li label.label-care {
  background-color: #EAA3AB;
}

#top section.service {
  background: linear-gradient(97.91deg, rgba(255, 195, 152, 0) -2.82%, #F1BAB9 83.87%);
}

#top section.service ul {
  display: flex;
  justify-content: start;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 15px;
}

#top section.service ul li {
  width: 303px;
}

#top section.service ul li:nth-child(1) a {
  display: flex;
  flex-flow: column;
  text-align: center;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
  background-image: url(./assets/images/service_card_1.png);
  background-repeat: no-repeat;
  background-color: #fff;
  font-size: 13px;
}

#top section.service ul li:nth-child(1) a .card {
  padding: 0 20px 15px 20px;
}

#top section.service ul li:nth-child(1) a .card .card-title {
  padding: 10px 25px;
  margin-top: 160px;
  border-radius: 10px 10px 0 0;
  background: #fff;
}

#top section.service ul li:nth-child(1) a .card .card-title h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 2px solid #F15642;
}

#top section.service ul li:nth-child(1) a .card p {
  line-height: 2;
  padding-bottom: 10px;
  text-align: left;
}

#top section.service ul li:nth-child(2) a {
  display: flex;
  flex-flow: column;
  text-align: center;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
  background-image: url(./assets/images/service_card_2.png);
  background-repeat: no-repeat;
  background-color: #fff;
  font-size: 13px;
}

#top section.service ul li:nth-child(2) a .card {
  padding: 0 20px 15px 20px;
}

#top section.service ul li:nth-child(2) a .card .card-title {
  padding: 10px 25px;
  margin-top: 160px;
  border-radius: 10px 10px 0 0;
  background: #fff;
}

#top section.service ul li:nth-child(2) a .card .card-title h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 2px solid #09B74C;
}

#top section.service ul li:nth-child(2) a .card p {
  line-height: 2;
  padding-bottom: 10px;
  text-align: left;
}

#top section.service ul li:nth-child(3) a {
  display: flex;
  flex-flow: column;
  text-align: center;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
  background-image: url(./assets/images/service_card_3.png);
  background-repeat: no-repeat;
  background-color: #fff;
  font-size: 13px;
}

#top section.service ul li:nth-child(3) a .card {
  padding: 0 20px 15px 20px;
}

#top section.service ul li:nth-child(3) a .card .card-title {
  padding: 10px 25px;
  margin-top: 160px;
  border-radius: 10px 10px 0 0;
  background: #fff;
}

#top section.service ul li:nth-child(3) a .card .card-title h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 2px solid #1952AD;
}

#top section.service ul li:nth-child(3) a .card p {
  line-height: 2;
  padding-bottom: 10px;
  text-align: left;
}

#top section.service ul li:nth-child(4) a {
  display: flex;
  flex-flow: column;
  text-align: center;
  border-radius: 10px;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
  background-image: url(./assets/images/service_card_4.png);
  background-repeat: no-repeat;
  background-color: #fff;
  font-size: 13px;
}

#top section.service ul li:nth-child(4) a .card {
  padding: 0 20px 15px 20px;
}

#top section.service ul li:nth-child(4) a .card .card-title {
  padding: 10px 25px;
  margin-top: 160px;
  border-radius: 10px 10px 0 0;
  background: #fff;
}

#top section.service ul li:nth-child(4) a .card .card-title h3 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 2px solid #75D4F2;
}

#top section.service ul li:nth-child(4) a .card p {
  line-height: 2;
  padding-bottom: 10px;
  text-align: left;
}

#top section.service .schedule {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

#top section.service .schedule .schedule-inner {
  border-radius: 10px;
  background: #fff;
  width: max-content;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

#top section.service .schedule .schedule-inner table {
  table-layout: fixed;
  width: 760px;
  height: 200px;
  font-size: 12px;
}

#top section.service .schedule .schedule-inner table tr th,
#top section.service .schedule .schedule-inner table tr td {
  text-align: center;
  border-right: 1px solid #F5E0C7;
  padding: 24px 0;
}

#top section.service .schedule .schedule-inner table tr th:last-child,
#top section.service .schedule .schedule-inner table tr td:last-child {
  border-right: 0;
}

#top section.service .schedule .schedule-inner table tr:nth-child(2) td {
  background: #FFF7F5;
}

#top section.service .schedule p {
  font-size: 12px;
}

#top section.service .schedule table.d-pc {
  display: table;
}

#top section.service .schedule table.d-sp {
  display: none;
}

#top section.greeting .container {
  display: flex;
  justify-content: space-between;
}

#top section.greeting .container:first-child {
  padding-bottom: 0;
}

#top section.greeting .container .left {
  width: 590px;
  position: relative;
}

#top section.greeting .container .right {
  width: 633px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

#top section.greeting .container .right img:first-child {
  display: inline;
}

#top section.greeting .container .right img:nth-child(2) {
  display: none;
}

#top section.greeting .container .right img:nth-child(3) {
  display: none;
}

#top section.greeting .container p {
  font-weight: 400;
  line-height: 2;
}

#top section.greeting .container p.text-right {
  text-align: right;
}

#top section.greeting .container.movie-wrap {
  display: block;
  width: 800px;
}

#top section.greeting .container .movie {
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 40px;
}

#top section.greeting .container .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top section.greeting .container a {
  max-width: 600px;
  margin: 0 auto;
}

#top section.greeting .container .d-pc {
  display: block;
}

#top section.greeting .container .d-sp {
  display: none;
}

#top .schedule-btn {
  position: relative;
  width: 480px;
}

#top .schedule-btn.d-pc {
  display: block;
}

#top .schedule-btn.d-sp {
  display: none;
}

#top .schedule-btn a {
  height: 200px;
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#top .schedule-btn img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#care {
  padding-top: 120px;
}

#care .hero {
  position: relative;
  background-image: url(./assets/images/care_mv.jpg);
  height: 700px;
  background-size: cover;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

#care .hero p {
  font-family: "Noto Serif JP", serif;
  font-size: 5.2rem;
  text-align: center;
  line-height: 1.9;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#care .hero p br {
  display: none;
}

#care .container {
  width: 1000px;
}

#care section .container {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 0 0;
}

#care section .container h2.section-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 43px;
  color: #523B1F;
  margin-bottom: 25px;
}

#care section .container h2.section-title span {
  font-family: "Noto Sans JP", -apple-system, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  font-size: 16px;
  line-height: 43px;
  color: #523B1F;
  margin-bottom: 25px;
}

#care section .container h3.section-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #523B1F;
  margin-bottom: 15px;
}

#care section.description .description-inner {
  background: #FFF7F5;
  padding: 40px;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
}

#care section.system .desc {
  margin-bottom: 74px;
}

#care section.system .desc p {
  font-size: 16px;
  line-height: 1.6;
}

#care section.system .desc p a {
  color: #EF5ABC;
  text-decoration: underline;
}

#care section.system ul.system-type {
  display: flex;
  gap: 50px;
  margin-bottom: 25px;
}

#care section.system ul.system-type li h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}

#care section.system ul.system-type li .linkcard-day,
#care section.system ul.system-type li .linkcard-stay {
  width: 480px;
  height: 150px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}

#care section.system ul.system-type li .linkcard-day a,
#care section.system ul.system-type li .linkcard-stay a {
  font-weight: 300;
  color: #fff;
  border: 2px solid #fff;
  width: 240px;
  padding: 8px 0;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 20px;
  text-align: center;
  background-image: url(./assets/images/icon_angle_right_w.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 4px 8px rgba(136, 57, 0, 0.05));
}

#care section.system ul.system-type li .linkcard-day {
  background-image: url(./assets/images/care_system_day.png);
  background-repeat: no-repeat;
}

#care section.system ul.system-type li .linkcard-stay {
  background-image: url(./assets/images/care_system_stay.png);
  background-repeat: no-repeat;
}

#care section.system .government {
  margin-bottom: 20px;
}

#care section.system .government p {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  color: #523B1F;
}

#care section.system .government .area {
  color: #523B1F;
  background: #FFF7F5;
  padding: 25px 35px;
  border-radius: 15px;
}

#care section.system .government .area dl {
  display: flex;
}

#care section.system .government .area dl:first-child {
  margin-bottom: 20px;
}

#care section.system .government .area dl dt {
  font-size: 16px;
  font-weight: 700;
  margin-right: 30px;
}

#care section.system .government .area dl dd {
  display: flex;
  margin-right: 20px;
}

#care section.system .government .area dl dd:after {
  content: "／";
  margin-left: 20px;
}

#care section.system .government .area dl dd:last-child:after {
  content: "";
  margin-left: 0;
}

#care section.system .government .area dl dd a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #523B1F;
}

#care section.system .government .area dl dd a:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("./assets/images/icon_page.png");
  margin-left: 5px;
}

#care section.support nav.inner-link {
  margin-bottom: 80px;
}

#care section.support nav.inner-link ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#care section.support nav.inner-link ul li {
  width: 24%;
}

#care section.support nav.inner-link ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  color: #523B1F;
  width: 240px;
  height: 280px;
  background: #FFFFFF;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.25));
  transition-duration: 0.3s;
}

#care section.support nav.inner-link ul li a:hover {
  opacity: 0.7;
}

#care section.support nav.inner-link ul li a img {
  margin-bottom: 30px;
}

#care section.support nav.inner-link ul li a p {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #523B1F;
}

#care section.support .content h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #523B1F;
  margin-bottom: 15px;
}

#care section.support .content .support-1 {
  padding-bottom: 40px;
  margin-bottom: 60px;
}

#care section.support .content .support-1 .support-1-inner {
  position: relative;
  width: 100%;
  height: 573px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

#care section.support .content .support-1 .support-1-inner p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

#care section.support .content .support-1 .support-1-inner .left {
  position: absolute;
  background: rgba(255, 247, 245, 0.8);
  padding: 30px;
  width: 550px;
  z-index: 1;
}

#care section.support .content .support-1 .support-1-inner .right {
  position: absolute;
  top: 40px;
  right: 0;
  width: 800px;
}

#care section.support .content .support-2 {
  margin-bottom: 80px;
}

#care section.support .content .support-2 .support-2-inner {
  position: relative;
  width: 100%;
  height: 533px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 60px;
}

#care section.support .content .support-2 .support-2-inner p {
  font-size: 16px;
  line-height: 1.6;
}

#care section.support .content .support-2 .support-2-inner .left {
  position: absolute;
  left: 0;
  width: 800px;
}

#care section.support .content .support-2 .support-2-inner .right {
  position: absolute;
  top: 40px;
  right: 0;
  background: rgba(255, 247, 245, 0.8);
  padding: 30px;
  width: 550px;
  z-index: 1;
}

#care section.support .content .support-2 dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#care section.support .content .support-2 dl dt {
  width: 260px;
  font-size: 20px;
  color: #523B1F;
  font-weight: 700;
  margin-bottom: 40px;
  margin-right: 40px;
}

#care section.support .content .support-2 dl dd {
  width: 640px;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
  border-left: 2px solid #523B1F;
  padding-left: 40px;
}

#care section.support .content .support-3 {
  padding-bottom: 40px;
  margin-bottom: 60px;
}

#care section.support .content .support-3 p {
  font-size: 16px;
  line-height: 1.6;
}

#care section.support .content .support-3 .support-3-inner {
  position: relative;
  width: 100%;
  height: 533px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 40px;
}

#care section.support .content .support-3 .support-3-inner .left {
  position: absolute;
  left: 0;
  width: 800px;
}

#care section.support .content .support-3 .support-3-inner .right {
  position: absolute;
  bottom: 40px;
  right: 0;
  background: rgba(255, 247, 245, 0.8);
  padding: 30px;
  width: 620px;
  z-index: 1;
}

#care section.support .content .support-3 .support-3-inner .right p {
  font-size: 14px;
  line-height: 1.6;
}

#care section.support .content .support-3 dl {
  margin-bottom: 30px;
}

#care section.support .content .support-3 dl dt {
  font-size: 18px;
  line-height: 1.5;
  color: #523B1F;
  font-weight: 700;
  margin-bottom: 5px;
}

#care section.support .content .support-3 dl dd {
  padding: 20px;
  background: #FFF7F5;
}

#care section.support .content .support-3 dl dd ul li {
  font-size: 16px;
  line-height: 1.8;
}

#care section.support .content .support-3 dl dd ul li:before {
  content: "・";
}

#care section.support .content .support-3 dl a {
  height: 48px;
  font-size: 16px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

#care section.support .content .support-4 {
  margin-bottom: 120px;
}

#care section.support .content .support-4 .support-4-inner {
  position: relative;
  width: 100%;
  height: 533px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

#care section.support .content .support-4 .support-4-inner p {
  font-size: 16px;
  line-height: 1.6;
}

#care section.support .content .support-4 .support-4-inner .left {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 618px;
  background: rgba(255, 247, 245, 0.8);
  padding: 30px;
  z-index: 1;
}

#care section.support .content .support-4 .support-4-inner .right {
  position: absolute;
  right: 0;
  width: 800px;
}

#care section.support .content .support-4 .support-4-inner .right .is-pc {
  display: block;
}

#care section.support .content .support-4 .support-4-inner .right .is-sp {
  display: none;
}

#daycare {
  padding-top: 120px;
}

#daycare .hero {
  position: relative;
  background-image: url(./assets/images/care_mv.jpg);
  height: 700px;
  background-size: cover;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

#daycare .hero p {
  font-family: "Noto Serif JP", serif;
  font-size: 5.2rem;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#daycare .container {
  width: 1000px;
}

#daycare section .container {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 0 0;
}

#daycare section .container h2.section-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 43px;
  color: #523B1F;
  margin-bottom: 25px;
}

#daycare section .container h2.section-title span {
  font-family: "Noto Sans JP", -apple-system, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  font-size: 16px;
  line-height: 43px;
  color: #523B1F;
  margin-bottom: 25px;
}

#daycare section .container h3.section-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #523B1F;
  margin-bottom: 15px;
}

#daycare section.description .description-inner {
  background: #FFF7F5;
  padding: 40px;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 40px;
}

#daycare section.description nav {
  width: 100%;
}

#daycare section.description nav ul {
  display: flex;
  flex-wrap: wrap;
}

#daycare section.description nav ul li {
  margin-right: 20px;
  margin-bottom: 30px;
}

#daycare section.description nav ul li a {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #523B1F;
}

#daycare section.description nav ul li a::after {
  content: "";
  display: block;
  width: 19px;
  height: 18px;
  margin-left: 10px;
  background-image: url(./assets/images/icon_angle_right.png);
  background-repeat: no-repeat;
}

#daycare section.description nav ul li a:hover {
  opacity: 0.8;
}

#daycare section.service {
  margin-bottom: 120px;
}

#daycare section.service dl {
  margin-bottom: 60px;
}

#daycare section.service dl dt {
  content: "";
  font-size: 20px;
  font-weight: 700;
  color: #523B1F;
  padding-bottom: 10px;
  border-bottom: 1px solid #523B1F;
}

#daycare section.service dl dd {
  width: 100%;
  font-size: 16px;
  padding-top: 30px;
  margin-bottom: 60px;
}

#daycare section.service dl b {
  color: #523B1F;
}

#daycare section.service dl .link-text {
  color: #EF5ABC;
  text-decoration: underline;
}

#daycare section.service dl p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
}

#daycare section.service dl.service-target dd {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

#daycare section.service dl.service-target dd p {
  width: 650px;
  font-size: 18px;
  line-height: 2;
}

#daycare section.service dl.service-target dd img {
  width: 320px;
}

#daycare section.service dl.service-care-content p {
  font-size: 18px;
  margin-bottom: 20px;
}

#daycare section.service dl.service-care-content ul {
  padding: 20px;
  background: #FFF7F5;
}

#daycare section.service dl.service-meal p {
  width: 650px;
}

#daycare section.service dl.service-meal dd {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

#daycare section.service dl.service-meal dd img {
  width: 320px;
}

#daycare section.service dl.service-price dd .table p {
  color: #523B1F;
  font-weight: 700;
  margin-bottom: 0;
}

#daycare section.service dl.service-price dd .table table {
  width: 100%;
}

#daycare section.service dl.service-price dd .table table tr:first-child td {
  font-size: 18px;
  color: #fff;
  background: #B59B58;
  text-align: center;
}

#daycare section.service dl.service-price dd .table table tr td {
  text-align: right;
  font-size: 18px;
  padding: 10px;
  border: 1px solid #fff;
}

#daycare section.service dl.service-price dd .table table tr td:first-child {
  color: #fff;
  background: #B59B58;
  text-align: center;
}

#daycare section.service dl.service-price dd .table table tr:last-child td {
  border-bottom: 1px solid #B59B58;
  border-right: 1px solid #B59B58;
}

#daycare section.service dl.service-room dd .col3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

#daycare section.service dl.service-room dd .col3 img {
  width: 49%;
}

#daycare section.service dl.service-room dd > dl {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 0;
  margin-top: 60px;
}

#daycare section.service dl.service-room dd > dl dt {
  width: 300px;
  border-bottom: 0;
  padding: 0;
}

#daycare section.service dl.service-room dd > dl dt p {
  width: 260px;
  font-size: 20px;
  margin-bottom: 0;
}

#daycare section.service dl.service-room dd > dl dd {
  width: 700px;
  display: flex;
  padding-top: 0;
  margin-bottom: 0;
  border-left: 2px solid #523B1F;
  padding-left: 40px;
}

#daycare section.service dl.service-room dd > dl dd ul {
  width: 300px;
  margin-right: 40px;
}

#daycare section.service dl.service-room dd > dl dd ul li {
  font-size: 18px;
  margin-bottom: 10px;
}

#daycare section.service dl.service-room dd > dl dd ul li small {
  display: inline-block;
  padding-left: 16px;
}

#daycare section.service dl.service-room dd .caption {
  padding-left: 300px;
  margin-top: 10px;
}

#daycare section.service dl.service-room dd .caption p {
  font-size: 16px;
}

#daycare section.service dl.service-deposit dd {
  display: flex;
  justify-content: space-between;
}

#daycare section.service dl.service-deposit dd .left {
  width: 650px;
  padding-right: 40px;
}

#daycare section.service dl.service-deposit dd img {
  width: 320px;
}

#daycare section.service dl.service-visitation dd {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

#daycare section.service dl.service-visitation dd .left {
  width: 650px;
  padding-right: 40px;
}

#daycare section.service dl.service-visitation dd img {
  width: 320px;
}

#daycare section.service dl.service-reserve dd {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

#daycare section.service dl.service-reserve dd .left {
  width: 650px;
  padding-right: 40px;
}

#daycare section.service dl.service-reserve dd img {
  width: 320px;
}

#daycare section.service dl.service-flow dd {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

#daycare section.service dl.service-flow dd .left {
  width: 650px;
  padding-right: 40px;
}

#daycare section.service dl.service-flow dd img {
  width: 320px;
}

#daycare section.service dl .government {
  width: 1000px;
  margin-bottom: 20px;
}

#daycare section.service dl .government p {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  color: #523B1F;
}

#daycare section.service dl .government .area {
  color: #523B1F;
  background: #FFF7F5;
  padding: 25px 35px;
  border-radius: 15px;
}

#daycare section.service dl .government .area ul {
  display: flex;
}

#daycare section.service dl .government .area ul:first-child {
  margin-bottom: 20px;
}

#daycare section.service dl .government .area ul li {
  display: flex;
  margin-right: 20px;
}

#daycare section.service dl .government .area ul li:after {
  content: "／";
  margin-left: 20px;
}

#daycare section.service dl .government .area ul li:first-child {
  font-size: 16px;
  font-weight: 700;
  margin-right: 30px;
}

#daycare section.service dl .government .area ul li:last-child:after {
  content: "";
  margin-left: 0;
}

#daycare section.service dl .government .area ul li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #523B1F;
}

#daycare section.service dl .government .area ul li a:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("./assets/images/icon_page.png");
  margin-left: 5px;
}

#shortstay {
  padding-top: 120px;
}

#shortstay .hero {
  position: relative;
  background-image: url(./assets/images/care_mv.jpg);
  height: 700px;
  background-size: cover;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

#shortstay .hero p {
  font-family: "Noto Serif JP", serif;
  font-size: 5.2rem;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#shortstay .container {
  width: 1000px;
}

#shortstay section .container {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 0 0;
}

#shortstay section .container h2.section-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 43px;
  color: #523B1F;
  margin-bottom: 25px;
}

#shortstay section .container h2.section-title span {
  font-family: "Noto Sans JP", -apple-system, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  font-size: 16px;
  line-height: 43px;
  color: #523B1F;
  margin-bottom: 25px;
}

#shortstay section .container h3.section-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #523B1F;
  margin-bottom: 15px;
}

#shortstay section.description .description-inner {
  background: #FFF7F5;
  padding: 40px;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 40px;
}

#shortstay section.description nav {
  width: 100%;
}

#shortstay section.description nav ul {
  display: flex;
  flex-wrap: wrap;
}

#shortstay section.description nav ul li {
  margin-right: 20px;
  margin-bottom: 30px;
}

#shortstay section.description nav ul li a {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #523B1F;
}

#shortstay section.description nav ul li a::after {
  content: "";
  display: block;
  width: 19px;
  height: 18px;
  margin-left: 10px;
  background-image: url(./assets/images/icon_angle_right.png);
  background-repeat: no-repeat;
}

#shortstay section.description nav ul li a:hover {
  opacity: 0.8;
}

#shortstay section.service {
  margin-bottom: 120px;
}

#shortstay section.service dl {
  margin-bottom: 60px;
}

#shortstay section.service dl dt {
  content: "";
  font-size: 20px;
  font-weight: 700;
  color: #523B1F;
  padding-bottom: 10px;
  border-bottom: 1px solid #523B1F;
}

#shortstay section.service dl dd {
  width: 100%;
  font-size: 16px;
  padding-top: 30px;
  margin-bottom: 60px;
}

#shortstay section.service dl b {
  color: #523B1F;
}

#shortstay section.service dl .link-text {
  color: #EF5ABC;
  text-decoration: underline;
}

#shortstay section.service dl p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
}

#shortstay section.service dl.service-target dd {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

#shortstay section.service dl.service-target dd p {
  width: 650px;
  font-size: 18px;
  line-height: 2;
}

#shortstay section.service dl.service-target dd img {
  width: 320px;
}

#shortstay section.service dl.service-care-content p {
  font-size: 18px;
  margin-bottom: 20px;
}

#shortstay section.service dl.service-care-content ul {
  padding: 20px;
  background: #FFF7F5;
}

#shortstay section.service dl.service-meal p {
  width: 650px;
}

#shortstay section.service dl.service-meal dd {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

#shortstay section.service dl.service-meal dd img {
  width: 320px;
}

#shortstay section.service dl.service-price dd .table p {
  color: #523B1F;
  font-weight: 700;
  margin-bottom: 0;
}

#shortstay section.service dl.service-price dd .table table {
  width: 100%;
}

#shortstay section.service dl.service-price dd .table table tr:first-child td {
  font-size: 18px;
  color: #fff;
  background: #B59B58;
  text-align: center;
}

#shortstay section.service dl.service-price dd .table table tr td {
  text-align: right;
  font-size: 18px;
  padding: 10px;
  border: 1px solid #fff;
}

#shortstay section.service dl.service-price dd .table table tr td:first-child {
  color: #fff;
  background: #B59B58;
  text-align: center;
}

#shortstay section.service dl.service-price dd .table table tr:last-child td {
  border-bottom: 1px solid #B59B58;
  border-right: 1px solid #B59B58;
}

#shortstay section.service dl.service-room dd .col3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

#shortstay section.service dl.service-room dd .col3 img {
  width: 32%;
}

#shortstay section.service dl.service-room dd > dl {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 0;
  margin-top: 60px;
}

#shortstay section.service dl.service-room dd > dl dt {
  width: 300px;
  border-bottom: 0;
  padding: 0;
}

#shortstay section.service dl.service-room dd > dl dt p {
  width: 260px;
  font-size: 20px;
  margin-bottom: 0;
}

#shortstay section.service dl.service-room dd > dl dd {
  width: 700px;
  display: flex;
  padding-top: 0;
  margin-bottom: 0;
  border-left: 2px solid #523B1F;
  padding-left: 40px;
}

#shortstay section.service dl.service-room dd > dl dd ul {
  width: 300px;
  margin-right: 40px;
}

#shortstay section.service dl.service-room dd > dl dd ul li {
  font-size: 18px;
  margin-bottom: 10px;
}

#shortstay section.service dl.service-room dd > dl dd ul li small {
  display: inline-block;
  padding-left: 16px;
}

#shortstay section.service dl.service-room dd .caption {
  padding-left: 300px;
  margin-top: 10px;
}

#shortstay section.service dl.service-room dd .caption p {
  font-size: 16px;
}

#shortstay section.service dl.service-deposit dd {
  display: flex;
  justify-content: space-between;
}

#shortstay section.service dl.service-deposit dd .left {
  width: 650px;
  padding-right: 40px;
}

#shortstay section.service dl.service-deposit dd img {
  width: 320px;
}

#shortstay section.service dl.service-visitation dd {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

#shortstay section.service dl.service-visitation dd .left {
  width: 650px;
  padding-right: 40px;
}

#shortstay section.service dl.service-visitation dd img {
  width: 320px;
}

#shortstay section.service dl.service-landry dd {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

#shortstay section.service dl.service-landry dd .left {
  width: 800px;
  padding-right: 40px;
}

#shortstay section.service dl.service-landry dd img {
  width: 120px;
}

#shortstay section.service dl.service-reserve dd {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

#shortstay section.service dl.service-reserve dd .left {
  width: 650px;
  padding-right: 40px;
}

#shortstay section.service dl.service-reserve dd img {
  width: 320px;
}

#shortstay section.service dl.service-flow dd {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

#shortstay section.service dl.service-flow dd .left {
  width: 650px;
  padding-right: 40px;
}

#shortstay section.service dl.service-flow dd img {
  width: 320px;
}

#shortstay section.service dl .government {
  width: 1000px;
  margin-bottom: 20px;
}

#shortstay section.service dl .government p {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  color: #523B1F;
}

#shortstay section.service dl .government .area {
  color: #523B1F;
  background: #FFF7F5;
  padding: 25px 35px;
  border-radius: 15px;
}

#shortstay section.service dl .government .area ul {
  display: flex;
}

#shortstay section.service dl .government .area ul:first-child {
  margin-bottom: 20px;
}

#shortstay section.service dl .government .area ul li {
  display: flex;
  margin-right: 20px;
}

#shortstay section.service dl .government .area ul li:after {
  content: "／";
  margin-left: 20px;
}

#shortstay section.service dl .government .area ul li:first-child {
  font-size: 16px;
  font-weight: 700;
  margin-right: 30px;
}

#shortstay section.service dl .government .area ul li:last-child:after {
  content: "";
  margin-left: 0;
}

#shortstay section.service dl .government .area ul li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #523B1F;
}

#shortstay section.service dl .government .area ul li a:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("./assets/images/icon_page.png");
  margin-left: 5px;
}

#rehabilitation {
  padding-top: 119px;
}

#rehabilitation .hero {
  position: relative;
  background-image: url(./assets/images/rehabilitation_mv.png);
  height: 700px;
  background-size: cover;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

#rehabilitation .hero p {
  font-family: "Noto Serif JP", serif;
  font-size: 5.2rem;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#rehabilitation .container {
  width: 1000px;
}

#rehabilitation section .container {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 0 0;
}

#rehabilitation section .container h2.section-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 43px;
  color: #523B1F;
  margin-bottom: 25px;
}

#rehabilitation section .container h2.section-title span {
  font-family: "Noto Sans JP", -apple-system, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  font-size: 16px;
  line-height: 43px;
  color: #523B1F;
  margin-bottom: 25px;
}

#rehabilitation section .container h3.section-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #523B1F;
  margin-bottom: 15px;
}

#rehabilitation section .container .link-text {
  color: #EF5ABC;
  text-decoration: underline;
}

#rehabilitation section.description .description-title {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #523B1F;
  margin-bottom: 30px;
}

#rehabilitation section.description .description-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

#rehabilitation section.description .description-inner .left {
  font-size: 18px;
  line-height: 2;
  width: 480px;
}

#rehabilitation section.description .description-inner .right {
  width: 480px;
}

#rehabilitation section.description .description-caption {
  background: #FFF7F5;
  padding: 40px;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 40px;
}

#rehabilitation section.service {
  margin-bottom: 60px;
}

#rehabilitation section.service dl dt {
  content: "";
  font-size: 20px;
  font-weight: 700;
  color: #523B1F;
  padding-bottom: 10px;
  border-bottom: 1px solid #523B1F;
}

#rehabilitation section.service dl dd {
  width: 100%;
  font-size: 16px;
  padding-top: 30px;
}

#rehabilitation section.service dl b {
  color: #523B1F;
}

#rehabilitation section.service dl p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
}

#rehabilitation section.service dl.service-training .service-training-title {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #523B1F;
}

#rehabilitation section.service dl.service-training dd {
  padding-top: 0;
}

#rehabilitation section.service dl.service-training dd p {
  width: 100%;
  font-size: 18px;
  line-height: 2;
}

#rehabilitation section.service .service-image {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

#rehabilitation section.service .service-image img {
  width: 48%;
}

#rehabilitation section.service .service-description {
  margin-bottom: 40px;
}

#rehabilitation section.service .service-description p {
  font-size: 18px;
}

#rehabilitation section.service .service-caption {
  display: flex;
  align-items: start;
  justify-content: space-between;
  background: #FFF7F5;
  padding: 40px;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 40px;
}

#rehabilitation section.service .service-caption ul li {
  width: 240px;
  font-size: 18px;
  font-weight: 700;
  color: #523B1F;
}

#rehabilitation section.flow {
  margin-bottom: 80px;
}

#rehabilitation section.flow .flow-title {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #523B1F;
  margin-bottom: 30px;
}

#rehabilitation section.flow .flow-list {
  font-size: 18px;
}

#rehabilitation section.flow .flow-list dt {
  font-weight: 700;
  margin-bottom: 10px;
}

#rehabilitation section.flow .flow-list dt.t1,
#rehabilitation section.flow .flow-list dt.t2,
#rehabilitation section.flow .flow-list dt.t3,
#rehabilitation section.flow .flow-list dt.t4,
#rehabilitation section.flow .flow-list dt.t5 {
  display: flex;
  align-items: center;
}

#rehabilitation section.flow .flow-list dt.t1::before,
#rehabilitation section.flow .flow-list dt.t2::before,
#rehabilitation section.flow .flow-list dt.t3::before,
#rehabilitation section.flow .flow-list dt.t4::before,
#rehabilitation section.flow .flow-list dt.t5::before {
  display: block;
  content: "";
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 20px;
}

#rehabilitation section.flow .flow-list dt.t1::before {
  background-image: url(./assets/images/flow_icon_list_01.png);
}

#rehabilitation section.flow .flow-list dt.t2::before {
  background-image: url(./assets/images/flow_icon_list_02.png);
}

#rehabilitation section.flow .flow-list dt.t3::before {
  background-image: url(./assets/images/flow_icon_list_03.png);
}

#rehabilitation section.flow .flow-list dt.t4::before {
  background-image: url(./assets/images/flow_icon_list_04.png);
}

#rehabilitation section.flow .flow-list dt.t5::before {
  background-image: url(./assets/images/flow_icon_list_05.png);
}

#rehabilitation section.flow .flow-list dd {
  padding-left: 60px;
  margin-bottom: 30px;
}

#rehabilitation section.fucho {
  margin-bottom: 80px;
}

#rehabilitation section.fucho .fucho-title {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #523B1F;
  margin-bottom: 30px;
}

#rehabilitation section.fucho .fucho-description {
  background: #FFF7F5;
  padding: 40px;
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 40px;
}

#rehabilitation section.fucho .fucho-inner {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 30px;
}

#rehabilitation section.fucho .fucho-inner .left {
  width: 450px;
}

#rehabilitation section.fucho .fucho-inner .left ul li {
  font-size: 18px;
  font-weight: 700;
  color: #523B1F;
  margin-bottom: 10px;
}

#rehabilitation section.fucho .fucho-inner .right {
  width: 550px;
}

#news {
  padding-top: 120px;
}

#news .hero {
  position: relative;
  background-image: url(./assets/images/news_mv.png);
  height: 300px;
  background-size: cover;
  background-position-y: 50%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

#news .hero p {
  font-family: "Noto Serif JP", serif;
  font-size: 5.2rem;
  text-align: center;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#news .container {
  width: 1000px;
}

#news section .container {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 0 0;
}

#news section .container h2.section-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 43px;
  color: #523B1F;
  margin-bottom: 25px;
}

#news section .container h2.section-title span {
  font-family: "Noto Sans JP", -apple-system, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  font-size: 16px;
  line-height: 43px;
  color: #523B1F;
  margin-bottom: 25px;
}

#news section .container h3.section-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #523B1F;
  margin-bottom: 15px;
}

#news section.news-detail {
  margin-bottom: 80px;
}

#news section.news-detail .content {
  min-height: 120px;
}

html {
  height: -webkit-fill-available;
  font-size: 62.5%;
}

body {
  color: #222;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", -apple-system, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: normal;
  margin: 0;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  padding: 0;
  position: relative;
}

body > .btn {
  display: inline-block;
  position: fixed;
  margin: auto;
  right: 0;
  bottom: 20px;
  left: 0;
  z-index: 3;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.underline {
  text-decoration: underline;
}

.underline:hover,
.underline:focus,
.link-color:hover,
.link-color:focus {
  opacity: 0.6;
}

h1,
h2,
h3,
h4,
h5,
p,
ol,
ul,
li,
dl,
dt,
dd,
figure,
table,
th,
td {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ol {
  list-style: none;
}

.ul-list {
  list-style: disc;
  padding-left: 20px;
}

.ol-list {
  list-style: decimal;
  padding-left: 20px;
}

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

a[href^="tel:"],
a {
  color: #393939;
  text-decoration: none;
}

.border-bottom {
  border-bottom: 1px solid #E0E0E0;
}

.disabled,
.btn:disabled {
  pointer-events: none;
  text-decoration: none !important;
}

.btn-main {
  display: inline-block;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(136, 57, 0, 0.05);
  border-radius: 10px;
  padding: 40px 0;
  font-size: 22px;
  font-weight: 400;
  transition: 0.5s;
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1));
}

.btn-main:hover {
  opacity: 0.8;
  background: #f7f7f7;
}

.btn-reserve {
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 100%;
  font-weight: 400;
}

.btn-reserve::before {
  display: inline-block;
  width: 40px;
  height: 40px;
  content: "";
  background: url(./assets/images/icon_reserve.png) center right no-repeat;
  margin-right: 30px;
}

.btn-arrow {
  display: block;
  text-align: center;
  position: relative;
}

.btn-arrow:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  height: 18px;
  content: "";
  background: url(./assets/images/icon_angle_right.png) center right no-repeat;
  margin-left: 43px;
}

.btn-blue {
  display: inline-block;
  background: #E6F1FB;
  color: #488EC9 !important;
  padding: 16px 40px 16px 20px;
  font-size: 16px;
}

.btn-back {
  display: inline-flex;
  align-items: center;
  justify-content: start;
}

.btn-back:before {
  display: inline-block;
  width: 12px;
  height: 20px;
  content: "";
  transform: rotate(180deg);
  background: url(./assets/images/icon_angle_right_blue.png) center right no-repeat;
  margin-right: 65px;
}

@media screen and (min-width: 876px), print {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (min-width: 1160px) {
  .headernav .navmenu .menu > ul {
    display: flex;
    gap: 30px;
  }

  .headernav .navmenu .submenu,
  .headernav .navmenu .btn-menuclose,
  .headernav .navmenu .menu-logo {
    display: none;
  }

  body > .btn {
    display: none !important;
  }
}

@media screen and (max-width: 1280px) {
  #care section.system ul.system-type {
    justify-content: space-between;
  }
}

@media screen and (max-width: 1260px) {
  .headernav .headerbox {
    position: relative;
    display: flex;
    width: 100%;
  }

  .headernav .navmenu .menu > ul.main-menu {
    display: none;
  }

  .headernav .navmenu .menu .mini-menu {
    display: none;
  }

  .footer .container {
    width: 100%;
    flex-flow: column;
    padding: 0 2% !important;
  }

  .footer .container .company-info {
    width: 100%;
    text-align: left;
    padding-top: 20px;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .footer .container .company-info ul {
    display: flex;
    justify-content: flex-start;
    align-items: start;
  }

  .footer .container .company-info ul li {
    width: 24%;
  }

  .footer .container .footer-nav {
    width: 100%;
  }

  .footer .container .footer-nav .footer-nav-left {
    width: 50%;
  }

  .footer .container .footer-nav .footer-nav-right {
    width: 50%;
  }

  aside .container {
    width: 100%;
    padding: 0 2% !important;
  }

  aside .recruit {
    width: 100%;
    padding: 0 2% !important;
  }

  aside .recruit .container {
    width: 100%;
    padding: 0 !important;
  }

  aside .sns {
    width: 100%;
    padding: 0 2% !important;
  }

  #top .hero {
    width: 100%;
  }

  #top .container {
    width: 100%;
    padding: 60px 2% !important;
  }

  #top section .container {
    width: 100%;
    padding: 60px 2% !important;
  }

  #top section.information .container {
    width: 100%;
  }

  #top section.service .schedule .schedule-inner table {
    width: 100%;
  }

  #top section.greeting .container {
    flex-flow: column;
  }

  #top section.greeting .container .left {
    width: 100%;
    margin-bottom: 40px;
  }

  #top section.greeting .container .left img {
    display: block;
    margin: 40px auto 0px auto;
  }

  #top section.greeting .container .right {
    width: 100%;
    margin-bottom: 40px;
  }

  #top section.greeting .container .right img:first-child {
    display: none;
  }

  #top section.greeting .container .right img:nth-child(2) {
    display: inline;
    width: 48%;
  }

  #top section.greeting .container .right img:nth-child(3) {
    display: inline;
    width: 48%;
  }

  #top section.greeting .container.movie-wrap {
    width: 100%;
  }

  #top section.greeting .container .d-pc {
    display: none;
  }

  #top section.greeting .container .d-sp {
    display: block;
  }

  #top .schedule-btn.d-pc {
    display: none;
  }

  #top .schedule-btn.d-sp {
    width: 100%;
    display: block;
    margin-top: 20px;
  }

  #top .schedule-btn a {
    height: 100px;
  }

  #care .hero {
    width: 100%;
    background-position-x: 20%;
  }

  #care .container {
    width: 100%;
    padding: 60px 2% !important;
  }

  #care section .container {
    width: 100%;
    padding: 60px 2% !important;
  }

  #daycare .hero {
    width: 100%;
    background-position-x: 20%;
  }

  #daycare .container {
    width: 100%;
    padding: 60px 2% !important;
  }

  #daycare section .container {
    width: 100%;
    padding: 60px 2% !important;
  }

  #daycare section.service dl.service-target dd p {
    width: 100%;
    padding-right: 20px;
  }

  #daycare section.service dl.service-meal p {
    width: 100%;
    padding-right: 20px;
  }

  #daycare section.service dl.service-meal dd img {
    min-width: 320px;
  }

  #daycare section.service dl.service-deposit dd .left {
    width: 100%;
    padding-right: 20px;
  }

  #daycare section.service dl.service-deposit dd img {
    min-width: 320px;
  }

  #daycare section.service dl.service-visitation dd .left {
    width: 100%;
    padding-right: 20px;
  }

  #daycare section.service dl.service-visitation dd img {
    min-width: 320px;
  }

  #daycare section.service dl.service-reserve dd .left {
    width: 100%;
    padding-right: 20px;
  }

  #daycare section.service dl.service-reserve dd img {
    min-width: 320px;
  }

  #daycare section.service dl.service-flow dd .left {
    width: 100%;
    padding-right: 20px;
  }

  #daycare section.service dl.service-flow dd img {
    min-width: 320px;
  }

  #shortstay .hero {
    width: 100%;
    background-position-x: 20%;
  }

  #shortstay .container {
    width: 100%;
    padding: 60px 2% !important;
  }

  #shortstay section .container {
    width: 100%;
    padding: 60px 2% !important;
  }

  #shortstay section.service dl.service-target dd p {
    width: 100%;
    padding-right: 20px;
  }

  #shortstay section.service dl.service-meal p {
    width: 100%;
    padding-right: 20px;
  }

  #shortstay section.service dl.service-meal dd img {
    min-width: 320px;
  }

  #shortstay section.service dl.service-deposit dd .left {
    width: 100%;
    padding-right: 20px;
  }

  #shortstay section.service dl.service-deposit dd img {
    min-width: 320px;
  }

  #shortstay section.service dl.service-visitation dd .left {
    width: 100%;
    padding-right: 20px;
  }

  #shortstay section.service dl.service-visitation dd img {
    min-width: 320px;
  }

  #shortstay section.service dl.service-landry dd .left {
    width: 100%;
    padding-right: 20px;
  }

  #shortstay section.service dl.service-landry dd img {
    min-width: 120px;
  }

  #shortstay section.service dl.service-reserve dd .left {
    width: 100%;
    padding-right: 20px;
  }

  #shortstay section.service dl.service-reserve dd img {
    min-width: 320px;
  }

  #shortstay section.service dl.service-flow dd .left {
    width: 100%;
    padding-right: 20px;
  }

  #shortstay section.service dl.service-flow dd img {
    min-width: 320px;
  }

  #rehabilitation .hero {
    width: 100%;
    background-position-x: 20%;
  }

  #rehabilitation .container {
    width: 100%;
    padding: 60px 2% !important;
  }

  #rehabilitation section .container {
    width: 100%;
    padding: 60px 2% !important;
  }

  #rehabilitation section.service dl.service-training dd p {
    width: 100%;
    padding-right: 20px;
  }

  #news .hero {
    width: 100%;
    background-position-x: 20%;
  }

  #news .container {
    width: 100%;
    padding: 60px 2% !important;
  }

  #news section .container {
    width: 100%;
    padding: 60px 2% !important;
  }
}

@media screen and (max-width: 1159.98px) {
  .headernav .navmenu .menu > ul {
    margin-bottom: 20px;
    margin-top: 70px;
  }

  .headernav .navmenu .menu > ul li:first-child {
    border-top: 1px solid #e0e0e0;
  }

  .headernav .navmenu .menu > ul li {
    border-bottom: 1px solid #E0E0E0;
  }
}

@media screen and (max-width: 1080px) {
  aside .access {
    padding: 60px 0;
  }

  aside .access .container {
    flex-wrap: wrap;
    flex-flow: column;
  }

  aside .access .container .left {
    padding-top: 0;
    margin-bottom: 20px;
  }

  aside .recruit .left img {
    display: none;
  }

  aside .recruit .right {
    width: 100%;
    padding: 30px 40px;
  }

  aside .sns ul {
    flex-wrap: wrap;
  }

  aside .sns ul li {
    width: 48%;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  #top .hero p br {
    display: block;
  }

  #care .hero p br {
    display: block;
  }

  #care section.system ul.system-type li {
    width: 48%;
  }

  #care section.system ul.system-type li .linkcard-day,
  #care section.system ul.system-type li .linkcard-stay {
    width: 100%;
  }

  #care section.system ul.system-type li .linkcard-day a,
  #care section.system ul.system-type li .linkcard-stay a {
    width: 60%;
  }

  #care section.support nav.inner-link ul li a {
    width: 100%;
  }

  #care section.support .content .support-1 .support-1-inner .right {
    width: 70%;
  }

  #care section.support .content .support-2 .support-2-inner .left {
    width: 70%;
  }

  #care section.support .content .support-2 .support-2-inner .right img {
    width: 48%;
  }

  #care section.support .content .support-3 .support-3-inner .left {
    width: 70%;
  }

  #care section.support .content .support-3 .support-3-inner .right img {
    width: 48%;
  }

  #care section.support .content .support-4 .support-4-inner .right {
    width: 70%;
  }

  #daycare section.service dl {
    flex-wrap: wrap;
  }

  #daycare section.service dl dt {
    width: 100%;
  }

  #daycare section.service dl dd {
    width: 100%;
  }

  #daycare section.service dl.service-room dd > dl dt {
    width: 100%;
    border-bottom: 2px solid #523B1F;
  }

  #daycare section.service dl.service-room dd > dl dd {
    width: 100%;
    border-left: 0;
    padding-left: 0;
    padding-top: 30px;
  }

  #daycare section.service dl.service-room dd > dl dd ul {
    width: 50%;
  }

  #daycare section.service dl.service-room dd .caption {
    padding-left: 0;
  }

  #daycare section.service dl .government {
    width: 100%;
  }

  #shortstay section.service dl {
    flex-wrap: wrap;
  }

  #shortstay section.service dl dt {
    width: 100%;
  }

  #shortstay section.service dl dd {
    width: 100%;
  }

  #shortstay section.service dl.service-room dd > dl dt {
    width: 100%;
    border-bottom: 2px solid #523B1F;
  }

  #shortstay section.service dl.service-room dd > dl dd {
    width: 100%;
    border-left: 0;
    padding-left: 0;
    padding-top: 30px;
  }

  #shortstay section.service dl.service-room dd > dl dd ul {
    width: 50%;
  }

  #shortstay section.service dl.service-room dd .caption {
    padding-left: 0;
  }

  #shortstay section.service dl .government {
    width: 100%;
  }

  #rehabilitation section.description .container {
    padding-bottom: 0 !important;
  }

  #rehabilitation section.description .description-inner {
    flex-flow: column;
  }

  #rehabilitation section.description .description-inner .left {
    width: 100%;
    margin-bottom: 20px;
  }

  #rehabilitation section.description .description-inner .right {
    width: 70%;
    margin: 0 auto;
  }

  #rehabilitation section.service .container {
    padding-bottom: 0 !important;
  }

  #rehabilitation section.service dl {
    flex-wrap: wrap;
  }

  #rehabilitation section.service dl dt {
    width: 100%;
  }

  #rehabilitation section.service dl dd {
    width: 100%;
  }

  #rehabilitation section.service .service-caption {
    flex-wrap: wrap;
  }

  #rehabilitation section.service .service-caption ul {
    width: 48%;
  }

  #rehabilitation section.service .service-caption ul li {
    width: 100%;
  }

  #rehabilitation section.flow .container {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 834px) {
  .headernav .navmenu .slide__in {
    width: 100%;
  }

  .headernav .navmenu .nav__wrap {
    left: 12%;
    width: 80%;
  }

  .headernav .navmenu .nav__wrap .copyright {
    font-size: 14px;
  }
}

@media screen and (max-width: 800px) {
  aside .recruit .right .btn-main {
    font-size: 14px;
  }

  #daycare section.service {
    margin-bottom: 40px;
  }

  #shortstay section.service {
    margin-bottom: 40px;
  }

  #rehabilitation section.service {
    margin-bottom: 40px;
  }

  #rehabilitation section.fucho .fucho-inner {
    flex-flow: column;
  }

  #rehabilitation section.fucho .fucho-inner .left {
    width: 100%;
    margin-bottom: 20px;
  }

  #rehabilitation section.fucho .fucho-inner .right {
    width: 70%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 780px) {
  #care section.system ul.system-type {
    flex-flow: column;
  }

  #care section.system ul.system-type li {
    width: 100%;
  }

  #care section.system ul.system-type li .linkcard-day {
    background-size: cover;
  }

  #care section.system ul.system-type li .linkcard-stay {
    background-size: cover;
  }

  #care section.system .government .area {
    padding: 15px;
  }

  #care section.system .government .area dl dt {
    margin-right: 10px;
  }

  #care section.system .government .area dl dd {
    margin-right: 10px;
  }

  #care section.system .government .area dl dd:after {
    margin-left: 10px;
  }

  #care section.support .content .support-1 .support-1-inner {
    flex-flow: column;
    height: auto;
  }

  #care section.support .content .support-1 .support-1-inner .left {
    position: initial;
    width: 100%;
    margin-bottom: 40px;
  }

  #care section.support .content .support-1 .support-1-inner .right {
    position: initial;
    width: 100%;
  }

  #care section.support .content .support-2 .support-2-inner {
    flex-flow: column-reverse;
    height: auto;
  }

  #care section.support .content .support-2 .support-2-inner .left {
    position: initial;
    width: 100%;
  }

  #care section.support .content .support-2 .support-2-inner .right {
    position: initial;
    width: 100%;
    margin-bottom: 40px;
  }

  #care section.support .content .support-2 dl dt {
    margin-bottom: 20px;
  }

  #care section.support .content .support-3 .support-3-inner {
    flex-flow: column-reverse;
    height: auto;
  }

  #care section.support .content .support-3 .support-3-inner .left {
    position: initial;
    width: 100%;
  }

  #care section.support .content .support-3 .support-3-inner .right {
    position: initial;
    width: 100%;
    margin-bottom: 40px;
  }

  #care section.support .content .support-4 .support-4-inner {
    flex-flow: column;
    height: auto;
  }

  #care section.support .content .support-4 .support-4-inner .left {
    position: initial;
    width: 100%;
    margin-bottom: 40px;
  }

  #care section.support .content .support-4 .support-4-inner .right {
    position: initial;
    width: 100%;
  }

  #care section.support .content .support-4 .support-4-inner .right .is-pc {
    display: none;
  }

  #care section.support .content .support-4 .support-4-inner .right .is-sp {
    display: block;
  }

  #daycare section.description .container {
    padding-bottom: 0 !important;
  }

  #daycare section.service dl.service-target dd {
    flex-flow: column;
  }

  #daycare section.service dl.service-target dd img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }

  #daycare section.service dl.service-meal dd {
    flex-flow: column;
  }

  #daycare section.service dl.service-meal dd img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }

  #daycare section.service dl.service-deposit dd {
    flex-flow: column;
  }

  #daycare section.service dl.service-deposit dd .right {
    width: 100%;
  }

  #daycare section.service dl.service-deposit dd img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }

  #daycare section.service dl.service-visitation dd {
    flex-flow: column;
  }

  #daycare section.service dl.service-visitation dd .right {
    width: 100%;
  }

  #daycare section.service dl.service-visitation dd img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }

  #daycare section.service dl.service-reserve dd {
    flex-flow: column;
  }

  #daycare section.service dl.service-reserve dd .right {
    width: 100%;
  }

  #daycare section.service dl.service-reserve dd img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }

  #daycare section.service dl.service-flow dd {
    flex-flow: column;
  }

  #daycare section.service dl.service-flow dd .right {
    width: 100%;
  }

  #daycare section.service dl.service-flow dd img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }

  #daycare section.service dl .government .area {
    padding: 15px;
  }

  #daycare section.service dl .government .area ul li {
    margin-right: 10px;
  }

  #daycare section.service dl .government .area ul li:after {
    margin-left: 10px;
  }

  #daycare section.service dl .government .area ul li:first-child {
    margin-right: 10px;
  }

  #shortstay section.description .container {
    padding-bottom: 0 !important;
  }

  #shortstay section.service dl.service-target dd {
    flex-flow: column;
  }

  #shortstay section.service dl.service-target dd img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }

  #shortstay section.service dl.service-meal dd {
    flex-flow: column;
  }

  #shortstay section.service dl.service-meal dd img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }

  #shortstay section.service dl.service-deposit dd {
    flex-flow: column;
  }

  #shortstay section.service dl.service-deposit dd .right {
    width: 100%;
  }

  #shortstay section.service dl.service-deposit dd img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }

  #shortstay section.service dl.service-visitation dd {
    flex-flow: column;
  }

  #shortstay section.service dl.service-visitation dd .right {
    width: 100%;
  }

  #shortstay section.service dl.service-visitation dd img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }

  #shortstay section.service dl.service-landry dd {
    flex-flow: column;
  }

  #shortstay section.service dl.service-landry dd .right {
    width: 100%;
  }

  #shortstay section.service dl.service-landry dd img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }

  #shortstay section.service dl.service-reserve dd {
    flex-flow: column;
  }

  #shortstay section.service dl.service-reserve dd .right {
    width: 100%;
  }

  #shortstay section.service dl.service-reserve dd img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }

  #shortstay section.service dl.service-flow dd {
    flex-flow: column;
  }

  #shortstay section.service dl.service-flow dd .right {
    width: 100%;
  }

  #shortstay section.service dl.service-flow dd img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }

  #shortstay section.service dl .government .area {
    padding: 15px;
  }

  #shortstay section.service dl .government .area ul li {
    margin-right: 10px;
  }

  #shortstay section.service dl .government .area ul li:after {
    margin-left: 10px;
  }

  #shortstay section.service dl .government .area ul li:first-child {
    margin-right: 10px;
  }

  #rehabilitation section.description .container {
    padding-bottom: 0 !important;
  }
}

@media screen and (max-width: 680px) {
  .headernav {
    height: 75px;
  }

  .headernav .headerbox {
    font-size: 14px;
    padding: 10px 10px 30px 10px;
  }

  .headernav .headerbox .logo p {
    font-size: 14px;
  }

  .headernav .headerbox .logo img {
    width: 30px;
  }

  .headernav .sidebox {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2%;
  }

  .headernav .sidebox ul {
    flex-flow: nowrap;
    align-items: end;
  }

  .headernav .sidebox ul li {
    width: 20%;
    height: 60px;
    white-space: nowrap;
    margin-bottom: 0;
    justify-content: center;
    text-align: center;
  }

  .headernav .sidebox ul li:first-child {
    width: 30%;
    writing-mode: initial;
    padding: 10px;
    border-radius: 0;
    margin-right: 10px;
  }

  .headernav .sidebox ul li:nth-child(2) {
    width: 30%;
    writing-mode: initial;
    padding: 10px;
    border-radius: 0;
  }

  .headernav .sidebox ul li:nth-child(2):before {
    width: 0;
    height: 0;
    margin-bottom: 0;
  }

  .headernav .navmenu {
    top: 24px;
  }

  .headernav .navmenu .menu__line {
    width: 40px;
    margin-bottom: 10px;
  }

  .headernav .navmenu .menu__btn {
    width: 40px;
    height: 29px;
  }

  #care {
    padding-top: 75px;
  }

  #care section .container {
    padding: 30px 2% !important;
  }

  #care section.system ul.system-type {
    justify-content: center;
    align-items: center;
  }

  #care section.system .government p {
    text-align: center;
  }

  #care section.system .government .area {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
    justify-content: center;
  }

  #care section.system .government .area dl:first-child {
    margin-bottom: 0;
  }

  #care section.system .government .area dl {
    flex-flow: column;
    margin-right: 30px;
  }

  #care section.system .government .area dl dt {
    margin-bottom: 10px;
  }

  #care section.system .government .area dl dd {
    margin-right: 0;
    margin-bottom: 15px;
  }

  #care section.system .government .area dl dd:after {
    content: "";
  }

  #care section.support nav.inner-link ul {
    flex-wrap: wrap;
  }

  #care section.support nav.inner-link ul li {
    width: 48%;
  }

  #care section.support nav.inner-link ul li:nth-child(1),
  #care section.support nav.inner-link ul li:nth-child(2) {
    margin-bottom: 20px;
  }

  #daycare {
    padding-top: 75px;
  }

  #daycare section .container {
    padding: 30px 2% !important;
  }

  #daycare section.service dl .government p {
    text-align: center;
  }

  #daycare section.service dl .government .area {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
    justify-content: center;
  }

  #daycare section.service dl .government .area ul:first-child {
    margin-bottom: 0;
  }

  #daycare section.service dl .government .area ul {
    flex-flow: column;
    margin-right: 30px;
  }

  #daycare section.service dl .government .area ul li {
    margin-right: 0;
    margin-bottom: 15px;
  }

  #daycare section.service dl .government .area ul li:after {
    content: "";
  }

  #daycare section.service dl .government .area ul li:first-child {
    margin-bottom: 10px;
  }

  #shortstay {
    padding-top: 75px;
  }

  #shortstay section .container {
    padding: 30px 2% !important;
  }

  #shortstay section.service dl .government p {
    text-align: center;
  }

  #shortstay section.service dl .government .area {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
    justify-content: center;
  }

  #shortstay section.service dl .government .area ul:first-child {
    margin-bottom: 0;
  }

  #shortstay section.service dl .government .area ul {
    flex-flow: column;
    margin-right: 30px;
  }

  #shortstay section.service dl .government .area ul li {
    margin-right: 0;
    margin-bottom: 15px;
  }

  #shortstay section.service dl .government .area ul li:after {
    content: "";
  }

  #shortstay section.service dl .government .area ul li:first-child {
    margin-bottom: 10px;
  }

  #rehabilitation {
    padding-top: 75px;
  }

  #rehabilitation section .container {
    padding: 30px 2% !important;
  }

  #news {
    padding-top: 75px;
  }

  #news section .container {
    padding: 30px 2% !important;
  }
}

@media screen and (max-width: 650px) {
  .footer .container .company-info ul {
    flex-wrap: wrap;
  }

  .footer .container .company-info ul li {
    width: 100%;
  }

  aside .recruit .right .recruit-contact {
    flex-flow: column;
  }

  #top section.information .container ul li {
    flex-wrap: wrap;
    flex-flow: column;
  }

  #top section.information .container ul li div {
    min-width: initial;
    margin-bottom: 10px;
  }

  #top section.information .container ul li label {
    margin-right: 0;
  }

  #top section.service ul li {
    width: 48%;
  }

  #top section.service .schedule table.d-pc {
    display: none;
  }

  #top section.service .schedule table.d-sp {
    display: table;
  }
}

@media screen and (max-width: 580px) {
  #top .hero p {
    font-size: 3rem;
  }

  #care .hero p {
    font-size: 3rem;
  }

  #daycare .hero p {
    font-size: 3rem;
  }

  #shortstay .hero p {
    font-size: 3rem;
  }

  #rehabilitation .hero p {
    font-size: 3rem;
  }

  #news .hero p {
    font-size: 3rem;
  }
}

@media screen and (max-width: 550px) {
  .footer .container .footer-nav {
    flex-wrap: wrap;
  }

  .footer .container .footer-nav .footer-nav-left {
    width: 100%;
  }

  .footer .container .footer-nav .footer-nav-right {
    width: 100%;
  }

  aside .sns ul li {
    width: 100%;
  }

  #top .hero {
    height: 600px;
    background-position: 40%;
  }

  #top section.service ul {
    justify-content: center;
  }

  #top section.service ul li {
    width: 100%;
    max-width: 303px;
  }

  #care .hero {
    height: 600px;
  }

  #daycare .hero {
    height: 600px;
  }

  #shortstay .hero {
    height: 600px;
  }

  #rehabilitation .hero {
    height: 600px;
  }

  #rehabilitation section.description .description-caption {
    padding: 20px;
  }

  #rehabilitation section.service .service-image {
    width: 100%;
    flex-flow: column;
  }

  #rehabilitation section.service .service-image img {
    width: 70%;
    margin: 20px auto;
  }

  #rehabilitation section.service .service-caption {
    padding: 20px;
  }

  #rehabilitation section.service .service-caption ul li {
    font-size: 16px;
  }

  #rehabilitation section.fucho .fucho-description {
    padding: 20px;
  }

  #rehabilitation section.fucho .fucho-inner .left ul li {
    font-size: 16px;
  }

  #news .hero {
    height: 600px;
  }
}

@media screen and (max-width: 480px) {
  #top .hero p {
    font-size: 2.4rem;
    line-height: 1.5;
  }

  #care .hero p {
    font-size: 2.4rem;
    line-height: 1.5;
  }

  #daycare .hero p {
    font-size: 2.4rem;
    line-height: 1.5;
  }

  #shortstay .hero p {
    font-size: 2.4rem;
    line-height: 1.5;
  }

  #rehabilitation .hero p {
    font-size: 2.4rem;
    line-height: 1.5;
  }

  #news .hero p {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}