@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
html {
  font-size: 10px;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-weight: normal;
  color: #595757;
  font-size: 1.6rem;
  line-height: 2.75;
}

main {
  background-color: #fff;
}

a {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
}

.inner {
  max-width: 947px;
  margin: 0 auto;
}

/* モーダル */
.modal-overlay {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.modal-container {
  background-color: #fff;
  max-height: 80vh;
  overflow-y: auto;
  padding: 30px;
  width: 90%;
  border-radius: 10px;
}

.modal-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: clamp(1.8rem, 1.711rem + 0.44vw, 2rem);
  font-weight: 600;
}

.modal-close {
  background: transparent;
  border: 0;
}

.modal-header .modal-close::before {
  content: "✕";
}

.modal-content {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.modal-open {
  display: block;
  margin: 100px auto;
}

/* モーダルアニメーション */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal {
  display: none;
}

.micromodal.is-open {
  display: block;
}

.micromodal[aria-hidden=false] .modal-overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal[aria-hidden=false] .modal-container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal[aria-hidden=true] .modal-overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal[aria-hidden=true] .modal-container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal .modal-container,
.micromodal .modal-overlay {
  will-change: transform;
}

.scroll-hint-icon {
  height: 90px;
}

.scroll-hint-text {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 70px;
  }
}
.l-header {
  padding-left: 4.9vw;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.l-header__logo {
  padding-top: 30px;
  z-index: 99;
}
.l-header__logo a:hover {
  opacity: 1;
}

.l-header__nav {
  background-color: #fff;
  border-radius: 0 0 0 30px;
  width: 66%;
  max-width: 660px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 45px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__list-top {
  color: #000;
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 3.5em;
}

.l-header__list-top .l-header__item {
  position: relative;
  padding-left: 1.5em;
}

.l-header__item.access::before {
  background: url(../img/header-access.svg) no-repeat center/cover;
  content: "";
  display: inline-block;
  width: 10px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-header__item.map::before {
  background: url(../img/header-map.svg) no-repeat center/cover;
  content: "";
  display: inline-block;
  width: 15px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-header__item.contact::before {
  background: url(../img/header-contact.svg) no-repeat center/cover;
  content: "";
  display: inline-block;
  width: 16px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-header__item.recruit::before {
  background: url(../img/header-recruit.svg) no-repeat center/cover;
  content: "";
  display: inline-block;
  width: 10px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-header__list-bottom {
  font-size: clamp(1.2rem, 1.56vw, 1.6rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: 500;
}

.l-header__list-bottom .l-header__item {
  padding-bottom: 0.5em;
}

.l-header__item:hover .l-dropMenuList {
  visibility: visible;
}

.l-dropMenu {
  position: relative;
  padding-bottom: 0.5em;
  cursor: pointer;
}

.l-dropMenuList {
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  visibility: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
  border-radius: 30px;
}

.l-dropMenuList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 2em;
  font-size: clamp(1.2rem, 1.56vw, 1.6rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.l-header__hamburger {
  display: none;
  background-color: #66CC33;
  position: relative;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 999;
}

.l-header__hamburger:hover {
  opacity: 0.7;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.l-header__hamburger-bar {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 20px;
  height: 4px;
  background: #fff;
  width: 45%;
}

.l-header__hamburger-bar:nth-of-type(1) {
  top: 16px;
}

.l-header__hamburger-bar:nth-of-type(2) {
  top: 25px;
}

.l-header__hamburger-bar:nth-of-type(3) {
  top: 34px;
}

.l-header__hamburger-bar:nth-of-type(3)::after {
  content: "メニュー";
  position: absolute;
  width: 140%;
  top: 5px;
  left: -5px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.l-header__hamburger.active {
  z-index: 999;
}

.l-header__hamburger.active .l-header__hamburger-bar:nth-of-type(1) {
  top: 21px;
  left: 23px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 40%;
}

.l-header__hamburger.active .l-header__hamburger-bar:nth-of-type(2) {
  opacity: 0;
}

.l-header__hamburger.active .l-header__hamburger-bar:nth-of-type(3) {
  top: 33px;
  left: 23px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 40%;
}

.l-header__hamburger.active .l-header__hamburger-bar:nth-of-type(3)::after {
  content: "閉じる";
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
  text-align: center;
  top: 5px;
  left: 11px;
}

/* メニュー展開時背景固定 */
body.active {
  height: 100%;
  overflow: hidden;
}

/* 右から出てくるメニュー */
.l-header__hamburger-menu {
  width: 100%;
  margin-top: 70px;
  height: 100%;
  position: fixed;
  background-color: #fff;
  text-align: center;
  top: 0;
  right: -200%;
  z-index: 100;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.l-header__hamburger-menu.active {
  right: 0;
}

.l-header__hamburgerItem-wrapper {
  width: 100%;
  padding-bottom: 56%;
  height: 100%;
  overflow-y: scroll;
}

/* ハンバーガーアコーディオン */
.l-accordion__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10%;
  text-align: left;
  padding-left: 10%;
}

.l-accordion__title {
  font-size: clamp(1.6rem, 4.266vw, 3.2rem);
  font-weight: bold;
  cursor: pointer;
  padding-top: 1em;
  padding-left: 1.5em;
  position: relative;
}

.l-accordion__title::before {
  border-right: solid 5px #66CC33;
  border-top: solid 5px #66CC33;
  content: "";
  display: block;
  height: 0.8em;
  position: absolute;
  left: 0;
  top: 55%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 0.8em;
}

.l-accordion__title.open::before {
  top: 48%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.l-accordion__content {
  display: none;
}

.l-accordionList__item {
  font-size: clamp(1.4rem, 1.133rem + 1.33vw, 2rem);
  padding-left: 2.5em;
}

.l-header__hamburgerItem-bottom {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  right: -200%;
  width: 100%;
  font-size: clamp(1.6rem, 4.266vw, 3.2rem);
  line-height: 1;
  color: #595757;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  border-top: 1px solid #B3B3B3;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.l-header__hamburgerItem-bottom .l-header__item.contact {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  grid-column: 1/3;
}
.l-header__hamburgerItem-bottom .l-header__item.recruit {
  border-left: 1px solid #B3B3B3;
}
.l-header__hamburgerItem-bottom .l-header__item.access::before {
  width: 1.26em;
  height: 1.96em;
  left: 6%;
}
.l-header__hamburgerItem-bottom .l-header__item.map::before {
  width: 2em;
  height: 1.86em;
  left: 4%;
}
.l-header__hamburgerItem-bottom .l-header__item.contact::before {
  width: 1.8em;
  height: 1.3em;
  left: 20%;
}
.l-header__hamburgerItem-bottom .l-header__item.recruit::before {
  width: 1.4em;
  height: 1.9em;
  left: 6%;
}

.l-header__hamburgerItem-bottom.active {
  right: 0;
}

.l-header__hamburgerItem-bottom.active .l-header__item {
  position: relative;
  border-bottom: 1px solid #B3B3B3;
}

.l-header__hamburgerItem-bottom.active .l-header__item a,
.l-header__hamburgerItem-bottom.active .l-header__item button {
  padding: 1.5em 0;
  cursor: pointer;
}

.l-header__hamburgerItem-bottom.active .l-header__item a:hover,
.l-header__hamburgerItem-bottom.active .l-header__item button:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .l-header {
    background-color: #fff;
    position: fixed;
    height: 70px;
  }
  .l-header__logo {
    padding-top: 0.3em;
  }
  .l-header__nav {
    display: none;
  }
  .l-header__hamburger {
    display: block;
  }
}
.l-subHeader {
  background-color: #fff;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.l-subHeader__nav {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.l-subHeader__nav .l-header__list-bottom {
  margin-top: 1em;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .l-subHeader {
    height: 70px;
  }
}
#l-footer {
  border-top: 1px solid rgba(35, 24, 21, 0.3);
  padding: 2vw 4.9vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-footer__address {
  font-size: clamp(1.2rem, 1.56vw, 1.3rem);
  line-height: 1.2769230769;
  letter-spacing: 0.05em;
  margin-top: 1em;
  color: #000;
}

.l-footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #66CC33;
  padding: 0.5em 0 0.7em;
}

.l-footer__tel-m {
  font-size: clamp(1.4rem, 1.82vw, 1.8rem);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #66CC33;
  font-weight: 600;
}

.l-footer__tel-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(2rem, 2.6vw, 2.7rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}

.l-footer__tel-s {
  font-size: 1.26rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.l-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  margin-top: 1em;
}

.l-footer__link {
  font-size: clamp(1.2rem, 1.56vw, 1.3rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.l-footerNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1em;
}

.l-footerNav__list-top {
  font-size: clamp(1.3rem, 1.69vw, 1.6rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.l-footerNav__list-bottom {
  margin-top: 0.5em;
  font-size: clamp(1.2rem, 1.56vw, 1.3rem);
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.l-footer__reception {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1em 0 0 auto;
  font-size: clamp(1.2rem, 1.56vw, 1.3rem);
  line-height: 1.5;
}

.l-footer__reception-close {
  margin-top: 0.5em;
}

.l-footer__copyright {
  text-align: right;
  font-size: 1rem;
  line-height: 1;
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  #l-footer {
    display: block;
  }
  .l-footerNav__list {
    display: none;
  }
  .l-footer__reception {
    display: none;
  }
  .l-footer__copyright {
    text-align: left;
  }
  .l-footer__left,
  .l-footer__right {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.l-subFooter {
  background: #66CC33;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3vw 4.9vw 5vw;
  position: relative;
}

.l-subFooter__center {
  font-size: clamp(1.2rem, 1.56vw, 1.5rem);
  line-height: 1.6;
}

.l-subFooter__links {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(2, auto);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: clamp(1.2rem, 1.56vw, 1.3rem);
  line-height: 1.6;
  text-align: right;
  height: auto;
}

.l-subFooter__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-subFooter__tel-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.l-subFooter__link-staffOnly {
  margin-right: 0;
  margin-left: auto;
  grid-row: 2/3;
  grid-column: 2/3;
}

.l-subFooter__copyright {
  font-size: 1rem;
  position: absolute;
  bottom: 2vw;
  right: 4.9vw;
}

@media screen and (max-width: 767px) {
  .l-subFooter {
    display: none;
  }
}
.l-lowerPage-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 2vw 4.9vw 5vw;
}

.l-lowerPage__main {
  width: 70%;
}

.l-lower__imgWrap {
  padding: 2vw 0;
  text-align: center;
  margin-top: 2em;
}

.l-lower__movieWrap {
  padding: 2vw 0;
  text-align: center;
  margin-top: 2em;
}

.l-lowerPage__text {
  font-size: 1.3rem;
  line-height: 1.6153846154;
  letter-spacing: 0.025em;
}

.l-lowerPage__txt-pl {
  padding-left: calc(24px + 1em);
}

.l-lowerPage__text-l {
  font-size: 2rem;
}

.l-lowerPage__text-s {
  display: block;
  font-size: 1.2rem;
  line-height: 1.6153846154;
  letter-spacing: 0.025em;
  margin-top: 0.5em;
}

.l-lowerPageLink {
  font-size: 1.3rem;
  line-height: 1.6153846154;
  letter-spacing: 0.025em;
}

.l-lowerPage__text + .l-lowerPage__text {
  margin-top: 0.5em;
}

.l-lowerPage__tel {
  font-size: clamp(1.3rem, 1.25vw, 1.6rem);
  line-height: 1.6153846154;
  padding-left: calc(24px + 1em);
}

.l-lowerPage__section {
  margin-top: 1.5em;
  padding-bottom: 2em;
}

.l-lowerPage__btn,
.l-lowerPage__emergency__btn {
  display: block;
  margin: 1em auto 0;
}

.l-lowerPage__figure {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.l-lowerPage__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5em;
}
.l-lowerPage__grid figure {
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-lowerPage__grid figcaption {
  text-align: center;
  line-height: 1.6;
  font-size: 1.3rem;
}
.l-lowerPage__grid figcaption strong {
  font-size: clamp(1.4rem, 3.73vw, 1.6rem);
}
.l-lowerPage__grid.l-lowerPage__grid-col3 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: unset;
}
.l-lowerPage__grid.l-lowerPage__grid-FitImg figure {
  width: 100%;
  height: 100%;
}
.l-lowerPage__grid.l-lowerPage__grid-FitImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-lowerPage__aside {
  width: 30%;
}

.l-lowerPage__asideNav {
  padding-top: 2em;
}

.l-lowerPage__aside-h4 {
  margin-top: 1.5em;
}

.l-lowerPage__asideLink {
  padding-left: 1.2em;
  font-size: clamp(1.2rem, 1.56vw, 1.5rem);
  line-height: 1.9333333333;
  letter-spacing: 0.05em;
}

.l-lowerPage__asideLink::before {
  content: "∟";
  vertical-align: bottom;
  margin-right: 0.3em;
}

.l-lowerPage__list-item {
  font-size: 1.3rem;
  line-height: 1.6153846154;
  letter-spacing: 0.025em;
  padding-left: 1.5em;
  position: relative;
}

.l-lowerPage__list-item::before {
  content: "●";
  color: #66CC33;
  position: absolute;
  left: 0;
}

.l-lowerPage__list-item + .l-lowerPage__list-item {
  margin-top: 1em;
}

.l-lowerPage__orderList,
.l-lowerPage__unOrderList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-lowerPage__orderList li,
.l-lowerPage__unOrderList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2em;
  font-size: 1.3rem;
  line-height: 1.6153846154;
  letter-spacing: 0.025em;
}
.l-lowerPage__orderList li .list-inner,
.l-lowerPage__unOrderList li .list-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-lowerPage__orderList li + li,
.l-lowerPage__unOrderList li + li {
  margin-top: 1.5em;
}

.l-lowerPage__anchorListWrap {
  background-color: #E0F5D6;
  padding: 0.5em 1em 0;
}

.l-lowerPage__listTitle {
  padding: 0.5em;
  color: #66CC33;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.025em;
  font-weight: 600;
}

.l-lowerPage__anchorList {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-lowerPage__anchorItem {
  width: calc((100% - 2em) / 2);
  border-top: 1px solid #B3B3B3;
  font-size: clamp(1.3rem, 1.69vw, 1.4rem);
  line-height: 1.6153846154;
  letter-spacing: 0.025em;
}

.l-lowerPage__anchorItem.border-b {
  border-bottom: 1px solid #B3B3B3;
}

.l-lowerPage__anchorLink,
.l-lowerPage__anchorLink-transition {
  padding: 1.5em 0.5em;
  position: relative;
}

.l-lowerPage__anchorLink-transition::after {
  content: "";
  width: 1em;
  height: 1em;
  border-top: solid 3px #66CC33;
  border-right: solid 3px #66CC33;
  position: absolute;
  right: 0.5em;
  top: 45%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.l-lowerPage__anchorLink::after {
  content: "";
  width: 1em;
  height: 1em;
  border-top: solid 3px #66CC33;
  border-right: solid 3px #66CC33;
  position: absolute;
  right: 0.5em;
  top: 45%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.l-lowerPage__tableWrap {
  overflow: auto;
  padding: 1em 1em 1em 0;
}

.l-lowerPage__table {
  width: 100%;
  border: 1px solid rgba(89, 87, 87, 0.2);
  text-align: center;
  font-size: 1.3rem;
}

.l-lowerPage__table tr {
  padding: 0.5em;
}

.l-lowerPage__table thead {
  background-color: #E0F5D6;
  border-bottom: 1px solid rgba(89, 87, 87, 0.2);
}
.l-lowerPage__table thead th + th {
  border-left: 1px solid rgba(89, 87, 87, 0.2);
}

.l-lowerPage__table th {
  padding: 0.5em;
  vertical-align: middle;
  color: #66CC33;
  text-align: center;
}
.l-lowerPage__table th span {
  font-size: 1.1rem;
}

.l-lowerPage__table tr + tr {
  border-top: 1px solid rgba(89, 87, 87, 0.2);
}

.l-lowerPage__table td {
  border-left: 1px solid rgba(89, 87, 87, 0.2);
  padding: 0.5em;
  vertical-align: middle;
}
.l-lowerPage__table td span {
  display: block;
  border-top: 1px dotted rgba(89, 87, 87, 0.3);
}
.l-lowerPage__table td span.border-top__none {
  border-top: none;
}

.l-lowerPage__attention {
  background-color: #fff5f2;
  padding: 1em;
}

.l-lowerPage__staffCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8%;
}

.l-lowerPage__staffCardWrap .l-lowerPage__staffCard + .l-lowerPage__staffCard {
  margin-top: 4rem;
}

.l-lowerPage__staffCard-img {
  width: 26%;
  max-width: 133px;
  height: 167px;
  overflow: hidden;
}

.l-lowerPage__staffCard-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 54% center;
     object-position: 54% center;
}

.l-lowerPage__staffCard-body {
  width: 66%;
}

.l-lowerPage__staffCard-heading-job {
  display: block;
  font-size: clamp(1.2rem, 3.2vw, 1.3rem);
  line-height: 1.9230769231;
}

.l-lowerPage__staffCard-heading {
  font-size: clamp(1.6rem, 5vw, 2.3rem);
  line-height: 1.0869565217;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(89, 87, 87, 0.2);
}

.l-lowerPage__staffCard-heading-en {
  font-size: clamp(1.2rem, 3.2vw, 1.3rem);
  line-height: 1.9230769231;
  margin-left: 1rem;
}

.l-lowerPage__scheduleList {
  border: 1px solid rgba(89, 87, 87, 0.2);
}

.l-lowerPage__scheduleList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5em 1em;
}
.l-lowerPage__scheduleList li .unit {
  font-weight: 600;
  color: #66CC33;
}
.l-lowerPage__scheduleList li .list-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-lowerPage__scheduleList li:nth-last-of-type(odd) {
  background-color: #E0F5D6;
}

.l-lowerPage__scheduleList li .unit {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .l-lowerPage-cont {
    display: block;
  }
  .l-lowerPage__main {
    width: 100%;
  }
  .l-lowerPage__grid {
    grid-template-columns: 1fr;
    place-items: center;
    grid-template-rows: unset;
  }
  .l-lowerPage__grid.l-lowerPage__grid-col3 {
    grid-template-columns: 1fr;
    place-items: center;
    grid-template-rows: unset;
  }
  .l-lowerPage__aside {
    width: 100%;
  }
  .l-lowerPage__tableWrap {
    padding-right: 0;
  }
  .l-lowerPage__table {
    min-width: 676.5px;
    overflow: scroll;
  }
  .l-lowerPage__anchorItem {
    width: 100%;
  }
  .l-lowerPage__anchorItem.border-b {
    border-bottom: none;
  }
  .l-lowerPage__asideInterview {
    margin-top: 10%;
  }
  .l-lowerPage__staffCard-img {
    height: auto;
    max-height: 160px;
  }
  .l-lowerPage__slider-img {
    max-height: 450px;
    min-height: 275px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .l-lowerPage__staffCard-img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .l-lowerPage__Interview-sliderWrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .l-lowerPage__Interview-sliderWrapper .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-lowerPage__Interview-sliderWrapper .slick-slide {
    height: auto !important;
  }
  .l-lowerPage__slider-slide {
    margin-bottom: 0;
    height: 100%;
  }
}
.c-heading__h2 {
  font-size: clamp(2.5rem, 7.81vw, 3.5rem);
  line-height: 1.75;
  color: #66CC33;
  padding-bottom: 0.2em;
  margin-bottom: 1em;
  border-bottom: 1px solid #595757;
  font-weight: 600;
}

.c-heading__h3 {
  position: relative;
  padding: 0 1em;
  font-size: clamp(1.8rem, 5.62vw, 2.3rem);
  line-height: 2;
  background: #66CC33;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5em;
  font-weight: 500;
}

.c-heading__h3::after {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 12px transparent;
  border-left: solid 40px #40856F;
}

.c-heading__h4 {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.025em;
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.c-heading__h4.big {
	border: solid #66CC33;
	border-width: 0 0 1px 4px;
	padding-left: 8px;
}
.c-heading__h4.sub {
	font-size: 1.4rem;
	line-height: 1.6;
	border: solid #66CC33;
	border-width: 1px;
	padding: 8px;
	display: inline-block;
}
.l-lowerPage__text + .c-heading__h4.big {
	margin-top: 2em;
}
.c-heading__h4.sub + .l-lowerPage__text + .l-lower__imgWrap,
.c-heading__h4.sub + .l-lowerPage__text + .l-lowerPage__text + .l-lower__imgWrap{
	margin-top: 0;
	padding-top: 1vw;
}
.c-heading-aside__h3 {
  color: #66CC33;
  font-size: clamp(1.4rem, 1.82vw, 1.8rem);
  line-height: 1.96875;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #66CC33;
  font-weight: 600;
}

.c-heading-aside__h4 {
  color: #66CC33;
  font-size: clamp(1.2rem, 1.56vw, 1.5rem);
  line-height: 1.9333333333;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.c-heading-news__h3 {
  font-size: clamp(1.8rem, 5.62vw, 2.3rem);
  line-height: 2;
  font-weight: 500;
  -webkit-text-decoration: underline solid #E0F5D6;
          text-decoration: underline solid #E0F5D6;
  text-decoration-thickness: 0.3em;
}

.c-heading-interview__h3 {
  font-size: clamp(1.8rem, 2.34vw, 2rem);
  line-height: 2;
  font-weight: 500;
  -webkit-text-decoration: underline solid #E0F5D6;
          text-decoration: underline solid #E0F5D6;
  text-decoration-thickness: 0.3em;
  margin-bottom: 1.5em;
}

.c-logo {
  font-size: 2.3rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.c-logo__sub {
  display: block;
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.c-logo__en {
  display: block;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.22em;
}

@media screen and (max-width: 767px) {
  .c-logo {
    font-size: 2rem;
  }
  .c-logo__sub {
    font-size: 1rem;
  }
  .c-logo__en {
    font-size: 1rem;
    letter-spacing: 0.12em;
  }
}
.c-btn {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid #66CC33;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 30px;
  font-weight: 600;
  margin-top: 2vw;
  font-size: 1.3rem;
}

.c-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  margin-left: 0.3em;
}

.c-anchorLink {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 0.7em;
}

.c-anchorLink::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #66CC33;
  border-right: 1px solid #66CC33;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-anchorLink__triangle {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 1.3em;
}

.c-anchorLink__triangle::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 0.4em solid #fff;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-right: 0.4em solid transparent;
}

.c-scroll-up {
  width: 57px;
  height: 57px;
  z-index: 9;
  position: fixed;
  right: 20px;
  bottom: 15px;
  background: #66CC33;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.c-scroll-up::before {
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 13px;
  height: 13px;
  top: 56%;
  left: 50%;
}

.c-scroll-up:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .scroll-up {
    width: 30px;
    height: 30px;
    position: fixed;
    right: 6px;
    bottom: 9px;
  }
}
.c-breadcrumbs {
  margin-top: 120px;
  padding: 1em 4.9vw;
  background-color: #E0F5D6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 600;
}

.c-breadcrumbs__item {
  padding-right: 1.5em;
  position: relative;
}

.c-breadcrumbs__item::after {
  content: "";
  width: 0.7em;
  height: 0.7em;
  border-top: solid 1px #595757;
  border-right: solid 1px #595757;
  position: absolute;
  top: 52%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.c-breadcrumbs__item:last-of-type::after {
  display: none;
}

.c-breadcrumbs__item .current {
  color: #66CC33;
}

@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    margin-top: 70px;
  }
}
.c-icon {
  padding-right: 1em;
}

.c-borderBox {
  border: 1px solid #66CC33;
  padding: 3vw;
}
.c-borderBox h4 {
  margin-top: 0;
}

.c-step {
  position: relative;
  border: 1px solid #B3B3B3;
}

.c-steps_list > li + li {
  margin-top: 5em;
}

.c-steps_list > li + li:before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: -3.5em;
  left: 48%;
  vertical-align: middle;
  color: #66CC33;
  line-height: 1;
  border: 3px solid #66CC33;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
}

.c-step_heading {
  background: #E0F5D6;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0.5em 3vw;
}

.c-step_heading span {
  color: #66CC33;
  margin-right: 0.5em;
}

.c-step_body {
  padding: 3vw;
}

.c-tag {
  font-size: clamp(1.2rem, 3.75vw, 1.4rem);
  margin-right: 0.5em;
  background: #E0F5D6;
  color: #66CC33;
  padding: 0 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 80%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-width: 60px;
  font-weight: 600;
}

.c-tag.important {
  color: #ff3d00;
  background: #fff5f2;
}

.c-tag.patient {
  background: #d9b3ff;
  color: #fff;
}

.c-tag.event {
  background: #F19EC2;
  color: #fff;
}

.c-tag.recruit {
  background: #66C6E2;
  color: #fff;
}

.c-tag.bid {
  background: #c8c8c8;
  color: #fff;
}

.c-tag.other {
  background: #FBB03B;
  color: #fff;
}

.c-underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #E0F5D6));
  background: linear-gradient(transparent 60%, #E0F5D6 0%);
}

.p-accessInfo__map {
  border: 1px solid #B3B3B3;
}

.p-accessInfo__btn {
  display: block;
  margin: 1.5em 0 3em;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .p-accessInfo__btn {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-emergency__btn {
  width: 60%;
}

.p-outpatient__box {
  margin-top: 3em;
}

.p-outpatient-emergency__h4 {
  margin-top: 2em;
  margin-bottom: 0;
}

.p-checkup__reservationBadge {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact-cont {
  max-width: 1040px;
  margin: 0 auto;
  padding: 2vw 4.9vw 5vw;
}

.p-contactForm__wrap {
  margin: 3em auto 0;
  width: 100%;
  max-width: 600px;
}

.p-contactForm__item label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
  font-size: 1.4rem;
}
.p-contactForm__item label .required {
  color: red;
  line-height: 1.5;
  margin-left: 0.5em;
}
.p-contactForm__item input {
  width: 100%;
  border: 1px solid rgba(89, 87, 87, 0.2);
  border-radius: 6px;
  padding: 1.2rem 1.6rem;
  line-height: 1.7;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-contactForm__item input:hover {
  border: 1px solid #B3B3B3;
}
.p-contactForm__item input::-webkit-input-placeholder {
  color: #B3B3B3;
}
.p-contactForm__item input::-moz-placeholder {
  color: #B3B3B3;
}
.p-contactForm__item input:-ms-input-placeholder {
  color: #B3B3B3;
}
.p-contactForm__item input::-ms-input-placeholder {
  color: #B3B3B3;
}
.p-contactForm__item input::placeholder {
  color: #B3B3B3;
}
.p-contactForm__item input.has-been-focused:invalid {
  border: 1px solid #ff3d00;
}
.p-contactForm__item input.has-been-focused:focus {
  outline: 1px solid #B3B3B3;
  border: 1px solid #B3B3B3;
}
.p-contactForm__item textarea {
  resize: none;
  padding: 1.2rem;
  border: 1px solid rgba(89, 87, 87, 0.2);
  border-radius: 6px;
  width: 100%;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.p-contactForm__item textarea:hover {
  border: 1px solid #B3B3B3;
}
.p-contactForm__item textarea::-webkit-input-placeholder {
  color: #B3B3B3;
}
.p-contactForm__item textarea::-moz-placeholder {
  color: #B3B3B3;
}
.p-contactForm__item textarea:-ms-input-placeholder {
  color: #B3B3B3;
}
.p-contactForm__item textarea::-ms-input-placeholder {
  color: #B3B3B3;
}
.p-contactForm__item textarea::placeholder {
  color: #B3B3B3;
}
.p-contactForm__item textarea.has-been-focused:invalid {
  border: 1px solid #ff3d00;
}
.p-contactForm__item textarea.has-been-focused:focus {
  outline: 1px solid #B3B3B3;
  border: 1px solid #B3B3B3;
}

.p-contactForm__item + .p-contactForm__item {
  margin-top: 2em;
}

.privacyProtection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.privacyProtection-check {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}

.privacyProtection-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  line-height: 1;
  padding-left: 3.2rem;
}

.privacyProtection-text a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
}

.privacyProtection-text::before {
  position: absolute;
  left: 0;
  display: block;
  background: #fff;
  border: 1px solid #B3B3B3;
  border-radius: 2px;
  content: "";
  width: 18px;
  height: 18px;
}

.privacyProtection-check:checked + .privacyProtection-text::before {
  background: #66CC33;
  border: 1px solid #66CC33;
}

.privacyProtection-check:checked + .privacyProtection-text::after {
  position: absolute;
  top: 2px;
  left: 7px;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  width: 5px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.privacyProtection-check.has-been-focused:invalid + .privacyProtection-text::before {
  border: 1px solid #ff3d00;
}

.p-contact__btn {
  width: 60%;
  text-align: center;
  font-size: 1.4rem;
  padding: 0.5rem 1.6rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 360px;
  display: block;
  margin: 3em auto 0;
}

.p-contact__btn:hover {
  background-color: #66CC33;
  color: #fff;
}

.p-contactForm .error {
  display: none;
  color: red;
  font-size: 1.4rem;
  text-align: left;
}

.p-contactForm .privacyProtection-error {
  text-align: center;
  padding-left: 3.2rem;
}

.p-contact__comingSoonWrap .p-contact__btn {
  margin-top: 1em;
}

.p-contact__comingSoon {
  margin-bottom: 1.5em;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.p-contact__comingSoon-telWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
}

.p-contact__comingSoon-telInner {
  font-size: 1.8rem;
}

.p-contact__comingSoon-tel {
  font-size: 1.8rem;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .p-contactForm__item + .p-contactForm__item {
    margin-top: 1em;
  }
}
.p-sitemap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6%;
}
.p-sitemap__list li {
  width: 47%;
  border-bottom: 1px solid rgba(89, 87, 87, 0.2);
}
.p-sitemap__list li:first-of-type {
  border-top: 1px solid rgba(89, 87, 87, 0.2);
}
.p-sitemap__list li:nth-of-type(2) {
  border-top: 1px solid rgba(89, 87, 87, 0.2);
}

.p-sitemap__link {
  padding: 1em;
  position: relative;
}

.p-sitemap__link:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  background-color: #E0F5D6;
}

.p-sitemap__link::after {
  content: "";
  width: 1em;
  height: 1em;
  border-top: solid 3px #66CC33;
  border-right: solid 3px #66CC33;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .p-sitemap__list li {
    width: 80%;
  }
  .p-sitemap__list li:nth-of-type(2) {
    border-top: none;
  }
}
.p-department__h2 {
  color: #64c4fa;
  border-bottom: solid 3px #87edfc;
  position: relative;
}

.p-department__h2::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #f8ef06;
  bottom: -3px;
  width: 11.5%;
}

.p-department__h3 {
  position: relative;
  margin-bottom: 1.5em;
  font-size: clamp(1.8rem, 5.62vw, 2.3rem);
  line-height: 2;
  font-weight: 500;
  padding: 0.2em 0;
}

.p-department__h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: repeating-linear-gradient(-45deg, #70edb0, #70edb0 2px, #fff 2px, #fff 4px);
}

.p-department__h4 {
  font-weight: 500;
  line-height: 1.6;
  font-size: clamp(1.6rem, 4.26vw, 2rem);
  padding: 0.2em 0;
  color: #64c4fa;
}

.p-department__cont {
  display: block;
  width: 85%;
}
.p-department__cont .p-department__txt {
  font-size: 1.5rem;
}

.p-department__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-department__txt-philosophy {
  font-weight: bold;
  font-size: clamp(1.6rem, 4.26vw, 2rem);
  text-align: center;
  padding: 0 1em;
  color: #64c4fa;
}

.p-department__list__policy {
  padding-left: 3rem;
  font-weight: bold;
}
.p-department__list__policy li {
  font-size: clamp(1.4rem, 3.73vw, 1.6rem);
}

.p-department__list__goal {
  padding-left: 3rem;
  font-weight: bold;
}
.p-department__list__goal li {
  font-size: clamp(1.4rem, 3.73vw, 1.6rem);
}

.p-department__list__goalCont {
  margin-top: 0.5em;
  font-weight: normal;
}
.p-department__list__goalCont li + li {
  margin-top: 0.5em;
}

.p-department__features {
  padding: 0 2em;
  line-height: 1.5;
}
.p-department__features li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-department__features .unit {
  background: url(../img/department/nursing/feature-list-icon.png) no-repeat center center/cover;
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
}
.p-department__features .list-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-department__arrow {
  margin: 1em 0;
  background: url(../img/arrow.png) no-repeat center center/cover;
  width: 3em;
  height: 3em;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-department__txt-features {
  font-size: clamp(1.4rem, 3.73vw, 1.6rem);
  border: solid 3px #f8ef06;
  padding: 1.2em;
  border-radius: 10px;
}

.p-department__txt-messageWrap {
  width: 90%;
  margin: 0 auto;
}

.p-department__txt-messageName {
  text-align: right;
  padding-right: 0.5em;
}

.p-department__txt-messageWrap img {
  float: right;
  max-width: 30%;
  margin: 0.5em 0 0.5em 1em;
}

.p-department__txt-messageWrap::after {
  content: "";
  display: block;
  clear: both;
}

.p-department__txt-message + .p-department__txt-message {
  margin-top: 1.5em;
}

.p-department__attention {
  border-radius: 10px;
}

.p-department__table-nursing {
  min-width: 100%;
}
.p-department__table-nursing th {
  background-color: #fddebf;
  color: #ff8000;
}

.p-department__grid-message {
  gap: 2em;
  margin-top: 1em;
}
.p-department__grid-message .p-department__grid-messageItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-department__grid-message .p-department__grid-messageItem .p-department__txt-message {
  width: 75%;
  margin: 0 auto;
}
.p-department__grid-message .p-department__grid-messageItem img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 75%;
  margin: 0 auto;
}

.p-department__grid-education {
  margin-top: 2em;
  gap: 0;
  padding: 1.2em;
  border: 3px solid #87edfc;
  border-radius: 10px;
}

.p-department__grid-study {
  gap: 1em;
  margin-top: 1.5em;
}

.p-department__grid-card {
  background-color: #E0F5D6;
  border-radius: 10px;
  padding: 0 0.5em 1em;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  gap: 1em;
}
.p-department__grid-card img {
  grid-row: 2/3;
  grid-column: 1/3;
  align-self: center;
}
.p-department__grid-card .l-lowerPage__text {
  padding-top: 0.5em;
  -ms-flex-item-align: center;
      align-self: center;
}

.p-department__card-heading {
  background-color: #40856F;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  font-size: 1.3rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 7em;
}
.p-department__card-heading .p-department__card-headingLarge {
  font-size: 180%;
  font-weight: bold;
  display: block;
}

.p-department__scheduleList li:nth-last-of-type(odd) {
  background-color: #cff9ff;
}
.p-department__scheduleList li {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.p-department__scheduleList li .unit {
  color: #64c4fa;
}

.p-department__txt-message {
  -moz-text-align-last: left;
       text-align-last: left;
  margin-top: 1em;
}

.p-department__txt-scholarship {
  font-size: 1.8rem;
  font-size: clamp(1.4rem, 3.73vw, 1.8rem);
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #595757;
}

.p-department__nursingSchedule-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.p-department__nursingSchedule-wrap .p-department__nursingSchedule {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-department__nursingSchedule-wrap .p-department__nursingSchedule-img {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
}

.p-department__link-right::after {
  content: "";
  width: 1em;
  height: 1em;
  border-top: solid 3px #66CC33;
  border-right: solid 3px #66CC33;
  position: absolute;
  right: 0.5em;
  top: 45%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

ul.p-department__staffCardList {
  margin-top: 0.5em;
}
ul.p-department__staffCardList li {
  font-size: clamp(1.1rem, 2.93vw, 1.3rem);
  line-height: 1.9230769231;
}
ul.p-department__staffCardList li + li {
  margin-top: 0.5em;
}
ul.p-department__staffCardList .unit {
  font-weight: 600;
  width: 16%;
}

.p-department__diseaseList li .unit {
  width: 8em;
}

@media screen and (max-width: 767px) {
  .p-department__txt-philosophy {
    padding: unset;
  }
  .p-department__list__policy {
    padding-left: unset;
  }
  .p-department__flex {
    display: block;
  }
  .p-department__features {
    padding: unset;
  }
  .p-department__grid-education {
    margin-top: 0;
  }
  .p-department__scheduleList li {
    font-size: 1.3rem;
  }
  .p-department__scheduleList li .unit {
    width: 4em;
  }
  .p-department__scheduleList li .list-inner {
    width: calc(100% - 4em);
  }
  .p-department__txt-messageWrap {
    width: 100%;
  }
  .p-department__txt-messageWrap img {
    max-width: 40%;
  }
  .p-department__grid-card {
    grid-template-columns: 30%;
    row-gap: 1.5em;
  }
  .p-department__grid-card .l-lowerPage__text {
    padding: 0 0.8em;
  }
  .p-department__card-heading .p-department__card-headingLarge {
    font-size: 150%;
    font-weight: bold;
    display: block;
  }
  .p-department__cont {
    width: 100%;
  }
  .p-interview__imgWrap {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .p-interview__txtWrap {
    margin-top: 1em;
  }
  .p-department__list__goal {
    padding-left: unset;
  }
  .p-department__table-nursing {
    min-width: 100%;
  }
  .p-department__nursingSchedule-wrap {
    display: block;
  }
  .p-department__nursingSchedule-wrap .p-department__nursingSchedule-img {
    width: 100%;
    margin-top: 1em;
    gap: 1em;
  }
  .p-department__grid-message .p-department__grid-messageItem {
    width: 80%;
  }
}
.p-about__philosophyImg {
  border: 1px solid #B3B3B3;
}

.p-about__emergency__btn {
  width: 60%;
}

.p-medical__btn {
  width: 40%;
  margin-left: 0;
}

.p-medical__stepsList {
  padding-left: calc(24px + 1em);
}
.p-medical__stepsList li + li {
  margin-top: 0.5em;
}

.p-medical__inspectionTableWrap {
  overflow: auto;
  padding: 1em 1em 1em 0;
}

.p-medical__inspectionTable {
  text-align: center;
}
.p-medical__inspectionTable th {
  text-align: center;
}

.p-medical__underline {
  border-bottom: 4px double #595757;
}

@media screen and (max-width: 767px) {
  .p-medical__btn {
    width: 100%;
  }
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.p-top__title {
  font-size: clamp(1.8rem, 1.267rem + 2.67vw, 3rem);
  line-height: 1.75;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-align: center;
}

.p-top__title-sub {
  font-size: clamp(1.6rem, 1.2rem + 2vw, 2.5rem);
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-align: center;
  display: block;
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.p-top__mv {
  position: relative;
  width: 100%;
}

.p-top__mv-slide {
  width: 100%;
  height: 50vw;
  overflow: hidden;
  position: relative;
}
.p-top__mv-slide .p-top__mv-slide-image {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 50vw;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
          animation: anime 36s 0s infinite;
}
.p-top__mv-slide .p-top__mv-slide-image a {
	display: block;
	width: 100%;
	height: 100%;
}
.p-top__mv-slide .p-top__mv-slide-image:nth-child(1) {
  background: url(../img/top/mv-05.jpg) no-repeat center center/cover;
}
.p-top__mv-slide .p-top__mv-slide-image:nth-child(2) {
  background: url(../img/top/mv-06.jpg) no-repeat center center/cover;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.p-top__mv-slide .p-top__mv-slide-image:nth-child(3) {
  background: url(../img/top/mv-07.jpg) no-repeat center center/cover;
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
/* .p-top__mv-slide .p-top__mv-slide-image:nth-child(1) {
  background: url(../img/top/mv-01.jpg) no-repeat center center/cover;
}
.p-top__mv-slide .p-top__mv-slide-image:nth-child(2) {
  background: url(../img/top/mv-02.jpg) no-repeat center center/cover;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.p-top__mv-slide .p-top__mv-slide-image:nth-child(3) {
  background: url(../img/top/mv-03.jpg) no-repeat center center/cover;
  -webkit-animation-delay: 18s;
          animation-delay: 18s;
}
.p-top__mv-slide .p-top__mv-slide-image:nth-child(4) {
  background: url(../img/top/mv-04.jpg) no-repeat center center/cover;
  -webkit-animation-delay: 27s;
          animation-delay: 27s;
}*/

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  11% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  36% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  11% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  36% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
.p-top__mv-txt {
  position: absolute;
  top: 30%;
  left: 4.9vw;
  font-size: clamp(3rem, 3.91vw, 3.5rem);
  line-height: 1.75;
  color: #66CC33;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8), 0 0 10px rgb(255, 255, 255);
  z-index: 11;
}

.p-top__contact {
  background-color: #66CC33;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1em;
  font-size: clamp(1.2rem, 1.56vw, 1.5rem);
  font-weight: 600;
  position: absolute;
  top: 24%;
  right: 4.5vw;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.p-top__contact-title {
  line-height: 1.1666666667;
  letter-spacing: 0.025em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5em 0;
}

.p-top__contact-title::before,
.p-top__contact-title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #fff;
}

.p-top__contact-title::before {
  margin-right: 0.5em;
}

.p-top__contact-title::after {
  margin-left: 0.5em;
}

.p-top__contact-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.04rem;
  font-size: clamp(1.8rem, 2.34vw, 2.04rem);
  line-height: 1.1995098039;
  letter-spacing: 0.05em;
  margin: 0.5em 0;
}

.p-top__contact-day {
  line-height: 1.5;
  letter-spacing: 0;
  padding-left: 0.1em;
}

.p-top__contactSp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-top__mv {
    margin-top: 70px;
  }
  .p-top__mv-txt {
    text-align: right;
    top: 35%;
    right: 3vw;
    left: auto;
    font-size: clamp(1.6rem, 4.26vw, 2.8rem);
    line-height: 1.5;
  }
  .p-top__contact {
    display: none;
  }
  .p-top__contactSp {
    display: block;
    background-color: #66CC33;
    color: #fff;
    padding: 2vw 3vw;
    font-weight: 600;
  }
  .p-top__contactSp-cont {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .p-top__contactSp-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0.5em;
    font-size: clamp(1.4rem, 3.73vw, 1.6rem);
    line-height: 1;
  }
  .p-top__contactSp-telLink {
    font-size: clamp(1.8rem, 4.8vw, 2.6rem);
    line-height: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-top__contactSp-title {
    font-size: clamp(1.3rem, 3.46vw, 1.6rem);
    line-height: 1.375;
    margin-top: 1em;
  }
  .p-top__contactSp-title::before {
    content: "●";
    margin-right: 0.3em;
  }
  .p-top__contactSp-day {
    font-size: clamp(1.3rem, 3.46vw, 1.6rem);
    line-height: 1.375;
    margin-top: 0.3em;
  }
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.p-top__nav {
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(100% - 9.8vw);
  position: relative;
  z-index: 12;
}

.p-top__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1vw;
}

.p-top__navItem {
  text-align: center;
  position: relative;
  width: calc((100% - 50px) / 6);
  height: 14.24vw;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.p-top__nav-link {
  padding: 2vw 0;
}

.p-top__navItem:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-top__navItem-icon {
  position: absolute;
  bottom: 1.8vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-top__navItem-outpatient .p-top__navItem-icon {
  width: 4.33vw;
  height: 4.62vw;
}

.p-top__navItem-hospitalization .p-top__navItem-icon {
  width: 5.58vw;
  height: 3.18vw;
}

.p-top__navItem-department .p-top__navItem-icon {
  width: 4.43vw;
  height: 4.3vw;
}

.p-top__navItem-access .p-top__navItem-icon {
  width: 6.45vw;
  height: 2.7vw;
}

.p-top__navItem-map .p-top__navItem-icon {
  width: 4.72vw;
  height: 3.95vw;
}

.p-top__navItem-medical .p-top__navItem-icon {
  width: 4vw;
  height: 3.4vw;
}

.p-top__navItem-txt {
  color: #66CC33;
  font-size: 1.5rem;
  font-size: clamp(1.2rem, 1.56vw, 1.5rem);
  line-height: 1.75;
  font-weight: 500;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border-top: 1px solid #66CC33;
  border-bottom: 1px solid #66CC33;
}

@media screen and (max-width: 767px) {
  .p-top__nav {
    width: 100%;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  .p-top__navList {
    border-top: 1px solid #B3B3B3;
    gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top__navItem {
    width: 50%;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #B3B3B3;
    padding: 0;
    height: auto;
  }
  .p-top__navItem:hover {
    -webkit-transform: none;
            transform: none;
  }
  .p-top__nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5%;
  }
  .p-top__navItem-txt {
    color: #595757;
    border: none;
    font-size: clamp(1.4rem, 3.73vw, 2rem);
  }
  .p-top__navList .p-top__navItem:nth-child(odd) {
    border-right: 1px solid #B3B3B3;
  }
  .p-top__navItem-icon {
    right: 5%;
    left: auto;
    top: auto;
    bottom: auto;
    -webkit-transform: none;
            transform: none;
  }
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.p-top__info {
  border-radius: 10px;
  width: calc(100% - 9.8vw);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin: -2vw auto 0;
  max-width: 1040px;
  padding: 3vw;
}

.p-top__title-info {
  color: #66CC33;
}

@media screen and (max-width: 767px) {
  .p-top__info {
    padding-left: 0;
    padding-right: 0;
    margin-top: 5vw;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 2px solid #66CC33;
    border-radius: 0;
  }
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.p-top__topics {
  background: #66CC33;
  color: #fff;
  padding: 5vw 0 2vw;
  margin-top: 4vw;
}

.p-top-slider-wrapper {
  position: relative;
}

.p-top-slider {
  padding-bottom: 6.6vw;
  width: calc(100% - 9.8vw);
  max-width: 1040px;
  margin: 3vw auto 0;
}

.p-top-slider__slide {
  background-color: #fff;
  margin-right: 20px;
}

.p-top-slider__title {
  text-align: center;
  color: #595757;
  font-weight: 600;
}

.p-top-slider__nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
}

.p-top-slider__button-prev {
  background-color: #fff;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}

.p-top-slider__button-prev::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #66CC33;
  border-right: solid 2px #66CC33;
  position: absolute;
  top: 50%;
  left: 58%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.p-top-slider__button-next {
  background-color: #fff;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}

.p-top-slider__button-next::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #66CC33;
  border-right: solid 2px #66CC33;
  position: absolute;
  top: 50%;
  left: 42%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .p-top__topics {
    padding-bottom: 5vw;
  }
  .p-top-slider {
    padding-bottom: 10vw;
  }
  .p-top-slider__slide {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .p-slider__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top-slider__img {
    width: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-top-slider__title {
    width: 50%;
  }
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.p-top__relatedFacilities {
  padding: 3vw 0 8vw;
  color: #66CC33;
}

.p-top__relatedFacilitiesList {
  width: calc(100% - 9.8vw);
  max-width: 1040px;
  margin: 3vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-top__relatedFacilitiesItem {
    width: 48%;
    text-align: center;
  }
}
.p-news-cont {
  margin: 120px auto 0;
  max-width: 1040px;
  padding: 2vw 4.9vw 5vw;
}

.p-news__list-heading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-news__section {
  margin-top: 5em;
}

.p-news__tab {
  margin-top: 2em;
}

.p-news__tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-news__tab-btn {
  font-size: clamp(1.3rem, 3.46vw, 1.5rem);
  line-height: 1.7498436523;
  border: 1px solid rgba(89, 87, 87, 0.2);
  width: 92px;
  padding: 0.2em;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.p-news__tab-btn.all[aria-selected=true] {
  background: #66CC33;
  color: #fff;
}

.p-news__tab-btn.patient[aria-selected=true] {
  background: #d9b3ff;
  color: #fff;
}

.p-news__tab-btn.event[aria-selected=true] {
  background: #F19EC2;
  color: #fff;
}

.p-news__tab-btn.recruit[aria-selected=true] {
  background: #66C6E2;
  color: #fff;
}

.p-news__tab-btn.bid[aria-selected=true] {
  background: #c8c8c8;
  color: #fff;
}

.p-news__tab-btn.other[aria-selected=true] {
  background: #FBB03B;
  color: #fff;
}

.p-news__list {
  margin-top: 1.5em;
}

.p-news__list li {
  padding: 0.5em 0;
  border-bottom: 1px solid #B3B3B3;
}

.p-news__list li:first-of-type {
  border-top: 1px solid #B3B3B3;
}

.p-news__list-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-news__list-tag .p-news__tag + .p-news__tag {
  margin-top: 0.5em;
}

.p-news__tag {
  font-size: clamp(1.3rem, 1.69vw, 1.5rem);
  line-height: 1.7498436523;
  padding: 0.2em;
  text-align: center;
  border-radius: 10px;
  max-width: 100px;
}

.p-news__day {
  font-size: 1.3rem;
}

.p-news__moreBtn {
  width: 30%;
}

.p-news__list-heading {
  font-size: 1.3rem;
}

.p-news__tab-panel[aria-hidden=true] {
  display: none;
}

.p-news__empty {
  margin-top: 1em;
  text-align: center;
}

.p-news__pagination {
  margin-top: 2em;
}

.p-news__pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.6rem;
}
.p-news__pagination-list li + li {
  margin-left: 1em;
}

.p-news__pagination-link[aria-current=page] {
  pointer-events: none;
  color: #66CC33;
  font-weight: 700;
}

.p-news__btn {
  margin-top: 0;
  padding: 0 1.6rem;
  height: 3.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-news__detail-btnWrap {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-news__list-subText {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news__list-subText .p-news__list-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-news__cont a {
  display: inline;
  color: #ff3d00;
  line-height: 1;
  text-decoration: underline;
}

.p-news__contWrap {
  margin-top: 2em;
}

.p-news-detail__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-news__detail-tag {
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .p-news__section {
    margin-top: 2em;
  }
  .p-news__list-subText {
    display: block;
  }
  .p-news__tab {
    margin-top: 0.5em;
  }
  .p-news__list {
    margin-top: 0;
  }
  .p-news__list li {
    padding: 0 0.5em;
  }
  .p-news__list li:first-of-type {
    border-top: none;
  }
  .p-news__tab-list {
    gap: 0;
    border-bottom: 1px solid #B3B3B3;
  }
  .p-news__tab-list li {
    width: 33.3333333333%;
    border-top: 1px solid #B3B3B3;
  }
  .p-news__tab-list li + li {
    border-left: 1px solid #B3B3B3;
  }
  .p-news__tab-list li:nth-of-type(3n+1) {
    border-left: none;
  }
  .p-news__list-body {
    display: grid;
    row-gap: 0;
    -webkit-column-gap: 0.5em;
       -moz-column-gap: 0.5em;
            column-gap: 0.5em;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
  }
  .p-news__list-body .p-news__list-tag {
    grid-column: 2/3;
    grid-row: 1/2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-news__list-body .p-news__list-tag .p-news__tag + .p-news__tag {
    margin-top: 0;
  }
  .p-news__list-body .p-news__day {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .p-news__list-body .p-news__list-heading {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .p-news__list-body .p-news__tag {
    max-width: 80px;
  }
  .p-news__moreBtn {
    width: 60%;
    margin: 0 auto;
  }
  .p-news__tab-btn {
    width: 100%;
    border-radius: 0;
    border: none;
  }
  .p-news-cont {
    margin-top: 100px;
  }
  .p-news-cont .p-news__tab-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .p-news-cont .p-news__tab-list li {
    border-top: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
    border-left: 1px solid #B3B3B3;
  }
  .p-news-cont .p-news__tab-list li:last-of-type {
    border-bottom: none;
    border-right: 1px solid #B3B3B3;
  }
  .p-news-cont .p-news__tab-list li:nth-of-type(3n) {
    border-right: 1px solid #B3B3B3;
  }
  .p-news__detail-tag {
    margin-left: 0;
  }
}
.u-display__pcHidden {
  display: none !important;
}

.u-display__pcView {
  display: block !important;
}

.u-display__spHidden {
  display: block !important;
}

.u-display__spView {
  display: none !important;
}

.u-display__ib {
  display: inline-block !important;
}

.u-display__b {
  display: block !important;
}

.u-display__i {
  display: inline !important;
}

.u-display__flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 767px) {
  .u-display__pcHidden {
    display: block !important;
  }
  .u-display__pcView {
    display: none !important;
  }
  .u-display__spHidden {
    display: none !important;
  }
  .u-display__spView {
    display: block !important;
  }
  .u-display__flex {
    display: block !important;
  }
}
.u-margin__mtn {
  margin-top: 0 !important;
}

.u-margin__mt05em {
  margin-top: 0.5em !important;
}

.u-margin__mt1em {
  margin-top: 1em !important;
}

.u-margin__mt105em {
  margin-top: 1.5em !important;
}

.u-margin__mt2em {
  margin-top: 2em !important;
}

.u-margin__mt3em {
  margin-top: 3em !important;
}

.u-margin__mt1rem {
  margin-top: 1rem !important;
}

.u-margin__mt2rem {
  margin-top: 2rem !important;
}

.u-margin__mt3rem {
  margin-top: 3rem !important;
}

.u-margin__mt4rem {
  margin-top: 4rem !important;
}

.u-margin__mt5rem {
  margin-top: 5rem !important;
}

.u-margin__mb05em {
  margin-bottom: 0.5em !important;
}

.u-margin__mb1em {
  margin-bottom: 1em !important;
}

.u-margin__mb105em {
  margin-bottom: 1.5em !important;
}

.u-margin__mb2em {
  margin-bottom: 2em !important;
}

.u-margin__mb3em {
  margin-bottom: 3em !important;
}

.u-margin__mb1rem {
  margin-bottom: 1rem !important;
}

.u-margin__mb2rem {
  margin-bottom: 2rem !important;
}

.u-margin__mb3rem {
  margin-bottom: 3rem !important;
}

.u-margin__mb4rem {
  margin-bottom: 4rem !important;
}

.u-margin__mb5rem {
  margin-bottom: 5rem !important;
}

.u-text-align__left {
  text-align: left !important;
}

.u-text-align__center {
  text-align: center !important;
}

.u-text-align__right {
  text-align: right !important;
}

.u-color__normal {
  color: #595757;
}

.u-color__red {
  color: #ff3d00;
}

.u-color__green {
  color: #66CC33;
}

.u-fontWeight__bold {
  font-weight: 600;
}

.u-fontWeight__normal {
  font-weight: 400;
}

.u-link__inline {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}/*# sourceMappingURL=style.css.map */

/*----------------------------------------------------------*/
/* トップスライドリンク */
/*----------------------------------------------------------*/
.fadeslide {
	position: relative;
  width: 100%;
  height: 50vw;
	overflow: hidden;
	z-index: 0;
}

.fadeslide div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fadeslide div img {
	width: 100%;
	object-fit: cover;
}

.fadeslide div:nth-of-type(1) {
	animation: fadeslide 36s 0s infinite both;
	z-index: 7;
}

.fadeslide div:nth-of-type(2) {
	animation: fadeslide 36s 6s infinite both;
	z-index: 6;
}

.fadeslide div:nth-of-type(3) {
	animation: fadeslide 36s 12s infinite both;
	z-index: 5;
}

.fadeslide div:nth-of-type(4) {
	animation: fadeslide 36s 18s infinite both;
	z-index: 4;
}

.fadeslide div:nth-of-type(5) {
	animation: fadeslide 36s 24s infinite both;
	z-index: 3;
}

.fadeslide div:nth-of-type(6) {
	animation: fadeslide 36s 30s infinite both;
	z-index: 2;
}

@-webkit-keyframes fadeslide {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  8% {
    z-index: 9;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    /*-webkit-transform: scale(1.1);
            transform: scale(1.1);*/
  }*/
  100% {
    opacity: 0;
    z-index: 0;
  }
}

@keyframes fadeslide {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  8% {
    z-index: 9;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    /*-webkit-transform: scale(1.1);
            transform: scale(1.1);*/
  }
  100% {
    opacity: 0;
    z-index: 0;
  }

/*----------------------------------------------------------*/
/* .fadeslide {
	position: relative;
	width: 300px;
	height: 250px;
	overflow: hidden;
	z-index: 0;
}

.fadeslide div {
	position: absolute;
	top: 0;
	left: 0;
}

.fadeslide div:nth-of-type(1) {
	animation: fadeslide 30s 0s infinite both;
	z-index: 6;
}

.fadeslide div:nth-of-type(2) {
	animation: fadeslide 30s 5s infinite both;
	z-index: 5;
}

.fadeslide div:nth-of-type(3) {
	animation: fadeslide 30s 10s infinite both;
	z-index: 4;
}

.fadeslide div:nth-of-type(4) {
	animation: fadeslide 30s 15s infinite both;
	z-index: 3;
}

.fadeslide div:nth-of-type(5) {
	animation: fadeslide 30s 20s infinite both;
	z-index: 2;
}

.fadeslide div:nth-of-type(6) {
	animation: fadeslide 30s 25s infinite both;
	z-index: 1;
}

@keyframes fadeslide {
	0% { left: 0; opacity: 0; }
	5% { left: 0; opacity: 1; }
	20% { left: 0; opacity: 1; }
	25% { left: 0; opacity: 0; }
	26% { left: 100%; opacity: 0; }
	100% { left: 100%; opacity: 0; }
} */