@charset "UTF-8";
/* =====================

common

===================== */
* {
  min-height: 0.01px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

_::-webkit-full-page-media,
_:future,
:root * {
  min-height: 0vw;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
  --key: #9b0f26;
  --key_l: #e67487;
  --sub: #1b796e;
  --sub_l: #d5e3e1;
  --sub_ll: #84d3a5;
  --orange: #e97916;
  --txt: #333;
  --gray_l: #f5f5f5;
  --bcr: #bfbfbf;
  --ffm: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  --container: unquote("min(calc(100% - 3rem), 150rem)");
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}
html {
  font-size: 62.5%;
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
section {
  margin-block: 0;
  padding-block: clamp(3rem, 2.186440678rem + 2.5423728814vw, 6rem);
}

main section:only-child {
  padding-block: 0 clamp(3rem, 2.186440678rem + 2.5423728814vw, 6rem);
}
main section:first-of-type {
  padding-block: 0 clamp(3rem, 2.186440678rem + 2.5423728814vw, 6rem);
}

.container {
  width: min(calc(100% - clamp(3rem, 2.186440678rem + 2.5423728814vw, 6rem)), 150rem);
  max-width: initial;
  margin-inline: auto;
}

.test_container {
  width: min(100% - 3rem, 150rem);
  margin-inline: auto;
}

.horizonal {
  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;
  margin-inline: auto;
  width: min(calc(100% - 3rem), 150rem);
}

a {
  color: var(--txt);
  text-decoration: none;
  word-break: break-all;
  text-box-trim: trim-both;
}

a:hover {
  color: var(--txt);
}

address {
  margin-bottom: 0;
  text-box-trim: trim-both;
}

/* メアド表記スパム対策　*/
.domain::before {
  content: "@";
}

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

/* 文字詰め */
.mns001 {
  letter-spacing: -0.01em !important;
}

.mns0015 {
  letter-spacing: -0.015em !important;
}

.mns002 {
  letter-spacing: -0.02em !important;
}

.mns0025 {
  letter-spacing: -0.025em !important;
}

.mns003 {
  letter-spacing: -0.03em !important;
}

.mns0035 {
  letter-spacing: -0.035em !important;
}

.mns004 {
  letter-spacing: -0.04em !important;
}

.mns0045 {
  letter-spacing: -0.045em !important;
}

.mns005 {
  letter-spacing: -0.05em !important;
}

.mns0055 {
  letter-spacing: -0.055em !important;
}

.mns0065 {
  letter-spacing: -0.065em !important;
}

.mns0075 {
  letter-spacing: -0.075em !important;
}

.mns01 {
  letter-spacing: -0.1em !important;
}

.mns015 {
  letter-spacing: -0.15em !important;
}

.mns02 {
  letter-spacing: -0.2em !important;
}

.mns05 {
  letter-spacing: -0.5em !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 0;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  display: inline-block;
}
h1 span span,
h2 span span,
h3 span span,
h4 span span,
h5 span span,
h6 span span {
  display: inline-block;
}

h2.h2-line {
  font-size: clamp(2.4rem, 1.4666666667rem + 1.2152777778vw, 3.8rem);
  padding-left: clamp(2.6rem, 1.6666666667rem + 1.2152777778vw, 4rem);
  margin-block: 0 clamp(4rem, 2.5714285714rem + 4.4642857143vw, 6rem);
  line-height: 1.25;
  letter-spacing: 0.01em;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
h2.h2-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 0.2rem;
  height: calc(100% + 0.3em);
  background-color: var(--txt);
}
h2.h2-line::after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 0.6em);
  height: 0.2rem;
  width: 3rem;
  background-color: var(--txt);
}

h3.h3 {
  font-size: clamp(2.2rem, 2.08rem + 0.375vw, 2.8rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: 0 auto;
  margin-block: 0 clamp(3rem, 0.8571428571rem + 6.6964285714vw, 6rem);
  padding-inline: 2rem 0;
  letter-spacing: 0.01em;
  line-height: 1.25;
  position: relative;
  font-weight: 900;
  color: var(--txt);
  padding-block: 0 3rem;
  border-left: 0.5rem solid var(--key_l);
}

h4.h4 {
  font-size: clamp(1.8rem, 1.72rem + 0.25vw, 2.2rem);
  font-weight: 900;
  color: var(--txt);
  margin-block: 0 clamp(2rem, 1.8rem + 0.625vw, 3rem);
  position: relative;
  line-height: 1.25;
  padding-block: 0 2rem;
  padding-inline: 2rem;
}
h4.h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  height: calc(100% - clamp(1rem, 0.8rem + 0.625vw, 2rem));
  width: clamp(1.5rem, 1.4rem + 0.3125vw, 2rem);
  border-left: 0.1rem solid var(--txt);
  border-bottom: 0.1rem solid var(--txt);
}

/* 背景色 */
.bg-white {
  background-color: #fff;
  padding-block: clamp(4rem, 2.5714285714rem + 4.4642857143vw, 6rem);
  padding-inline: 0;
  margin: 0;
  width: 100%;
}

p {
  font-size: clamp(1.6rem, 1.4571428571rem + 0.4464285714vw, 1.8rem);
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 1rem;
}
p::after {
  content: "";
  display: block;
  clear: both;
}

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

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

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

.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%, var(--sub_ll)));
  background: linear-gradient(transparent 70%, var(--sub_ll) 70%);
}

.fz-s {
  font-size: 12px !important;
}

.fz-m {
  font-size: 20px !important;
}

.fz-l {
  font-size: 36px !important;
}

.red {
  color: #ff5a3b !important;
}

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

.brown {
  color: #863926 !important;
}

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

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

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

th {
  background: var(--lighter);
}

/* 2カラムレスポンシブテーブル */
.two-cols {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-block: 0 3rem;
  border: 0.1rem solid #ccc;
}
.two-cols tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  border: none;
}
.two-cols tbody tr:not(:last-child) {
  border-bottom: 0.1rem solid #ccc;
}
.two-cols tbody tr th {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 10em;
          flex: 1 1 10em;
  padding: 1em;
  font-weight: 700;
  border-right: 0.1rem solid #ccc;
}
.two-cols tbody tr td {
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .two-cols tbody tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0.5em 1em;
  }
  .two-cols tbody tr th {
    border-right: none;
    border-bottom: 0.1rem solid #ccc;
  }
  .two-cols tbody tr th,
  .two-cols tbody tr td {
    padding: 1em 0.25em;
  }
}

ul,
ol {
  padding: 0;
  margin: 0 0 1.5em 1.5em;
}
ul.def {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.def li {
  position: relative;
  margin-bottom: 2rem;
  padding: 0 0 2rem 3rem;
  border-bottom: 0.1rem solid #ccc;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
ul.def li::before {
  content: "●";
  margin-right: 0.3em;
  color: var(--key);
}

dl {
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  grid-auto-rows: minmax(auto, -webkit-max-content);
  grid-auto-rows: minmax(auto, max-content);
  margin-bottom: 5rem;
}

dt,
dd {
  margin-top: 0.2rem;
}

dt {
  grid-column: 1; /* dtは1列目に配置 */
  color: var(--txt);
  position: relative;
  padding: 1em 0.5em 1em 0.25em;
  border-bottom: 0.1rem solid #ccc;
  max-width: 10em;
}

dd {
  padding: 1em 0.5em 1em 3em;
  grid-column: 2; /* ddは2列目に配置 */
  border-bottom: 0.1rem solid #ccc;
  text-align: left;
  margin-bottom: 0;
}

/* スマートフォンサイズでのスタイル */
@media screen and (max-width: 768px) {
  dl {
    grid-template-columns: 1fr; /* 1カラムに変更 */
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0; /* dtとddの間の隙間 */
  }
  dt,
  dd {
    grid-column: 1; /* dtとddが同じカラムに配置される */
  }
  dt {
    max-width: initial;
    padding: 1em 0.25em 0.5em;
  }
  dd {
    padding: 0.5em 0.25em 1em;
    text-align: left;
    margin-bottom: 1em; /* 各ddの下に余白を追加 */
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    border-bottom: 0.1rem solid #666;
  }
}
.border_box {
  border: 0.1rem solid var(--bcr);
  background-color: #fff;
  padding: 2rem 2.5rem;
  margin-block: 0 3rem;
}
.border_box p:not(:last-child), .border_box p:not(:last-of-type), .border_box p:not(:only-child) {
  margin-bottom: 1rem;
}
.border_box p:only-of-type, .border_box p:last-of-type, .border_box p:only-child {
  margin-bottom: 0;
}
.border_box p + p {
  margin-bottom: 0 !important;
}
.border_box ul.def {
  margin-bottom: 0;
  padding-bottom: 0;
}
.border_box ul.def li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* ========= レスポンシブ2列 ========= */
.two-column {
  width: min(100%, 150rem);
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5em 3rem;
  margin-block: 0 3rem;
}
.two-column > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: block;
  text-align: center;
}
.two-column > div img {
  display: block;
  width: 100%;
  height: auto;
  margin-block: 0;
}
.two-column > div p {
  font-size: 1.4rem;
  display: block;
  text-align: center;
  margin-block: 1rem 0;
  line-height: 1.5;
}

/* ========= レスポンシブ3列 ========= */
.three-column {
  width: min(100%, 150rem);
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5em 3rem;
  margin-block: 0 3rem;
}
.three-column > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48rem;
          flex: 0 1 48rem;
  display: block;
  text-align: center;
}
.three-column > div img {
  display: block;
  width: 100%;
  height: auto;
  margin-block: 0;
}
.three-column > div p {
  font-size: 1.4rem;
  display: block;
  text-align: center;
  margin-block: 1rem 0;
  line-height: 1.5;
}

/* ========= レスポンシブ4列 ========= */
.responsive-four-column {
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5em 2rem;
  margin-block: 0 3rem;
}
.responsive-four-column > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 36rem;
          flex: 0 1 36rem;
  display: block;
  text-align: center;
}
.responsive-four-column > div img {
  display: block;
  width: 100%;
  height: auto;
  margin-block: 0;
}
.responsive-four-column > div p {
  font-size: 1.4rem;
  width: 100%;
  display: block;
  text-align: center;
  margin-block: 1rem 0;
  line-height: 1.5;
}

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

/* ========= ボタン ========= */
.btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75em 5.6rem 0.75em 1em;
  position: relative;
  background-color: var(--key);
  border-radius: 0;
  font-size: clamp(1.4rem, 1.2571428571rem + 0.4464285714vw, 1.6rem);
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  text-align: left;
  position: relative;
}
.btn::before, .btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.btn::before {
  margin-top: calc((1 - 1.3) * 0.5em);
}
.btn::after {
  margin-bottom: calc((1 - 1.3) * 0.5em);
}
.btn * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn span {
  display: inline-block;
  position: relative;
}
.btn::before {
  content: "";
  position: absolute;
  top: calc(50% + 0.2rem);
  right: 1.5rem;
  width: 3rem;
  height: 0.2rem;
  background-color: #fff;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.4rem);
  right: 1.5rem;
  width: 0.2rem;
  height: clamp(0.975rem, 0.7428571429rem + 0.7254464286vw, 1.3rem);
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: translateY(-50%) rotate(-60deg);
          transform: translateY(-50%) rotate(-60deg);
}
.btn:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
  background-color: var(--orange);
}
.btn:hover::before {
  width: 4.2rem;
  right: 0.2rem;
}
.btn:hover::after {
  right: 0.2rem;
}

/* ========= //一覧に戻るリンク ========= */
.link_back-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  gap: 1rem;
  margin-block: 4rem;
  margin-inline: auto 0;
}
@media screen and (max-width: 768px) {
  .link_back-all {
    margin-inline: auto;
  }
}
.link_back-all span {
  font-size: clamp(1.2rem, 0.7714285714rem + 1.3392857143vw, 1.8rem);
  font-weight: 700;
  color: var(--key);
  white-space: nowrap;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.link_back-all .btn_back-all-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  aspect-ratio: 1/1;
  width: clamp(3rem, 2.2857142857rem + 2.2321428571vw, 4rem);
  height: auto;
  border-radius: 50%;
  background-color: var(--key);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
}
.link_back-all .btn_back-all-icon::before {
  content: "";
  position: absolute;
  top: clamp(1.725rem, 1.3142857143rem + 1.2834821429vw, 2.3rem);
  left: 0;
  width: clamp(2.175rem, 1.6571428571rem + 1.6183035714vw, 2.9rem);
  height: 0.2rem;
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.link_back-all .btn_back-all-icon::after {
  content: "";
  position: absolute;
  top: clamp(0.825rem, 0.6285714286rem + 0.6138392857vw, 1.1rem);
  width: 0.2rem;
  height: clamp(0.975rem, 0.7428571429rem + 0.7254464286vw, 1.3rem);
  background-color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: clamp(2.175rem, 1.6571428571rem + 1.6183035714vw, 2.9rem);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.link_back-all:hover span {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: var(--key_l);
}
.link_back-all:hover .btn_back-all-icon {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: var(--key_l);
}
.link_back-all:hover .btn_back-all-icon::before {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  width: clamp(2.625rem, 2rem + 1.953125vw, 3.5rem);
}
.link_back-all:hover .btn_back-all-icon::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: clamp(2.625rem, 2rem + 1.953125vw, 3.5rem);
}

/* ========= //角丸ボタン ========= */
.corner-radius {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 5.6rem;
  padding: 1.5rem 2.5rem 1.75rem;
  background-color: var(--sub);
  border: 0.2rem solid var(--sub);
  border-radius: 50vh;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.corner-radius span {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: clamp(2rem, 1.7142857143rem + 0.8928571429vw, 2.4rem);
  font-weight: 900;
  color: #fff;
}
.corner-radius span::before, .corner-radius span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.corner-radius span::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.corner-radius span::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.corner-radius:hover {
  background-color: #fff;
}
.corner-radius:hover * {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.corner-radius:hover span {
  color: var(--sub);
}

/* ========= ボタン横並び ========= */
.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 #ccc;
  padding: 0.5em 0.75em;
}
.scroll-x table th,
.scroll-x table td {
  vertical-align: top;
  padding: 15px;
  border-color: #ccc;
}
.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;
  text-align: center;
  cursor: pointer;
  -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;
  }
}
.mt0 {
  margin-top: clamp(0rem, 0rem + 0vw, 0rem) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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