@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
  padding-left: 0;
}

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-wrap: break-word;
}

button {
  cursor: pointer;
  appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
  margin: 0;
  padding: 0;
}

h5, h6 {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 1em 0;
}

img {
  height: auto;
  border: none;
  object-fit: contain;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

:root {
  --clr_txt: #444444;
  --rgb_txt: 68,68, 68;
  --clr_blue: #005BAB;
  --rgb_blue: 0,91, 171;
  --clr_blue_dark1: #00AECC;
  --rgb_blue_dark1: 0,174, 204;
  --clr_blue_dark2: #04357F;
  --rgb_blue_dark2: 4,53, 127;
  --clr_blue_dark3: #6FBAE8;
  --rgb_blue_dark3: 111,186, 232;
  --clr_blue_light1: #E2F3FE;
  --rgb_blue_light1: 226,243, 254;
  --clr_blue_light2: #EBF6FC;
  --rgb_blue_light2: 235,246, 252;
  --clr_red: #CF000E;
  --rgb_red: 207,0, 14;
  --clr_gray: #F5F5F5;
  --rgb_gray: 245,245, 245;
  --clr_gray_dark1: #CCCCCC;
  --rgb_gray_dark1: 204,204, 204;
  --clr_gray_dark2: #999999;
  --rgb_gray_dark2: 153,153, 153;
  --clr_orange: #F3D145;
  --rgb_orange: 243,209, 69;
  --breakpoint: 768px;
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.bold {
  font-weight: bold;
}

.font_l {
  font-size: 120%;
}

.font_s {
  font-size: 80%;
}

.fc_red {
  color: var(--clr_red);
}

.underline {
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-decoration-color: rgb(255, 255, 0);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

p {
  margin: 0 0 1em;
}

strong {
  font-weight: bold;
}

em {
  font-weight: 500;
}

.img_c {
  margin: 1rem auto;
}

.img_l,
.img_r {
  max-width: 80%;
  margin: 1rem auto;
}

img.tate {
  max-width: 60%;
}

@media screen and (width >= 48em), print {
  .img_l {
    float: left;
    margin: 0 3rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 3rem;
  }
  img.tate {
    max-width: 25% !important;
  }
}
.sp_n,
.sp_n_i {
  display: none !important;
}

@media screen and (width >= 48em), print {
  .sp_n {
    display: block !important;
  }
  .sp_n_i {
    display: inline !important;
  }
  .pc_n {
    display: none !important;
  }
}
.mt00 {
  margin-top: 0rem !important;
}

.mt10 {
  margin-top: 1.2rem !important;
}

.mt20 {
  margin-top: 2.4rem !important;
}

.mt30 {
  margin-top: 3.6rem !important;
}

.mt40 {
  margin-top: 4.8rem !important;
}

.main > section ~ section,
.flex2 > section ~ section {
  margin-top: 5rem;
}
.main > section > section ~ section,
.main > .flex2 > section ~ section,
.flex2 > section > section ~ section,
.flex2 > .flex2 > section ~ section {
  margin-top: 4rem;
}
.main > section > section > section ~ section,
.main > section > .flex2 > section ~ section,
.main > .flex2 > section > section ~ section,
.main > .flex2 > .flex2 > section ~ section,
.flex2 > section > section > section ~ section,
.flex2 > section > .flex2 > section ~ section,
.flex2 > .flex2 > section > section ~ section,
.flex2 > .flex2 > .flex2 > section ~ section {
  margin-top: 3rem;
}
.main > section > section > section > section ~ section,
.main > section > section > .flex2 > section ~ section,
.main > section > .flex2 > section > section ~ section,
.main > section > .flex2 > .flex2 > section ~ section,
.main > .flex2 > section > section > section ~ section,
.main > .flex2 > section > .flex2 > section ~ section,
.main > .flex2 > .flex2 > section > section ~ section,
.main > .flex2 > .flex2 > .flex2 > section ~ section,
.flex2 > section > section > section > section ~ section,
.flex2 > section > section > .flex2 > section ~ section,
.flex2 > section > .flex2 > section > section ~ section,
.flex2 > section > .flex2 > .flex2 > section ~ section,
.flex2 > .flex2 > section > section > section ~ section,
.flex2 > .flex2 > section > .flex2 > section ~ section,
.flex2 > .flex2 > .flex2 > section > section ~ section,
.flex2 > .flex2 > .flex2 > .flex2 > section ~ section {
  margin-top: 3rem;
}

@media screen and (width >= 48em), print {
  .mt00 {
    margin-top: 0rem !important;
  }
  .mt10 {
    margin-top: 2.4rem !important;
  }
  .mt20 {
    margin-top: 4.8rem !important;
  }
  .mt30 {
    margin-top: 7.2rem !important;
  }
  .mt40 {
    margin-top: 9.6rem !important;
  }
  .main > section ~ section,
  .flex2 > section ~ section {
    margin-top: 9rem;
  }
  .main > section > section ~ section,
  .main > .flex2 > section ~ section,
  .flex2 > section > section ~ section,
  .flex2 > .flex2 > section ~ section {
    margin-top: 7rem;
  }
  .main > section > section > section ~ section,
  .main > section > .flex2 > section ~ section,
  .main > .flex2 > section > section ~ section,
  .main > .flex2 > .flex2 > section ~ section,
  .flex2 > section > section > section ~ section,
  .flex2 > section > .flex2 > section ~ section,
  .flex2 > .flex2 > section > section ~ section,
  .flex2 > .flex2 > .flex2 > section ~ section {
    margin-top: 5rem;
  }
  .main > section > section > section > section ~ section,
  .main > section > section > .flex2 > section ~ section,
  .main > section > .flex2 > section > section ~ section,
  .main > section > .flex2 > .flex2 > section ~ section,
  .main > .flex2 > section > section > section ~ section,
  .main > .flex2 > section > .flex2 > section ~ section,
  .main > .flex2 > .flex2 > section > section ~ section,
  .main > .flex2 > .flex2 > .flex2 > section ~ section,
  .flex2 > section > section > section > section ~ section,
  .flex2 > section > section > .flex2 > section ~ section,
  .flex2 > section > .flex2 > section > section ~ section,
  .flex2 > section > .flex2 > .flex2 > section ~ section,
  .flex2 > .flex2 > section > section > section ~ section,
  .flex2 > .flex2 > section > .flex2 > section ~ section,
  .flex2 > .flex2 > .flex2 > section > section ~ section,
  .flex2 > .flex2 > .flex2 > .flex2 > section ~ section {
    margin-top: 5rem;
  }
}
/* マージン -------------------------------------- */
.mb_00 {
  margin-bottom: 0 !important;
}

.mb_05 {
  margin-bottom: 0.5rem !important;
}

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

.mb_15 {
  margin-bottom: 1.5rem !important;
}

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

.mb_25 {
  margin-bottom: 2.5rem !important;
}

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

.mb_35 {
  margin-bottom: 3.5rem !important;
}

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

.mb_45 {
  margin-bottom: 4.5rem !important;
}

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

.mlr_auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* マージンPC -------------------------------------- */
@media screen and (width >= 48em), print {
  .mb_05_pc {
    margin-bottom: 0.5rem !important;
  }
  .mb_10_pc {
    margin-bottom: 1rem !important;
  }
  .mb_15_pc {
    margin-bottom: 1.5rem !important;
  }
  .mb_20_pc {
    margin-bottom: 2rem !important;
  }
  .mb_25_pc {
    margin-bottom: 2.5rem !important;
  }
  .mb_30_pc {
    margin-bottom: 3rem !important;
  }
  .mb_35_pc {
    margin-bottom: 3.5rem !important;
  }
  .mb_40_pc {
    margin-bottom: 4rem !important;
  }
  .mb_45_pc {
    margin-bottom: 4.5rem !important;
  }
  .mb_50_pc {
    margin-bottom: 5rem !important;
  }
  .mlr_auto_pc {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/* 幅 -------------------------------------- */
.w_10 {
  width: 10% !important;
}

.w_15 {
  width: 15% !important;
}

.w_20 {
  width: 20% !important;
}

.w_25 {
  width: 25% !important;
}

.w_30 {
  width: 30% !important;
}

.w_35 {
  width: 35% !important;
}

.w_40 {
  width: 40% !important;
}

.w_45 {
  width: 45% !important;
}

.w_50 {
  width: 50% !important;
}

.w_55 {
  width: 55% !important;
}

.w_60 {
  width: 60% !important;
}

.w_65 {
  width: 65% !important;
}

.w_70 {
  width: 70% !important;
}

.w_75 {
  width: 75% !important;
}

.w_80 {
  width: 80% !important;
}

.w_85 {
  width: 85% !important;
}

.w_90 {
  width: 90% !important;
}

.w_95 {
  width: 95% !important;
}

.w_100 {
  width: 100% !important;
}

/* 幅PC -------------------------------------- */
@media screen and (width >= 48em), print {
  .w_10_pc {
    width: 10% !important;
  }
  .w_15_pc {
    width: 15% !important;
  }
  .w_20_pc {
    width: 20% !important;
  }
  .w_25_pc {
    width: 25% !important;
  }
  .w_30_pc {
    width: 30% !important;
  }
  .w_35_pc {
    width: 35% !important;
  }
  .w_40_pc {
    width: 40% !important;
  }
  .w_45_pc {
    width: 45% !important;
  }
  .w_50_pc {
    width: 50% !important;
  }
  .w_55_pc {
    width: 55% !important;
  }
  .w_60_pc {
    width: 60% !important;
  }
  .w_65_pc {
    width: 65% !important;
  }
  .w_70_pc {
    width: 70% !important;
  }
  .w_75_pc {
    width: 75% !important;
  }
  .w_80_pc {
    width: 80% !important;
  }
  .w_85_pc {
    width: 85% !important;
  }
  .w_90_pc {
    width: 90% !important;
  }
  .w_95_pc {
    width: 95% !important;
  }
  .w_100_pc {
    width: 100% !important;
  }
  .w_68_pc {
    width: 68% !important;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
  margin: 0 0 4rem;
  border: 0.1rem solid #ccc;
  border-radius: 0.5rem;
  background: #fff;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 0.8rem;
}
.tbl_time thead {
  background: #E4E4E4;
}
.tbl_time thead th {
  font-weight: 500;
}
.tbl_time thead th[scope=col] {
  padding: 0.4rem 0;
  font-size: 90%;
  line-height: 1.4;
  text-align: center;
}
.tbl_time thead th[scope=row] {
  font-weight: normal;
  line-height: 1.4;
}
.tbl_time tbody th {
  border-top: 1px solid #ccc;
  font-weight: 500;
}
.tbl_time tbody td {
  text-align: center;
  padding: 0.8rem 0.4rem;
  border-top: 1px solid #ccc;
  line-height: 1;
}
@media screen and (width >= 48em), print {
  .tbl_time {
    font-size: clamp(1.2rem, 0.1805rem + 1.327vw, 1.8rem);
    margin: 0 0 4rem;
    border-radius: 1rem;
  }
  .tbl_time thead {
    line-height: 1;
  }
  .tbl_time thead tr th[scope=col] {
    padding: 2.2rem 0;
    width: clamp(3rem, 0.4513rem + 3.319vw, 4.5rem);
    font-size: clamp(1.2rem, 0.1805rem + 1.327vw, 1.8rem);
  }
  .tbl_time thead tr th[scope=row] {
    padding: 2.2rem 0;
    width: clamp(5em, 1.602em + calc(0.442em * 1vw / 1px), 7em);
  }
  .tbl_time tbody {
    line-height: 1;
  }
  .tbl_time tbody th {
    padding: 2.2rem 0;
  }
  .tbl_time tbody td {
    padding: 2.2rem 0;
  }
  /*
    main {

      .tbl_time {
        font-size: clamp_size(1.2rem, 2.2rem);

        caption {
          margin-top: 2rem;
        }

        thead {
          tr {
            th {
              &[scope="col"] {
                // 曜日
                width: clamp_size(3rem, 12rem);

              }
            }
          }
        }

        tbody {
          th {
            width: clamp_size(10rem, 24rem);
            padding: 3rem 0;
          }

          td {
            width: clamp_size(3rem, 12rem);
          }
        }
      }
    }*/
}
.gmap {
  width: 100%;
}

.letwbr {
  white-space: pre-wrap;
  word-break: keep-all;
}

.list_maru {
  line-height: 1.4;
  margin: 1rem 0;
}
.list_maru > li {
  padding: 0 0 0 1.4em;
  position: relative;
}
.list_maru > li:not(:last-child) {
  margin: 0 0 1rem;
}
.list_maru > li::before {
  content: "●";
  color: var(--clr_blue);
  position: absolute;
  left: 0;
}
.list_maru.kome > li::before {
  content: "※";
  color: inherit;
}

.list_sim {
  line-height: 1.4;
  margin: 0 0 0 2rem;
}
.list_sim > li {
  list-style: disc;
}
.list_sim > li:not(:last-child) {
  margin: 0 0 1rem;
}
.list_sim > li::marker {
  color: var(--clr_blue);
}

.list_num {
  line-height: 1.4;
  counter-reset: number 0;
  margin: 1rem 0;
}
.list_num > li {
  counter-increment: number 1;
  padding: 0 0 0 1.8em;
  position: relative;
}
.list_num > li:not(:last-child) {
  margin: 0 0 1rem;
}
.list_num > li::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero) ".";
  color: var(--clr_txt);
  position: absolute;
  left: 0;
}

/* link -------------------------------------- */
ul.list_lnk {
  padding: 0;
}
ul.list_lnk li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.8rem;
}
ul.list_lnk a {
  color: var(--clr_txt);
  position: relative;
  display: flex;
  align-items: center;
}
ul.list_lnk a::before {
  font-family: "fontello";
  content: "\e805";
  font-weight: normal;
  color: var(--clr_blue);
}

/* ページ内リンク -------------------------------------- */
ul.list_pl {
  margin-bottom: 2em;
}
ul.list_pl li {
  margin-bottom: 0.5em;
}
ul.list_pl a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: var(--clr_blue) solid 0.1rem;
  color: var(--clr_blue);
  line-height: 2;
  padding-bottom: 0.5em;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
ul.list_pl a:hover {
  transform: translateY(-10px);
}
ul.list_pl a::after {
  font-family: "fontello";
  content: "\e806";
  font-weight: normal;
  display: inline-block;
}

@media screen and (width >= 48em), print {
  ul.list_pl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem 2%;
  }
  ul.list_pl li {
    width: 31%;
  }
}
/* チェックボックス -------------------------- */
ul.list_check {
  padding: 0;
  margin: 0 0 1rem;
}
ul.list_check li {
  list-style-type: none;
  margin: 0 0 0.8rem 0;
  padding-left: 1.5em;
  position: relative;
}
ul.list_check li::before {
  position: absolute;
  font-family: "fontello";
  content: "\cc03";
  font-weight: normal;
  left: 0;
  color: var(--clr_blue);
}

p.kome {
  padding: 0 0 0 1.2em;
  position: relative;
}
p.kome::before {
  content: "※";
  position: absolute;
  left: 0;
}

/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/* 経歴 -------------------------------------- */
.dl_career dd {
  margin: 0 0 1em 5px;
}

@media screen and (width >= 48em), print {
  .dl_career {
    display: flex;
    flex-wrap: wrap;
  }
  .dl_career dt {
    width: 7em;
  }
  .dl_career dd {
    width: calc(100% - 8em);
  }
}
/* dtシンプル -------------------------------------- */
.dl_sim {
  margin: 0 auto 1.5rem;
}
.dl_sim > dt {
  font-weight: bold;
  color: var(--clr_main);
  margin-bottom: 0.7rem;
  font-size: 110%;
}
.dl_sim > dd {
  margin-bottom: 2.5rem;
}

/* dtに二重線 -------------------------------------- */
.dl_def {
  margin: 2rem auto;
}
.dl_def > dt {
  border-bottom: double 3px var(--clr_blue);
  margin: 1.5em 0 0.7em;
  padding-bottom: 0.1em;
  font-size: 110%;
  font-weight: 500;
  width: fit-content;
}
.dl_def > dt:first-child {
  margin-top: 0;
}
.dl_def > dd {
  margin-bottom: 1.5rem;
}
.dl_def > dd ul.list_maru li::before {
  color: var(--clr_green_main);
}

.dl_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-left: 0.1rem solid #ccc;
  border-right: 0.1rem solid #ccc;
  border-top: 0.1rem solid #ccc;
  padding: 0;
}
.dl_flex dt,
.dl_flex dd {
  border-bottom: 0.1rem solid #ccc;
  margin: 0;
  padding: 0.5rem;
}
.dl_flex dt *:last-child,
.dl_flex dd *:last-child {
  margin-bottom: 0;
}
.dl_flex dt {
  background: var(--clr_blue_light1);
}
.dl_flex.recruit {
  margin-bottom: 1.5em;
}
.dl_flex.recruit dt, .dl_flex.recruit dd {
  width: 100%;
  padding: 0.7em 1.2em;
}
.dl_flex.recruit dt {
  text-align: center;
}

@media screen and (width >= 48em), print {
  .dl_flex dt,
  .dl_flex dd {
    padding: 1.5rem 2.5rem;
  }
  .dl_flex.recruit dt {
    width: 10em;
  }
  .dl_flex.recruit dd {
    width: calc(100% - 10em);
  }
}
.flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 4rem;
}
.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (width >= 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex2 > section,
  .flex2 > li,
  .flex2 > div {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    justify-content: flex-start;
    gap: 2rem;
  }
  .flex3 li {
    width: 31%;
  }
}
.box_gray,
.box_01 {
  padding: 1.6rem;
  background: var(--clr_gray);
}
@media screen and (width >= 48em), print {
  .box_gray,
  .box_01 {
    padding: 3rem;
  }
}

.box_02 {
  padding: 1.6rem;
  background: var(--clr_yellow);
}
@media screen and (width >= 48em), print {
  .box_02 {
    padding: 3rem;
  }
}

.flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 4rem;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (width >= 48em), print {
  .flex {
    gap: 1rem 5rem;
  }
  .flex_LRTB {
    display: flex;
    flex-wrap: wrap;
  }
  .flex_LRTB.center {
    justify-content: center;
  }
  /* PCで右→左に配置／SPで上→下に配置 */
  .flex_RLTB {
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
  .flex_RLTB.half,
  .flex_LRTB.half {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .flex_RLTB.half > *,
  .flex_LRTB.half > * {
    width: 48%;
    margin-bottom: 0;
  }
  .flex_RLTB.half > figure.w30,
  .flex_LRTB.half > figure.w30 {
    width: 30% !important;
    margin-right: 2%;
  }
  .flex_RLTB.half > figure + ul,
  .flex_LRTB.half > figure + ul {
    width: 68% !important;
  }
  .flex_LRTB.third > * {
    width: 32%;
  }
  .flex_LRTB.third::after {
    content: "";
    display: block;
    width: 32%;
    height: 0.1rem;
  }
  .flex_LRTB.fourth > * {
    width: 24%;
  }
  .flex_LRTB.fourth::after {
    content: "";
    display: block;
    width: 24%;
    height: 0.1rem;
  }
}
.btn_rsv {
  display: block;
}
.btn_rsv span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.4rem;
  color: #fff;
  background: var(--clr_blue);
  outline: 1px solid rgba(255, 255, 255, 0.4);
  outline-offset: -0.3rem;
  transition: 0.2s;
}
.btn_rsv span::before {
  font-family: "fontello";
  content: "\e810";
  font-weight: normal;
}
@media screen and (width >= 48em) and (hover: hover), print and (hover: hover) {
  .btn_rsv {
    opacity: 1;
  }
  .btn_rsv:where(:any-link, :enabled, summary):hover {
    opacity: 1;
  }
  .btn_rsv:where(:any-link, :enabled, summary):hover span {
    background: var(--clr_blue_light1);
  }
}
@media screen and (width >= 48em), print {
  .btn_rsv:focus-visible {
    opacity: 1;
  }
  .btn_rsv:focus-visible span {
    background: var(--clr_blue_light1);
  }
}

.btn {
  display: block;
  width: fit-content;
  padding: 0.6rem 4rem 0.6rem 2.5rem;
  position: relative;
  background: var(--clr_blue_dark1);
  color: #fff;
  text-decoration: none !important;
  border-radius: 0.5rem;
  margin: 1em auto;
  box-shadow: 2px 2px 2px #eee;
}
.btn::after {
  font-family: "fontello";
  content: "\e805";
  font-weight: normal;
  position: absolute;
  inset: auto 1rem auto auto;
}
@media screen and (width >= 48em), print {
  .btn {
    padding: 0.9rem 9rem 1.4rem 2rem;
    border-radius: 1rem;
    transition: transform 0.3s ease;
  }
}
@media screen and (width >= 48em) and (hover: hover), print and (hover: hover) {
  .btn {
    opacity: 1;
  }
  .btn:where(:any-link, :enabled, summary):hover {
    transform: translateY(-10px);
  }
}
@media screen and (width >= 48em), print {
  .btn:focus-visible {
    transform: translateY(-10px);
  }
}

.tbl_lst {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl_lst th[scope=row] {
  width: 28%;
  padding: 0.4rem 1rem;
  font-weight: normal;
  background: var(--clr_gray);
  border: 1px solid #ccc;
}
.tbl_lst td {
  padding: 1rem;
  border: 1px solid #ccc;
}

@media screen and (width >= 48em), print {
  .tbl_lst th[scope=row] {
    padding: 0.4rem 2rem;
  }
  .tbl_lst td {
    padding: 2rem 3rem;
    border: 1px solid #ccc;
  }
}
.tbl_lst2 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl_lst2 th {
  padding: 1rem 1rem;
  border: 1px solid #ccc;
}
.tbl_lst2 th[scope=col] {
  color: #fff;
  background: var(--clr_navy);
}
.tbl_lst2 th[scope=row] {
  width: 25%;
  font-weight: normal;
  background: var(--clr_yellow);
}
.tbl_lst2 td {
  padding: 1rem 1rem;
  border: 1px solid #ccc;
}

@media screen and (width >= 48em), print {
  .tbl_lst2 th,
  .tbl_lst2 td {
    padding: 1.5rem 2rem;
  }
}
.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 9rem;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: var(--clr_blue);
  z-index: 5;
  border-radius: 50%;
}
.slick-arrow::before {
  font-size: 1.2rem;
  opacity: 1;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\e80d";
  font-weight: normal;
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\e80e";
  font-weight: normal;
}

@media screen and (width >= 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    border: 1px solid var(--clr_navy);
    top: 26rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .slick-arrow {
    /*
        @include hover {
          color: var(--clr_navy);
          background: #fff;
          opacity: 1.0;
        }*/
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: var(--clr_navy);
}
@media (hover: hover) {
  .slick-dots li button {
    opacity: 1;
  }
  .slick-dots li button:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.slick-dots li button:focus-visible {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (width >= 48em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
html {
  font-size: 2.7777777778vw;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: var(--clr_txt);
  font-family: YakuHanRP, "Zen Maru Gothic", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 500;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgba(var(--clr_gray), 0.6);
  position: fixed;
  inset: 0;
  z-index: 90;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  -webkit-backdrop-filter: blur(0.6rem);
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

.main {
  font-size: 1.4rem;
  line-height: 1.5;
  /*  a:not([class*="btn"], [href*="tel:"]) {
    text-decoration: underline;
  }*/
}

@media screen and (width >= 48em), print {
  html {
    font-size: 62.5%;
  }
  body::after {
    display: none;
  }
  a,
  button {
    transition: 0.2s;
  }
  a img,
  button img {
    transition: 0.2s;
  }
}
@media screen and (width >= 48em) and (hover: hover), print and (hover: hover) {
  a,
  button {
    opacity: 1;
  }
  a:where(:any-link, :enabled, summary):hover,
  button:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  a:where(:any-link, :enabled, summary):hover img,
  button:where(:any-link, :enabled, summary):hover img {
    opacity: 0.8;
  }
}
@media screen and (width >= 48em), print {
  a:focus-visible,
  button:focus-visible {
    opacity: 0.8;
  }
  a:focus-visible img,
  button:focus-visible img {
    opacity: 0.8;
  }
  .wrap {
    max-width: 1220px;
    margin: auto;
    padding: 0 1rem;
  }
  .main {
    font-size: clamp(1.4rem, 0.7204rem + 0.885vw, 1.8rem);
    line-height: 2;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
:target {
  scroll-margin-top: 3rem;
}
@media screen and (width >= 48em), print {
  :target {
    scroll-margin-top: 10rem;
  }
}

header {
  position: relative;
}
header > .wrap {
  z-index: 100;
  padding: 0.5rem 0;
  overflow: hidden;
}
header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  /*      &.hide {
    // スマホ用
    transform: translateY(-150%);
  }*/
}
header > .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  margin: 0 auto 0 1rem;
  height: 100%;
}
header > .wrap .logo a img {
  height: 6.6rem;
}
header > .wrap .h_ann {
  text-align: center;
  font-size: 1.6rem;
  margin: 1rem;
}
header > .wrap .h_ann .h_tel {
  display: block;
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 1em;
}
header > .wrap .h_ann .h_tel::before {
  font-family: "fontello";
  content: "\e803";
  font-weight: normal;
  font-size: 110%;
}
header > .wrap .h_ann .h_address::before {
  font-family: "fontello";
  content: "\e809";
  font-weight: normal;
  font-size: 110%;
}
header > .wrap .h_ann .h_access {
  width: fit-content;
  padding: 0.2rem 0.7rem 0.5rem 0.7rem;
  background: var(--clr_orange);
  margin: 0.5rem auto;
  line-height: 1;
  border-radius: 0.5rem;
}
header > .wrap .h_ann .h_access strong {
  font-size: 170%;
  padding: 0 0.25em;
}

@media screen and (width >= 48em), print {
  header {
    max-width: 100vw;
    overflow: hidden;
    background: url(../img/kv_bg.png) center top;
  }
  header > .wrap {
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    min-height: 72rem;
    margin: 0 auto;
    overflow: initial;
  }
  header > .wrap .logo {
    width: 100%;
    height: auto;
    padding: 0;
    position: relative;
    background: none;
    margin-bottom: 6rem;
  }
  header > .wrap .logo a {
    width: 100%;
    margin: 0;
  }
  header > .wrap .logo a img {
    height: auto;
    width: 100%;
  }
  header > .wrap .h_left {
    background: var(--clr_gray);
    padding-top: 3rem;
    width: 22.75%;
    position: relative;
  }
  header > .wrap .h_left::after {
    content: "";
    display: block;
    width: 21rem;
    height: 72rem;
    position: absolute;
    right: -21rem;
    background: var(--clr_gray);
    top: 0;
  }
  header > .wrap .h_right {
    width: 76%;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 10;
  }
  header > .wrap .h_ann {
    margin: 1rem;
    font-size: clamp(1.2rem, -0.1593rem + 1.77vw, 2rem);
  }
  header > .wrap .h_ann .h_tel {
    display: block;
    font-size: 150%;
    font-weight: bold;
    border-bottom: 0.2rem dotted #999;
    margin-bottom: 1em;
  }
  header > .wrap .h_ann .h_tel::before {
    font-family: "fontello";
    content: "\e803";
    font-weight: normal;
    font-size: 110%;
  }
  header > .wrap .h_ann .h_address {
    padding: 1.3rem 0;
    border-top: 0.2rem dotted #999;
    border-bottom: 0.2rem dotted #999;
  }
  header > .wrap .h_ann .h_access {
    width: 100%;
    padding: 0.2rem 0.7rem 0.5rem 0.7rem;
    background: var(--clr_orange);
    margin: 0;
    line-height: 5rem;
    align-content: center;
    border-radius: 1rem;
  }
}
#nav {
  width: 100%;
  background: #fff;
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  color: #fff;
  background: var(--clr_blue);
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  inset: 1rem 1rem auto auto;
  z-index: 100;
  border-radius: 0.5rem;
  transition: 0.5s;
  /*   &.hide {
    // スマホ用
    transform: translateY(-220%);
  }*/
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e800";
  font-weight: normal;
  font-size: 2.6rem;
}
#nav #sp_menu::after {
  display: block;
  content: "MENU";
  margin: 0.2rem 0 0;
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e801";
  font-weight: normal;
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: calc(100dvh - 8rem);
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 0.4rem 0.6rem 0.2rem rgba(var(--rgb_txt), 0.2);
  padding: 1.6rem;
  margin: auto;
  position: absolute;
  inset: 6.6rem 0 auto;
  z-index: 100;
}
#nav .gnav_subnav .gnav {
  font-size: 1.4rem;
}
#nav .gnav_subnav .gnav > li.dropdown button {
  position: relative;
}
#nav .gnav_subnav .gnav > li.dropdown button::after {
  font-family: "fontello";
  content: "\e804";
  font-weight: normal;
  color: var(--clr_blue);
  font-size: 80%;
  position: absolute;
  right: 2rem;
  top: 1.2rem;
}
#nav .gnav_subnav .gnav > li.dropdown button.close::after {
  font-family: "fontello";
  content: "\e80a";
  font-weight: normal;
}
#nav .gnav_subnav .gnav > li > a,
#nav .gnav_subnav .gnav > li > .sub {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  text-align: left;
  padding: 1rem 1rem 1rem;
  position: relative;
}
#nav .gnav_subnav .gnav > li > a::before,
#nav .gnav_subnav .gnav > li > .sub::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.4rem;
  position: absolute;
  inset: auto auto 0 0.6rem;
}
#nav .gnav_subnav .gnav > li > a.current::before,
#nav .gnav_subnav .gnav > li > .sub.current::before {
  background: var(--clr_blue);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  align-items: stretch;
  margin: 0 0.5rem 1rem;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li {
  border-bottom: 0.1rem solid #fff;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li:nth-child(even) {
  border-left: 0.1rem solid #fff;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a {
  height: 100%;
  display: block;
  gap: 0.4rem;
  padding: 1rem;
  word-break: keep-all;
  overflow-wrap: break-word;
  background: rgba(0, 91, 171, 0.8);
  color: #fff;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
  background: var(--clr_blue);
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: var(--clr_blue);
  background: var(--clr_blue_light1);
  text-align: center;
  padding: 0.6rem 0;
  margin: 2rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\e801";
  font-weight: normal;
  margin: 0 0.6rem 0 0;
}

@media screen and (width >= 48em), print {
  #nav {
    width: auto;
    position: sticky;
    inset: 0 0 auto;
    background-color: transparent;
    padding: 3.4rem 0;
  }
  #nav.hide {
    transform: translateY(-300%);
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .privacy_policy {
    display: none !important;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: inherit;
    box-shadow: none;
    overflow-y: visible;
    background: none;
    padding: 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    border: none;
    gap: 1.2em;
  }
  #nav .gnav_subnav .gnav > li {
    display: flex;
    align-items: center;
    gap: 1.2em;
    position: relative;
  }
  #nav .gnav_subnav .gnav > li.dropdown button::after {
    position: inherit;
    top: 0.1rem;
    padding-left: 0.5rem;
    right: inherit;
  }
  #nav .gnav_subnav .gnav > li::after {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    display: block;
    background: var(--clr_blue_dark3);
    border-radius: 50%;
  }
  #nav .gnav_subnav .gnav > li:last-child::after, #nav .gnav_subnav .gnav > li.recruit::after {
    display: none;
  }
  #nav .gnav_subnav .gnav > li > a,
  #nav .gnav_subnav .gnav > li > .sub {
    justify-content: center;
    text-align: center;
    font-size: clamp(1rem, -0.6991rem + 2.212vw, 2rem);
    padding: 0;
    margin: 0;
    cursor: pointer;
    gap: 0;
    color: var(--clr_txt);
    width: fit-content;
  }
  #nav .gnav_subnav .gnav > li > a::before,
  #nav .gnav_subnav .gnav > li > .sub::before {
    width: 100%;
    height: 0.2rem;
    margin: auto;
    position: absolute;
    inset: auto 0 0 0;
    transition: 0.2s;
  }
  #nav .gnav_subnav .gnav > li > a span,
  #nav .gnav_subnav .gnav > li > .sub span {
    display: inline-block;
  }
}
@media screen and (width >= 48em) and (hover: hover), print and (hover: hover) {
  #nav .gnav_subnav .gnav > li > a,
  #nav .gnav_subnav .gnav > li > .sub {
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li > a:where(:any-link, :enabled, summary):hover,
  #nav .gnav_subnav .gnav > li > .sub:where(:any-link, :enabled, summary):hover {
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li > a:where(:any-link, :enabled, summary):hover::before,
  #nav .gnav_subnav .gnav > li > .sub:where(:any-link, :enabled, summary):hover::before {
    background: var(--clr_blue_dark3);
  }
}
@media screen and (width >= 48em), print {
  #nav .gnav_subnav .gnav > li > a:focus-visible,
  #nav .gnav_subnav .gnav > li > .sub:focus-visible {
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li > a:focus-visible::before,
  #nav .gnav_subnav .gnav > li > .sub:focus-visible::before {
    background: var(--clr_blue_dark3);
  }
  #nav .gnav_subnav .gnav > li > a.current,
  #nav .gnav_subnav .gnav > li > .sub.current {
    transition: 0s;
  }
  #nav .gnav_subnav .gnav > li > a.current::before,
  #nav .gnav_subnav .gnav > li > .sub.current::before {
    background: var(--clr_orange);
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    width: 23rem;
    position: absolute;
    left: -6rem;
    top: 3rem;
    margin: auto;
    z-index: 100;
    padding: 0;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    display: block;
    margin: 0;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li {
    width: 100%;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    font-size: clamp(1rem, -0.3593rem + 1.77vw, 1.8rem);
    padding: 1.6rem;
  }
}
@media screen and (width >= 48em) and (hover: hover), print and (hover: hover) {
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a {
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:where(:any-link, :enabled, summary):hover {
    background: var(--clr_blue);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:where(:any-link, :enabled, summary):hover::before {
    background: none;
  }
}
@media screen and (width >= 48em), print {
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:focus-visible {
    background: var(--clr_blue);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:focus-visible::before {
    background: none;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a.current {
    transition: 0s;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
#overview {
  margin: 0 0;
  padding: 4rem 0;
  background: var(--clr_gray);
  font-size: 1.4rem;
  line-height: 1.6;
}
#overview .clinic_name {
  margin: 0 0 3rem;
}
#overview .clinic_name img {
  width: 90%;
  max-width: 47.9rem;
  margin: auto;
}
#overview > .wrap {
  margin: 0 1.6rem;
}
#overview > .wrap .overviewR {
  margin: 2rem 0 0;
}

.gmap {
  margin: 4rem 0 0;
  border-radius: 1rem;
  border: 0.2rem solid #ccc;
  overflow: hidden;
}
.gmap iframe {
  height: 35rem;
}

.dl_overview {
  display: flex;
  gap: 3rem 1rem;
  align-items: flex-start;
  flex-wrap: wrap;
}
.dl_overview dt {
  width: 7em;
  text-align: center;
  background: var(--clr_gray_dark2);
  color: #fff;
  border-radius: 0.3rem;
}
.dl_overview dd {
  width: calc(100% - 7em - 1rem);
}
.dl_overview dd.o_tel span {
  color: var(--clr_blue_dark1);
  font-size: 210%;
  line-height: 1;
  font-weight: bold;
}

/*
.dl_pay {
  background: #fff;
  margin: 1em 0;
  border-radius: 0.3rem;

  dt {
    width: 8em;
    text-align: center;
    background: var(--clr_gray_dark2);
    color: #fff;
    border-radius: .3rem 0;
  }

  dd {
    padding: 1em;
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;

    img {
      display: block;
    }
  }

  @include pc {
    margin: 3rem 0 0;

    dd {
      gap: 3rem 4.5rem;
      padding: 2.8rem;
    }
  }
}*/
@media screen and (width >= 48em), print {
  #overview {
    margin: 0 0 0;
    padding: 10rem 0;
  }
  #overview .clinic_name {
    margin: 0 0 3.7rem;
  }
  #overview .clinic_name img {
    max-width: clamp(30rem, -0.4142rem + 39.602vw, 47.9rem);
    margin: 0 auto 0 0;
  }
  #overview > .wrap {
    grid-template-columns: repeat(auto-fit, minmax(47rem, 1fr));
    gap: clamp(0.5rem, -4.7673rem + 6.858vw, 3.6rem);
    justify-content: center;
    margin: auto;
    flex-wrap: wrap;
    display: flex;
  }
  #overview > .wrap .overviewL,
  #overview > .wrap .overviewR {
    width: clamp(40rem, 9.0761rem + 40.265vw, 58.2rem);
    margin: 0 auto;
    font-size: clamp(1rem, -0.3593rem + 1.77vw, 1.8rem);
  }
}
#f_contact {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  inset: auto 0 0;
  z-index: 10;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 -0.2rem 0.2rem rgba(var(--rgb_txt), 0.2);
}
#f_contact ul {
  width: calc(100% - 4.1rem);
  height: 100%;
  background: var(--clr_txt);
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
#f_contact ul li {
  flex: auto;
  height: 100%;
  text-align: center;
  width: 100%;
}
#f_contact ul li.telno {
  background: #fff;
  font-weight: bold;
  position: relative;
  height: 100%;
  color: var(--clr_txt);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none !important;
}
#f_contact ul li.telno a {
  display: flex;
  height: 100%;
  width: 100%;
  font-size: 1.6rem;
  gap: 0.2em;
  align-items: center;
  justify-content: center;
}
#f_contact ul li.telno a::before {
  font-family: "fontello";
  content: "\e803";
  font-weight: normal;
}
#f_contact ul li a::after {
  font-family: "fontello";
  content: "\e80b";
  font-weight: normal;
  font-size: 0.5em;
  position: absolute;
  right: 0;
  bottom: 0;
}
#f_contact ul li.f_rsv a {
  height: 100%;
  width: 100%;
  background: var(--clr_orange);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--clr_txt);
}
#f_contact #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  text-align: center;
  padding: 0 1rem;
  line-height: 1;
  background: var(--clr_orange);
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#f_contact #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e80a";
  font-weight: normal;
  font-size: 1.6rem;
  color: var(--clr_txt);
}
#f_contact #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  inset: 0;
  z-index: 0;
}

@media screen and (width >= 48em), print {
  .pc_rsv {
    width: 15rem;
    height: 6rem;
    bottom: 0;
    left: auto;
    right: 12rem;
    position: fixed;
    z-index: 1000;
  }
  .pc_rsv a {
    height: 100%;
    border-radius: 1rem 1rem 0 0;
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.3);
    font-size: 2.2rem;
    height: 100%;
    width: 100%;
    background: var(--clr_orange);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--clr_txt);
  }
  .pc_rsv a::after {
    font-size: 1rem;
  }
  .pc_rsv a:hover {
    opacity: 0.8;
  }
  #f_contact {
    width: 5rem;
    max-width: calc(100vw - 4rem);
    height: 5rem;
    bottom: 0;
    left: auto;
    right: 12rem;
    background: none;
    box-shadow: none;
    font-size: clamp(1.2rem, 0.1805rem + 1.327vw, 1.8rem);
    letter-spacing: 0.05em;
    position: fixed;
    visibility: inherit;
  }
  #f_contact ul {
    justify-content: space-between;
    gap: 0.1rem;
    width: 100%;
    right: 10rem;
    background-color: transparent;
    display: none;
  }
  #f_contact ul li {
    width: 100% !important;
  }
  #f_contact ul li a {
    height: 100%;
    border-radius: 1rem 1rem 0 0;
    box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.3);
    font-size: 2.2rem;
  }
  #f_contact ul li a::after {
    font-size: 1rem;
  }
  #f_contact ul li a:hover {
    opacity: 0.8;
  }
  #f_contact ul li.telno {
    display: none;
  }
  #f_contact ul li.telno span {
    display: block;
  }
  #f_contact ul li.telno::after {
    font-size: 1rem;
  }
  #f_contact ul li.telno::before {
    font-family: "fontello";
    content: "\e811";
    font-weight: normal;
    padding-right: 0.5em;
    font-size: 2.9rem;
  }
  #f_contact ul li.rsv a::before {
    font-family: "fontello";
    content: "\e810";
    font-weight: normal;
    padding-right: 0.5em;
    font-size: 2.9rem;
  }
  #f_contact #pageup {
    width: 5rem;
    height: 5rem;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    bottom: 5rem;
    right: -7rem;
  }
  #f_contact #pageup::before {
    font-size: 3rem;
  }
}
@media screen and (width >= 48em) and (hover: hover), print and (hover: hover) {
  #f_contact #pageup {
    opacity: 1;
  }
  #f_contact #pageup:where(:any-link, :enabled, summary):hover {
    opacity: 1;
  }
}
@media screen and (width >= 48em), print {
  #f_contact #pageup:focus-visible {
    opacity: 1;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background: var(--clr_blue);
}
.footer a {
  color: #fff;
}
.footer .copy {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  font-style: normal;
  color: #fff;
}
.footer .copy a {
  color: #fff;
}
.footer ul {
  display: none;
}

@media screen and (width >= 48em), print {
  .footer {
    padding: 6rem 0 0;
  }
  .footer .copy {
    font-size: clamp(1.2rem, 0.5204rem + 0.885vw, 1.6rem);
    margin: 5rem auto 0;
    padding: 1.6rem 1rem 7.6rem;
    text-align: right;
    max-width: 1220px;
  }
  .footer ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 56rem;
    margin: 0 auto 0 0;
  }
  .footer ul:first-child {
    width: 80rem;
  }
  .footer ul li {
    display: inline-block;
    font-size: clamp(1rem, -0.0195rem + 1.327vw, 1.6rem);
    line-height: 2.5em;
  }
  .footer ul li:not(:last-child)::after {
    content: "|";
    margin: 0;
    color: #fff;
  }
  .footer ul li.last-in-row::after {
    display: none;
  }
  .footer ul li a {
    color: #fff;
    padding: 0 0.5em;
  }
}
@media screen and (width >= 48em) and (hover: hover), print and (hover: hover) {
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
    opacity: 1;
  }
}
@media screen and (width >= 48em), print {
  .footer ul li a:focus-visible {
    text-decoration: underline;
    opacity: 1;
  }
  .footer ul li.treatment {
    display: none;
  }
}
/*
.treatment,
#treatment,
footer .subnav {
  pointer-events: none;
}*/
@media screen and (width >= 48em), print {
  body#index header,
  body#index .index_bg {
    background: url(../img/kv_bg.png) center;
  }
  body#index .index_bg {
    padding-bottom: 12rem;
  }
}

body#index header .keyvsl {
  width: 100%;
  position: relative;
}
body#index header .keyvsl #keyvsl {
  max-width: 100%;
  overflow: hidden;
  visibility: hidden;
  margin: 0 1rem;
  border-radius: 2rem;
}
body#index header .keyvsl #keyvsl div img {
  height: 40rem !important;
  object-fit: cover;
  margin: auto;
}
body#index header .kv_txt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
body#index header .kv_event {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 1rem;
}
body#index header .kv_event li {
  width: 40%;
  max-width: 10rem;
}
@media screen and (width >= 48em), print {
  body#index header .kv_event {
    position: absolute;
    bottom: 5rem;
    right: 8rem;
    gap: 2rem;
    z-index: 10;
    max-width: 37rem;
    width: 30%;
  }
  body#index header .kv_event li {
    max-width: 17rem;
    width: 48%;
  }
}

@media screen and (width >= 48em), print {
  body#index header {
    height: 87rem;
  }
  body#index header > .wrap {
    min-height: 77rem;
  }
  body#index header .keyvsl {
    position: absolute;
    width: 129rem;
    min-height: 77rem;
    /*
    &::after {

      background: url(../img/gallery/kv01.webp) no-repeat center;
      background-size: cover;
      height: 77rem;
      width: 129rem;
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      display: block;
      z-index: -1;
      border-radius: 10rem;
    }*/
  }
  body#index header .keyvsl #keyvsl {
    height: 77rem;
    width: 129rem;
  }
  body#index header .keyvsl #keyvsl > div {
    height: 77rem !important;
  }
  body#index header .keyvsl #keyvsl > div img {
    height: 77rem !important;
    object-fit: none;
  }
  body#index header .kv_txt {
    position: absolute;
    bottom: 7rem;
    font-size: clamp(2rem, -0.7186rem + 3.54vw, 3.6rem);
    text-align: left;
    height: 15rem;
    align-content: center;
    z-index: 10;
    padding-left: 2rem;
  }
  body#index header .kv_txt::after {
    background: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1607843137);
    border-radius: 0px 20px 20px 0px;
    width: 95rem;
    right: -4rem;
    top: 0;
    display: block;
    content: "";
    height: 15rem;
    position: absolute;
    z-index: -1;
  }
  body#index header .logo a {
    margin: 0 0 1rem;
  }
}
body#index h2 {
  font-weight: bold;
  font-size: 155%;
  text-align: center;
  position: relative;
  margin-bottom: 1em;
}
body#index h2::before {
  display: block;
  content: attr(data-txt);
  font-size: 213%;
  margin: 0 auto;
  color: var(--clr_blue_dark3);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-weight: normal;
}
body#index h2::after {
  content: "";
  display: block;
  position: relative;
  width: 5rem;
  height: 0.2rem;
  background: var(--clr_orange);
  bottom: 1.8em;
  margin: auto;
}
body#index main .wrap {
  padding: 0 1rem;
}
@media screen and (width >= 48em), print {
  body#index h2 {
    font-size: 155%;
    margin-bottom: 5rem;
  }
  body#index h2::before {
    line-height: 1;
    margin-bottom: 0.5em;
  }
  body#index h2::after {
    bottom: 2.4em;
    width: 10rem;
  }
  body#index #news h2,
  body#index #treatment h2,
  body#index #greeting h2 {
    text-align: left;
    white-space: nowrap;
  }
  body#index #news h2::after,
  body#index #treatment h2::after,
  body#index #greeting h2::after {
    margin: 0 auto 0 0;
  }
}

.bnr_area.wrap {
  padding: 3rem 1rem !important;
}
.bnr_area.wrap a {
  display: block;
  width: fit-content;
  margin: auto;
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .bnr_area.wrap a {
    opacity: 1;
  }
  .bnr_area.wrap a:where(:any-link, :enabled, summary):hover {
    transform: translateY(-10px);
  }
}
.bnr_area.wrap a:focus-visible {
  transform: translateY(-10px);
}

@media screen and (width >= 48em), print {
  .bnr_area.wrap {
    padding: 14rem 0 8rem !important;
  }
}
#news {
  padding: 3rem 0;
}
#news .inner {
  padding: 1rem;
  position: relative;
  background: #fff;
  border: 0.1rem solid #ccc;
  border-radius: 1rem;
}
#news .inner .medico-info-list {
  max-height: 20rem;
  overflow: auto;
  margin: 1rem 0;
}
#news .inner .medico-info-list::-webkit-scrollbar {
  width: 10px;
}
#news .inner .medico-info-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #ccc;
}
#news .inner .medico-info-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}
#news .inner .medico-info-list a {
  display: block;
  width: fit-content;
  margin-top: 1em;
}

@media screen and (width >= 48em), print {
  #news {
    margin: 0 auto;
    padding: clamp(4rem, -6.1947rem + 13.274vw, 10rem) 0;
  }
  #news .flex_LRTB {
    justify-content: space-around;
    align-items: flex-start;
  }
  #news .inner {
    width: calc(100% - 22rem);
    max-width: 97rem;
    max-height: 43rem;
    min-height: 14rem;
    max-width: 97rem;
    padding: 3rem 3.6rem;
  }
  #news h2 {
    margin: 0 0 0;
  }
}
.accordion-container {
  width: 100%;
  margin: 0;
  max-height: 32.8rem;
  overflow-y: auto;
  padding: 0 1rem 0 0;
}
.accordion-container::-webkit-scrollbar {
  width: 0.5rem;
}
.accordion-container::-webkit-scrollbar-track {
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 0.5rem;
}
.accordion-container::-webkit-scrollbar-thumb {
  background: var(--clr_green_main);
  border-radius: 0.5rem;
  box-shadow: none;
}
.accordion-container .accordion-item {
  width: 100%;
  margin-bottom: 1em;
  border: none;
  border-radius: 0;
}
.accordion-container .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-container .accordion-item summary.accordion-header {
  /* display: flex;
  align-items: center;
  padding: 0;*/
  cursor: pointer;
  list-style: none;
  position: relative;
  font-weight: 500;
  color: var(--clr_blue);
  font-size: 111%;
}
.accordion-container .accordion-item summary.accordion-header::before {
  font-family: "fontello";
  content: "\e806";
  font-weight: normal;
  color: var(--clr_green_main);
  transition: transform 0.3s ease;
  padding-right: 1rem;
  font-size: 110%;
}
.accordion-container .accordion-item summary.accordion-header::-webkit-details-marker {
  display: none;
}
.accordion-container .accordion-item[open] summary.accordion-header::before {
  font-family: "fontello";
  content: "\e807";
  font-weight: normal;
}
.accordion-container .accordion-item .accordion-title {
  display: inline-block;
  padding: 0;
  margin-right: 0.5em;
}
.accordion-container .accordion-item .accordion-title {
  color: var(--clr_blue);
  font-weight: 500;
  font-size: 111%;
}
.accordion-container .accordion-item .accordion-content {
  padding: 0.5rem 1.2em;
}

@media screen and (width >= 48em), print {
  #news .inner .medico-info-list {
    max-height: 45rem;
    overflow-y: auto;
    overflow-x: none;
    overscroll-behavior-y: none;
  }
  #news .inner .medico-info-list .accordion-item {
    border: none;
    border-radius: 0;
    overflow: hidden;
  }
  #news .inner .medico-info-list .accordion-item .accordion-badge {
    font-size: 0.75rem;
    border-radius: 4px;
  }
}
#schedule‗access {
  padding: 3rem 0;
}
#schedule‗access .gmap {
  margin: 0 auto;
}

@media screen and (width >= 48em), print {
  #schedule‗access .flex_LRTB {
    justify-content: center;
    gap: 3.5rem;
  }
  #schedule‗access section {
    width: 58.2rem;
  }
  #schedule‗access .gmap {
    height: 35rem;
  }
  #schedule‗access .tbl_time {
    border-radius: 1rem 1rem 0 0;
  }
  #schedule‗access .tbl_time caption {
    background: #fff;
    border-radius: 0 0 1rem 1rem;
    margin: 0;
    padding: 1rem 2.4rem;
    border: 0.1rem solid #ccc;
    border-top: none;
    height: 15.4rem;
  }
}
#feature {
  background: var(--clr_blue_light2);
  padding: 3rem 0;
}
#feature ul {
  max-width: 29rem;
  margin: auto;
}
#feature ul li {
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  margin-bottom: 1.5em;
}
#feature ul dl {
  padding: 3rem 1.5rem 2rem;
}
#feature ul dl dt {
  font-size: 130%;
  color: var(--clr_blue);
  text-align: center;
  margin-bottom: 1rem;
}
#feature ul figure {
  position: relative;
}
#feature ul figcaption {
  color: var(--clr_blue_dark1);
  font-family: "Pacifico", cursive;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 400%;
  position: absolute;
  bottom: -0.3em;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  text-shadow: 2px 2px 2px #ccc;
}

@media screen and (width >= 48em), print {
  #feature {
    padding: 8.5rem 0 10rem;
  }
  #feature ul {
    display: flex;
    flex-wrap: wrap;
    max-width: none;
    justify-content: center;
    gap: 3rem clamp(1rem, -8.515rem + 12.389vw, 6.6rem);
  }
  #feature ul li {
    width: 35.6rem;
    border-radius: 1.5rem;
    font-size: 111%;
    margin: 0;
  }
  #feature ul li:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #feature ul li:nth-child(2) figcaption {
    top: -0.6em;
  }
  #feature figure {
    height: 30rem;
  }
  #feature dl {
    padding: 5rem 2rem;
    height: 30rem;
  }
  #feature dl dt {
    margin-bottom: 1.3rem;
  }
}
#treatment {
  padding: 3rem 0;
}
#treatment ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.5rem 1rem;
}
#treatment ul li {
  width: 47%;
  aspect-ratio: 1;
}
#treatment ul li a {
  background: var(--clr_blue_light1) url(../img/treatment_ortho.png) no-repeat center top 2rem;
  border: #F5F9FB 0.2rem solid;
  box-shadow: 3px 3px 3px #ccc;
  display: grid;
  aspect-ratio: 1;
  text-align: center;
  color: var(--clr_blue);
  border-radius: 50%;
  justify-content: center;
  align-content: center;
  padding: 6.5rem 2rem 0 2rem;
}
#treatment ul li.osteoporosis a {
  background-image: url(../img/treatment_osteoporosis.png);
}
#treatment ul li.sports_ortho a {
  background-image: url(../img/treatment_sports_ortho.png);
}
#treatment ul li.rehabilitation a {
  background-image: url(../img/treatment_rehabilitation.png);
}
#treatment ul li.pediatric a {
  background-image: url(../img/treatment_pediatric.png);
}
#treatment ul li.private a {
  background-image: url(../img/treatment_private.png);
}
#treatment ul li.traffic_accident a {
  background-image: url(../img/treatment_traffic_accident.png);
}
#treatment ul li.work_injury a {
  background-image: url(../img/treatment_work_injury.png);
}

@media screen and (width >= 48em), print {
  #treatment {
    min-height: 85rem;
    padding: 8rem 0;
    position: relative;
    background: url(../img/treatment_h2.jpg) no-repeat center right calc(50% + 60rem);
    background-size: auto 100%;
  }
  #treatment .wrap.flex_LRTB {
    justify-content: space-between;
    align-items: center;
  }
  #treatment ul {
    gap: 4.5rem;
    justify-content: flex-start;
  }
  #treatment ul li {
    max-width: 19rem;
    width: 29%;
  }
  #treatment ul li a {
    border-width: 0.5rem;
    padding: 8rem 0 0 0;
    line-height: 1.1;
    transition: transform 0.3s ease;
  }
}
@media screen and (width >= 48em) and (hover: hover), print and (hover: hover) {
  #treatment ul li a {
    opacity: 1;
  }
  #treatment ul li a:where(:any-link, :enabled, summary):hover {
    transform: translateY(-10px);
  }
}
@media screen and (width >= 48em), print {
  #treatment ul li a:focus-visible {
    transform: translateY(-10px);
  }
  #treatment .inner {
    max-width: 66rem;
    align-content: center;
    margin: 0 0 0 auto;
  }
}
#greeting {
  padding: 3rem 0;
}
#greeting .btn {
  margin: 1.5em 0 3rem auto;
}
#greeting img {
  max-width: 20rem;
  margin: auto;
}
#greeting p {
  font-size: 110%;
}

@media screen and (width >= 48em), print {
  #greeting {
    padding: 8.5rem 0 10rem;
  }
  #greeting img {
    max-width: 53.5rem;
    margin: 0;
    width: 100%;
  }
  #greeting figure {
    width: 46%;
  }
  #greeting .inner {
    font-size: 111%;
  }
  #greeting .inner p {
    margin-bottom: 2em;
    line-height: 2;
  }
}
/* スライダー全体 */
.slider-wrapper {
  display: flex;
  /* スライドのグループを横並び */
  overflow: hidden;
  /* はみ出たスライドを隠す */
  margin: 3rem 0;
}
@media screen and (width >= 48em), print {
  .slider-wrapper {
    margin: 0;
    padding: 10rem 0 16rem;
    background: url(../img/name_bg.png) no-repeat center bottom -2.3rem;
    gap: 2rem;
  }
}

/* スライド3枚のグループ */
.slider {
  animation: scroll-left 20s infinite linear 0.5s both;
  display: flex;
  /* スライド3枚を横並び */
}
@media screen and (width >= 48em), print {
  .slider {
    animation: scroll-left 40s infinite linear 0.5s both;
  }
}

/* スライド */
.slide {
  width: 33.3333333333vw;
  /* 3はスライドの枚数 */
}
@media screen and (width >= 48em), print {
  .slide {
    width: 35rem;
  }
  .slide img {
    border-radius: 1rem;
  }
}

/* スライドの画像 */
.slide img {
  display: block;
  width: 100%;
}

/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (width >= 48em), print {
  .slider {
    gap: 2rem;
  }
}
body:not(#index) .main {
  margin: 4rem 1.6rem 6rem;
}
body:not(#index) .main > .inner {
  marbin-bottom: 5rem;
}
body:not(#index) .main .tel {
  font-size: 120%;
}
body:not(#index) .main .btn_rsv span {
  padding: 1rem 3rem;
}
body:not(#index) .main section {
  margin: 0 0 5rem;
}
body:not(#index) .main section section {
  margin: 4.5rem 0;
}
body:not(#index) .main section section section {
  margin: 4rem 0;
}
body:not(#index) .main section section section section {
  margin: 3.5rem 0;
}
body:not(#index) .main section section section section section {
  margin: 3rem 0;
}
@media screen and (width >= 48em), print {
  body:not(#index) .main {
    margin: 8rem auto;
    padding: 0 clamp(0rem, 10.7965rem + -8.85vw, 4rem);
  }
  body:not(#index) .main .cf .img_l,
  body:not(#index) .main .cf .img_r {
    max-width: 40%;
    height: auto;
  }
  body:not(#index) .main > .inner {
    margin-bottom: 8rem;
  }
  body:not(#index) .main section {
    margin: 10rem 0;
  }
  body:not(#index) .main section section {
    margin: 9rem 0;
  }
  body:not(#index) .main section section section {
    margin: 8rem 0;
  }
  body:not(#index) .main section section section section {
    margin: 7rem 0;
  }
  body:not(#index) .main section section section section section {
    margin: 6rem 0;
  }
}

body:not(#index) h1 {
  padding: 1rem;
  color: var(--clr_blue);
  text-align: center;
  align-content: center;
  padding: 2rem 1rem;
  font-size: 2.4rem;
  background: url(../img/h1.webp) no-repeat center;
}
@media screen and (width >= 48em), print {
  body:not(#index) h1 {
    background: none;
    height: 52rem;
    font-size: clamp(2rem, -0.3788rem + 3.097vw, 3.4rem);
    align-content: center;
    position: relative;
  }
  body:not(#index) h1::after {
    background: url(../img/h1.webp) no-repeat center;
    background-size: cover;
    height: 52rem;
    width: 129rem;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    z-index: -1;
  }
}
body:not(#index) h2 + section, body:not(#index) h3 + section, body:not(#index) h4 + section, body:not(#index) h5 + section {
  margin-top: 0 !important;
}
body:not(#index) h2 {
  text-align: center;
  font-size: 2rem;
  word-break: auto-phrase;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 0 auto 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
}
body:not(#index) h2 span {
  max-width: calc(100% - 3em);
}
body:not(#index) h2::before, body:not(#index) h2::after {
  content: "";
  display: block;
  width: 1.1em;
  height: 1em;
  background: url(../img/h2.png) no-repeat center;
  background-size: contain;
}
@media screen and (width >= 48em), print {
  body:not(#index) h2 {
    font-size: clamp(1.8rem, -0.5788rem + 3.097vw, 3.2rem);
    margin-bottom: 1em;
  }
  body:not(#index) h2::before, body:not(#index) h2::after {
    height: 2.4rem;
  }
}
body:not(#index) h3 {
  padding-bottom: 0.1em;
  font-size: 1.7rem;
  line-height: 1.4;
  margin: 0 0 2rem;
  border-bottom: 0.3rem solid var(--clr_blue);
  box-shadow: 0 0.3rem 0 0 var(--clr_blue_dark1);
}
@media screen and (width >= 48em), print {
  body:not(#index) h3 {
    font-size: clamp(1.6rem, -0.7788rem + 3.097vw, 3rem);
    margin-bottom: 0.95em;
  }
}
body:not(#index) h4 {
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 0 0 0.1em;
  border-bottom: 0.3rem solid var(--clr_blue_dark1);
  margin: 0 0 2rem;
}
@media screen and (width >= 48em), print {
  body:not(#index) h4 {
    font-size: clamp(1.5rem, -0.7088rem + 2.876vw, 2.8rem);
    margin-bottom: 0.8em;
  }
}
body:not(#index) h5 {
  font-size: 1.5rem;
  color: var(--clr_blue);
  line-height: 1.4;
  padding: 0 0 0.1em;
  margin: 0 0 2rem;
  border-bottom: dotted 0.4rem var(--clr_blue);
}
@media screen and (width >= 48em), print {
  body:not(#index) h5 {
    font-size: clamp(1.4rem, -0.6389rem + 2.655vw, 2.6rem);
    margin-bottom: 0.8em;
  }
}
body:not(#index) h6 {
  font-size: 1.4rem;
  position: relative;
  color: var(--clr_blue_dark1);
}
@media screen and (width >= 48em), print {
  body:not(#index) h6 {
    font-size: clamp(1.4rem, -0.2991rem + 2.212vw, 2.4rem);
    margin-bottom: 0.7em;
  }
}

.breadnav {
  max-width: 100vw;
  margin: 2rem 1rem;
}
.breadnav .breadcrumb {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  white-space: nowrap;
}
.breadnav .breadcrumb li {
  display: flex;
  align-items: center;
}
.breadnav .breadcrumb li a {
  text-decoration: underline;
}
.breadnav .breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  font-size: 70%;
  margin: 0 0.6rem;
}

@media screen and (width >= 48em), print {
  .breadnav {
    width: 100%;
    padding: 0 1rem;
    max-width: 1220px;
    margin: 3rem auto;
    overflow-x: inherit;
  }
  .breadnav .breadcrumb {
    font-size: clamp(1.2rem, 0.1805rem + 1.327vw, 1.8rem);
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.dl_year > dt {
  font-size: 110%;
}

.gallery {
  width: 85%;
  margin: auto;
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: #fff;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  transition: 0.3s ease;
  background: var(--clr_blue);
  line-height: 1.4;
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 4px solid var(--clr_navy);
}

@media screen and (width >= 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_slider div .cap {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  margin: 0 auto 0.6rem;
  max-width: 80%;
}

@media screen and (width >= 48em), print {
  .device {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .device li {
    width: 32%;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.full-image {
  font-size: 1.4rem;
}
@media screen and (width >= 48em), print {
  .full-image {
    font-size: 2rem;
  }
}

/* 流れ図 -------------------------------------- */
ol.list_flow {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol.list_flow > li {
  border: 0.2rem solid var(--clr_blue_dark3);
  border-radius: 0.5rem;
  margin-bottom: 4rem;
  padding: 1rem 1rem;
  position: relative;
}
ol.list_flow > li dt {
  font-size: 120%;
  margin-bottom: 0.5rem;
  color: var(--clr_blue_dark3);
}
ol.list_flow > li *:last-child {
  margin-bottom: 0 !important;
}
ol.list_flow > li::after {
  background: var(--clr_blue_dark3);
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 0;
  right: 0;
  bottom: -3.25rem;
  margin: auto;
  position: absolute;
  width: 5rem;
  height: 2rem;
}
ol.list_flow > li:last-child::after {
  /*最後の▼を外す*/
  display: none;
}

@media screen and (width >= 48em), print {
  ol.list_flow > li {
    padding: 3rem 3.5rem 3.5rem;
    margin-bottom: 9rem;
  }
  ol.list_flow > li::after {
    width: 20rem;
    height: 3.3rem;
    bottom: -6.5rem;
  }
  ol.list_flow > li dt {
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
}
@media screen and (width >= 48em), print {
  body.access .main .dl_overview {
    max-width: 45rem;
    margin: auto;
  }
}

.tbl_scroll {
  overflow-x: scroll;
}

.tbl_price {
  width: 100%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.3em;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 90%;
}
.tbl_price.w_40rem {
  width: 40rem;
}
.tbl_price.w_50rem {
  width: 50rem;
}
.tbl_price thead {
  background: var(--clr_brown);
  color: #fff;
  text-align: center;
}
.tbl_price tr {
  border-bottom: 1px solid #ccc;
}
.tbl_price tr th {
  padding: 1% 0% 0.8%;
}
.tbl_price tr td {
  padding: 1% 1% 0.8% 1%;
  border-left: 1px solid #ccc;
}
.tbl_price tr td.bold {
  background: var(--clr_brown_light02);
}
.tbl_price .money {
  width: 8em;
}

@media screen and (width >= 48em), print {
  .tbl_scroll {
    overflow-x: inherit;
  }
  .tbl_scroll .tbl_price {
    font-size: 100%;
  }
}
/*.tbl_price {
  width: 100%;
  border-collapse: collapse;

  th {
    padding: .4rem 1.0rem;

    &[scope="row"] {
      text-align: left;
      background: var(--clr_gray);
      border: 1px solid #ccc;
    }
  }

  td {
    text-align: right;
    padding: .4rem 1.0rem;
    border: 1px solid #ccc;
  }
}*/
@media print {
  body {
    width: 1300px !important;
    zoom: 0.8;
  }
}

/*# sourceMappingURL=style.css.map */
