@charset "UTF-8";
/*-------------------------------
WEBフォント読み込み
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

/*-------------------------------
変数
---------------------------------*/
:root {
  --main-color: #358252;
}

/*-------------------------------
ディフォルト設定
---------------------------------*/
html {
  width: 100%;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4rem;
  color: #222222;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-weight: normal;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
}

/*text link（サイト全体のメイン文字カラー）
-------------------------------- */
a:link {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
}

a:active {
  color: #000;
}

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

/*img
------------------------*/
* img {
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

.inner {
  max-width: 1000px;
  margin: auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 92%;
  }
}

.content_title {
  border-bottom: 1px solid #ccc;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.content_title .inner {
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .content_title .inner {
    padding: 2rem 0 !important;
  }
}
.content_title .inner h1 {
  width: 100%;
  max-width: 880px;
  font-size: 1.6rem;
  color: var(--main-color);
}
@media screen and (max-width: 767px) {
  .content_title .inner h1 {
    font-size: 1rem;
  }
}
.content_title.title_about {
  background-image: url(../img/common/title_about.webp);
  border-bottom: none;
}
.content_title.title_about .inner {
  padding: 6rem 0;
}
.content_title.title_about .inner h1 {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.content_title.title_medical {
  background-image: url(../img/common/title_medical.webp);
  border-bottom: none;
}
.content_title.title_medical .inner {
  padding: 6rem 0;
}
.content_title.title_medical .inner h1 {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.content_title.title_facility {
  background-image: url(../img/common/title_facility.webp);
  border-bottom: none;
}
.content_title.title_facility .inner {
  padding: 6rem 0;
}
.content_title.title_facility .inner h1 {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.content_title.title_dementia-center {
  background-image: url(../img/common/title_dementia-center.webp);
  border-bottom: none;
}
.content_title.title_dementia-center .inner {
  padding: 6rem 0;
}
.content_title.title_dementia-center .inner h1 {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.content_title.title_ambulatory {
  background-image: url(../img/common/title_ambulatory.webp);
  border-bottom: none;
}
.content_title.title_ambulatory .inner {
  padding: 6rem 0;
}
.content_title.title_ambulatory .inner h1 {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.content_title.title_hospitalization {
  background-image: url(../img/common/title_hospitalization.webp);
  border-bottom: none;
}
.content_title.title_hospitalization .inner {
  padding: 6rem 0;
}
.content_title.title_hospitalization .inner h1 {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.content_title.title_visit {
  background-image: url(../img/common/title_visit.webp);
  border-bottom: none;
}
.content_title.title_visit .inner {
  padding: 6rem 0;
}
.content_title.title_visit .inner h1 {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.content_title.title_day-care-rehabilitation {
  background-image: url(../img/common/title_day-care-rehabilitation.webp);
  border-bottom: none;
}
.content_title.title_day-care-rehabilitation .inner {
  padding: 6rem 0;
}
.content_title.title_day-care-rehabilitation .inner h1 {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.content_title.title_home-care-support {
  background-image: url(../img/common/title_home-care-support.webp);
  border-bottom: none;
}
.content_title.title_home-care-support .inner {
  padding: 6rem 0;
}
.content_title.title_home-care-support .inner h1 {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.content_title.title_recruit {
  background-image: url(../img/common/title_recruit.webp);
  border-bottom: none;
}
.content_title.title_recruit .inner {
  padding: 6rem 0;
}
.content_title.title_recruit .inner h1 {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.pager {
  padding: 2rem 0;
  border-top: 1px solid #ccc;
  text-align: center;
}
.pager a {
  text-decoration: none;
}

.pt {
  width: 50px;
  height: 50px;
  display: block;
  position: fixed;
  bottom: 3rem;
  right: 2rem;
  border-radius: 3px;
  background-color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
@media screen and (max-width: 767px) {
  .pt {
    bottom: 0.7rem;
    right: 1rem;
    width: 40px;
    height: 40px;
  }
}
.pt::after {
  content: "▲";
  color: #fff;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.pt a {
  width: 100%;
  height: 100%;
  display: block;
}

h2.bar {
  text-align: left;
  font-size: 1.2rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  h2.bar {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
h2.bar span {
  font-size: 1rem;
  display: inline-block;
  margin-left: 1rem;
}
h2.sub {
  color: var(--main-color);
  position: relative;
  border-bottom: 1px solid #ccc;
}
h2.sub::before {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background-color: var(--main-color);
  position: absolute;
  bottom: -1px;
  left: 0;
}
h2.over {
  position: relative;
  color: var(--main-color);
  border: none;
}
h2.over span {
  background-color: #fff;
  padding-right: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 1.6rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  h2.over span {
    font-size: 1.2rem;
    padding-right: 20px;
  }
}
h2.over::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--main-color);
  left: 0;
  position: absolute;
  bottom: 35px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  h2.over::after {
    bottom: 26px;
  }
}

/*-------------------------------
footer
---------------------------------*/
footer {
  border-top: 1px solid #ccc;
}
footer .inner {
  text-align: left;
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 40px;
  justify-items: flex-start;
  align-items: flex-start;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  footer .inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
footer .inner .footer__info {
  font-style: normal;
  line-height: 1.6;
}
footer .inner .footer__info h2 {
  font-size: 1.2rem;
}
footer .inner .footer__info p:nth-of-type(1) {
  margin-bottom: 1rem;
}
footer .inner .footer__nav nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  footer .inner .footer__nav nav {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
footer .inner .footer__nav nav ul {
  width: 100%;
  list-style: none;
  padding: 0;
}
footer .inner .footer__nav nav li {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  footer .inner .footer__nav nav li {
    margin-bottom: 5px;
  }
}
footer .inner .footer__nav nav a {
  display: block;
  padding-left: 20px;
  text-decoration: none;
  font-size: 14px;
  background-image: url(../img/common/arrow_right_bk.webp);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center left;
  font-size: 0.8rem;
}
footer .inner .footer__nav nav a:hover {
  text-decoration: underline;
}
footer .cr {
  border-top: 1px solid #ccc;
  display: block;
  text-align: center;
  padding: 1.5rem 0;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  footer .cr {
    font-size: 0.6rem;
  }
}

/*-------------------------------
header
---------------------------------*/
header {
  width: 100%;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  max-width: 100%;
  margin: auto;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
header.fn {
  position: static;
  border-bottom: 1px solid #ccc;
}
header .inner {
  max-width: 100%;
  display: grid;
  grid-template-columns: 30% 1fr;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  padding: 1.2rem 1.5rem;
}
@media screen and (max-width: 767px) {
  header .inner {
    grid-template-columns: 1fr 1fr;
  }
}
header .inner .header__logo {
  text-align: left;
}
header .inner .header__logo img {
  width: 100%;
  height: auto;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  margin-right: auto;
}
@media screen and (min-width: 1225px) {
  header .inner .header__logo img {
    width: 100%;
    max-width: 200px;
  }
}
header .inner .header__menu {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  header .inner .header__menu {
    display: none;
  }
}
header .inner .header__menu img {
  max-width: 600px;
}
header .inner .header__menu nav {
  width: 100%;
}
header .inner .header__menu nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 1px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  header .inner .header__menu nav ul {
    gap: 0px;
  }
}
header .inner .header__menu nav ul > li > a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  header .inner .header__menu nav ul > li > a {
    font-size: 0.8rem;
  }
}
header .inner .header__menu nav ul > li > a:visited {
  color: #333;
}
header .inner .header__menu nav ul > li > a:hover {
  color: #fff;
  background-color: #009f3c;
}
header .inner .header__menu nav ul > li.snav_on > a {
  padding-bottom: 2.5rem;
  border-radius: 3px 3px 0 0;
  background-color: #fff;
  color: #333;
}
header .inner .header__menu nav ul > li.snav_on > ul {
  opacity: 1;
  height: 70px;
  padding: 1.5rem 5%;
}
header.is-fixed {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.slide-nav {
  width: 100%;
  height: 100%;
  max-width: 400px;
  background-color: #009f3c;
  padding: 2rem;
  padding-right: 1rem;
  padding-top: 100px;
  position: fixed;
  top: 0;
  right: -400px;
  z-index: 100000;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .slide-nav {
    padding-top: 2rem;
  }
}
.slide-nav nav ul {
  list-style: none;
  text-align: left;
}
.slide-nav nav ul li.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .slide-nav nav ul li.sp {
    display: block;
  }
}
.slide-nav nav ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0.8rem 1rem;
  padding-left: 30px;
  background-image: url(../img/common/arrow_right_wh.webp);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center left;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .slide-nav nav ul li a {
    padding: 0.2rem 1rem;
  }
}
.slide-nav nav ul li a:hover {
  background-color: #fff;
  color: #009f3c;
  padding-left: 1rem;
}
.slide-nav.is-active {
  right: 0px;
}

.sp_menu {
  position: fixed;
  top: 15px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 100001; /* メニューより上に配置 */
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #009f3c;
  border-radius: 5px;
  padding: 10px;
}
.sp_menu span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 65%;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.sp_menu span:nth-of-type(1) {
  top: 30%;
}
.sp_menu span:nth-of-type(2) {
  top: 50%;
}
.sp_menu span:nth-of-type(3) {
  top: 70%;
}
.sp_menu.is-active {
  background-color: #fff;
}
.sp_menu.is-active span {
  background-color: #009f3c;
  /* 1本目の線：中央(50%)に移動して45度回転 */
}
.sp_menu.is-active span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}
.sp_menu.is-active span {
  /* 2本目の線（真ん中）：透明にして消す */
}
.sp_menu.is-active span:nth-of-type(2) {
  opacity: 0;
}
.sp_menu.is-active span {
  /* 3本目の線：中央(50%)に移動して逆方向に45度回転 */
}
.sp_menu.is-active span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}

/*-------------------------------
main
---------------------------------*/
.layout_main {
  display: grid;
  grid-template-columns: 260px 880px;
  grid-column-gap: 0px;
  justify-items: flex-start;
  align-items: flex-start;
  background-color: var(--sub-color-light);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .layout_main {
    display: block;
  }
}
.layout_main .gnav {
  background-color: #fff;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .layout_main .gnav {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 999;
  }
  .layout_main .gnav.open {
    left: 0;
    z-index: 999;
  }
}
.layout_main .gnav ul {
  list-style: none;
}
.layout_main .gnav ul li.btn_db {
  background-color: var(--main-color-dark);
}
.layout_main .gnav ul li.btn_db a {
  color: #fff;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .layout_main .gnav ul li.btn_db a {
    height: 56px;
  }
}
.layout_main .gnav ul li.btn_top {
  background-color: #eee;
}
.layout_main .gnav ul li.btn_top a {
  padding-left: 1rem;
}
.layout_main .gnav ul li.btn_current {
  background-color: var(--current-color-dark);
}
.layout_main .gnav ul li.btn_current a {
  color: #fff;
}
.layout_main .gnav ul li a {
  display: block;
  padding: 0.8rem 1rem;
  padding-left: 3.5rem;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-position: top 50% left 1rem;
  background-blend-mode: multiply;
}
.layout_main .gnav ul li a:hover {
  background-color: var(--sub-color-light);
  color: #fff;
}
.layout_main .gnav ul li a.i_keyword {
  background-image: url(../img/common/icon_keyword.svg);
}
.layout_main .gnav ul li a.i_url {
  background-image: url(../img/common/icon_url.svg);
}
.layout_main .gnav ul li a.i_case {
  background-image: url(../img/common/icon_case.svg);
}
.layout_main .gnav ul li a.i_history {
  background-image: url(../img/common/icon_history.svg);
}
.layout_main .gnav ul li a.i_measurement {
  background-image: url(../img/common/icon_measurement.svg);
}
.layout_main .gnav ul li a.i_setting {
  background-image: url(../img/common/icon_setting.svg);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.layout_main .content {
  width: 100%;
  padding: 3rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .layout_main .content {
    padding: 1rem;
  }
}

/*-------------------------------
pager
---------------------------------*/
.pager {
  margin-top: 3rem;
}
.pager ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.pager ul li span,
.pager ul li a {
  padding: 0.5rem 0.8rem;
  line-height: 1;
}
.pager ul li span {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 5px;
  color: #fff;
}
.pager ul li a {
  border: 1px solid #ccc;
  border-radius: 5px;
  text-decoration: none;
}
.pager.circle {
  border: none;
  margin-top: 0;
}
.pager.circle a {
  display: block;
  max-width: 260px;
  border: 1px solid #ccc;
  border-radius: 100px;
  line-height: 1;
  margin: auto;
  padding: 1rem;
}

input[type=text], input[type=tel], input[type=email] {
  background-color: #eee;
  padding: 1rem;
  border: 1px solid #ccc;
  box-sizing: border-box;
  width: 100%;
}

textarea {
  padding: 2rem;
  border: 1px solid #ccc;
  box-sizing: border-box;
  width: 100%;
  height: 140px;
  background-color: #eee;
}

/*-------------------------------
top
---------------------------------*/
.presentation_group .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  justify-items: flex-start;
  align-items: flex-start;
}

.swiper {
  height: 54vw;
  margin-bottom: 2rem;
  overflow: hidden;
}
.swiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
  position: relative;
}
.swiper .swiper-wrapper .swiper-slide .img img {
  height: auto;
  width: 100%;
}
.swiper .swiper-wrapper .swiper-slide .txt {
  color: #fff;
  position: absolute;
  text-shadow: 1px 1px 2px #333;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: left;
}
.swiper .swiper-wrapper .swiper-slide .txt .title {
  font-size: clamp(16px, 3vw, 50px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 5px;
}
.swiper .swiper-wrapper .swiper-slide .txt .title span {
  display: inline-block;
  position: relative;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
}
.swiper .swiper-wrapper .swiper-slide .txt .desc {
  font-size: clamp(12px, 1.5vw, 30px);
  line-height: 1.5;
  margin-top: 3%;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
}
.swiper .swiper-wrapper .swiper-slide .txt .desc .btn {
  text-align: center;
  margin-top: 2rem;
  padding-bottom: 0.5rem;
}
.swiper .swiper-wrapper .swiper-slide .txt .desc .btn a {
  display: inline-block;
  padding: 0.8rem 1rem;
  border-radius: 100px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  width: 100%;
  max-width: 250px;
  font-size: 1rem;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  animation-name: btn_anime;
  animation-iteration-count: infinite;
}
.swiper .swiper-wrapper .swiper-slide .txt .desc .btn a:visited {
  color: #fff;
}
@keyframes btn_anime {
  0% {
    scale: 1;
    background-color: #184281;
  }
  50% {
    scale: 1.1;
    background-color: #3b8cc3;
  }
  100% {
    scale: 1;
    background-color: #184281;
  }
}
.swiper .swiper-wrapper .swiper-slide.mv01 .txt {
  max-width: 50vw;
  bottom: 10vw;
  left: 10%;
}
.swiper .swiper-wrapper .swiper-slide.mv01 .txt .title img {
  width: auto;
  height: 30vw !important;
}
.swiper .swiper-wrapper .swiper-slide.mv01 .img {
  height: 51vw;
  overflow: hidden;
}
.swiper .swiper-wrapper .swiper-slide.mv01 .img video {
  width: 100%;
}
.swiper .swiper-wrapper .swiper-slide.mv02 .txt {
  max-width: 50vw;
  bottom: 10vw;
  left: 10%;
}
.swiper .swiper-wrapper .swiper-slide.mv02 .txt .title img {
  width: auto;
  height: 30vw !important;
}
.swiper .swiper-wrapper .swiper-slide.mv03 .txt {
  max-width: 50vw;
  bottom: 10vw;
  left: 10%;
}
.swiper .swiper-wrapper .swiper-slide.mv03 .txt .title img {
  width: auto;
  height: 30vw !important;
}
.swiper .swiper-wrapper .swiper-slide.swiper-slide-active .txt .title span {
  animation-duration: 1s;
  animation-delay: 0.5s;
  iteration-count: 1;
  animation-name: slidein_opa;
  animation-fill-mode: forwards;
}
.swiper .swiper-wrapper .swiper-slide.swiper-slide-active .txt .desc {
  animation-duration: 1s;
  animation-delay: 1s;
  iteration-count: 1;
  animation-name: slidein_opa;
  animation-fill-mode: forwards;
}
@keyframes slidein_opa {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
.swiper .swiper-pagination {
  position: absolute !important;
  z-index: 100;
  bottom: 105px !important;
  left: 0 !important;
  right: 0 !important;
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  padding-left: 0rem;
  padding-bottom: 0rem;
  display: none;
}
.swiper .swiper-pagination span {
  width: 4vw;
  border-radius: 100px !important;
}
.swiper .swiper-pagination span.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1 !important;
}
.swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #4cac83;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  display: none;
}

#mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #000;
  /* ▼ 既存のスライドショー用CSS（変更なし） ▼ */
}
#mv ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
#mv li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity 2s ease-in-out;
}
#mv li.is-prev {
  opacity: 1;
  z-index: 1;
}
#mv li.is-active {
  opacity: 1;
  z-index: 2;
}
#mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.15);
}
#mv li.is-active img,
#mv li.is-prev img {
  animation: zoomOut 10s linear forwards;
}
#mv {
  /* ▲ ここまで既存のCSS ▲ */
  /* ▼ 新規追加：キャッチコピー用CSS ▼ */
}
#mv .main-copy {
  position: absolute;
  top: 20%;
  left: 10vw;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
#mv .main-copy p {
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.9rem;
  letter-spacing: 2px;
  font-family: "Times New Roman", Times, serif;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  line-height: 2;
  text-align: start;
}
@media screen and (max-width: 767px) {
  #mv .main-copy p {
    font-size: 1.2rem;
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
/* ズームアウト用のアニメーション */
@keyframes zoomOut {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
/* ズームアウト用のアニメーション */
@keyframes zoomOut {
  0% {
    transform: scale(1.1); /* 1.1倍からスタート */
  }
  100% {
    transform: scale(1); /* 通常サイズ(1倍)に戻る */
  }
}
.guide__nav {
  margin-top: -6.7vw;
  margin-bottom: 100px;
  position: relative;
  z-index: 1001;
}
@media screen and (max-width: 767px) {
  .guide__nav {
    margin-bottom: 30px;
  }
}
.guide__nav .inner {
  max-width: 90%;
  margin: auto;
  background-image: url(../../img/common/nav_shadow.webp);
  background-repeat: repeat-x;
  background-position: top 25px left 0;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .guide__nav .inner {
    max-width: 94%;
  }
}
.guide__nav .inner ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 5px;
  justify-items: flex-start;
  align-items: stretch;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .guide__nav .inner ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.guide__nav .inner ul li {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding-top: 120px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .guide__nav .inner ul li {
    padding-top: 80px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  }
}
.guide__nav .inner ul li::before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: top 25px center;
  background-size: 48%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.guide__nav .inner ul li::after {
  width: 100%;
  height: 2px;
  background-color: #333;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  z-index: 1;
}
.guide__nav .inner ul li p {
  z-index: 2;
  position: relative;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  padding-bottom: 20px;
  color: #333;
}
@media screen and (max-width: 767px) {
  .guide__nav .inner ul li p {
    padding-bottom: 15px;
  }
}
.guide__nav .inner ul li p span {
  display: block;
  width: 100%;
}
.guide__nav .inner ul li p span:nth-of-type(1) {
  font-size: 1.2rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .guide__nav .inner ul li p span:nth-of-type(1) {
    font-size: 0.9rem;
    letter-spacing: 1px;
  }
}
.guide__nav .inner ul li p span:nth-of-type(2) {
  font-size: 0.6rem;
}
@media screen and (max-width: 767px) {
  .guide__nav .inner ul li p span:nth-of-type(2) {
    font-size: 0.4rem;
    line-height: 1;
  }
}
.guide__nav .inner ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.guide__nav .inner ul li:nth-of-type(1)::before {
  background-image: url(../img/common/nav_icon01.webp);
}
.guide__nav .inner ul li:nth-of-type(1)::after {
  background-color: #fcccc8;
}
.guide__nav .inner ul li:nth-of-type(2)::before {
  background-image: url(../img/common/nav_icon02.webp);
}
.guide__nav .inner ul li:nth-of-type(2)::after {
  background-color: #b5e8c8;
}
.guide__nav .inner ul li:nth-of-type(3)::before {
  background-image: url(../img/common/nav_icon03.webp);
}
.guide__nav .inner ul li:nth-of-type(3)::after {
  background-color: #f7e2bf;
}
.guide__nav .inner ul li:nth-of-type(4)::before {
  background-image: url(../img/common/nav_icon04.webp);
}
.guide__nav .inner ul li:nth-of-type(4)::after {
  background-color: #bae0e0;
}
.guide__nav .inner ul li:nth-of-type(5)::before {
  background-image: url(../img/common/nav_icon05.webp);
}
.guide__nav .inner ul li:nth-of-type(5)::after {
  background-color: #d7bbd4;
}
.guide__nav .inner ul li:nth-of-type(6)::before {
  background-image: url(../img/common/nav_icon06.webp);
}
.guide__nav .inner ul li:nth-of-type(6)::after {
  background-color: #b4c9f6;
}
.guide__nav .inner ul li:hover {
  cursor: pointer;
}
.guide__nav .inner ul li:hover::after {
  height: 5%;
}
.guide__nav.sub {
  margin-top: -2vw;
}
.guide__nav.sub .inner {
  max-width: 1200px;
}
.guide__nav.sub .inner nav ul {
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .guide__nav.sub .inner nav ul {
    gap: 5px;
  }
}
.guide__nav.sub .inner nav ul li {
  padding-top: 1rem;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.guide__nav.sub .inner nav ul li::before {
  display: none;
}
.guide__nav.sub .inner nav ul li.current {
  background-color: #ccc;
}
.guide__nav.sub .inner nav ul li.current p {
  color: #fff;
}
.guide__nav.sub .inner nav ul li:nth-of-type(1).current {
  background-color: #fcccc8;
}
.guide__nav.sub .inner nav ul li:nth-of-type(2).current {
  background-color: #b5e8c8;
}
.guide__nav.sub .inner nav ul li:nth-of-type(3).current {
  background-color: #f7e2bf;
}
.guide__nav.sub .inner nav ul li:nth-of-type(4).current {
  background-color: #bae0e0;
}
.guide__nav.sub .inner nav ul li:nth-of-type(5).current {
  background-color: #d7bbd4;
}
.guide__nav.sub .inner nav ul li:nth-of-type(6).current {
  background-color: #b4c9f6;
}

/* 重要なお知らせ */
#important-news {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #important-news {
    margin-bottom: 1.5rem;
  }
}
#important-news .inner {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #important-news .inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
#important-news h2 {
  display: block;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  background-color: #ee685d;
  padding: 0.8rem;
  border-radius: 5px;
  width: 100%;
}
#important-news .row {
  width: 100%;
  text-align: left;
}
#important-news .row .col {
  width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px;
  justify-items: flex-start;
  align-items: flex-start;
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#important-news .row .col p {
  width: 100%;
}
#important-news .row .col a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* 
新着情報 NEWS contents.cssに記述
*/
/* 診療時間と休診日 */
#clinic-info {
  border-top: 1px solid #ccc;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  #clinic-info {
    padding: 1.5rem 0;
  }
}
#clinic-info .inner {
  text-align: left;
}
#clinic-info .inner table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin-bottom: 15px;
}
#clinic-info .inner table th,
#clinic-info .inner table td {
  border: 1px solid #ccc;
  padding: 12px;
}
@media screen and (max-width: 767px) {
  #clinic-info .inner table th,
  #clinic-info .inner table td {
    padding: 5px;
  }
}
#clinic-info .inner table th {
  background-color: #fff;
}
#clinic-info .clinic-info__title {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 10px;
  justify-items: flex-start;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #clinic-info .clinic-info__title {
    grid-template-columns: 1fr;
  }
}
#clinic-info .clinic-info__title h2 {
  font-size: 1.3rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  #clinic-info .clinic-info__title h2 {
    font-size: 1.1rem;
  }
}
#clinic-info .clinic-info__title p {
  font-size: 1rem;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #clinic-info .clinic-info__title p {
    text-align: left;
    font-size: 0.9rem;
  }
}

/*-------------------------------
contents
---------------------------------*/
/*-------------------------------
common
---------------------------------*/
.news {
  margin-top: 4rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .news {
    margin-top: 2rem;
  }
}
.news .inner {
  text-align: left;
}
.news__nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px 10px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .news__nav ul {
    margin-bottom: 1rem;
  }
}
.news__nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  line-height: 1;
  padding: 5px 10px;
}
.news__nav ul li a.icon_news {
  background-color: #599f74;
}
.news__nav ul li a.icon_recruit {
  background-color: #d67d62;
}
.news__nav ul li a.icon_visit {
  background-color: #4a88a9;
}
.news__list ul {
  list-style: none;
  padding: 0;
}
.news__list ul li {
  position: relative;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px;
  justify-items: flex-start;
  align-items: flex-start;
  padding: 0.5rem 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .news__list ul li {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
.news__list ul li time {
  width: 100px;
  padding: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .news__list ul li time {
    padding: 0;
  }
}
.news__list ul li p {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 0.5rem 0;
}
.news__list ul li p span {
  width: 100px;
  display: block;
  padding: 4px 12px;
  background-color: #e0e0e0;
  font-size: 12px;
  border-radius: 4px;
  margin-right: 20px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.news__list ul li p span.icon_news {
  background-color: #599f74;
}
.news__list ul li p span.icon_recruit {
  background-color: #d67d62;
}
.news__list ul li p span.icon_visit {
  background-color: #4a88a9;
}
.news__list ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.news__btn {
  margin-top: 2rem;
  text-align: right;
}
.news__detail .inner {
  padding-top: 4rem;
}
.news__detail .inner .row {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 50px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .news__detail .inner .row {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.news__main {
  width: 100%;
}
.news__main-title {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ccc;
}
.news__main-title h1 {
  font-size: 2rem;
  color: #599f74;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .news__main-title h1 {
    font-size: 1.3rem;
  }
}
.news__main-title .date {
  margin-top: 1rem;
}
.news__main-contents {
  line-height: 2;
}
.news__main-contents img {
  margin: 1rem 0;
}
.news__side {
  width: 100%;
}
.news__side h2 {
  border-bottom: 1px solid #599f74;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.news__side h2:first-child {
  margin-top: 0;
}
.news__side-list ul li {
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 0.5rem 0;
  padding-right: 1rem;
  background-image: url(../img/common/arrow_right_bk.webp);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center right;
}
.news__side-list ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.news__side-cat ul {
  border-bottom: 1px solid #ccc;
  position: relative;
}
.news__side-cat ul a {
  padding: 0.5rem 0;
  display: block;
}

.presentations .inner {
  padding: 3rem 0;
}
.presentations__hospital ul, .presentations__external ul {
  margin-bottom: 2rem;
}
.presentations__hospital ul li, .presentations__external ul li {
  border-bottom: 1px solid #ccc;
}
.presentations__hospital ul li a, .presentations__external ul li a {
  display: block;
  padding: 1rem 0;
  background-image: url(../img/common/arrow_right_bk.webp);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center right;
}

.newsletter {
  padding-top: 4rem;
}
.newsletter__intro {
  margin-bottom: 4rem;
}
.newsletter__intro p {
  line-height: 1.8;
  margin-bottom: 2rem;
}
.newsletter__intro ol {
  padding-left: 20px;
  list-style-type: decimal;
}
.newsletter__intro ol li {
  line-height: 1.6;
  margin-bottom: 8px;
  padding-left: 10px;
}
.newsletter__intro ol li:last-child {
  margin-bottom: 0;
}
.newsletter__list {
  margin-bottom: 60px;
}
.newsletter__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.newsletter__list ul li {
  border-bottom: 1px solid #ccc;
}
.newsletter__list ul li a {
  display: block;
  padding: 15px 0px;
  color: #333;
  text-decoration: none;
  position: relative;
  transition: background-color 0.2s;
  background-image: url(../img/common/arrow_right_bk.webp);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center right;
}
.newsletter__list ul li a:hover {
  background-color: #eee;
}
.newsletter__archive {
  margin-bottom: 40px;
}
.newsletter__archive ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  justify-items: flex-start;
  align-items: flex-start;
}
.newsletter__archive ul li {
  width: 100%;
  border: 1px solid #ccc;
}
.newsletter__archive ul li a {
  display: block;
  padding: 1rem;
  text-decoration: none;
  background-image: url(../img/common/arrow_right_bk.webp);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center right 20px;
}
.newsletter__archive ul li a:hover {
  background-color: #eee;
}

.about__greeting {
  margin-top: 4rem;
  margin-bottom: 3rem;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .about__greeting {
    margin-top: 2rem;
  }
}
.about__greeting-txt h3 {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  color: var(--main-color);
}
.about__greeting-txt p {
  line-height: 2;
  margin-bottom: 1rem;
}
.about__greeting-txt p.name {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .about__greeting-img {
    display: none;
  }
}
.about .row {
  display: grid;
  grid-template-columns: 1fr 30%;
  gap: 50px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .about .row {
    grid-template-columns: 1fr;
  }
}
.about__outline {
  margin-bottom: 60px;
}
.about__outline table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .about__outline table {
    border: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .about__outline table tr {
    display: block;
  }
}
.about__outline table tr:nth-last-of-type(even) {
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  .about__outline table tr:nth-last-of-type(even) {
    background-color: #fff;
  }
}
.about__outline table th,
.about__outline table td {
  border: 1px solid #ddd;
  padding: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .about__outline table th,
  .about__outline table td {
    display: block;
    border: none;
  }
}
.about__outline table th {
  width: 25%;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .about__outline table th {
    width: 100%;
    background-color: #eee;
  }
}
.about__fee {
  margin-bottom: 60px;
}
.about__fee p {
  line-height: 1.8;
  margin-bottom: 15px;
}
.about__fee h3 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}
.about__fee table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
}
.about__fee table th,
.about__fee table td {
  border: 1px solid #ddd;
  padding: 15px;
}
.about__policy {
  margin-bottom: 60px;
}
.about__policy-col {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 50px;
  justify-items: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .about__policy-col {
    grid-template-columns: 15% 1fr;
    gap: 20px;
  }
}
.about__policy-col .txt h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: var(--main-color);
}
@media screen and (max-width: 767px) {
  .about__policy-col .txt h3 {
    font-size: 1.2rem;
  }
}
.about__access {
  margin-bottom: 2rem;
}
.about__access .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  justify-items: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .about__access .row {
    grid-template-columns: 1fr;
  }
}
.about__access .row .txt p {
  margin-bottom: 2rem;
}
.about__access .map iframe {
  width: 100% !important;
  height: 400px !important;
}

.medical {
  text-align: left;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .medical {
    margin-top: 2rem;
  }
}
.medical .inner > p {
  margin-bottom: 3rem;
}
.medical__list {
  margin-bottom: 4rem;
}
.medical__list-col {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 50px;
  justify-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .medical__list-col {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.medical__list-col:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.medical__list-col .txt {
  width: 100%;
}
.medical__list-col .txt h3 {
  color: var(--main-color);
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .medical__list-col .txt h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.medical__list-col .txt ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px 10px;
  margin-bottom: 1rem;
}
.medical__list-col .txt ul li {
  border: 1px solid var(--main-color);
  color: var(--main-color);
  line-height: 1;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .medical__list-col .txt ul li {
    padding: 5px;
  }
}
.medical__list-col:nth-of-type(2) {
  grid-template-columns: 1fr 400px;
}
@media screen and (max-width: 767px) {
  .medical__list-col:nth-of-type(2) {
    grid-template-columns: 1fr;
  }
}
.medical__list-col:nth-of-type(2) .img {
  order: 2;
}
@media screen and (max-width: 767px) {
  .medical__list-col:nth-of-type(2) .img {
    order: 1;
  }
}
.medical__list-col:nth-of-type(2) .txt {
  order: 1;
}
@media screen and (max-width: 767px) {
  .medical__list-col:nth-of-type(2) .txt {
    order: 2;
  }
}
.medical__utxt {
  background-image: url(../img/contents/medical/utxt_img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .medical__utxt {
    height: 180px;
    padding: 0 1rem;
  }
}
.medical__utxt p {
  color: #fff;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .medical__utxt p {
    font-size: 1rem;
  }
}

.facility p {
  line-height: 2;
}
.facility table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.facility table th,
.facility table td {
  border: 1px solid #ddd;
  padding: 15px;
  line-height: 1.6;
}
.facility table th {
  width: 30%;
  text-align: left;
}
.facility__snav {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .facility__snav {
    margin-top: 2rem;
  }
}
.facility__snav ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.facility__snav ul li {
  width: 100%;
}
.facility__snav ul li a {
  display: block;
  padding: 1rem;
  border: 1px solid #ccc;
  text-decoration: none;
  background-image: url(../img/common/arrow_down_bk.webp);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 4%;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .facility__snav ul li a {
    font-size: 0.8rem;
    padding: 0.5rem;
    background-image: none;
  }
}
.facility__ward {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .facility__ward {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.facility__ward .img {
  display: block;
  margin-bottom: 2rem;
}
.facility__ward .img span {
  display: block;
}
@media screen and (max-width: 767px) {
  .facility__ward .img > span {
    display: none;
  }
}
.facility__ward .img .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  justify-items: flex-start;
  align-items: flex-start;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .facility__ward .img .row {
    gap: 5px;
    display: grid;
    grid-template-columns: 1fr;
  }
}
.facility__ward table tr th {
  background-color: #eee;
}
.facility__daycare {
  margin-bottom: 4rem;
}
.facility__daycare .img {
  display: block;
  margin-bottom: 2rem;
}
.facility__daycare .img span {
  display: block;
}
.facility__daycare .img .row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  justify-items: flex-start;
  align-items: flex-start;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .facility__daycare .img .row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.facility__daycare table tr th {
  background-color: #eee;
}
.facility__schedule {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.facility__schedule table th {
  width: 20%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .facility__schedule table tr th,
  .facility__schedule table tr td {
    display: block;
    width: 100%;
  }
}
.facility__event {
  margin-bottom: 40px;
}
.facility__event p {
  line-height: 1.8;
  margin-bottom: 0;
}
.facility__support {
  margin-bottom: 60px;
}
.facility__support p {
  line-height: 1.8;
  margin-bottom: 30px;
}
.facility__support .img {
  margin-bottom: 2rem;
}
.facility__support table th {
  background-color: #eee;
}
.facility__service h3 {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}
.facility__service ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .facility__service ul {
    grid-template-columns: 1fr;
  }
}
.facility__service ul li {
  width: 100%;
  padding: 1.5rem;
  border-radius: 5px;
  line-height: 1.6;
  border: 1px solid #ccc;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 0px;
  justify-items: flex-start;
  align-items: center;
}
.facility__service ul li span {
  color: #599f74;
  font-size: 1.4rem;
}

.dementia-center {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .dementia-center {
    margin-top: 2rem;
  }
}
.dementia-center .inner > p {
  margin-bottom: 2rem;
}
.dementia-center__list {
  margin-bottom: 3rem;
}
.dementia-center__list ul li {
  border: 1px solid #ccc;
  padding: 2rem;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 10px;
  justify-items: flex-start;
  align-items: stretch;
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .dementia-center__list ul li {
    padding: 1rem;
    grid-template-columns: 30px 1fr;
    font-size: 1rem;
  }
}
.dementia-center__list ul li span {
  color: var(--main-color);
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .dementia-center__list ul li span {
    font-size: 1.1rem;
  }
}
.dementia-center__contact {
  margin-bottom: 4rem;
}
.dementia-center__contact-col {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 30px;
  justify-items: flex-start;
  align-items: stretch;
  border: 1px solid #ccc;
  padding: 2rem 4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .dementia-center__contact-col {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 2rem;
  }
}
.dementia-center__contact-col p {
  font-size: 1.2rem;
}
.dementia-center__contact-col .tel {
  width: 100%;
  color: var(--main-color);
  font-size: 1.6rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .dementia-center__contact-col .tel {
    text-align: center;
  }
}
.dementia-center__contact-col .tel span {
  font-size: 1.2rem;
}

.contact .inner h2 {
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: left top;
  padding-left: 50px;
}
.contact .inner h2.icon_tel {
  background-image: url(../img/contents/contact/icon_tel.webp);
  background-size: auto 26px;
}
.contact .inner h2.icon_mail {
  background-image: url(../img/contents/contact/icon_mail.webp);
}
.contact__tel {
  margin-top: 4rem;
}
.contact__tel .txt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  justify-items: flex-start;
  align-items: flex-start;
  margin-bottom: 4rem;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .contact__tel .txt {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.contact__tel .txt p:nth-of-type(1) a {
  color: var(--main-color);
  font-size: 2.6rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .contact__tel .txt p:nth-of-type(1) a {
    font-size: 1.6rem;
  }
}
.contact__mail {
  margin-bottom: 4rem;
}
.contact__mail dl > div {
  border-bottom: 1px solid #ccc;
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 20px;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .contact__mail dl > div {
    grid-template-columns: 1fr;
  }
}
.contact__mail dl > div dt {
  position: relative;
}
.contact__mail dl > div dt span {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f66b6b;
  color: #fff;
  line-height: 1;
  padding: 5px;
  font-size: 0.6rem;
}
.contact__mail-btn {
  margin-top: 1.5rem;
  text-align: center;
}
.contact__mail-btn input[type=submit] {
  background-color: var(--main-color);
  color: #fff;
  padding: 15px;
  width: 100%;
  max-width: 240px;
  border: none;
}

.ambulatory {
  margin-top: 4rem;
}
.ambulatory__first {
  margin-bottom: 60px;
}
.ambulatory__first-note {
  color: #d32f2f;
  margin-bottom: 20px;
  font-weight: bold;
}
.ambulatory__first-info {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
}
.ambulatory__first-info dt {
  width: 25%;
  padding: 15px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
}
.ambulatory__first-info dd {
  width: 75%;
  padding: 15px;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.ambulatory__required {
  margin-bottom: 60px;
}
.ambulatory__required-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .ambulatory__required-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.ambulatory__required-items li {
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
  padding: 1rem;
}
.ambulatory__required-items li .num {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 1.2rem;
  color: var(--main-color);
}
.ambulatory__required-items li .img {
  text-align: center;
  height: 140px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.ambulatory__required-items li .img img {
  margin-bottom: 1rem;
  margin: auto;
}
.ambulatory__required-items li .txt {
  width: 100%;
}
.ambulatory__required-items li .txt h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.ambulatory__required-items li .txt p {
  font-size: 0.8rem;
  line-height: 1.2;
}
.ambulatory__required-annotation {
  font-size: 14px;
  color: #666;
}
.ambulatory__required-annotation a {
  color: #1976d2;
  text-decoration: underline;
}
.ambulatory__required-annotation a:hover {
  text-decoration: none;
}
.ambulatory__notice {
  margin-bottom: 60px;
}
.ambulatory__notice-box h3 {
  background-color: var(--main-color);
  padding: 1rem;
  color: #fff;
  margin-bottom: 1rem;
}
.ambulatory__notice-notes {
  list-style: none;
  margin-top: 1rem;
}
.ambulatory__notice-notes li {
  line-height: 1.6;
  margin-bottom: 5px;
}
.ambulatory__notice-notes li:last-child {
  margin-bottom: 0;
}
.ambulatory__revisit {
  margin-bottom: 60px;
}
.ambulatory__revisit h3 {
  background-color: var(--main-color);
  padding: 1rem;
  color: #fff;
  margin-bottom: 1rem;
}
.ambulatory__revisit-table {
  overflow-x: auto;
}
.ambulatory__revisit-table table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
}
.ambulatory__revisit-table table th,
.ambulatory__revisit-table table td {
  border: 1px solid #ddd;
  padding: 15px;
  text-align: left;
  line-height: 1.6;
}
.ambulatory__revisit-table table th {
  background-color: #f9f9f9;
  font-weight: bold;
  width: 20%;
}

.hospitalization {
  margin-top: 4rem;
}
.hospitalization__required {
  margin-bottom: 60px;
}
.hospitalization__required-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .hospitalization__required-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hospitalization__required-items li {
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
  padding: 1rem;
}
.hospitalization__required-items li .num {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 1.2rem;
  color: var(--main-color);
}
.hospitalization__required-items li .img {
  text-align: center;
  height: 140px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.hospitalization__required-items li .img img {
  margin-bottom: 1rem;
  margin: auto;
}
.hospitalization__required-items li .txt {
  width: 100%;
}
.hospitalization__required-items li .txt h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.hospitalization__required-items li .txt p {
  font-size: 0.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .hospitalization__required-items li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 480px) {
  .hospitalization__required-items li {
    width: 100%;
  }
}
.hospitalization__prepare {
  margin-bottom: 60px;
}
.hospitalization__prepare .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  justify-items: flex-start;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .hospitalization__prepare .row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.hospitalization__prepare .row .txt {
  flex: 1;
}
.hospitalization__prepare .row .txt p {
  line-height: 1.8;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .hospitalization__prepare .row {
    flex-direction: column;
  }
}

.visit {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .visit {
    margin-top: 2rem;
  }
}
.visit__nav {
  margin-bottom: 50px;
}
.visit__nav-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  border-right: none;
}
.visit__nav-item {
  flex: 1;
  min-width: 150px;
  text-align: center;
  border-right: 1px solid #ddd;
}
.visit__nav-item a {
  display: block;
  padding: 15px 10px;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  transition: background-color 0.3s;
}
.visit__nav-item a:hover {
  background-color: #f5f5f5;
}
.visit__nav-item.is-active a {
  background-color: #e57373;
  color: #fff;
}
.visit__hours {
  margin-bottom: 60px;
}
.visit__hours-text {
  line-height: 1.8;
  margin-bottom: 10px;
}
.visit__hours-note {
  color: #d32f2f;
  font-weight: bold;
}
.visit__prevention {
  margin-bottom: 60px;
}
.visit__prevention-text {
  margin-bottom: 15px;
}
.visit__prevention-list {
  list-style: disc;
  padding-left: 20px;
}
.visit__prevention-item {
  line-height: 1.6;
  margin-bottom: 5px;
}
.visit__food {
  margin-bottom: 60px;
}
.visit__food-text {
  line-height: 1.8;
}
.visit__room {
  margin-bottom: 60px;
}
.visit__room .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  border: 1px solid #ccc;
  position: relative;
}
@media screen and (max-width: 767px) {
  .visit__room .row {
    grid-template-columns: 1fr;
  }
}
.visit__room .row .txt {
  padding: 2rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  background-image: url(../img/common/arrow_right_bk.webp);
  background-repeat: no-repeat;
  background-position: top 48% right 50px;
}
.visit__room .row .txt h3 {
  font-size: 1.2rem;
}
.visit__room .row a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.visit_detail {
  margin-top: 4rem;
}
.visit_detail__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  justify-items: flex-start;
  align-items: stretch;
  margin-bottom: 3rem;
}
.visit_detail__purpose {
  margin-bottom: 60px;
}
.visit_detail__purpose-text {
  line-height: 1.8;
  margin-bottom: 20px;
}
.visit_detail__purpose-text:last-child {
  margin-bottom: 0;
}
.visit_detail__procedure {
  margin-bottom: 60px;
}
.visit_detail__procedure-text {
  line-height: 1.8;
  margin-bottom: 20px;
}
.visit_detail__procedure-table {
  overflow-x: auto;
}
.visit_detail__procedure-table table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
}
.visit_detail__procedure-table table th,
.visit_detail__procedure-table table td {
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
}
.visit_detail__procedure-table table th {
  background-color: #f9f9f9;
  font-weight: bold;
}
.visit_detail__facility {
  margin-bottom: 60px;
}
.visit_detail__facility-block {
  margin-bottom: 40px;
}
.visit_detail__facility-block:last-child {
  margin-bottom: 0;
}
.visit_detail__facility-block h3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}
.visit_detail__facility-block .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.visit_detail__facility-block .row .img img {
  max-width: 250px;
}
.visit_detail__facility-title {
  font-size: 18px;
  color: #2e7d32;
  margin-bottom: 15px;
  border-left: 4px solid #2e7d32;
  padding-left: 10px;
}
.visit_detail__facility-list {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 15px;
}
.visit_detail__facility-item {
  line-height: 1.6;
  margin-bottom: 5px;
}
.visit_detail__facility-note {
  color: #d32f2f;
  font-size: 14px;
  margin-bottom: 20px;
}
.visit_detail__facility-text {
  line-height: 1.8;
}
.visit_detail__notes {
  margin-bottom: 60px;
}
.visit_detail__notes-lead {
  line-height: 1.8;
  margin-bottom: 20px;
  font-weight: bold;
}
.visit_detail__notes-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.visit_detail__notes-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  margin-bottom: 15px;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
}
.visit_detail__notes-item:last-child {
  margin-bottom: 0;
}
.visit_detail__notes-item .num {
  font-size: 20px;
  color: #2e7d32;
  margin-right: 15px;
  line-height: 1.4;
}
.visit_detail__notes-item p {
  line-height: 1.6;
  margin: 0;
}

.rehabilitation {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .rehabilitation {
    margin-top: 2rem;
  }
}
.rehabilitation__nav {
  margin-bottom: 50px;
}
.rehabilitation__nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  border-right: none;
}
.rehabilitation__nav ul li {
  flex: 1;
  min-width: 150px;
  text-align: center;
  border-right: 1px solid #ddd;
}
.rehabilitation__nav ul li a {
  display: block;
  padding: 15px 10px;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  transition: background-color 0.3s;
}
.rehabilitation__nav ul li a:hover {
  background-color: #f5f5f5;
}
.rehabilitation__nav ul li.is-active a {
  background-color: #e57373;
  color: #fff;
}
.rehabilitation__outline {
  margin-bottom: 60px;
}
.rehabilitation__outline table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.rehabilitation__outline table th,
.rehabilitation__outline table td {
  border: 1px solid #ddd;
  padding: 15px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .rehabilitation__outline table th,
  .rehabilitation__outline table td {
    display: block;
  }
}
.rehabilitation__outline table th {
  background-color: #f9f9f9;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .rehabilitation__outline table th {
    width: 100%;
  }
}
.rehabilitation__outline p {
  line-height: 1.8;
}
.rehabilitation__schedule {
  margin-bottom: 60px;
}
.rehabilitation__schedule table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.rehabilitation__schedule table th,
.rehabilitation__schedule table td {
  border: 1px solid #ddd;
  padding: 15px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .rehabilitation__schedule table th,
  .rehabilitation__schedule table td {
    display: block;
    padding: 10px;
  }
}
.rehabilitation__schedule table th {
  background-color: #f9f9f9;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .rehabilitation__schedule table th {
    width: 100%;
  }
}
.rehabilitation__schedule p {
  line-height: 1.8;
  margin-bottom: 1rem;
}
.rehabilitation__schedule .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.rehabilitation__gallery {
  margin-bottom: 60px;
}
.rehabilitation__gallery ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.rehabilitation__gallery ul li {
  width: calc(50% - 10px);
}
.rehabilitation__gallery ul li figure {
  margin: 0;
}
.rehabilitation__gallery ul li figure img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.rehabilitation__gallery ul li figure figcaption {
  font-size: 14px;
  color: #333;
}
@media screen and (max-width: 480px) {
  .rehabilitation__gallery ul li {
    width: 100%;
  }
}
.rehabilitation__cta {
  background-image: url(../img/contents/day-care-rehabilitation/contact_img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .rehabilitation__cta {
    padding: 80px 1rem;
  }
}
.rehabilitation__cta p {
  font-size: 1.2rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .rehabilitation__cta p {
    font-size: 1rem;
  }
}

.home-care-support {
  padding: 60px 0;
}
.home-care-support__nav {
  margin-bottom: 50px;
}
.home-care-support__nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  border-right: none;
}
.home-care-support__nav ul li {
  flex: 1;
  min-width: 150px;
  text-align: center;
  border-right: 1px solid #ddd;
}
.home-care-support__nav ul li a {
  display: block;
  padding: 15px 10px;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  transition: background-color 0.3s;
}
.home-care-support__nav ul li a:hover {
  background-color: #f5f5f5;
}
.home-care-support__nav ul li.is-active a {
  background-color: #ab47bc;
  color: #fff;
}
.home-care-support__outline {
  margin-bottom: 60px;
}
.home-care-support__outline .img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .home-care-support__outline .img {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.home-care-support__outline table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.home-care-support__outline table th,
.home-care-support__outline table td {
  border: 1px solid #ddd;
  padding: 15px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .home-care-support__outline table th,
  .home-care-support__outline table td {
    display: block;
    padding: 10px;
  }
}
.home-care-support__outline table th {
  background-color: #f9f9f9;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .home-care-support__outline table th {
    width: 100%;
  }
}
.home-care-support__outline p {
  line-height: 1.8;
  margin-bottom: 20px;
}
.home-care-support__outline p:last-child {
  margin-bottom: 0;
}
.home-care-support__service {
  margin-bottom: 60px;
}
.home-care-support__service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .home-care-support__service-list {
    grid-template-columns: 1fr;
  }
}
.home-care-support__service-list li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 20px;
  justify-items: center;
  align-items: center;
  background-color: #f9f9f9;
  border-radius: 5px;
  height: 120px;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .home-care-support__service-list li {
    grid-template-columns: 20px 1fr;
    height: 80px;
  }
}
.home-care-support__service-num {
  font-size: 1.2rem;
  color: var(--main-color);
  margin-bottom: 15px;
  line-height: 1;
}

.recruit__intro p {
  line-height: 1.8;
  margin-bottom: 1rem;
}
.recruit__intro .img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .recruit__intro .img {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.recruit__jobs {
  margin-bottom: 1rem;
}
.recruit__jobs ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.recruit__jobs li {
  margin-bottom: 1rem;
  display: block;
}
.recruit__jobs li a {
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  padding: 1.5rem 2rem;
  color: #333;
  text-decoration: none;
  position: relative;
  transition: background-color 0.3s;
  background-image: url(../img/common/arrow_right_bk.webp);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center right 20px;
  font-size: 1rem;
}
.recruit__jobs li a:hover {
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  color: #fff;
  background-image: url(../img/common/arrow_right_wh.webp);
}

.recruit_detail {
  margin-top: 3rem;
}
.recruit_detail__nav {
  margin-bottom: 50px;
}
.recruit_detail__nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  border-right: none;
}
.recruit_detail__nav ul li {
  flex: 1;
  min-width: 150px;
  text-align: center;
  border-right: 1px solid #ddd;
}
.recruit_detail__nav ul li a {
  display: block;
  padding: 15px 10px;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  transition: background-color 0.3s;
}
.recruit_detail__nav ul li a:hover {
  background-color: #f5f5f5;
}
.recruit_detail__nav ul li.is-active a {
  background-color: #2e7d32;
  color: #fff;
}
.recruit_detail__content {
  margin-bottom: 3rem;
}
.recruit_detail__content table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .recruit_detail__content table {
    border: 1px solid #ccc;
  }
}
.recruit_detail__content table th,
.recruit_detail__content table td {
  border: 1px solid #ddd;
  padding: 15px;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .recruit_detail__content table th,
  .recruit_detail__content table td {
    display: block;
    width: 100%;
    border: none;
  }
}
.recruit_detail__content table th {
  background-color: #f9f9f9;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .recruit_detail__content table th {
    width: 100%;
    border: none;
  }
}
.recruit_detail__contact {
  background-color: #f9f9f9;
  padding: 2.5rem 3rem;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .recruit_detail__contact {
    padding: 2rem 1.5rem;
  }
}
.recruit_detail__contact .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  justify-items: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .recruit_detail__contact .row {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 15px;
  }
}
.recruit_detail__contact .row .title {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .recruit_detail__contact .row .title {
    text-align: center;
  }
}
.recruit_detail__contact .row .title h2 {
  font-size: 1.4rem;
  color: var(--main-color);
  margin-bottom: 0.5rem;
}
.recruit_detail__contact .row .title .txt {
  text-align: right;
}
.recruit_detail__contact .row .txt {
  width: 100%;
}
.recruit_detail__contact .row .txt p {
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .recruit_detail__contact .row .txt p {
    font-size: 1rem;
    text-align: center;
  }
}

.privacy_policy {
  padding: 60px 0;
}
.privacy_policy__txt {
  font-size: 1.1rem;
  margin-bottom: 40px;
  text-align: left;
}
.privacy_policy section {
  margin-bottom: 40px;
}
.privacy_policy section h3 {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}
.privacy_policy section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.privacy_policy section li {
  line-height: 1.6;
  margin-bottom: 8px;
  position: relative;
  padding-left: 30px;
}
.privacy_policy section li::before {
  content: "〇";
  position: absolute;
  left: 0;
  font-size: 12px;
  top: 2px;
}
.privacy_policy section li:last-child {
  margin-bottom: 0;
}
.privacy_policy__notes ol {
  padding-left: 20px;
  margin: 0;
}
.privacy_policy__notes li {
  line-height: 1.6;
  margin-bottom: 10px;
}
.privacy_policy__notes li:last-child {
  margin-bottom: 0;
}