@charset "UTF-8";
/* Only output numerical values
/* 数値のみ出力する
====================================== */
/* font $size
====================================== */
/* font family
====================================== */
/* Break point ブレイクポイント
====================================== */
/* max site width コンテンツ最大幅
====================================== */
/* colors 色管理
====================================== */
/* media query
====================================== */
/* font-size フォントサイズのrem表示用
====================================== */
/* font-weight フォントの太さの指定用
====================================== */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
@media (min-width: 960px) {
  body {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

[id] {
  scroll-margin-top: 49px;
}
@media (min-width: 960px) {
  [id] {
    scroll-margin-top: 84px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Shippori Mincho", serif;
  color: #333333;
  line-height: 1.2;
}

p {
  margin: 0;
}
p + p {
  margin-top: 1em;
}

ul, dl, figure {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

ul, li {
  list-style: none;
}

a {
  color: #333333;
  transition: 0.4s;
}
a:before, a:after {
  transition: 0.4s;
}
a:hover {
  color: #333333;
  text-decoration: none;
}

em {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}

input,
select,
textarea {
  outline: none;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
}

input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 1em;
  border: 0;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: inherit;
}
@media (min-width: 640px) {
  input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
  select,
  textarea {
    padding: 2em;
  }
}

select {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  min-width: 300px;
  background: url(../img/common/arrow_08.svg) #fff no-repeat center right 1.5em/7px;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

address {
  margin-bottom: 0;
}

/* uk-container
====================================== */
.uk-container {
  max-width: 1545px;
}
.uk-container-small {
  max-width: 1300px;
}
.uk-container-large {
  max-width: 1600px;
}
.uk-container-expand {
  max-width: none;
}

/* uk-breadcrumb
====================================== */
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: ">";
}
.uk-breadcrumb > li:last-child {
  color: #CFB86C;
}
.uk-breadcrumb > li:last-child span {
  color: #CFB86C;
}

/* Contact Form 7
====================================== */
.wpcf7 .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

/* reCAPTCHA
====================================== */
.grecaptcha-badge {
  visibility: hidden;
}

/* Margin class in 5px steps
/* 余白調整用のクラス　5px刻みで20回処理を繰り返し
====================================== */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.com-txt-color-text {
  color: #333333 !important;
}

.com-bg-text {
  background-color: #333333 !important;
}

.com-txt-color-main {
  color: #11264E !important;
}

.com-bg-main {
  background-color: #11264E !important;
}

.com-txt-color-secondary {
  color: #59442E !important;
}

.com-bg-secondary {
  background-color: #59442E !important;
}

.com-txt-color-yellow {
  color: #CFB86C !important;
}

.com-bg-yellow {
  background-color: #CFB86C !important;
}

.com-txt-color-yellow_02 {
  color: #A79547 !important;
}

.com-bg-yellow_02 {
  background-color: #A79547 !important;
}

.com-txt-color-yellow_03 {
  color: #CFC76C !important;
}

.com-bg-yellow_03 {
  background-color: #CFC76C !important;
}

.com-txt-color-yellow_04 {
  color: #D6C27E !important;
}

.com-bg-yellow_04 {
  background-color: #D6C27E !important;
}

.com-txt-color-yellow_05 {
  color: #AD8F46 !important;
}

.com-bg-yellow_05 {
  background-color: #AD8F46 !important;
}

.com-txt-color-yellow_06 {
  color: #F8F7E8 !important;
}

.com-bg-yellow_06 {
  background-color: #F8F7E8 !important;
}

.com-txt-color-yellow_07 {
  color: #AD964C !important;
}

.com-bg-yellow_07 {
  background-color: #AD964C !important;
}

.com-txt-color-brown {
  color: #271C0F !important;
}

.com-bg-brown {
  background-color: #271C0F !important;
}

.com-txt-color-white {
  color: #fff !important;
}

.com-bg-white {
  background-color: #fff !important;
}

.com-txt-color-gray {
  color: #F2F2F2 !important;
}

.com-bg-gray {
  background-color: #F2F2F2 !important;
}

.com-txt-color-gray_02 {
  color: #F4F4F4 !important;
}

.com-bg-gray_02 {
  background-color: #F4F4F4 !important;
}

.com-txt-color-gray_03 {
  color: #909090 !important;
}

.com-bg-gray_03 {
  background-color: #909090 !important;
}

.com-txt-color-gray_04 {
  color: #C9C9C9 !important;
}

.com-bg-gray_04 {
  background-color: #C9C9C9 !important;
}

.com-txt-color-gray_05 {
  color: #707070 !important;
}

.com-bg-gray_05 {
  background-color: #707070 !important;
}

.com-txt-color-gray_06 {
  color: #C0C0C0 !important;
}

.com-bg-gray_06 {
  background-color: #C0C0C0 !important;
}

.com-txt-color-gray_07 {
  color: #808080 !important;
}

.com-bg-gray_07 {
  background-color: #808080 !important;
}

.com-txt-color-gray_light {
  color: #A3A3A3 !important;
}

.com-bg-gray_light {
  background-color: #A3A3A3 !important;
}

.com-txt-color-blue_gray {
  color: #8792A6 !important;
}

.com-bg-blue_gray {
  background-color: #8792A6 !important;
}

.com-txt-color-dark {
  color: #333333 !important;
}

.com-bg-dark {
  background-color: #333333 !important;
}

.com-txt-color-facebook {
  color: #3b5999 !important;
}

.com-bg-facebook {
  background-color: #3b5999 !important;
}

.com-txt-color-x {
  color: #000 !important;
}

.com-bg-x {
  background-color: #000 !important;
}

.com-txt-color-youtube {
  color: #cd201f !important;
}

.com-bg-youtube {
  background-color: #cd201f !important;
}

.com-txt-color-line {
  color: #18ba07 !important;
}

.com-bg-line {
  background-color: #18ba07 !important;
}

/* #header
====================================== */
#header {
  background-color: #fff;
  padding-block: 0.5em;
}
@media (min-width: 960px) {
  #header {
    padding-block: 0;
  }
}
#header.front-page {
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.3s all ease-in-out;
}
#header.front-page #header-offcanvas-btn span {
  display: none;
}
#header.front-page:not(.bg) {
  background-color: transparent;
}
#header.front-page:not(.bg) #header-logo {
  color: #fff;
}
#header.front-page:not(.bg) .header-btn-01 {
  color: #fff;
}
#header.front-page:not(.bg) .header-btn-01.dropdown > span::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
#header.front-page:not(.bg) .header-btn-02 {
  color: #fff;
}
#header.front-page:not(.bg) #header-offcanvas-btn span {
  display: block;
}

/* parts
--------------------------------- */
/* .js-scroll-show
--------------------------------- */
.js-scroll-show {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.js-scroll-show.show {
  opacity: 1;
  visibility: visible;
}

/* #header-offcanvas-btn
--------------------------------- */
#header-offcanvas-btn {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0.6em;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
#header-offcanvas-btn span {
  display: none;
}

/* #header-logo　
--------------------------------- */
#header-logo {
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #59442E;
  font-family: "Shippori Mincho", serif;
  display: flex;
  align-items: center;
  gap: 3px;
  flex-shrink: 0;
}
@media (min-width: 960px) {
  #header-logo {
    font-size: 20px;
    font-size: 1.25rem;
    gap: 10px;
  }
}
@media (min-width: 1600px) {
  #header-logo {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#header-logo::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 1px;
  background-color: #CFB86C;
}
@media (min-width: 960px) {
  #header-logo::before {
    width: 60px;
  }
}
@media (min-width: 1600px) {
  #header-logo::before {
    width: 100px;
  }
}
#header-logo > a {
  color: inherit;
}
#header-logo > a:hover {
  opacity: 0.6;
}

/* #header-tel　
--------------------------------- */
/* gnav
====================================== */
/* #lnav
====================================== */
.header-btn-01 {
  display: block;
  font-family: "Shippori Mincho", serif;
  color: #59442E;
  line-height: 1.5;
  letter-spacing: 0.088em;
  padding: 1em;
}
@media (min-width: 1200px) {
  .header-btn-01 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 1600px) {
  .header-btn-01 {
    font-size: 24px;
    font-size: 1.5rem;
    padding-inline: 0.8em;
  }
}
.header-btn-01 > span {
  position: relative;
}
.header-btn-01 > span::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 5px;
  aspect-ratio: 1/1;
  background-color: #CFC76C;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, calc(100% + 3px));
}
.header-btn-01:hover {
  background-color: #CFB86C;
  color: #fff;
}
.header-btn-01:hover > span::after {
  background-color: #fff;
}
.header-btn-01.contact {
  background-color: #11264E;
  color: #fff;
}
.header-btn-01.contact:hover {
  background-color: #CFB86C;
  color: #fff;
}
.header-btn-01.contact:hover > span::after {
  background-color: #fff;
}
.header-btn-01.dropdown > span::after {
  width: 5px;
  border-radius: 0;
  background-color: unset !important;
  border: 3px solid transparent;
  border-right-color: #CFC76C;
  border-bottom-color: #CFC76C;
  transform: translate(-50%, calc(50% + 3px)) rotate(45deg);
}
.header-btn-01.dropdown:hover > span::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.header-btn-02:hover {
  color: #CFB86C !important;
}

.header-panel-01 {
  width: 563px;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 1em;
  padding-top: 1.5em;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(7px) brightness(1.5);
          backdrop-filter: blur(7px) brightness(1.5);
}

.header-tit-01 {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: bold;
  letter-spacing: 0.088em;
  margin: 0;
}
.header-tit-01 .eng {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 65%;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 0.6em;
  color: #cfb86d;
}

.header-nav-01 {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.088em;
  margin-top: 1.2em;
}
.header-nav-01 a {
  display: block;
  position: relative;
  padding: 0.2em;
  padding-right: 1em;
}
.header-nav-01 a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 16px;
  background: url(../img/common/arrow_01.svg) no-repeat center/contain;
}
.header-nav-01 a:hover {
  opacity: 0.6;
}

/* #footer
====================================== */
#footer {
  padding: 50px 0;
}
@media (min-width: 960px) {
  #footer {
    padding-block: 70px 100px;
  }
}
#footer a {
  color: inherit;
}
#footer a:hover {
  color: #CFB86C;
}

/* footer-logo
====================================== */
#footer-logo {
  color: inherit;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: -15px;
}
@media (min-width: 960px) {
  #footer-logo {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 400;
    margin-left: -40px;
    margin-bottom: 3em;
  }
}
@media (min-width: 1600px) {
  #footer-logo {
    margin-left: calc(-40px - (100svw - 1600px) / 2);
  }
}
#footer-logo::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 2px;
  background-color: #CFC76C;
}
@media (min-width: 960px) {
  #footer-logo::before {
    width: 40px;
  }
}
@media (min-width: 1600px) {
  #footer-logo::before {
    width: calc((100svw - 1600px) / 2);
    margin-right: 40px;
  }
}
#footer-logo a {
  color: inherit;
}
#footer-logo a:hover {
  opacity: 0.6;
  color: inherit;
}

/* footer-head
====================================== */
/* footer-body
====================================== */
/* footer-foot
====================================== */
/* parts
====================================== */
/* pagetop
-------------------------------------- */
.pagetop {
  font-size: 10px;
  font-size: 0.625rem;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}

/* footer-nav
-------------------------------------- */
/* .copyright
--------------------------------- */
.copyright {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
}

.footer-dl-01 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
}
@media (min-width: 960px) {
  .footer-dl-01 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 960px) {
  .footer-dl-01 .row {
    display: flex;
    align-items: baseline;
  }
}
.footer-dl-01 .row + .row {
  margin-top: 1.3em;
}
@media (min-width: 960px) {
  .footer-dl-01 .row + .row {
    margin-top: 0.5em;
  }
}

.footer-container-01 {
  max-width: 1600px;
}

.footer-list-01 {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 960px) {
  .footer-list-01 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.footer-list-01 > li > :is(a, span) {
  font-weight: 600;
  letter-spacing: 0.08em;
}
.footer-list-01 > li.has-children > a {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer-list-01 > li.has-children > a::after {
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1/0.6;
  background: url(../img/common/arrow_02.svg) no-repeat center/contain;
}
@media (min-width: 960px) {
  .footer-list-01 > li.has-children > a::after {
    display: none;
  }
}
.footer-list-01 > li.has-children > a.uk-active::after {
  transform: scaleY(-1);
}
.footer-list-01 > li ul {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 20px;
  margin-top: 0.5em;
}
@media (max-width: 959px) {
  .footer-list-01 > li ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
}
@media (min-width: 960px) {
  .footer-list-01 > li ul {
    font-size: 16px;
    font-size: 1rem;
  }
}
.footer-list-01 > li ul li {
  margin-left: -20px;
}
.footer-list-01 > li ul li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  vertical-align: middle;
  background-color: #CFB86C;
  margin-right: 10px;
}
.footer-list-01 > li + li {
  margin-top: 20px;
}

.footer-list-02 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
}

.footer-grid-01 > .uk-grid-margin {
  margin-top: 20px;
}

.footer-hr-01 {
  border-top-color: #CFC76C;
  border-top-width: 2px;
  margin-block: 50px 10px;
}
@media (min-width: 960px) {
  .footer-hr-01 {
    margin-top: 100px;
  }
}

.uk-offcanvas-bar {
  background: #11264E;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.2307692308;
  padding: 0;
}
@media (min-width: 960px) {
  .uk-offcanvas-bar {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.uk-offcanvas-bar .uk-parent > a {
  position: relative;
}
.uk-offcanvas-bar .uk-parent > a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 15px;
  background: url(../img/common/arrow_07.svg) no-repeat center/contain;
  transform: scaleY(-1);
}
.uk-offcanvas-bar .uk-parent .nav-sub {
  background-color: #A79547;
}
.uk-offcanvas-bar .uk-parent .nav-sub li:not(:last-child) {
  border-bottom: 1px solid #DCDCDC;
}
.uk-offcanvas-bar .uk-parent .nav-sub a {
  padding-left: 3em;
  position: relative;
}
.uk-offcanvas-bar .uk-parent .nav-sub a::before {
  content: "-";
  position: absolute;
  left: 2em;
}
.uk-offcanvas-bar .uk-parent.uk-open > a::after {
  transform: scaleY(1);
}

.uk-nav .uk-nav-header {
  background: #11264E;
  padding: 0.5em 1em;
  border-bottom: 0;
}
.uk-nav > li {
  border-bottom: 1px solid #DCDCDC;
}
.uk-nav > li a {
  padding: 1.5em 1em;
  color: inherit !important;
}
.uk-nav .uk-nav-sub {
  padding: 0;
}
.uk-nav .uk-nav-sub li {
  border-top: 1px solid #fff;
}
.uk-nav .uk-nav-sub li a {
  padding-left: 2em;
}

.uk-offcanvas-close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: unset;
  width: auto;
  padding: 0.8em;
}

.com-container-01 {
  max-width: 1545px;
  margin: 0 auto;
  padding-right: 36px;
  container-type: inline-size;
}
@media (min-width: 960px) {
  .com-container-01 {
    padding-right: 215px;
  }
}
.com-container-01.small {
  max-width: 1440px;
}
.com-container-01.expand {
  max-width: none;
}

.com-container-02 {
  max-width: 1160px;
}

/* パンくずリスト
====================================== */
.page-breadcrumb {
  border-bottom: 1px solid #CFB86C;
  padding-block: 0.8em;
  line-height: 1.4;
  font-size: 12px;
  font-size: 0.75rem;
}

/* section
====================================== */
/* parts
--------------------------------- */
/* grid
--------------------------------- */
.com-grid-120 {
  margin-left: -120px;
}
.com-grid-120 > * {
  padding-left: 120px;
}
.com-grid-120 > .uk-grid-margin {
  margin-top: 80px;
}

.com-grid-margin-50 > .uk-grid-margin {
  margin-top: 50px;
}

/* title タイトル
--------------------------------- */
.page-tit-01 {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Shippori Mincho", serif;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/common/kv/day-service.jpg);
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  padding-block: 1.6em 3.8em;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .page-tit-01 {
    font-size: 32px;
    font-size: 2rem;
    padding-block: 2.1em 6.7em;
  }
}
.page-tit-01 .title {
  position: relative;
  z-index: 1;
}
.page-tit-01 .en {
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 1.5em;
  position: relative;
  text-transform: uppercase;
  display: block;
}
.page-tit-01 .en::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 26px;
  height: 2px;
  background-color: #CFC76C;
}
.page-tit-01.kv-ogaki {
  position: relative;
  background-image: url("../img/common/kv/ogaki_s.jpg");
}
@media (min-width: 960px) {
  .page-tit-01.kv-ogaki {
    background-image: url("../img/common/kv/ogaki.jpg");
  }
}
.page-tit-01.kv-ogaki::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.52);
  mix-blend-mode: multiply;
}
.page-tit-01.kv-anyoji {
  position: relative;
  background-image: url("../img/common/kv/anyoji_s.jpg");
}
@media (min-width: 960px) {
  .page-tit-01.kv-anyoji {
    background-image: url("../img/common/kv/anyoji.jpg");
  }
}
.page-tit-01.kv-anyoji::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.52);
  mix-blend-mode: multiply;
}
.page-tit-01.kv-moriyama-yoshimi {
  position: relative;
  background-image: url("../img/common/kv/moriyama-yoshimi_s.jpg");
}
@media (min-width: 960px) {
  .page-tit-01.kv-moriyama-yoshimi {
    background-image: url("../img/common/kv/moriyama-yoshimi.jpg");
  }
}
.page-tit-01.kv-moriyama-yoshimi::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.52);
  mix-blend-mode: multiply;
}
.page-tit-01.kv-care-management {
  position: relative;
  background-image: url("../img/common/kv/care-management_s.jpg");
}
@media (min-width: 960px) {
  .page-tit-01.kv-care-management {
    background-image: url("../img/common/kv/care-management.jpg");
  }
}
.page-tit-01.kv-care-management::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.52);
  mix-blend-mode: multiply;
}
.page-tit-01.kv-about {
  position: relative;
  background-image: url("../img/common/kv/about_s.jpg");
}
@media (min-width: 960px) {
  .page-tit-01.kv-about {
    background-image: url("../img/common/kv/about.jpg");
  }
}
.page-tit-01.kv-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.52);
  mix-blend-mode: multiply;
}
.page-tit-01.kv-company {
  position: relative;
  background-image: url("../img/common/kv/company_s.jpg");
}
@media (min-width: 960px) {
  .page-tit-01.kv-company {
    background-image: url("../img/common/kv/company.jpg");
  }
}
.page-tit-01.kv-company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.52);
  mix-blend-mode: multiply;
}
.page-tit-01.kv-entry {
  position: relative;
  background-image: url("../img/common/kv/entry_s.jpg");
}
@media (min-width: 960px) {
  .page-tit-01.kv-entry {
    background-image: url("../img/common/kv/entry.jpg");
  }
}
.page-tit-01.kv-entry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.52);
  mix-blend-mode: multiply;
}
.page-tit-01.kv-news {
  position: relative;
  background-image: url("../img/common/kv/news_s.jpg");
}
@media (min-width: 960px) {
  .page-tit-01.kv-news {
    background-image: url("../img/common/kv/news.jpg");
  }
}
.page-tit-01.kv-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.52);
  mix-blend-mode: multiply;
}
.page-tit-01.kv-experience-application {
  position: relative;
  background-image: url("../img/common/kv/experience-application_s.jpg");
}
@media (min-width: 960px) {
  .page-tit-01.kv-experience-application {
    background-image: url("../img/common/kv/experience-application.jpg");
  }
}
.page-tit-01.kv-experience-application::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.52);
  mix-blend-mode: multiply;
}
.page-tit-01.kv-privacy-policy {
  position: relative;
  background-image: url("../img/common/kv/privacy-policy_s.jpg");
}
@media (min-width: 960px) {
  .page-tit-01.kv-privacy-policy {
    background-image: url("../img/common/kv/privacy-policy.jpg");
  }
}
.page-tit-01.kv-privacy-policy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.52);
  mix-blend-mode: multiply;
}
.page-tit-01.kv-message {
  position: relative;
  background-image: url("../img/common/kv/message_s.jpg");
}
@media (min-width: 960px) {
  .page-tit-01.kv-message {
    background-image: url("../img/common/kv/message.jpg");
  }
}
.page-tit-01.kv-message::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.52);
  mix-blend-mode: multiply;
}
.page-tit-01.kv-recruitment {
  position: relative;
  background-image: url("../img/common/kv/recruitment_s.jpg");
}
@media (min-width: 960px) {
  .page-tit-01.kv-recruitment {
    background-image: url("../img/common/kv/recruitment.jpg");
  }
}
.page-tit-01.kv-recruitment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.52);
  mix-blend-mode: multiply;
}
.page-tit-01.kv-work-environment {
  position: relative;
  background-image: url("../img/common/kv/work-environment_s.jpg");
}
@media (min-width: 960px) {
  .page-tit-01.kv-work-environment {
    background-image: url("../img/common/kv/work-environment.jpg");
  }
}
.page-tit-01.kv-work-environment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.52);
  mix-blend-mode: multiply;
}
.page-tit-01.kv-our-work {
  position: relative;
  background-image: url("../img/common/kv/our-work_s.jpg");
}
@media (min-width: 960px) {
  .page-tit-01.kv-our-work {
    background-image: url("../img/common/kv/our-work.jpg");
  }
}
.page-tit-01.kv-our-work::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.52);
  mix-blend-mode: multiply;
}
.page-tit-01.kv-information {
  position: relative;
  background-image: url("../img/common/kv/information_s.jpg");
}
@media (min-width: 960px) {
  .page-tit-01.kv-information {
    background-image: url("../img/common/kv/information.jpg");
  }
}
.page-tit-01.kv-information::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.52);
  mix-blend-mode: multiply;
}
.page-tit-01.kv-tour-application {
  position: relative;
  background-image: url("../img/common/kv/tour-application.jpg");
}
.page-tit-01.kv-tour-application::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.52);
  mix-blend-mode: multiply;
}
.page-tit-01.kv-contact {
  position: relative;
  background-image: url("../img/common/kv/contact_s.jpg");
}
@media (min-width: 960px) {
  .page-tit-01.kv-contact {
    background-image: url("../img/common/kv/contact.jpg");
  }
}
.page-tit-01.kv-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.52);
  mix-blend-mode: multiply;
}
.page-tit-01.kv-company {
  position: relative;
  background-image: url("../img/common/kv/company_s.jpg");
}
@media (min-width: 960px) {
  .page-tit-01.kv-company {
    background-image: url("../img/common/kv/company.jpg");
  }
}
.page-tit-01.kv-company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.52);
  mix-blend-mode: multiply;
}
.page-tit-01.small {
  padding-block: 1.5em;
  min-height: 105px;
}
@media (max-width: 959px) {
  .page-tit-01.medium {
    padding-block: 1.5em;
    min-height: 105px;
  }
}

.page-tit-03 {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Shippori Mincho", serif;
  color: #59442E;
  margin-bottom: 0.3em;
}
@media (min-width: 960px) {
  .page-tit-03 {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 0.7em;
  }
}
.page-tit-03::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #CFB86C;
  vertical-align: middle;
  margin-left: -25px;
  margin-right: 10px;
}
@media (min-width: 960px) {
  .page-tit-03::before {
    width: 25px;
    margin-right: 15px;
    margin-left: -35px;
  }
}
.page-tit-03.day-service {
  margin-bottom: 1em;
}
.page-tit-03.day-service::before {
  width: 25px;
}

.page-tit-04 {
  display: flex;
  gap: 5px;
}
.page-tit-04 .tit {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 640px) {
  .page-tit-04 .tit {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.page-tit-04 .sub {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 0.5em;
}
@media (min-width: 640px) {
  .page-tit-04 .sub {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.page-tit-04 .count {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #59442E;
  display: flex;
  align-items: center;
  margin-bottom: -0.2em;
}
@media (min-width: 960px) {
  .page-tit-04 .count {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
.page-tit-04 .count::before {
  content: "0" counter(counter-item);
  font-family: "Shippori Mincho", serif;
  font-style: italic;
  font-weight: 300;
  opacity: 0.76;
}
.page-tit-04 .count::after {
  content: "";
  display: inline-block;
  width: 35px;
  aspect-ratio: 1/0.97;
  background: url(../img/common/ico_counter.svg) no-repeat center/contain;
  margin-left: -0.6em;
}
@media (min-width: 960px) {
  .page-tit-04 .count::after {
    width: 66px;
  }
}
.page-tit-04:nth-child(n+10) .count::before {
  content: counter(counter-item);
}

.page-bg-01 {
  position: fixed;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.17;
}

.page-contact-01 {
  background: url(../img/common/bg_04.jpg) no-repeat center/cover;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 2.6em 1.5em 4.6em;
  position: relative;
  text-align: center;
}
@media (min-width: 960px) {
  .page-contact-01 {
    font-size: 16px;
    font-size: 1rem;
    padding: 3.75em 1.5em 7.25em;
  }
}
.page-contact-01::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #CFB86C;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (min-width: 960px) {
  .page-contact-01::before {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
  }
}
.page-contact-01 .tit {
  color: inherit;
  font-family: "Shippori Mincho", serif;
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: -0.01em;
}
@media (min-width: 960px) {
  .page-contact-01 .tit {
    font-size: 32px;
    font-size: 2rem;
  }
}
.page-contact-01 .tit .eng {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 960px) {
  .page-contact-01 .tit .eng {
    font-size: 16px;
    font-size: 1rem;
  }
}
.page-contact-01 .tit .eng::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #CFC76C;
  margin: 0.2em auto;
}
@media (min-width: 960px) {
  .page-contact-01 .tit .eng::before {
    width: 80px;
  }
}
.page-contact-01 .catch {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 960px) {
  .page-contact-01 .catch {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.page-contact-01 .wrapper {
  container: block-contact/inline-size;
}
.page-contact-01 .link {
  color: inherit;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  font-family: "Shippori Mincho", serif;
  font-size: 23px;
  font-size: 1.4375rem;
}
@container block-contact (width >= 385px) {
  .page-contact-01 .link {
    font-size: 32px;
    font-size: 2rem;
  }
}
.page-contact-01 .link::before, .page-contact-01 .link:after {
  content: "";
  display: block;
}
.page-contact-01 .link::before {
  width: 45px;
  aspect-ratio: 1/1;
  background: no-repeat center/contain;
}
@media (min-width: 960px) {
  .page-contact-01 .link::before {
    width: 65px;
  }
}
.page-contact-01 .link::after {
  width: 17px;
  aspect-ratio: 1/0.23;
  background: url(../img/common/arrow_01.svg) no-repeat center/contain;
}
@media (min-width: 960px) {
  .page-contact-01 .link::after {
    width: 27px;
  }
}
.page-contact-01 .link.tel {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@container block-contact (width >= 385px) {
  .page-contact-01 .link.tel {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
.page-contact-01 .link.tel::before {
  background-image: url(../img/common/ico_tel.svg);
}
.page-contact-01 .link.tel::after {
  display: none;
}
.page-contact-01 .link.mail::before {
  background-image: url(../img/common/ico_mail.svg);
}
.page-contact-01 .link:hover {
  opacity: 0.6;
}

.page-fixed-01 {
  max-width: 205px;
  position: fixed;
  right: 5px;
  bottom: 5%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
}
.page-fixed-01.uk-active {
  visibility: visible;
  opacity: 1;
}
.page-fixed-01 .arrow-sp {
  transform: rotate(-90deg);
}

.page-fixed-btn-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 960px) {
  .page-fixed-btn-01 {
    width: 96px;
    aspect-ratio: 1/1;
  }
}
@media (min-width: 960px) {
  .page-fixed-btn-01::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/common/ico_pagetop.svg) no-repeat center/contain;
    animation: pagetop_animate 16s infinite linear;
    transform: rotate(0);
  }
}

@keyframes pagetop_animate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.com-tit-01 {
  container-type: inline-size;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.48;
  letter-spacing: -0.05em;
  font-family: "Shippori Mincho", serif;
  color: #59442E;
  padding-left: 35px;
  margin-bottom: 2em;
}
@media (min-width: 960px) {
  .com-tit-01 {
    font-size: 40px;
    font-size: 2.5rem;
    padding-left: 80px;
  }
}
@media (min-width: 1200px) {
  .com-tit-01 {
    padding-left: 120px;
  }
}
.com-tit-01 .jp::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #CFB86C;
  vertical-align: middle;
  margin-left: -35px;
  margin-right: 5px;
}
@media (min-width: 960px) {
  .com-tit-01 .jp::before {
    width: 70px;
    margin-left: -80px;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .com-tit-01 .jp::before {
    width: 108px;
    margin-left: -118px;
    margin-right: 10px;
  }
}
@media (min-width: 640px) {
  .com-tit-01 .jp.col2 {
    font-size: clamp(25px, 5.85651537cqi, 40px);
  }
  .com-tit-01 .jp.col2::before {
    width: 50px;
    margin-left: -60px;
    margin-right: 10px;
  }
}
.com-tit-01 .eng {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  font-size: clamp(14px, 5.85651537cqi, 18px);
  line-height: 1;
  margin-top: 0.5em;
}
@media (min-width: 960px) {
  .com-tit-01 .eng {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 0.9em;
  }
}
@media (min-width: 960px) {
  .com-tit-01.left {
    margin-left: clamp(-112px, -5.83333vw, -32px);
  }
}

.com-tit-02 {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.9166666667;
  color: #59442E;
  margin-bottom: 40px;
  margin-bottom: 1.6em;
}
@media (min-width: 960px) {
  .com-tit-02 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.75;
    margin-bottom: 0.5em;
  }
}
.com-tit-02::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #CFB86C;
  margin-top: 0.6em;
}
.com-tit-02.no-border::after {
  display: none;
}

.com-tit-03 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #59442E;
  margin-bottom: 1em;
}
@media (min-width: 960px) {
  .com-tit-03 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.com-tit-03.large {
  font-size: 23px;
  font-size: 1.4375rem;
}
@media (min-width: 960px) {
  .com-tit-03.large {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.com-tit-04 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.9166666667;
  color: #59442E;
  margin-bottom: 1.6em;
}
@media (min-width: 960px) {
  .com-tit-04 {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.5909090909;
    margin-bottom: 1.13em;
  }
}

.com-tit-05 {
  text-align: center;
  color: #59442E;
  letter-spacing: -0.05em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2.4em;
}
@media (min-width: 960px) {
  .com-tit-05 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.48;
  }
}
.com-tit-05 .strong {
  display: block;
  text-transform: uppercase;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4642857143;
  letter-spacing: 0;
  margin-bottom: 0.3em;
}
@media (min-width: 960px) {
  .com-tit-05 .strong {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 1.48;
  }
}
.com-tit-05 .strong::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin-inline: auto;
  background-color: #CFB86C;
  margin-top: 0.15em;
}

.com-catch-01 {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  font-weight: 500;
  color: #CFB86C;
  margin-block: 1em;
}
@media (min-width: 960px) {
  .com-catch-01 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 2;
  }
}

.com-highlight-01 > * {
  position: relative;
}
.com-highlight-01 > *::before {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #CFC76C;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}

/* panel パネル
--------------------------------- */
.com-panel-01 {
  container: com-panel-01;
  container-type: inline-size;
}
.com-panel-01 > .panel-tit {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  background-color: #11264E;
  font-family: "Shippori Mincho", serif;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 1em;
  padding-right: 2.5em;
  margin: 0;
}
@container (width >= 465px) {
  .com-panel-01 > .panel-tit {
    font-size: 32px;
    font-size: 2rem;
    padding-block: 1.2em;
  }
}
.com-panel-01 > .panel-tit .tag {
  width: -moz-max-content;
  width: max-content;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 50px;
  padding: 0.5em 1.5em;
  color: #11264E;
  background-color: #fff;
}
@container (width >= 465px) {
  .com-panel-01 > .panel-tit .tag {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.com-panel-01.js-toggle {
  position: relative;
  z-index: 3;
}
.com-panel-01.js-toggle .panel-tit {
  position: relative;
}
.com-panel-01.js-toggle .panel-tit::before, .com-panel-01.js-toggle .panel-tit::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 20px;
  aspect-ratio: 1/1;
  background: no-repeat center/100%;
}
@media (min-width: 960px) {
  .com-panel-01.js-toggle .panel-tit::before, .com-panel-01.js-toggle .panel-tit::after {
    width: 25px;
  }
}
.com-panel-01.js-toggle .panel-tit::before {
  background-image: url(../img/common/ico_minus.svg);
}
.com-panel-01.js-toggle .panel-tit::after {
  background-image: url(../img/common/ico_plus.svg);
  transition: opacity 0.3s ease-in-out;
}
.com-panel-01.js-toggle .panel-tit.uk-active::after {
  opacity: 0;
}
.com-panel-01.js-toggle .body {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (min-width: 960px) {
  .com-panel-01.js-toggle:not(.style-02) .body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
  }
}

/* Gap between sections or blocks
/* セクションやブロック間の隙間
--------------------------------- */
.com-mt-s {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .com-mt-s {
    margin-top: 30px;
  }
}

.com-mt-m {
  margin-top: 40px;
}
@media (min-width: 640px) {
  .com-mt-m {
    margin-top: 60px;
  }
}

.com-mt-l {
  margin-top: 90px;
}
@media (min-width: 640px) {
  .com-mt-l {
    margin-top: 120px;
  }
}

.com-mt-01 {
  margin-top: 50px;
}
@media (min-width: 960px) {
  .com-mt-01 {
    margin-top: 100px;
  }
}

.com-mt-1em {
  margin-top: 1em;
}

.com-mt-halfem {
  margin-top: 0.5em;
}

.com-mb-1m {
  margin-bottom: 1em;
}

/* list style リストスタイル
--------------------------------- */
.com-list-01 li {
  margin-left: 1.2em;
}
.com-list-01 li::before {
  content: "・";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.com-list-01.notice li::before {
  content: "※";
}
.com-list-01.circle li::before {
  content: "●";
}
.com-list-01.square li::before {
  content: "■";
}
.com-list-01.ls-color-yellow li::before {
  color: #CFB86C;
}
.com-list-01.ls-color-yellow_03 li::before {
  color: #CFC76C;
}
.com-list-01.day-service {
  line-height: 2.2;
}
@media (min-width: 960px) {
  .com-list-01.pl {
    padding-left: 90px;
  }
}
.com-list-01.max-content {
  width: -moz-max-content;
  width: max-content;
}
.com-list-01:not([uk-grid]) li + li {
  margin-top: 0.2em;
}
.com-list-01.max-content {
  width: -moz-max-content;
  width: max-content;
}

.com-list-02 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-02 li {
  margin-left: 1.8em;
}
.com-list-02 li + li {
  margin-top: 0.2em;
}
.com-list-02 li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  width: 1.5em;
  padding-right: 0.3em;
  margin-left: -1.8em;
  text-align: right;
}

.com-list-03 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-03 li {
  margin-left: 2.3em;
}
.com-list-03 li + li {
  margin-top: 0.4em;
}
.com-list-03 li::before {
  counter-increment: item;
  content: "※" counter(item);
  display: inline-block;
  width: 2.3em;
  margin-left: -2.3em;
}

.page-list-01 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.page-list-01 li {
  width: -moz-max-content;
  width: max-content;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 500;
  border: 1px solid #CFC76C;
  border-radius: 40px;
  padding: 0.6em 2.3em;
  color: #59442E;
}
@media (min-width: 640px) {
  .page-list-01 li {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.com-dl-01 .row {
  background-color: #fff;
  padding: 1.2em 2em;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 960px) {
  .com-dl-01 .row {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.com-dl-01 .row:nth-child(odd) {
  background-color: #F2F2F2;
}
.com-dl-01 dt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #11264E;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 0.5em;
}
@media (min-width: 960px) {
  .com-dl-01 dt {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.com-dl-02 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  display: grid;
  grid-template-columns: 100%;
  gap: 0 20px;
}
@media (min-width: 960px) {
  .com-dl-02 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
    grid-template-columns: max(150px, 15%) 1fr;
    row-gap: 30px;
  }
}
.com-dl-02 > * {
  padding-block: 1.3em;
}
.com-dl-02 dt {
  color: #59442E;
}
@media (max-width: 959px) {
  .com-dl-02 dt {
    padding-bottom: 0;
  }
}
@media (min-width: 960px) {
  .com-dl-02 dt {
    border-bottom: 1px solid #CFC76C;
  }
}
.com-dl-02 dd {
  border-bottom: 1px solid #C9C9C9;
}

.page-dl-01 {
  --border: 1px solid #ddd;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}
@media (min-width: 960px) {
  .page-dl-01 {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 0;
  }
}
.page-dl-01 dt {
  color: #59442E;
  padding-block: 0.8em 0;
}
@media (min-width: 960px) {
  .page-dl-01 dt {
    border-bottom: var(--border);
    padding-block: 1.8em 1.1em;
  }
}
.page-dl-01 dd {
  color: #333333;
  padding-block: 0.7em;
  border-bottom: var(--border);
  margin: 0;
}
@media (min-width: 960px) {
  .page-dl-01 dd {
    padding-block: 1.8em 1.1em;
  }
}

/* text テキスト
--------------------------------- */
@media (min-width: 960px) {
  .com-text-01 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}

@media (min-width: 960px) {
  .com-text-02 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }
}

.com-text-03 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5909090909;
}
@media (min-width: 960px) {
  .com-text-03 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.6333333333;
  }
}
.com-text-03 .label {
  display: inline-block;
  font-size: 59%;
  margin-right: 1em;
}
@media (min-width: 960px) {
  .com-text-03 .label {
    font-size: 53%;
  }
}
.com-text-03 .num {
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 640px) {
  .com-text-03 .num {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.com-text-half {
  font-size: 50%;
}

.page-text-01 {
  display: block;
  color: #CFB86C;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  writing-mode: vertical-rl;
  opacity: 0.51;
  margin-left: auto;
  margin-top: 8em;
}

/* font-size フォントサイズ
--------------------------------- */
.com-fz-10 {
  font-size: 10px;
  font-size: 0.625rem;
}

.com-fz-11 {
  font-size: 11px;
  font-size: 0.6875rem;
}

.com-fz-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.com-fz-13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.com-fz-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.com-fz-15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.com-fz-16 {
  font-size: 16px;
  font-size: 1rem;
}

.com-fz-17 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.com-fz-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.com-fz-19 {
  font-size: 19px;
  font-size: 1.1875rem;
}

.com-fz-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.com-fz-21 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.com-fz-22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.com-fz-23 {
  font-size: 23px;
  font-size: 1.4375rem;
}

.com-fz-24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.com-fz-25 {
  font-size: 25px;
  font-size: 1.5625rem;
}

.com-fz-26 {
  font-size: 26px;
  font-size: 1.625rem;
}

.com-fz-27 {
  font-size: 27px;
  font-size: 1.6875rem;
}

.com-fz-28 {
  font-size: 28px;
  font-size: 1.75rem;
}

.com-fz-29 {
  font-size: 29px;
  font-size: 1.8125rem;
}

.com-fz-30 {
  font-size: 30px;
  font-size: 1.875rem;
}

/* アクセント色
--------------------------------- */
/* リンク
--------------------------------- */
.com-btn-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "Shippori Mincho", serif;
  color: #59442E;
  border: 1px solid #CFB86C;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  padding: 0.7em 1.3em;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  max-width: 100%;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .com-btn-01 {
    font-size: 24px;
    font-size: 1.5rem;
    gap: 50px;
    padding-inline: 1.8em;
  }
}
.com-btn-01::after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/0.125;
  background: url(../img/common/arrow_01.svg) no-repeat center/contain;
  flex-shrink: 0;
}
@media (min-width: 960px) {
  .com-btn-01::after {
    width: 36px;
  }
}
.com-btn-01:hover {
  opacity: 0.6;
}

.com-btn-02 {
  --arrow: 35px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Shippori Mincho", serif;
  line-height: 1.2;
  display: block;
  align-content: center;
  background-color: #11264E;
  color: #fff;
  padding: 0 0;
  margin-inline: auto;
  position: relative;
  transition: 0.3s all ease-in-out;
  padding: 1.3em calc(var(--arrow) + 1.7em);
}
@media (min-width: 960px) {
  .com-btn-02 {
    font-size: 24px;
    font-size: 1.5rem;
    padding-block: 1.1em;
  }
}
.com-btn-02::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.6em;
  width: var(--arrow);
  transition: inherit;
  background: url(../img/common/arrow_01.svg) no-repeat center/contain;
}
.com-btn-02:is(button, a) {
  cursor: pointer;
}
.com-btn-02:is(button, a):hover::after {
  transform: translateX(5px);
}

.com-btn-03 {
  font-family: "Shippori Mincho", serif;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #59442E;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  gap: 1em;
}
.com-btn-03::after {
  content: "";
  display: block;
  width: 27px;
  height: 8px;
  background: url(../img/common/arrow_01.svg) no-repeat center/contain;
}
.com-btn-03:hover::after {
  transform: translateX(5px);
}

.com-link-01 {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
}
@media (min-width: 960px) {
  .com-link-01 {
    gap: 30px;
  }
}
.com-link-01::after {
  content: "";
  display: block;
  width: 20px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background: url(../img/common/arrow_04.svg) no-repeat center/contain;
}
.com-link-01:hover {
  opacity: 0.6;
}

.com-link-02 {
  text-decoration: underline;
}

.com-link-03:hover {
  transform: scale(1.1);
}

.com-border-01 {
  border-top: 1px solid #CFC76C;
}

.com-border-bottom-01 {
  border-bottom: 1px solid #CFC76C;
}

.com-bg-01 {
  background: url(../img/common/bg_01.jpg) repeat top left;
  background-size: 50%;
}

.com-bg-02 {
  background: url(../img/common/bg_02_s.jpg) no-repeat top left/100%;
}
@media (min-width: 960px) {
  .com-bg-02 {
    background-image: url(../img/common/bg_02.jpg);
  }
}

.com-bg-03 {
  background: url(../img/common/bg_03_s.jpg) #fff no-repeat bottom left/100%;
}
@media (min-width: 960px) {
  .com-bg-03 {
    background-image: url(../img/common/bg_03.jpg);
  }
}

.com-bg-04 {
  background-color: #11264E;
}

.com-card-01 .thumb {
  width: 100%;
  aspect-ratio: 1/0.54;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}
.com-card-01 .tit {
  font-size: 18px;
  font-size: 1.125rem;
  color: #59442E;
  margin-block: 0 15px;
}
@media (min-width: 960px) {
  .com-card-01 .tit {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.com-card-01 .desc {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6666666667;
}
@media (min-width: 960px) {
  .com-card-01 .desc {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7222222222;
  }
}

.com-card-02 {
  display: flex;
  flex-direction: column;
}
.com-card-02 .tag {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1;
  padding-left: 65px;
  margin-bottom: 1em;
}
@media (min-width: 960px) {
  .com-card-02 .tag {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 0.5em;
  }
}
.com-card-02 .tag::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #CFB86C;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: -50px;
}
@media (min-width: 960px) {
  .com-card-02 .tag::before {
    margin-left: -65px;
    width: 50px;
    margin-right: 15px;
  }
}
.com-card-02 .tag small {
  font-size: 60%;
}
@media (min-width: 960px) {
  .com-card-02 .tag small {
    font-size: 62.5%;
  }
}
.com-card-02 .card {
  flex: 1;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.com-card-02 .thumb {
  width: 100%;
  aspect-ratio: 1/0.42;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-card-02 .body {
  padding: 30px;
}
.com-card-02 .tit {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  position: relative;
}
@media (min-width: 960px) {
  .com-card-02 .tit {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.com-card-02 .tit::before, .com-card-02 .tit::after {
  content: "";
  display: block;
  height: 2px;
}
.com-card-02 .tit::before {
  position: absolute;
  width: 30px;
  background-color: #CFB86C;
  left: 0;
  bottom: 0;
}
@media (min-width: 960px) {
  .com-card-02 .tit::before {
    width: 50px;
  }
}
.com-card-02 .tit::after {
  width: 100%;
  background-color: rgba(201, 201, 201, 0.33);
  margin-top: 0.5em;
}
.com-card-02 .desc {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
}
@media (min-width: 960px) {
  .com-card-02 .desc {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.2222222222;
  }
}
.com-card-02 .notice {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.9230769231;
  margin-top: 2em;
}
@media (min-width: 960px) {
  .com-card-02 .notice {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.com-card-03 {
  --border-radius: 5px;
  border-radius: var(--border-radius);
  background: url(../img/common/card_bg_01.jpg) no-repeat center/cover;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
  position: relative;
}
@media (min-width: 960px) {
  .com-card-03 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.com-card-03::before {
  content: "";
  position: absolute;
  width: 90px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid #CFB86C;
  top: 0;
  right: 0;
  z-index: 2;
  transform: translate(12%, -30%);
}
@media (min-width: 960px) {
  .com-card-03::before {
    width: 123px;
    transform: translate(15%, -50%);
  }
}
.com-card-03 .thumb {
  width: 100%;
  aspect-ratio: 1/0.62;
  overflow: hidden;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.com-card-03 .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-card-03 .tit {
  color: inherit;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  margin-bottom: 0.5em;
}
@media (min-width: 960px) {
  .com-card-03 .tit {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.com-card-03 .tit .eng {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 60%;
  line-height: 1;
  letter-spacing: 0.1em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: 1em;
}
@media (min-width: 960px) {
  .com-card-03 .tit .eng {
    font-size: 75%;
  }
}
.com-card-03 .tit .eng::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 28px;
  height: 1px;
  background-color: #CFB86C;
}
@media (min-width: 960px) {
  .com-card-03 .tit .eng::after {
    width: 40px;
  }
}
.com-card-03 .body {
  padding: 1.25em 1.56em;
}
@media (min-width: 960px) {
  .com-card-03 .body {
    padding: 1.5em 1em;
  }
}
.com-card-03 .address {
  display: block;
}
.com-card-03 .address .tel {
  display: block;
  margin-top: 0.5em;
}
.com-card-03 .btn {
  text-align: right;
  font-family: "Shippori Mincho", serif;
  margin-top: 10px;
}
@media (min-width: 960px) {
  .com-card-03 .btn {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 15px;
  }
}
.com-card-03 .btn::after {
  content: "";
  display: inline-block;
  width: 27px;
  aspect-ratio: 1/0.16;
  height: 1;
  background: url(../img/common/arrow_01.svg) no-repeat center/contain;
  margin-left: 15px;
  vertical-align: middle;
  transition: transform 0.3s ease-in-out;
}
.com-card-03[href] {
  display: block;
}
.com-card-03[href] .thumb img {
  transition: transform 0.3s ease-in-out;
}
.com-card-03[href]:hover {
  color: #fff;
}
.com-card-03[href]:hover .thumb img {
  transform: scale(1.1);
}
.com-card-03[href]:hover .btn::after {
  transform: translateX(5px);
}

.com-card-04 .count {
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #59442E;
  display: flex;
  align-items: center;
  margin-bottom: -0.2em;
}
@media (min-width: 960px) {
  .com-card-04 .count {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
.com-card-04 .count::before {
  content: "0" counter(counter-item);
  font-family: "Shippori Mincho", serif;
  font-style: italic;
  font-weight: 300;
  opacity: 0.76;
}
.com-card-04 .count::after {
  content: "";
  display: inline-block;
  width: 46px;
  aspect-ratio: 1/0.97;
  background: url(../img/common/ico_counter.svg) no-repeat center/contain;
  margin-left: -0.6em;
}
@media (min-width: 960px) {
  .com-card-04 .count::after {
    width: 67px;
  }
}
.com-card-04:nth-child(n+10) .count::before {
  content: counter(counter-item);
}
.com-card-04 .card {
  width: calc(100% - 10px);
  margin-inline: auto 0;
}
@media (min-width: 960px) {
  .com-card-04 .card {
    width: calc(100% - 15px);
  }
}
.com-card-04 .thumb {
  border-radius: 5px;
  width: 100%;
  aspect-ratio: 1/1.3;
  -o-object-fit: cover;
     object-fit: cover;
}
.com-card-04 .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  color: #CFB86C;
  font-family: "Shippori Mincho", serif;
  margin-block: 1em;
}
@media (min-width: 960px) {
  .com-card-04 .tit {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1.6666666667;
    margin-bottom: 1.5em;
  }
}
.com-card-04 .desc {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
}
@media (min-width: 960px) {
  .com-card-04 .desc {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }
}

.com-card-05 {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 30px;
  max-width: 370px;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 960px) {
  .com-card-05 {
    padding: 50px 40px;
  }
}
.com-card-05 .count {
  position: absolute;
  top: -7%;
  left: -15px;
  background-color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Shippori Mincho", serif;
  font-style: italic;
  font-weight: 100;
  line-height: 1.1;
}
@media (min-width: 960px) {
  .com-card-05 .count {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.com-card-05 .count::before {
  content: "0" counter(counter-item);
  color: #59442E;
  background-color: #fff;
  position: absolute;
  top: 20px;
  left: 35px;
  z-index: 1;
  opacity: 0.76;
}
.com-card-05 .count::after {
  content: "";
  position: absolute;
  width: 50px;
  aspect-ratio: 1/1;
  border: 0.5px dashed #CFB86C;
  border-radius: 50%;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .com-card-05 .count::after {
    width: 70px;
  }
}
.com-card-05:nth-child(n+10) .count::before {
  content: counter(counter-item);
}
.com-card-05 .tit {
  font-size: 20px;
  font-size: 1.25rem;
  color: #59442E;
  margin-bottom: 1.1em;
  margin-top: 0;
}
@media (min-width: 960px) {
  .com-card-05 .tit {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
.com-card-05 .desc {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  overflow-y: auto;
}
@media (min-width: 960px) {
  .com-card-05 .desc {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }
}

.com-card-06 {
  position: relative;
  container-type: inline-size;
  transition: transform 0.3s ease-in-out;
}
.com-card-06.circle::before {
  content: "";
  position: absolute;
  width: 70px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #CFB86C;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate(30%, -30%);
}
@media (min-width: 960px) {
  .com-card-06.circle::before {
    width: 23cqw;
    transform: translate(15%, -30%);
  }
}
.com-card-06 .thumb {
  width: 100%;
  aspect-ratio: 1/0.6;
  transition: transform 0.3s ease-in-out;
  -webkit-mask: url(../img/common/mask_card_06.svg);
          mask: url(../img/common/mask_card_06.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.com-card-06 .cont {
  container-type: inline-size;
  position: relative;
  z-index: 1;
  width: 66%;
  box-sizing: border-box;
  border-top-right-radius: 5px;
  margin-top: -10%;
  padding: 0.7em 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 960px) {
  .com-card-06 .cont {
    padding-inline: 0.5em;
  }
}
.com-card-06 .cont::after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../img/common/arrow_04.svg) no-repeat center/contain;
}
.com-card-06 .tit {
  font-size: clamp(20px, 9.64cqw, 27px);
  line-height: 1.5;
  color: #59442E;
  margin-bottom: 0;
}
.com-card-06 .tit .eng {
  display: block;
  font-size: 65%;
  line-height: 1;
  color: #CFB86C;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0.2em;
}
@media (min-width: 960px) {
  .com-card-06 .tit .eng {
    font-size: 67%;
  }
}
.com-card-06:hover {
  transform: translateY(-15px);
}

.com-card-07 {
  padding: 0.8em 0.5em;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  font-family: "Shippori Mincho", serif;
  position: relative;
  text-align: center;
  background-color: #fff;
}
@media (min-width: 640px) {
  .com-card-07 {
    padding: 1.7em 0.5em;
  }
}
.com-card-07 .count {
  position: absolute;
  top: -15px;
  left: -10px;
  font-family: "Shippori Mincho", serif;
  font-weight: 100;
  font-style: italic;
  color: #8792A6;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
@media (min-width: 640px) {
  .com-card-07 .count {
    top: -27px;
    left: -20px;
  }
}
.com-card-07 .count::before {
  content: "step";
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: capitalize;
}
@media (min-width: 640px) {
  .com-card-07 .count::before {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.com-card-07 .count::after {
  content: counter(counter-item);
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.2;
}
@media (min-width: 640px) {
  .com-card-07 .count::after {
    font-size: 43px;
    font-size: 2.6875rem;
  }
}
.com-card-07:not(:last-of-type)::after {
  content: "";
  width: 1px;
  height: 28px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -30%);
  background-color: #A3A3A3;
}
.com-card-07 .text {
  color: #11264E;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media (min-width: 640px) {
  .com-card-07 .text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.com-card-07 + .com-card-07 {
  margin-top: 2em;
}
.com-card-07.result {
  color: #fff;
  background-color: #11264E;
  padding-block: 1em;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 640px) {
  .com-card-07.result {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.com-sec-01 {
  padding-block: 80px;
}
@media (min-width: 960px) {
  .com-sec-01 {
    padding-block: 100px 120px;
  }
}

.com-sec-02 {
  padding-block: 50px;
}
@media (min-width: 960px) {
  .com-sec-02 {
    padding-block: 100px;
  }
}

.com-slider-01 .com-card-01 {
  width: 230px;
}
@media (min-width: 960px) {
  .com-slider-01 .com-card-01 {
    width: 370px;
  }
}
.com-slider-01 .com-card-02 {
  width: 328px;
}
@media (min-width: 960px) {
  .com-slider-01 .com-card-02 {
    width: 580px;
  }
}
.com-slider-01 .com-card-04 {
  width: 241px;
}
@media (min-width: 960px) {
  .com-slider-01 .com-card-04 {
    width: 371px;
  }
}
.com-slider-01 .com-card-05 {
  width: 250px;
}
@media (min-width: 960px) {
  .com-slider-01 .com-card-05 {
    width: 370px;
  }
}
.com-slider-01 .day-service-img-02 {
  width: 256px;
}
@media (min-width: 960px) {
  .com-slider-01 .day-service-img-02 {
    width: 500px;
    margin-right: 23px !important;
  }
}
.com-slider-01 .com-video-01 {
  width: 196px;
}
@media (min-width: 960px) {
  .com-slider-01 .com-video-01 {
    width: 449px;
  }
}
.com-slider-01 .swiper-slide {
  height: auto;
}
.com-slider-01 .progressbar {
  --swiper-theme-color: #11264E;
  position: relative;
  top: unset;
  left: unset;
  margin-top: 40px;
}
.com-slider-01 .progressbar .swiper-pagination-progressbar {
  background-color: #F2F2F2;
}
.com-slider-01 .head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}
.com-slider-01 .head > :not(.navigation) {
  flex: 1;
  margin: 0;
}
.com-slider-01 .navigation {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
}
@media (min-width: 960px) {
  .com-slider-01 .navigation {
    gap: 70px;
  }
}
.com-slider-01 .button-prev, .com-slider-01 .button-next {
  display: block;
  cursor: pointer;
  width: 11px;
  aspect-ratio: 1/1.3;
  background: url(../img/common/arrow_03.svg) no-repeat center/contain;
}
@media (min-width: 960px) {
  .com-slider-01 .button-prev, .com-slider-01 .button-next {
    width: 15px;
  }
}
.com-slider-01 .button-prev {
  transform: scaleX(-1);
}

.com-lh-2 {
  line-height: 2;
}

.com-counter-reset-01 {
  counter-reset: counter-item;
}
.com-counter-reset-01 .counter-item {
  counter-increment: counter-item;
}

.com-banner-01 {
  display: block;
  overflow: hidden;
}
.com-banner-01 .thumb {
  width: 100%;
  aspect-ratio: 1/0.5;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask: url(../img/common/banner_mask_01.svg);
          mask: url(../img/common/banner_mask_01.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.com-banner-01 .cont {
  container: banner-container;
  container-type: inline-size;
  margin-top: -18%;
  width: 66%;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  border-top-right-radius: 10px;
  padding: 6px 20px;
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 960px) {
  .com-banner-01 .cont {
    padding-block: 9px;
    gap: 13%;
  }
}
.com-banner-01 .cont::after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../img/common/arrow_04.svg) no-repeat center/contain;
}
.com-banner-01 .tit {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Shippori Mincho", serif;
  color: #59442E;
}
@media (min-width: 960px) {
  .com-banner-01 .tit {
    font-size: 27px;
    font-size: 1.6875rem;
    font-size: clamp(16px, 8.6cqw, 27px);
  }
}
.com-banner-01 .tit .eng {
  display: block;
  font-size: 65%;
  line-height: 1;
  color: #CFB86C;
  text-transform: capitalize;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 960px) {
  .com-banner-01 .tit .eng {
    font-size: 67%;
  }
}
.com-banner-01:hover {
  transform: translateY(-15px);
}

.com-video-01 {
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .com-video-01 {
    border-radius: 10px;
  }
}
.com-video-01 iframe {
  width: 100%;
  aspect-ratio: 1/0.56;
  -o-object-fit: cover;
     object-fit: cover;
}

.com-overflow {
  width: 100%;
  overflow-x: auto;
}
.com-overflow::-webkit-scrollbar {
  height: 3px; /* Chiều cao của thanh scrollbar ngang */
}
.com-overflow::-webkit-scrollbar-track {
  background: #F2F2F2; /* Màu nền của track */
}
.com-overflow::-webkit-scrollbar-thumb {
  background-color: #11264E; /* Màu của thumb (nút kéo) */
}

.com-img-01 {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.com-img-01 img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  transition: 0.3s all ease-in-out;
}
.com-img-01[href]:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}

.com-cta-01 {
  text-align: center;
  padding-block: 80px;
  margin-top: 150px;
}
@media (min-width: 960px) {
  .com-cta-01 {
    padding-block: 120px;
    margin-top: 175px;
  }
}
.com-cta-01 .deco {
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho", serif;
  font-size: 10px;
  font-size: 0.625rem;
  color: #3b393a;
  font-weight: 300;
  letter-spacing: 0.2em;
}
@media (min-width: 960px) {
  .com-cta-01 .deco {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.com-cta-01 .tit {
  font-size: 24px;
  font-size: 1.5rem;
  color: inherit;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 1.5em;
}
@media (min-width: 960px) {
  .com-cta-01 .tit {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.com-cta-01 .text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
@media (min-width: 960px) {
  .com-cta-01 .text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.2222222222;
  }
}

.com-mt-cta-01 {
  margin-top: 150px;
}
@media (min-width: 960px) {
  .com-mt-cta-01 {
    margin-top: 175px;
  }
}
.com-mt-cta-01 .com-cta-01 {
  margin: 0;
}

.com-map-01 {
  min-height: 332px;
}
.com-map-01 iframe {
  width: 100%;
  height: 100%;
}

.com-tag-01 {
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
  background-color: #fff;
  padding: 1em 0.5em;
}
@media (min-width: 960px) {
  .com-tag-01 {
    font-size: 17px;
    font-size: 1.0625rem;
    padding-block: 1.2em;
  }
}

.com-font-zen {
  font-family: "Shippori Mincho", serif !important;
}

.com-hr-01 {
  border-top: 1px solid #707070;
  margin-block: 50px;
}

.com-breadcrumb-01 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  color: #686868;
}
.com-breadcrumb-01 .aioseo-breadcrumbs {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.com-breadcrumb-01 .aioseo-breadcrumbs > :last-child {
  color: #CFB86C;
}
.com-breadcrumb-01 .aioseo-breadcrumbs a:hover {
  opacity: 0.6;
}

/* dl table
--------------------------------- */
.form-table-01 {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
@media (min-width: 960px) {
  .form-table-01 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}
.form-table-01 > :not(:first-child) {
  margin-top: 50px;
}
@media (min-width: 960px) {
  .form-table-01 > :not(:first-child) {
    margin-top: 70px;
  }
}
.form-table-01 .row > :not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .form-table-01 .row.row-flex {
    display: flex;
    align-items: baseline;
    gap: 20px;
  }
  .form-table-01 .row.row-flex > .form-tit {
    width: max(15%, 200px);
  }
  .form-table-01 .row.row-flex > .form-detail {
    flex: 1;
  }
}
.form-table-01 .form-tit {
  font-weight: inherit;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em 4em;
  margin-bottom: 1em;
}
.form-table-01 .form-tit .sub {
  font-size: 83%;
}
.form-table-01 .form-detail {
  margin-top: 1em;
}
.form-table-01 .form-detail .desc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 1em;
}
.form-table-01 .form-detail .desc small {
  font-size: 77%;
}
.form-table-01 .form-detail .desc + * {
  margin-top: 20px;
}
.form-table-01 .required:before {
  content: "必須";
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  background: #CFB86C;
  color: #fff;
  padding: 0.1em 0.8em;
  margin-right: 1em;
}
.form-table-01 .wpcf7-list-item {
  display: inline-block;
}

@media (min-width: 960px) {
  .form-table-02 {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: max-content 1fr;
  }
}
@media (max-width: 959px) {
  .form-table-02 dd + dt {
    margin-top: 1em;
  }
}
.form-table-02 dt {
  align-self: center;
}

.form-icon-required {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  background: #CFB86C;
  color: #fff;
  padding: 0.1em 0.8em;
  margin-right: 1em;
}

.form-submit-btn {
  margin-top: 40px;
  max-width: 500px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.form-submit-btn.com-btn-01 {
  min-width: 317px;
  position: relative;
}
.form-submit-btn.com-btn-01::after {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.form-tab .wpcf7-radio {
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
}
@media (min-width: 640px) {
  .form-tab .wpcf7-radio {
    font-size: 20px;
    font-size: 1.25rem;
    gap: 10px 20px;
  }
}
@media (min-width: 960px) {
  .form-tab .wpcf7-radio {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.form-tab .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.form-tab .wpcf7-list-item:has(input[type=checkbox], input[type=radio]) {
  display: block;
  min-width: 26%;
}
.form-tab .wpcf7-list-item:has(input[type=checkbox], input[type=radio]) .wpcf7-list-item-label {
  color: #fff;
  background-color: #11264E;
  display: block;
  padding: 0.5em;
  border-radius: 10px 10px 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  opacity: 0.3;
}
@media (min-width: 640px) {
  .form-tab .wpcf7-list-item:has(input[type=checkbox], input[type=radio]) .wpcf7-list-item-label {
    padding-inline: 1em;
  }
}
.form-tab .wpcf7-list-item:has(input[type=checkbox], input[type=radio]) input:checked ~ .wpcf7-list-item-label {
  opacity: 1;
}
.form-tab .wpcf7-list-item :is(input[type=checkbox], input[type=radio]) {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.form-dl-01 > :first-child {
  margin-top: 0;
}
.form-dl-01 dt {
  margin-block: 1em 0;
}
.form-dl-01 dd {
  margin-block: 0.5em 0;
}

.form-checkbox-wrapper-01 {
  max-width: 745px;
}

.form-date-01 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 640px) {
  .form-date-01 {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 960px) {
  .form-date-01 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.form-date-01 > :first-child {
  flex-shrink: 0;
}
.form-date-01 input {
  flex: 1;
}
@media (min-width: 640px) {
  .form-date-01 input {
    max-width: 150px;
  }
}
.form-date-01 .panel {
  display: flex;
  align-items: center;
  gap: 10px;
}

:is(.wpcf7-radio, .wpcf7-checkbox, .wpcf7-acceptance) {
  display: inline-block;
  margin-left: -1.5em;
  margin-top: -0.3em;
}
:is(.wpcf7-radio, .wpcf7-checkbox, .wpcf7-acceptance) .wpcf7-list-item {
  margin-left: 1.5em;
  margin-top: 0.3em;
}

input[type=radio] {
  position: relative;
  vertical-align: middle;
  -webkit-appearance: none;
  border: 0;
  background: #fff;
  background-position: 50% 50%;
  border: 1px solid #909090;
  width: 18px;
  aspect-ratio: 1/1;
  display: inline-block;
  border-radius: 50%;
  outline: none;
  margin: 0 5px 0 0;
}
input[type=radio]:checked {
  border-color: #59442E;
}
input[type=radio]:checked:after {
  content: "";
  width: 9px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #59442E;
  border-radius: 50%;
}
input[type=radio] label {
  display: inline-block;
}

input[type=checkbox] {
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  border: 0;
  background: #fff;
  vertical-align: middle;
  -webkit-appearance: none;
  display: inline-block;
  outline: none;
}
input[type=checkbox]:checked {
  position: relative;
}
input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  border: 5px solid #11264E;
  box-sizing: border-box;
  border-top: none;
  border-left: 0;
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
  left: 8px;
}
input[type=checkbox] label {
  display: inline-block;
}

textarea {
  resize: vertical;
  min-height: 150px;
}
@media (min-width: 960px) {
  textarea {
    min-height: 250px;
  }
}

.wpcf7-not-valid-tip {
  margin-top: 1em;
}

.home-kv-01 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  text-align: center;
  color: #fff;
  min-height: 85svh;
  box-sizing: border-box;
  padding-block: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
@media (min-width: 960px) {
  .home-kv-01 {
    font-size: 20px;
    font-size: 1.25rem;
    min-height: 100svh;
    padding-bottom: 200px;
  }
}
.home-kv-01 .bg-video {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home-kv-01 .bg-video > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-kv-01 .bg-video::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(57, 68, 82, 0.43);
}
.home-kv-01 .tit {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-family: "Shippori Mincho", serif;
  margin-left: -15px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
  margin-bottom: 1em;
  color: inherit;
}
@media (min-width: 640px) {
  .home-kv-01 .tit {
    justify-content: center;
    text-align: center;
    margin-left: 0;
  }
}
@media (min-width: 960px) {
  .home-kv-01 .tit {
    font-size: 73px;
    font-size: 4.5625rem;
    gap: 20px;
    margin-bottom: 0.5em;
  }
}
.home-kv-01 .tit::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background-color: #CFC76C;
  flex-shrink: 0;
}
@media (min-width: 960px) {
  .home-kv-01 .tit::before {
    width: 69px;
  }
}

.scrolldown {
  position: absolute;
  display: block;
  width: 1px;
  height: 90px;
  background-color: #C9C9C9;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  overflow: hidden;
}
.scrolldown::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #AD964C;
  transform: translateY(100%);
  animation: home-kv 3s infinite ease;
}
.scrolldown.day-service {
  top: -15%;
}
@media (max-width: 960px) {
  .scrolldown.day-service {
    height: 50px;
    top: -10%;
  }
}

@keyframes home-kv {
  0% {
    transform: translateY(-100%);
  }
  80% {
    transform: translateY(100%);
  }
}
.home-sec-01 {
  padding-top: 60px;
}
@media (min-width: 960px) {
  .home-sec-01 {
    padding-top: 120px;
  }
}

.home-sec-02 {
  padding-block: 100px;
}

.home-sec-03 {
  padding-block: 80px;
}
@media (min-width: 960px) {
  .home-sec-03 {
    padding-block: 125px 65px;
  }
}

.home-sec-04 {
  padding-block: 80px;
}
@media (min-width: 960px) {
  .home-sec-04 {
    padding-block: 212px 165px;
  }
}

.home-sec-05 {
  padding-top: 80px;
}
@media (min-width: 960px) {
  .home-sec-05 {
    padding-top: 40px;
  }
}

.home-sec-06 {
  padding-block: 80px;
}
@media (min-width: 960px) {
  .home-sec-06 {
    padding-block: 210px 165px;
  }
}

.home-img-01 img {
  position: relative;
  display: block;
  width: 82%;
  margin-inline: auto 0;
  z-index: 1;
  border-radius: 5px;
}
.home-img-01::after {
  content: "";
  display: none;
  width: clamp(211px, 17.39583333vw, 334px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #CFB86C;
  margin-top: -30%;
}
@media (min-width: 1200px) {
  .home-img-01::after {
    display: block;
  }
}

.home-img-02 img {
  position: relative;
  display: block;
  width: 87%;
  margin-inline: auto 0;
  z-index: 1;
  border-radius: 5px;
}
@media (min-width: 1200px) {
  .home-img-02 img {
    width: 95%;
  }
}
.home-img-02::after {
  content: "";
  display: none;
  width: 205px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #CFB86C;
  margin-top: -17%;
  transform: translateX(-15%);
}
@media (min-width: 1200px) {
  .home-img-02::after {
    display: block;
  }
}

.home-img-03 img {
  position: relative;
  display: block;
  width: 85%;
  margin-inline: auto 0;
  z-index: 1;
}
.home-img-03::after {
  content: "";
  display: none;
  width: 205px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #CFB86C;
  margin-top: -16%;
}
@media (min-width: 1200px) {
  .home-img-03::after {
    display: block;
  }
}

.home-animation-text-01 {
  display: flex;
  white-space: nowrap;
  width: 88.8%;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 62px;
  font-size: 3.875rem;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
  color: #271C0F;
  opacity: 0.16;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 960px) {
  .home-animation-text-01 {
    font-size: 136px;
    font-size: 8.5rem;
  }
}
.home-animation-text-01 .text {
  animation: home-animation-01 30s linear infinite;
  padding-right: 1em;
}

@keyframes home-animation-01 {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.home-text-01 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
}
@media (min-width: 960px) {
  .home-text-01 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .home-tit-03 {
    position: absolute;
    left: 0;
  }
}

.home-bg-01 {
  position: relative;
  z-index: 2;
}
.home-bg-01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: linear-gradient(to bottom, transparent, #fff, #fff, #fff);
  z-index: -1;
}

@media (min-width: 960px) {
  .home-container-01 {
    max-width: 800px;
  }
}
@media (min-width: 960px) {
  .home-container-01.left {
    margin-right: 0;
    padding-right: 0;
  }
}
@media (min-width: 960px) {
  .home-container-01.right {
    margin-left: 0;
    padding-left: 0;
  }
}

.home-container-02 {
  max-width: 1440px;
}

.home-panel-01 {
  background-color: #fff;
  padding: 2em;
}
.home-panel-01 .thumb {
  border-radius: 5px;
  width: 100%;
  aspect-ratio: 1/0.52;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-panel-01 .tit {
  color: #11264E;
  font-size: 25px;
  font-size: 1.5625rem;
}

.home-panel-02 {
  box-sizing: border-box;
  background-color: #fff;
  border-top-right-radius: 5px;
  border: 1px solid #D6C27E;
  border-left: 0;
  padding: 50px 15px;
  padding-left: 0;
  position: relative;
}
@media (min-width: 960px) {
  .home-panel-02 {
    border-top-right-radius: 20px;
    padding-right: 98px;
  }
}
.home-panel-02::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  width: 50svw;
  background-color: #fff;
  border-block: 1px solid #D6C27E;
  left: -50svw;
}
@media (min-width: 960px) {
  .home-panel-02 .panel-wrapper {
    max-width: 1450px;
    margin-inline: auto;
  }
}
.home-panel-02 .content-box {
  padding-left: 25px;
}
@media (min-width: 960px) {
  .home-panel-02 .content-box {
    padding-left: 35px;
  }
}

.home-panel-03 {
  --border-radius: 5px;
}
@media (min-width: 960px) {
  .home-panel-03 {
    --border-radius: 10px;
  }
}
.home-panel-03 .label {
  text-align: right;
  margin-bottom: -0.6em;
  position: relative;
  z-index: 1;
}
@media (min-width: 960px) {
  .home-panel-03 .label {
    margin-bottom: -0.3em;
  }
}
.home-panel-03 .label.interview img {
  width: 237px;
}
@media (min-width: 960px) {
  .home-panel-03 .label.interview img {
    width: 473px;
  }
}
.home-panel-03 .label.recruitment img {
  width: 308px;
}
@media (min-width: 960px) {
  .home-panel-03 .label.recruitment img {
    width: 614px;
  }
}
.home-panel-03 .panel {
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  overflow: visible;
  background-color: #fff;
  position: relative;
}
@media (min-width: 960px) {
  .home-panel-03 .panel {
    display: grid;
    grid-template-columns: 1fr min(57%, 983px);
  }
}
.home-panel-03 .panel.expand {
  margin-left: -30px;
}
.home-panel-03 .panel::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50vw;
  width: 50vw;
  background-color: #fff;
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.16) inset, 0 -6px 6px -6px rgba(0, 0, 0, 0.16) inset;
}
.home-panel-03 .panel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.16) inset, 0 -6px 6px -6px rgba(0, 0, 0, 0.16) inset;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  pointer-events: none;
}
@media (min-width: 960px) {
  .home-panel-03 .wrapper {
    align-self: center;
  }
}
.home-panel-03 .cont {
  padding: 40px 20px 20px;
}
@media (min-width: 640px) {
  .home-panel-03 .cont {
    padding-inline: 30px;
  }
}
@media (min-width: 960px) {
  .home-panel-03 .cont {
    max-width: 722px;
  }
}
.home-panel-03 .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 959px) {
  .home-panel-03 .image {
    position: relative;
    margin-left: calc(-50vw + 50%);
    width: auto;
  }
}
@media (min-width: 960px) {
  .home-panel-03 .image {
    order: 999;
  }
}
.home-panel-03 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-panel-04 {
  --border-radius: 5px;
  position: relative;
}
@media (min-width: 960px) {
  .home-panel-04 {
    --border-radius: 10px;
  }
}
.home-panel-04 .label {
  text-align: right;
  margin-bottom: -0.6em;
  margin-right: 15px;
  position: relative;
  z-index: 3;
}
@media (min-width: 960px) {
  .home-panel-04 .label {
    margin-bottom: -1.2em;
  }
}
@media (min-width: 1200px) {
  .home-panel-04 .label {
    margin-right: 0;
  }
}
.home-panel-04 .label.instagram img {
  width: 249px;
}
@media (min-width: 960px) {
  .home-panel-04 .label.instagram img {
    width: 493px;
  }
}
.home-panel-04 .card {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  margin-inline: auto 0;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}
.home-panel-04 .card::before {
  content: "";
  position: absolute;
  display: block;
  width: 100svw;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #CFB86C;
  border-right: unset;
  border-radius: inherit;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  z-index: -1;
}
.home-panel-04 .cont {
  padding: 25px;
  padding-right: 0;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .home-panel-04 .cont {
    padding: 50px 0 50px 140px;
  }
}
.home-panel-04 .cont #sb_instagram {
  padding-bottom: 0 !important;
}

@media (min-width: 1200px) {
  .home-panel-05 {
    padding-bottom: min(12%, 60px);
  }
}
.home-panel-05 .panel-btn {
  margin-inline: 0 auto;
}
@media (min-width: 1200px) and (max-width: 1449px) {
  .home-panel-05 .panel-btn {
    padding-inline: 1em;
    gap: 20px;
  }
}

.home-mt-01 {
  margin-top: 70px;
}
@media (min-width: 960px) {
  .home-mt-01 {
    margin-top: 238px;
  }
}

.home-mt-02 {
  margin-top: 60px;
}
@media (min-width: 960px) {
  .home-mt-02 {
    margin-top: 170px;
  }
}

@media (min-width: 1200px) {
  .home-mb-01 {
    margin-bottom: -1em;
  }
}
@media (min-width: 1400px) {
  .home-mb-01 {
    margin-bottom: -2.5em;
  }
}

.home-slider-01 .com-card-04 {
  width: 241px;
}
@media (min-width: 960px) {
  .home-slider-01 .com-card-04 {
    width: 371px;
  }
}
.home-slider-01 .swiper-slide {
  height: auto;
}
.home-slider-01 .swiper-button-lock {
  display: none !important;
}
.home-slider-01 .progressbar {
  --swiper-theme-color: #11264E;
  position: relative;
  top: unset;
  left: unset;
  margin-top: 40px;
}
.home-slider-01 .progressbar .swiper-pagination-progressbar {
  background-color: #F2F2F2;
}
.home-slider-01 .head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}
.home-slider-01 .head > :not(.navigation) {
  flex: 1;
  margin: 0;
}
.home-slider-01 .navigation {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
}
@media (min-width: 960px) {
  .home-slider-01 .navigation {
    gap: 70px;
  }
}
.home-slider-01 .button-prev, .home-slider-01 .button-next {
  display: block;
  cursor: pointer;
  width: 11px;
  aspect-ratio: 1/1.3;
  background: url(../img/common/arrow_03.svg) no-repeat center/contain;
}
@media (min-width: 960px) {
  .home-slider-01 .button-prev, .home-slider-01 .button-next {
    width: 15px;
  }
}
.home-slider-01 .button-prev {
  transform: scaleX(-1);
}

.home-fixed-01 .tit {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
@media (max-width: 959px) {
  .home-fixed-01 .tit {
    display: none;
  }
}
.home-fixed-01 .tit > * {
  transition: 0.3s all ease-in-out;
}
.home-fixed-01 .tit .eng {
  color: #686868;
  font-size: 9px;
  font-size: 0.5625rem;
  text-transform: capitalize;
}
.home-fixed-01 .tit .jp {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.03em;
  font-family: "Shippori Mincho", serif;
}
.home-fixed-01 .link {
  display: flex;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 960px) {
  .home-fixed-01 .link {
    padding-bottom: 0.3em;
    border-bottom: 1px solid #CFC76C;
  }
}
.home-fixed-01 .link::after {
  content: "・";
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #CFC76C;
  border: 1px solid transparent;
  transition: 0.3s all ease-in-out;
}
@media (min-width: 960px) {
  .home-fixed-01 .link::after {
    width: 39px;
  }
}
.home-fixed-01 .link.uk-active::after {
  border-color: currentColor;
}
.home-fixed-01 .link:hover .tit .eng, .home-fixed-01 .link:hover .tit .jp {
  color: #CFC76C;
}
.home-fixed-01 .link:hover::after {
  border-color: currentColor;
}
.home-fixed-01 li + li {
  margin-top: 1em;
}

.page-top-tit {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Shippori Mincho", serif;
  color: #CFC76C;
  margin-top: 1em;
}

/* #home_05 にて使用
====================================== */
.home-grid-01 {
  display: grid;
  -moz-column-gap: clamp(40px, 7.29166667vw, 140px);
       column-gap: clamp(40px, 7.29166667vw, 140px);
  row-gap: 20px;
}
@media (min-width: 640px) {
  .home-grid-01 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-grid-01 .subgrid {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.home-grid-01 .subgrid + .subgrid {
  margin-top: 80px;
}
@media (min-width: 640px) {
  .home-grid-01 .subgrid + .subgrid {
    margin-top: 0;
  }
}

/* ===============================================
 * デイサービスページ
 * =============================================== */
.day-service-container-01 {
  margin-inline: 0 auto;
}
@media (min-width: 1585px) {
  .day-service-container-01 {
    max-width: calc(1585px + (100% - min(100%, 1800px)) / 2) !important;
  }
}

.day-service-img-01 {
  margin-left: -15px;
}
@media (min-width: 960px) {
  .day-service-img-01 {
    margin-left: -35px;
  }
}
.day-service-img-01.com-slider-01 .swiper-slide {
  width: 250px;
  margin-right: 0 !important;
}
@media (min-width: 640px) {
  .day-service-img-01.com-slider-01 .swiper-slide {
    width: 350px;
  }
}
@media (min-width: 960px) {
  .day-service-img-01.com-slider-01 .swiper-slide {
    width: 450px;
  }
}
.day-service-img-01 figure {
  position: relative;
}
.day-service-img-01 img {
  width: 100%;
  aspect-ratio: 1/0.625;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.day-service-img-01 figcaption {
  position: absolute;
  bottom: 10px;
  left: 14px;
  font-size: 10px;
  font-size: 0.625rem;
  color: #fff;
}
@media (min-width: 640px) {
  .day-service-img-01 figcaption {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.slider-enquete-wrapper {
  padding-top: 30px;
  padding-left: 20px;
  margin-top: 30px;
}

.day-service-card-01 {
  text-align: center;
  padding-block: clamp(33px, 3.33333333cqw, 50px);
  padding-inline: clamp(35px, 3.66666667cqw, 55px);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  background-color: #fff;
}
.day-service-card-01 .tit {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Shippori Mincho", serif;
  color: #59442E;
  margin-bottom: 1em;
  position: relative;
}
@media (min-width: 960px) {
  .day-service-card-01 .tit {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.day-service-card-01 .tit::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #CFB86C;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.day-service-card-01 .sub {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  color: #59442E;
  margin-top: 0.4em;
  padding-bottom: 0.9em;
}
@media (min-width: 960px) {
  .day-service-card-01 .sub {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.day-service-card-01 .text {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.0666666667;
  text-align: left;
}
@media (min-width: 960px) {
  .day-service-card-01 .text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.25;
  }
}

.day-service-card-02 > img {
  display: block;
  width: 100%;
  aspect-ratio: 1/0.87;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 640px) {
  .day-service-card-02 > img {
    aspect-ratio: 1/0.43;
  }
}
.day-service-card-02 .content-box {
  container-name: content-box;
  position: relative;
  z-index: 10;
  width: 85%;
  background-color: #fff;
  padding: 30px 15px;
  box-sizing: border-box;
  border-top-left-radius: 12px;
  margin-left: auto;
  margin-top: -20%;
}
@media (min-width: 1200px) {
  .day-service-card-02 .content-box {
    padding: 70px 50px;
    width: 42%;
    margin-top: -10%;
  }
}
.day-service-card-02 .content-box .tit {
  font-size: clamp(23px, 6.4cqw, 40px);
  color: #59442E;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  position: relative;
  padding-bottom: 0.8em;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 16px;
}
.day-service-card-02 .content-box .tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #CFB86C;
}
.day-service-card-02 .content-box .tit .eng {
  font-size: 40%;
  letter-spacing: 0;
  color: #CFB86C;
  opacity: 0.51;
  font-family: "Noto Sans JP", sans-serif;
}
.day-service-card-02 .content-box .text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  color: #333333;
}
@media (min-width: 960px) {
  .day-service-card-02 .content-box .text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
  }
}

.day-service-panel-01 {
  position: relative;
}
.day-service-panel-01 figure {
  margin-bottom: 1em;
  position: relative;
}
@media (min-width: 960px) {
  .day-service-panel-01 figure {
    margin-bottom: 1.3em;
  }
}
.day-service-panel-01 .tit {
  font-size: 18px;
  font-size: 1.125rem;
  color: #59442E;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  left: -1px;
  bottom: -1px;
  background: #fff;
  padding: 0.4em;
  padding: 0.4em 1em 0.4em 0;
  border-top-right-radius: 10px;
}
@media (min-width: 640px) {
  .day-service-panel-01 .tit {
    font-size: 32px;
    font-size: 2rem;
    min-width: 280px;
    box-sizing: border-box;
  }
}
.day-service-panel-01 .text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  color: #333333;
}

.day-service-panel-02 {
  --radius: 10px;
  border-radius: 0 var(--radius) var(--radius) 0;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding-bottom: 60px;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.0666666667;
}
@media (min-width: 960px) {
  .day-service-panel-02 {
    --radius: 20px;
    padding-bottom: 100px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.2222222222;
  }
}
.day-service-panel-02 .panel-tit {
  color: #fff;
  background-color: #11264E;
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 1.5em;
}
@media (min-width: 700px) {
  .day-service-panel-02 .panel-tit {
    font-size: 50px;
    font-size: 3.125rem;
    margin-bottom: 1.3em;
  }
}
.day-service-panel-02 .panel-tit .tit-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-block: 0.8em;
}
@media (min-width: 700px) {
  .day-service-panel-02 .panel-tit .tit-wrapper {
    gap: 38px;
  }
}
@media (min-width: 960px) {
  .day-service-panel-02 .panel-tit .tit-wrapper {
    padding-block: 1.1em;
  }
}
.day-service-panel-02 .panel-tit .tit-wrapper::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../img/day-service/ico_01.svg) no-repeat center/contain;
}
@media (min-width: 700px) {
  .day-service-panel-02 .panel-tit .tit-wrapper::before {
    width: 147px;
    height: 147px;
  }
}
.day-service-panel-02 .panel-tit.kokoro .tit-wrapper::before {
  background-image: url(../img/day-service/ico_02.svg);
}
.day-service-panel-02 .panel-tit.atama .tit-wrapper::before {
  background-image: url(../img/day-service/ico_03.svg);
}
.day-service-panel-02 .panel-wrapper {
  display: block;
  max-width: 1480px;
  margin-inline: auto 0;
  padding-inline: 20px;
}
@media (min-width: 640px) {
  .day-service-panel-02 .panel-wrapper {
    padding-inline: 30px;
  }
}
@media (min-width: 960px) {
  .day-service-panel-02 .panel-wrapper {
    padding-inline: 40px;
  }
}
@media (min-width: 1200px) {
  .day-service-panel-02 .panel-wrapper {
    padding-inline: 100px;
  }
}
@media (min-width: 1200px) {
  .day-service-panel-02 .panel-body {
    padding-right: 30px;
  }
}
.day-service-panel-02 .panel-foot {
  padding-left: 0;
  max-width: unset;
}

@media (min-width: 960px) {
  .day-service-tit-01 {
    margin-bottom: 0;
  }
}

/* ===============================================
 * 施設案内ページ
 * =============================================== */
.slide-facilities-01 {
  --main-image: 0px;
  position: relative;
}
.slide-facilities-01 .main-slide {
  margin-left: calc(-50vw + 50%);
}
@media (min-width: 1200px) {
  .slide-facilities-01 .main-slide img {
    aspect-ratio: 1/0.44;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.slide-facilities-01 .nav-slide-wrapper {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .slide-facilities-01 .nav-slide-wrapper {
    position: absolute;
    z-index: 2;
    width: 28%;
    min-width: 400px;
    margin-top: 0;
    top: calc(var(--main-image) + 50px);
    left: 4%;
    padding-inline: 25px;
  }
}
.slide-facilities-01 .nav-slide-wrapper img {
  width: 100%;
  aspect-ratio: 1/0.64;
  -o-object-fit: cover;
     object-fit: cover;
}
.slide-facilities-01 .slide-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}
@media (min-width: 960px) {
  .slide-facilities-01 .slide-pagination {
    gap: 70px;
  }
}
.slide-facilities-01 .slide-pagination + * {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .slide-facilities-01 .slide-pagination + * {
    margin-top: 0;
  }
}
.slide-facilities-01 .button-prev, .slide-facilities-01 .button-next {
  position: relative;
  display: block;
  cursor: pointer;
  width: 11px;
  aspect-ratio: 1/1.3;
  cursor: pointer;
}
@media (min-width: 960px) {
  .slide-facilities-01 .button-prev, .slide-facilities-01 .button-next {
    width: 15px;
  }
}
@media (min-width: 1200px) {
  .slide-facilities-01 .button-prev, .slide-facilities-01 .button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.slide-facilities-01 .button-prev::before, .slide-facilities-01 .button-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/arrow_03.svg) no-repeat center/contain;
}
.slide-facilities-01 .button-next {
  right: 0;
}
.slide-facilities-01 .button-prev {
  left: 0;
}
.slide-facilities-01 .button-prev::before {
  transform: scaleX(-1);
}

/* ===============================================
 * らっく小柿ページ
 * =============================================== */
/* ===============================================
 * 居宅介護支援ページ
 * =============================================== */
.care-service-number {
  font-size: 50px;
  font-size: 3.125rem;
  color: #E5F2FF;
  font-family: "Shippori Mincho", serif;
  font-style: italic;
  line-height: 1;
}
@media (min-width: 960px) {
  .care-service-number {
    font-size: 70px;
    font-size: 4.375rem;
  }
}

.care-service-title {
  font-size: 20px;
  font-size: 1.25rem;
  color: #59442E;
  margin: 0;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .care-service-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.care-service-title .care-service-note {
  font-size: 12px;
  font-size: 0.75rem;
  color: #999;
  font-weight: normal;
}
@media (min-width: 960px) {
  .care-service-title .care-service-note {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.care-service-list {
  padding-left: 20px;
}
.care-service-list li {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  color: #333333;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}
@media (min-width: 960px) {
  .care-service-list li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
    margin-bottom: 16px;
  }
}
.care-service-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #CFB86C;
  font-size: 10px;
  font-size: 0.625rem;
}

/* list
--------------------------------- */
.info-list-01 li {
  border-bottom: 1px solid #CFB86C;
}

.info-list-02 {
  border-top: 1px solid #CFB86C;
}
.info-list-02 li {
  border-bottom: 1px solid #CFB86C;
}

/* btn
--------------------------------- */
.info-btn-01 {
  display: block;
  padding-block: 30px 15px;
}
.info-btn-01 .tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 15px;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 960px) {
  .info-btn-01 .tit {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 25px;
  }
}
.info-btn-01 .tit::after {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 1/0.18;
  background: url(../img/common/arrow_01.svg) no-repeat center/contain;
  margin-bottom: 0.5em;
}
@media (min-width: 960px) {
  .info-btn-01 .tit::after {
    width: 33px;
  }
}
.info-btn-01 .data {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  display: inline-block;
  margin-left: 10px;
  color: #A5A5A5;
}
@media (min-width: 960px) {
  .info-btn-01 .data {
    font-size: 20px;
    font-size: 1.25rem;
    margin-left: 20px;
  }
}
.info-btn-01:hover {
  background-color: rgba(207, 184, 108, 0.3);
}

.info-btn-02 {
  padding-block: 1em;
  display: flex;
  flex-direction: column;
  gap: 10px 20px;
}
@media (min-width: 960px) {
  .info-btn-02 {
    flex-direction: row;
    padding-block: 2em;
  }
}
.info-btn-02 .head {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.info-btn-02 .date {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
}
.info-btn-02 .tit {
  flex: 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  padding-right: 2em;
  position: relative;
}
@media (min-width: 960px) {
  .info-btn-02 .tit {
    font-size: 20px;
    font-size: 1.25rem;
    border-left: 1px solid #707070;
    padding-left: 1em;
  }
}
.info-btn-02 .tit::after {
  content: "";
  position: absolute;
  display: block;
  width: 32px;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../img/common/arrow_01.svg) no-repeat center/contain;
}
@media (min-width: 960px) {
  .info-btn-02 .tit::after {
    transform: translateX(50%);
  }
}
.info-btn-02:hover {
  background-color: rgba(207, 184, 108, 0.3);
}

/* icon
--------------------------------- */
.cat-ico-01 {
  display: inline-block;
  min-width: 80px;
  padding: 0.5em;
  box-sizing: border-box;
  background: #CFC76C;
  text-align: center;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
@media (min-width: 960px) {
  .cat-ico-01 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    border-radius: 5px;
    min-width: 140px;
  }
}

/* pagination ページナビ
--------------------------------- */
.com-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -8px;
  margin-top: -8px;
}
.com-pagination ul .page-numbers {
  display: block;
  margin-left: 8px;
  margin-top: 8px;
  box-sizing: border-box;
  font-size: 17px;
  font-size: 1.0625rem;
}
.com-pagination ul .page-numbers:not(.prev):not(.next) {
  display: grid;
  border: 1px solid #C0C0C0;
  color: #808080;
  font-weight: 500;
  width: 64px;
  height: 64px;
  place-items: center;
}
.com-pagination ul .page-numbers.prev, .com-pagination ul .page-numbers.next {
  padding: 1em;
}
.com-pagination ul .page-numbers.prev::before, .com-pagination ul .page-numbers.next::before {
  content: "";
  display: block;
  width: 11px;
  aspect-ratio: 1/1;
  background: url(../img/common/arrow_05.svg) no-repeat center/contain;
}
.com-pagination ul .page-numbers.prev:hover, .com-pagination ul .page-numbers.next:hover {
  color: #11264E;
}
.com-pagination ul .page-numbers.prev::before {
  transform: scaleX(-1);
}
.com-pagination ul .page-numbers.current {
  border-width: 2px !important;
  border-color: #CFB86C !important;
}
.com-pagination ul a:not(.prev):not(.next):hover {
  border-color: #CFB86C;
}

/* list
--------------------------------- */
/* btn
--------------------------------- */
.column-btn-01 {
  display: block;
  padding: 14px;
  border: 1px solid #D1D1D1;
}
.column-btn-01:hover {
  background: rgb(81.7578947368, 128.4, 217.2421052632);
}
.column-btn-01 .img {
  background: #F0F0F0;
  padding-top: 100%;
  overflow: hidden;
  margin-bottom: 0.5em;
  position: relative;
}
.column-btn-01 .img::before {
  content: "NO IMAGE";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.column-btn-01 .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}
.column-btn-01 .tit {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  display: block;
  line-height: 1.8;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.column-btn-01 .data {
  margin-left: 0.5em;
  font-size: 13px;
  font-size: 0.8125rem;
}
.column-btn-01 .text {
  font-size: 12px;
  font-size: 0.75rem;
}

/* post navigation 記事前後ボタン
--------------------------------- */
.single-nav {
  border-top: 1px solid #CFC76C;
  margin-top: 40px;
  padding-top: 40px;
}
@media (min-width: 640px) {
  .single-nav {
    margin-top: 60px;
    padding-top: 60px;
  }
}
.single-nav .wrapper {
  max-width: 1088px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}
@media (min-width: 640px) {
  .single-nav .wrapper {
    grid-template-columns: 3fr 2fr 3fr;
  }
}
.single-nav a {
  display: block;
  text-align: center;
  padding: 0.5em;
  border: 2px solid #CFB86C;
  color: #59442E;
  font-family: "Shippori Mincho", serif;
  position: relative;
  border-radius: 35px;
}
.single-nav a::before {
  content: "";
  height: 1em;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background: no-repeat center/contain;
}
.single-nav a[rel=prev]::before, .single-nav a[rel=next]::before {
  width: 8px;
  background-image: url(../img/common/arrow_06.svg);
}
.single-nav a[rel=prev] {
  padding-left: 2em;
}
.single-nav a[rel=prev]::before {
  left: 1em;
  transform: scaleX(-1);
}
.single-nav a[rel=next] {
  padding-right: 2em;
}
.single-nav a[rel=next]::before {
  right: 1em;
}
.single-nav a.index {
  background: #CFB86C;
  border-color: #CFB86C;
  color: #fff;
  padding-right: 2em;
}
.single-nav a.index::before {
  width: 13px;
  right: 1em;
  background-image: url(../img/common/arrow_07.svg);
}

.single-tit-01 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0;
  padding: 0 1em 0.5em;
  border-bottom: 1px solid #C9C9C9;
  margin-bottom: 2.5em;
}

/* list
--------------------------------- */
.recruitment-list-01 li + li {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .recruitment-list-01 li + li {
    margin-top: 30px;
  }
}

/* btn
--------------------------------- */
.recruitment-btn-01 {
  position: relative;
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-family: "Shippori Mincho", serif;
  min-height: 105px;
  align-content: center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 0.5em 1.8em 0.5em 1.2em;
}
.recruitment-btn-01 .tit {
  flex: 1;
}
.recruitment-btn-01::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  top: 0;
  bottom: 0;
  right: 0.5em;
  background: url(../img/common/arrow_04.svg) no-repeat center/contain;
}
.recruitment-btn-01::after {
  margin-left: auto;
  padding-left: 0.9em;
}
.recruitment-btn-01:hover {
  opacity: 0.7;
}

.recruitment-panel-01 {
  --border-radius: 5px;
  width: 91.3%;
}
@media (min-width: 960px) {
  .recruitment-panel-01 {
    --border-radius: 10px;
  }
}
@media (min-width: 1600px) {
  .recruitment-panel-01 {
    width: calc(100% - (100% - 1600px) / 2);
  }
}
.recruitment-panel-01 .label {
  text-align: right;
  margin-bottom: -0.6em;
  position: relative;
}
.recruitment-panel-01 .label.interview img {
  width: 237px;
}
.recruitment-panel-01 .panel {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
  overflow: hidden;
  background-color: #fff;
}
@media (min-width: 960px) {
  .recruitment-panel-01 .panel {
    display: grid;
    grid-template-columns: 1fr min(57%, 983px);
  }
}
@media (min-width: 960px) {
  .recruitment-panel-01 .wrapper {
    align-self: center;
  }
}
.recruitment-panel-01 .cont {
  padding: 40px 20px 20px;
}
@media (min-width: 640px) {
  .recruitment-panel-01 .cont {
    padding-inline: 30px;
  }
}
@media (min-width: 960px) {
  .recruitment-panel-01 .cont {
    padding-inline: 60px;
  }
}
@media (min-width: 1200px) {
  .recruitment-panel-01 .cont {
    padding-inline: 95px;
  }
}
.recruitment-panel-01 .image {
  width: 100%;
  aspect-ratio: 1/0.5;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 960px) {
  .recruitment-panel-01 .image {
    order: 999;
  }
}
.recruitment-panel-01 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruitment-panel-01.right {
  margin-inline: auto 0;
}
.recruitment-panel-01.right .panel {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}

.recruitment-tit-01 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  color: #59442E;
}
@media (min-width: 960px) {
  .recruitment-tit-01 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.recruitment-tit-01 .eng {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Shippori Mincho", serif;
  color: #CFB86C;
  opacity: 0.5;
  text-transform: capitalize;
  margin-top: 0.2em;
}
@media (min-width: 960px) {
  .recruitment-tit-01 .eng {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* dl table
--------------------------------- */
@media (max-width: 639px) {
  .job-table-01 {
    border-bottom: 1px solid #989898;
  }
}
@media (min-width: 640px) {
  .job-table-01 {
    display: grid;
    grid-template-columns: 292px 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.job-table-01 dt {
  padding: 1.5em 0 1em;
  padding-left: 25px;
  font-weight: 500;
  position: relative;
  border-top: 1px solid #989898;
}
@media (min-width: 640px) {
  .job-table-01 dt {
    padding-bottom: 1.5em;
    border-top: 2px solid #989898;
  }
  .job-table-01 dt:last-of-type {
    border-bottom: 2px solid #989898;
  }
}
.job-table-01 dt::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #11264E;
  position: absolute;
  margin-top: 0.5em;
  left: 0;
}
.job-table-01 dd {
  padding-bottom: 1.5em;
}
@media (min-width: 640px) {
  .job-table-01 dd {
    padding-top: 1.5em;
    border-top: 1px solid #989898;
  }
  .job-table-01 dd:last-of-type {
    border-bottom: 1px solid #989898;
  }
}

/* panel
--------------------------------- */
.contact-panel-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 7px;
}
.contact-panel-01::before {
  content: "";
  display: block;
  width: 64px;
  aspect-ratio: 1/1;
  background: url(../img/common/ico_tel.svg) no-repeat center/contain;
}
.contact-panel-01 .number {
  line-height: 1;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.375;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #333333;
}
@media (min-width: 960px) {
  .contact-panel-01 .number {
    font-size: 56px;
    font-size: 3.5rem;
  }
}

.contact-text-01 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  font-weight: 500;
}
@media (min-width: 960px) {
  .contact-text-01 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* list
--------------------------------- */
.thanks-panel-01 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
}

.exp-card-01 {
  container: exp-card-01;
  container-type: inline-size;
}
.exp-card-01 .thumb {
  width: 100%;
  aspect-ratio: 1/0.65;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask: url(../img/common/exp_card_mask_01.svg);
          mask: url(../img/common/exp_card_mask_01.svg);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.exp-card-01 .label {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #333333;
  box-sizing: border-box;
  width: -moz-max-content;
  width: max-content;
  width: 50%;
  margin-block: -8% 0;
  padding: 0.5em 1em;
  padding-left: 0;
  position: relative;
}
@media (min-width: 640px) {
  .exp-card-01 .label {
    font-size: clamp(13px, 6.2cqw, 30px);
  }
}
@media (min-width: 960px) {
  .exp-card-01 .label {
    padding: 0.3em 1em 0.2em 0;
  }
}
.exp-card-01 .label .eng {
  display: block;
  color: #CFB86C;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 1em;
}
@media (min-width: 640px) {
  .exp-card-01 .label .eng {
    font-size: max(50%, 6px);
  }
}
.exp-card-01:is(a) {
  display: block;
}
.exp-card-01:is(a):hover {
  opacity: 0.7;
}

.privacy-tit-01 {
  --boder-width: 3px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  padding-bottom: 0.8em;
  position: relative;
  margin-block: 4em 1.5em;
}
@media (min-width: 960px) {
  .privacy-tit-01 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.privacy-tit-01::before, .privacy-tit-01::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: var(--boder-width);
  background-color: #C9C9C9;
}
.privacy-tit-01::before {
  width: 100%;
}
.privacy-tit-01::after {
  width: 30%;
  max-width: 200px;
  background-color: #11264E;
}

@media (min-width: 960px) {
  .message-tit-01 {
    font-size: 53px;
    font-size: 3.3125rem;
    line-height: 1.7735849057;
  }
}

.message-container-01 {
  max-width: 1430px;
}

.message-dl-01 dt {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.1875;
}
@media (min-width: 960px) {
  .message-dl-01 dt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.message-dl-01 dd {
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 0.15em;
  font-family: "Shippori Mincho", serif;
}
@media (min-width: 960px) {
  .message-dl-01 dd {
    font-size: 32px;
    font-size: 2rem;
  }
}

.message-img-01 {
  border-radius: 10px;
}

.work-environment-container-01 {
  max-width: 1760px;
}

.work-environment-tit-01 {
  font-family: "Shippori Mincho", serif;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.4444444444;
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #AD8F46;
  padding-left: 40px;
  margin-bottom: 50px;
  margin-left: -15px;
}
@media (min-width: 640px) {
  .work-environment-tit-01 {
    margin-left: -30px;
  }
}
@media (min-width: 960px) {
  .work-environment-tit-01 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-left: -40px;
  }
}
.work-environment-tit-01::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: currentColor;
  vertical-align: middle;
  margin-inline: -40px 15px;
}

.work-environment-sec-01 {
  padding-block: 100px 0;
}
@media (min-width: 960px) {
  .work-environment-sec-01 {
    padding-top: 150px;
  }
}

.work-environment-sec-02 {
  padding-block: 100px;
}
@media (min-width: 640px) {
  .work-environment-sec-02 {
    padding-top: min(31%, 450px);
  }
}

.work-environment-img-01 {
  display: block;
  width: 100%;
  aspect-ratio: 1/0.55;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 640px) {
  .work-environment-img-01 {
    aspect-ratio: 1/0.39;
    width: 80.7%;
    margin-bottom: max(-15%, -300px);
  }
}

@media (min-width: 960px) {
  .work-environment-img-02 {
    margin-top: -8%;
    position: relative;
  }
}
.work-environment-img-02 .wrapper {
  width: 100%;
  overflow-x: auto;
}
.work-environment-img-02 .wrapper img {
  max-width: unset;
  width: 100%;
  min-width: 870px;
}
.work-environment-img-02 .caption {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 2.5652173913;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #CFB86C;
}
@media (min-width: 960px) {
  .work-environment-img-02 .caption {
    position: absolute;
    top: 73%;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .work-environment-img-02 .caption {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.9666666667;
  }
}

.work-environment-list-01 {
  --line: #CFC76C;
  --icon: 50px;
  --row-padding: 1em;
  counter-reset: work-list;
  background-color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
  position: relative;
  overflow: hidden;
}
@media (min-width: 960px) {
  .work-environment-list-01 {
    --icon: 88px;
    --row-padding: 2em;
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }
}
.work-environment-list-01::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  top: var(--row-padding);
  left: calc(var(--icon) / 2 + var(--row-padding));
  transform: translateX(-50%);
  background-color: var(--line);
  z-index: 1;
}
.work-environment-list-01 .row {
  counter-increment: work-list;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: var(--row-padding);
  position: relative;
}
@media (min-width: 960px) {
  .work-environment-list-01 .row {
    gap: 4em;
  }
}
.work-environment-list-01 .row:nth-child(even) {
  background-color: #F8F7E8;
}
.work-environment-list-01 .row:nth-child(even) .count {
  background-color: #F8F7E8;
}
.work-environment-list-01 .row:nth-child(even)::after {
  background-color: #F8F7E8;
}
.work-environment-list-01 .row::after {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - var(--row-padding) - var(--icon));
  bottom: 0;
  left: 0;
  display: none;
  background-color: #fff;
  z-index: 1;
}
.work-environment-list-01 .row:last-child::after {
  display: block;
}
.work-environment-list-01 .count {
  display: flex;
  width: var(--icon);
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  font-style: italic;
  font-weight: 300;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 1;
  border: 1px solid var(--line);
  color: #CFB86C;
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 960px) {
  .work-environment-list-01 .count {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.work-environment-list-01 .count::before {
  content: "STEP";
  text-transform: uppercase;
}
.work-environment-list-01 .count::after {
  content: counter(work-list);
  letter-spacing: -0.03em;
  font-size: 275%;
}
@media (min-width: 960px) {
  .work-environment-list-01 .count::after {
    font-size: 307%;
  }
}
.work-environment-list-01 .cont {
  flex: 1;
  position: relative;
  z-index: 2;
}
.work-environment-list-01 .tit {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  color: #59442E;
  margin-bottom: 0.5em;
}
@media (min-width: 960px) {
  .work-environment-list-01 .tit {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (min-width: 960px) {
  .work-environment-panel-01 {
    max-width: 70%;
  }
}

.our-work-sec-01 {
  padding-block: 60px 100px;
}
@media (min-width: 960px) {
  .our-work-sec-01 {
    padding-block: 100px 300px;
  }
}

.our-work-card-01 {
  display: flex;
  flex-direction: column;
}
.our-work-card-01 .label {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-inline: auto 0;
  color: #CFB86C;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.25em;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 10px;
}
.our-work-card-01 .label::before {
  content: "";
  display: inline-block;
  flex: 1;
  max-width: 60px;
  height: 1px;
  margin-right: 1em;
  background-color: currentColor;
}
.our-work-card-01 .label::after {
  font-size: 150%;
  letter-spacing: 0.08em;
}
.our-work-card-01 .thumb {
  width: 100%;
  aspect-ratio: 1/0.83;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-work-card-01 .card {
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  font-size: 16px;
  font-size: 1rem;
  flex: 1;
}
.our-work-card-01 .cont {
  padding: 2em;
}
.our-work-card-01 .tit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin: 0;
}
.our-work-card-01 .time {
  margin-bottom: 0.5em;
}
.our-work-card-01 .time::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #AD8F46;
  margin-top: 0.2em;
}
.our-work-card-01[href]:hover {
  transform: translateY(-3%);
}

.our-work-list-01 {
  counter-reset: interview-count;
}
.our-work-list-01 .counter-item {
  counter-increment: interview-count;
}
.our-work-list-01 .counter-item .our-work-card-01 .label::after {
  content: "0" counter(interview-count);
}
.our-work-list-01 .counter-item:nth-child(n+10) .our-work-card-01 .label::after {
  content: "0" counter(interview-count);
}

.interview-sec-01 {
  padding-block: 60px;
  position: relative;
}
.interview-sec-01::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 1px;
  height: 100px;
  background-color: #AD964C;
}

.interview-sec-02 {
  padding-block: 80px;
}
@media (min-width: 960px) {
  .interview-sec-02 {
    padding-block: 220px;
  }
}

.interview-sec-03 {
  padding-block: 60px;
  background: url(../img/common/bg_05.jpg) no-repeat center/cover;
  color: #fff;
}

.interview-container-01 {
  padding-right: 0;
}
@media (min-width: 960px) {
  .interview-container-01 {
    padding-inline: 0;
    width: 90%;
    margin-inline: auto 0;
  }
}
@media (min-width: 1300px) {
  .interview-container-01 {
    max-width: calc(100% - (100% - 1300px) / 2);
  }
}

.interview-panel-01 {
  position: relative;
}
.interview-panel-01 .bg {
  display: block;
  width: calc(100% - 40px);
  aspect-ratio: 1/0.42;
  min-height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-inline: auto 0;
}
@media (min-width: 960px) {
  .interview-panel-01 .bg {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .interview-panel-01 .bg {
    min-height: 600px;
    max-height: 700px;
  }
}
.interview-panel-01 .panel {
  padding-block: 2.5em 1.4em;
  min-width: 50%;
  max-width: 100%;
  width: -moz-max-content;
  width: max-content;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .interview-panel-01 .panel {
    background-color: #fff;
    border-top-right-radius: 15px;
    left: 0;
    bottom: 0;
    position: relative;
    margin-top: -150px;
    padding: 3.5em 2em 0.5em 0.5em;
  }
}
@media (min-width: 1200px) {
  .interview-panel-01 .panel {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 3.5em 2em 0.5em 0.5em;
    margin-top: 0;
  }
}
.interview-panel-01 .catch {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.1111111111;
  color: #59442E;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.1em;
  margin-bottom: 1.7em;
}
@media (min-width: 960px) {
  .interview-panel-01 .catch {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.8571428571;
    margin-bottom: 2.7em;
  }
}
.interview-panel-01 .date {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 1em;
}
.interview-panel-01 .date::after {
  content: "";
  display: block;
  margin-top: 0.7em;
  width: 30px;
  height: 2px;
  background-color: #CFB86C;
}
.interview-panel-01 .position {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 960px) {
  .interview-panel-01 .position {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.interview-tit-01 {
  position: absolute;
  top: 60px;
  left: 3%;
  font-size: 16px;
  font-size: 1rem;
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho", serif;
  color: #CFB86C;
  letter-spacing: 0.2em;
  font-weight: 300;
  z-index: 2;
}
@media (min-width: 960px) {
  .interview-tit-01 {
    left: 5%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1300px) {
  .interview-tit-01 {
    left: calc((100% - 1300px) / 4);
  }
}
.interview-tit-01::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  margin-bottom: 5px;
  background-color: currentColor;
}
@media (min-width: 960px) {
  .interview-tit-01::before {
    height: 80px;
  }
}
.interview-tit-01 .number {
  font-size: 125%;
}

.interview-tit-02 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.9166666667;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #AD8F46;
}
@media (min-width: 960px) {
  .interview-tit-02 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.8;
  }
}
.interview-tit-02::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: currentColor;
  margin-top: 1.2em;
}

.interview-tit-03 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-weight: 400;
  color: inherit;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 0.75em;
  letter-spacing: 0.05em;
}
@media (min-width: 960px) {
  .interview-tit-03 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.625;
  }
}
.interview-tit-03::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: currentColor;
  margin-inline: auto;
  margin-top: 0.4em;
}
@media (min-width: 960px) {
  .interview-tit-03::after {
    width: 30px;
    height: 2px;
  }
}
.interview-tit-03 .sub {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0;
  margin-bottom: 0.5em;
}
@media (min-width: 960px) {
  .interview-tit-03 .sub {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.interview-tit-04 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  margin-bottom: 0;
  max-width: 15svw;
}

.interview-card-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
  margin-inline: auto;
  gap: 20px;
}
@media (min-width: 960px) {
  .interview-card-01 {
    flex-direction: row;
  }
}
.interview-card-01 .thumb {
  width: 80px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 640px) {
  .interview-card-01 .thumb {
    width: 160px;
  }
}
.interview-card-01 .cont, .interview-card-01 .date {
  display: block;
}
.interview-card-01 .cont {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  order: 2;
}
@media (min-width: 640px) {
  .interview-card-01 .cont {
    font-size: 16px;
    font-size: 1rem;
  }
}
.interview-card-01 .position {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 640px) {
  .interview-card-01 .position {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.interview-card-01 .position::after {
  content: "";
  display: block;
  margin-inline: 0 auto;
  width: 30px;
  height: 2px;
  background-color: #AD8F46;
  margin-top: 0.5em;
}
@media (min-width: 960px) {
  .interview-card-01.reverse .cont {
    order: 0;
    text-align: right;
  }
}
@media (min-width: 960px) {
  .interview-card-01.reverse .position::after {
    margin-inline: auto 0;
  }
}
.interview-card-01:is(a):hover {
  opacity: 0.6;
}

.interview-slider-01 {
  position: relative;
}
.interview-slider-01 .button-prev, .interview-slider-01 .button-next {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 11px;
  aspect-ratio: 1/1.3;
  background: url(../img/common/arrow_03.svg) no-repeat center/contain;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
@media (min-width: 960px) {
  .interview-slider-01 .button-prev, .interview-slider-01 .button-next {
    width: 15px;
  }
}
.interview-slider-01 .button-next {
  right: 0;
}
.interview-slider-01 .button-prev {
  transform: scaleX(-1);
  left: 0;
}

.interview-img-01 {
  --cont-pad: 15px;
  width: calc(100% + var(--cont-pad));
  margin-left: calc(var(--cont-pad) * -1);
  max-width: unset;
}
@media (min-width: 640px) {
  .interview-img-01 {
    --cont-pad: 30px;
  }
}
@media (min-width: 960px) {
  .interview-img-01 {
    width: auto;
    max-width: 100%;
    margin-left: 0;
  }
}

.interview-img-02 {
  --cont-pad: 15px;
  width: calc(100% + var(--cont-pad) * 2);
  margin-left: calc(var(--cont-pad) * -1);
  max-width: unset;
}
@media (min-width: 640px) {
  .interview-img-02 {
    --cont-pad: 30px;
  }
}
@media (min-width: 960px) {
  .interview-img-02 {
    width: auto;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 960px) {
  .care-management-border-01 {
    border-top: none;
  }
}

.care-management-tit-01 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  color: #59442E;
  margin-bottom: 1.35em;
}
@media (min-width: 960px) {
  .care-management-tit-01 {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 0.8em;
  }
}
.care-management-tit-01 small {
  display: inline-block;
  font-size: 60%;
}
@media (min-width: 960px) {
  .care-management-tit-01 small {
    font-size: 50%;
  }
}
.care-management-tit-01 .num {
  display: inline-flex;
  align-items: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 100;
  font-style: italic;
  letter-spacing: 0.1em;
  font-size: 23px;
  font-size: 1.4375rem;
}
@media (min-width: 960px) {
  .care-management-tit-01 .num {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
.care-management-tit-01 .num::after {
  content: "";
  display: inline-block;
  width: 35px;
  aspect-ratio: 1/0.97;
  background: url(../img/common/ico_counter.svg) no-repeat center/contain;
  margin-left: -0.6em;
}
@media (min-width: 960px) {
  .care-management-tit-01 .num::after {
    width: 67px;
  }
}
/*# sourceMappingURL=layout.css.map */
