@charset "UTF-8";
/*文字PC*/
/*基本フォント*/
:root {
  /*基本背景色PC*/
  --clr_bg: #fff;
  /*基本文字色*/
  --clr_txt: #1C1C1C;
  /*リンク色*/
  --clr_link: #2E458D;
  --clr_linkH: #BE406E;
  /*ポイントカラーメイン*/
  --clr_main: #2E458D;
  /*ポイントカラーサブ*/
  --clr_sub1: #4080C2;
  --clr_sub2: #B8DEF8;
  --clr_sub3: #E7F2FB;
  --clr_sub4: #C0E8CC;
  --clr_sub5: #CAE3F5;
  --clr_sub6: #EEEEEE;
  --clr_sub7: #F8F0DE;
  --clr_sub8: #E0F2E7;
  --clr_sub9: #C9E9FF;
  --clr_sub10: #FFEECC;
  --clr_sub11:#CFE9D7;
  --clr_sub12:#9D9D9D;
  --clr_sub13:#2E458D;
  --clr_sub14:#717EC5;
  --clr_sub15:#A7D7F8;
  --clr_sub16: #6298CF;
  /*赤*/
  --red: #8d2e45;
  /*緑*/
  --green:#88d49f ;
  /*橙*/
  --orange: #E49717;
  /*青*/
  --blue: #2E458D;
}

/* _reset.scss　出力*/
*: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 {
  -webkit-box-sizing: border-box;
          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 */
/* 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]) {
  -webkit-text-decoration-skip: ink;
          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%;
}

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

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

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

a {
  text-decoration: none;
}

/* /_reset.scss　出力ここまで */
/* _module.scss　出力 */
.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;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: bold;
}

em {
  font-style: normal;
  font-weight: 500;
}

strong {
  font-weight: 500;
}

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

.font_s {
  font-size: smaller;
}

.font_l {
  font-size: larger;
}

/* テキストカラー -------------------------------------- */
.fc_orange {
  color: var(--orange) !important;
}

.fc_green {
  color: var(--green) !important;
}

.fc_red {
  color: var(--red) !important;
}

.fc_blue {
  color: var(--blue) !important;
}

.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

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

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
  #lower main .inner img.img_r,
  #lower main .inner img.img_l {
    width: 35rem;
  }
}
.sp_n,
.sp_n_i {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .sp_n_i {
    display: inline !important;
  }
  .pc_n {
    display: none !important;
  }
}
/* マージン -------------------------------------- */
.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 (min-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 (min-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;
  }
}
/* flex box */
.flex_LRTB,
.flex_RLTB {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 48em), print {
  /* PCで左→右に配置／SPで上→下に配置 */
  .flex_LRTB {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex_LRTB.half {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex_LRTB.half > * {
    width: 48%;
    margin-bottom: 0;
  }
  .flex_LRTB.half > li {
    margin-bottom: 1rem;
  }
  .flex_LRTB.half > figure.w30 {
    width: 30% !important;
    margin-right: 2%;
  }
  .flex_LRTB.half > figure + ul {
    width: 68% !important;
  }
  .flex_LRTB.center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* PCで右→左に配置／SPで上→下に配置 */
  .flex_RLTB {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex_RLTB.half {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex_RLTB.half > * {
    width: 48%;
    margin-bottom: 0;
  }
  .flex_RLTB.half > figure.w30 {
    width: 30% !important;
    margin-right: 2%;
  }
  .flex_RLTB.half > figure + ul {
    width: 68% !important;
  }
  .flex_LRTB.third {
    gap: 0 1em;
  }
  .flex_LRTB.third > * {
    width: calc((100% - 2em) / 3);
  }
  .flex_LRTB.third::after {
    content: "";
    display: block;
    width: 32%;
    height: 0.1rem;
  }
}
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*　なし -------------------------------------- */
ul {
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0;
}
ul li {
  margin: 0 0 10px;
  padding: 0;
}

/* シンプル -------------------------------------- */
ul.list_sim {
  margin: 0 0 10px 20px;
}
ul.list_sim > li {
  margin: 0 0 8px 0;
  padding: 0;
  text-indent: -0.5em;
}
ul.list_sim > li::before {
  position: relative;
  top: -0.1em;
  left: -0.5em;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  content: "";
  border-radius: 100%;
  background: var(--clr_txt);
  vertical-align: middle;
}

/* ● -------------------------------------- */
ul.list_maru {
  padding: 0;
  margin: 0 0 10px 1.1em;
}
ul.list_maru > li {
  list-style-type: none;
  margin: 0 0 0.8rem 0;
}
ul.list_maru > li::before {
  display: inline-block;
  content: "●";
  margin-left: -1.1em;
  margin-right: 0.1em;
  color: var(--clr_main);
}

/*　● インライン -------------------------------------- */
ul.list_maru.list_in li {
  display: inline-block;
  margin: 0 40px 8px 0;
}

/* ※ -------------------------------------- */
ul.list_kome {
  padding: 0;
  margin: 0 0 10px 1.1em;
}
ul.list_kome > li {
  list-style-type: none;
  margin: 0 0 0.8rem 0;
}
ul.list_kome > li::before {
  display: inline-block;
  content: "※";
  margin-left: -1.1em;
  color: #f0013c;
}

/* link -------------------------------------- */
ul.list_lnk {
  padding: 0;
}
ul.list_lnk li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.8rem;
}
ul.list_lnk li::before {
  content: "≫";
  padding-right: 0.3rem;
  font-weight: bold;
  color: var(--clr_link);
}
ul.list_lnk a {
  color: var(--clr_link);
  border-bottom: 0.1rem solid var(--clr_link);
}

/* ページ内リンク -------------------------------------- */
ul.list_pl li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0;
}
ul.list_pl a::before {
  font-family: "fontello";
  content: "\f004";
  padding-right: 5px;
  font-weight: bold;
  color: var(--clr_link);
}

@media screen and (min-width: 48em), print {
  ul.list_pl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  ul.list_pl li {
    width: 33%;
  }
  ul.list_pl::after {
    content: "";
    display: block;
    width: 33%;
  }
}
/* チェックボックス -------------------------- */
ul.list_check {
  padding: 0;
  margin: 0 0 10px 1.1em;
}
ul.list_check li {
  list-style-type: none;
  margin: 0 0 0.8rem 0;
}
ul.list_check li::before {
  display: inline-block;
  font-family: fontello;
  content: "\e808";
  margin-left: -1.1em;
  margin-right: 0.1em;
  color: var(--clr_sub1);
}

/* 数値 -------------------------------------- */
ol.list_num {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
ol.list_num > li {
  list-style-type: decimal;
  margin: 0 0 10px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
}

/* 流れ図 -------------------------------------- */
ol.list_flow {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol.list_flow > li {
  border: 0.2rem solid var(--clr_main);
  border-radius: 0.5rem;
  margin-bottom: 4rem;
  padding: 1rem 1rem;
  position: relative;
}
ol.list_flow > li > dl > dt {
  font-size: 120%;
  margin-bottom: 0.5rem;
  color: var(--clr_main);
}
ol.list_flow > li > dl *:last-child {
  margin-bottom: 0 !important;
}
ol.list_flow > li::after {
  background: var(--clr_main);
  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 (min-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 > dl > dt {
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/* 経歴 -------------------------------------- */
.dl_career dd {
  margin: 0 0 1em 5px;
}

@media screen and (min-width: 48em), print {
  .dl_career {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dl_career dt {
    width: 9em;
  }
  .dl_career dd {
    width: calc(100% - 10em);
  }
}
/* 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_main);
  margin-bottom: 0.7rem;
  font-size: 110%;
}
.dl_def > dd {
  margin-bottom: 1.5rem;
}
.dl_def > dd ul.list_maru > li::before {
  color: var(--clr_main);
}

.dl_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          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 {
  background: var(--clr_sub4);
}

@media screen and (min-width: 48em), print {
  .dl_flex dt,
  .dl_flex dd {
    padding: 1.5rem;
  }
}
/* テーブルもどき -------------------------------------- */
.dl_tbl {
  border: var(--clr_sub1) solid 1px;
  margin-bottom: 0.5rem;
}
.dl_tbl > dt {
  font-weight: bold;
  background: var(--clr_sub1);
  padding: 0.5rem 1rem;
  color: #fff;
}
.dl_tbl > dd {
  padding: 1rem;
  margin: 0;
}
.dl_tbl > dd *:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em), print {
  .dl_tbl dt {
    border-top: #fff 0.1rem solid;
    padding: 1rem 0 1rem 2rem;
  }
  .dl_tbl dt:first-child {
    border-top: none;
  }
  .dl_tbl dd {
    border-top: var(--clr_sub1) 0.1rem solid;
    padding: 1.5rem 2rem;
  }
  .dl_tbl dd:nth-child(2) {
    border-top: none;
  }
}
/* box -------------------------------------- */
.box1,
.box2,
.box3 {
  padding: 20px !important;
  margin-bottom: 20px;
  background: var(--clr_sub3);
  border-radius: 0.5rem;
}
.box1 > dt,
.box2 > dt,
.box3 > dt {
  border-bottom: var(--clr_main) dotted 2px;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  font-weight: bold;
  font-size: large;
  word-break: auto-phrase;
}
.box1 > dd,
.box2 > dd,
.box3 > dd {
  margin: 1rem 1rem 2rem;
}
.box1 > dd dt,
.box2 > dd dt,
.box3 > dd dt {
  color: var(--clr_main);
  font-weight: bold;
}
.box1 > *:last-child,
.box2 > *:last-child,
.box3 > *:last-child {
  margin-bottom: 0;
}

.box2 {
  background: var(--clr_sub8);
}
.box2 dt {
  border-bottom: var(--green) dotted 2px;
}
.box2 ul.list_maru > li::before {
  color: var(--green);
}

.box3 {
  background: #fbfbfb;
  border: 0.2rem solid #d4d4d4;
}

@media screen and (min-width: 48em), print {
  .box1 > dd,
  .box2 > dd {
    margin-bottom: 3rem;
  }
}
/* リンク -------------------------------------- */
a {
  text-decoration: none;
}

main a {
  border-bottom: 1px solid var(--clr_link);
  color: var(--clr_link);
}
main a.border_n {
  border: none !important;
}
main a.border_n:hover {
  border: none;
}

main a:hover {
  color: var(--clr_linkH);
  border-bottom: 1px solid var(--clr_linkH);
}

a[href^="tel:"] {
  border-bottom: none;
}

a:hover img {
  opacity: 0.8;
}

a:has(img) {
  border-bottom-width: 0 !important;
}

a.btn, span.btn {
  background: transparent -webkit-gradient(linear, left top, right top, from(var(--clr_sub2)), to(var(--clr_sub3))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, var(--clr_sub2) 0%, var(--clr_sub3) 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 1rem 2rem;
  text-align: center;
  margin: 5px auto;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  position: relative;
  border: none;
  border-radius: 2rem;
}
a.btn::after, span.btn::after {
  font-family: fontello;
  content: "\e4a2";
  padding-left: 0.5em;
}

@media screen and (min-width: 48em), print {
  a.btn {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    line-height: 1;
    padding: 2rem 4rem;
    border-radius: 4rem;
  }
  a.btn:hover {
    -webkit-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
    color: #fff;
    border: none;
  }
}
a.border_n {
  border: none !important;
}

/* 画像  -------------------------------------- */
figure {
  margin: 0;
}

#lower figure {
  margin-bottom: 10px;
}

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

/* /_module.scss　出力ここまで */
/* _common.scss　出力 */
@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.eot");
  src: url("fontello/font/fontello.eot#iefix") format("embedded-opentype"), url("fontello/font/fontello.woff2") format("woff2"), url("fontello/font/fontello.woff") format("woff"), url("fontello/font/fontello.ttf") format("truetype"), url("fontello/font/fontello.svg#fontello") format("svg");
}
.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: AdjustedYuGothic;
  font-weight: 400;
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: AdjustedYuGothic;
  font-weight: 700;
  src: local("Yu Gothic Bold");
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 3.125vw;
}

body {
  font-family: YakuHanJPs, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--clr_txt);
  font-size: 1.25rem;
  background-color: var(--clr_bg);
  line-height: 1;
  margin: 0;
  padding: 0;
  letter-spacing: 0.08em;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  width: 100%;
  position: relative;
}

:root {
  scroll-padding: 5rem;
  scroll-behavior: smooth;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%; /* ベースを10pxに */
  }
  body {
    min-width: 1180px;
    font-size: 1.6rem;
  }
}
/* 全体の横幅設定  -------------------------------------- */
.wrap {
  margin: 0 1.5rem;
}

main {
  line-height: 1.4;
}

.inner {
  padding: 0;
}

main > .inner {
  margin: 0 15px 30px;
  line-height: 1.6;
}

section {
  margin-bottom: 3rem;
}

@media screen and (min-width: 48em), print {
  .wrap {
    width: 1180px;
    margin: 0 auto;
    padding: 0 4rem;
  }
  section {
    margin-bottom: 5rem;
  }
  main {
    margin-top: 6rem;
  }
}
/* header  -------------------------------------- */
header > .wrap {
  margin: 0;
}
header::after {
  content: "";
  display: block;
  width: 100%;
  height: 5rem;
}
header .h_left {
  position: fixed;
  z-index: 1000;
  width: 100%;
  padding: 0.5rem 6rem 0.5rem 2rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 5rem;
}
header .logo img {
  max-height: 4rem;
  width: 100%;
  display: block;
  margin: auto;
}

/* ハンバーガーメニュー  -------------------------------------- */
#sp_menu {
  width: 5rem;
  height: 5rem;
  background: var(--clr_sub1);
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
}

#sp_menu.hide {
  -webkit-transform: translateY(-220%);
          transform: translateY(-220%);
}

#sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e80d";
  font-size: 2rem;
  padding-bottom: 0.1rem;
}

#sp_menu::after {
  display: block;
  content: "MENU";
}

#sp_menu.open::before {
  font-family: "fontello";
  content: "\e800";
}

#sp_menu.open::after {
  content: "CLOSE";
}

#sp_menu span {
  display: none;
}

#nav {
  width: 100%;
  max-height: calc(100dvh - 8rem);
  overflow-y: auto;
  background: var(--clr_sub5);
  margin: auto;
  position: fixed;
  top: -100vh;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-overflow-scrolling: touch;
  padding: 1rem;
  left: 0;
}
#nav.open {
  top: 4.6rem;
}
#nav a {
  color: var(--clr_txt);
  text-decoration: none;
  word-break: auto-phrase;
  font-size: 1.4rem;
}
#nav .wrap {
  overflow: auto;
}
#nav ul.gnav > li {
  padding: 0;
  margin: 0;
  border-bottom: 0.1rem solid var(--clr_sub6);
}
#nav ul.gnav > li a {
  height: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  line-height: 1.2;
  text-align: center;
}
#nav .list_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem 0 3rem auto;
  gap: 3rem;
}
#nav .list_sns li {
  width: 3.2rem;
}
#nav .list_sns li a {
  display: block;
  width: 100%;
}
#nav .list_sns li a img {
  margin: 0 auto;
}

.dropdown > a::after,
.dropdown .subsub::after {
  font-family: fontello;
  content: "\34";
  padding-left: 0.5rem;
  font-weight: normal;
  color: var(--clr_main);
}
.dropdown > a.close::after {
  content: "\33";
}
.dropdown ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dropdown ul li {
  margin: 0;
  width: 50%;
  border-top: 0.1rem solid var(--clr_sub6);
}
.dropdown ul li:nth-child(even) {
  border-left: 0.1rem solid var(--clr_sub6);
}
.dropdown ul li a {
  margin: 0;
  background: var(--clr_sub3);
}
.dropdown > a {
  display: none;
}

@media screen and (min-width: 48em), print {
  #sp_menu {
    display: none;
  }
  header {
    padding: 0;
    width: 100%;
    min-width: 1180px;
    margin: 0 auto;
    z-index: auto;
    position: relative;
    z-index: 1000;
  }
  header::after {
    display: none;
  }
  header .wrap {
    margin: auto;
  }
  header .h_left {
    height: auto;
    width: 47.2rem;
    position: relative;
    padding: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: transparent;
  }
  header .logo {
    height: auto;
    width: 45.2rem;
    margin: 0 0;
    padding: 0;
    display: block;
  }
  header .logo img {
    width: 100%;
    height: auto;
    max-height: none;
    margin: 0;
  }
  header .h_right {
    position: inherit;
    margin: 0;
    width: 60rem;
    padding: 0 2.6rem;
  }
  header .h_right .list_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3rem 0 3rem auto;
    gap: 3rem;
  }
  header .h_right .list_sns li {
    width: 3.2rem;
  }
  header .h_right .list_sns li a {
    display: block;
    width: 100%;
  }
  header .h_right .list_sns li a img {
    margin: 0 auto;
  }
  #nav {
    padding: 0;
    margin: 0 auto 1rem;
    position: inherit;
    top: auto;
    right: auto;
    overflow: visible !important;
    -webkit-transition: none;
    transition: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    line-height: 1;
    z-index: 100;
    background-color: transparent;
  }
  #nav ul.gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    letter-spacing: normal;
    max-width: none;
    margin: 0;
    text-align: center;
    width: 100%;
  }
  #nav ul.gnav > li {
    margin: 0;
    padding: 0;
    border: none;
  }
  #nav ul.gnav > li > a {
    text-align: center;
    padding: 0 1rem;
    position: relative;
    margin: 0;
    line-height: 1;
    color: var(--clr_txt);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    height: auto;
  }
  #nav ul.gnav > li > a::before {
    position: absolute;
    bottom: -0.5rem;
    top: auto;
    left: 30%;
    content: "";
    width: 40%;
    height: 0.3rem;
    background: var(--clr_main);
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  #nav ul.gnav > li > a:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  #nav ul.gnav > li.dropdown > a {
    position: relative;
    margin: 0;
  }
  #nav ul.gnav > li.dropdown .subnav {
    display: none;
    position: absolute;
    margin: 0;
    z-index: 100;
    width: 100%;
    top: 13rem;
    left: 0;
    background: var(--clr_main);
  }
  #nav ul.gnav > li.dropdown .subnav ul {
    margin: 0 auto;
    gap: 0.4rem;
    width: 1180px;
    padding: 1.4rem 4rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #nav ul.gnav > li.dropdown .subnav ul li {
    width: 18rem;
    margin: 0;
    padding: 0;
    position: relative;
    border-top: none;
  }
  #nav ul.gnav > li.dropdown .subnav ul li > a {
    padding: 0 0 0 0.5em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -ms-grid;
    display: grid;
    place-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: 100%;
    line-height: 1;
    position: relative;
    height: 4rem;
    border: 0.1rem solid var(--clr_sub3);
  }
  #nav ul.gnav > li.dropdown .subnav ul li > a:hover {
    color: #fff;
    background: var(--clr_main);
  }
  #nav ul.gnav > li.dropdown .subnav ul li > a::after {
    content: "\e80b";
    font-family: fontello;
    position: absolute;
    right: 0.1rem;
    top: 0;
    bottom: 0;
    color: var(--clr_sub1);
    font-size: 3.8rem;
    line-height: 1;
  }
  #nav.fixed {
    position: fixed;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 1000;
    min-width: 1180px;
    width: 100%;
    height: 4rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(1rem);
  }
  #nav.fixed .gnav {
    height: 4rem;
    width: 60rem;
    margin: auto;
  }
  #nav.fixed .subnav {
    top: 4rem !important;
  }
}
/* main   -------------------------------------- */
main {
  display: block;
}
main p {
  margin: 0 0 1em;
  line-height: 1.6;
  text-align: justify;
}
main li,
main dl {
  line-height: 1.6;
}

@media screen and (min-width: 48em), print {
  main {
    margin: 0;
  }
}
/* ページ下部 医院概要  -------------------------------------- */
#overview {
  padding: 10rem 0 3rem;
  line-height: 1.4;
  background: url(../img/overview_bg.jpg) no-repeat top center;
  background-size: auto;
  position: relative;
  margin-top: 7rem;
}
#overview .logo {
  margin-bottom: 2rem;
  position: absolute;
  top: -5rem;
  left: 0;
  right: 0;
}
#overview .logo img {
  max-height: 15rem;
  display: block;
  margin: 0 auto;
}
#overview .bnr_recruit {
  width: 90%;
  margin: 0 auto 2rem;
  display: none;
}
#overview .overviewL {
  margin: 0 0 2rem;
}
.dl_overview {
  margin-bottom: 0;
}
.dl_overview > dt {
  padding: 0.5rem 0;
  margin: 0;
  background-color: var(--clr_main);
  color: #fff;
  width: 10rem;
  position: relative;
  text-align: center;
}
.dl_overview > dt::after {
  content: "";
  display: block;
  position: absolute;
  right: -1rem;
  top: 0;
  width: 1rem;
  height: 100%;
  background-color: var(--clr_main);
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}
.dl_overview > dd {
  padding: 1rem 0 1.5rem 1rem;
  margin: 0 0;
  word-break: auto-phrase;
}

.dl_pay dt {
  color: #2a2a2a;
  margin-bottom: 0.7em;
}
.dl_pay dt::before {
  content: "■";
  color: #82bde7;
}
.dl_pay dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 0.95em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.dl_pay dd img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.dl_pay dd + dd {
  margin-bottom: 1.9em;
}

.gmap {
  height: 29rem;
  display: block;
}

@media screen and (min-width: 48em), print {
  #overview {
    padding: 25rem 0 7rem;
    position: relative;
    margin-top: 23rem;
  }
  #overview .logo {
    position: absolute;
    top: -10rem;
    width: 25rem;
    margin: auto;
    left: 0;
    right: 0;
  }
  #overview .logo img {
    max-height: none;
  }
  #overview .bnr_recruit {
    margin: 0 auto 9rem;
  }
  #overview div.flex_LRTB {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #overview div.flex_LRTB .overviewL {
    width: 51rem;
    margin: 0;
  }
  #overview div.flex_LRTB .overviewR {
    width: 55rem;
    height: auto !important;
  }
  #overview .overviewL {
    max-width: none;
    padding: 0;
  }
  #overview .overviewL .dl_overview {
    margin-bottom: 6.7rem;
  }
  .dl_overview {
    margin: 0 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .dl_overview > dt {
    width: 10rem;
    padding: 0 0 0 0.7rem;
    height: 3.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    text-align: left;
    margin-bottom: 2.4rem;
  }
  .dl_overview > dd {
    width: calc(100% - 13rem);
    min-height: 3.8rem;
    padding: 0.8rem 0 0;
    margin-bottom: 2.4rem;
    margin-left: 3rem;
    letter-spacing: 0.016rem;
  }
  .dl_pay img {
    -webkit-transform: inherit !important;
            transform: inherit !important;
  }
  .gmap {
    margin: 0;
    height: 38rem;
  }
  .overviewR .gmap {
    margin-top: 2rem;
  }
}
/* 診療時間表 -------------------------------------- */
.tbl_time {
  width: 100%;
  text-align: center;
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
}
.tbl_time caption {
  margin: 0.5rem 0 1rem;
  text-align: left;
  caption-side: bottom;
}
.tbl_time thead tr th {
  padding: 0.5rem 0;
  color: #fff;
  background: var(--clr_main);
  font-weight: normal;
}
.tbl_time thead tr th:last-child {
  padding-right: 0.5em;
  width: 2.7em;
}
.tbl_time tbody th,
.tbl_time tbody td {
  padding: 0.7rem 0;
  vertical-align: middle;
  background: var(--clr_sub3);
  font-weight: normal;
  color: var(--clr_txt);
}
.tbl_time tbody th[rowspan],
.tbl_time tbody td[rowspan] {
  padding-right: 0.5em;
  width: 5em;
}
.tbl_time tbody td {
  width: 2.2em;
  color: var(--clr_main);
}

@media screen and (min-width: 48em), print {
  .tbl_time caption {
    margin-top: 1rem;
  }
  .tbl_time thead tr th {
    padding: 1.3rem 0;
    font-size: 1.6rem;
  }
  .tbl_time tbody th {
    line-height: 1;
    padding: 1.3rem 0;
  }
  .tbl_time tbody td {
    line-height: 1;
    width: 5rem;
    padding: 1.3rem 0;
  }
  .tbl_time tbody td[rowspan] {
    width: 12rem;
  }
}
/* ページトップ -------------------------------------- */
.f_contact {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background: var(--clr_sub3);
  margin: 0;
  width: 100%;
  height: 4rem;
  padding: 0.1rem 0;
  text-align: center;
  z-index: 100;
  letter-spacing: normal;
  font-size: 1.4rem;
}
.f_contact li {
  width: 29.5%;
  position: relative;
  margin: 0;
  height: 100%;
}
.f_contact li a {
  padding: 1rem 0;
  color: #fff;
  background: var(--clr_sub1);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.f_contact li.f_tel a::before {
  font-family: fontello;
  padding-right: 0.5em;
  content: "\e801";
}
.f_contact li#pageup {
  width: 10%;
}
.f_contact li#pageup span {
  display: none;
}
.f_contact li#pageup a::before {
  content: "\e80a";
  font-family: fontello;
}

@media screen and (min-width: 48em), print {
  .f_contact {
    width: auto;
    height: 4.8rem;
    position: fixed;
    right: 0;
    bottom: 0;
    left: auto;
    gap: 1rem;
    background-color: transparent;
  }
  .f_contact a {
    padding: 0 !important;
    background-color: transparent !important;
  }
  .f_contact .f_reserve {
    width: 19.1rem;
  }
  .f_contact li#pageup {
    cursor: pointer;
    width: 5.6rem;
  }
  .f_contact li#pageup a::before {
    display: none;
  }
  .f_contact .f_line {
    width: 16.2rem;
  }
}
/* footer -------------------------------------- */
footer {
  background: var(--clr_main);
}
footer a {
  color: #fff;
}
footer a:hover {
  color: var(--clr_sub4);
}
footer div.wrap {
  display: none;
}

address {
  padding: 0.8rem 0 5rem;
  font-style: normal;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  footer {
    display: block;
    padding: 0 0;
    margin: 0 auto 0;
  }
  footer div.wrap {
    display: block;
    margin: 0 auto;
    padding: 4.5rem 0;
  }
  footer div.wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    gap: 1em 0;
    width: 65rem;
    letter-spacing: 0.016rem;
    line-height: 1;
  }
  footer div.wrap ul:first-child {
    margin-bottom: 1em;
  }
  footer div.wrap ul li {
    margin: 0;
    padding: 0;
    border-right: 0.1rem solid #fff;
  }
  footer div.wrap ul li:last-child, footer div.wrap ul li.obesity, footer div.wrap ul li.hematology {
    border-right: none;
  }
  footer div.wrap ul li a {
    padding: 0 1em;
  }
  footer div.wrap ul li.treatment {
    display: none;
  }
  address {
    margin: 0 auto 0;
    border-top: 0.1rem solid #fff;
    padding: 2rem;
    font-size: 1.2rem;
  }
}
.f_line {
  pointer-events: none;
}

.list_sns li:nth-child(3) {
  pointer-events: none;
}

/* /_common.scss　出力ここまで */
/* _top.scss　出力 */
#TopPage #kv {
  width: 100%;
  position: relative;
  background-size: auto 30rem;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
}
#TopPage .kv_txt {
  line-height: 1.3;
  padding: 1rem 0 1rem;
  z-index: 5;
  bottom: 0;
  margin: 0 0 0 0;
  padding-top: 30rem;
  font-size: 1.8rem;
  color: #fff;
}
#TopPage .kv_txt > div {
  padding: 1rem;
  background: var(--clr_main);
}
#TopPage .kv_txt span.font_s {
  font-size: 70%;
  font-family: "Jost", sans-serif;
  display: block;
}
#TopPage .kv_txt em {
  display: block;
  color: var(--clr_sub9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2em;
}
#TopPage .kv_txt em::after {
  content: "";
  display: block;
  width: calc(100% - 10.2em);
  height: 0.1rem;
  background-color: var(--clr_sub9);
}
#TopPage main {
  margin: 2rem 0 0;
}
#TopPage main section {
  margin-bottom: 0;
}
#TopPage h2 {
  font-size: 1.9rem;
  margin: 0 0 2rem;
  word-break: auto-phrase;
  font-weight: 500;
}
#TopPage h2 span {
  font-size: 57%;
  font-family: "Jost", sans-serif;
  font-weight: normal;
}
#TopPage #actm h2,
#TopPage #fever h2,
#TopPage #feature h2,
#TopPage #test h2, #TopPage .feature h2 {
  background: url(../img/h2.png) no-repeat left center;
  background-size: 2rem;
  padding-left: 2.5rem;
  color: var(--clr_main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3em 0.5em;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  min-height: 2rem;
  line-height: 1;
}
#TopPage #actm h2 span,
#TopPage #fever h2 span,
#TopPage #feature h2 span,
#TopPage #test h2 span, #TopPage .feature h2 span {
  color: var(--clr_txt);
}
#TopPage #info h2,
#TopPage #greeting h2,
#TopPage #clinic_menu h2,
#TopPage #coop h2 {
  background: url(../img/h2_top.png) no-repeat right center;
  color: #fff;
  margin: 0 5rem 2rem -1.5rem;
  position: relative;
  padding: 1rem 1.5rem;
}
#TopPage #info h2 span,
#TopPage #greeting h2 span,
#TopPage #clinic_menu h2 span,
#TopPage #coop h2 span {
  display: block;
}
#TopPage .bnr_recruit {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#TopPage #actm > div > section {
  margin: 4rem 0;
}
#TopPage #actm .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 4px;
  gap: 5%;
  font-family: "Jost", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
#TopPage #actm .tabs .tab {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  list-style: none;
  cursor: pointer;
  padding: 0.7rem 1em;
  background: url(../img/caledit_ttl_off.png) no-repeat;
  background-size: 100% 100%;
  color: var(--clr_sub12);
  width: 45%;
  line-height: 1;
}
#TopPage #actm .tabs .tab.is_active {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-image: url(../img/caledit_ttl_on.png);
  color: #ffffff;
}
#TopPage #actm .tabs .tab:not(:first-of-type) {
  border-left: 2px solid #fff;
}
#TopPage #actm .panels .panel {
  display: none;
}
#TopPage #actm .panels .panel.is_show {
  display: block;
}
#TopPage #actm .panels .month {
  display: none;
}
#TopPage #actm #callendar table.caledit {
  width: 100%;
  margin: 0 0 1rem;
  border-spacing: 0;
  border-collapse: separate;
}
#TopPage #actm #callendar table.caledit th {
  text-align: center;
  border: #fff solid 0.1rem;
  background: var(--clr_main);
  color: #ffffff;
  padding: 0.3rem;
  width: 14.2857142857%;
  font-weight: 500;
}
#TopPage #actm #callendar table.caledit td {
  border: #fff solid 0.1rem;
  text-align: center;
  padding: 2px;
  height: 3rem;
  vertical-align: middle;
  cursor: default;
  font-family: "Jost", sans-serif;
}
#TopPage #actm #callendar table.caledit td.today {
  font-weight: bold;
}
#TopPage #actm #callendar table.caledit td.outPatient {
  background: var(--clr_sub3);
}
#TopPage #actm #callendar table.caledit td.open {
  background: var(--clr_sub2);
}
#TopPage #actm #callendar table.caledit td.amOnly {
  background: var(--clr_sub11);
}
#TopPage #actm #callendar table.caledit td.pmOnly {
  background: var(--clr_sub10);
}
#TopPage #actm #callendar table.caledit td.extraOutPatient {
  background: #ffccff;
}
#TopPage #actm #callendar table.caledit td.notTheMonth {
  background: var(--clr_sub6);
}
#TopPage #actm #callendar table.caledit .shortTitle {
  display: none;
}
#TopPage #actm #callendar ul.list_caldit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
  font-size: 90%;
}
#TopPage #actm #callendar ul.list_caldit li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2em;
  line-height: 1;
}
#TopPage #actm #callendar ul.list_caldit li::before {
  display: block;
  width: 1em;
  height: 1em;
  background: var(--clr_sub2);
  border: 0.1rem solid var(--clr_sub12);
  content: "";
}
#TopPage #actm #callendar ul.list_caldit li.amOnly::before {
  background-color: var(--clr_sub11);
}
#TopPage #actm #callendar ul.list_caldit li.pmOnly::before {
  background-color: var(--clr_sub10);
}
#TopPage #actm #callendar ul.list_caldit li.outPatient::before {
  background-color: var(--clr_sub3);
}
#TopPage #info {
  padding: 4rem 0;
  background-size: cover;
}
#TopPage #info dl {
  padding: 0 1rem;
  position: relative;
  max-height: 20rem;
  overflow: auto;
}
#TopPage #info dl::-webkit-scrollbar {
  width: 10px;
}
#TopPage #info dl::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 2px var(--clr_sub4);
          box-shadow: inset 0 0 2px var(--clr_sub4);
}
#TopPage #info dl::-webkit-scrollbar-thumb {
  background: var(--clr_sub9);
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#TopPage #info dl dt {
  position: relative;
  padding: 1rem 0.5rem 1rem 1.2em;
  margin-top: 1rem;
  font-size: 105%;
  font-weight: bold;
  color: var(--clr_sub1);
}
#TopPage #info dl dt:first-child {
  margin-top: 0;
}
#TopPage #info dl dt::before {
  font-family: fontello;
  content: "\e809";
  position: absolute;
  top: 0.9rem;
  left: 0;
  font-weight: normal;
}
#TopPage #info dl dt.open::before {
  content: "\e806";
}
#TopPage #info dl dt div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1em;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#TopPage #info dl dd:not(:nth-of-type(-n + 3)) {
  display: none;
}
#TopPage #info dl dd div {
  margin-top: 0.5em;
}
#TopPage #info dl .date {
  color: var(--clr_txt);
  font-weight: normal;
  font-family: "Jost", sans-serif;
  font-size: 90%;
  display: inline-block;
}
#TopPage #fever {
  background: var(--clr_sub2);
  padding: 4rem 0;
  position: relative;
  margin-bottom: 10rem;
}
#TopPage #fever .img_c {
  position: absolute;
  bottom: -7rem;
  height: 10rem;
  left: 0;
  right: 0;
}
#TopPage #fever h3 {
  color: var(--clr_sub13);
  margin: 1.5rem 0 1rem;
  font-weight: 500;
}
#TopPage #fever h3 + .inner p {
  padding-left: 1em;
  border-left: 0.1rem solid var(--clr_sub13);
}
#TopPage #fever h3 + .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0.2em;
  margin: 1em 0;
}
#TopPage #fever h3 + .inner dl dt {
  width: 4em;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: var(--clr_sub1);
  color: #fff;
}
#TopPage #fever h3 + .inner dl dd {
  width: calc(100% - 4.2em);
  color: var(--clr_sub13);
}
#TopPage .feature {
  background: var(--clr_sub2);
  padding: 4rem 0;
  position: relative;
  margin-bottom: 10rem;
}
#TopPage .feature .img_c {
  position: absolute;
  bottom: -7rem;
  height: 10rem;
  left: 0;
  right: 0;
}
#TopPage .feature h3 {
  color: var(--clr_sub13);
  margin: 1.5rem 0 1rem;
  font-weight: 500;
}
#TopPage .feature h3 + .inner p {
  padding-left: 1em;
  border-left: 0.1rem solid var(--clr_sub13);
}
#TopPage .feature h3 + .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0.2em;
  margin: 1em 0;
}
#TopPage .feature h3 + .inner dl dt {
  width: 4em;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background: var(--clr_sub1);
  color: #fff;
}
#TopPage .feature h3 + .inner dl dd {
  width: calc(100% - 4.2em);
  color: var(--clr_sub13);
}
#TopPage #greeting {
  background: url(../img/greeting_bg.webp) no-repeat top 3rem center;
  background-size: cover;
  position: relative;
  padding-bottom: 6rem;
  margin-bottom: 10rem;
}
#TopPage #greeting ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
#TopPage #greeting ul span {
  font-size: 120%;
  padding-left: 1em;
}
#TopPage #greeting ul li {
  width: 48%;
}
#TopPage #greeting ul a {
  width: 100%;
  background: url(../img/btn_orn.png) right bottom no-repeat;
  background-size: auto;
  border-bottom: var(--clr_sub13) solid 0.2rem;
  color: var(--clr_txt);
  display: block;
  padding: 0.5rem 0;
}
#TopPage #greeting .img_c {
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  height: 10rem;
}
#TopPage #feature {
  padding: 5rem 0;
}
#TopPage #feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0;
}
#TopPage #feature ul li {
  margin-bottom: 3rem;
  min-height: 10rem;
  color: var(--clr_sub13);
  width: 50%;
  /*        &::after {
      width: 80%;
      height: 7rem;
      display: block;
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: -1.5rem;
      background: var(--clr_sub2);
      margin: auto;
      z-index: -1;
  }*/
}
#TopPage #feature ul li::before {
  background: url(../img/feature_img01.webp) no-repeat left top;
  background-size: auto 10rem;
  padding: 0;
  display: block;
  height: 10rem;
  width: 100%;
  content: "";
  margin-bottom: 0.5rem;
}
#TopPage #feature ul li:nth-child(2)::before {
  background-image: url(../img/feature_img02.webp);
}
#TopPage #feature ul li:nth-child(3)::before {
  background-image: url(../img/feature_img03.webp);
}
#TopPage #feature ul li:nth-child(4)::before {
  background-image: url(../img/feature_img04.webp);
}
#TopPage #feature ul li div {
  border-left: 0.1rem solid var(--clr_sub13);
  padding-left: 0.5em;
}
#TopPage #feature ul li span {
  display: block;
  font-size: 66%;
}
#TopPage #feature ul:last-child li:first-child::before {
  background-image: url(../img/feature_img05.webp);
}
#TopPage #feature ul:last-child li:nth-child(2)::before {
  background-image: url(../img/feature_img06.webp);
}
#TopPage #feature ul:last-child li:nth-child(3)::before {
  background-image: url(../img/feature_img07.webp);
}
#TopPage #feature ul:last-child li:nth-child(4)::before {
  background-image: url(../img/feature_img08.webp);
}
#TopPage #clinic_menu {
  background: url(../img/clinic_menu_bg.webp) no-repeat top 3rem center;
  background-size: cover;
  position: relative;
  padding-bottom: 6rem;
}
#TopPage #clinic_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5% 1.5em;
}
#TopPage #clinic_menu ul li {
  width: 45%;
}
#TopPage #clinic_menu ul li a {
  width: 100%;
  display: block;
  background: url(../img/menu_internal.png) no-repeat top center;
  background-size: 6rem auto;
  padding-top: 6.2rem;
  border: none;
  color: var(--clr_txt);
  text-align: center;
  word-break: auto-phrase;
  font-weight: bold;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#TopPage #clinic_menu ul li a:hover {
  -webkit-transform: translateY(-0.8rem);
          transform: translateY(-0.8rem);
}
#TopPage #clinic_menu ul li a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#TopPage #clinic_menu ul li.aortic_disease a {
  background-image: url(../img/menu_aortic_disease.png);
}
#TopPage #clinic_menu ul li.chd a {
  background-image: url(../img/menu_chd.png);
}
#TopPage #clinic_menu ul li.checkups_vaccines a {
  background-image: url(../img/menu_checkups_vaccines.png);
}
#TopPage #clinic_menu ul li.chest_pain a {
  background-image: url(../img/menu_chest_pain.png);
}
#TopPage #clinic_menu ul li.diabetes a {
  background-image: url(../img/menu_diabetes.png);
}
#TopPage #clinic_menu ul li.dyslipidemia a {
  background-image: url(../img/menu_dyslipidemia.png);
}
#TopPage #clinic_menu ul li.fever_infection a {
  background-image: url(../img/menu_fever_infection.png);
}
#TopPage #clinic_menu ul li.gout a {
  background-image: url(../img/menu_gout.png);
}
#TopPage #clinic_menu ul li.hf a {
  background-image: url(../img/menu_hf.png);
}
#TopPage #clinic_menu ul li.high_blood_pressure a {
  background-image: url(../img/menu_high_blood_pressure.png);
}
#TopPage #clinic_menu ul li.ihd a {
  background-image: url(../img/menu_ihd.png);
}
#TopPage #clinic_menu ul li.obesity a {
  background-image: url(../img/menu_obesity.png);
}
#TopPage #clinic_menu ul li.palpitations a {
  background-image: url(../img/menu_palpitations.png);
}
#TopPage #clinic_menu ul li.shortness_of_breath a {
  background-image: url(../img/menu_shortness_of_breath.png);
}
#TopPage #clinic_menu ul li.swelling a {
  background-image: url(../img/menu_swelling.png);
}
#TopPage #clinic_menu ul li.vte a {
  background-image: url(../img/menu_vte.png);
}
#TopPage #clinic_menu ul li.arrhythmia a {
  background-image: url(../img/menu_arrhythmia.png);
}
#TopPage #test {
  padding: 4rem 0;
}
#TopPage #test h2 {
  margin: 0 1.5rem 2rem;
}
#TopPage #test .inner {
  background: url(../img/test_bg.jpg) no-repeat;
  background-size: cover;
  padding: 2rem;
}
#TopPage #test .inner ul li {
  background: url(../img/test_li_bg.png) no-repeat;
  padding: 0.7rem;
  background-size: 100% 100%;
  color: #fff;
}
#TopPage #coop {
  padding-bottom: 5rem;
}
#TopPage #coop .list_lnk {
  width: 18em;
  margin: 0 0 0 auto;
}
#TopPage #coop .inner {
  position: relative;
}
#TopPage #coop .inner::after {
  display: block;
  width: 100%;
  height: 120%;
  content: "";
  position: absolute;
  right: -1.5rem;
  top: -10%;
  background: url(../img/coop_bg.jpg) no-repeat center left;
  background-size: cover;
  z-index: -1;
}
#TopPage #bnr_rhombus {
  margin: 0 auto;
  width: 100%;
  background-color: #2e458d;
}
#TopPage #bnr_rhombus .rhombus {
  width: 100%;
  height: auto;
  display: block;
}
#TopPage #bnr_rhombus .rhombus p {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  padding: 1rem;
  line-height: 1.2;
}
#TopPage #bnr_rhombus .rhombus a {
  color: var(--clr_sub9);
  text-decoration: none;
}
#TopPage #bnr_rhombus .rhombus a::hover {
  text-decoration: none;
}

@media screen and (min-width: 48em), print {
  #TopPage header {
    margin-bottom: -12.6rem;
  }
  #TopPage #kv {
    height: 65rem;
    background-size: auto;
    width: 100%;
    overflow: hidden;
    margin-bottom: 4.5rem;
  }
  #TopPage #kv .kv_txt {
    padding-top: 40.8rem;
    font-size: 2.8rem;
    line-height: 4.5rem;
    letter-spacing: normal;
  }
  #TopPage #kv .kv_txt > div {
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(80%, transparent), color-stop(80%, var(--clr_main)), to(var(--clr_main)));
    background: linear-gradient(90deg, transparent 0%, transparent 80%, var(--clr_main) 80%, var(--clr_main) 100%);
    padding: 0;
    height: 19.8rem;
  }
  #TopPage #kv .kv_txt .wrap {
    padding: 0 4rem 0 65rem;
    background: url(../img/kv_txt.png) left 50rem center no-repeat;
    height: 19.8rem;
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
        align-content: center;
    position: relative;
  }
  #TopPage #kv .kv_txt .wrap > div {
    width: 43.5rem;
    white-space: nowrap;
  }
  #TopPage main {
    margin: 0;
  }
  #TopPage main .wrap {
    margin: 0 auto;
  }
  #TopPage main h2 {
    font-size: 2.8rem;
    margin-bottom: 2rem;
    line-height: 1;
  }
  #TopPage main h2 span {
    font-size: 2rem;
    line-height: 1;
  }
  #TopPage main #actm h2,
  #TopPage main #fever h2,
  #TopPage main #feature h2,
  #TopPage main #test h2, #TopPage main .feature h2 {
    background-size: auto;
    padding: 0.2rem 0 0 3.8rem;
  }
  #TopPage main #info .wrap,
  #TopPage main #greeting .wrap,
  #TopPage main #clinic_menu .wrap,
  #TopPage main #bnr_rhombus .wrap,
  #TopPage main #coop .wrap {
    position: relative;
    padding: 10rem 4rem 0 33rem;
  }
  #TopPage main #info h2,
  #TopPage main #greeting h2,
  #TopPage main #clinic_menu h2,
  #TopPage main #bnr_rhombus h2,
  #TopPage main #coop h2 {
    width: 77rem;
    height: 19.8rem;
    position: absolute;
    background: url(../img/h2_top.png) no-repeat right center;
    top: 0;
    right: 78rem;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -ms-flex-line-pack: center;
        align-content: center;
    gap: 1rem;
    padding-right: 18rem;
  }
  #TopPage main .bnr_recruit::after {
    content: "";
    display: block;
    height: 0.1rem;
    width: 33.6rem;
    background: var(--clr_main);
    margin-top: 4rem;
  }
  #TopPage main #actm {
    padding: 2.6rem 4rem 10rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #TopPage main #actm .left {
    width: 51rem;
  }
  #TopPage main #actm .right {
    width: 55rem;
  }
  #TopPage main #actm > div > section {
    margin: 5.5rem 0;
  }
  #TopPage main #actm .tabs {
    gap: 0;
  }
  #TopPage main #actm .tabs .tab {
    display: -ms-grid;
    display: grid;
    -ms-flex-line-pack: center;
        align-content: center;
    width: 50%;
    height: 4.273rem;
    font-size: 2rem;
  }
  #TopPage main #actm #callendar table.caledit {
    margin-bottom: 1.5rem;
  }
  #TopPage main #actm #callendar table.caledit th {
    padding: 0.47rem;
  }
  #TopPage main #actm #callendar table.caledit td {
    height: 4rem;
  }
  #TopPage main #actm #callendar ul.list_caldit {
    gap: 1.7rem;
  }
  #TopPage main #actm #callendar ul.list_caldit li {
    gap: 1rem;
  }
  #TopPage main #actm #map .panel {
    height: 56.6rem;
  }
  #TopPage main #actm #map .panel .gmap {
    height: 100%;
  }
  #TopPage main #info {
    padding: 0 0 12rem;
    margin: 0;
  }
  #TopPage main #info dl {
    max-height: 31rem;
  }
  #TopPage main #info dl dt {
    padding: 2rem 1rem 0 3rem;
    font-size: 1.8rem;
  }
  #TopPage main #info dl dt::before {
    top: 1.6rem;
    font-size: 2rem;
  }
  #TopPage main #info dl dd {
    margin-bottom: 2rem;
    padding: 1rem 1rem 0 3rem;
  }
  #TopPage main #fever {
    background: url(../img/fever_bg.png) no-repeat right calc(50% + 20rem) center;
    padding: 7.4rem 0;
    width: 100%;
    overflow: hidden;
  }
  #TopPage main #fever .wrap {
    position: relative;
  }
  #TopPage main #fever .img_c {
    height: auto;
    top: 0;
    bottom: 0;
    left: 64rem;
  }
  #TopPage main #fever .inner {
    width: 61rem;
    letter-spacing: normal;
    word-break: auto-phrase;
  }
  #TopPage main #fever h3 + .inner + section h3 {
    margin: 2rem 0;
  }
  #TopPage main #fever h3 + .inner .btn_reserve {
    margin: 2rem auto 3rem 0;
    display: block;
  }
  #TopPage main #fever h3 + .inner dl {
    gap: 1rem;
  }
  #TopPage main #fever h3 + .inner dl dt {
    width: 5.2rem;
    height: 4.8rem;
  }
  #TopPage main #fever h3 + .inner p {
    text-align: left;
    line-height: 2.8rem;
  }
  #TopPage main .feature {
    background: url(../img/fever_bg.png) no-repeat right calc(50% + 20rem) center;
    padding: 7.4rem 0;
    width: 100%;
    overflow: hidden;
  }
  #TopPage main .feature .wrap {
    position: relative;
  }
  #TopPage main .feature .img_c {
    height: auto;
    top: 0;
    bottom: 0;
    left: 64rem;
  }
  #TopPage main .feature .inner {
    width: 61rem;
    letter-spacing: normal;
    word-break: auto-phrase;
  }
  #TopPage main .feature h3 + .inner + section h3 {
    margin: 2rem 0;
  }
  #TopPage main .feature h3 + .inner .btn_reserve {
    margin: 2rem auto 3rem 0;
    display: block;
  }
  #TopPage main .feature h3 + .inner dl {
    gap: 1rem;
  }
  #TopPage main .feature h3 + .inner dl dt {
    width: 5.2rem;
    height: 4.8rem;
  }
  #TopPage main .feature h3 + .inner p {
    text-align: left;
    line-height: 2.8rem;
  }
  #TopPage main #greeting {
    position: relative;
    width: 100%;
    margin-bottom: 7.5rem;
    /*&::before{
        background:#E5EFF3 0% 0% no-repeat padding-box;
        width: 100%;
        max-width: 200rem;
        height:58.6rem;
        display: block;
        content: '';mix-blend-mode: color;
    background-position: top 4.5rem center;
    background-size: auto;
    position: absolute;
    top:4.5rem;
    left:0;
    right: 0;
    }*/
  }
  #TopPage main #greeting .wrap {
    position: relative;
  }
  #TopPage main #greeting .wrap::after {
    width: 37.8rem;
    height: 29.7rem;
    display: block;
    content: "";
    background: url(../img/greeting_orn.png) no-repeat;
    position: absolute;
    bottom: -7rem;
    left: 34rem;
  }
  #TopPage main #greeting .inner {
    width: 45rem;
    margin: 0 0 0 auto;
  }
  #TopPage main #greeting .inner p {
    line-height: 2.9rem;
    letter-spacing: normal;
  }
  #TopPage main #greeting .img_c {
    height: auto;
    left: 10rem;
    right: auto;
    top: 10rem;
  }
  #TopPage main #feature {
    padding: 0;
    margin: 7.5rem 0;
    background: url(../img/feature_bg.png) top 10rem right calc(50% + 10rem) no-repeat;
    width: 100%;
    overflow: hidden;
  }
  #TopPage main #feature ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    margin-left: 4rem;
  }
  #TopPage main #feature ul li {
    width: 21rem;
    height: 27.3rem;
    position: relative;
    padding-top: 13rem;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #TopPage main #feature ul li::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 36.7rem;
    height: 27.3rem;
    background-size: auto;
  }
  #TopPage main #feature ul li div {
    position: relative;
    width: 20rem;
    margin: 0 0 0 6.5rem;
    letter-spacing: normal;
    text-shadow: 0 0 0.6rem #fff, 0 0 0.6rem #fff, 0 0 0.6rem #fff, 0 0 0.6rem #fff, 0 0 0.6rem #fff, 0 0 0.6rem #fff, 0 0 0.6rem #fff, 0 0 0.6rem #fff, 0 0 0.6rem #fff, 0 0 0.6rem #fff, 0 0 0.6rem #fff, 0 0 0.6rem #fff;
  }
  #TopPage main #feature ul:last-child::before {
    content: "";
    display: block;
    width: 4rem;
    height: 0.1rem;
  }
  #TopPage main #feature ul:first-child li:nth-child(2) {
    padding-left: 3rem;
  }
  #TopPage main #clinic_menu {
    padding-bottom: 5rem;
    margin-bottom: 8rem;
  }
  #TopPage main #clinic_menu .wrap {
    padding: 23.5rem 4rem 0 4rem;
  }
  #TopPage main #clinic_menu ul {
    gap: 2rem 1rem;
  }
  #TopPage main #clinic_menu ul li {
    width: 15rem;
    margin: 0;
  }
  #TopPage main #clinic_menu ul li a {
    padding-top: 14rem;
    background-size: 13rem auto;
  }
  #TopPage main #clinic_menu ul:first-child {
    margin-left: 13rem;
  }
  #TopPage main #clinic_menu ul:nth-child(2) {
    margin-left: 6.5rem;
  }
  #TopPage main #test {
    padding: 0;
    margin-bottom: 10rem;
  }
  #TopPage main #test h2 {
    margin: 0 auto 4.5rem;
    width: 110rem;
  }
  #TopPage main #test .inner {
    padding: 5.7rem 0;
  }
  #TopPage main #test ul.flex_LRTB {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 2rem 5rem;
  }
  #TopPage main #test ul.flex_LRTB li {
    width: 28.1rem;
    height: 4.8rem;
    margin: 0;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #TopPage main #coop {
    padding-bottom: 0;
    width: 100%;
    overflow: hidden;
  }
  #TopPage main #coop h2 {
    height: 13rem;
    right: 65rem;
  }
  #TopPage main #coop .wrap {
    padding: 13rem 4rem 0 38.7rem;
  }
  #TopPage main #coop .wrap .inner {
    padding: 4rem 6rem;
  }
  #TopPage main #coop .wrap .inner::after {
    width: 132rem;
    height: 23.8rem;
    left: -14rem;
    top: 0;
  }
  #TopPage main #coop .wrap .inner .list_lnk {
    margin: 0 auto 0 0;
    width: 100%;
  }
  #TopPage main #coop .wrap .inner .list_lnk li {
    width: 50%;
  }
  #TopPage main #bnr_rhombus {
    margin: 5rem auto 0;
    width: 1100px;
  }
  #TopPage main #bnr_rhombus .rhombus {
    background-image: url("../img/bnr_top.png");
    background-repeat: no-repeat;
    background-color: #ffffff;
    width: 1100px;
    height: 130px;
    margin: 0 auto;
    display: block;
  }
  #TopPage main #bnr_rhombus .rhombus p {
    text-align: center;
    color: #fff;
    font-size: 2.3rem;
    width: 100rem;
    padding: 3rem;
    margin: 0 auto;
    line-height: 1.5;
  }
  #TopPage main #bnr_rhombus .rhombus a {
    color: var(--clr_sub9);
    text-decoration: none;
  }
  #TopPage main #bnr_rhombus .rhombus a::hover {
    text-decoration: none;
  }
}
/* /_top.scss　出力ここまで */
/* _lower.scss　出力 */
#lower {
  /* main   -------------------------------------- */
}
#lower .breadcrumb {
  margin: 1rem 0 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#lower .breadcrumb li {
  color: var(--clr_txt);
}
#lower .breadcrumb li a {
  border: none;
  color: var(--clr_txt);
}
#lower .breadcrumb li:first-child::after {
  content: "\f006";
  font-family: fontello;
  padding: 0 1rem;
}
#lower main {
  margin-top: 1rem;
}
#lower main section {
  margin: 4rem auto 4rem;
}
#lower main section section {
  margin: 3rem auto;
  padding: 0 0 0 0;
}
#lower main section section section {
  margin: 2.5rem auto;
  padding: 0 0 0 0;
}
#lower main section section section {
  margin: 2rem auto;
  padding: 0 0 0 0;
}
#lower main .wrap > .inner {
  margin: 3rem auto;
}
#lower h1,
#lower h2,
#lower h3,
#lower h4,
#lower h5,
#lower h6 {
  font-weight: 500;
  word-break: auto-phrase;
}
#lower h1 {
  margin: 0 0 1rem;
  font-size: 2rem;
  line-height: 1.2;
  padding: 2.5rem 1rem 2.5rem;
  text-align: center;
  background: url(../img/h1.webp) no-repeat center;
  background-size: cover;
  color: #fff;
}
#lower h2 {
  background: url(../img/h2.png) no-repeat left top;
  background-size: 2rem;
  padding-left: 2.5rem;
  min-height: 2rem;
  margin-bottom: 1.2rem;
  line-height: 1.32;
}
#lower h2 + section {
  margin-top: 0;
}
#lower h3 {
  margin: 0 0 2rem;
  padding-left: 1.2em;
  font-size: 1.8rem;
  line-height: 1.32;
  margin-bottom: 1rem;
  text-indent: -1.2em;
}
#lower h3::before {
  content: "◉";
  padding-right: 0.2em;
  letter-spacing: 0;
  color: var(--clr_sub14);
}
#lower h3 + section {
  margin-top: 0;
}
#lower h4 {
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin: 0 0 1rem;
  font-size: 1.6rem;
  line-height: 1.32;
}
#lower h4::before {
  content: "\e80c";
  font-family: fontello;
  color: var(--clr_sub15);
  padding-right: 0.2em;
}
#lower h5 {
  margin: 0 0 1rem;
  font-size: 1.4rem;
  line-height: 1.32;
  padding-left: 0.5em;
  border-left: 0.3rem solid var(--clr_sub16);
}
#lower h6 {
  color: var(--clr_main);
  font-size: 1.4rem;
  margin: 0 0 1rem;
}
#lower main {
  display: block;
  z-index: 50;
}
#lower main p {
  margin: 0 0 1em;
  line-height: 1.6;
  text-align: justify;
}
#lower main li,
#lower main dl {
  line-height: 1.6;
}

@media screen and (min-width: 48em), print {
  #lower .breadcrumb {
    margin: 0 auto 0;
    width: 1180px;
    padding: 0 2rem 0;
    position: relative;
    z-index: 100;
  }
  #lower h1 {
    font-size: 3.4rem;
    margin: 2rem auto 1rem;
    line-height: 1;
    height: 18.6rem;
    display: -ms-grid;
    display: grid;
    place-items: center;
  }
  #lower main {
    padding: 0 0;
    margin-bottom: 12rem;
  }
  #lower main .wrap > .inner {
    margin: 10rem 0;
  }
  #lower main .wrap > .inner + section {
    padding-top: 6rem;
  }
  #lower main .wrap > .inner + section h2 {
    margin-top: 0;
  }
  #lower main .wrap > section {
    margin: 8rem auto 10rem;
  }
  #lower main .wrap > section > section {
    margin: 5rem auto;
  }
  #lower main .wrap > section > section > section {
    margin: 4rem auto;
  }
  #lower main .wrap > section > section > section > section {
    margin: 3rem auto;
  }
  #lower main h2 {
    font-size: 3.4rem;
    margin-bottom: 2.5rem;
    background-size: 3rem 3rem;
    background-position: top 0.5rem left;
    padding-left: 3.8rem;
  }
  #lower main h3 {
    font-size: 3.2rem;
    margin: 0 0 2rem;
  }
  #lower main h3 + section {
    margin-top: 0rem;
  }
  #lower main h4 {
    font-size: 2.6rem;
    margin: 0 0 2rem;
    background-size: auto;
  }
  #lower main h5 {
    margin: 0 0 2rem;
    font-size: 2.2rem;
  }
  #lower main h6 {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}
/* table 関連 */
#lower .tbl_scroll {
  overflow-x: scroll;
}
#lower .tbl_def {
  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;
}
#lower .tbl_def thead {
  background: var(--clr_main);
  color: #fff;
}
#lower .tbl_def thead th {
  padding: 0.5rem 1% 0.5rem 1%;
  border: 1px solid #fff;
}
#lower .tbl_def tbody th {
  background: var(--clr_sub3);
}
#lower .tbl_def tbody th,
#lower .tbl_def tbody td {
  padding: 0.5rem 1% 0.4rem 1%;
  border: 1px solid #ccc;
}
#lower .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;
}
#lower .tbl_price tr {
  border-bottom: 1px solid #ccc;
}
#lower .tbl_price tr th {
  text-align: left;
  font-size: 94%;
  padding: 1% 0% 0.8% 2%;
}
#lower .tbl_price tr td {
  padding: 1% 2% 0.8% 2%;
  border-left: 1px solid #ccc;
}
#lower .tbl_price tr td:last-child {
  text-align: right;
}

@media screen and (min-width: 48em), print {
  #lower .tbl_scroll {
    overflow-x: inherit;
  }
  #lower .tbl_def thead th,
  #lower .tbl_def thead td {
    padding: 1rem;
  }
  #lower .tbl_def tbody th,
  #lower .tbl_def tbody td {
    padding: 1rem;
  }
}
#lower #clinic #privacypolicy .inner > dl > dd {
  margin-bottom: 1em;
}
#lower #clinic #privacypolicy .inner > dl > dd li {
  margin-bottom: 0.2em;
}

#lower {
  /* Slider */
}
#lower .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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;
}
#lower .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
#lower .slick-list:focus {
  outline: none;
}
#lower .slick-list.dragging {
  cursor: pointer;
}
#lower .slick-slider .slick-track,
#lower .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#lower .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#lower .slick-track:before,
#lower .slick-track:after {
  content: "";
  display: table;
}
#lower .slick-track:after {
  clear: both;
}
#lower .slick-loading .slick-track {
  visibility: hidden;
}
#lower .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
#lower [dir=rtl] .slick-slide {
  float: right;
}
#lower .slick-slide img {
  display: block;
}
#lower .slick-slide.slick-loading img {
  display: none;
}
#lower .slick-slide.dragging img {
  pointer-events: none;
}
#lower .slick-initialized .slick-slide {
  display: block;
}
#lower .slick-loading .slick-slide {
  visibility: hidden;
}
#lower .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
#lower .slick-arrow.slick-hidden {
  display: none;
}
#lower *:focus:not(:focus-visible),
#lower *::before:focus:not(:focus-visible),
#lower *::after:focus:not(:focus-visible) {
  outline: none;
}

@media screen and (min-width: 48em), print {
  .breadnav {
    width: 1200px;
    max-width: 100%;
    margin: 6.5rem auto 0;
    overflow-x: inherit;
    z-index: 101;
    position: relative;
  }
  .breadnav .breadcrumb {
    font-size: 1.4rem;
  }
  .breadnav .breadcrumb li:not(:last-child)::after {
    margin: 0 1rem;
  }
  .breadnav .breadcrumb li a:hover {
    opacity: 1;
    text-decoration: none;
  }
}
.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;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: var(--clr_main);
  line-height: 1.4;
}

.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.gallery .gallery_slider div:first-child .cap {
  -webkit-transition-delay: 0s;
          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_main);
}

@media screen and (min-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);
  }
}
.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--clr_main);
  z-index: 1;
}

.slick-arrow::before {
  font-size: 1.2rem;
}

.slick-arrow.slick-prev {
  left: -2.6rem;
}

.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\f007";
}

.slick-arrow.slick-next {
  right: -2.6rem;
}

.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\f006";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    border: 1px solid var(--clr_main);
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
  .slick-arrow:is(:hover, :focus-visible) {
    color: var(--clr_main);
    background: #fff;
    opacity: 1;
  }
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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_main);
}

.slick-dots li button:hover,
.slick-dots li button:focus-visible {
  opacity: 0.8;
}

.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 48em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
/* /_lower.scss　出力ここまで */
/*# sourceMappingURL=style.css.map */