/* //////////////////////////////////////
- reset
////////////////////////////////////// */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
  list-style-position: inside;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  outline: none;
}

select::-ms-expand {
  display: none;
}

input,
textarea {
  border-radius: 0;
  border: 0;
  outline: none;
}

[type=submit],
[type=reset],
[type=button],
button {
  border: 0;
  cursor: pointer;
}

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
input[type=search],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

:root {
  --ctopclr: #f88054;
  --ctopclr-rgb: 248, 128, 84;
  --cBase: #A7410A;
  --cBase-rgb: 167, 65, 10;
  --cPorg: #E77E45;
  --cPorg-rgb: 231, 126, 69;
  --cRose: #FDE1E1;
  --cRose-rgb: 253, 225, 225;
  --cYellow: #f0c060;
  --cYellow-rgb: 240, 192, 96;
  --cWhite: #ffffff;
  --cWhite-rgb: 255, 255, 255;
  --cBlack: #000000;
  --cBlack-rgb: 0, 0, 0;
  --cError: #fd4949;
  --cError-rgb: 253, 73, 73;
  --cGray: #f5f5f5;
  --cGray-rgb: 245, 245, 245;
  --btnblue: #015793;
  --btnblue-rgb: 1, 87, 147;
  --btnblack: #333333;
  --btnblack-rgb: 51, 51, 51;
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  color: var(--cBlack);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.latin {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

@media (hover: hover) {
  a.tap_telling {
    pointer-events: none;
  }
}

img {
  vertical-align: bottom;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

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

.cAlert {
  color: #cf2e2e;
}

@media (hover: hover) {
  .taptel {
    pointer-events: none;
  }
}

.pcbl {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pcbl {
    display: none !important;
  }
}

.pcib {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .pcib {
    display: none !important;
  }
}

.spbl {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .spbl {
    display: block !important;
  }
}

.spib {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .spib {
    display: inline-block !important;
  }
}

.pc_none {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: inline-block !important;
  }
}

.sp_none {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .p15 {
    padding: 0 15px;
  }
}

.font-bold {
  font-weight: bold;
}

.indent_txt {
  text-indent: -1em;
  padding-left: 1em;
}

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb48 {
  margin-bottom: 48px;
}

.mb56 {
  margin-bottom: 56px;
}

.tracking-tight {
  letter-spacing: -0.05em;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.cf:before {
  content: "";
  display: block;
  clear: both;
}

.cf {
  display: block;
}

.header__trigger {
  z-index: -9999;
}

.btn01 {
  display: inline-flex;
  align-items: center;
  padding: 0.3em 1em;
  border: 1px solid var(--cBase);
  border-radius: 5em;
  background-color: #fff;
  transition: 0.2s;
}
.btn01--fullwidth {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.btn01--h50 {
  height: 50px;
  padding: 0.5em;
}
.btn01 > span {
  padding: 0 0.6em;
  font-size: 14px;
  color: var(--cBase);
  line-height: 1.5;
}
.btn01 > span > b {
  display: block;
  font-size: 12px;
}
.btn01--fontlg > span {
  font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .btn01--fontlg > span {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .btn01:hover {
    opacity: 0.75;
  }
}
.btn01--ico_article::before {
  content: url(../../img/common/ico-archive.svg);
  margin-top: -1px;
}
.btn01--ico_alter::before {
  content: url(../../img/common/ico-alter.svg);
  max-height: 20px;
  margin-top: -2px;
}
.btn01--ico_anju::before {
  content: url(../../img/common/ico-anju.svg);
  margin-top: 8px;
}
.btn01--ico_pdf::before {
  content: url(../../img/common/ico-pdf.svg);
  margin-top: -2px;
}
.btn01--arrow_circle_sm::after {
  content: "";
  display: inline-block;
  mask-image: url("../../img/common/arrow_circle_md_ico.svg");
  background-color: var(--cBase);
  mask-size: 100% 100%;
  width: 20px;
  height: 20px;
  rotate: 90deg;
}
.btn01--arrow_circle_sm::after--white {
  background-color: #fff;
}
.btn01--arrow_circle_md::after {
  content: "";
  display: inline-block;
  mask-image: url("../../img/common/arrow_circle_md_ico.svg");
  background-color: var(--cBase);
  width: 30px;
  height: 30px;
}
.btn01--arrow_circle_md::after--white {
  background-color: #fff;
}

.arrow_circle_md {
  display: inline-block;
  mask-image: url("../../img/common/arrow_circle_md_ico.svg");
  background-color: var(--cBase);
  width: 30px;
  height: 30px;
}
.arrow_circle_md--white {
  background-color: #fff;
}

.cms_post_content {
  padding-bottom: 1.6em;
  line-height: 1.8;
}
.cms_post_content h1 {
  font-size: 1.8em;
  margin: 0 0 1em;
  padding: 0;
  height: auto;
}
.cms_post_content h1::before, .cms_post_content h1::after {
  display: none;
}
.cms_post_content h2 {
  font-size: 1.5em;
  margin: 2em 0 1em;
}
.cms_post_content .wp-element-caption {
  font-size: 0.8em;
  text-align: center;
}
.cms_post_content p,
.cms_post_content ul,
.cms_post_content ol {
  margin-bottom: 2em;
}
.cms_post_content p {
  line-height: 1.8;
}
.cms_post_content strong {
  font-weight: bold;
}
.cms_post_content sup {
  font-size: 80%;
  position: relative;
  top: -0.4em;
}
.cms_post_content sub {
  font-size: 80%;
  position: relative;
  bottom: -0.2em;
}
.cms_post_content .has-x-large-font-size {
  font-size: 42px;
}
.cms_post_content .has-large-font-size {
  font-size: 36px;
}
.cms_post_content .has-medium-font-size {
  font-size: 20px;
}
.cms_post_content .has-small-font-size {
  font-size: 13px;
}
.cms_post_content .has-black-color {
  color: #000;
}
.cms_post_content .has-black-background-color {
  background-color: #000;
}
.cms_post_content .has-cyan-bluish-gray-color {
  color: #abb8c3;
}
.cms_post_content .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3;
}
.cms_post_content .has-white-color {
  color: #fff;
}
.cms_post_content .has-white-background-color {
  background-color: #fff;
}
.cms_post_content .has-pale-pink-color {
  color: #f78da7;
}
.cms_post_content .has-pale-pink-background-color {
  background-color: #f78da7;
}
.cms_post_content .has-vivid-red-color {
  color: #cf2e2e;
}
.cms_post_content .has-vivid-red-background-color {
  background-color: #cf2e2e;
}
.cms_post_content .has-luminous-vivid-orange-color {
  color: #ff6900;
}
.cms_post_content .has-luminous-vivid-orange-background-color {
  background-color: #ff6900;
}
.cms_post_content .has-luminous-vivid-amber-color {
  color: #fcb900;
}
.cms_post_content .has-luminous-vivid-amber-background-color {
  background-color: #fcb900;
}
.cms_post_content .has-light-green-cyan-color {
  color: #7bdcb5;
}
.cms_post_content .has-light-green-cyan-background-color {
  background-color: #7bdcb5;
}
.cms_post_content .has-vivid-green-cyan-color {
  color: #00d084;
}
.cms_post_content .has-vivid-green-cyan-background-color {
  background-color: #00d084;
}
.cms_post_content .has-pale-cyan-blue-color {
  color: #8ed1fc;
}
.cms_post_content .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc;
}
.cms_post_content .has-vivid-cyan-blue-color {
  color: #0693e3;
}
.cms_post_content .has-vivid-cyan-blue-background-color {
  background-color: #0693e3;
}
.cms_post_content .has-vivid-purple-color {
  color: #9b51e0;
}
.cms_post_content .has-vivid-purple-background-color {
  background-color: #9b51e0;
}
.cms_post_content .is-type-video {
  margin: auto;
  text-align: center;
}
.cms_post_content .is-type-video .wp-block-embed__wrapper {
  max-width: 700px;
  width: 100%;
  aspect-ratio: 16/9;
  margin: auto;
}
.cms_post_content .is-type-video iframe {
  width: 100%;
  height: 100%;
}
.cms_post_content a {
  color: #558380;
  text-decoration: underline;
}
.cms_post_content .blog-detail__image img {
  width: 100%;
}
.cms_post_content .page_navi_area .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms_post_content .page_navi_area span,
.cms_post_content .page_navi_area a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #558380;
  border-radius: 50px;
  color: #558380;
  line-height: 1;
  width: 42px;
  height: 42px;
  margin: 0 4px;
}
.cms_post_content .page_navi_area span {
  border: 1px solid #558380;
  background-color: #fff;
  font-weight: normal;
}
.cms_post_content .page_navi_area span.current {
  border: 1px solid #558380;
  background-color: #fff;
  font-weight: normal;
}
.cms_post_content .page_navi_area a {
  border: 1px solid #d9e8e3;
  background-color: #d9e8e3;
}
.cms_post_content .page_navi_area a:hover {
  border: 1px solid #558380;
}

a.wp-block-file__button {
  padding: 0.5em 1em;
  color: #fff;
  text-decoration: none;
}

.hover-effect {
  transition: all 0.3s ease;
}
.hover-effect:hover {
  transform: scale(1.01);
  opacity: 0.75;
}

.w900 {
  max-width: 900px;
  margin: 0 auto;
}

header.header {
  position: fixed;
  width: 100%;
  z-index: 9997;
}

.header--frontpage .header__inner {
  background: var(--ctopclr);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.501860119) 100%);
}

.header__inner {
  width: 100%;
  transition: background-color 0.4s ease-in, box-shadow 0.4s ease-in;
  box-shadow: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0px;
  width: 100%;
  z-index: 9997;
  background: var(--ctopclr);
  color: var(--cWhite);
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding-bottom: 0;
  }
}
.header__inner.scrolled {
  background-color: #fff;
  box-shadow: 2px 5px 24px -16px #777777;
  color: var(--cBase);
}
.header__inner .header__heading_area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 8px 20px 20px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .header__inner .header__heading_area {
    padding: 15px;
  }
}

.header__logo {
  max-width: 360px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 170px;
  }
}
.header__logo img {
  width: 100%;
}

.header__btns {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.6vw, 20px);
}
@media screen and (max-width: 1140px) {
  .header__btns .header__btns--ig,
  .header__btns .header__btns--fb {
    display: none;
  }
}
.header__btns .header__btns--contact,
.header__btns .header__btns--tel,
.header__btns .header__btns--hum {
  display: block;
  transition: 0.4s;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .header__btns .header__btns--contact,
  .header__btns .header__btns--tel,
  .header__btns .header__btns--hum {
    width: 48px;
  }
}
.header__btns .header__btns--contact img,
.header__btns .header__btns--tel img,
.header__btns .header__btns--hum img {
  height: 40px;
}
@media screen and (max-width: 1140px) {
  .header__btns .header__btns--contact img,
  .header__btns .header__btns--tel img,
  .header__btns .header__btns--hum img {
    height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .header__btns .header__btns--contact img,
  .header__btns .header__btns--tel img,
  .header__btns .header__btns--hum img {
    height: 40px;
  }
}
.header__btns .header__btns--contact > span,
.header__btns .header__btns--tel > span,
.header__btns .header__btns--hum > span {
  display: inline;
  margin: 0 auto;
  color: #807068;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .header__btns .header__btns--contact > span,
  .header__btns .header__btns--tel > span,
  .header__btns .header__btns--hum > span {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .header__btns .header__btns--hum {
    display: none;
  }
}
@media (hover: hover) {
  .header__btns a:hover {
    transition: 0.3s;
    opacity: 0.7;
    transform: translate(0, -1px);
  }
}

.hum {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 8999;
}
@media screen and (min-width: 769px) {
  .hum {
    display: none;
  }
}
.hum span {
  display: inline-block;
  transition: all 0.1s;
  position: absolute;
  height: 2px;
  left: 5px;
  border-radius: 2px;
  background-color: var(--cBase);
  width: 30px;
}
.hum span:nth-of-type(1) {
  top: 8px;
}
.hum span:nth-of-type(2) {
  top: 18px;
}
.hum span:nth-of-type(3) {
  top: 28px;
}

.hum.open {
  background: none;
  border: none;
}
.hum.open span:nth-of-type(1) {
  top: 13px;
  left: 7px;
  transform: translateY(6px) rotate(-45deg);
}
.hum.open span:nth-of-type(2) {
  opacity: 0;
}
.hum.open span:nth-of-type(3) {
  top: 25px;
  left: 7px;
  transform: translateY(-6px) rotate(45deg);
}

.header_nav ul.header_nav__links {
  display: flex;
  justify-content: flex-end;
  gap: clamp(0.375rem, 0.167rem + 1.04vw, 1rem);
  max-width: 100vw;
  padding: 0px 16px;
  margin: 0 auto;
  align-items: center;
}
.header_nav ul.header_nav__links > .cont_btn {
  display: flex;
}
.header_nav ul.header_nav__links > .cont_btn > li.diff_btn a {
  padding: 9px 10px;
  display: flex;
  gap: 0;
  min-width: 115px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
}
@media (hover: hover) {
  .header_nav ul.header_nav__links > .cont_btn > li.diff_btn a:hover {
    opacity: 0.8;
  }
}
.header_nav ul.header_nav__links > .cont_btn > li.contbtn a {
  background: var(--btnorg);
}
.header_nav ul.header_nav__links > .cont_btn > li.papbtn a {
  background: var(--btnblue);
}
.header_nav ul.header_nav__links > li {
  position: relative;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  letter-spacing: clamp(0rem, -0.017rem + 0.08vw, 0.05rem);
  font-size: 12px;
}
.header_nav ul.header_nav__links > li > a {
  padding: 6px 5px;
  transition: opacity 0.2s ease-in;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
@media (hover: hover) {
  .header_nav ul.header_nav__links > li > a:hover {
    opacity: 0.4;
  }
}
.header_nav ul.header_nav__links > li > a b {
  display: inline-block;
  font-weight: 500;
}
.header_nav ul.header_nav__links > li > a > span {
  font-weight: 500;
}
.header_nav ul.header_nav__links > li.has_child {
  transition: translate 0.1s ease-in;
}
@media (hover: hover) {
  .header_nav ul.header_nav__links > li.has_child:hover {
    translate: 0 -1px;
  }
}
.header_nav ul.header_nav__links > li.has_child ul {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto !important;
  bottom: -12px;
  transform: translate(-50%, 100%);
  background-color: #f8f6f4;
  border-radius: 3px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  text-align: left;
  width: 100vw;
  height: 300px;
}
.header_nav ul.header_nav__links > li.has_child:hover > ul, .header_nav ul.header_nav__links > li.has_child ul li:hover > ul, .header_nav ul.header_nav__links > li.has_child:active > ul, .header_nav ul.header_nav__links > li.has_child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}
.header_nav ul.header_nav__links > li.has_child ul li > a {
  display: block;
  padding: 0.5em 0;
  color: #807068;
  font-weight: 500;
  transition: 0.2s;
}
@media (hover: hover) {
  .header_nav ul.header_nav__links > li.has_child ul li > a:hover {
    opacity: 0.6;
  }
}
.header_nav ul.header_nav__links > li.has_child_document ul {
  min-width: 380px;
}
.header_nav ul.header_nav__links > li.has_child_document ul li:last-child {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .header_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: -1;
  }
  .header_nav.open {
    display: block;
  }
  .header_nav ul.header_nav__links {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    padding: 20px 10px;
    z-index: 999990;
    top: 61px;
    left: 0;
    width: 100vw;
    background-color: var(--ctopclr);
  }
  .header_nav ul.header_nav__links > li {
    position: relative;
    font-weight: 500;
    width: 100%;
    text-align: left;
    line-height: 1.2;
  }
  .header_nav ul.header_nav__links > li > a {
    width: 100%;
    transition: 0.2s;
  }
}
@media screen and (max-width: 768px) and (hover: hover) {
  .header_nav ul.header_nav__links > li > a:hover {
    opacity: 0.6;
  }
}

.footer {
  position: relative;
  color: var(--cWhite);
  background-color: var(--ctopclr);
  z-index: 1;
  margin-top: 80px;
}

.footer__inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 50px 20px 4px;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 30px 15px 4px;
  }
}
.footer__inner img {
  width: 100%;
}

.footer__flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1140px) {
  .footer__flex {
    flex-direction: column;
  }
}
.footer__flex .footer-item {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1140px) {
  .footer__flex .footer-item {
    flex: 0 1 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .footer__flex .footer-item .footer-map iframe {
    width: 100%;
  }
}
.footer__flex .footer__ttl {
  flex: 0 1 32%;
  padding-right: 30px;
  border-right: 1px solid #fff;
  line-height: 1;
}
@media screen and (max-width: 1140px) {
  .footer__flex .footer__ttl {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .footer__flex .footer__ttl {
    padding-right: 0;
  }
}
.footer__flex .footer__ttl > a {
  display: block;
}
.footer__flex .footer__ttl .footer__logo {
  max-width: 480px;
}
.footer__flex .footer__ttl .footer__ttl__address {
  padding: 10px 0 10px;
  font-size: 14px;
}
.footer__flex .footer__ttl .footer__ttl__tel {
  margin-bottom: 8px;
  font-size: 32px;
}
@media (hover: hover) {
  .footer__flex .footer__ttl .footer__ttl__tel {
    pointer-events: none;
  }
}
.footer__flex .footer__ttl .footer__ttl__tel span {
  margin-right: 0.2em;
  font-size: 16px;
}
.footer__flex .footer__ttl .footer__ttl__fax {
  margin-bottom: 16px;
}
@media screen and (max-width: 480px) {
  .footer__flex .footer__ttl iframe {
    display: block;
    margin: 0 auto;
  }
}
.footer__flex .footer_links .footer_nav__inner .footer_nav__links li a {
  display: flex;
  align-items: center;
  max-width: fit-content;
  gap: 5px;
}
.footer__flex .footer_links .footer_nav__inner .footer_nav__links li a span {
  font-size: 12px;
}
@media (hover: hover) {
  .footer__flex .footer_links .footer_nav__inner .footer_nav__links li a span {
    pointer-events: none;
  }
}
.footer__flex .footer_alter_links > a {
  margin: 0 16px 0 0;
}
.footer__flex .footer_alter_links > a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-bottom: -1.5px;
  margin-right: 3px;
  background-image: url("../../img/common/arrow_alter_link.svg");
  background-repeat: no-repeat;
}

.footer_social {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 15px 0px;
}
.footer_social a img {
  width: 30px;
  height: 30px;
}

.footer_copyrights {
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #fff;
  justify-content: center;
}

.footer_privacy_menu {
  margin-left: 10px;
}
.footer_privacy_menu a {
  margin-right: 10px;
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}
#pagetop a {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: var(--cBase);
  border: 1px solid #fff;
  transition: all 0.3s;
  cursor: pointer;
}
#pagetop a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 24px;
  height: 14px;
  background-color: #fff;
  -webkit-mask-image: url("../../img/common/arrow_line.svg");
  mask-image: url("../../img/common/arrow_line.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

#pagetop.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#pagetop.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.hover-effect {
  transition: all 0.3s;
}
.hover-effect:hover {
  transform: translateY(-5px);
}

.ctitle {
  font-size: 28px;
  margin-bottom: 35px;
  border-bottom: 5px solid var(--cGray);
  color: var(--cBase);
  margin: 40px 0 80px;
  font-weight: bold;
  letter-spacing: 0px;
  border-radius: 13px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ctitle {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

.bold-gray {
  color: var(--cBase);
  letter-spacing: 0px;
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 80px 0 0;
}
.pagination a.prev,
.pagination a.next {
  margin-right: 10px;
}
.pagination .current {
  background-color: var(--cBase);
  padding: 5px 10px;
  color: #fff;
}
.pagination a {
  padding: 5px 10px;
  color: var(--cBase);
}
.pagination a:hover {
  background-color: var(--cBase);
  color: #fff;
}

body {
  background-color: var(--cWhite);
}

.hero {
  position: relative;
  height: 800px;
  overflow: hidden;
  background-color: rgb(231, 212, 212);
}
.hero__slider li img {
  width: 100%;
  height: 800px;
  object-fit: cover;
  object-position: center center;
}
.hero__txt {
  position: absolute;
  top: 170px;
  right: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .hero__txt {
    top: 500px;
    left: 0;
    text-align: left;
  }
}
.hero__txt .top_txt {
  right: 106px;
}
@media screen and (max-width: 768px) {
  .hero__txt .top_txt {
    right: 0;
    width: max-content;
  }
}
.hero__txt .bottom_txt {
  left: 45px;
}
.hero__txt p {
  position: relative;
  display: inline-block;
  padding: 0.6em 0.8em 0.6em 0.8em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-size: clamp(2.25rem, 0.806rem + 0.93vw, 1.5rem);
  line-height: 1.2;
  color: transparent;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .hero__txt p {
    font-size: clamp(1.5rem, 0.806rem + 0.93vw, 1.5rem);
    padding: 0.6em 0.6em 0.6em 0.6em;
  }
}
.hero__txt p span.bar {
  position: absolute;
  z-index: 1;
  top: 0%;
  right: 100%;
  bottom: 0%;
  left: 0%;
  background-color: #fff;
}
.hero__txt p span.back {
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0%;
  right: 100%;
  bottom: 0%;
  left: 0%;
  background-color: #fff;
}
.hero__txt p.active {
  animation-name: ani01;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.hero__txt p.active span.bar {
  animation-name: ani02;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.hero__txt p.active span.back {
  animation-name: ani03;
  animation-delay: 0.5s;
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.hero__txt p.active.active-delay {
  animation-delay: 1.2s;
}
.hero__txt p.active.active-delay span.bar {
  animation-delay: 1.2s;
}
.hero__txt p.active.active-delay span.back {
  animation-delay: 1.8s;
}
@keyframes ani01 {
  100% {
    color: var(--cBase);
  }
}
@keyframes ani02 {
  50% {
    left: 0%;
    right: 0%;
  }
  100% {
    left: 100%;
    right: 0%;
  }
}
@keyframes ani03 {
  100% {
    opacity: 1;
  }
}

.info_area {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .info_area {
    padding-bottom: 0;
  }
}
.info_area h3 {
  margin-bottom: 24px;
  text-align: center;
  font-size: 32px;
  color: var(--cBase);
}
@media screen and (max-width: 768px) {
  .info_area h3 {
    margin-bottom: 8px;
    font-size: 24px;
  }
}
.info_area .info_area__tab {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
.info_area .info_area__tab > .info_area__tab__label {
  flex: 1 1;
  order: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: 6px;
  padding: 12px 8px;
  border-radius: 12px 12px 0 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .info_area .info_area__tab > .info_area__tab__label {
    padding: 4px 12px;
    margin-inline: 0;
    font-size: 14px;
  }
}
.info_area .info_area__tab > label:hover {
  opacity: 0.85;
}
.info_area .info_area__tab input {
  display: none;
}
.info_area .info_area__tab > div {
  display: none;
  width: 100%;
}
.info_area .info_area__tab label:has(:checked) + div {
  display: block;
}
.info_area .info_area__tab__label--client {
  color: var(--cYellow);
  border: 2px solid var(--cYellow);
  border-bottom: none;
}
.info_area .info_area__tab__label--client:has(:checked) {
  background-color: rgba(var(--cYellow-rgb), 0.2);
}
.info_area .info_area__tab__label--medical {
  color: var(--cPorg);
  border: 2px solid var(--cPorg);
  border-bottom: none;
}
.info_area .info_area__tab__label--medical:has(:checked) {
  background-color: rgba(var(--cPorg-rgb), 0.2);
}
.info_area .info_area__linkblk {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: right;
  padding: 24px 0;
}
.info_area .info_area__linkblk > p {
  line-height: 1.3;
}
.info_area .info_area__linkblk > p > a {
  font-size: 14px;
  text-decoration: underline;
  line-height: 1.1;
}
.info_area .info_area__linkblk__btnarea {
  min-width: 172px;
}
@media screen and (max-width: 480px) {
  .info_area .info_area__linkblk__btnarea {
    flex: 1;
    text-align: right;
  }
}

.news_lists {
  border-top: 1px solid var(--cBase);
}
.news_lists .news_item {
  position: relative;
  transition: opacity 0.2s;
}
.news_lists .news_item > a {
  display: grid;
  grid-template-columns: 10.4% 180px 1fr;
  gap: clamp(0.5rem, 0.125rem + 1.88vw, 1.25rem);
  padding: 1em 0;
  color: var(--cBase);
  line-height: 1.6;
  border-bottom: 1px solid rgba(var(--cBase-rgb), 0.4);
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .news_lists .news_item > a {
    grid-template-columns: 25% 1fr;
    gap: 4px 8px;
    padding: 0.8em 0;
  }
}
@media (hover: hover) {
  .news_lists .news_item > a:hover {
    opacity: 0.8;
  }
}
.news_lists .news_item:last-of-type > a {
  border-bottom: 1px solid var(--cBase);
}
@media (hover: hover) {
  .news_lists .news_item:hover::after {
    translate: 3px -50%;
  }
}
.news_lists .news_item__date {
  align-self: center;
}
@media screen and (max-width: 768px) {
  .news_lists .news_item__date {
    grid-column: 1/1;
    grid-row: 1/2;
  }
}
.news_lists .news_item__category {
  align-self: center;
  padding: 0.4em 4px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  background-color: var(--cBase);
}
@media screen and (max-width: 768px) {
  .news_lists .news_item__category {
    grid-column: 2/3;
    grid-row: 1/2;
    max-width: 180px;
    padding: 0.2em 4px;
  }
}
.news_lists .news_item__category--client {
  background-color: var(--cPink);
}
.news_lists .news_item__category--medical {
  background-color: var(-cPorg);
}
.news_lists .news_item__ttl {
  padding: 4px 36px 4px 10px;
  padding-left: clamp(0rem, -0.125rem + 0.63vw, 0.25rem);
  color: var(--cBlack);
}
@media screen and (max-width: 768px) {
  .news_lists .news_item__ttl {
    grid-column: 1/3;
    grid-row: 2/3;
    padding-right: 16px;
  }
}
.news_lists .news_item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-bottom: -1.5px;
  margin-right: 3px;
  background-image: url("../../img/nav/arrow_nav_link_ico.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transition: translate 0.2s;
}
@media screen and (max-width: 768px) {
  .news_lists .news_item::after {
    top: auto;
    right: 0;
    bottom: 0.8em;
  }
}

.linkblk_area {
  background: linear-gradient(180deg, #fff 0%, #fff 15%, #f8f6f4 15%, #f8f6f4 100%);
}
@media screen and (max-width: 768px) {
  .linkblk_area {
    background: linear-gradient(180deg, #fff 0%, #fff 10%, #f8f6f4 10%, #f8f6f4 100%);
  }
}

.linkblk__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 20px;
  max-width: 1000px;
  padding: 48px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .linkblk__wrapper {
    gap: 16px 20px;
  }
}
.linkblk__wrapper::after {
  content: "";
  display: inline-block;
  flex: 0 1 31%;
}

.linkblk {
  flex: 0 1 31%;
  box-shadow: 2px 2px 18px -10px #777777;
  border-radius: 16px;
  transition: 0.2s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .linkblk {
    flex: 0 1 100%;
    display: flex;
    border-radius: 12px;
  }
}
.linkblk--half {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .linkblk--half {
    gap: 16px;
  }
}
.linkblk--half > a {
  display: inline-block;
  flex: 1;
}
.linkblk--half > a .linkblk__txt {
  height: 100%;
  box-shadow: 2px 2px 18px -10px #777777;
  border-radius: 16px;
  align-items: center;
}
.linkblk .linkblk__pic {
  width: 100%;
  padding-top: 66%;
  display: block;
  background-size: cover;
  background-position: 50% top;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .linkblk .linkblk__pic {
    flex: 0 1 33%;
    padding-top: 32%;
  }
}
.linkblk .linkblk__txt {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 70px;
  padding: 1.5em 0.8em;
  color: #807068;
  background-color: #fff;
  font-size: clamp(0.938rem, 0.188rem + 1.56vw, 1.125rem);
  line-height: 1.2;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .linkblk .linkblk__txt {
    flex: 1;
    align-items: center;
    padding-inline: 0.8em;
    font-size: 16px;
  }
}
.linkblk .linkblk__txt p {
  flex: 1;
}
.linkblk .linkblk__txt p span {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 1140px) {
  .linkblk .linkblk__txt p br {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .linkblk .linkblk__txt p br {
    display: inline-block;
  }
}
.linkblk .linkblk__txt::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-bottom: -10px;
  -webkit-mask-image: url(../../img/frontpage/about_ico.svg);
  mask-image: url(../../img/frontpage/about_ico.svg);
  background-color: var(--cBase);
}
@media screen and (max-width: 768px) {
  .linkblk .linkblk__txt::before {
    content: none;
  }
}
.linkblk .linkblk__txt::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(../../img/common/arrow_circle_sm_ico.svg);
  mask-image: url(../../img/common/arrow_circle_sm_ico.svg);
  background-color: var(--cBase);
}
.linkblk--about .linkblk__pic {
  background-image: url(../../img/frontpage/menu_about.png);
}
@media (hover: hover) {
  .linkblk--about:hover .linkblk__pic {
    background-image: url(../../img/frontpage/menu_about_hov.png);
    scale: 1.05;
  }
  .linkblk--about:hover .linkblk__txt {
    color: var(-cPorg);
  }
  .linkblk--about:hover .linkblk__txt::before, .linkblk--about:hover .linkblk__txt::after {
    background-color: var(-cPorg);
  }
}
.linkblk--service .linkblk__pic {
  background-image: url(../../img/frontpage/menu_service.png);
}
.linkblk--service .linkblk__txt::before {
  -webkit-mask-image: url(../../img/frontpage/service_ico.svg);
  mask-image: url(../../img/frontpage/service_ico.svg);
}
@media (hover: hover) {
  .linkblk--service:hover .linkblk__pic {
    background-image: url(../../img/frontpage/menu_service_hov.png);
    scale: 1.05;
  }
  .linkblk--service:hover .linkblk__txt {
    color: var(--cYellow);
  }
  .linkblk--service:hover .linkblk__txt::before, .linkblk--service:hover .linkblk__txt::after {
    background-color: var(--cYellow);
  }
}
.linkblk--hospis .linkblk__pic {
  background-image: url(../../img/frontpage/menu_hospis.png);
}
.linkblk--hospis .linkblk__txt::before {
  -webkit-mask-image: url(../../img/frontpage/hospis_ico.svg);
  mask-image: url(../../img/frontpage/hospis_ico.svg);
}
@media (hover: hover) {
  .linkblk--hospis:hover .linkblk__pic {
    background-image: url(../../img/frontpage/menu_hospis_hov.png);
    scale: 1.05;
  }
  .linkblk--hospis:hover .linkblk__txt {
    color: var(--cSky);
  }
  .linkblk--hospis:hover .linkblk__txt::before, .linkblk--hospis:hover .linkblk__txt::after {
    background-color: var(--cSky);
  }
}
.linkblk--renkei .linkblk__pic {
  background-image: url(../../img/frontpage/menu_renkei.png);
}
.linkblk--renkei .linkblk__txt::before {
  -webkit-mask-image: url(../../img/frontpage/renkei_ico.svg);
  mask-image: url(../../img/frontpage/renkei_ico.svg);
}
@media (hover: hover) {
  .linkblk--renkei:hover .linkblk__pic {
    background-image: url(../../img/frontpage/menu_renkei_hov.png);
    scale: 1.05;
  }
  .linkblk--renkei:hover .linkblk__txt {
    color: var(--cSky);
  }
  .linkblk--renkei:hover .linkblk__txt::before, .linkblk--renkei:hover .linkblk__txt::after {
    background-color: var(--cSky);
  }
}
.linkblk--group .linkblk__pic {
  background-image: url(../../img/frontpage/menu_group.png);
}
.linkblk--group .linkblk__txt::before {
  -webkit-mask-image: url(../../img/frontpage/group_ico.svg);
  mask-image: url(../../img/frontpage/group_ico.svg);
}
@media (hover: hover) {
  .linkblk--group:hover .linkblk__pic {
    background-image: url(../../img/frontpage/menu_group_hov.png);
    scale: 1.05;
  }
  .linkblk--group:hover .linkblk__txt {
    color: var(--cGreen);
  }
  .linkblk--group:hover .linkblk__txt::before, .linkblk--group:hover .linkblk__txt::after {
    background-color: var(--cGreen);
  }
}
.linkblk--half .linkblk__under--document .linkblk__txt::before {
  content: "";
  -webkit-mask-image: url(../../img/frontpage/document_ico.svg);
  mask-image: url(../../img/frontpage/document_ico.svg);
}
@media (hover: hover) {
  .linkblk--half .linkblk__under--document:hover .linkblk__txt {
    color: var(--cPink);
  }
  .linkblk--half .linkblk__under--document:hover .linkblk__txt::before, .linkblk--half .linkblk__under--document:hover .linkblk__txt::after {
    background-color: var(--cPink);
  }
}
.linkblk--half .linkblk__under--faq .linkblk__txt::before {
  content: "";
  -webkit-mask-image: url(../../img/frontpage/faq_ico.svg);
  mask-image: url(../../img/frontpage/faq_ico.svg);
}
@media (hover: hover) {
  .linkblk--half .linkblk__under--faq:hover .linkblk__txt {
    color: var(--cYellow);
  }
  .linkblk--half .linkblk__under--faq:hover .linkblk__txt::before, .linkblk--half .linkblk__under--faq:hover .linkblk__txt::after {
    background-color: var(--cYellow);
  }
}

.network_area {
  padding-top: 64px;
}
.network_area__wrapper {
  max-width: 1000px;
  padding: 32px 20px;
  margin: 0 auto;
}
.network_area h3 {
  margin-bottom: 0.8em;
  font-size: 32px;
  color: var(--cBase);
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .network_area h3 {
    font-size: 24px;
  }
}

.totalnetwork_area {
  position: relative;
  padding: 48px 0;
  margin-bottom: 120px;
  background-image: url(../../img/frontpage/triangle_back2.jpg);
  background-size: cover;
  background-color: aqua;
}
.totalnetwork_area .totalnetwork_box {
  width: 68%;
  margin: -96px 0 -96px auto;
  padding: 60px;
  background-color: #fff;
  box-shadow: 2px 2px 18px -10px #777777;
}
@media screen and (max-width: 768px) {
  .totalnetwork_area .totalnetwork_box {
    width: 100%;
    padding: 64px 0px 32px;
    translate: 0 0;
    box-shadow: none;
    background-color: #f8f6f4;
  }
}
.totalnetwork_area .totalnetwork_box_inner {
  max-width: 880px;
}
.totalnetwork_area .totalnetwork_box_inner .totalnetwork_box__pic {
  pointer-events: none;
}
.totalnetwork_area .totalnetwork_box_inner .totalnetwork_box__pic img {
  width: 100%;
}
.totalnetwork_area h3 {
  color: var(--cBase);
  font-size: clamp(1.5rem, 0.088rem + 2.94vw, 2rem);
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .totalnetwork_area h3 {
    font-size: 24px;
  }
}

.visiting_area {
  padding: 32px 0;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .visiting_area {
    padding: 20px;
  }
}
.visiting_area .visiting {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .visiting_area .visiting {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 24px;
  }
  .visiting_area .visiting .visiting_leftblk {
    flex: 0 1 58%;
    padding: 62px;
    box-shadow: 2px 2px 18px -10px #777777;
  }
  .visiting_area .visiting .visiting_leftblk__inner {
    max-width: 630px;
    margin: 0 0 0 auto;
  }
}
.visiting_area h3 {
  margin-bottom: 0.8em;
  font-size: 32px;
  color: var(--cBase);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .visiting_area h3 {
    margin-bottom: 8px;
    font-size: 24px;
  }
}
.visiting_area .visinting_map {
  position: relative;
  display: flex;
  padding: 32px;
  border: 1px solid #707070;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .visiting_area .visinting_map {
    padding: 32px 16px;
  }
}
.visiting_area .visinting_map h4 {
  position: absolute;
  top: -1.1em;
  left: 22px;
  display: inline-block;
  padding: 0 0.5em;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  color: var(--cBase);
}
.visiting_area .visinting_map__txt {
  flex: 1;
}
.visiting_area .visinting_map__pic {
  flex: 0 1 35%;
}
@media screen and (min-width: 769px) {
  .visiting_area .visinting_map__pic {
    flex: 1;
    max-width: 450px;
  }
}
.visiting_area .visinting_map__pic img {
  width: 100%;
}
.visiting_area .visinting_map__list li {
  display: inline-block;
  padding: 0.5em 1.5em;
  margin-bottom: 8px;
  margin-right: 8px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .visiting_area .visinting_map__list li {
    padding: 0.2em 1em;
  }
}
.visiting_area .visinting_map__list--yellow li {
  color: var(--cBase);
  background-color: var(--cYellow);
}
.visiting_area .visinting_map__list--pink li {
  color: #fff;
  background-color: var(--cPink);
}
.visiting_area .visinting_map__annotaition {
  font-size: 14px;
}

.access_area {
  max-width: 1000px;
  padding: 48px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .access_area {
    padding: 48px 15px;
  }
}
.access_area .p15 {
  padding: 0 15px;
}

.functionality {
  background-color: #f8f6f4;
}
.functionality .functionality_wrapper {
  max-width: 1000px;
  padding: 24px 20px;
  margin: 0 auto;
}
.functionality .functionality_flexwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .functionality .functionality_flexwrap {
    flex-direction: column;
  }
}
.functionality h4 {
  font-size: 18px;
  font-weight: bold;
  color: var(--cBase);
}
.functionality h4 + p {
  line-height: 1.6;
  font-weight: 400;
}
.functionality h4 + p + p {
  font-weight: 500;
}
.functionality__btnarea {
  padding: 8px 0 0;
}
@media screen and (max-width: 768px) {
  .functionality__pic {
    width: 100%;
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 16px;
  }
}
.functionality__pic p {
  line-height: 1.6;
  font-weight: 500;
}
.functionality__pic img {
  mix-blend-mode: multiply;
}

.news_lists {
  border-top: 1px solid var(--cBase);
}
.news_lists .news_item {
  position: relative;
  transition: opacity 0.2s;
}
.news_lists .news_item > a {
  display: flex;
  grid-template-columns: 10.4% 180px 1fr;
  gap: clamp(0.5rem, 0.125rem + 1.88vw, 1.25rem);
  padding: 1em 0;
  color: var(--cBase);
  line-height: 1.6;
  border-bottom: 1px solid rgba(var(--cBase-rgb), 0.4);
  transition: opacity 0.2s;
}
@media screen and (max-width: 768px) {
  .news_lists .news_item > a {
    grid-template-columns: 25% 1fr;
    gap: 4px 8px;
    padding: 0.8em 0;
  }
}
@media (hover: hover) {
  .news_lists .news_item > a:hover {
    opacity: 0.8;
  }
}
.news_lists .news_item:last-of-type > a {
  border-bottom: 1px solid var(--cBase);
}
@media (hover: hover) {
  .news_lists .news_item:hover::after {
    translate: 3px -50%;
  }
}
.news_lists .news_item__date {
  align-self: center;
}
@media screen and (max-width: 768px) {
  .news_lists .news_item__date {
    grid-column: 1/1;
    grid-row: 1/2;
  }
}
.news_lists .news_item__category {
  align-self: center;
  padding: 0.4em 4px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  background-color: var(--cBase);
}
@media screen and (max-width: 768px) {
  .news_lists .news_item__category {
    grid-column: 2/3;
    grid-row: 1/2;
    max-width: 180px;
    padding: 0.2em 4px;
  }
}
.news_lists .news_item__category--client {
  background-color: var(--cBase);
}
.news_lists .news_item__category--medical {
  background-color: var(--cYellow);
}
.news_lists .news_item__ttl {
  padding: 4px 36px 4px 10px;
  padding-left: clamp(0rem, -0.125rem + 0.63vw, 0.25rem);
  color: var(--cBlack);
}
@media screen and (max-width: 768px) {
  .news_lists .news_item__ttl {
    grid-column: 1/3;
    grid-row: 2/3;
    padding-right: 16px;
  }
}
.news_lists .news_item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-bottom: -1.5px;
  margin-right: 3px;
  background-image: url("../../img/nav/arrow_nav_link_ico.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transition: translate 0.2s;
}
@media screen and (max-width: 768px) {
  .news_lists .news_item::after {
    top: auto;
    right: 0;
    bottom: 0.8em;
  }
}

.news_single__date {
  padding: 0.4em 0;
  margin-right: 0.4em;
  font-size: 24px;
  vertical-align: middle;
}
.news_single__category {
  display: inline-block;
  padding: 0.4em 12px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  background-color: var(--cBase);
}
@media screen and (max-width: 768px) {
  .news_single__category {
    padding: 0.4em 6px;
  }
}
.news_single__category--client {
  background-color: var(--cPink);
}
.news_single__category--medical {
  background-color: var(--cSky);
}
.news_single__ttl {
  padding: 16px 0;
  margin-bottom: 16px;
  color: var(--cBase);
  line-height: 1.5;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .news_single__ttl {
    padding: 16px 0;
    font-size: 18px;
    font-weight: bold;
  }
}
.news_single__txtbody {
  padding: 40px 0;
  border-block: 1px solid var(--cBase);
  word-break: break-all;
}
.news_single__btnarea {
  padding: 32px 0 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .news_single__btnarea {
    text-align: center;
  }
}

.news_archive_pagination {
  display: flex;
  justify-content: center;
  padding: 64px 0 16px;
}
@media screen and (max-width: 768px) {
  .news_archive_pagination {
    padding: 32px 0 0;
  }
}
.news_archive_pagination .page-numbers {
  margin: 0 12px;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  color: rgba(var(--cBase-rgb), 0.5);
}
.news_archive_pagination .page-numbers.current {
  font-weight: bold;
  color: var(--cBase);
}
.news_archive_pagination .next.page-numbers,
.news_archive_pagination .prev.page-numbers {
  display: inline-block;
}
.news_archive_pagination .next.page-numbers img,
.news_archive_pagination .prev.page-numbers img {
  display: flex;
  margin-top: -12px;
}
.news_archive_pagination .prev.page-numbers img {
  transform: scale(-1, 1);
}

#faq-container .ttlarea--base {
  background-image: url(/assets/img/faq/faq_top.png);
}
#faq-container .faq-content-area .faq-button-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 auto;
  padding: 20px 0;
  padding: 0px 150px;
}
#faq-container .faq-content-area .faq-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  font-size: 16px;
  text-decoration: none;
  color: #333;
  background-color: #f5f5f5;
  border-radius: 4px;
  text-align: center;
  transition: background-color 0.3s;
}
#faq-container .faq-content-area .faq-button.active {
  background-color: #d15a3b; /* Replace with the specific color code */
  color: #fff;
}
#faq-container .faq-content-area .faq-button:hover {
  background-color: #d15a3b; /* Darken on hover */
  color: #fff;
}
#faq-container .faq-content-area .faq-button {
  padding: 15px;
  font-size: 16px;
  text-align: center;
  background-color: #f5f5f5;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}
#faq-container .faq-content-area .faq-button.active, #faq-container .faq-content-area .faq-button:hover {
  background-color: #d15a3b; /* Active and hover color */
  color: #fff;
}
#faq-container .faq-content-area .faq-content-container {
  margin: 60px auto 20px;
  padding: 20px;
  background: #F3F5F7;
  max-width: 1380px;
}
#faq-container .faq-content-area .faq-content-container .faq-list .faq-item {
  padding: 50px 0;
}
#faq-container .faq-content-area .faq-content-container .faq-list .faq-item .faq-title {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  position: relative;
  margin-bottom: 50px;
}
#faq-container .faq-content-area .faq-content-container .faq-list .faq-item .faq-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background-color: #E6531E;
}
#faq-container .faq-content-area .faq-content-container .faq-list .faq-item .faq-q-a {
  margin: 0 120px;
}
#faq-container .faq-content-area .faq-content-container .faq-list .faq-item .faq-q-a .wp-block-group {
  background: #FFFFFF;
  padding: 40px 50px;
  margin-bottom: 20px;
}
#faq-container .faq-content-area .faq-content-container .faq-list .faq-item .faq-q-a .wp-block-group .wp-block-group__inner-container {
  margin-left: 80px;
  margin-right: 90px;
}
#faq-container .faq-content-area .faq-content-container .faq-list .faq-item .faq-q-a .wp-block-group .wp-block-group__inner-container .wp-block-heading {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
#faq-container .faq-content-area .faq-content-container .faq-list .faq-item .faq-q-a .wp-block-group .wp-block-group__inner-container .wp-block-heading::before {
  content: "";
  margin-left: -70px;
  background-image: url(/assets/img/faq/question.svg);
  background-repeat: no-repeat;
  margin-top: 10px;
  width: 28px;
  height: 32px;
  position: absolute;
}
#faq-container .faq-content-area .faq-content {
  display: none;
}
#faq-container .faq-content-area .faq-content.active {
  display: block; /* Only the active section is shown */
}
#faq-container .faq-content-area .contact-for-more {
  padding: 100px 0 200px;
  text-align: center;
}
#faq-container .faq-content-area .contact-for-more .more-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 60px;
}
#faq-container .faq-content-area .contact-for-more .btn-grp .btn {
  color: #fff;
  border: none;
  border-radius: 45px;
  cursor: pointer;
  margin-right: 10px;
  width: 450px;
  height: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#faq-container .faq-content-area .contact-for-more .btn-grp .btn:last-child {
  margin-right: 0;
}
#faq-container .faq-content-area .contact-for-more .btn-grp .btn--org {
  background: #E6531E;
  transition: all 0.3s ease;
}
#faq-container .faq-content-area .contact-for-more .btn-grp .btn--org:hover {
  background: #EB754B;
}
#faq-container .faq-content-area .contact-for-more .btn-grp .btn--blue {
  background: #015793;
  transition: all 0.3s ease;
}
#faq-container .faq-content-area .contact-for-more .btn-grp .btn--blue:hover {
  background: #4C89B3;
}
@media screen and (max-width: 768px) {
  #faq-container .faq-content-area .top_title {
    padding: 50px 0 0;
  }
  #faq-container .faq-content-area .top_title h3 {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 5px;
  }
  #faq-container .faq-content-area .top_title span {
    font-size: 12px;
  }
  #faq-container .faq-content-area .top_title p {
    margin: 40px 0 80px;
    font-size: 14px;
  }
  #faq-container .faq-content-area .faq-button-container {
    gap: 10px;
    padding: 0 20px;
    width: 100%;
  }
  #faq-container .faq-content-area .faq-button-container .faq-button {
    font-size: 14px;
  }
  #faq-container .faq-content-area .faq-content-container {
    padding: 0px;
    margin: 55px 0 80px;
  }
  #faq-container .faq-content-area .faq-content-container .faq-list {
    margin: 20px 0;
  }
  #faq-container .faq-content-area .faq-content-container .faq-list .faq-item {
    padding: 40px 0 100px;
  }
  #faq-container .faq-content-area .faq-content-container .faq-list .faq-item .faq-title {
    font-size: 20px;
    margin-bottom: 75px;
  }
  #faq-container .faq-content-area .faq-content-container .faq-list .faq-item .faq-q-a {
    margin: 0 20px;
  }
  #faq-container .faq-content-area .faq-content-container .faq-list .faq-item .faq-q-a .wp-block-group {
    background: #FFFFFF;
    padding: 40px;
    margin-bottom: 30px;
  }
  #faq-container .faq-content-area .faq-content-container .faq-list .faq-item .faq-q-a .wp-block-group:nth-last-child(2) {
    margin-bottom: 0;
  }
  #faq-container .faq-content-area .faq-content-container .faq-list .faq-item .faq-q-a .wp-block-group .wp-block-group__inner-container {
    margin-left: 0px;
    margin-right: 0;
  }
  #faq-container .faq-content-area .faq-content-container .faq-list .faq-item .faq-q-a .wp-block-group .wp-block-group__inner-container .wp-block-heading {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 50px;
    margin-bottom: 20px;
  }
  #faq-container .faq-content-area .faq-content-container .faq-list .faq-item .faq-q-a .wp-block-group .wp-block-group__inner-container .wp-block-heading::before {
    content: "";
    margin-left: 0px;
    background-image: url(/assets/img/faq/question.svg);
    margin-right: 0px;
    width: 28px;
    height: 32px;
    position: absolute;
    top: -10px;
  }
  #faq-container .faq-content-area .faq-content-container .faq-list .faq-item .faq-q-a .wp-block-group p {
    font-size: 14px;
  }
  #faq-container .faq-content-area .contact-for-more {
    padding: 0 0 200px;
  }
  #faq-container .faq-content-area .contact-for-more .more-title {
    font-size: 16px;
    margin-bottom: 40px;
  }
  #faq-container .faq-content-area .contact-for-more .btn-grp {
    gap: 20px;
  }
  #faq-container .faq-content-area .contact-for-more .btn-grp .btn {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 315px;
    height: 63px;
    font-size: 14px;
  }
  #faq-container .faq-content-area .contact-for-more .btn-grp .btn:last-child {
    margin-right: 0;
  }
  #faq-container .faq-content-area .contact-for-more .btn-grp .btn--org {
    background: #E6531E;
    transition: all 0.3s ease;
  }
  #faq-container .faq-content-area .contact-for-more .btn-grp .btn--org:hover {
    background: #EB754B;
  }
  #faq-container .faq-content-area .contact-for-more .btn-grp .btn--blue {
    background: #015793;
    transition: all 0.3s ease;
  }
  #faq-container .faq-content-area .contact-for-more .btn-grp .btn--blue:hover {
    background: #4C89B3;
  }
}

#food_container form .search-filter {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
#food_container form .search-filter input {
  padding: 10px 5px;
  font-size: 16px;
}
#food_container form .search-filter select {
  padding: 7px 5px;
  font-size: 16px;
}
#food_container .food-list {
  padding: 50px 0px;
}
#food_container .food-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  list-style: none;
}
#food_container .food-list ul li {
  width: calc(33% - 30px);
  max-height: fit-content;
  align-items: center;
  padding: 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
  border-radius: 10px;
}
#food_container .food-list ul li:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#food_container .food-list ul li .food_item__info {
  line-height: 1.5;
  margin-bottom: 10px;
  letter-spacing: 0px;
  font-size: 14px;
}
#food_container .food-list ul li .food_item__info img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center center;
}
#food_container .food-list ul li .food_item__info .food-item__info-details {
  margin-top: 10px;
}
#food_container .food-list ul li .food_item__info .food-item__info-details .food-item__category {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  background-color: var(--cBase);
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  display: flex;
  max-width: fit-content;
}
#food_container .food-list ul li .food_item__info .food-item__info-details .food-item__name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  color: var(--cBase);
}
#food_container .food-list ul li .food_item__info .food-item__info-details .food-item__price {
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
  color: var(--cBase);
}
#food_container .food-list ul li .food_item__info .food-item__info-details .food-item__price:before {
  content: "";
  font-size: 12px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  #food_container .food-list ul li {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 480px) {
  #food_container .food-list ul li {
    width: calc(100% - 30px);
  }
}

.c_title {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px dashed var(--cBase);
  color: var(--ctopclr);
  margin-bottom: 30px;
}

label {
  font-size: 16px;
  color: var(--cBlack);
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}

input {
  height: 48px;
  width: 700px;
  margin-bottom: 16px;
  padding: 10px 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  input {
    width: 100%;
  }
}

select {
  height: 48px;
  width: 180px;
  margin-bottom: 16px;
  padding: 10px 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

textarea {
  height: 150px;
  width: 100%;
  margin-bottom: 16px;
  padding: 10px 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

input[type=email] {
  width: 700px;
}
@media screen and (max-width: 768px) {
  input[type=email] {
    width: 100%;
  }
}

input[type=date],
input[type=time],
input[type=number] {
  width: 180px;
}

input[type=checkbox] {
  margin-right: 10px;
  vertical-align: text-bottom;
  margin-bottom: 10px;
}

.rtb-booking-form .rtb-modification-email {
  margin-bottom: 32px;
  background-color: #333;
  border: 2px solid #333;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.submit_btn {
  border: none;
  margin-bottom: 0px;
  text-align: center;
}
.submit_btn input[type=submit] {
  width: 180px;
  margin-bottom: 0px;
  background-color: var(--ctopclr);
  color: var(--cWhite);
  font-size: 16px;
  letter-spacing: 1px;
}
.submit_btn input[type=submit]:hover {
  background-color: var(--cPorg);
  cursor: pointer;
}

#reservation .rtb-text,
#reservation .rtb-select,
#reservation .rtb-message {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 10px;
}
#reservation .reservation_sche p {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  #reservation .reservation_sche p {
    justify-content: start;
  }
}
#reservation .reservation_info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#reservation input[type=checkbox] {
  display: none;
}
#reservation .checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
#reservation .checkbox01::before {
  background: #fff;
  border: 1px solid #231815;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
#reservation .checkbox01::after {
  border-right: 3px solid #ed7a9c;
  border-bottom: 3px solid #ed7a9c;
  content: "";
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

#confirmation .confirmation-title {
  font-weight: bold;
  font-size: 18px;
}
#confirmation .confirmation-item {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  padding: 10px 0px;
}
#confirmation .confirmation-item .confirmation-title {
  font-weight: bold;
  font-size: 16px;
  min-width: 200px;
}

#confirm-btn {
  width: 180px;
  background-color: var(--ctopclr);
  color: var(--cWhite);
  font-size: 16px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  height: 51px;
  justify-content: center;
  border-radius: 10px;
  margin: 0 auto;
}
#confirm-btn:hover {
  background-color: var(--cPorg);
  cursor: pointer;
}

.confirmation-btn-grp {
  margin-top: 50px;
}
.confirmation-btn-grp p {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.confirmation-btn-grp p .btn__boxstyle {
  width: 180px;
  background-color: var(--ctopclr);
  color: var(--cWhite);
  font-size: 16px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  height: 51px;
  justify-content: center;
  border-radius: 10px;
}
.confirmation-btn-grp p .btn__boxstyle:hover {
  background-color: var(--cPorg);
  cursor: pointer;
}
.confirmation-btn-grp p .btn__backpage {
  background-color: var(--btnblack);
}
.confirmation-btn-grp p .btn__backpage:hover {
  background-color: var(--cBlack);
  cursor: pointer;
}

.recommend_menu_area .recommend_menu_area__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.recommend_menu_area .recommend_menu_area__items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  color: var(--cBlack);
}
.recommend_menu_area .recommend_menu_area__items .recommend_menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  border: 1px solid var(--cGray);
  max-width: 300px;
  padding: 20px 15px 40px;
  border-radius: 10px;
  position: relative;
}
.recommend_menu_area .recommend_menu_area__items .recommend_menu__items .recommend_menu__img {
  width: 100%;
}
.recommend_menu_area .recommend_menu_area__items .recommend_menu__items .recommend_menu__img img {
  width: 100%;
  object-fit: cover;
  height: 180px;
  border-radius: 10px;
}
.recommend_menu_area .recommend_menu_area__items .recommend_menu__items .recommend_menu__details {
  line-height: 1.5;
  margin-top: 15px;
}
.recommend_menu_area .recommend_menu_area__items .recommend_menu__items .recommend_menu__details .recommend_menu__name {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.recommend_menu_area .recommend_menu_area__items .recommend_menu__items .recommend_menu__details .recommend_menu__title {
  margin-bottom: 10px;
}
.recommend_menu_area .recommend_menu_area__items .recommend_menu__items .recommend_menu__details .recommend_menu__title .price_rate {
  font-size: 20px;
  font-weight: bold;
  margin-left: 5px;
  color: var(--cBase);
}
.recommend_menu_area .recommend_menu_area__items .recommend_menu__items .recommend_menu__details .recommend_menu__title .price_rate:before {
  content: "";
  font-size: 12px;
  margin-right: 5px;
}
.recommend_menu_area .recommend_menu_area__items .recommend_menu__items .recommend_menu__details a {
  color: var(--btnblue);
  text-decoration: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.recommend_menu_area .recommend_menu_area__items .recommend_menu__items .recommend_menu__details a:hover {
  text-decoration: underline;
}

.staff_block__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff_block .staff-archive .staff-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.staff_block .staff-archive .staff-list .staff-member {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 0;
}
.staff_block .staff-archive .staff-list .staff-member img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
}
.staff_block .staff-archive .staff-list .staff-member__name {
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.staff_block .staff-archive .staff-list .staff-member__position {
  color: #999;
  text-align: center;
  font-size: 14px;
}
.staff_block .staff_page {
  text-align: right;
}
.staff_block .staff_page a {
  text-decoration: underline;
  color: var(--btnblue);
}/*# sourceMappingURL=app.css.map */