@charset "UTF-8";
html,
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.01;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.wf-active {
  opacity: 1;
}

/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
}
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 26.6666666667vw;
  }
}
body {
  color: #484848;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 2;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body * {
  letter-spacing: 0.03em;
}

a:not([class]) {
  -webkit-transition: -webkit-text-decoration 0.3s ease;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.04rem;
  cursor: pointer;
}
@media (hover: hover) {
  a:not([class]):hover {
    text-decoration-color: transparent;
  }
}

/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
@media (hover: hover) {
  .trans:hover {
    opacity: 0.7;
  }
}

.first-view {
  -webkit-transition: opacity 0.26s;
  transition: opacity 0.26s;
  opacity: 0.01;
}
.wf-active .first-view {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100vh;
}

/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .container {
    min-width: 1250px;
  }
}
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
    padding-bottom: 0.5rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .sp_only {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .pc_only {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}
.button-common-skip {
  position: absolute;
  z-index: 10001;
  width: 1px;
  height: 1px;
  margin: -0.01rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0.01rem, 0.01rem, 0.01rem, 0.01rem);
  border: 0;
  clip-path: inset(50%);
}

.button-common-skip:focus {
  display: block;
  z-index: 1000;
  top: 0.05rem;
  left: 0.05rem;
  width: auto;
  height: auto;
  padding: 0.15rem 0.23rem 0.14rem;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 0.14rem;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.header-common {
  position: relative;
  z-index: 10000;
  top: 0;
  left: 0;
  background-color: #fff;
}
.header-common .header-wrapper {
  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;
}
.header-common .header-logo {
  margin-bottom: 0;
}
.header-common .logo-image {
  display: block;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .header-common {
    padding: 0 0.1rem 0 0.07rem;
  }
  .header-common .header-wrapper {
    position: relative;
    height: 0.7rem;
  }
  .header-common .logo-image {
    width: 1.9rem;
  }
  .header-common.is-clone {
    display: none !important;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .header-common .header-wrapper {
    min-width: 1250px;
    height: 150px;
    margin: 0 auto;
    padding: 10px 70px;
  }
  .header-common .logo-image {
    width: 380px;
  }
  .header-common .header-inner {
    position: relative;
    right: -37px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .header-common .header-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 48px;
    margin-bottom: 12px;
  }
  .header-common .header-address {
    margin-right: 39px;
    font-size: 0.16rem;
  }
  .header-common .header-address span {
    padding-left: 20px;
  }
  .header-common .block-common-contact {
    margin-bottom: 3px;
  }
  .header-common.is-clone {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    min-width: 1250px;
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
    background: rgba(255, 255, 255, 0.9);
  }
  .header-common.is-clone.is-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .header-common.is-clone .header-wrapper {
    height: 100px;
    padding: 8px 52px 11px 81px;
  }
  .header-common.is-clone .header-logo {
    position: relative;
    top: 1px;
    left: -10px;
  }
  .header-common.is-clone .logo-image {
    width: 300px;
  }
  .header-common.is-clone .header-inner {
    right: 0;
    margin-right: unset;
    margin-left: auto;
  }
  .header-common.is-clone .header-information {
    display: none;
  }
  .header-common.is-clone .navigation-inner {
    margin-top: 10px;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media (min-width: 768px) and (max-width: 1399.98px) {
  .header-common .logo-image {
    width: 300px;
  }
  .header-common .header-wrapper {
    padding: 9px 40px 0;
  }
  .header-common .header-inner {
    right: 0;
    margin-right: 0;
    margin-left: auto;
  }
}
.header-navigation .navigation-item {
  position: relative;
}
.header-navigation .navigation-heading {
  text-decoration: none;
}
.header-navigation .navigation-list,
.header-navigation .navigation-sub-list,
.header-navigation .sub-menu-primary,
.header-navigation .sub-menu-secondary {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation .menu-primary-link {
  position: relative;
}
.header-navigation .menu-primary-link::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.09rem;
  height: 0.14rem;
  background: url("../img/common/arrow_icn_01.svg") center/100% auto no-repeat;
}
.header-navigation .menu-secondary-item .menu-secondary-link {
  position: relative;
  padding-left: 0.16rem;
}
.header-navigation .menu-secondary-item .menu-secondary-link::before {
  content: "";
  position: absolute;
  top: 0.13rem;
  left: 0;
  width: 10px;
  height: 1px;
  border-bottom: 1px solid #fff;
  font-size: inherit;
}
.header-navigation .menu-primary-item .menu-primary-link,
.header-navigation .menu-secondary-item .menu-secondary-link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-decoration: none;
}
.header-navigation .menu-primary-item .menu-primary-link:hover,
.header-navigation .menu-secondary-item .menu-secondary-link:hover {
  opacity: 0.7;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .header-navigation {
    visibility: hidden;
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    background: #fff;
  }
  .header-navigation::-webkit-scrollbar {
    display: none;
  }
  .header-navigation.is-animated {
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  }
  .header-navigation.is-open {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .header-navigation .navigation-list {
    margin-bottom: 0.3rem;
  }
  .header-navigation .navigation-item {
    border-bottom: 1px solid #aaa9a8;
  }
  .header-navigation .navigation-item:first-child {
    border-top: 1px solid #aaa9a8;
  }
  .header-navigation .navigation-wrapper {
    padding: 0.1rem 0.18rem 0.4rem 0.17rem;
  }
  .header-navigation .navigation-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.13rem 0 0.05rem 0.07rem;
    background: #fff;
  }
  .header-navigation .navigation-item-wrapper {
    position: relative;
  }
  .header-navigation .navigation-logo {
    width: 1.9rem;
  }
  .header-navigation .navigation-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 0.59rem;
    padding: 0 0.5rem 0 0.26rem;
    font-size: 0.2rem;
    font-weight: 700;
  }
  .header-navigation .navigation-sub-list {
    display: none;
    padding: 0 0.1rem 0.13rem;
  }
  .header-navigation .navigation-button-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 3;
    top: 0.01rem;
    right: -0.01rem;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0.45rem;
    height: 0.56rem;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: 100%;
    background: #fff;
    cursor: pointer;
  }
  .header-navigation .navigation-button-accordion::before, .header-navigation .navigation-button-accordion::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0.02rem;
    height: 0.2rem;
    margin: auto;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #75c4f5;
  }
  .header-navigation .navigation-button-accordion::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .header-navigation .navigation-button-accordion.is-active::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .header-navigation .navigation-button-accordion.is-active::after {
    background: #75c4f5;
  }
  .header-navigation .sub-menu-secondary {
    padding-left: 0.44rem;
  }
  .header-navigation .menu-secondary-item .menu-secondary-link {
    padding-left: 0.14rem;
  }
  .header-navigation .menu-secondary-item .menu-secondary-link::before {
    border-color: #aaa9a8;
  }
  .header-navigation .contact-line {
    display: block;
    width: 0.4rem;
    margin: 0 auto 0.3rem;
  }
  .header-navigation .contact-detail {
    min-height: 1.5rem;
    padding: 0.19rem 0.1rem 0.1rem;
    border-radius: 0.2rem;
    background: #fff;
    text-align: center;
  }
  .header-navigation .contact-address {
    margin-bottom: 0.05rem;
  }
  .header-navigation .block-common-contact {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-navigation .sub-menu-primary {
    padding: 0 0.1rem;
  }
  .header-navigation .menu-primary-link {
    padding-left: 0.15rem;
  }
  .header-navigation .menu-primary-link::before {
    margin-top: 0.06rem;
  }
  .header-navigation .menu-primary-item {
    margin-bottom: 0.04rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .header-navigation:not(.is-clone) {
    /* stylelint-disable-next-line declaration-no-important */
    display: block !important;
    position: relative;
    z-index: 1000;
  }
  .header-navigation .navigation-inner,
  .header-navigation .navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-navigation .navigation-item {
    margin-right: 50px;
  }
  .header-navigation .navigation-item:last-child {
    margin-right: 0;
  }
  .header-navigation .navigation-sub-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -3px;
    padding-top: 21px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    opacity: 0;
    pointer-events: none;
  }
  .header-navigation .navigation-sub-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 18px;
    height: 15px;
    -webkit-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    -webkit-transition: opacity 0.6s linear(0, 0.006, 0.025 2.8%, 0.101 6.1%, 0.539 18.9%, 0.721 25.3%, 0.849 31.5%, 0.937 38.1%, 0.968 41.8%, 0.991 45.7%, 1.006 50.1%, 1.015 55%, 1.017 63.9%, 1.001) 0.08s, -webkit-transform 0.6s linear(0, 0.006, 0.025 2.8%, 0.101 6.1%, 0.539 18.9%, 0.721 25.3%, 0.849 31.5%, 0.937 38.1%, 0.968 41.8%, 0.991 45.7%, 1.006 50.1%, 1.015 55%, 1.017 63.9%, 1.001) 0.08s;
    transition: opacity 0.6s linear(0, 0.006, 0.025 2.8%, 0.101 6.1%, 0.539 18.9%, 0.721 25.3%, 0.849 31.5%, 0.937 38.1%, 0.968 41.8%, 0.991 45.7%, 1.006 50.1%, 1.015 55%, 1.017 63.9%, 1.001) 0.08s, -webkit-transform 0.6s linear(0, 0.006, 0.025 2.8%, 0.101 6.1%, 0.539 18.9%, 0.721 25.3%, 0.849 31.5%, 0.937 38.1%, 0.968 41.8%, 0.991 45.7%, 1.006 50.1%, 1.015 55%, 1.017 63.9%, 1.001) 0.08s;
    transition: opacity 0.6s linear(0, 0.006, 0.025 2.8%, 0.101 6.1%, 0.539 18.9%, 0.721 25.3%, 0.849 31.5%, 0.937 38.1%, 0.968 41.8%, 0.991 45.7%, 1.006 50.1%, 1.015 55%, 1.017 63.9%, 1.001) 0.08s, transform 0.6s linear(0, 0.006, 0.025 2.8%, 0.101 6.1%, 0.539 18.9%, 0.721 25.3%, 0.849 31.5%, 0.937 38.1%, 0.968 41.8%, 0.991 45.7%, 1.006 50.1%, 1.015 55%, 1.017 63.9%, 1.001) 0.08s;
    transition: opacity 0.6s linear(0, 0.006, 0.025 2.8%, 0.101 6.1%, 0.539 18.9%, 0.721 25.3%, 0.849 31.5%, 0.937 38.1%, 0.968 41.8%, 0.991 45.7%, 1.006 50.1%, 1.015 55%, 1.017 63.9%, 1.001) 0.08s, transform 0.6s linear(0, 0.006, 0.025 2.8%, 0.101 6.1%, 0.539 18.9%, 0.721 25.3%, 0.849 31.5%, 0.937 38.1%, 0.968 41.8%, 0.991 45.7%, 1.006 50.1%, 1.015 55%, 1.017 63.9%, 1.001) 0.08s, -webkit-transform 0.6s linear(0, 0.006, 0.025 2.8%, 0.101 6.1%, 0.539 18.9%, 0.721 25.3%, 0.849 31.5%, 0.937 38.1%, 0.968 41.8%, 0.991 45.7%, 1.006 50.1%, 1.015 55%, 1.017 63.9%, 1.001) 0.08s;
  }
  .header-navigation .navigation-heading {
    position: relative;
    font-size: 0.2rem;
    font-weight: 700;
    cursor: pointer;
  }
  .header-navigation .navigation-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 8px;
    height: 8px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    border-radius: 100px;
    opacity: 0;
    background: #f90;
  }
  .header-navigation .navigation-heading:hover {
    color: #f90;
  }
  .header-navigation .navigation-heading:hover::before {
    -webkit-transform: translate(-50%, -8px);
    -ms-transform: translate(-50%, -8px);
    transform: translate(-50%, -8px);
    opacity: 1;
  }
  .header-navigation .navigation-heading:hover .navigation-sub-list {
    visibility: visible;
    opacity: 1;
  }
  body.is-top-page .header-navigation .navigation-heading.is-top, body.is-doctor-page .header-navigation .navigation-heading.is-doctor, body.is-infor-page .header-navigation .navigation-heading.is-info, body.is-kensin-page .header-navigation .navigation-heading.is-info, body.is-naika-page .header-navigation .navigation-heading.is-info, body.is-heart-page .header-navigation .navigation-heading.is-info, body.is-facility-page .header-navigation .navigation-heading.is-facility, body.is-faq-page .header-navigation .navigation-heading.is-faq, body.is-info-page .header-navigation .navigation-heading.is-info, body.is-acc-page .header-navigation .navigation-heading.is-acc {
    color: #f90;
  }
  body.is-top-page .header-navigation .navigation-heading.is-top::before, body.is-doctor-page .header-navigation .navigation-heading.is-doctor::before, body.is-infor-page .header-navigation .navigation-heading.is-info::before, body.is-kensin-page .header-navigation .navigation-heading.is-info::before, body.is-naika-page .header-navigation .navigation-heading.is-info::before, body.is-heart-page .header-navigation .navigation-heading.is-info::before, body.is-facility-page .header-navigation .navigation-heading.is-facility::before, body.is-faq-page .header-navigation .navigation-heading.is-faq::before, body.is-info-page .header-navigation .navigation-heading.is-info::before, body.is-acc-page .header-navigation .navigation-heading.is-acc::before {
    -webkit-transform: translate(-50%, -8px);
    -ms-transform: translate(-50%, -8px);
    transform: translate(-50%, -8px);
    opacity: 1;
  }
  body.is-top-page .header-navigation .navigation-heading.is-top .navigation-sub-list, body.is-doctor-page .header-navigation .navigation-heading.is-doctor .navigation-sub-list, body.is-infor-page .header-navigation .navigation-heading.is-info .navigation-sub-list, body.is-kensin-page .header-navigation .navigation-heading.is-info .navigation-sub-list, body.is-naika-page .header-navigation .navigation-heading.is-info .navigation-sub-list, body.is-heart-page .header-navigation .navigation-heading.is-info .navigation-sub-list, body.is-facility-page .header-navigation .navigation-heading.is-facility .navigation-sub-list, body.is-faq-page .header-navigation .navigation-heading.is-faq .navigation-sub-list, body.is-info-page .header-navigation .navigation-heading.is-info .navigation-sub-list, body.is-acc-page .header-navigation .navigation-heading.is-acc .navigation-sub-list {
    visibility: visible;
    opacity: 1;
  }
  .header-navigation .navigation-sub-item {
    position: relative;
    z-index: 2;
    width: 240px;
    padding: 14px 29px 20px;
    overflow: hidden;
    color: #fff;
  }
  .header-navigation .navigation-sub-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 80% 0%;
    -ms-transform-origin: 80% 0%;
    transform-origin: 80% 0%;
    -webkit-transition: opacity 0.6s linear(0, 0.006, 0.025 2.8%, 0.101 6.1%, 0.539 18.9%, 0.721 25.3%, 0.849 31.5%, 0.937 38.1%, 0.968 41.8%, 0.991 45.7%, 1.006 50.1%, 1.015 55%, 1.017 63.9%, 1.001) 0.08s, -webkit-transform 0.6s linear(0, 0.006, 0.025 2.8%, 0.101 6.1%, 0.539 18.9%, 0.721 25.3%, 0.849 31.5%, 0.937 38.1%, 0.968 41.8%, 0.991 45.7%, 1.006 50.1%, 1.015 55%, 1.017 63.9%, 1.001) 0.08s;
    transition: opacity 0.6s linear(0, 0.006, 0.025 2.8%, 0.101 6.1%, 0.539 18.9%, 0.721 25.3%, 0.849 31.5%, 0.937 38.1%, 0.968 41.8%, 0.991 45.7%, 1.006 50.1%, 1.015 55%, 1.017 63.9%, 1.001) 0.08s, -webkit-transform 0.6s linear(0, 0.006, 0.025 2.8%, 0.101 6.1%, 0.539 18.9%, 0.721 25.3%, 0.849 31.5%, 0.937 38.1%, 0.968 41.8%, 0.991 45.7%, 1.006 50.1%, 1.015 55%, 1.017 63.9%, 1.001) 0.08s;
    transition: opacity 0.6s linear(0, 0.006, 0.025 2.8%, 0.101 6.1%, 0.539 18.9%, 0.721 25.3%, 0.849 31.5%, 0.937 38.1%, 0.968 41.8%, 0.991 45.7%, 1.006 50.1%, 1.015 55%, 1.017 63.9%, 1.001) 0.08s, transform 0.6s linear(0, 0.006, 0.025 2.8%, 0.101 6.1%, 0.539 18.9%, 0.721 25.3%, 0.849 31.5%, 0.937 38.1%, 0.968 41.8%, 0.991 45.7%, 1.006 50.1%, 1.015 55%, 1.017 63.9%, 1.001) 0.08s;
    transition: opacity 0.6s linear(0, 0.006, 0.025 2.8%, 0.101 6.1%, 0.539 18.9%, 0.721 25.3%, 0.849 31.5%, 0.937 38.1%, 0.968 41.8%, 0.991 45.7%, 1.006 50.1%, 1.015 55%, 1.017 63.9%, 1.001) 0.08s, transform 0.6s linear(0, 0.006, 0.025 2.8%, 0.101 6.1%, 0.539 18.9%, 0.721 25.3%, 0.849 31.5%, 0.937 38.1%, 0.968 41.8%, 0.991 45.7%, 1.006 50.1%, 1.015 55%, 1.017 63.9%, 1.001) 0.08s, -webkit-transform 0.6s linear(0, 0.006, 0.025 2.8%, 0.101 6.1%, 0.539 18.9%, 0.721 25.3%, 0.849 31.5%, 0.937 38.1%, 0.968 41.8%, 0.991 45.7%, 1.006 50.1%, 1.015 55%, 1.017 63.9%, 1.001) 0.08s;
    opacity: 0;
    background: #6bc093;
  }
  .header-navigation .navigation-item.is-hover .navigation-sub-list {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
  .header-navigation .navigation-item.is-hover .navigation-heading {
    color: #f90;
  }
  .header-navigation .navigation-item.is-hover .navigation-heading::before {
    -webkit-transform: translate(-50%, -8px);
    -ms-transform: translate(-50%, -8px);
    transform: translate(-50%, -8px);
    opacity: 1;
  }
  .header-navigation .navigation-item.is-hover .navigation-sub-item::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 1;
  }
  .header-navigation .navigation-item.is-hover .navigation-sub-list::before {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .header-navigation .navigation-item.is-hover .sub-menu-primary,
  .header-navigation .navigation-item.is-hover .sub-menu-secondary {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 1;
  }
  .header-navigation .sub-menu-primary,
  .header-navigation .sub-menu-secondary {
    position: relative;
    z-index: 1;
    -webkit-transition: opacity 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.24s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
  }
  .header-navigation .sub-menu-secondary {
    padding-left: 15px;
  }
  .header-navigation .menu-primary-item {
    border-bottom: 1px solid #fff;
  }
  .header-navigation .menu-primary-item:last-child {
    border: 0;
  }
  .header-navigation .menu-primary-item:last-child .menu-primary-link {
    padding-bottom: 0;
  }
  .header-navigation .menu-primary-link {
    display: block;
    padding: 9px 0 9px 13px;
  }
  .header-navigation .menu-primary-link::before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    margin-top: 0.19rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) and (max-width: 1319.98px) {
  .header-navigation .navigation-item {
    margin-right: 30px;
  }
}
.button-menu {
  position: fixed;
  z-index: 1002;
  top: 0.05rem;
  right: 0.08rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.1rem;
  background: #6bc093;
  font-size: 0.1rem;
  font-weight: 600;
  cursor: pointer;
}
.button-menu.is-active .button-line:nth-child(1) {
  top: 0.21rem;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.button-menu.is-active .button-line:nth-child(2) {
  opacity: 0;
}
.button-menu.is-active .button-line:nth-child(3) {
  top: 0.21rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button-menu.is-active .is-open {
  opacity: 0;
}
.button-menu.is-active .is-close {
  opacity: 1;
}
.button-menu .button-line {
  position: absolute;
  width: 0.38rem;
  height: 0.03rem;
  margin-left: 0.11rem;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  border-bottom: 0.02rem solid #fff;
}
.button-menu .button-line:nth-child(1) {
  top: 0.14rem;
}
.button-menu .button-line:nth-child(2) {
  top: 0.24rem;
}
.button-menu .button-line:nth-child(3) {
  top: 0.34rem;
}
.button-menu .button-text {
  position: absolute;
  top: 0.39rem;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease, top 0.3s ease;
  transition: opacity 0.3s ease, top 0.3s ease;
  color: #fff;
  text-align: center;
}
.button-menu .is-close {
  opacity: 0;
}

.footer-bottom {
  background: #dfedf8;
}
.footer-bottom .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: 700;
}
.footer-bottom .footer-item {
  position: relative;
}
.footer-bottom .footer-item-link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #484848;
  text-decoration: none;
}
.footer-bottom .footer-item-link:hover {
  opacity: 0.7;
}
.footer-bottom .footer-copyright {
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .footer-bottom {
    padding: 0.18rem 0.2rem 0.23rem;
  }
  .footer-bottom .footer-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.13rem;
  }
  .footer-bottom .footer-item {
    width: calc((100% - 0.25rem) / 2);
    margin: 0 0.25rem 0.17rem 0;
  }
  .footer-bottom .footer-item:nth-child(even) {
    margin-right: 0;
  }
  .footer-bottom .footer-item-link {
    display: block;
    border-bottom: 1px solid #fff;
  }
  .footer-bottom .footer-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 0.11rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .footer-bottom {
    padding: 25px 0 22px;
    text-align: center;
  }
  .footer-bottom .footer-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 40px;
  }
  .footer-bottom .footer-item {
    margin: 0 31px;
  }
  .footer-bottom .footer-copyright {
    font-size: 0.16rem;
  }
  .footer-bottom .footer-item-link {
    font-size: 0.2rem;
  }
}
.footer-main .footer-logo {
  display: block;
}
.footer-main .map-note {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-main .map-note .note-item-logo {
  width: 0.3rem;
}
.footer-main .block-common-contact {
  text-align: center;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .footer-main {
    padding: 0.5rem 0 0.08rem;
  }
  .footer-main .footer-information {
    margin-bottom: 0.17rem;
    padding: 0 0.2rem;
  }
  .footer-main .footer-logo {
    width: 3.3rem;
    margin-bottom: 0.19rem;
  }
  .footer-main .footer-address {
    margin-bottom: 0.1rem;
    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;
    text-align: center;
  }
  .footer-main .map-image {
    width: 3.75rem;
    margin-bottom: 0.1rem;
  }
  .footer-main .map-note {
    padding: 0 0.2rem;
  }
  .footer-main .map-note .note-item {
    margin-bottom: 0.21rem;
  }
  .footer-main .map-note .note-item:last-child {
    margin-bottom: 0;
  }
  .footer-main .map-note .note-item-logo {
    margin: 0 auto 0.09rem;
  }
  .footer-main .map-note .note-item-text {
    padding-top: 0.2rem;
    border-top: 1px solid #484848;
  }
  .footer-main .map-note .note-item-text p {
    margin-bottom: 0.06rem;
  }
  .footer-main .map-note .note-item-text p:last-child {
    margin-bottom: 0;
  }
  .footer-main .block-common-contact {
    margin-bottom: 0.17rem;
  }
  .footer-main .list-common-dashed {
    padding: 0 0.2rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .footer-main {
    padding: 80px 0 21px;
  }
  .footer-main .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 60px);
    max-width: 1016px;
    margin: 0 auto;
  }
  .footer-main .footer-map {
    width: 450px;
  }
  .footer-main .map-image {
    height: 391px;
    margin-bottom: 6px;
  }
  .footer-main .footer-information {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 510px;
    margin-right: 50px;
    padding-top: 17px;
  }
  .footer-main .footer-address {
    margin-bottom: 20px;
    font-size: 0.18rem;
    text-align: center;
  }
  .footer-main .footer-address span {
    padding-left: 24px;
    font-size: 0.2rem;
  }
  .footer-main .footer-logo {
    width: 380px;
    margin: 0 auto 27px;
  }
  .footer-main .footer-calendar {
    margin-bottom: 20px;
  }
  .footer-main .map-note .note-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 13px;
    line-height: 1.7;
  }
  .footer-main .map-note .note-item-text {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 20px;
    padding-left: 20px;
  }
  .footer-main .map-note .note-item-text::before {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: 0;
    border-left: 1px solid #484848;
  }
  .footer-main .map-note .note-item-text p {
    margin-bottom: 0;
  }
  .footer-main .block-common-contact {
    margin-bottom: 29px;
  }
  .footer-main .footer-list {
    max-width: 409px;
  }
}
.fixed-wrapper {
  margin: 0;
  padding: 0;
}
.fixed-wrapper .fixed-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fixed-wrapper a {
  display: block;
  text-decoration: none;
}
.fixed-wrapper .button-to-top {
  cursor: pointer;
}
.fixed-wrapper .fixed-item-link {
  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;
  cursor: pointer;
}
.fixed-wrapper .fixed-item-link .link-text {
  display: block;
}
.fixed-wrapper .fixed-item-link .link-logo {
  display: block;
}
.fixed-wrapper .fixed-item-link .link-text,
.fixed-wrapper .fixed-item-link .link-logo {
  pointer-events: none;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .fixed-wrapper {
    visibility: hidden;
    position: fixed;
    z-index: 10001;
    bottom:0;
    left: 0;
    width: 100%;
    height: 0.5rem;
    -webkit-transition: opacity 0.26s, visibility 0.26s;
    transition: opacity 0.26s, visibility 0.26s;
    opacity: 0;
    background: #fff;
    -webkit-box-shadow: 0 -0.06rem 0.053rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 -0.06rem 0.053rem rgba(0, 0, 0, 0.15);
    pointer-events: none;
    padding-bottom: env(safe-area-inset-bottom);
  }
  body.is-menu-open .fixed-wrapper {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .fixed-wrapper.is-active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .fixed-wrapper .fixed-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
  }
  .fixed-wrapper .link-logo {
    width: 0.26rem;
    height: 0.26rem;
  }
  .fixed-wrapper .link-text {
    font-size: 0.11rem;
    line-height: 1.2;
  }
  .fixed-wrapper .fixed-item {
    position: relative;
    width: 25%;
  }
  .fixed-wrapper .fixed-item::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 0.3rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 1px solid #aaa9a8;
  }
  .fixed-wrapper .fixed-item:last-child::before {
    content: none;
  }
  .fixed-wrapper .fixed-item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0.05rem 0.1rem;
    text-decoration: none;
    gap: 0.02rem;
  }
  .fixed-wrapper .fixed-item-link .link-wrapper {
    position: relative;
  }
  .fixed-wrapper .fixed-item-link .link-wrapper::before {
    content: "";
    position: absolute;
    background: no-repeat center/auto 100%;
  }
  .fixed-wrapper .button-to-top {
    position: relative;
    width: 0.7rem;
    height: 0.52rem;
    background-color: #fff;
  }
  .fixed-wrapper .button-to-top::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.26rem;
    height: 0.34rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("../img/common/sp/icn_totop.svg") no-repeat center/auto 100%;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .fixed-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .fixed-wrapper.is-active .fixed-list {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .fixed-wrapper.is-active .fixed-list .fixed-item {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    /* stylelint-disable-next-line declaration-no-important */
    -webkit-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
  .fixed-wrapper .fixed-link-reservations {
    display: block;
    position: fixed;
    z-index: 999;
    top: 15%;
    right: 30px;
    width: 131px;
    height: 131px;
  }
  .fixed-wrapper .fixed-list {
    visibility: hidden;
    position: fixed;
    z-index: 999;
    top: 24.3%;
    right: 0;
    -webkit-transition: opacity 0.26s, visibility 0.26s;
    transition: opacity 0.26s, visibility 0.26s;
    opacity: 0;
    pointer-events: none;
  }
  .fixed-wrapper .fixed-item {
    margin-bottom: 7px;
    -webkit-transform: translateX(125px);
    -ms-transform: translateX(125px);
    transform: translateX(125px);
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }
  .fixed-wrapper .fixed-item:last-child {
    margin-bottom: 0;
  }
  .fixed-wrapper .fixed-item:nth-child(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
  }
  .fixed-wrapper .fixed-item:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .fixed-wrapper .fixed-item:nth-child(4) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
  }
  .fixed-wrapper .fixed-item-link {
    width: 0.55rem;
    min-height: 1.36rem;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    border-radius: 20px 0 0 20px;
    background-color: #66d98b;
    color: #fff;
  }
  .fixed-wrapper .fixed-item-link:hover {
    background-color: #75c4f5;
  }
  .fixed-wrapper .link-text {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 0.16rem;
    line-height: 1.25;
  }
  .fixed-wrapper .link-logo {
    width: 30px;
    height: 30px;
    margin-bottom: 6px;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media (min-width: 768px) and (max-height: 750px) {
  .fixed-wrapper .fixed-list {
    top: 18%;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media (min-width: 768px) and (max-height: 690px) {
  .fixed-wrapper .fixed-list {
    top: 16%;
  }
  .fixed-wrapper .link-text {
    font-size: 0.14rem;
  }
  .fixed-wrapper .fixed-item-link {
    min-height: 1.2rem;
  }
}
.section-common-keyvisual {
  position: relative;
}
.section-common-keyvisual::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.section-common-keyvisual .title-main {
  color: #f90;
  font-weight: 700;
}
.section-common-keyvisual .keyvisual-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 3;
  right: 0;
  left: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 0;
}
.section-common-keyvisual .wrapper {
  position: relative;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual::before {
    background: url("../img/common/sp/keyvisual_decor_01.png") no-repeat top left/cover;
  }
  .section-common-keyvisual.has-image::before {
    background: url("../img/common/sp/keyvisual_decor_02.png") no-repeat top left/cover;
  }
  .section-common-keyvisual .wrapper {
    min-height: 2.4rem;
  }
  .section-common-keyvisual .keyvisual-title {
    bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.13rem 0.2rem;
    clip-path: polygon(100% 0%, 97% 50%, 100% 100%, 0 100%, 0 0);
  }
  .section-common-keyvisual .keyvisual-title .title-main {
    font-size: 0.28rem;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
  }
  .section-common-keyvisual .keyvisual-image {
    height: 2.4rem;
  }
}

@media only screen and (max-width: 767.98px) {
   body.is-post-page .section-common-keyvisual {
    position: relative;
  }
  body.is-post-page .section-common-keyvisual::before {
    content: "";
    display: block;
    width: 100%;
    height: 100px; /* 高さを指定 */
    background: url("../img/common/sp/keyvisual_decor_03.png") no-repeat top left / cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  body.is-post-page .section-common-keyvisual .keyvisual-image {
    height: 100px;
    overflow: hidden;
  }
  body.is-post-page .section-common-keyvisual .wrapper {
    min-height: auto;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-common-keyvisual::before {
    background: url("../img/common/keyvisual_decor_01.png") no-repeat top left/100% 100%;
  }
  .section-common-keyvisual.has-image::before {
    background: url("../img/common/keyvisual_decor_02.png") no-repeat top left/100% 100%;
  }
  .section-common-keyvisual .keyvisual-title {
    z-index: 2;
    top: 50%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 1100px;
    min-height: 70px;
    margin: 0 auto;
    padding: 13px 50px 12px 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section-common-keyvisual .keyvisual-title .title-main {
    font-size: 0.4rem;
    letter-spacing: 0.1em;
  }
  .section-common-keyvisual .keyvisual-image {
    height: 320px;
  }
}
.section-common-cardiology {
  position: relative;
}
.section-common-cardiology::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-common-cardiology .cardiology-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-common-cardiology .card-introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  background-color: #6AC092;
  color: #fff;
  text-align: center;
}
.section-common-cardiology .card-title {
  margin-bottom: 0;
  font-weight: 500;
}
.section-common-cardiology .card-decoration {
  position: absolute;
}
.section-common-cardiology .list-card {
  overflow: hidden;
  border-radius: 0.2rem;
  background-color: #fff;
}
.section-common-cardiology .list-card.is-detail {
  background-color: transparent;
}
.section-common-cardiology .list-common-dots .list-item {
  font-weight: 700;
}
.section-common-cardiology .button-common-secondary {
  min-height: 0.4rem;
  padding: 0.03rem 0.2rem 0.04rem 0.1rem;
}
.section-common-cardiology .list-common-dots.is-large .list-item {
  font-size: 0.18rem;
}
.section-common-cardiology .list-common-dots.is-large .list-item::before {
  top: 0.13rem;
  width: 0.12rem;
  height: 0.12rem;
  margin-right: 0.03rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-common-cardiology {
    padding: 0.44rem 0 0.2rem;
  }
  .section-common-cardiology::before {
    background: url("../img/common/sp/mask_img_01.svg") top left/cover no-repeat;
  }
  .section-common-cardiology .title-common-primary {
    margin-bottom: 0.23rem;
  }
  .section-common-cardiology .card-decoration {
    top: 0.07rem;
    left: 0.2rem;
    width: 0.86rem;
    height: 0.86rem;
  }
  .section-common-cardiology .card-title {
    font-size: 0.2rem;
  }
  .section-common-cardiology .card-introduction {
    min-height: 1rem;
    padding: 0.1rem;
  }
  .section-common-cardiology .list-common-dots {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .section-common-cardiology .list-common-dots .list-item {
    width: auto;
  }
  .section-common-cardiology .list-common-dots.is-large {
    gap: 0.05rem 0.19rem;
    margin-bottom: 0.2rem;
  }
  .section-common-cardiology .list-common-dots.is-large + .list-common-dots {
    margin-top: -0.15rem;
  }
  .section-common-cardiology .card-content {
    padding: 0.19rem 0.44rem 0.19rem 0.26rem;
  }
  .section-common-cardiology .button-common-secondary {
    width: 1.89rem;
    margin-left: 0.46rem;
  }
  .section-common-cardiology .button-common-secondary::after {
    right: 0.23rem;
  }
  .section-common-cardiology .content-describe {
    margin-bottom: 0.2rem;
  }
  .section-common-cardiology .list-card {
    min-height: 4.53rem;
    margin-bottom: 0.3rem;
  }
  .section-common-cardiology .list-card.is-detail {
    min-height: unset;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-common-cardiology {
    padding: 64px 0 98px;
  }
  .section-common-cardiology::before {
    background: url("../img/common/mask_img_01.svg") top center/cover no-repeat;
  }
  .section-common-cardiology .wrapper {
    max-width: 1050px;
  }
  .section-common-cardiology .cardiology-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 45px;
  }
  .section-common-cardiology .card-decoration {
    top: 5px;
    left: 0;
    width: 160px;
    height: 160px;
  }
  .section-common-cardiology .list-card {
    width: 33.3333333333%;
    max-width: 320px;
  }
  .section-common-cardiology .list-card.is-circulatory .card-decoration {
    left: 7px;
  }
  .section-common-cardiology .list-card.is-circulatory .card-content {
    padding: 24px 58px 24px 38px;
  }
  .section-common-cardiology .card-introduction {
    min-height: 170px;
    padding: 10px 20px;
  }
  .section-common-cardiology .card-title {
    font-size: 0.32rem;
    line-height: 1.3;
  }
  .section-common-cardiology .title-common-primary {
    margin-bottom: 43px;
  }
  .section-common-cardiology .card-content {
    padding: 24px 45px 24px 38px;
  }
  .section-common-cardiology .list-common-dots.is-large {
    gap: 5px 10px;
    margin-bottom: 18px;
  }
  .section-common-cardiology .list-common-dots.is-large + .list-common-dots {
    margin-top: -11px;
  }
  .section-common-cardiology .list-common-dots.is-large .list-item.has-margin {
    margin-right: -8px;
  }
  .section-common-cardiology .content-describe {
    margin-bottom: 16px;
  }
  .section-common-cardiology .button-common-secondary {
    width: 161px;
    margin-left: 42px;
  }
  .section-common-cardiology .button-common-secondary::after {
    right: 12px;
  }
  .section-common-cardiology .button-common-secondary:hover::after {
    right: 5px;
  }
}
.list-cardiology-information {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.29rem;
}
.list-cardiology-information .child-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0.7rem;
  height: 0.7rem;
  border-bottom-right-radius: 0.4rem;
  background-color: #6AC092;
}
.list-cardiology-information .list-child {
  position: relative;
  padding-top: 0.16rem;
  overflow: hidden;
  border-radius: 0.2rem;
  background-color: #fff;
}
.list-cardiology-information .child-detail {
  margin-bottom: 0;
  font-size: 0.15rem;
}
.list-cardiology-information .child-detail.has-margin-top {
  margin-top: 0.18rem;
}
.list-cardiology-information .list-common-dots {
  gap: 0 0.2rem;
}
.list-cardiology-information .list-common-dots .list-item {
  font-size: 0.15rem;
}
.list-cardiology-information .list-common-dots .list-item::before {
  top: 0.1rem;
  margin-right: 0.04rem;
}
.list-cardiology-information .icon-wrapper {
  position: relative;
  right: 0.02rem;
  bottom: 0.01rem;
  width: 0.4rem;
  height: 0.4rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-cardiology-information .title-common-underline {
    margin-left: 0.94rem;
  }
  .list-cardiology-information .child-wrapper {
    padding: 0.16rem 0.45rem;
  }
  .list-cardiology-information .list-child {
    min-height: 2.46rem;
  }
  .list-cardiology-information .list-common-dots {
    margin-bottom: 0.05rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-cardiology-information .list-child {
    min-height: 246px;
    padding-top: 16px;
  }
  .list-cardiology-information .title-common-underline {
    margin-left: 86px;
  }
  .list-cardiology-information .child-wrapper {
    padding: 16px 36px 16px 38px;
  }
  .list-cardiology-information .list-common-dots {
    margin-bottom: 5px;
  }
}
.wow {
  visibility: hidden;
}

@media print {
  .wow {
    /* stylelint-disable-next-line declaration-no-important */
    visibility: visible !important;
  }
}
.animated {
  transition: opacity 1.2s cubic-bezier(0.23, 1, 0.32, 1), transform 1.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-in-left {
  from {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  from {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  from {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-in-right {
  from {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  from {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

.button-common-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.35rem;
  min-height: 0.48rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.05rem 0.32rem 0.07rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 1px solid #aaa9a8;
  border-radius: 9.99rem;
  background-color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.button-common-primary::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.17rem;
  bottom: 0;
  width: 0.09rem;
  -webkit-transition: right 0.3s ease, -webkit-filter 0.3s ease;
  transition: right 0.3s ease, -webkit-filter 0.3s ease;
  transition: right 0.3s ease, filter 0.3s ease;
  transition: right 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
  background: url("../img/common/arrow_icn_05.svg") center/100% auto no-repeat;
  pointer-events: none;
}
@media (hover: hover) {
  .button-common-primary:hover {
    background-color: #484848;
    color: #fff;
  }
  .button-common-primary:hover::after {
    right: 0.1rem;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}

.button-common-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2rem;
  min-height: 0.5rem;
  padding: 0.04rem 0.4rem 0.06rem 0.21rem;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 1px solid #66d98b;
  border-radius: 9.99rem;
  background-color: #66d98b;
  color: #fff;
  font-size: 0.16rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.button-common-secondary::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.28rem;
  bottom: 0;
  width: 0.09rem;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  background: url("../img/common/arrow_icn_04.svg") center/100% auto no-repeat;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media (hover: hover) {
  .button-common-secondary:hover {
    background-color: #fff;
    color: #66d98b;
  }
  .button-common-secondary:hover::after {
    right: 0.15rem;
    -webkit-filter: unset;
    filter: unset;
  }
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .button-common-secondary {
    margin-right: auto;
    margin-left: auto;
  }
}
.breadcrumb-common {
  position: relative;
  min-height: 0.5rem;
  border-bottom: 1px solid #aaa9a8;
}
.breadcrumb-common::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #aaa9a8;
  pointer-events: none;
}
.breadcrumb-common .breadcrumb-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.breadcrumb-common .breadcrumb-list > li {
  position: relative;
}
.breadcrumb-common .breadcrumb-list > li:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.06rem;
  height: 0.12rem;
  background: url("../img/common/arrow_icn_02.svg") no-repeat center center/cover;
}
.breadcrumb-common .breadcrumb-list a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
  cursor: pointer;
}
.breadcrumb-common .breadcrumb-list a:hover {
  color: #66d98b;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .breadcrumb-common {
    padding: 0.08rem 0 0.15rem;
  }
  .breadcrumb-common .breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .breadcrumb-common .breadcrumb-list > li {
    display: inline;
  }
  .breadcrumb-common .breadcrumb-list > li:not(:last-child) {
    padding-right: 0.46rem;
  }
  .breadcrumb-common .breadcrumb-list > li:not(:last-child)::after {
    top: 0.11rem;
    right: 0.2rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .breadcrumb-common {
    padding: 9px 0 13px;
  }
  .breadcrumb-common .breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .breadcrumb-common .breadcrumb-list > li:not(:last-child) {
    padding-right: 47px;
  }
  .breadcrumb-common .breadcrumb-list > li:not(:last-child)::after {
    top: 11px;
    right: 21px;
  }
}
.title-common-primary {
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    font-size: 0.24rem;
    letter-spacing: 0;
  }
  .title-common-primary.has-line-height {
    line-height: 1.2;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .title-common-primary {
    font-size: 0.32rem;
  }
}
.title-common-secondary {
  position: relative;
  padding-left: 0.5rem;
  font-weight: 700;
}
.title-common-secondary .title-wrapper {
  display: inline-block;
  position: relative;
  letter-spacing: 0;
}
.title-common-secondary::before {
  content: "";
  position: absolute;
  background: url("../img/common/leaf_icn_01.svg") center/100% auto no-repeat;
}
.title-common-secondary.has-border-dashed .title-wrapper::after {
  content: "";
  position: absolute;
  height: 0.02rem;
  border-radius: 9.99rem;
  background-image: repeating-linear-gradient(to right, #6bc093, #6bc093 0.12rem, transparent 0.12rem, transparent 0.2rem);
}
.title-common-secondary.is-decoration::before {
  background: url("../img/common/leaf_icn_03.svg") center/100% auto no-repeat;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .title-common-secondary {
    padding-left: 0.36rem;
    font-size: 0.2rem;
  }
  .title-common-secondary::before {
    top: 0.07rem;
    left: 0;
    width: 0.24rem;
    height: 0.34rem;
  }
  .title-common-secondary.has-border-dashed .title-wrapper {
    padding-right: 0.14rem;
    padding-bottom: 0.02rem;
  }
  .title-common-secondary.has-border-dashed .title-wrapper::after {
    right: 0.11rem;
    bottom: 0;
    left: 0;
  }
  .title-common-secondary.is-decoration::before {
    top: 0.09rem;
    left: -0.03rem;
    width: 0.31rem;
  }
  .title-common-secondary .title-small {
    font-size: 0.16rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .title-common-secondary {
    font-size: 0.24rem;
  }
  .title-common-secondary::before {
    top: 6px;
    left: 2px;
    width: 30px;
    height: 40px;
  }
  .title-common-secondary.is-small {
    padding-left: 36px;
    font-size: 0.2rem;
  }
  .title-common-secondary.is-small::before {
    top: 5px;
    left: 0;
    width: 23px;
  }
  .title-common-secondary.has-border-dashed .title-wrapper {
    padding-right: 14px;
  }
  .title-common-secondary.has-border-dashed .title-wrapper::after {
    right: 5px;
    bottom: 3px;
    left: -6px;
  }
  .title-common-secondary.is-decoration::before {
    top: 6px;
    left: 2px;
    width: 34px;
  }
}
.title-common-underline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  min-width: 2.14rem;
  font-size: 0.2rem;
  font-weight: 500;
  letter-spacing: 0;
}
.title-common-underline::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("../img/common/polygon_icn_01.svg") center/100% auto no-repeat;
}
.title-common-underline::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0.14rem;
  height: 0.02rem;
  border-radius: 9.99rem;
  background: -webkit-gradient(linear, left top, right top, from(#75c4f5), to(#66d98b));
  background: linear-gradient(90deg, #75c4f5 0%, #66d98b 100%);
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .title-common-underline {
    padding: 0 0.1rem 0.03rem 0.24rem;
  }
  .title-common-underline::before {
    top: 0.14rem;
    width: 0.13rem;
    height: 0.14rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .title-common-underline {
    padding: 0 10px 3px 24px;
  }
  .title-common-underline::before {
    top: 0.13rem;
    width: 0.15rem;
    height: 0.16rem;
  }
}
.list-common-dashed {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-dashed .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.list-common-dashed .list-item::before {
  content: "";
  display: inline-block;
  position: relative;
  left: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ffae34;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-common-dashed .list-item {
    font-size: 0.12rem;
  }
  .list-common-dashed .list-item::before {
    top: 0.07rem;
    width: 0.1rem;
    height: 0.1rem;
    margin-right: 0.07rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-common-dashed .list-item {
    margin-bottom: 2px;
  }
  .list-common-dashed .list-item::before {
    top: 11px;
    width: 12px;
    height: 12px;
    margin-right: 13px;
  }
}
.list-common-notes .list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-notes .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.13rem;
  font-size: 0.13rem;
}
.list-common-notes .list-item span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.list-common-notes .list-item.has-md {
  padding-left: 0.14rem;
  font-size: 0.16rem;
}

.list-common-tick {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-common-tick .item-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
@media (hover: hover) {
  .list-common-tick .item-link:hover {
    opacity: 0.7;
  }
}
.list-common-tick .list-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.list-common-tick .list-item::before {
  content: "";
  display: inline-block;
  position: relative;
  left: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 0.28rem;
  height: 0.28rem;
  background: url("../img/common/tick_icon_01.svg") center/100% auto no-repeat;
}
.list-common-tick .list-item.is-none {
  pointer-events: none;
}
.list-common-tick .list-item.is-none::before {
  content: none;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-common-tick {
    gap: 0.09rem 0.54rem;
  }
  .list-common-tick .list-item {
    min-width: 1.14rem;
    font-size: 0.16rem;
  }
  .list-common-tick .list-item::before {
    top: 0.04rem;
    margin-right: 0.05rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-common-tick {
    gap: 15px 46px;
  }
  .list-common-tick .list-item {
    font-size: 0.18rem;
  }
  .list-common-tick .list-item.has-full-pc {
    width: 100%;
  }
  .list-common-tick .list-item::before {
    top: 0.07rem;
    margin-right: 0.06rem;
  }
}
.list-common-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-common-dots .list-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.list-common-dots .list-item::before {
  content: "";
  display: inline-block;
  position: relative;
  left: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 0.1rem;
  height: 0.1rem;
  margin-right: 0.09rem;
  border-radius: 50%;
  background-color: #ffae34;
}
.list-common-dots .list-item.is-none {
  pointer-events: none;
}
.list-common-dots .list-item.is-none::before {
  content: none;
}
.list-common-dots .list-item.has-full {
  width: 100%;
}
.list-common-dots:last-child {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-common-dots {
    gap: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .list-common-dots .list-item {
    width: 100%;
    font-size: 0.16rem;
  }
  .list-common-dots .list-item::before {
    top: 0.12rem;
  }
  .list-common-dots .list-item.has-full-sp {
    width: 100%;
  }
  .list-common-dots .item-note {
    display: block;
    width: 100%;
    text-align: center;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-common-dots {
    gap: 0.16rem 0.3rem;
    margin-bottom: 0.16rem;
  }
  .list-common-dots .list-item {
    font-size: 0.18rem;
  }
  .list-common-dots .list-item.has-full-pc {
    width: 100%;
  }
  .list-common-dots .list-item::before {
    top: 0.14rem;
  }
}
.list-common-information {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-information .list-child:last-child {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-common-information .list-child {
    margin-bottom: 0.3rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-common-information .list-child {
    margin-bottom: 58px;
  }
}
.list-common-anchor .list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-anchor .list-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  height: 0.02rem;
  border-radius: 9.99rem;
}
.list-common-anchor .item-links {
  display: inline-block;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}
.list-common-anchor .item-links::after {
  content: "";
  display: inline-block;
  position: relative;
  left: 0.02rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 0.06rem;
  top: 0;
  height: 0.12rem;
  margin-left: 0.1rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  background: url("../img/common/arrow_icn_02.svg") center/100% auto no-repeat;
}
.list-common-anchor .item-links:hover {
  color: #66d98b;
}
.list-common-anchor .item-links:hover::after {
  top: 0.06rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-common-anchor .list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .list-common-anchor .list-wrapper::after {
    bottom: 0;
    background: url("../img/common/sp/line_decoration_01.svg") top left/100% 100% repeat-x;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-common-anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .list-common-anchor .list-wrapper {
    padding: 0 10px 9px;
    gap: 35px;
  }
  .list-common-anchor .list-wrapper::after {
    bottom: 3px;
    background: url("../img/common/line_decoration_01.svg") top left/100% 100% repeat-x;
  }
}
/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-common-anchor {
    padding: 0.09rem 0 0.15rem;
  }
  .block-common-anchor .list-wrapper {
    padding-bottom: 0.11rem;
    gap: 0.1rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-common-anchor {
    padding-top: 49px;
    padding-bottom: 28px;
  }
}
.list-common-accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-common-accordion .accordion-wrapper {
  border: 1px solid #aaa9a8;
  border-radius: 0.1rem;
  background-color: #fff;
}
.list-common-accordion .accordion-wrapper:last-child {
  margin-bottom: 0;
}
.list-common-accordion .accordion-wrapper.is-active .heading-button::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.list-common-accordion .accordion-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}
.list-common-accordion .heading-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  border-radius: 50%;
}
.list-common-accordion .heading-button::after, .list-common-accordion .heading-button::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background-color: #75c4f5;
}
.list-common-accordion .heading-button::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.list-common-accordion .accordion-content {
  display: none;
  position: relative;
}
.list-common-accordion .accordion-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px dashed #aaa9a8;
}
.list-common-accordion .heading-icon,
.list-common-accordion .content-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 700;
  line-height: 1;
}
.list-common-accordion .heading-icon {
  color: #75c4f5;
}
.list-common-accordion .content-icon {
  color: #ffae34;
}
.list-common-accordion .heading-title {
  display: block;
  margin-bottom: 0;
  font-weight: 700;
}
.list-common-accordion .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-common-accordion.is-mobile .title-common-secondary {
  margin-bottom: 0;
}
.list-common-accordion.is-mobile .accordion-wrapper {
  border: unset;
  border-radius: 0.2rem;
}
.list-common-accordion.is-mobile .detail-price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.list-common-accordion.is-mobile .price-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 1.5rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .list-common-accordion .accordion-wrapper {
    margin-bottom: 0.2rem;
  }
  .list-common-accordion .accordion-heading {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0.15rem 0.45rem 0.15rem 0.09rem;
  }
  .list-common-accordion .heading-button {
    right: 0.06rem;
    width: 0.36rem;
    height: 0.36rem;
  }
  .list-common-accordion .heading-button::after, .list-common-accordion .heading-button::before {
    width: 0.2rem;
    height: 0.02rem;
  }
  .list-common-accordion .heading-icon,
  .list-common-accordion .content-icon {
    margin-right: 0.09rem;
    font-size: 0.24rem;
  }
  .list-common-accordion .heading-title {
    font-size: 0.18rem;
    line-height: 1.6;
  }
  .list-common-accordion .accordion-content {
    margin: 0 0.1rem;
    padding-bottom: 0.15rem;
  }
  .list-common-accordion .content-detail {
    padding-top: 0.01rem;
    font-size: 0.16rem;
    line-height: 1.6;
  }
  .list-common-accordion .content-wrapper {
    margin-bottom: 0;
    padding-top: 0.11rem;
  }
  .list-common-accordion.is-mobile .title-common-secondary {
    line-height: 1.25;
  }
  .list-common-accordion.is-mobile .title-common-secondary::before {
    top: 0;
  }
  .list-common-accordion.is-mobile .title-common-secondary .title-wrapper {
    padding: unset;
  }
  .list-common-accordion.is-mobile .title-common-secondary .title-wrapper::after {
    content: none;
  }
  .list-common-accordion.is-mobile .accordion-heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 1.02rem;
    padding: 0.15rem 0.6rem 0.15rem 0.09rem;
  }
  .list-common-accordion.is-mobile .heading-button {
    right: 0.22rem;
  }
  .list-common-accordion.is-mobile .accordion-content {
    margin: 0 0.09rem;
  }
  .list-common-accordion.is-mobile .content-viewport {
    padding: 0.14rem 0;
  }
  .list-common-accordion.is-mobile .content-detail {
    margin-bottom: 0.31rem;
    line-height: 2;
  }
  .list-common-accordion.is-mobile .content-detail:last-child {
    margin-bottom: 0;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .list-common-accordion .accordion-wrapper {
    margin-bottom: 22px;
  }
  .list-common-accordion .accordion-heading {
    padding: 14px 95px 14px 21px;
  }
  .list-common-accordion .heading-button {
    right: 22px;
    width: 40px;
    height: 40px;
  }
  .list-common-accordion .heading-button::after, .list-common-accordion .heading-button::before {
    width: 23px;
    height: 2px;
  }
  .list-common-accordion .heading-icon {
    margin-right: 9px;
    font-size: 0.32rem;
  }
  .list-common-accordion .content-icon {
    margin-right: 13px;
    font-size: 0.3rem;
  }
  .list-common-accordion .heading-title {
    font-size: 0.2rem;
    letter-spacing: 0;
  }
  .list-common-accordion .accordion-content {
    margin: 0 25px;
    padding: 30px 90px 38px 0;
  }
  .list-common-accordion .content-wrapper {
    margin-bottom: 0;
  }
  .list-common-accordion .content-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    padding: 0 40px;
  }
  .list-common-accordion .button-common-primary {
    margin-right: 20px;
  }
  .list-common-accordion .link-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
    padding: 11px 20px 7px;
  }
  .list-common-accordion .contact-here {
    width: 180px;
    min-height: 32px;
    margin-right: 20px;
  }
  .list-common-accordion .content-detail {
    padding-top: 3px;
  }
  .list-common-accordion.is-mobile .accordion-heading {
    padding: 23px 95px 14px 28px;
  }
  .list-common-accordion.is-mobile .content-detail {
    margin-bottom: 31px;
    padding-top: 0;
  }
  .list-common-accordion.is-mobile .content-detail:last-child {
    margin-bottom: 0;
  }
  .list-common-accordion.is-mobile .accordion-content::before {
    content: none;
  }
  .list-common-accordion.is-mobile .heading-button {
    display: none;
    pointer-events: none;
  }
  .list-common-accordion.is-mobile .accordion-content {
    /* stylelint-disable-next-line declaration-no-important */
    display: block !important;
    margin: 0;
    padding: 12px 79px 31px;
  }
  .list-common-accordion.is-mobile .accordion-wrapper {
    margin-bottom: 30px;
    pointer-events: none;
  }
}
.calendar-common thead {
  text-align: center;
}
.calendar-common thead th {
  border: none;
  color: #484848;
}
.calendar-common thead tr {
  border-top: 1px solid #484848;
}
.calendar-common thead th,
.calendar-common thead tr {
  font-weight: 500;
}
.calendar-common table {
  margin-bottom: 0;
}
.calendar-common th,
.calendar-common td {
  border: unset;
  font-weight: 700;
  text-align: center;
}
.calendar-common tr {
  border-bottom: 1px solid #484848;
}
.calendar-common tbody th {
  text-align: center;
}
.calendar-common span {
  display: inline-block;
}
.calendar-common .dot {
  color: #75c4f5;
}
.calendar-common .note-label {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 0.05rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .calendar-common {
    font-size: 0.15rem;
  }
  .calendar-common th,
  .calendar-common td {
    padding: 0.01rem 0.02rem;
  }
  .calendar-common thead th,
  .calendar-common thead td {
    padding: 0 0.02rem;
  }
  .calendar-common thead th:first-child span {
    position: relative;
    left: -0.06rem;
  }
  .calendar-common th {
    width: 0.48rem;
  }
  .calendar-common th:first-child {
    width: 4.53rem;
  }
  .calendar-common th:last-child {
    /* stylelint-disable-next-line declaration-no-important */
    width: 0.7rem !important;
    /* stylelint-disable-next-line declaration-no-important */
    padding-right: 0 !important;
    /* stylelint-disable-next-line declaration-no-important */
    padding-left: 0 !important;
  }
  .calendar-common tbody th {
    padding: 0;
  }
  .calendar-common .dot {
    font-size: 0.22rem;
  }
  .calendar-common .line {
    font-size: 0.16rem;
  }
  .calendar-common .calendar-note {
    font-size: 0.14rem;
  }
  .calendar-common .calendar-note .note-label {
    top: 0.06rem;
    width: 0.54rem;
    margin-right: 0.04rem;
  }
  .calendar-common .calendar-table {
    margin-bottom: 0.06rem;
  }
  .calendar-common .note-wrapper {
    margin-top: -0.03rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .calendar-common {
    font-size: 0.16rem;
  }
  .calendar-common thead th {
    height: 40px;
  }
  .calendar-common thead th:not(:first-child) {
    padding: 0 5px;
  }
  .calendar-common th,
  .calendar-common td {
    padding: 4px 2px;
  }
  .calendar-common th {
    width: 47px;
  }
  .calendar-common th:first-child {
    width: 190px;
    padding-right: 23px;
  }
  .calendar-common tbody th {
    padding: 10px 0 9px 5px;
    font-size: 0.2rem;
    text-align: center;
  }
  .calendar-common .dot {
    font-size: 0.22rem;
  }
  .calendar-common .line {
    font-size: 0.16rem;
  }
  .calendar-common .calendar-table {
    margin-bottom: 13px;
  }
  .calendar-common .note-label {
    top: 6px;
    width: 70px;
    margin-right: 13px;
  }
  .calendar-common .note-wrapper {
    margin-top: -4px;
  }
}
.block-common-contact .contact-tel {
  font-weight: 700;
  letter-spacing: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-common-contact {
    font-size: 0.2rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-common-contact .contact-tel {
    font-size: 0.24rem;
  }
}
.block-common-heading {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(107, 192, 147)), to(rgb(212, 234, 223)));
  background: linear-gradient(90deg, rgb(107, 192, 147) 30%, rgb(212, 234, 223) 100%);
}
.block-common-heading .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
}
.block-common-heading .heading-title {
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.block-common-heading .heading-decoration {
  position: absolute;
  pointer-events: none;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-common-heading {
    margin-bottom: 0.39rem;
  }
  .block-common-heading .wrapper {
    min-height: 1.1rem;
  }
  .block-common-heading .heading-decoration {
    left: 0.6rem;
    width: 1rem;
    height: 1rem;
  }
  .block-common-heading .heading-title {
    font-size: 0.28rem;
    letter-spacing: 0;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-common-heading {
    margin-bottom: 62px;
  }
  .block-common-heading .heading-title {
    font-size: 0.32rem;
    letter-spacing: 0.1em;
  }
  .block-common-heading .wrapper {
    min-height: 150px;
  }
  .block-common-heading .heading-decoration {
    top: 5px;
    left: 277px;
    width: 140px;
    height: 140px;
  }
}
.block-common-access {
  position: relative;
  border-radius: 0.2rem;
  background-color: #fff;
}
.block-common-access .block-detail:last-child {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-common-access {
    padding: 0.22rem 0.13rem 0.29rem 0.12rem;
  }
  .block-common-access .block-wrapper {
    padding: 0.03rem 0;
  }
  .block-common-access .list-common-dashed .list-item {
    margin-bottom: 0.13rem;
  }
  .block-common-access .list-common-dashed .list-item::before {
    margin-right: 0.1rem;
  }
  .block-common-access .block-content {
    margin-left: -0.03rem;
  }
  .block-common-access .title-common-secondary {
    margin-bottom: 0.25rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-common-access {
    padding: 20px 28px 22px;
  }
  .block-common-access::after {
    content: "";
    position: absolute;
    right: -26px;
    bottom: -31px;
    width: 95px;
    height: 126px;
    background: url("../img/common/leaf_icn_02.svg") center/100% auto no-repeat;
  }
  .block-common-access .list-common-dashed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 13px 64px;
  }
  .block-common-access .list-common-dashed .list-item {
    width: 50%;
    max-width: 408px;
  }
  .block-common-access .block-wrapper {
    padding: 6px 30px 6px 124px;
  }
  .block-common-access .block-detail {
    margin-top: 13px;
  }
  .block-common-access .block-content {
    margin-top: -11px;
    padding: 0 56px 0 51px;
  }
  .block-common-access .title-common-secondary::before {
    top: 12px;
    left: 3px;
    width: 31px;
    height: 41px;
  }
}
.block-common-introduction .block-image {
  overflow: hidden;
  border-radius: 0.3rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-common-introduction .title-common-primary {
    margin-bottom: 0.2rem;
  }
  .block-common-introduction .block-image {
    width: 3.35rem;
  }
  .block-common-introduction .detail-text {
    margin-bottom: 0.21rem;
  }
  .block-common-introduction .block-wrapper {
    margin-bottom: 0.3rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-common-introduction .block-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 59px;
  }
  .block-common-introduction .block-detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 598px;
  }
  .block-common-introduction .block-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 360px;
    height: 240px;
  }
  .block-common-introduction .title-common-primary {
    margin-bottom: 44px;
  }
  .block-common-introduction .detail-text {
    margin-bottom: 17px;
  }
}
.block-common-news .news_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.block-common-news .news_list > li {
  position: relative;
  overflow: hidden;
}
.block-common-news .news_list > li:last-child {
  margin-bottom: 0;
}
.block-common-news .news_list a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.block-common-news .news_list a .icon-common-arrow {
  position: absolute;
  top: 50%;
}
.block-common-news .news_list a:hover {
  background: #E6FFDF;
}


.block-common-news .news-item-box {
  border: none;
}
/* li に 1px の下線をつける */
.block-common-news .news-item {
  border-bottom: 1px solid #aaa9a8;
}
/* 最初の li にだけ上線を追加 */
.block-common-news .news-item:first-child {
  border-top: 1px solid #aaa9a8;
}


.block-common-news .news-item.is-hidden {
  display: none;
}
.block-common-news .news_day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-common-news dt span#category {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 0.05rem;
}
.block-common-news dt span#category img {
  display: block;
  width: 100%;
}
.block-common-news .news_List_Title {
  position: relative;
  font-weight: 700;
}
.block-common-news .news_detail p:last-child {
  margin-bottom: 0;
}
.block-common-news .news_detail .highlight {
  font-weight: 700;
}
.block-common-news .button-common-primary {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.56rem;
  margin: 0 auto;
  -webkit-transition: padding 0.3s ease, all 0.3s ease;
  transition: padding 0.3s ease, all 0.3s ease;
  cursor: pointer;
}
.block-common-news .news_new {
  color: #fe715b;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .block-common-news .news-item-box {
    min-height: 0.76rem;
    padding: 0.08rem 0.4rem 0.05rem 0.11rem;
  }
  .block-common-news dt span#category {
    top: 0.04rem;
    width: 0.68rem;
    height: 0.25rem;
    margin-left: 0.07rem;
  }
  .block-common-news .news_detail {
    margin-top: 0.11rem;
  }
  .block-common-news .button-common-primary {
    margin-top: 0.2rem;
  }
  .block-common-news .title-common-primary {
    margin-bottom: 0.22rem;
  }
  .block-common-news .news_List_Title {
    top: -0.02rem;
  }
  .block-common-news .news_new {
    margin-left: 0.08rem;
  }
  .block-common-news .news_list a .icon-common-arrow {
    right: 0.06rem;
    margin-top: -0.06rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .block-common-news .news-item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 60px;
    padding: 16px 23px 16px 6px;
  }
  .block-common-news .news_day {
    position: relative;
    top: 2px;
    margin-right: 12px;
  }
  .block-common-news dt span#category {
    top: 5px;
    width: 70px;
    height: 26px;
    margin-left: 25px;
  }
  .block-common-news .news_right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 5px;
  }
  .block-common-news .news_detail {
    margin-top: 11px;
  }
  .block-common-news .button-common-primary {
    margin-top: 21px;
  }
  .block-common-news .news_List_Title {
    top: -1px;
  }
  .block-common-news .title-common-primary {
    margin-bottom: 33px;
  }
  .block-common-news .news_list a .icon-common-arrow {
    right: 8px;
    margin-top: -6px;
  }
  .block-common-news .news_new {
    margin-left: 7px;
  }
}
.icon-common-arrow {
  display: block;
  position: absolute;
  width: 0.09rem;
  height: 0.15rem;
  overflow: hidden;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  border-radius: 100%;
  background: url("../img/common/arrow_icn_01.svg") center/100% auto no-repeat;
  pointer-events: none;
}

.has-anchor-link {
  position: relative;
}
.has-anchor-link .anchor-link-section {
  position: absolute;
}

/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .has-anchor-link .anchor-link-section {
    top: 50px;
  }
}
.table-common-primary .table-note {
  font-size: 0.13rem;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .table-common-primary .table-wrapper {
    border: none;
  }
  .table-common-primary th,
  .table-common-primary td {
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #aaa9a8;
    border-width: 1px 0 0;
  }
  .table-common-primary .table-content .content-detail,
  .table-common-primary .table-content .content-title {
    padding: 0.08rem;
  }
  .table-common-primary .table-content .content-title {
    background-color: #e6ffdf;
  }
  .table-common-primary .table-content .content-wrapper:last-child {
    border-bottom: 1px solid #aaa9a8;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .table-common-primary .table-wrapper {
    margin-bottom: 0;
  }
  .table-common-primary .table-content {
    border: 1px solid #aaa9a8;
  }
  .table-common-primary .table-content .content-title,
  .table-common-primary .table-content .content-detail {
    border: none;
    font-weight: 500;
    padding: 0.08rem 0.31rem;
  }
  .table-common-primary .table-content .content-wrapper:nth-child(even) .content-detail {
    border: 1px dashed #e6ffdf;
    border-width: 0 0 0 1px;
  }
  .table-common-primary .table-content .content-detail {
    text-align: right;
  }
  .table-common-primary .table-content .content-wrapper:nth-child(odd) {
    background-color: #e6ffdf;
  }
  .table-common-primary .table-heading .heading-title {
    background-color: #6bc093;
    color: #fff;
    padding: 0.06rem 0.2rem 0.06rem 0.3rem;
    border: 1px dashed #aaa9a8;
    border-width: 0 0 0 1px;
    font-weight: 700;
  }
  .table-common-primary .table-heading .heading-wrapper {
    border: 1px solid #aaa9a8;
  }
  .table-common-primary .table-heading .heading-title:first-child {
    width: 5rem;
    border-left: unset;
  }
  .table-common-primary .table-heading .heading-title:nth-child(3) {
    width: 2.52rem;
    text-align: right;
  }
}
/*# sourceMappingURL=common.css.map */