@charset "UTF-8";
@keyframes bottom_to_top {
  0% {
    transform: translate3d(0, 3vw, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.bottom_to_top {
  opacity: 0;
}

.bottom_to_top.active {
  animation: bottom_to_top 1s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards;
}

.bottom_to_tops > * {
  opacity: 0;
}

.bottom_to_tops.active > * {
  animation: bottom_to_top 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards;
}
.bottom_to_tops.active > *:nth-child(2) {
  animation-delay: 0.2s;
}
.bottom_to_tops.active > *:nth-child(3) {
  animation-delay: 0.4s;
}
.bottom_to_tops.active > *:nth-child(4) {
  animation-delay: 0.6s;
}

@keyframes left_to_right {
  0% {
    transform: translate3d(-3vw, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.left_to_right {
  opacity: 0;
}

.left_to_right.active {
  animation: left_to_right 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards;
}

@keyframes right_to_left {
  0% {
    transform: translate3d(3vw, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.right_to_left {
  opacity: 0;
}

.right_to_left.active {
  animation: right_to_left 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards;
}

@keyframes top_to_bottom {
  0% {
    transform: translate3d(0, -3vw, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.top_to_bottom {
  opacity: 0;
}

.top_to_bottom.active {
  animation: top_to_bottom 0.6s cubic-bezier(0.4, 0.26, 0.15, 0.99) forwards;
}

.bg_black_amin {
  overflow: hidden;
  position: relative;
}

.bg_black_amin:before {
  background: #eee;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
  transition: all 1.3s 0s ease;
  width: 100%;
  z-index: 1;
}

.bg_black_amin img {
  opacity: 0;
  transition: all 0.8s 0s ease;
}

.bg_black_amin.active img {
  opacity: 1;
  transition: all 0.5s 0.3s ease;
}

.bg_black_amin.active:before {
  transform: translateX(100%);
}

.showvis {
  position: relative;
}

.showvis > span {
  position: relative;
  line-height: 1;
  display: inline-block;
  opacity: 0;
}

.showvis.active > span {
  opacity: 0;
  animation: visvis 1s ease 0s forwards;
}

@keyframes visvis {
  0% {
    opacity: 0;
    transform: translate(50px, -20px) scale(0.7) rotate(20deg);
  }
  100% {
    transform: translate(0) scale(1) rogate(0);
    opacity: 1;
  }
}
.show_text {
  transition: all ease 0.3s;
  position: relative;
  transition: -webkit-clip-path 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: clip-path 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: clip-path 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-clip-path 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

.show_text.active {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.blur {
  filter: blur(1.5rem);
  opacity: 0;
  transition: all ease 1s;
}
.blur.active {
  opacity: 1;
  filter: blur(0);
}

html, body {
  padding: 0;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  color: #1a1a1a;
  position: relative;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6.9375rem;
}

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

figure, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

@media screen and (max-width: 880px) {
  main {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 1301px) {
  html, body {
    font-size: 17px;
  }
}
@media screen and (max-width: 1300px) {
  html, body {
    font-size: 1.35vw;
  }
}
@media screen and (max-width: 880px) {
  html, body {
    font-size: 3.7vw;
  }
}
.wrap {
  max-width: 75rem;
  padding: 0 6.25rem;
  margin: 0 auto;
}

.swrap {
  max-width: 62.5rem;
  padding: 0 6.25rem;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .wrap {
    max-width: none;
  }
  .swrap {
    max-width: none;
  }
}
@media screen and (max-width: 880px) {
  .wrap {
    max-width: none;
    padding: 0 2rem;
  }
  .swrap {
    max-width: none;
    padding: 0 2rem;
  }
}
.rwd_show {
  display: none;
}

@media screen and (max-width: 880px) {
  .rwd_show {
    display: inline;
  }
  .rwd_hide {
    display: none;
  }
}
.sb {
  padding: 6.25rem 0;
}
.sb .sbh {
  text-align: center;
  margin-bottom: 3.125rem;
}
.sb .sbh h2 {
  font-size: 1.875rem;
  margin-top: 1.25rem;
}
.sb .sbh p {
  font-size: 90%;
}
.sb:nth-child(2n+1) {
  background-color: #eee;
  background-color: rgba(238, 238, 238, 0.34);
}
.sb .sbc {
  line-height: 1.7;
}
.sb .sbu_t {
  margin-left: 5rem;
  margin-right: 5rem;
}

@media screen and (max-width: 880px) {
  .sb {
    padding: 3.75rem 0;
  }
  .sb .sbh p {
    font-size: 100%;
  }
  .sb .sbu_t {
    margin-left: 0;
    margin-right: 0;
  }
}
.more_wrap {
  text-align: center;
  padding-top: 2.5rem;
}
.more_wrap .more {
  display: block;
  border-radius: 62.5rem;
  background-color: #A66ABA;
  color: #fff;
  padding: 0.625rem;
  text-align: center;
  max-width: 18.75rem;
  margin: 0 auto;
  position: relative;
  transition: all ease 0.3s;
}
.more_wrap .more:after {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  background-image: url(../img/commons/right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.5em;
  top: 1em;
  transition: all ease 0.3s;
}
.more_wrap .more:hover {
  background-color: #b5a385;
}
.more_wrap .more:hover:after {
  transform: translate3d(0.3rem, 0, 0);
}

.fc_gr {
  color: #87b94a;
  color: #c7ff82;
}

a {
  text-decoration: none;
  color: #1a1a1a;
}

.site_header {
  padding: 0rem 1.875rem;
  padding-right: 0;
  position: sticky;
  top: 0;
  left: 0;
  box-sizing: border-box;
  z-index: 100;
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.site_header .site_header_in {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.site_header .site_header_in .logo {
  flex: 0 1 15.625rem;
  font-size: 100%;
}
.site_header .site_header_in .logo a {
  display: flex;
  gap: 0.625rem;
  color: #1a1a1a;
  text-decoration: none;
  align-items: center;
  padding: 1.875rem 0;
  padding-bottom: 1.5625rem;
}
.site_header .site_header_in .logo a:before {
  content: "";
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  flex: 0 1 2.8125rem;
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.site_header .site_header_in .logo a > span b {
  font-size: 0.9375rem;
  display: block;
  padding-left: 0.3125rem;
}
.site_header .site_header_in .logo a > span i {
  font-style: normal;
  font-size: 1.625rem;
  display: block;
  line-height: 1.3;
}
.site_header .site_header_in .site_nav {
  flex: 1;
}
.site_header .site_header_in .site_nav > ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
  margin-right: 1.875rem;
}
.site_header .site_header_in .site_nav > ul li a {
  display: block;
  text-decoration: none;
  padding: 1.5625rem 1.5em;
  font-weight: 500;
  font-size: 95%;
}
.site_header .site_header_in .site_nav > div {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  border-radius: 0 0 0 0.625rem;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
}
.site_header .site_header_in .site_nav > div ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site_header .site_header_in .site_nav > div ul li a {
  background: linear-gradient(#5B5B5B, #969696);
  background: linear-gradient(#e5cea8, #b7a486);
  padding: 0.625rem 1.25rem;
  color: #fff;
  display: block;
  font-size: 90%;
  display: flex;
  gap: 0.1875rem;
  align-items: center;
  justify-content: center;
}
.site_header .site_header_in .site_nav > div ul li a:before {
  font-family: "Material Icons Outlined";
  content: "\e887";
}
.site_header .site_header_in .site_nav > div ul li:nth-child(2) a {
  background: linear-gradient(#815391, #A66ABA);
}
.site_header .site_header_in .site_nav > div ul li:nth-child(2) a:before {
  content: "\e14d";
}

@media screen and (max-width: 1300px) {
  .site_header .site_header_in .site_nav > ul li a {
    padding: 1.5625rem 1em;
  }
}
@media screen and (max-width: 880px) {
  .site_header {
    position: fixed;
    width: 100%;
    height: 5rem;
  }
  .site_header .site_header_in .logo a > span i {
    font-size: 140%;
  }
  .site_header .site_header_in .logo a > span b {
    font-size: 80%;
  }
  .site_header .site_header_in .logo a {
    padding: 0.9375rem 0;
    gap: 0.25rem;
  }
  .site_header .site_header_in .site_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 3rem;
    padding: 5rem 3rem;
    box-sizing: border-box;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(1rem, 0, 0);
    transition: all ease 0.3s;
  }
  .site_header .site_header_in .site_nav.open {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
  .site_header .site_header_in .site_nav > ul {
    flex-direction: column;
    margin-bottom: 2rem;
    margin-right: 0;
    order: 1;
  }
  .site_header .site_header_in .site_nav > ul li a {
    color: #fff;
  }
  .site_header .site_header_in .site_nav > ul li a {
    font-size: 100%;
  }
  .site_header .site_header_in .site_nav > ul {
    margin-bottom: 3rem;
  }
  .site_header .site_header_in .site_nav > div {
    top: auto;
    bottom: 0;
    order: 2;
    right: 0;
    border-radius: 0;
    width: 100%;
    position: relative;
    overflow: visible;
  }
  .site_header .site_header_in .site_nav > div ul {
    width: 100%;
    gap: 1rem;
  }
  .site_header .site_header_in .site_nav > div ul li {
    flex: 1;
    border-radius: 100rem;
    overflow: hidden;
  }
  .site_header .site_header_in .site_nav > ul li a {
    padding: 1em 1em;
    border-bottom: 1px dotted #3d3b39;
    padding-left: 0;
  }
}
@media screen and (max-width: 680px) {
  .site_header .site_header_in .site_nav > ul li a {
    font-size: 130%;
  }
}
.ss {
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  height: 100dvh;
  opacity: 0.5;
  z-index: -1;
}
.ss .ss_in figure {
  position: absolute;
  opacity: 0;
  transition: transform 2s ease; /* 回転アニメーションを追加 */
  transform-origin: center center; /* 回転の中心を画像の中央に設定 */
}
.ss .ss_in figure:nth-child(1) {
  width: 13%;
  right: 0rem;
  top: 7rem;
}
.ss .ss_in figure:nth-child(2) {
  width: 17%;
  left: -7rem;
  bottom: 3rem;
}
.ss .ss_in figure:nth-child(3) {
  width: 10%;
  left: 0;
  top: 0;
}
.ss .ss_in figure:nth-child(4) {
  width: 10%;
  left: 0;
  top: 0;
}

@media screen and (max-width: 880px) {
  .ss {
    z-index: -1;
  }
}
.mv {
  background-color: #1a1a1a;
  position: relative;
  color: #fff;
}
.mv .group_home {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 16rem;
  text-align: center;
  z-index: 10;
}
.mv .group_home a {
  color: #6985ac;
  padding: 1rem 3rem;
  padding-top: 1.3rem;
  display: block;
  border: 3px solid #a15b8d;
  border-radius: 100rem;
  background-color: #fff;
}
.mv .group_home figure figcaption {
  margin-top: 0.2rem;
  display: block;
}
.mv .group_home img {
  width: 100%;
}
.mv .swiper-slide-active .swiper-img,
.mv .swiper-slide-duplicate-active .swiper-img,
.mv .swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}
.mv .swiper-slide img {
  height: auto;
  width: 100%;
}
.mv .swiper-pagination-bullet {
  border: 1px solid #fff;
  background-color: transparent;
  width: 0.625rem;
  height: 0.625rem;
  opacity: 1;
}
.mv .swiper-pagination-bullet-active {
  background-color: #fff;
}
.mv .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .mv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.5rem;
}
.mv .swipe_nav {
  padding-left: 0.625rem;
}
.mv .mv_in {
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
  background-color: rgba(0, 0, 0, 0.2);
  background: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  padding: 1.25rem;
  height: 100%;
  box-sizing: border-box;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mv .mv_in > div {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
.mv .mv_in > div > p {
  margin-left: 0.3125rem;
  line-height: 2;
}
.mv .mv_in h2 {
  margin-left: 0.3125rem;
  font-size: 450%;
  font-weight: normal;
  line-height: 1.3;
  margin-left: -0.3125rem;
  text-shadow: 0 0 0.5rem;
}
.mv .mv_in h2 .fc_gr {
  font-size: 140%;
  margin-left: -1.875rem;
}
.mv .mv_in .new_open {
  margin-top: 0.625rem;
  border: 0.1875rem solid #AF8D56;
  background-color: #fff;
  padding: 0.3125rem 0.625rem;
  border-radius: 100rem;
  color: #000;
  text-align: center;
  font-size: 120%;
}
.mv:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@media screen and (max-width: 1098px) {
  .mv .mv_in {
    width: 55%;
  }
  .mv .mv_in > div > p {
    font-size: 130%;
  }
}
@media screen and (max-width: 880px) {
  .mv {
    height: calc(100dvh - 5rem);
    min-height: 35rem;
    max-height: 1000px;
    height: 38rem;
  }
  .mv .swiper {
    height: 100%;
    width: 100%;
    z-index: 2;
  }
  .mv .swiper .swiper-img {
    height: 100%;
  }
  .mv .swiper .swiper-img img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mv .mv_in {
    width: 100%;
    left: 0;
    margin: auto;
  }
  .mv .mv_in h2 {
    font-size: 300%;
    margin-left: 0;
  }
  .mv .mv_in > div > p {
    font-size: 100%;
  }
  .mv .group_home {
    z-index: 11;
    left: auto;
    right: 1rem;
    width: 9rem;
  }
  .mv .group_home a {
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-size: 64%;
  }
  .mv .group_home figure figcaption {
    margin-top: 0;
  }
  .mv .swiper {
    width: 100%;
  }
}
.about {
  text-align: center;
}
.about .about_figure {
  width: 25rem;
  margin: 0 auto;
  margin-bottom: 3.125rem;
}
.about .youtube {
  width: 37.5rem;
  margin: 0 auto;
  margin-bottom: 3.125rem;
}
.about .youtube iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}
.about .youtube a {
  display: block;
  position: relative;
}
.about .youtube a:before {
  content: "";
  display: block;
  width: 10rem;
  height: 5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/youtube_button_on.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.about .youtube a img {
  transition: all ease 0.3s;
}
.about .youtube a:hover img {
  transform: scale(1.05);
}

@media screen and (max-width: 880px) {
  .about .youtube {
    width: auto;
  }
  .about .youtube a:before {
    width: 8rem;
    height: 3rem;
  }
}
.nursing .nursing_flex {
  display: flex;
  gap: 3.125rem;
  align-items: center;
}
.nursing .nursing_flex > figure {
  flex: 0 1 60%;
}
.nursing .nursing_flex > div {
  flex: 1;
}
.nursing .more_wrap .more {
  margin-left: 0;
  position: relative;
}

@media screen and (max-width: 880px) {
  .nursing .nursing_flex {
    flex-direction: column;
  }
  .nursing .more_wrap .more {
    margin-left: auto;
  }
}
.facilities .sbh {
  margin-bottom: 5rem;
}
.facilities .facilities_items {
  display: flex;
  flex-direction: column;
  gap: 6.25rem;
}
.facilities .facilities_items > div {
  display: flex;
  align-items: center;
}
.facilities .facilities_items > div:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.facilities .facilities_items > div > figure {
  flex: 0 1 55%;
}
.facilities .facilities_items > div > div {
  flex: 1;
  padding: 1.25rem 5rem;
  box-sizing: border-box;
}
.facilities .facilities_items > div > div h3 {
  margin-bottom: 1.25rem;
  font-size: 1.5625rem;
}
.facilities .more_wrap {
  padding-top: 5rem;
}

@media screen and (max-width: 1098px) {
  .facilities .facilities_items > div {
    gap: 3rem;
  }
  .facilities .facilities_items > div > div {
    padding: 1.25rem;
    padding-left: 0;
  }
  .facilities .facilities_items > div > figure {
    flex: 0 1 52%;
  }
}
@media screen and (max-width: 880px) {
  .facilities .facilities_items > div {
    flex-direction: column;
  }
  .facilities .facilities_items > div:nth-child(2n+1) {
    flex-direction: column;
  }
  .facilities .facilities_items > div {
    gap: 1em;
  }
  .facilities .facilities_items > div {
    background-color: transparent;
  }
}
.category {
  display: flex;
  gap: 0.5rem;
  flex: 0 1 10rem;
}
.category.g {
  background-color: #83C699;
}
.category.pl {
  background-color: #D19DE2;
}
.category.p {
  background-color: #9D86A5;
}
.category.og {
  background-color: #E8BA70;
}
.category > span {
  display: block;
  flex: 0 1 12em;
  padding: 0.5rem 1rem;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
  font-size: 100%;
}
.category > a {
  display: block;
  flex: 0 1 12em;
  padding: 0.5rem 1rem;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
}

.info_list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}
.info_list li a {
  background-color: #fff;
  display: flex;
  gap: 2rem;
  padding: 1rem;
  padding-right: 3rem;
  align-items: center;
  position: relative;
  transition: all ease 0.3s;
}
.info_list li a time {
  flex: 0 1 8em;
  box-sizing: border-box;
}
.info_list li a .title {
  flex: 1;
  box-sizing: border-box;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info_list li a:after {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  background-image: url(../img/commons/right_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 1.5em;
  top: 2em;
  transition: all ease 0.3s;
}
.info_list li a:hover {
  background-color: #f9e8ff !important;
}
.info_list li a:hover:after {
  transform: translate3d(0.3rem, 0, 0);
}
.info_list li:nth-child(2n+1) a {
  background-color: #f5f5f5;
}

@media screen and (max-width: 880px) {
  .info_list li a {
    flex-wrap: wrap;
  }
  .info_list li a {
    gap: 1em;
  }
  .info_list li a .title {
    flex: 0 1 100%;
  }
  .info_list li a time {
    flex: 0 1 6em;
    font-size: 80%;
  }
  .info_list li a .category {
    flex: 0 1 10em;
    font-size: 80%;
  }
  .category > span {
    font-size: 100%;
  }
  .info_list li a .category {
    font-size: 100%;
  }
}
.recruit .recruit_in {
  position: relative;
  height: 21rem;
}
.recruit .recruit_in > figure {
  width: 50%;
  left: 0;
  top: 0;
  position: absolute;
}
.recruit .recruit_in .sbh {
  margin-left: 50%;
  text-align: left;
  padding-left: 3.125rem;
  margin-bottom: 1.875rem;
}
.recruit .recruit_in > div {
  margin-left: 50%;
  padding-left: 3.125rem;
}
.recruit .more_wrap {
  display: flex;
  gap: 1.25rem;
  justify-content: flex-start;
}
.recruit .more_wrap > * {
  max-width: 13em;
  flex: 1;
  margin: 0;
}

@media screen and (max-width: 1098px) {
  .recruit .recruit_in {
    height: 14rem;
  }
}
@media screen and (max-width: 880px) {
  .recruit .recruit_in {
    height: auto;
  }
  .recruit .recruit_in > figure {
    position: relative;
    width: auto;
    margin-bottom: 2em;
  }
  .recruit .recruit_in > div {
    margin-left: auto;
    padding-left: 0;
    text-align: center;
  }
  .recruit .recruit_in .sbh {
    margin-left: auto;
    padding-left: 0;
    text-align: center;
  }
}
.contact iframe {
  vertical-align: bottom;
  width: 100%;
}
.contact .contact_in {
  background-image: url(../img/commons/contact_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.contact .contact_in:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  filter: blur(0.625rem);
}
.contact .wrap {
  position: relative;
  z-index: 2;
}
.contact .map {
  position: relative;
  z-index: 2;
}
.contact .more_wrap {
  padding-top: 0;
  gap: 1.875rem;
  display: flex;
  justify-content: center;
}
.contact .more_wrap > * {
  max-width: 17em;
  flex: 1;
  margin: 0;
}

@media screen and (max-width: 880px) {
  .contact .more_wrap {
    gap: 1em;
  }
  .contact .more_wrap a:last-child:after {
    display: none;
  }
}
.site_footer {
  padding-top: 5rem;
}
.site_footer .footer_nav {
  margin-bottom: 5rem;
}
.site_footer .footer_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.site_footer .footer_nav ul li a {
  padding: 1rem 0;
  display: block;
}
.site_footer .footer_params {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site_footer .footer_params .logo {
  flex: 0 1 18.75rem;
  font-size: 100%;
}
.site_footer .footer_params .logo > span {
  display: flex;
  gap: 0.625rem;
  color: #1a1a1a;
  text-decoration: none;
  align-items: center;
}
.site_footer .footer_params .logo > span:before {
  content: "";
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  flex: 0 1 2.8125rem;
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.site_footer .footer_params .logo > span > span b {
  font-size: 1.15em;
  display: block;
  padding-left: 0.3125rem;
}
.site_footer .footer_params .logo > span > span i {
  font-style: normal;
  font-size: 1.625rem;
  display: block;
  line-height: 1.3;
  font-weight: bold;
}
.site_footer .footer_params .footer_address {
  padding: 1.875rem 0;
  padding-bottom: 0;
  text-align: center;
}
.site_footer .footer_params .footer_tel_wrap a {
  font-size: 230%;
  display: block;
  padding: 3.125rem 0;
  display: flex;
  gap: 1rem;
}
.site_footer .footer_params .footer_tel_wrap a:before {
  content: "\e0b0";
  font-family: "Material Icons";
  background-color: #A66ABA;
  background-color: #b5a385;
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 3rem;
  color: #fff;
  font-size: 80%;
}
.site_footer .group_footer {
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.site_footer .group_footer .group_home a {
  display: block;
  color: #6985ac;
  line-height: 2;
}
.site_footer .group_footer .group_home figure {
  width: 15rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.site_footer .group_footer > p {
  font-size: 100%;
  margin-bottom: 1rem;
  background-color: #a66aba;
  color: #b5a385;
  padding: 1rem;
  font-size: 120%;
  margin-bottom: 2rem;
  border-radius: 100rem;
}
.site_footer .copy {
  background-color: #F8F8F8;
  padding: 5rem 0;
  text-align: center;
}

@media screen and (max-width: 880px) {
  .site_footer .footer_nav ul {
    flex-direction: column;
  }
  .site_footer .footer_nav ul li a {
    border-bottom: 2px solid #AF8D56;
  }
}
.umv {
  position: relative;
  background-position: center;
  padding-top: 0;
}
.umv .sbh {
  padding: 6.25rem 0;
  position: relative;
  margin-bottom: 6.25rem;
  color: #fff;
}
.umv .sbh:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.umv .sbh:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: center;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.umv .sbh > * {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 880px) {
  .umv .sbh {
    margin-bottom: 3rem;
  }
}
.under_nursing {
  padding-bottom: 8rem;
}
.under_nursing .umv header:after {
  background-image: url(../img/top/nursing.png);
  background-image: url(https://thumb.photo-ac.com/a3/a33c87db47591167ed7bb35449fa8217_t.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
.under_nursing .plans_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 2rem;
}
.under_nursing .plans_list > div {
  display: grid;
  grid-template-columns: 1fr 5rem;
  border: 1px solid #5B5B5B;
  margin-top: -1px;
  margin-right: -1px;
}
.under_nursing .plans_list > div > p:first-child {
  padding: 1rem;
  background-color: #f8f4f9;
  border-right: 1px solid #e5dfdf;
}
.under_nursing .plans_list > div > p:last-child {
  padding: 1rem;
  text-align: center;
  font-size: 120%;
}
.under_nursing .plans_nav {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 3rem;
  justify-content: center;
}
.under_nursing .plans_nav li {
  padding: 0 3rem;
  text-align: center;
}
.under_nursing .plans_nav li span {
  font-size: 120%;
  font-weight: bold;
}
.under_nursing .plans_nav li i {
  font-style: normal;
}
.under_nursing .color1 {
  color: #00b0f0;
  font-weight: bold;
}
.under_nursing .color2 {
  color: #92d050;
  font-weight: bold;
}
.under_nursing .color3 {
  color: #ff0000;
  font-weight: bold;
}

@media screen and (max-width: 880px) {
  .under_nursing .plans_list {
    grid-template-columns: 1fr;
  }
  .under_nursing .plans_list > div > p:last-child {
    display: flex;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    justify-content: center;
    background-color: #fff;
  }
  .under_nursing .plans_nav li {
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .under_nursing .plans_nav li span {
    font-size: 130%;
  }
  .under_nursing .plans_nav li i {
    display: none;
  }
}
.under_fee .umv .sbh:after {
  background-image: url(../img/top/slide/3.png);
}
.under_fee .plan_list {
  display: flex;
  flex-direction: column;
  gap: 6.25rem;
}
.under_fee .plan_list .plan_item .others {
  border-left: 0.5rem solid #f8f4f9;
  padding-left: 2rem;
}
.under_fee .plan_list .plan_item .others h4 {
  font-size: 130%;
}
.under_fee .plan_list .plan_item .nums {
  font-size: 150%;
  font-weight: bold;
  color: #AF8D56;
}
.under_fee .plan_list .plan_item h3 {
  font-size: 180%;
  margin-bottom: 2rem;
  border-bottom: 1px solid #AF8D56;
  padding: 1rem 0;
}
.under_fee .plan_list .plan_item h3 small {
  font-size: 60%;
}
.under_fee .plan_list .plan_item h3 span {
  margin-right: 1em;
}
.under_fee .plan_list .plan_item .plan_item_in {
  margin-bottom: 2rem;
}
.under_fee .plan_list .plan_item .plan_item_in > div {
  display: flex;
  gap: 2rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.under_fee .plan_list .plan_item .plan_item_in > div > * {
  background-color: #f8f4f9;
  padding: 2rem;
  flex: 1;
}
.under_fee .plan_list .plan_item .plan_item_in > div > *:first-child {
  flex: 0 1 15em;
  font-size: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.under_fee .plan_list .plan_item .plan_item_in > div > *:last-child > p {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 120%;
}
.under_fee .plan_list .plan_item .plan_item_in > div > *:last-child ul {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.under_fee .plan_list .plan_item .plan_item_in > div > *:last-child ul li {
  background-color: #fff;
  padding: 2rem 0;
  flex: 1;
}
.under_fee.under_feeInfo .umv {
  padding-bottom: 0;
}
.under_fee.under_feeInfo .umv .sbh {
  margin-bottom: 0;
}
.under_fee.under_feeInfo .info_list_wrap {
  background-color: rgba(238, 238, 238, 0.34);
}

@media screen and (max-width: 880px) {
  .under_fee .plan_list .plan_item h3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .under_fee .plan_list .plan_item .plan_item_in > div {
    flex-direction: column;
  }
  .under_fee .plan_list .plan_item .plan_item_in > div > *:first-child {
    flex: 1;
  }
  .under_fee .plan_list .plan_item .plan_item_in > div > *:last-child ul {
    flex-wrap: wrap;
  }
  .under_fee .plan_list .plan_item .plan_item_in > div > *:last-child ul li {
    flex: 0 1 calc((100% - 1rem) / 2);
  }
}
.under_facilities .umv .sbh:after {
  background-image: url(../img/top/slide/1.png);
}
.under_facilities .facility {
  padding-bottom: 0;
}
.under_facilities .facility.umv .sbh {
  margin-bottom: 0;
}
.under_facilities .fsystem .sbh {
  margin-bottom: 6.25rem;
}
.under_facilities .fsystem .sbh h2 {
  margin-bottom: 2rem;
}
.under_facilities .fsystem .sbh figure {
  width: 18.75rem;
  margin: 0 auto;
  margin-top: 5rem;
}
.under_facilities .facility_list {
  display: flex;
  gap: 9.375rem;
  flex-direction: column;
}
.under_facilities .facility_list .facility_item > div:first-child {
  flex: 1;
  display: flex;
  margin-bottom: 4rem;
}
.under_facilities .facility_list .facility_item > div:first-child > * {
  flex: 0 1 50%;
  box-sizing: border-box;
}
.under_facilities .facility_list .facility_item > div:first-child > *:last-child {
  background-color: #3b3b3b;
  color: #fff;
  padding: 0 3rem;
  display: flex;
  align-items: center;
}
.under_facilities .facility_list .facility_item > div:first-child > *:last-child h3 {
  font-size: 180%;
  margin-bottom: 1rem;
  color: #AF8D56;
}
.under_facilities .facility_list .facility_item > div:first-child > *:last-child p {
  font-size: 120%;
}
.under_facilities .facility_list .facility_item > div:last-child {
  box-sizing: border-box;
  max-width: 62.5rem;
  margin: 0 auto;
}
.under_facilities .facility_list .facility_item > div:last-child p {
  margin-bottom: 2em;
}
.under_facilities .facility_list .facility_item > div:last-child p:last-child {
  margin-bottom: 0;
}
.under_facilities .facility_list .facility_item:nth-child(2n) > div:first-child {
  flex-direction: row-reverse;
}
.under_facilities .enriched .sbc {
  max-width: 50rem;
  margin: 0 auto;
}
.under_facilities .community {
  background-image: url(../img/facility/image_15.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 6.25rem 0;
  position: relative;
}
.under_facilities .community .sbc {
  max-width: 50rem;
  margin: 0 auto;
}
.under_facilities .community:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.under_facilities .community > * {
  position: relative;
  z-index: 2;
}

.under_facilities .facility_list .facility_item.facility_item3 > div:first-child > *:last-child {
  flex: 0 1 50%;
}

.under_facilities .facility_list .facility_item.facility_item3 > div:first-child > * {
  flex: 1;
}

@media screen and (max-width: 880px) {
  .under_facilities .fsystem .sbh figure {
    width: 14.75rem;
    margin-top: 3rem;
  }
  .under_facilities .fsystem .sbh {
    margin-bottom: 5rem;
  }
  .under_facilities .facility_list .facility_item > div:first-child {
    display: block;
  }
  .under_facilities .facility_list .facility_item > div:first-child > *:last-child h3 {
    font-size: 150%;
  }
  .under_facilities .facility_list .facility_item > div:first-child > *:last-child {
    padding: 1.5rem;
    width: 88%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -3rem;
    z-index: 2;
    position: relative;
  }
  .under_facilities .facility_list .facility_item > div:first-child > *:last-child p {
    font-size: 100%;
  }
  .under_facilities .community {
    background-position: -50vw center;
  }
  .under_facilities .community:before {
    background-color: rgba(0, 0, 0, 0.58);
  }
}
.under_process .umv .sbh:after {
  background-image: url(../img/facility/bg.png);
}
.under_process .process .process_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  counter-reset: number 0;
}
.under_process .process .process_list ul li {
  counter-increment: number 1;
  display: flex;
  border: 3px solid #ddc6a2;
  background-color: #fff;
  position: relative;
  box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
}
.under_process .process .process_list ul li:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 5rem + 3px);
  top: 0;
  background-color: #ddc6a2;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
}
.under_process .process .process_list ul li:last-child:before {
  display: none;
}
.under_process .process .process_list ul li > * {
  z-index: 2;
}
.under_process .process .process_list ul li > figure {
  flex: 0 1 30%;
}
.under_process .process .process_list ul li > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.under_process .process .process_list ul li > div {
  padding: 2rem;
  background-color: #fff;
  flex: 1;
  box-sizing: border-box;
}
.under_process .process .process_list ul li > div h3 {
  font-size: 150%;
  margin-bottom: 1rem;
}
.under_process .process .process_list ul li > div h3:before {
  content: "STEP" counter(number);
  margin-right: 1rem;
  background-color: #9761a9;
  color: #fff;
  padding: 0 1rem;
  border-radius: 100rem;
  font-size: 80%;
  padding-bottom: 0.1rem;
}
.under_process .process .process_list ul li > div .come {
  margin-top: 1rem;
  font-size: 90%;
  color: #7b7b7b;
}

@media screen and (max-width: 880px) {
  .under_process .process .process_list ul li {
    flex-direction: column;
  }
  .under_process .process .process_list ul li > div h3 {
    font-size: 130%;
  }
  .under_process .process .process_list ul li > div h3:before {
    font-size: 80%;
  }
}
.under_recruit .umv .sbh:after {
  background-image: url(../img/recruit/bg.png);
}
.under_recruit .rec_item {
  margin-bottom: 6.25rem;
}
.under_recruit .rec_item .rec_item_table > p b {
  font-size: 130%;
  color: #9d2525;
}
.under_recruit .rec_item .more_wrap {
  text-align: center;
}
.under_recruit .rec_item .more_wrap > *:nth-child(1) {
  background: #2f894f;
  max-width: 19em;
  margin: 0 auto;
}
.under_recruit .rec_item .more_wrap > *:nth-child(1):hover {
  background: #b5a385;
}
.under_recruit .rec_item table {
  text-align: center;
  margin-bottom: 1rem;
  width: 100%;
  border-collapse: collapse;
}
.under_recruit .rec_item table td, .under_recruit .rec_item table th {
  border: 1px solid #5B5B5B;
  padding: 1rem;
}
.under_recruit .rec_item .rtitle {
  font-size: 150%;
  background-color: #A66ABA;
  color: #fff;
  font-weight: bold;
}
.under_recruit .rec_item .rstitle {
  background-color: #ede0b1;
}
.under_recruit .rec_item .rstitleB {
  font-size: 120%;
}
.under_recruit .rec_item .num {
  font-size: 130%;
  font-weight: bold;
  color: #9d2525;
}

@media screen and (max-width: 880px) {
  .rec_item_table {
    width: 100%;
    padding-bottom: 0.625rem;
    overflow-x: auto;
  }
  .rec_item table {
    min-width: 880px;
  }
  .rec_item_table2 table {
    min-width: auto;
  }
}
.under_contact .umv .sbh:after {
  background-image: url(../img/contact/mv.jpg);
}
.under_contact .uc_form_buttons {
  text-align: center;
  display: flex;
  gap: 1em;
  justify-content: center;
}
.under_contact .uc_form_buttons input[type=submit] {
  padding: 0.5rem 1rem;
  width: 15rem;
  background-color: #a66aba;
  color: #fff;
  font-size: 130%;
  font-family: inherit;
  border: 0;
  cursor: pointer;
}
.under_contact .uc_form {
  margin: 0 auto;
  background-color: #fff;
}
.under_contact .uc_form .uc_forml {
  display: flex;
  border-bottom: 1px solid #e5dfdf;
}
.under_contact .uc_form .uc_forml > label {
  flex: 0 1 13em;
  padding: 3rem 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-right: -1px;
}
.under_contact .uc_form .uc_forml > label.req:after {
  content: "必須";
  background-color: #9d2525;
  color: #fff;
  font-size: 80%;
  border-radius: 0.2rem;
  padding: 0 0.3em;
  padding-bottom: 0.2em;
  margin-left: 0.5rem;
}
.under_contact .uc_form .uc_forml > div {
  padding: 2.5rem 2rem;
  flex: 1;
}
.under_contact .uc_form .uc_forml > div input[type=text], .under_contact .uc_form .uc_forml > div input[type=email], .under_contact .uc_form .uc_forml > div select, .under_contact .uc_form .uc_forml > div textarea {
  padding: 0.5rem;
  font-size: inherit;
  font-family: inherit;
  width: 100%;
  box-sizing: border-box;
}
.under_contact .uc_form .uc_forml > div textarea {
  height: 10rem;
  width: 100%;
}
.under_contact .uc_form .uc_forml:last-child {
  border-bottom: 0;
}
.under_contact .uc_form_privacy {
  padding: 2rem 0;
}
.under_contact .uc_form_privacy h3 {
  font-size: 100%;
  margin-bottom: 1rem;
}
.under_contact .uc_form_privacy > div {
  overflow: auto;
  height: 10rem;
  border: 1px solid #ebe1ed;
}
.under_contact .uc_form_privacy > div > p {
  padding: 1rem 1rem;
  font-size: 90%;
  line-height: 1.7;
}
.under_contact .uc_form_privacy > p {
  margin-top: 2em;
  text-align: center;
}
.under_contact .error {
  display: block;
  margin-top: 0.5em;
  background-color: #fff1f3;
  padding: 0.2em 0.5em;
  border-radius: 0.2em;
}

.mw_wp_form.mw_wp_form_complete p {
  margin-bottom: 2em;
  line-height: 1.7;
}

.under_contact .mw_wp_form_confirm .uc_form .uc_forml > div {
  margin-top: 0.5em;
}

.under_contact .mw_wp_form_confirm .uc_form_buttons input[type=submit].uc_form_buttons_back {
  background-color: #b5a385;
}

.under_contact .mw_wp_form_confirm .uc_form_privacy {
  display: none;
}

@media screen and (max-width: 880px) {
  .under_contact .uc_form .uc_forml {
    flex-direction: column;
  }
  .under_contact .uc_form .uc_forml > label {
    flex: 1;
  }
  .under_contact .uc_form .uc_forml:nth-child(2n) > label {
    background-color: #f8f4f9;
  }
  .under_contact .uc_form .uc_forml > label {
    padding: 1rem 2rem;
    margin-bottom: 1rem;
  }
  .under_contact .uc_form .uc_forml > div {
    padding: 0;
  }
  .under_contact .uc_form .uc_forml {
    margin-bottom: 2rem;
  }
  .under_contact .uc_form .uc_forml > label {
    background-color: #f8f4f9;
  }
  .under_contact .mw_wp_form_confirm .uc_form .uc_forml > div {
    padding: 1em 1em;
    margin: 0;
    padding-top: 0;
  }
}
.under_faq .umv header {
  background-image: url(../img/top/slide/4.png);
}
.under_faq .faq .faq_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.under_faq .faq .faq_list ul li {
  border: 1px solid #ebe1ed;
  padding: 1rem 2rem;
  position: relative;
  cursor: pointer;
  background-color: #fff;
}
.under_faq .faq .faq_list ul li:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/commons/right_b.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  position: absolute;
  right: 2rem;
  top: 2.5rem;
}
.under_faq .faq .faq_list ul li .q {
  position: relative;
  padding-left: 4rem;
}
.under_faq .faq .faq_list ul li .q:before {
  content: "Q";
  font-size: 200%;
  position: absolute;
  left: 1rem;
  top: 1rem;
  line-height: 1;
  color: #0276a2;
}
.under_faq .faq .faq_list ul li .q h3 {
  padding: 1rem 0;
  font-size: 150%;
}
.under_faq .faq .faq_list ul li .a {
  position: relative;
  padding-left: 4rem;
  display: none;
  padding-bottom: 2rem;
}
.under_faq .faq .faq_list ul li .a:before {
  content: "A";
  font-size: 200%;
  position: absolute;
  left: 1rem;
  top: 0;
  line-height: 1;
  color: #c91f27;
}
.under_faq .faq .faq_list ul li .a p {
  font-size: 110%;
}

@media screen and (max-width: 880px) {
  .under_faq .faq .faq_list ul li .q {
    padding-left: 3rem;
  }
  .under_faq .faq .faq_list ul li {
    padding: 1em;
    padding-right: 3em;
  }
  .under_faq .faq .faq_list ul li .q:before {
    left: 0.5rem;
  }
  .under_faq .faq .faq_list ul li .q h3 {
    font-size: 120%;
  }
  .under_faq .faq .faq_list ul li .a:before {
    left: 0.5rem;
  }
  .under_faq .faq .faq_list ul li .a {
    padding-left: 3rem;
  }
  .under_faq .faq .faq_list ul li:after {
    right: 1rem;
  }
}
.sp_button {
  position: absolute;
  width: 3rem;
  height: 3rem;
  border: 0;
  background-color: transparent;
  top: 1rem;
  right: 2rem;
  transition: all ease 0.3s;
  display: none;
}
.sp_button span {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #AF8D56;
  transition: all ease 0.3s;
}
.sp_button span:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  top: -0.5rem;
  position: absolute;
  background-color: #AF8D56;
  transition: all ease 0.3s;
}
.sp_button span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -0.5rem;
  position: absolute;
  background-color: #AF8D56;
  transition: all ease 0.3s;
}
.sp_button.open span {
  transform: rotate(45deg);
  background-color: transparent;
}
.sp_button.open span:before {
  top: 0;
  transform: rotate(0deg);
}
.sp_button.open span:after {
  top: 0;
  transform: rotate(-90deg);
}

@media screen and (max-width: 880px) {
  .sp_button {
    display: block;
  }
}
.info_single {
  display: flex;
  gap: 5rem;
}
.info_single .sbh {
  text-align: left;
}
.info_single .info_single_content {
  flex: 1;
  position: relative;
}
.info_single .info_single_content .info_single_content_in h2 {
  font-size: 150%;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.info_single .info_single_content .info_single_content_in h3 {
  font-size: 120%;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.info_single .info_single_content .info_single_content_in h4 {
  font-size: 110%;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.info_single .info_single_content .info_single_content_in h5 {
  font-size: 100%;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.info_single .info_single_content .info_single_content_in > * first-child {
  margin-top: 0;
  margin-bottom: 1rem;
}
.info_single .info_single_content .info_single_content_in p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}
.info_single .info_single_content .info_single_content_in iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.info_single .info_single_side {
  flex: 0 1 18rem;
}
.info_single .sbh time {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
}
.info_single figure {
  margin: 2rem 0;
}

.nexpreve {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  gap: 1rem;
}
.nexpreve > * {
  display: block;
  padding: 0.5rem 1.3rem;
  background-color: #2f894f;
  color: #fff;
}
.nexpreve span {
  background-color: #eee;
  color: #888;
}

.side_block {
  margin-bottom: 2rem;
}
.side_block h2 {
  font-size: 100%;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}
.wp-block-latest-posts.wp-block-latest-posts__list a {
  margin-bottom: 0.5rem;
  display: block;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}

@media screen and (max-width: 880px) {
  .info_single {
    flex-direction: column;
  }
  .info_single .info_single_side {
    flex: 1;
  }
}
.under_Index .umv .sbh:after {
  background-image: url(../img/top/slide/1.png);
}
.under_Index .umv {
  padding-bottom: 0;
}
.under_Index .umv .sbh {
  margin-bottom: 0;
}

.pagination {
  margin-top: 2rem;
}
.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
.pagination .nav-links > * {
  padding: 0.5rem 1rem;
  background-color: #eee;
}
.pagination .nav-links > *.current {
  background-color: #2f894f;
  color: #fff;
}

body .more_wrap .more {
  background-color: #2f894f;
}
body .site_footer .footer_params .footer_tel_wrap a:before {
  background-color: #2f894f;
}
body .site_footer .group_footer > p {
  background-color: #fff;
}
body .site_footer .group_footer .group_home figure {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 1rem;
  background-color: #fff;
  padding: 1rem;
  box-sizing: border-box;
}
body .site_header .site_header_in .site_nav > div ul li:nth-child(2) a {
  background-color: #2f894f;
  background: linear-gradient(#2f894f, #2f894f);
}
body .site_header .site_header_in .site_nav > div ul li a {
  background: linear-gradient(#87b94a, #62b966);
}
body .sb:nth-child(2n+1) {
  /*background-color: #fff;*/
  /*background-color: #f5f4eb;*/
}
body .contact .sb .sbh p {
  color: #fff;
}
body .under_fee .plan_list .plan_item .nums {
  color: #ea7d3e;
}
body .sb.umv .sbh p {
  color: #fff;
}
body .under_fee .plan_list .plan_item .plan_item_in > div > * {
  background-color: #ecf3e2;
}
body .under_nursing .plans_list {
  background-color: #fff;
}
body .under_process .process .process_list ul li > div h3:before {
  background-color: #2f894f;
  background: linear-gradient(#87b94a, #62b966);
}
body .under_process .process .process_list ul li {
  border: 0;
  box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
}
body .under_process .process .process_list ul li:before {
  content: "";
  display: block;
  /* width: 1px; */
  height: calc(100% + 5rem + 3px);
  top: calc(100% + 2rem);
  /* background-color: #ddc6a2; */
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  border: 1rem solid #ddc6a2;
  background-color: transparent;
  width: 0px;
  height: 0px;
  z-index: 10;
  border-bottom: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}
body .contact .more_wrap > *:nth-child(1) {
  background: linear-gradient(#87b94a, #62b966);
}
body .recruit .more_wrap > *:nth-child(1) {
  background: linear-gradient(#87b94a, #62b966);
}
body .under_recruit .rec_item .rtitle {
  background: linear-gradient(to right, #509500, #89c346);
}
body .facilities .facilities_items > div {
  background-color: #3b3b3b;
  background-color: #134515;
  background-color: #fff;
}
body .facilities .facilities_items > div h3 {
  color: #b5a385;
}
body .under_contact .uc_form_buttons input[type=submit] {
  background-color: #2f894f;
}
body .site_footer .group_footer {
  background-color: #ffffff;
  padding: 3rem 5rem;
  margin-bottom: 6rem;
  margin-top: 1rem;
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.2);
}
body .site_footer .group_footer > p {
  margin-bottom: 0;
}
body .site_footer .group_footer > p {
  color: #b5a385;
}
body .about .about_figure {
  width: 40rem;
}
body .info_list li a:hover {
  background-color: #fff !important;
  opacity: 0.8;
}

.sb .sbh p:first-child {
  color: #b5a385;
}

@media screen and (max-width: 880px) {
  body .about .about_figure {
    width: auto;
  }
  body .site_footer .group_footer {
    padding: 0;
    box-shadow: none;
  }
  body .site_footer .group_footer {
    background-color: transparent;
  }
}/*# sourceMappingURL=style.css.map */