@charset "UTF-8";
@-webkit-keyframes imgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes imgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* =====================

common

===================== */
:root {
  --key: #007f41;
  --sub: #d0e5a1;
  --txt: #333;
  --orange: #ea543b;
  --orsub: #fae5ce;
  --bcr: #bbccdf;
  --ffg:
      "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial",
      "Yu Gothic", "Meiryo", sans-serif;
  --ffm: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  --ffr: "Roboto", sans-serif;
}

.hospital_topics {
  background-color: var(--key) !important;
}

html {
  font-size: 62.5%;
}

@keyframes imgFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
section {
  margin-top: 0;
}
section:not(:last-child) {
  margin-bottom: clamp(5rem, 6.5524193548vw, 8rem);
}

.container {
  max-width: initial;
  width: min(100% - clamp(1.875rem, 1.275rem + 3vw, 3.75rem), 132rem);
  margin-inline: auto;
  padding: 0;
}

a {
  color: var(--key);
  text-decoration: underline;
  word-break: break-all;
}
a:hover {
  color: var(--key);
}

address {
  margin-bottom: 0;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}

h3.h3 {
  font-family: var(--ffg);
  padding: 0 0 0 1em;
  margin: 0 0 clamp(3rem, 2.0833333333vw, 5rem);
  font-size: clamp(2rem, 1.3541666667vw, 3.2rem);
  color: var(--key);
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1.4;
}
h3.h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  border-radius: 4px;
  background-color: var(--sub);
}

h4.h4 {
  font-family: var(--ffg);
  font-size: clamp(1.8rem, 1.1458333333vw, 2.6rem);
  color: var(--key);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: clamp(2rem, 3.2552083333vw, 3rem);
  padding: 0 0 1.5rem;
  position: relative;
}
h4.h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: repeating-linear-gradient(90deg, #ddd 0, #ddd 8px, rgba(0, 0, 0, 0) 8px, rgba(0, 0, 0, 0) 11px);
}

/* 背景色 */
.bg {
  background-color: var(--sub);
  padding: 5rem 0;
  width: 100%;
}
.bg h3.h3::before {
  background-color: #fff;
}
.bg h4.h4::after {
  background-image: repeating-linear-gradient(90deg, #fff 0, #fff 8px, rgba(0, 0, 0, 0) 8px, rgba(0, 0, 0, 0) 11px);
}

p {
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 1.5em;
}

p:empty {
  display: none;
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1em;
}

.img-border {
  border: 1px solid #666;
}

.domain::before {
  content: "@";
}

.left-text-center {
  display: table;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  display: block;
  float: left;
  margin-bottom: 0.75em;
  margin-right: 2em;
}

.aligncenter {
  display: block;
  margin: 0 auto 0.75em;
}

.alignright {
  display: block;
  float: right;
  margin-bottom: 0.75em;
  margin-left: 2em;
}

@media screen and (max-width: 500px) {
  .aligncenter,
  .alignleft,
  .alignright {
    width: 100% !important;
    text-align: center;
    margin: 0 auto 0.75em;
  }
}
.wp-caption img {
  margin-bottom: 0.5em;
}
.wp-caption .wp-caption-text {
  text-align: left;
  font-size: 14px;
}
.wp-caption p {
  margin-bottom: 0;
}

/* 2段カラム */
.columns-two {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
@media screen and (max-width: 767px) {
  .columns-two {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #81ffea));
  background: linear-gradient(transparent 70%, #81ffea 70%);
}

.fz-s {
  font-size: clamp(0.8rem, 0.5208333333vw, 1.2rem) !important;
  line-height: 1.2;
}

.fz-m {
  font-size: clamp(1.6rem, 0.9375vw, 2rem) !important;
  line-height: 1.2;
}

.fz-l {
  font-size: clamp(2rem, 1.4583333333vw, 3.6rem) !important;
  line-height: 1.2;
}

.red {
  color: #ff5a3b !important;
}

.blue {
  color: #2f3da7 !important;
}

.brawn {
  color: #863926 !important;
}

.purple {
  color: #612fa7 !important;
}

.green {
  color: #2fa776 !important;
}

table tr,
table td {
  border: 1px solid #bbb;
  padding: 0.5em 0.75em;
  background-color: #fff;
}

th {
  background: rgba(208, 229, 161, 0.3);
  min-width: 5em;
}

/* 2カラムレスポンシブテーブル */
table.two-cols {
  border-collapse: collapse;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
table.two-cols tbody th {
  padding: 0.5em 1em;
  border: 1px solid #bbb;
  font-weight: 500;
  width: auto;
  white-space: nowrap;
}
table.two-cols tbody td {
  padding: 0.5em 1em;
  border: 1px solid #bbb;
}

@media (max-width: 768px) {
  table.two-cols tbody tr th {
    white-space: normal;
  }
}
@media (max-width: 576px) {
  table.two-cols {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #bbb;
  }
  table.two-cols tbody tr {
    border: 0 !important;
  }
  table.two-cols tbody tr:last-child td {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0 !important;
  }
  table.two-cols tbody tr th,
  table.two-cols tbody tr td {
    display: block;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #bbb;
  }
  table.two-cols tbody tr th {
    width: 100%;
    text-align: left;
  }
  table.two-cols tbody tr td {
    text-align: left;
  }
}
ul,
ol {
  padding: 0;
  margin: 0 0 1.5em 1em;
}

ul.def {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.def li {
  position: relative;
  margin-bottom: 1.25em;
  padding: 0.5em 0 0.5em clamp(2.4rem, 3.6458333333vw, 3rem);
  border-bottom: 1px solid var(--bcr);
}
ul.def li::before {
  content: "";
  width: clamp(1.6rem, 3.125vw, 2.4rem);
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M423.283-291.217 708.87-576.804 646.413-639.5l-223.13 223.13L312.152-527.5l-62.456 62.696 173.587 173.587ZM480-71.869q-84.913 0-159.345-32.118t-129.491-87.177q-55.059-55.059-87.177-129.491Q71.869-395.087 71.869-480t32.118-159.345q32.118-74.432 87.177-129.491 55.059-55.059 129.491-87.177Q395.087-888.131 480-888.131t159.345 32.118q74.432 32.118 129.491 87.177 55.059 55.059 87.177 129.491Q888.131-564.913 888.131-480t-32.118 159.345q-32.118 74.432-87.177 129.491-55.059 55.059-129.491 87.177Q564.913-71.869 480-71.869Zm0-91.001q133.043 0 225.087-92.043Q797.13-346.957 797.13-480t-92.043-225.087Q613.043-797.13 480-797.13t-225.087 92.043Q162.87-613.043 162.87-480t92.043 225.087Q346.957-162.87 480-162.87ZM480-480Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M423.283-291.217 708.87-576.804 646.413-639.5l-223.13 223.13L312.152-527.5l-62.456 62.696 173.587 173.587ZM480-71.869q-84.913 0-159.345-32.118t-129.491-87.177q-55.059-55.059-87.177-129.491Q71.869-395.087 71.869-480t32.118-159.345q32.118-74.432 87.177-129.491 55.059-55.059 129.491-87.177Q395.087-888.131 480-888.131t159.345 32.118q74.432 32.118 129.491 87.177 55.059 55.059 87.177 129.491Q888.131-564.913 888.131-480t-32.118 159.345q-32.118 74.432-87.177 129.491-55.059 55.059-129.491 87.177Q564.913-71.869 480-71.869Zm0-91.001q133.043 0 225.087-92.043Q797.13-346.957 797.13-480t-92.043-225.087Q613.043-797.13 480-797.13t-225.087 92.043Q162.87-613.043 162.87-480t92.043 225.087Q346.957-162.87 480-162.87ZM480-480Z"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: rgba(0, 127, 65, 0.6);
}

dl.dls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
dl.dls dt {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  dl.dls dt {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
dl.dls dd {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  dl.dls dd {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}
@media screen and (max-width: 576px) {
  dl.dls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: clamp(4rem, 8.6805555556vw, 6rem);
  }
  dl.dls dt,
  dl.dls dd {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  dl.dls dt {
    padding: 20px 0 10px;
  }
  dl.dls dd {
    padding: 10px 0 20px;
    border-bottom: 0;
  }
}

dl.dls-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  margin-bottom: 40px;
}
dl.dls-02 dt {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  padding: 20px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  dl.dls-02 dt {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
dl.dls-02 dd {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  padding: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  dl.dls-02 dd {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (max-width: 576px) {
  dl.dls-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: clamp(4rem, 8.6805555556vw, 6rem);
  }
  dl.dls-02 dt,
  dl.dls-02 dd {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  dl.dls-02 dt {
    padding: 20px 0;
  }
  dl.dls-02 dd {
    padding: 20px 0 40px;
    border-bottom: 0;
  }
}

.border_box {
  padding: 1em;
  border: 1px solid var(--bcr);
  margin-bottom: 30px;
  border-radius: 5px;
}

.cell p {
  width: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  margin-block: 0.75em 1.5em;
}

/* ========= 画像サイズ固定(500px)2列 ========= */
.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: min(100% - 3rem, 103rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 3rem;
  margin-bottom: clamp(4rem, 5.0403225806vw, 6rem);
}
.two-column .cell {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 clamp(15.625rem, 3.8325471698rem + 37.7358490566vw, 28.125rem);
          flex: 1 1 clamp(15.625rem, 3.8325471698rem + 37.7358490566vw, 28.125rem);
}
.two-column .cell > img {
  display: block;
  width: 100%;
  margin-bottom: 0;
}

/* ========= 画像サイズ固定(330px)3列 ========= */
.three-column {
  display: grid;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(auto-fill, minmax(clamp(25rem, 26.2096774194vw, 40rem), 1fr));
  grid-gap: 2rem clamp(1.5rem, 2.0161290323vw, 3rem);
  margin-bottom: clamp(4rem, 5.0403225806vw, 6rem);
}
.three-column .cell > img {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.three-column .cell > * {
  width: 100%;
}

/* ========= レスポンシブ4列 ========= */
.responsive-four-column {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(clamp(17rem, 31.6666666667vw, 32rem), 1fr));
  grid-gap: 2rem clamp(1.5rem, 2.0161290323vw, 3rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: clamp(4rem, 5.0403225806vw, 6rem);
}
.responsive-four-column > div {
  text-align: center;
}
.responsive-four-column > div > img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
.responsive-four-column > div p {
  width: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  margin-block: 0.75em 1.5em;
}

/* ========= ボタン ========= */
*:focus,
*:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* ========= ボタン ========= */
a.btn {
  display: table;
  vertical-align: middle;
  height: auto;
  padding: 0.3em 4rem 0.4em 2rem;
  color: var(--key);
  font-size: clamp(1.6rem, 1.5277777778vw, 2.4rem);
  font-family: var(--ffg);
  font-weight: 500;
  border: 1px solid var(--key);
  border-radius: 5px;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--key);
  border-right: 2px solid var(--key);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-15px, -50%) rotate(45deg);
          transform: translate(-15px, -50%) rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.btn:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  background-color: var(--key);
  border: 1px solid var(--key);
}
a.btn:hover::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-5px, -50%) rotate(45deg);
          transform: translate(-5px, -50%) rotate(45deg);
}

#index-news .go-all,
#single .go-all {
  font-size: clamp(1.4rem, 0.8333333333vw, 1.8rem);
  padding-right: 50px;
  margin-left: auto;
  position: relative;
  color: var(--txt) !important;
  border: 1px solid var(--txt) !important;
}
#index-news .go-all:hover,
#single .go-all:hover {
  color: #fff !important;
  background-color: var(--txt) !important;
}
#index-news .go-all::after,
#single .go-all::after {
  content: "";
  position: absolute;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 18"> <circle class="cls-1" cx="2" cy="2" r="2"/><rect class="cls-1" x="6" y="0" width="16" height="4" rx="2" ry="2"/> <circle class="cls-1" cx="2" cy="9" r="2"/><rect class="cls-1" x="6" y="7" width="16" height="4" rx="2" ry="2"/><circle class="cls-1" cx="2" cy="16" r="2"/><rect class="cls-1" x="6" y="14" width="16" height="4" rx="2" ry="2"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 18"> <circle class="cls-1" cx="2" cy="2" r="2"/><rect class="cls-1" x="6" y="0" width="16" height="4" rx="2" ry="2"/> <circle class="cls-1" cx="2" cy="9" r="2"/><rect class="cls-1" x="6" y="7" width="16" height="4" rx="2" ry="2"/><circle class="cls-1" cx="2" cy="16" r="2"/><rect class="cls-1" x="6" y="14" width="16" height="4" rx="2" ry="2"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 18px;
  background-color: #333;
}
#index-news .go-all:hover::after,
#single .go-all:hover::after {
  background-color: #fff;
}
@media screen and (max-width: 992px) {
  #index-news .go-all,
  #single .go-all {
    margin-right: auto;
  }
}

/* ========= ボタン横並び ========= */
.horizontal_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin: 30px auto;
}

@media screen and (max-width: 992px) {
  .horizontal_wrapper {
    -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-arrow-right::after {
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  margin-left: 0.25em;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--key);
  border-right: 1px solid var(--key);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.text-arrow-right:hover {
  text-decoration: none;
}

/* ========= テーブル幅スクロール ========= */
.scroll-x {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
.scroll-x table {
  width: auto;
}
.scroll-x table thead tr th {
  text-align: center !important;
}
.scroll-x table th,
.scroll-x table tr,
.scroll-x table td {
  border: 1px solid #bbb;
  padding: 0.5em 0.75em;
}
.scroll-x table th,
.scroll-x table td {
  vertical-align: top;
  padding: 15px;
  border-color: #bbb;
}
.scroll-x table tbody tr:nth-child(2n) {
  background: rgba(172, 219, 255, 0.3);
}

.simplebar-track {
  background-color: #fff;
}

/* ========= スクロールリスト ========= */
.scroll-y {
  width: 100%;
  height: 500px;
  overflow-y: auto;
}
.scroll-y #archives {
  padding: 0 !important;
}
.scroll-y #archives .container ul.archives {
  width: calc(100% - 30px);
}

/* =================================================

タブ

================================================= */
.tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 3rem;
  gap: 0.4rem;
}

.tab {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 5px;
  list-style: none;
  color: var(--key);
  border: 1px solid var(--bcr);
  background-color: #fff;
  border-radius: 0.3rem;
  text-align: center;
  cursor: pointer;
  font-size: clamp(1.2rem, 1.0802469136vw, 1.6rem);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.tab:hover, .tab:active {
  text-decoration: none;
  color: #fff;
  background-color: var(--key);
}
.tab:last-child {
  color: var(--key);
  border: 1px solid var(--bcr);
  background-color: #fff;
}
.tab:last-child:hover, .tab:last-child:active {
  color: #fff;
  background-color: var(--key);
  border: 1px solid var(--key);
}
.tab:last-child.is-active {
  text-decoration: none;
  color: #fff;
  background-color: var(--key);
}

.panel-group {
  min-height: 100px;
  padding: 15px 0;
}

.panel {
  display: none;
}
.panel > table.two-cols {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.tab.is-active {
  text-decoration: none;
  color: #fff;
  background-color: var(--key);
  position: relative;
}
.tab.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: var(--key) transparent transparent transparent;
}

.panel.is-show {
  display: block;
}

/* ========= 電話リンク ========= */
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* ======  lightbox ====== */
#fancybox-content {
  background-color: #fff;
}

.mt0 {
  margin-top: clamp(0rem, 0vw, 0rem) !important;
}

.mb0 {
  margin-bottom: clamp(0rem, 0vw, 0rem) !important;
}

.pt0 {
  padding-top: clamp(0rem, 0vw, 0rem) !important;
}

.pb0 {
  padding-bottom: clamp(0rem, 0vw, 0rem) !important;
}

.mt5 {
  margin-top: clamp(0.25rem, 0.252016129vw, 0.5rem) !important;
}

.mb5 {
  margin-bottom: clamp(0.25rem, 0.252016129vw, 0.5rem) !important;
}

.pt5 {
  padding-top: clamp(0.25rem, 0.252016129vw, 0.5rem) !important;
}

.pb5 {
  padding-bottom: clamp(0.25rem, 0.252016129vw, 0.5rem) !important;
}

.mt10 {
  margin-top: clamp(0.5rem, 0.5040322581vw, 1rem) !important;
}

.mb10 {
  margin-bottom: clamp(0.5rem, 0.5040322581vw, 1rem) !important;
}

.pt10 {
  padding-top: clamp(0.5rem, 0.5040322581vw, 1rem) !important;
}

.pb10 {
  padding-bottom: clamp(0.5rem, 0.5040322581vw, 1rem) !important;
}

.mt15 {
  margin-top: clamp(0.75rem, 0.7560483871vw, 1.5rem) !important;
}

.mb15 {
  margin-bottom: clamp(0.75rem, 0.7560483871vw, 1.5rem) !important;
}

.pt15 {
  padding-top: clamp(0.75rem, 0.7560483871vw, 1.5rem) !important;
}

.pb15 {
  padding-bottom: clamp(0.75rem, 0.7560483871vw, 1.5rem) !important;
}

.mt20 {
  margin-top: clamp(1rem, 1.0080645161vw, 2rem) !important;
}

.mb20 {
  margin-bottom: clamp(1rem, 1.0080645161vw, 2rem) !important;
}

.pt20 {
  padding-top: clamp(1rem, 1.0080645161vw, 2rem) !important;
}

.pb20 {
  padding-bottom: clamp(1rem, 1.0080645161vw, 2rem) !important;
}

.mt25 {
  margin-top: clamp(1.25rem, 1.2600806452vw, 2.5rem) !important;
}

.mb25 {
  margin-bottom: clamp(1.25rem, 1.2600806452vw, 2.5rem) !important;
}

.pt25 {
  padding-top: clamp(1.25rem, 1.2600806452vw, 2.5rem) !important;
}

.pb25 {
  padding-bottom: clamp(1.25rem, 1.2600806452vw, 2.5rem) !important;
}

.mt30 {
  margin-top: clamp(1.5rem, 1.5120967742vw, 3rem) !important;
}

.mb30 {
  margin-bottom: clamp(1.5rem, 1.5120967742vw, 3rem) !important;
}

.pt30 {
  padding-top: clamp(1.5rem, 1.5120967742vw, 3rem) !important;
}

.pb30 {
  padding-bottom: clamp(1.5rem, 1.5120967742vw, 3rem) !important;
}

.mt35 {
  margin-top: clamp(1.75rem, 1.7641129032vw, 3.5rem) !important;
}

.mb35 {
  margin-bottom: clamp(1.75rem, 1.7641129032vw, 3.5rem) !important;
}

.pt35 {
  padding-top: clamp(1.75rem, 1.7641129032vw, 3.5rem) !important;
}

.pb35 {
  padding-bottom: clamp(1.75rem, 1.7641129032vw, 3.5rem) !important;
}

.mt40 {
  margin-top: clamp(2rem, 2.0161290323vw, 4rem) !important;
}

.mb40 {
  margin-bottom: clamp(2rem, 2.0161290323vw, 4rem) !important;
}

.pt40 {
  padding-top: clamp(2rem, 2.0161290323vw, 4rem) !important;
}

.pb40 {
  padding-bottom: clamp(2rem, 2.0161290323vw, 4rem) !important;
}

.mt45 {
  margin-top: clamp(2.25rem, 2.2681451613vw, 4.5rem) !important;
}

.mb45 {
  margin-bottom: clamp(2.25rem, 2.2681451613vw, 4.5rem) !important;
}

.pt45 {
  padding-top: clamp(2.25rem, 2.2681451613vw, 4.5rem) !important;
}

.pb45 {
  padding-bottom: clamp(2.25rem, 2.2681451613vw, 4.5rem) !important;
}

.mt50 {
  margin-top: clamp(2.5rem, 2.5201612903vw, 5rem) !important;
}

.mb50 {
  margin-bottom: clamp(2.5rem, 2.5201612903vw, 5rem) !important;
}

.pt50 {
  padding-top: clamp(2.5rem, 2.5201612903vw, 5rem) !important;
}

.pb50 {
  padding-bottom: clamp(2.5rem, 2.5201612903vw, 5rem) !important;
}

.mt55 {
  margin-top: clamp(2.75rem, 2.7721774194vw, 5.5rem) !important;
}

.mb55 {
  margin-bottom: clamp(2.75rem, 2.7721774194vw, 5.5rem) !important;
}

.pt55 {
  padding-top: clamp(2.75rem, 2.7721774194vw, 5.5rem) !important;
}

.pb55 {
  padding-bottom: clamp(2.75rem, 2.7721774194vw, 5.5rem) !important;
}

.mt60 {
  margin-top: clamp(3rem, 3.0241935484vw, 6rem) !important;
}

.mb60 {
  margin-bottom: clamp(3rem, 3.0241935484vw, 6rem) !important;
}

.pt60 {
  padding-top: clamp(3rem, 3.0241935484vw, 6rem) !important;
}

.pb60 {
  padding-bottom: clamp(3rem, 3.0241935484vw, 6rem) !important;
}

.mt65 {
  margin-top: clamp(3.25rem, 3.2762096774vw, 6.5rem) !important;
}

.mb65 {
  margin-bottom: clamp(3.25rem, 3.2762096774vw, 6.5rem) !important;
}

.pt65 {
  padding-top: clamp(3.25rem, 3.2762096774vw, 6.5rem) !important;
}

.pb65 {
  padding-bottom: clamp(3.25rem, 3.2762096774vw, 6.5rem) !important;
}

.mt70 {
  margin-top: clamp(3.5rem, 3.5282258065vw, 7rem) !important;
}

.mb70 {
  margin-bottom: clamp(3.5rem, 3.5282258065vw, 7rem) !important;
}

.pt70 {
  padding-top: clamp(3.5rem, 3.5282258065vw, 7rem) !important;
}

.pb70 {
  padding-bottom: clamp(3.5rem, 3.5282258065vw, 7rem) !important;
}

.mt75 {
  margin-top: clamp(3.75rem, 3.7802419355vw, 7.5rem) !important;
}

.mb75 {
  margin-bottom: clamp(3.75rem, 3.7802419355vw, 7.5rem) !important;
}

.pt75 {
  padding-top: clamp(3.75rem, 3.7802419355vw, 7.5rem) !important;
}

.pb75 {
  padding-bottom: clamp(3.75rem, 3.7802419355vw, 7.5rem) !important;
}

.mt80 {
  margin-top: clamp(4rem, 4.0322580645vw, 8rem) !important;
}

.mb80 {
  margin-bottom: clamp(4rem, 4.0322580645vw, 8rem) !important;
}

.pt80 {
  padding-top: clamp(4rem, 4.0322580645vw, 8rem) !important;
}

.pb80 {
  padding-bottom: clamp(4rem, 4.0322580645vw, 8rem) !important;
}

.mt85 {
  margin-top: clamp(4.25rem, 4.2842741935vw, 8.5rem) !important;
}

.mb85 {
  margin-bottom: clamp(4.25rem, 4.2842741935vw, 8.5rem) !important;
}

.pt85 {
  padding-top: clamp(4.25rem, 4.2842741935vw, 8.5rem) !important;
}

.pb85 {
  padding-bottom: clamp(4.25rem, 4.2842741935vw, 8.5rem) !important;
}

.mt90 {
  margin-top: clamp(4.5rem, 4.5362903226vw, 9rem) !important;
}

.mb90 {
  margin-bottom: clamp(4.5rem, 4.5362903226vw, 9rem) !important;
}

.pt90 {
  padding-top: clamp(4.5rem, 4.5362903226vw, 9rem) !important;
}

.pb90 {
  padding-bottom: clamp(4.5rem, 4.5362903226vw, 9rem) !important;
}

.mt95 {
  margin-top: clamp(4.75rem, 4.7883064516vw, 9.5rem) !important;
}

.mb95 {
  margin-bottom: clamp(4.75rem, 4.7883064516vw, 9.5rem) !important;
}

.pt95 {
  padding-top: clamp(4.75rem, 4.7883064516vw, 9.5rem) !important;
}

.pb95 {
  padding-bottom: clamp(4.75rem, 4.7883064516vw, 9.5rem) !important;
}

.mt100 {
  margin-top: clamp(5rem, 5.0403225806vw, 10rem) !important;
}

.mb100 {
  margin-bottom: clamp(5rem, 5.0403225806vw, 10rem) !important;
}

.pt100 {
  padding-top: clamp(5rem, 5.0403225806vw, 10rem) !important;
}

.pb100 {
  padding-bottom: clamp(5rem, 5.0403225806vw, 10rem) !important;
}

.mt105 {
  margin-top: clamp(5.25rem, 5.2923387097vw, 10.5rem) !important;
}

.mb105 {
  margin-bottom: clamp(5.25rem, 5.2923387097vw, 10.5rem) !important;
}

.pt105 {
  padding-top: clamp(5.25rem, 5.2923387097vw, 10.5rem) !important;
}

.pb105 {
  padding-bottom: clamp(5.25rem, 5.2923387097vw, 10.5rem) !important;
}

.mt110 {
  margin-top: clamp(5.5rem, 5.5443548387vw, 11rem) !important;
}

.mb110 {
  margin-bottom: clamp(5.5rem, 5.5443548387vw, 11rem) !important;
}

.pt110 {
  padding-top: clamp(5.5rem, 5.5443548387vw, 11rem) !important;
}

.pb110 {
  padding-bottom: clamp(5.5rem, 5.5443548387vw, 11rem) !important;
}

.mt115 {
  margin-top: clamp(5.75rem, 5.7963709677vw, 11.5rem) !important;
}

.mb115 {
  margin-bottom: clamp(5.75rem, 5.7963709677vw, 11.5rem) !important;
}

.pt115 {
  padding-top: clamp(5.75rem, 5.7963709677vw, 11.5rem) !important;
}

.pb115 {
  padding-bottom: clamp(5.75rem, 5.7963709677vw, 11.5rem) !important;
}

.mt120 {
  margin-top: clamp(6rem, 6.0483870968vw, 12rem) !important;
}

.mb120 {
  margin-bottom: clamp(6rem, 6.0483870968vw, 12rem) !important;
}

.pt120 {
  padding-top: clamp(6rem, 6.0483870968vw, 12rem) !important;
}

.pb120 {
  padding-bottom: clamp(6rem, 6.0483870968vw, 12rem) !important;
}

.mt125 {
  margin-top: clamp(6.25rem, 6.3004032258vw, 12.5rem) !important;
}

.mb125 {
  margin-bottom: clamp(6.25rem, 6.3004032258vw, 12.5rem) !important;
}

.pt125 {
  padding-top: clamp(6.25rem, 6.3004032258vw, 12.5rem) !important;
}

.pb125 {
  padding-bottom: clamp(6.25rem, 6.3004032258vw, 12.5rem) !important;
}

.mt130 {
  margin-top: clamp(6.5rem, 6.5524193548vw, 13rem) !important;
}

.mb130 {
  margin-bottom: clamp(6.5rem, 6.5524193548vw, 13rem) !important;
}

.pt130 {
  padding-top: clamp(6.5rem, 6.5524193548vw, 13rem) !important;
}

.pb130 {
  padding-bottom: clamp(6.5rem, 6.5524193548vw, 13rem) !important;
}

.mt135 {
  margin-top: clamp(6.75rem, 6.8044354839vw, 13.5rem) !important;
}

.mb135 {
  margin-bottom: clamp(6.75rem, 6.8044354839vw, 13.5rem) !important;
}

.pt135 {
  padding-top: clamp(6.75rem, 6.8044354839vw, 13.5rem) !important;
}

.pb135 {
  padding-bottom: clamp(6.75rem, 6.8044354839vw, 13.5rem) !important;
}

.mt140 {
  margin-top: clamp(7rem, 7.0564516129vw, 14rem) !important;
}

.mb140 {
  margin-bottom: clamp(7rem, 7.0564516129vw, 14rem) !important;
}

.pt140 {
  padding-top: clamp(7rem, 7.0564516129vw, 14rem) !important;
}

.pb140 {
  padding-bottom: clamp(7rem, 7.0564516129vw, 14rem) !important;
}

.mt145 {
  margin-top: clamp(7.25rem, 7.3084677419vw, 14.5rem) !important;
}

.mb145 {
  margin-bottom: clamp(7.25rem, 7.3084677419vw, 14.5rem) !important;
}

.pt145 {
  padding-top: clamp(7.25rem, 7.3084677419vw, 14.5rem) !important;
}

.pb145 {
  padding-bottom: clamp(7.25rem, 7.3084677419vw, 14.5rem) !important;
}

.mt150 {
  margin-top: clamp(7.5rem, 7.560483871vw, 15rem) !important;
}

.mb150 {
  margin-bottom: clamp(7.5rem, 7.560483871vw, 15rem) !important;
}

.pt150 {
  padding-top: clamp(7.5rem, 7.560483871vw, 15rem) !important;
}

.pb150 {
  padding-bottom: clamp(7.5rem, 7.560483871vw, 15rem) !important;
}