@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, b, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, mark, time, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  letter-spacing: .04em;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  scroll-behavior: smooth;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  html {
    font-size: calc(100vw * 10 / 1300);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 375);
  }
}

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

body {
  font-size: 1.6rem;
  line-height: 1.6;
  background: url(../img/bg-washi.jpg) center top/67.1rem;
  color: #3A2507;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  transition: .2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a:hover,
  input[type="image"]:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
}

.ft_e {
  font-family: "Afacad", sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -5.6rem;
  }
}

/* 共通タイトル */
.c_ttl {
  font-size: 3.2rem;
  font-weight: 600;
  background: url(../img/ttl-bg-cloud.svg) no-repeat 50%/contain;
  height: 14.3rem;
  position: relative;
  text-align: center;
  padding-top: 1.45em;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .c_ttl {
    font-size: 2rem;
    height: 10rem;
    padding-top: 1.8em;
    margin-bottom: 1.6rem;
  }
}

.c_ttl.w {
  background-image: url(../img/ttl-bg-cloud-dark.svg);
  color: #fff;
}

.c_ttl:before, .c_ttl:after {
  content: '';
  position: absolute;
  background: url(../img/ttl-bg-wave.svg) no-repeat 50%/contain;
  width: 8.9rem;
  aspect-ratio: 89 / 51;
}

@media screen and (max-width: 767px) {
  .c_ttl:before, .c_ttl:after {
    width: 6.2rem;
  }
}

@media screen and (max-width: 767px) {
  .c_ttl:before, .c_ttl:after {
    background-image: url(../img/ttl-bg-wave-sp.svg);
  }
}

.c_ttl:before {
  translate: -100% 0;
  margin-left: -.638em;
}

.c_ttl:after {
  margin-left: .68em;
}

/* CTA */
.c_cta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c_cta {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.4rem;
  }
}

.c_cta a {
  padding: 3.2rem 4rem;
  display: block;
  height: 18.4rem;
}

@media screen and (max-width: 767px) {
  .c_cta a {
    padding: 1.6rem;
    height: 11.7rem;
  }
}

.c_cta em {
  font-family: "Afacad", sans-serif;
  display: inline-block;
  background: url(../img/ico-cta-tel.svg) no-repeat left center/contain;
  padding-left: 5rem;
  line-height: 4rem;
}

@media screen and (max-width: 767px) {
  .c_cta em {
    line-height: 3rem;
  }
}

.c_cta small {
  display: block;
  font-size: 1.4rem;
  margin-top: .1em;
}

@media screen and (max-width: 767px) {
  .c_cta small {
    font-size: 1.1rem;
  }
}

.c_cta .tel {
  background: #BB3B2A;
}

@media screen and (min-width: 768px) {
  .c_cta .tel {
    pointer-events: none;
  }
}

.c_cta .tel em {
  font-size: 4rem;
  background: url(../img/ico-cta-tel.svg) no-repeat left center/contain;
}

@media screen and (max-width: 767px) {
  .c_cta .tel em {
    font-size: 3rem;
  }
}

.c_cta .mail {
  background: #4A6232;
}

.c_cta .mail em {
  font-size: 2.6rem;
  background-image: url(../img/ico-cta-mail.svg);
}

@media screen and (max-width: 767px) {
  .c_cta .mail em {
    font-size: 2rem;
  }
}

.c_cta dt {
  background: #3A2507;
  line-height: 4.2rem;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .c_cta dt {
    line-height: 2.9rem;
    margin-bottom: .8em;
  }
}

.c_link {
  text-align: center;
}

.c_link a {
  display: inline-flex;
  height: 5.4rem;
  justify-content: center;
  align-items: center;
  background: #BB3B2A;
  color: #fff;
  width: 28rem;
  font-size: 1.4rem;
  gap: .6em;
}

@media screen and (max-width: 767px) {
  .c_link a {
    height: 3.8rem;
    width: 23.3rem;
    font-size: 1.1rem;
  }
}

.c_link a:after {
  content: '';
  background: url(../img/ico-blank.svg) no-repeat 50%/contain;
  width: 2rem;
  height: 2rem;
}

@media screen and (max-width: 767px) {
  .c_link a:after {
    width: 1.6rem;
    height: 1.6rem;
  }
}

/* PDFボタン */
.c_pdf {
  text-align: center;
}

.c_pdf a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72rem;
  max-width: 100%;
  margin: 0 auto;
  height: 9.6rem;
  gap: 2.4rem;
  font-size: 2rem;
  font-weight: 600;
  background: #6C4E27 url(../img/bg-pattern-checkered.svg) no-repeat right center/contain;
  position: relative;
  color: #fff;
  left: -.4rem;
}

@media screen and (max-width: 767px) {
  .c_pdf a {
    font-size: 1.6rem;
    height: 8.6rem;
    padding-left: 4.3rem;
  }
}

.c_pdf a:before {
  content: '';
  background: url(../img/ico-pdf.svg) no-repeat 50%/contain;
  width: 6.4rem;
  height: 6.4rem;
}

@media screen and (max-width: 767px) {
  .c_pdf a:before {
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    left: 2.4rem;
  }
}

.c_pdf a:after {
  content: '';
  inset: .8rem -.8rem -.8rem .8rem;
  border-bottom: solid 1px #92833D;
  border-right: solid 1px #92833D;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .c_pdf a:after {
    inset: .6rem -.6rem -.6rem .6rem;
  }
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .u_inner {
    width: 120rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .u_inner {
    margin: 0 3.2rem;
  }
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .is_sp {
    display: none;
  }
  .is_tel {
    pointer-events: none;
    cursor: default;
  }
  .is_tel:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .is_pc {
    display: none;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
:where(#header, #footer) a {
  display: block;
}

#header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 66;
  height: 14rem;
}

@media screen and (max-width: 767px) {
  #header {
    position: fixed;
    height: 5.6rem;
  }
  #header.fixed {
    background: rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 767px) {
  .h_logo {
    position: absolute;
    top: 0;
    height: 5.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 16.8rem);
  }
}

.h_logo img {
  width: 24.8rem;
}

@media screen and (max-width: 767px) {
  .h_logo img {
    width: 14.2rem;
  }
}

.h_info {
  padding-right: 2.4rem;
}

@media screen and (max-width: 767px) {
  .h_info {
    display: none;
  }
}

.h_doc {
  background: #92833D;
}

@media screen and (min-width: 768px) {
  .h_doc {
    font-size: 1.8rem;
    width: 23rem;
  }
}

.h_tel {
  background: #BB3B2A;
}

@media screen and (min-width: 768px) {
  .h_tel {
    width: 24.1rem;
    font-family: "Afacad", sans-serif;
    font-size: 2.6rem;
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .h_nav li {
    border-bottom: solid 1px #DDDDDD;
  }
  .h_nav a {
    padding: 0 3.2rem;
    font-size: 1.6rem;
    line-height: 5.6rem;
  }
}

@media screen and (min-width: 768px) {
  .h_nav {
    display: flex;
    font-size: 1.8rem;
    color: #fff;
    gap: 3.2rem;
  }
  .h_nav a {
    position: relative;
  }
  .h_nav a:hover {
    opacity: 1;
  }
  .h_nav a:hover:before {
    width: .9em;
  }
  .h_nav a:before {
    content: '';
    position: absolute;
    width: 0;
    border-bottom: solid 1px #fff;
    top: 50%;
    left: -1.2em;
    transition: width .3s;
  }
}

@media screen and (min-width: 1400px) {
  .h_nav {
    gap: 5.6rem;
  }
}

.h_head {
  display: flex;
  justify-content: flex-end;
  color: #fff;
  height: 5.6rem;
}

@media screen and (min-width: 768px) {
  .h_head {
    height: 6.4rem;
    background: #4A6232;
  }
  .h_head > *:not(.h_menu) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .8rem;
  }
}

@media screen and (max-width: 767px) {
  .h_head a {
    width: 5.6rem;
    text-align: center;
    font-size: 1.1rem;
    padding-top: .6em;
  }
  .h_head img {
    display: block;
    margin: 0 auto;
    width: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .h_inner {
    padding: 0 5.6rem;
    height: 13.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .h_cta {
    margin: 3.2rem;
  }
  .h_menu {
    width: 5.6rem;
    cursor: pointer;
    background: #4A6232;
    position: relative;
    font-size: 1.1rem;
    text-align: center;
  }
  .h_menu img {
    display: block;
    margin: 0 auto;
    width: 2.4rem;
  }
  .h_menu i {
    padding-top: .6em;
    display: block;
  }
  .h_menu .close {
    opacity: 0;
    transition: opacity .3s;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  body.open .h_menu .open {
    opacity: 0;
  }
  body.open .h_menu .close {
    opacity: 1;
  }
  #toggle_menu {
    position: fixed;
    overflow-y: auto;
    top: 5.6rem;
    height: calc(100% - 5.6rem);
    left: 0;
    width: 100%;
    background: #fff;
  }
  body.open {
    overflow-y: hidden;
  }
  body.open #toggle_menu {
    visibility: visible;
    animation: itemFadeIn 1s;
  }
  body:not(.open) #toggle_menu {
    visibility: hidden;
    animation: itemFadeOut .8s;
  }
}

#gototop {
  position: fixed;
  z-index: 10;
  right: 3rem;
  bottom: 3rem;
}

#gototop img {
  width: 5.6rem;
}

@media screen and (max-width: 767px) {
  #gototop img {
    width: 4rem;
  }
}

@media screen and (max-width: 767px) {
  #gototop {
    right: 1.2rem;
    bottom: 1.2rem;
  }
}

#gototop.show {
  visibility: visible;
  animation: itemFadeIn 1s;
}

#gototop:not(.show) {
  visibility: hidden;
  animation: itemFadeOut .8s;
}

@keyframes itemFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes itemFadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
  }
}

#footer {
  position: relative;
  margin-top: 5.8rem;
  background: linear-gradient(180deg, #543F1D 21.63%, #3A2507 100%);
  color: #fff;
  padding: 8rem 0;
}

@media screen and (max-width: 767px) {
  #footer {
    margin-top: .5rem;
    padding: 3.8rem 0;
  }
}

#footer:before {
  content: '';
  position: absolute;
  width: 100%;
  background: url(../img/boundary-rope01.svg) repeat-x left top/4.86rem 2.2rem, url(../img/boundary-rope01.svg) repeat-x 2.43rem top/4.86rem 2.2rem;
  height: 2.2rem;
  top: -1.1rem;
}

@media screen and (max-width: 767px) {
  #footer:before {
    height: 1.1rem;
    background-size: 2.43rem 1.1rem;
    background-position: left top, 1.2rem top;
    top: -.55rem;
  }
}

.f_info {
  text-align: center;
}

.f_info dt {
  font-weight: 600;
  font-size: 2.6rem;
  margin-bottom: .35em;
}

@media screen and (max-width: 767px) {
  .f_info dt {
    font-size: 2.2rem;
    margin-bottom: .25em;
  }
}

.f_info dt small {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .f_info dt small {
    font-size: 1.1rem;
  }
}

.f_info dd {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .f_info dd {
    font-size: 1.1rem;
  }
}

.f_info dd p {
  margin-top: .5em;
}

.f_nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 0;
}

@media screen and (max-width: 767px) {
  .f_nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 0;
  }
}

@media screen and (min-width: 768px) {
  .f_nav {
    width: 80rem;
  }
}

.f_nav a {
  background: url(../img/ico-dot.svg) no-repeat left center/1.8rem;
  padding-left: 3.2rem;
}

@media screen and (max-width: 767px) {
  .f_nav a {
    background-size: 1.4rem;
    padding-left: 2.14rem;
  }
}

.f_nav a:hover {
  opacity: 1;
}

.f_nav a:hover i {
  transform: translateX(-0.3em);
}

.f_nav i {
  display: block;
  transition: transform .3s;
}

.f_row {
  display: flex;
  margin-bottom: 3.8rem;
}

@media screen and (min-width: 768px) {
  .f_row {
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .f_row {
    flex-direction: column-reverse;
    gap: 3.8rem;
  }
}

.f_link {
  display: flex;
  font-size: 1.4rem;
  border-top: solid 1px #6C4E27;
}

@media screen and (min-width: 768px) {
  .f_link {
    align-items: center;
    justify-content: space-between;
    padding-top: 3.4rem;
  }
  .f_link a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .f_link {
    flex-direction: column;
    gap: 2.8rem;
    font-size: 1.1rem;
  }
}

.f_link p {
  display: flex;
  align-items: center;
  gap: .4em;
}

@media screen and (max-width: 767px) {
  .f_link p {
    justify-content: center;
    height: 5rem;
    border-bottom: solid 1px #6C4E27;
  }
}

.f_link p:after {
  content: '';
  background: url(../img/ico-blank.svg) no-repeat 50%/contain;
  width: 2rem;
  height: 2rem;
}

@media screen and (max-width: 767px) {
  .f_link p:after {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.f_link ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem 0;
}

@media screen and (max-width: 767px) {
  .f_link ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.15rem;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .f_link ul {
    width: 97.5rem;
    padding-left: 6.4rem;
    border-left: solid 1px #6C4E27;
  }
}

.f_copy {
  text-align: center;
  font-size: 1.1rem;
  margin-top: 9rem;
}

@media screen and (max-width: 767px) {
  .f_copy {
    font-size: .8rem;
    margin-top: 4.8rem;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
/* First View */
.top_main {
  position: relative;
}

.top_main img {
  width: 100%;
}

.top_main:before {
  content: '';
  position: absolute;
  background: url(../img/boundary-rope01.svg) repeat-x left top/4.86rem 2.2rem, url(../img/boundary-rope01.svg) repeat-x 2.43rem top/4.86rem 2.2rem;
  height: 2.2rem;
  width: 100%;
  bottom: -1.1rem;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top_main:before {
    height: 1.1rem;
    background-size: 2.43rem 1.1rem;
    background-position: left top, 1.2rem top;
    bottom: -.5rem;
  }
}

@media screen and (min-width: 768px) {
  .top_main {
    margin-top: 6.4rem;
  }
  .top_main img {
    height: calc(100vh - 6.4rem);
    min-height: 60rem;
    object-fit: cover;
    max-height: 100rem;
  }
}

.top_main p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
  left: 22rem;
  font-size: 3rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 2.4rem;
}

@media screen and (max-width: 767px) {
  .top_main p {
    font-size: 1.8rem;
    gap: .8rem;
    left: 3.2rem;
  }
}

.top_main p i {
  background: #fff;
  backdrop-filter: blur(0.2rem);
  padding: 1.8rem 0 .6rem;
  white-space: nowrap;
  letter-spacing: .3em;
  line-height: 5.6rem;
}

@media screen and (max-width: 767px) {
  .top_main p i {
    line-height: 3.6rem;
    padding: 1.1rem 0 .3rem;
    letter-spacing: .29em;
  }
}

/* fv下 */
.top_lead {
  position: relative;
  color: #fff;
  z-index: 1;
  top: -10rem;
}

@media screen and (max-width: 767px) {
  .top_lead {
    top: -3.2rem;
  }
}

.top_lead .u_inner {
  background: url(../img/plan-bg.jpg) no-repeat center bottom/cover;
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .top_lead .u_inner {
    width: 120rem;
    height: 46rem;
  }
}

@media screen and (max-width: 767px) {
  .top_lead .u_inner {
    background-image: url(../img/plan-bg-sp.jpg);
    padding: 3.2rem;
  }
}

.top_lead .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .top_lead .row {
    flex-direction: column;
    gap: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .top_lead .row {
    width: 100rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .top_lead figure {
    width: 45rem;
  }
  .top_lead dl {
    width: 47rem;
  }
}

.top_lead dt {
  font-size: 2rem;
  text-align: center;
  padding: .75em 0;
  border-top: solid 1px #6C4E27;
  border-bottom: solid 1px #6C4E27;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  .top_lead dt {
    font-size: 1.65rem;
    padding: .65em 0;
  }
}

.top_lead dd {
  line-height: 2;
}

.top_lead dd p {
  margin-top: 1em;
}

/* ごあいさつ */
.top_msg {
  margin: 2rem 0 12rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .top_msg {
    margin: 2.8rem 0 5.8rem;
    padding: 0 3.2rem;
  }
  .top_msg .c_ttl {
    margin-bottom: -.5rem;
  }
}

.top_msg:before {
  content: '';
  position: absolute;
  background: url(../img/bg_cloud01.png) no-repeat 50%/contain;
  width: 55.2rem;
  aspect-ratio: 552 / 325;
  top: -19rem;
  right: calc(50% + 26rem);
}

@media screen and (max-width: 767px) {
  .top_msg:before {
    width: 26.4rem;
    right: auto;
    left: -9.6rem;
    top: -11.7rem;
  }
}

.top_msg:after {
  content: '';
  position: absolute;
  background: url(../img/bg_cloud02.png) no-repeat 50%/contain;
  width: 33.7rem;
  aspect-ratio: 337 / 251;
  left: calc(50% + 49.5rem);
  bottom: -8rem;
}

@media screen and (max-width: 767px) {
  .top_msg:after {
    width: 16rem;
    left: auto;
    right: -5rem;
    bottom: -7.6rem;
  }
}

@media screen and (min-width: 768px) {
  .top_msg {
    display: flex;
    justify-content: flex-end;
    gap: 8rem;
  }
}

@media screen and (min-width: 768px) {
  .top_msg figure {
    width: calc(50% - 10rem);
  }
  .top_msg figure img {
    height: 53.6rem;
    width: 100%;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .top_msg .desc {
    margin: 0 0 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  .top_msg .desc {
    width: 62rem;
    margin-top: 7rem;
  }
}

.top_msg p {
  line-height: 2;
  text-indent: 1em;
  margin-top: 1em;
}

.top_msg .sign {
  text-align: right;
}

/* ケアハウスとは */
.top_about {
  background: url(../img/carehouse-bg.webp) no-repeat center top/156.9rem;
  padding: 6.5rem 0 15rem;
  position: relative;
  z-index: 0;
  color: #fff;
}

.top_about .c_ttl {
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .top_about .c_ttl {
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .top_about {
    padding: 0;
    margin-bottom: 6rem;
    background: url(../img/carehouse-bg-sp.webp) no-repeat center 1.6rem/50.4rem;
  }
}

@media screen and (min-width: 768px) {
  .top_about .u_inner {
    width: 100rem;
  }
}

.top_about:before {
  content: '';
  position: absolute;
  background: url(../img/bg-cloud03.png) no-repeat 50%/contain;
  width: 33.7rem;
  aspect-ratio: 337 / 251;
  bottom: -4.5rem;
  right: calc(50% + 31.6rem);
}

@media screen and (max-width: 767px) {
  .top_about:before {
    width: 16rem;
    bottom: -7.2rem;
    right: auto;
    left: -4.6rem;
    z-index: -1;
  }
}

.top_about:after {
  content: '';
  position: absolute;
  background: url(../img/bg-cloud04.png) no-repeat 50%/contain;
  width: 55.2rem;
  aspect-ratio: 552 / 325;
  left: calc(50% + 33rem);
  bottom: 17.5rem;
}

@media screen and (max-width: 767px) {
  .top_about:after {
    width: 26.4rem;
    left: auto;
    right: -15rem;
    bottom: 18rem;
    z-index: -1;
  }
}

.top_about .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
}

@media screen and (max-width: 767px) {
  .top_about .row {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}

.top_about .ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  margin: .65em 0 .55em;
}

@media screen and (max-width: 767px) {
  .top_about .ttl {
    font-size: 1.8rem;
    margin: .85em 0 .45em;
  }
}

@media screen and (max-width: 767px) {
  .top_about .box + .box {
    margin-top: 2.4rem;
  }
}

.top_about .box p {
  line-height: 2;
}

.top_about .box dt {
  background: #FFF8F6;
  position: relative;
  z-index: 1;
  border-bottom: solid 0.2rem #BB3B2A;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 600;
  color: #BB3B2A;
  margin: 1.6em 0 .9em;
}

@media screen and (max-width: 767px) {
  .top_about .box dt {
    font-size: 1.6rem;
    height: 4rem;
    margin: 1.1em 0 1em;
  }
}

.top_about .box dt:before {
  content: '';
  position: absolute;
  inset: 0;
  background: url(../img/ttl-bg-asanoha.svg) center top/3rem;
  opacity: .2;
  z-index: -1;
}

.top_about .box dl {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .top_about .box dl {
    margin-top: 2.4rem;
  }
}

.top_about .box li {
  position: relative;
  padding-left: 3rem;
  margin-top: .5em;
}

@media screen and (max-width: 767px) {
  .top_about .box li {
    padding-left: 2.4rem;
  }
}

.top_about .box li:before {
  content: '';
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  border: solid 1px #fff;
  left: 0;
  top: .25em;
}

@media screen and (max-width: 767px) {
  .top_about .box li:before {
    width: 1.4rem;
    height: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .top_about .c_cta {
    margin-top: 6.4rem;
  }
}

@media screen and (min-width: 768px) {
  .top_about .c_cta {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
    width: 56rem;
    margin: 10.3rem auto 0;
  }
}

/* 施設のご紹介 */
@media screen and (min-width: 768px) {
  .top_facility > .u_inner {
    width: 100rem;
  }
}

.top_facility .ttl {
  text-align: center;
  background: #3A2507;
  color: #fff;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 1.7rem 6.4rem;
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .top_facility .ttl {
    height: 4rem;
    font-size: 1.6rem;
    margin: 0 1.3rem 3.2rem;
  }
}

.top_facility .ttl:before, .top_facility .ttl:after {
  content: '';
  position: absolute;
  background: url(../img/ttl-trim.svg) no-repeat 50%/contain;
  width: 1.8rem;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .top_facility .ttl:before, .top_facility .ttl:after {
    background-image: url(../img/ttl-trim-sp.svg);
    width: 1.4rem;
  }
}

.top_facility .ttl:before {
  left: -1.7rem;
}

@media screen and (max-width: 767px) {
  .top_facility .ttl:before {
    left: -1.3rem;
  }
}

.top_facility .ttl:after {
  right: -1.7rem;
  transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .top_facility .ttl:after {
    right: -1.3rem;
  }
}

.top_facility figure img {
  width: 100%;
}

.top_facility .room {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 6.4rem;
}

@media screen and (max-width: 767px) {
  .top_facility .room {
    flex-direction: column;
    gap: 4rem;
    margin-bottom: 5.6rem;
  }
  .top_facility .room .list {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .top_facility .room .list {
    display: flex;
    flex-wrap: wrap;
    width: 64.533rem;
  }
  .top_facility .room li {
    width: calc(50% - 3.2rem);
  }
  .top_facility .room li:nth-child(1) {
    order: 1;
  }
  .top_facility .room li:nth-child(2) {
    order: 2;
  }
  .top_facility .room li:nth-child(3) {
    order: 4;
  }
  .top_facility .room li:nth-child(4) {
    order: 3;
  }
}

.top_facility .list {
  gap: 6.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .top_facility .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 3.2rem;
    margin-bottom: 5.6rem;
  }
}

.top_facility .list p {
  background: url(../img/ico-shippo.svg) no-repeat 1.6rem center/1.2rem, url(../img/ico-shippo.svg) no-repeat calc(100% - 1.6rem) center/1.2rem;
  background-color: #fff;
  border-radius: 3em;
  text-align: center;
  line-height: 4.2rem;
  margin-top: 1.6rem;
}

@media screen and (max-width: 767px) {
  .top_facility .list p {
    line-height: 3.7rem;
  }
}

.top_facility .list dt {
  border-top: solid 1px #3A2507;
  border-bottom: solid 1px #3A2507;
  height: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .top_facility .list dt {
    height: 3.7rem;
  }
}

.top_facility .list dd {
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .top_facility .movie {
    width: 29.066rem;
  }
}

.top_facility .movie p {
  border-top: solid 1px #3A2507;
  border-bottom: solid 1px #3A2507;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2.4rem;
}

@media screen and (max-width: 767px) {
  .top_facility .movie p {
    height: 3.2rem;
    margin-top: 1.6rem;
  }
}

.top_facility video {
  width: 100%;
  display: block;
}

.top_facility .event {
  margin-bottom: 8rem;
}

@media screen and (min-width: 768px) {
  .top_facility .event {
    width: 72.8rem;
    margin: 0 auto 12rem;
  }
}

.facility_consu {
  margin: 12rem 0;
}

@media screen and (max-width: 767px) {
  .facility_consu {
    margin: 8.8rem 0 5.6rem;
  }
}

.facility_consu .ttl2 {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4A6232;
  font-size: 2rem;
  font-weight: 600;
  height: 5.6rem;
  padding-top: .2rem;
  border-bottom: solid 0.2rem #4A6232;
  margin-bottom: .9em;
}

@media screen and (max-width: 767px) {
  .facility_consu .ttl2 {
    height: 4rem;
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
}

.facility_consu .box {
  padding: 8.8rem 0;
  background: url(../img/boundary-rope.svg) no-repeat left top/120rem, url(../img/boundary-rope.svg) no-repeat left bottom/120rem;
}

@media screen and (max-width: 767px) {
  .facility_consu .box {
    padding: 4.8rem 0;
    background: url(../img/boundary-rope-sp.svg) no-repeat left top/100%, url(../img/boundary-rope-sp.svg) no-repeat left bottom/100%;
  }
}

.facility_consu .row {
  display: flex;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .facility_consu .row {
    width: 100rem;
    margin: 0 auto;
  }
}

.facility_consu figure img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .facility_consu figure {
    width: 49rem;
  }
}

@media screen and (min-width: 768px) {
  .facility_consu .desc {
    width: 43rem;
  }
}

.facility_consu .desc p {
  line-height: 2;
}

.facility_consu .c_link {
  margin: 2.2rem 0 4rem;
}

@media screen and (max-width: 767px) {
  .facility_consu .c_link {
    margin: 2.2rem 0 3.2rem;
  }
}

.facility_consu dl {
  display: flex;
}

@media screen and (max-width: 767px) {
  .facility_consu dl {
    flex-direction: column;
    margin-top: 3.2rem;
  }
}

.facility_consu dt, .facility_consu dd {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
}

@media screen and (min-width: 768px) {
  .facility_consu dt, .facility_consu dd {
    flex: 1;
  }
}

@media screen and (max-width: 767px) {
  .facility_consu dt, .facility_consu dd {
    height: 3.2rem;
  }
}

.facility_consu dt {
  background: #4A6232;
  color: #fff;
}

.facility_consu dd {
  background: #fff;
  color: #4A6232;
}

.facility_info {
  margin-bottom: 20rem;
}

@media screen and (max-width: 767px) {
  .facility_info {
    margin-bottom: 7.2rem;
  }
}

.facility_info .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
}

@media screen and (max-width: 767px) {
  .facility_info .row {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}

.facility_info figure {
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .facility_info figure {
    margin-bottom: 1.6rem;
  }
}

.facility_info dl {
  display: flex;
  flex-wrap: wrap;
}

.facility_info dt, .facility_info dd {
  padding: 2.4rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .facility_info dt, .facility_info dd {
    padding: 1.6rem;
  }
}

.facility_info dt {
  width: 18.4rem;
  border-bottom: solid 1px #3A2507;
}

@media screen and (max-width: 767px) {
  .facility_info dt {
    width: 10.4rem;
  }
}

.facility_info dd {
  width: calc(100% - 18.4rem);
  border-bottom: solid 1px #D0D0D0;
}

@media screen and (max-width: 767px) {
  .facility_info dd {
    width: calc(100% - 10.4rem);
  }
}

.facility_info dd sub {
  font-size: .5em;
  vertical-align: .5em;
}

.top_access {
  position: relative;
  z-index: 0;
  margin-bottom: 25.4rem;
}

@media screen and (max-width: 767px) {
  .top_access {
    background: url(../img/access-bg-sp.jpg) no-repeat center top/100%;
    margin-bottom: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .top_access {
    height: 62.7rem;
  }
}

.top_access:before {
  content: '';
  position: absolute;
  background: url(../img/bg-cloud06.png) no-repeat 50%/contain;
  width: 33.7rem;
  aspect-ratio: 337 / 251;
  bottom: -31.2rem;
  right: calc(50% + 32rem);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_access:before {
    width: 16rem;
    right: auto;
    bottom: -7.4rem;
    left: -6.4rem;
  }
}

.top_access:after {
  content: '';
  position: absolute;
  background: url(../img/bg-cloud05.png) no-repeat 50%/contain;
  width: 55.2rem;
  aspect-ratio: 552 / 325;
  left: calc(50% + 9.5rem);
  top: -11.2rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_access:after {
    width: 26.4rem;
    left: auto;
    right: -17.6rem;
    z-index: 0;
    top: -6rem;
  }
}

.top_access .c_ttl {
  margin-bottom: 2.3rem;
}

@media screen and (max-width: 767px) {
  .top_access .c_ttl {
    margin-bottom: .3rem;
  }
}

.top_access .box {
  position: relative;
  z-index: 0;
  padding: 7.5rem 0 0;
}

@media screen and (max-width: 767px) {
  .top_access .box {
    padding: 4rem 0 0;
  }
}

@media screen and (min-width: 768px) {
  .top_access .box:before {
    content: '';
    position: absolute;
    background: url(../img/access-bg.jpg) no-repeat 50%/cover;
    height: 62.7rem;
    width: calc(50% + 32rem);
    z-index: -1;
    top: 0;
  }
}

.top_access .desc {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .top_access .desc {
    margin-bottom: 4.4rem;
  }
}

@media screen and (min-width: 768px) {
  .top_access .desc {
    width: 37.5rem;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .top_access .map {
    aspect-ratio: 306 / 214;
    margin: 0 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .top_access .map {
    height: 56rem;
    top: 16.8rem;
    position: absolute;
    right: 0;
    width: calc(50% + 8rem);
  }
}

.top_access iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.top_access dt {
  display: inline-flex;
  align-items: center;
  gap: .6em;
  border-bottom: solid 1px #6C4E27;
  padding-bottom: .5em;
  margin-bottom: .5em;
}

.top_access dt img {
  width: 2.4rem;
}

.top_access dd + dt {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .top_access dd + dt {
    margin-top: 3.2rem;
  }
}

.top_access .c_link {
  margin-top: 3.2rem;
}

.top_contact {
  text-align: center;
  margin-bottom: 13.2rem;
}

@media screen and (max-width: 767px) {
  .top_contact {
    margin-bottom: 7.2rem;
  }
}

.top_contact .c_ttl {
  margin-bottom: -2rem;
}

@media screen and (max-width: 767px) {
  .top_contact .c_ttl {
    margin-bottom: -.8rem;
  }
}

.top_contact .lead {
  line-height: 2;
  position: relative;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .top_contact .lead {
    margin-bottom: 2.3rem;
  }
}

.low_header {
  position: relative;
  overflow: hidden;
  height: 5.6rem;
}

.low_header img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .low_header {
    margin-top: 6.4rem;
    height: 13.6rem;
  }
  .low_header img {
    height: calc(100vh - 6.4rem);
    min-height: 60rem;
    object-fit: cover;
  }
}

.low_ttl {
  margin: 8.8rem 0 8rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  height: 12.2rem;
  background: url(../img/ttl-wave.svg) no-repeat center bottom/55.9rem;
}

@media screen and (max-width: 767px) {
  .low_ttl {
    background-image: url(../img/ttl-wave-sp.svg);
    height: 7.1rem;
    font-size: 2rem;
    background-size: 28.6rem;
    margin: 3.2rem 0 4rem;
  }
}

.dl_body {
  margin-bottom: 14rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .dl_body {
    margin-bottom: 8.8rem;
  }
}

.dl_body:before {
  content: '';
  position: absolute;
  background: url(../img/bg_cloud01.png) no-repeat 50%/contain;
  width: 55.2rem;
  aspect-ratio: 552 / 325;
  top: 8.4rem;
  right: calc(50% + 26rem);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .dl_body:before {
    width: 26.4rem;
    right: auto;
    left: -9.6rem;
    top: 2.6rem;
  }
}

.dl_body:after {
  content: '';
  position: absolute;
  background: url(../img/bg_cloud02.png) no-repeat 50%/contain;
  width: 33.7rem;
  aspect-ratio: 337 / 251;
  left: calc(50% + 49.5rem);
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .dl_body:after {
    width: 16rem;
    left: auto;
    right: -5rem;
    bottom: -10.6rem;
  }
}

.dl_body li {
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .dl_body li {
    margin-bottom: 4rem;
  }
}