@charset "UTF-8";
/*文字PC*/
/*基本フォント*/
/*基本背景色PC*/
/*基本文字色*/
/*リンク色*/
/*ポイントカラーメイン*/
/*ポイントカラーサブ*/
/*赤*/
/*ピンク*/
/*緑*/
/*橙*/
/*青*/
/* _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;
}

.bold {
  font-weight: bold;
}

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

.font_s {
  font-size: smaller;
}

.font_l {
  font-size: larger;
}

/* テキストカラー -------------------------------------- */
.fc_orange {
  color: #d28b43 !important;
}

.fc_green {
  color: #43d2d2 !important;
}

.fc_red {
  color: #DE5B98 !important;
}

.fc_blue {
  color: #438AD2 !important;
}

.fc_darkblue {
  color: #002F7F !important;
}

.fc_gold {
  color: #D4AF37 !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: 30rem;
  }
}
.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;
  }
}
/* マージン -------------------------------------- */
.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;
}

/* 幅 -------------------------------------- */
.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;
}

@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.-flex_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .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 > section {
    margin: 0 !important;
  }
  .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;
  }
  .flex_LRTB.fwrap,
  .flex_RLTB.fwrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  /* 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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -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 > * {
    width: 32%;
  }
}
/* ----------------------------------------------------------------------------------
リストなど　_basic.scss
---------------------------------------------------------------------------------- */
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*　なし -------------------------------------- */
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: #303030;
  vertical-align: middle;
}
ul.list_sim.cmpct {
  margin: 0 0 0 20px;
}
ul.list_sim.cmpct > li {
  margin: 0 0 0 0;
}

/* ● -------------------------------------- */
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: #C25588;
}

/*　● インライン -------------------------------------- */
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;
  margin-right: 0.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 {
  font-family: "fontello";
  content: "\f006";
  padding-right: 0.3rem;
  font-weight: bold;
  color: #DE5B98;
}
ul.list_lnk a {
  color: #DE5B98;
}

/* ページ内リンク -------------------------------------- */
ul.list_pl li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 8px;
}
ul.list_pl li a {
  color: #303030;
}
ul.list_pl a::before {
  font-family: "fontello";
  content: "r";
  padding-right: 5px;
  font-weight: bold;
  color: #C25588;
}

@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 li a {
    background: rgba(40, 110, 180, 0.2);
    display: block;
    border: #286EB4 solid 2px;
    border-radius: 5px;
    padding: 7px 0 7px 25px;
  }
  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: #002F7F;
}

/* 数値 -------------------------------------- */
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: 5px solid #286EB4;
  border-radius: 10px;
  margin-bottom: 35px;
  padding: 0.5rem 1rem 1rem;
  position: relative;
  background: #fff;
}
ol.list_flow > li p.ttl {
  font-weight: bold;
  font-size: 140%;
  margin-bottom: 0.5rem;
  color: #002F7F;
}
ol.list_flow > li {
  /*p.ttl::first-letter {
    color: $clrMain;
    font-size: 2.5rem;
    padding-right: 0.5rem;
  }*/
}
ol.list_flow > li *:last-child {
  margin-bottom: 0;
}
ol.list_flow > li::after {
  bottom: -30px;
  color: #286EB4;
  content: "▼";
  font-size: 24px !important;
  left: 48%;
  position: absolute;
}
ol.list_flow > li:last-child::after {
  /*最後の▼を外す*/
  content: "";
}

@media screen and (min-width: 48em), print {
  ol.list_flow > li {
    padding: 1.5rem 1.5rem 1.5rem;
    /* p.ttl::first-letter {
       font-size: 3rem;
     }*/
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
/* 経歴 -------------------------------------- */
.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: 10em;
  }
  .dl_career dd {
    width: calc(100% - 11em);
  }
}
/* dtシンプル -------------------------------------- */
.dl_sim {
  margin: 0 auto 1.5rem;
}
.dl_sim > dt {
  font-weight: bold;
  color: #002F7F;
  margin-bottom: 0.7rem;
  font-size: 110%;
}
.dl_sim > dd {
  margin-bottom: 2.5rem;
}

/* dtに二重線 -------------------------------------- */
.dl_def {
  margin: 2rem auto;
}
.dl_def > dt {
  font-weight: bold;
  border-bottom: double 3px #002F7F;
  margin-bottom: 0.7rem;
  font-size: 110%;
}
.dl_def > dd {
  margin-bottom: 1.5rem;
}
.dl_def > dd ul.list_maru li::before {
  color: #286EB4;
}

.dl_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 0.1rem solid #ccc;
  border-right: 0.1rem solid #ccc;
  border-top: 0.1rem solid #ccc;
  padding: 0;
}
.dl_flow dt,
.dl_flow dd {
  border-bottom: 0.1rem solid #ccc;
  margin: 0;
}

/* テーブルもどき -------------------------------------- */
.dl_tbl {
  border: #002F7F solid 1px;
  margin-bottom: 0.5rem;
}
.dl_tbl > dt {
  font-weight: bold;
  background: #286EB4;
  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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dl_tbl dt {
    border-top: #fff 0.1rem solid;
    padding: 1.5rem 0 1.5rem 2rem;
  }
  .dl_tbl dt:first-child {
    border-top: none;
  }
  .dl_tbl dd {
    border-top: #002F7F 0.1rem solid;
    padding: 1.5rem 2rem;
  }
  .dl_tbl dd:nth-child(2) {
    border-top: none;
  }
}
/* box -------------------------------------- */
.box1,
.box2,
.box3,
.box4 {
  padding: 20px !important;
  margin-bottom: 20px;
  background: rgba(40, 110, 180, 0.1);
  border-radius: 0.5rem;
}
.box1 > dt,
.box2 > dt,
.box3 > dt,
.box4 > dt {
  border-bottom: #286EB4 dotted 2px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-weight: bold;
}
.box1 > dd,
.box2 > dd,
.box3 > dd,
.box4 > dd {
  margin: 10px;
}
.box1 > dd dt,
.box2 > dd dt,
.box3 > dd dt,
.box4 > dd dt {
  color: #286EB4;
  font-weight: bold;
}
.box1 > *:last-child,
.box2 > *:last-child,
.box3 > *:last-child,
.box4 > *:last-child {
  margin-bottom: 0;
}

.box1 ul.list_maru > li::before {
  color: #002F7F;
}

.box2 {
  background: rgba(67, 210, 210, 0.1);
}
.box2 dt {
  border-bottom: #43d2d2 dotted 2px;
}
.box2 ul.list_maru > li::before {
  color: #43d2d2;
}

.box3 {
  background: rgba(222, 91, 152, 0.1);
}
.box3 dt {
  border-color: #DE5B98;
}

.box4 {
  background: #ffddec;
  position: relative;
  padding-top: 40px !important;
}
.box4::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 10px;
  top: 0.5em;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  border-top: dotted 10px #fff;
}
.box4 dt {
  border-color: #DE5B98;
}

@media screen and (min-width: 48em), print {
  .box1 > dt,
  .box2 > dt,
  .box3 > dt,
  .box4 > dt {
    font-size: 18px;
  }
  .box1 > dd dt,
  .box2 > dd dt,
  .box3 > dd dt,
  .box4 > dd dt {
    font-size: 17px;
  }
}
/* リンク -------------------------------------- */
a {
  text-decoration: none;
}

main a {
  border-bottom: 1px solid #DE5B98;
  color: #DE5B98;
}

main a:hover {
  color: #002F7F;
  border-bottom: 1px solid #002F7F;
}

a:hover img {
  opacity: 0.8;
}

a.btn {
  background: #DE5B98;
  border-radius: 3rem;
  color: #fff;
  padding: 1rem 2.7rem;
  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;
  border: #DE5B98 0.3rem solid;
  -webkit-transition: 1s;
  transition: 1s;
  line-height: 1;
}
a.btn:hover {
  border: #DE5B98 0.3rem solid;
  color: #DE5B98 !important;
  background: #fff;
}
a.btn::after {
  content: "2";
  font-family: fontello;
  padding-left: 1rem;
}

a.btn02 {
  background: #438AD2;
  border-radius: 3rem;
  color: #fff !important;
  padding: 1rem 2.7rem;
  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;
  border: #7cb6f1 0.3rem solid;
  -webkit-transition: 1s;
  transition: 1s;
  line-height: 1;
}
a.btn02:hover {
  border: #438AD2 0.3rem solid;
  color: #438AD2 !important;
  background: #fff;
}
a.btn02::after {
  content: "2";
  font-family: fontello;
  padding-left: 1rem;
}

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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 3.125vw;
  width: 100%;
}

body {
  font-family: YakuHanJPs_Noto, "Zen Maru Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #303030;
  font-size: 1.25rem;
  background-color: #fff;
  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;
}

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%; /* ベースを10pxに */
  }
  body {
    min-width: 1200px;
    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: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
  }
  section {
    margin-bottom: 5rem;
  }
  .inner {
    padding: 0;
  }
  main {
    margin-top: 6rem;
  }
  main .wrap {
    width: 110rem;
  }
}
/* header  -------------------------------------- */
header {
  z-index: 100;
}
header > .wrap {
  margin: 0;
}
header .logo {
  padding: 1rem 0;
  background: #002F7F;
}
header .logo img {
  width: 90%;
  margin: auto;
}

.sp_top {
  background: #fff;
  -webkit-box-shadow: 0px 0.3rem 1.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0.3rem 1.5rem rgba(0, 0, 0, 0.2);
}
.sp_top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  margin: 0;
}
.sp_top ul li {
  width: 19.8%;
  margin: 0;
  letter-spacing: normal;
  text-align: center;
  border-right: 0.1rem solid #002F7F;
}
.sp_top ul li:last-child {
  border-right: none;
}
.sp_top ul a,
.sp_top ul button {
  display: inline-block;
  color: #002F7F;
  padding: 1rem 0;
  font-size: 1rem;
  margin: 0 auto;
}
.sp_top ul i {
  font-size: 2rem;
  display: block;
  padding-bottom: 0.2rem;
}
.sp_top.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.pc_right {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_top.fixed + * {
    margin-top: 0 !important;
  }
}
#nav {
  width: 80%;
  padding: 1rem 1rem 0;
  background-color: rgba(255, 255, 255, 0.86);
  position: absolute;
  right: -100vw;
  top: 2.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
  position: fixed;
  max-height: 94%;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
}
#nav a {
  color: #303030;
  text-decoration: none;
}
#nav ul.gnav > li {
  margin: 2.5rem 0;
}
#nav ul.gnav > li a {
  padding: 0 0 0 1.1em;
  display: block;
  position: relative;
  line-height: 1.2;
}
#nav a::before {
  font-family: fontello;
  content: "\e4a2";
  color: #002F7F;
  padding-right: 0.2rem;
  text-align: center;
}
#nav .dropdown > a {
  margin: 1.5rem 0 0;
}
#nav .dropdown > a::before,
#nav .dropdown .subsub::before {
  content: "\e800";
}
#nav .dropdown > a.close::before {
  content: "\e803";
}
#nav .dropdown ul {
  margin-left: 1.5rem;
}
#nav .dropdown ul li {
  margin: 2rem 0 2rem;
}
#nav .dropdown ul li a {
  margin: 0;
}
#nav .dropdown ul li a::before {
  content: "2";
}

body.open #nav {
  right: 10%;
}
body.open .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 47, 127, 0.9);
  z-index: 10;
}

@media screen and (min-width: 48em), print {
  body {
    min-width: 1200px;
  }
  header {
    padding: 0;
    width: 100%;
    min-width: 1200px;
    margin: 0;
    z-index: 10;
    position: relative;
    background: #002F7F;
  }
  header .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    padding: 3.4rem 1rem;
  }
  header .wrap .logo img {
    width: 69rem;
  }
  header .wrap .h_right {
    color: #fff;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 44rem;
  }
  header .wrap .h_right ul {
    width: 28rem;
    margin-bottom: 0;
  }
  header .wrap .h_right ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .wrap .h_right ul li::before {
    content: "\e80b";
    font-family: fontello;
    padding-right: 0.5rem;
    font-size: 1.8rem;
    font-weight: normal;
  }
  header .wrap .h_right ul li.fax::before {
    content: "\f1ac";
  }
  header .wrap .h_right ul li:first-child {
    font-size: 2.8rem;
  }
  header .wrap .h_right ul li:first-child::before {
    padding-left: 0.3rem;
    content: "\e80a";
  }
  header .wrap .h_right ul li:last-of-type {
    margin-bottom: 0;
  }
  .pc_right {
    display: block !important;
    position: fixed;
    right: 0;
    bottom: 2rem;
    z-index: 10;
  }
  .pc_right li:first-child {
    display: inline-block !important;
  }
  .pc_right li:nth-child(2) {
    display: block !important;
  }
  .pc_right li img {
    border-radius: 0 !important;
  }
  #nav {
    padding: 0.5rem 0;
    margin: 0 auto -5.2rem;
    font-weight: normal;
    position: static;
    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;
    min-width: 1200px;
    width: 100%;
    -webkit-box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
  }
  #nav .wrap.flex_LRTB {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #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;
    padding: 0.8rem 1rem;
    max-width: none;
    width: 110rem;
    line-height: 1;
    margin: 0.5rem auto;
    letter-spacing: normal;
    z-index: 1;
  }
  #nav ul.gnav > li {
    margin: 0;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #nav ul.gnav > li::before {
    color: #f9b2d3;
    content: "\f111";
    font-family: fontello;
    padding-right: 0.3rem;
  }
  #nav ul.gnav > li > a {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    position: relative;
    margin: 0;
    width: 100%;
    height: 100%;
    line-height: 1;
  }
  #nav ul.gnav > li > a::before {
    position: absolute;
    bottom: -0.5rem;
    top: auto;
    left: 20%;
    content: "";
    width: 60%;
    height: 0.3rem;
    background: #C25588;
    -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);
    content: "" !important;
  }
  #nav ul.gnav > li.dropdown {
    padding: 0;
    margin: 0;
  }
  #nav ul.gnav > li.dropdown > a {
    position: relative;
    margin: 0;
  }
  #nav ul.gnav > li.dropdown > a::after {
    font-family: fontello;
    content: "4";
    padding-left: 1rem;
  }
  #nav ul.gnav > li.dropdown > a.close::after {
    content: "3";
  }
  #nav ul.gnav > li.dropdown .subnav {
    display: none;
    position: absolute;
    padding: 0 0;
    margin: 0;
    z-index: 100;
    top: 2.5rem;
    background: rgba(0, 47, 127, 0.8);
    text-align: center;
    overflow: hidden;
    width: 18rem;
    text-align: left;
  }
  #nav ul.gnav > li.dropdown .subnav ul {
    margin: 0;
  }
  #nav ul.gnav > li.dropdown .subnav ul li {
    margin: 0;
    padding: 0;
    border-bottom: 0.1rem solid #fff;
  }
  #nav ul.gnav > li.dropdown .subnav ul li > a {
    padding: 1rem 0 1rem 1rem;
    color: #fff;
    margin: 0;
    line-height: 1;
    letter-spacing: normal;
  }
  #nav ul.gnav > li.dropdown .subnav ul li > a::before {
    content: "・";
    color: #fff;
  }
  #nav ul.gnav > li.dropdown .subnav ul li > a:hover {
    color: #002F7F;
    background: rgba(255, 255, 255, 0.8);
  }
  #nav ul.gnav > li.dropdown .subnav ul li > a:hover::before {
    color: #002F7F;
  }
  #nav ul.gnav > li.dropdown .subnav ul li:last-child {
    border-bottom: none;
  }
  #nav.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  #nav.fixed + * {
    margin-top: 7rem !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 {
  margin: 0 0;
  padding: 0 0 4rem 0;
  line-height: 1.4;
  position: relative;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#cfefff), color-stop(50%, var(--unnamed-color-ffffff))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #cfefff 0%, var(--unnamed-color-ffffff) 50%) 0% 0% no-repeat padding-box;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#cfefff), color-stop(50%, #ffffff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #cfefff 0%, #ffffff 50%) 0% 0% no-repeat padding-box;
}
#overview::before {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#e4f6ff), to(var(--unnamed-color-ffffff))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #e4f6ff 0%, var(--unnamed-color-ffffff) 100%) 0% 0% no-repeat padding-box;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#e4f6ff), to(#ffffff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #e4f6ff 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 3rem;
  display: block;
  content: "";
}
#overview .logo {
  margin-bottom: 2rem;
}
#overview .logo img {
  width: 23rem;
  display: block;
  margin: 0 auto;
}
#overview .overviewL {
  max-width: 37rem;
  margin: 0 auto 2rem;
}

.dl_overview {
  margin-bottom: 0;
  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;
}
.dl_overview > dt {
  background: #002F7F;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 0.2rem 0;
  border-radius: 0.3rem;
}
.dl_overview > dd {
  margin: 1rem 0;
}
.dl_overview > dd span {
  display: block;
}
.dl_overview > dd a {
  color: #C25588;
}
.dl_overview > dd .list_doctorInfo {
  border-left: 0.2rem solid #b1b1b1;
  margin: 1rem 0 0;
  padding-left: 1rem;
}
.dl_overview > dd .list_access li {
  border-left: 0.2rem solid #286eb4;
  margin: 1rem 0 0;
  padding-left: 1rem;
}
.dl_overview > dd .list_access li span {
  color: #286eb4;
}
.dl_overview > dd .list_access li:last-child {
  border-color: #c25588;
}
.dl_overview > dd .list_access li:last-child span {
  color: #c25588;
}

.gmap {
  height: 29rem;
}
.gmap + .btn {
  background: #4e8dcb;
  border: 0.3rem solid #7cb6f1;
  display: block;
  width: 25rem;
  margin: 1rem auto;
}
.gmap + .btn::after {
  content: "\e818";
}

@media screen and (min-width: 48em), print {
  #overview {
    margin: 0;
    padding-bottom: 10rem;
    background: url(../img/bg_bottom.png) no-repeat center bottom;
  }
  #overview::before {
    height: 9rem;
  }
  #overview .logo {
    width: 100%;
    padding-bottom: 1rem;
    margin: 0 auto 3rem;
    background: url(../img/orn_bubbleB.png) center bottom no-repeat;
  }
  #overview .logo a, #overview .logo img {
    width: 40rem;
    display: block;
    margin: 0 auto;
  }
  #overview .wrap {
    padding: 5rem 4rem 4rem;
  }
  #overview .wrap > .flex_LRTB {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0 auto;
    padding: 0 1rem;
  }
  #overview .overviewL {
    width: 50rem;
    max-width: none;
    margin: 0;
  }
  #overview .overviewR {
    width: 53rem;
  }
  .dl_overview > dt {
    width: 9rem;
  }
  .dl_overview > dd {
    width: calc(100% - 10rem);
    margin: 0 0 1.8rem 1rem;
    padding: 0.2rem 0 0;
  }
  .gmap {
    margin: 2rem 0;
    height: 47.5rem;
  }
  .gmap + a.btn:hover {
    border-color: #002F7F;
    color: #002F7F !important;
  }
}
/* 診療時間表 -------------------------------------- */
.tbl_time {
  width: 100%;
  text-align: center;
  border-spacing: 0;
  border-collapse: separate;
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
  font-size: 1.2rem;
}
.tbl_time caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0;
  line-height: 1.4;
}
.tbl_time caption .kome {
  padding-left: 1.1em;
  position: relative;
  display: inline-block;
}
.tbl_time caption .kome::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.tbl_time thead th {
  background: #002F7F;
  padding: 0.7rem 0;
  font-weight: normal;
  color: #fff;
  border-left: 0.1rem solid #fff;
}
.tbl_time thead th:first-child {
  border-left: none;
}
.tbl_time tbody {
  background: #fff;
}
.tbl_time tbody tr:first-child th,
.tbl_time tbody tr:first-child td {
  border-bottom: 0.1rem solid #4e8dcb;
}
.tbl_time tbody th,
.tbl_time tbody td {
  padding: 0.7rem 0;
  vertical-align: middle;
}
.tbl_time tbody th {
  font-weight: normal;
}
.tbl_time tbody td {
  width: 2em;
  font-weight: bold;
  border-left: 0.1rem solid #4e8dcb;
}
.tbl_time tbody td:last-child {
  width: 3em;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    font-size: 1.6rem;
  }
  .tbl_time caption {
    margin-top: 1rem;
  }
  .tbl_time caption dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tbl_time caption dl dt {
    width: 6em;
  }
  .tbl_time caption dl dd {
    width: calc(100% - 6em);
  }
  .tbl_time thead th {
    padding: 0.8rem 0;
  }
  .tbl_time tbody th {
    padding: 0.8rem 0;
    width: 14.5rem;
    line-height: 1.2;
  }
  .tbl_time tbody td {
    padding: 0.8rem 0;
    width: 3em;
  }
}
/* ページトップ -------------------------------------- */
#pageup {
  width: 3rem;
  height: 3rem;
  position: fixed;
  bottom: -15rem;
  right: 1rem;
}
#pageup.block {
  bottom: 3rem;
}

@media screen and (min-width: 48em), print {
  #pageup {
    width: 6rem;
    height: 6rem;
    right: 8rem;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    border-radius: 50%;
    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;
    color: #fff;
    background: #286EB4;
    font-size: 4rem;
    padding-bottom: 0.4rem;
  }
  #pageup.block {
    bottom: 4rem;
  }
}
/* footer -------------------------------------- */
footer .wrap {
  display: none;
}
footer br {
  display: none;
}

address {
  padding: 0.8rem 0;
  font-style: normal;
  font-size: 1rem;
  text-align: center;
  background: #002F7F;
}
address a {
  color: #fff;
}

@media screen and (min-width: 48em), print {
  footer {
    display: block;
    padding: 0;
    margin: 0 auto 0;
    background: #002F7F;
    font-size: 1.6rem;
  }
  footer .wrap {
    display: block;
    padding: 3.5rem 0 2.5rem;
  }
  footer .wrap > ul {
    margin: 0 auto;
    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;
  }
  footer .wrap > ul > li {
    padding: 0 2rem;
    margin: 0 0 1.5rem;
    text-align: center;
    border-left: 0.1rem solid #fff;
  }
  footer .wrap > ul > li a {
    color: #fff;
    padding: 0;
  }
  footer .wrap > ul > li.dropdown {
    display: none;
  }
  footer .wrap > ul > li:first-child {
    border-left: none;
  }
  address {
    margin: 0;
    padding: 1.5rem 0;
    font-size: 1.4rem;
  }
}
.img_map {
  border: 0.1rem solid #ccc;
}

@media print {
  body {
    zoom: 0.92;
    -webkit-print-color-adjust: exact;
  }
  .pc_right, #pageup {
    display: none !important;
  }
  #nav.fixed {
    position: inherit;
  }
}
/* /_common.scss　出力ここまで */
/* _top.scss　出力 */
#TopPage .sp_top.fixed + * + #kv {
  margin-top: 5.1rem !important;
}
#TopPage #kv {
  background-size: auto 20rem;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
  position: relative;
  width: 100%;
  font-weight: bold;
  font-size: 1.5rem;
  padding-top: 10rem;
}
#TopPage #kv .kv_open {
  width: 10rem;
  margin: 0 1rem -2rem auto;
}
#TopPage #kv .kv_point {
  margin-top: 2rem;
}
#TopPage #kv .kv_point li {
  background: url(../img/kv_bg.png) no-repeat left;
  padding-left: 1.2rem;
  background-size: 1rem auto;
}
#TopPage #kv .kv_point span {
  color: #002F7F;
}
#TopPage #kv .kv_catch {
  padding: 1rem 0;
  background: url(../img/kv_catch.png) no-repeat center top #fff;
  background-size: contain;
  line-height: 1.4;
}
#TopPage #kv .kv_catch .catch_wrap {
  display: block;
}
#TopPage #kv .kv_catch::after {
  content: "";
  width: 100%;
  height: 3rem;
  background: url(../img/orn_sakura.png) no-repeat center;
  background-size: contain;
  margin-top: 0.3rem;
  display: block;
}
#TopPage .pc_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
#TopPage .pc_right li:first-child {
  display: none;
}
#TopPage .pc_right li:nth-child(2) {
  display: none;
}
#TopPage .pc_right li img {
  border-radius: 1rem;
}
#TopPage main {
  margin: 0 0;
}
#TopPage main section {
  margin-bottom: 0;
}
#TopPage h2 {
  font-size: 1.9rem;
  margin: 0 0 1rem;
  text-align: center;
  font-weight: normal;
  color: #286EB4;
}
#TopPage #news h2,
#TopPage #treatment h2,
#TopPage #feature h2 {
  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;
}
#TopPage #news h2::before,
#TopPage #treatment h2::before,
#TopPage #feature h2::before {
  content: "";
  background: url(../img/h2.png) no-repeat left top;
  background-size: contain;
  width: 3rem;
  height: 5rem;
  display: block;
}
#TopPage #time {
  padding: 3rem 0 0;
}
#TopPage #time h2 {
  background: url(../img/h2_time.png) no-repeat center;
  background-size: contain;
  padding: 2.7rem 0;
  margin: 0 auto 2rem;
}
#TopPage #time section {
  background: #dbf3ff;
  -webkit-box-shadow: inset 0px 0px 20px #ffffff;
          box-shadow: inset 0px 0px 20px #ffffff;
  border-radius: 1rem;
  padding: 2rem 1rem;
}
#TopPage #news {
  padding: 6rem 0 3rem;
  background: url(../img/bg_index.jpg) top center no-repeat;
}
#TopPage #news dl {
  padding: 0 1.5rem 0.5rem 0.5rem;
  max-height: 22rem;
  overflow-x: auto;
}
#TopPage #news dl dt {
  color: #002F7F;
  position: relative;
  padding: 1rem 0 0 1.15em;
  font-weight: bold;
  font-size: 112.5%;
}
#TopPage #news dl dt::before {
  content: "\e800";
  font-family: fontello;
  position: absolute;
  top: 1rem;
  left: 0;
  color: #e88ab6;
}
#TopPage #news dl dt.close::before {
  content: "\e803";
}
#TopPage #news dl dt:first-child {
  border-top: none;
}
#TopPage #news dl dt span {
  font-weight: normal;
  color: #6a6a6a;
  font-family: "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Zen Maru Gothic", Meiryo, sans-serif;
  font-size: 88.5%;
  display: inline-block;
  padding-left: 0.5rem;
}
#TopPage #news dl dd {
  display: none;
}
#TopPage #news dl {
  /*  dd:not(:nth-of-type(-n + 3)) {
        display: none;
    }*/
}
#TopPage #news .new {
  display: none;
}
#TopPage .top_ft {
  background: url(../img/bg_index.jpg) no-repeat bottom center;
}
#TopPage #feature {
  padding: 0;
}
#TopPage #feature::before {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#e4f6ff), to(var(--unnamed-color-ffffff))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #e4f6ff 0%, var(--unnamed-color-ffffff) 100%) 0% 0% no-repeat padding-box;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#e4f6ff), to(#ffffff)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #e4f6ff 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 3rem;
  display: block;
  content: "";
}
#TopPage #feature ul {
  width: 27rem;
  margin: auto;
}
#TopPage #feature li {
  margin: 0 0 4rem;
}
#TopPage #feature figure {
  background: url(../img/feature_bg.png) no-repeat center top;
  background-size: 100% 100%;
  padding: 2rem 0.5rem 0.5rem;
}
#TopPage #feature figcaption {
  height: 8rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 120%;
}
#TopPage #feature p {
  padding: 1.3rem;
}
#TopPage #treatment {
  padding-bottom: 3rem;
}
#TopPage #treatment::before {
  display: block;
  width: 100%;
  height: 5rem;
  background: url(../img/orn_bubbleW.png) no-repeat center center;
  background-size: contain;
  content: "";
}
#TopPage #treatment .wrap {
  background: #fff;
  -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 1rem;
}
#TopPage #treatment h3 {
  width: 80%;
  margin: 0 auto 1rem;
}
#TopPage #treatment hr {
  border-top: 4px dotted #74caf3;
  margin: 2rem 0;
}
#TopPage #treatment ul.flex_LRTB li dt {
  position: relative;
  margin-bottom: 2rem;
}
#TopPage #treatment ul.flex_LRTB li dt > a {
  position: absolute;
  bottom: 2rem;
  width: 7rem;
  border: none;
}
#TopPage #treatment ul.flex_LRTB li dt figure {
  text-align: center;
}
#TopPage #treatment ul.flex_LRTB li dt figure img {
  border-radius: 2rem;
  display: block;
  margin: 0 auto 1rem;
}
#TopPage #treatment ul.flex_LRTB li dt figure figcaption {
  display: inline-block;
  font-size: 150%;
  margin: 1rem auto;
}
#TopPage #treatment ul.flex_LRTB li:first-child dt > a {
  left: 0;
}
#TopPage #treatment ul.flex_LRTB li:first-child dt figure {
  color: #002F7F;
}
#TopPage #treatment ul.flex_LRTB li:first-child dt figure img {
  -webkit-box-shadow: 12px 12px 0px #dcf3ff;
          box-shadow: 12px 12px 0px #dcf3ff;
}
#TopPage #treatment ul.flex_LRTB li:nth-child(2) dt > a {
  right: 0;
}
#TopPage #treatment ul.flex_LRTB li:nth-child(2) dt figure {
  color: #C25588;
}
#TopPage #treatment ul.flex_LRTB li:nth-child(2) dt figure img {
  -webkit-box-shadow: -12px 12px 0px #ffe3f0;
          box-shadow: -12px 12px 0px #ffe3f0;
}
#TopPage #treatment ul.menu {
  width: 80%;
  margin: auto;
}
#TopPage #treatment ul.menu li {
  margin-bottom: 1.4rem;
}
#TopPage #treatment ul.menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #002F7F;
  color: #fff;
  position: relative;
  border-radius: 3rem;
  padding: 0 2.5rem;
  height: 6.3rem;
  font-size: 1.5rem;
  border: 3px solid #2889E9;
}
#TopPage #treatment ul.menu li a::before {
  font-family: fontello;
  content: "\e812";
  color: #438AD2;
  font-size: 2.5rem;
  padding-right: 1rem;
}
#TopPage #treatment ul.menu li a::after {
  font-family: fontello;
  content: "2";
  position: absolute;
  right: 2rem;
}
#TopPage #treatment ul.menu li:nth-child(2), #TopPage #treatment ul.menu li:nth-child(3) {
  display: none;
}
#TopPage #treatment ul.menu li:nth-child(4) a::before {
  content: "\e813";
}
#TopPage #treatment ul.menu li:nth-child(5) a::before {
  content: "\e814";
}
#TopPage #treatment ul.menu li:nth-child(6) a::before {
  content: "\e815";
}
#TopPage #treatment ul.menu li:nth-child(7) a::before {
  content: "\e816";
}
#TopPage #treatment ul.menu li:nth-child(8) a::before {
  content: "\e817";
}
#TopPage #treatment ul.menu li:nth-child(7) a::before {
  content: "\e818";
}
#TopPage #treatment ul.menu li:nth-child(7) a::before {
  content: "\e817";
}

@media screen and (min-width: 48em), print {
  #TopPage .sp_top.fixed + * + #kv {
    margin-top: 0 !important;
  }
  #TopPage #kv {
    margin: 0 auto 2.5rem;
    width: 100%;
    background-size: auto 77.2rem;
    background-position: top center;
    margin: 0 auto;
    padding: 0;
  }
  #TopPage #kv .wrap {
    padding: 34rem 1rem 0;
    height: 80rem;
    display: block;
    position: relative;
  }
  #TopPage #kv .kv_text {
    display: block;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 1;
  }
  #TopPage #kv .kv_open {
    position: absolute;
    top: 18rem;
    right: 8rem;
    width: auto;
  }
  #TopPage #kv .kv_point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: -2rem 0 0;
  }
  #TopPage #kv .kv_point li {
    width: 32.1rem;
    height: 21.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6rem 4rem;
    background-size: contain;
    font-size: 2.6rem;
    color: #fff;
  }
  #TopPage #kv .kv_point li span {
    color: #F6F8A8;
  }
  #TopPage #kv .kv_catch {
    font-size: 3.2rem;
  }
  #TopPage #kv .kv_catch .catch_wrap {
    display: inline-block;
    margin-right: 0.25em;
  }
  #TopPage #kv .kv_catch::after {
    height: 4.5rem;
    width: 100%;
    margin-top: 1rem;
  }
  #TopPage main {
    padding: 0;
  }
  #TopPage main .wrap {
    margin: 0 auto;
  }
  #TopPage main h2 {
    font-size: 3.3rem;
  }
  #TopPage main #news h2, #TopPage main #treatment h2, #TopPage main #feature h2 {
    margin: 0;
  }
  #TopPage main #news h2::before, #TopPage main #treatment h2::before, #TopPage main #feature h2::before {
    margin-right: 1rem;
    width: 9rem;
    height: 15rem;
  }
  #TopPage main #time {
    padding: 2rem 0;
  }
  #TopPage main #time .flex_LRTB {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.5rem 5rem;
  }
  #TopPage main #time h2 {
    width: 28.4rem;
    margin-left: 5rem;
    background-size: auto;
    height: 18.8rem;
    display: -ms-grid;
    display: grid;
    place-items: center;
    line-height: 1;
  }
  #TopPage main #time .inner {
    width: 56rem;
  }
  #TopPage main #news .inner.wrap {
    padding: 8rem 8rem 7rem;
    margin-top: -6.5rem;
    z-index: 2;
  }
  #TopPage main #feature::before {
    height: 9rem;
  }
  #TopPage main #feature ul {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #TopPage main #feature ul li {
    width: 33.3rem;
  }
  #TopPage main #feature ul li figure {
    height: 36.5rem;
    padding: 5.3rem 1rem 0.5rem;
  }
  #TopPage main #feature ul li figcaption {
    height: 6.5rem;
    margin-bottom: 1.5rem;
  }
  #TopPage main #feature ul li p {
    width: 30.6rem;
  }
  #TopPage main #treatment {
    padding-bottom: 10rem;
  }
  #TopPage main #treatment .wrap {
    padding: 5rem 4.4rem;
  }
  #TopPage main #treatment .inner.flex_LRTB h3 {
    width: 34rem;
    margin: 5rem 6rem 0 0;
  }
  #TopPage main #treatment .inner.flex_LRTB ul {
    min-width: 28rem;
  }
  #TopPage main #treatment hr {
    margin: 4rem 0 6rem 0;
  }
  #TopPage main #treatment ul.flex_LRTB {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-bottom: 5rem;
  }
  #TopPage main #treatment ul.flex_LRTB li {
    width: 29.5rem;
  }
  #TopPage main #treatment ul.flex_LRTB li dt > a {
    width: auto;
  }
  #TopPage main #treatment ul.flex_LRTB li dt > a:hover img {
    -webkit-filter: saturate(500%);
            filter: saturate(500%);
  }
  #TopPage main #treatment ul.flex_LRTB li:first-child dt > a {
    left: -7rem;
    bottom: -1rem;
  }
  #TopPage main #treatment ul.flex_LRTB li:last-child dt > a {
    right: -7rem;
    bottom: -1rem;
  }
  #TopPage main #treatment ul.menu {
    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;
    width: 100%;
    gap: 1.6rem;
  }
  #TopPage main #treatment ul.menu li {
    width: 30rem;
  }
  #TopPage main #treatment ul.menu li a {
    font-size: 2rem;
    padding: 0 3rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #TopPage main #treatment ul.menu li a::before {
    font-size: 4.3rem;
    padding-right: 2rem;
  }
  #TopPage main #treatment ul.menu li a:hover {
    background: #fff;
    color: #002F7F;
  }
}
.credit {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding-left: 0;
}
.credit li {
  width: calc((100% - 50px) / 6);
  margin: 0;
  list-style: none;
  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: 48px;
  text-align: center;
}
.credit li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/* /_top.scss　出力ここまで */
/* _lower.scss　出力 */
#lower .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5rem 1rem;
}
#lower .breadcrumb li a {
  color: #303030;
  border: none;
}
#lower .breadcrumb li:first-child::after {
  content: "＞";
  padding: 0 1rem;
}
#lower .breadcrumb + .inner {
  margin-top: 3rem;
}
#lower main {
  margin-top: 1rem;
  position: relative;
  background: url(../img/bg_lower.jpg) no-repeat center top #e4f6ff;
  background-size: 150% auto;
  padding: 0 0 7rem;
}
#lower main section {
  margin: 0 auto 4rem;
  padding: 0;
}
#lower main .wrap {
  background: #fff;
  padding: 2rem 1rem;
  border-radius: 1rem;
  z-index: 1;
  -webkit-box-shadow: 0px 0.3rem 1.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0.3rem 1.5rem rgba(0, 0, 0, 0.2);
}
#lower h2,
#lower h3,
#lower h4,
#lower h5,
#lower h6 {
  font-weight: normal;
}
#lower h1 {
  background: url(../img/h1.jpg) no-repeat center;
  background-size: auto 100%;
  margin: 0 0 1rem;
  font-size: 2rem;
  text-align: center;
  line-height: 1.2;
  padding: 3rem 1rem 5rem;
  color: #002F7F;
}
#lower h2 {
  font-size: 1.9rem;
  margin: 0 0 2rem;
  padding: 2.3rem 0 0.5rem;
  font-weight: normal;
  color: #286EB4;
  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;
}
#lower h2::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 4rem;
  background: url(../img/h2.png) no-repeat top center;
  background-size: 3rem auto;
  margin-right: 0.5rem;
}
#lower h2 span {
  max-width: calc(100% - 3.5rem);
}
#lower h3 {
  margin: 4rem 0 2rem;
  color: #fff;
  font-size: 1.8rem;
  background: #002F7F;
  line-height: 1.35;
  padding: 0.5rem 0.5rem;
  border-radius: 0.4rem;
}
#lower h4 {
  margin: 3.5rem 0 2rem;
  font-size: 1.6rem;
  color: #C25588;
  background: #FFDBEC;
  line-height: 1.35;
  padding: 0.5rem 0.5rem;
  border-radius: 0.4rem;
}
#lower h5 {
  margin: 3rem 0 2rem;
  font-size: 1.4rem;
  border-bottom: 0.2rem dotted #286EB4;
  line-height: 1.35;
  padding: 0 0.2rem 0.2rem;
  color: #286EB4;
}
#lower {
  /* main   -------------------------------------- */
}
#lower main {
  display: block;
}
#lower main p {
  margin: 0 0 1em;
  line-height: 1.6;
  text-align: justify;
}
#lower main li,
#lower main dl {
  line-height: 1.6;
}
#lower main .tbl_scr {
  margin: 0 auto;
  overflow-x: scroll;
}
#lower main .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 main .tbl_def thead {
  background: #286EB4;
  color: #fff;
}
#lower main .tbl_def thead th {
  padding: 1% 1% 0.8% 1%;
  border: 1px solid #fff;
}
#lower main .tbl_def tbody th {
  background: #d7f2fe;
}
#lower main .tbl_def tbody td {
  background: #fff;
}
#lower main .tbl_def tbody th,
#lower main .tbl_def tbody td {
  padding: 1% 1% 0.8% 1%;
  border: 1px solid #ccc;
}
#lower main .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 main .tbl_price tr {
  border-bottom: 1px solid #ccc;
}
#lower main .tbl_price tr th {
  text-align: left;
  color: #663300;
  font-size: 94%;
  padding: 1% 0% 0.8% 2%;
}
#lower main .tbl_price tr td {
  padding: 1% 2% 0.8% 2%;
  border-left: 1px solid #ccc;
}
#lower main .tbl_price tr td:last-child {
  text-align: right;
}
#lower .sp_top.fixed + * {
  margin-top: 5.1rem !important;
}

@media screen and (min-width: 48em), print {
  #lower main .tbl_scr {
    overflow-x: hidden;
  }
  #lower .breadcrumb {
    margin: 2rem auto 6.5rem;
    width: 1200px;
    position: absolute;
    top: -12rem;
    left: 0;
    right: 0;
  }
  #lower main {
    padding-bottom: 10rem;
    min-height: 80rem;
  }
  #lower main > .wrap {
    background: rgba(255, 255, 255, 0.6);
    padding: 5rem 5rem 5rem;
  }
  #lower main > .wrap > section {
    margin: -9rem auto 11rem;
    padding-top: 6rem;
  }
  #lower main > .wrap > section .inner + section,
  #lower main > .wrap > section .inner + .flex_LRTB.half {
    padding-top: 5rem;
  }
  #lower main > .wrap > section > section {
    margin: 0 auto 9rem;
  }
  #lower main > .wrap > section > section .inner + section {
    padding-top: 7rem;
  }
  #lower main > .wrap > section > section > section {
    margin: 0 auto 8rem;
  }
  #lower main > .wrap > section > section > section > section {
    margin: 0 auto 7rem;
  }
  #lower main > .wrap > section h3 + section {
    padding-top: 2rem;
  }
  #lower h1 {
    font-size: 3rem;
    margin: 0 auto;
    line-height: 1;
    height: 39.5rem;
    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;
    background-size: auto;
    z-index: -1;
    position: relative;
  }
  #lower h1 span {
    width: 1200px;
    padding: 0 1rem;
    text-align: center;
    display: block;
  }
  #lower h2 {
    font-size: 3.3rem;
    margin-bottom: 3.5rem;
  }
  #lower h2::before {
    width: 9rem;
    height: 11.6rem;
    background-size: auto;
    margin-right: 1rem;
  }
  #lower h3 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
    padding: 0.6rem 0.8rem;
  }
  #lower h4 {
    font-size: 2rem;
    margin: 0 0 3rem;
    padding: 0.5rem 0.8rem;
  }
  #lower h5 {
    font-size: 1.8rem;
    margin: 0 0 2.5rem;
    padding: 0.8rem 2rem;
  }
  #lower .sp_top.fixed + * {
    margin-top: 0 !important;
  }
}
#lower #selfpay #ed .tbl_def {
  width: 90rem;
}
#lower #selfpay #ed .tbl_def tbody tr:first-child th {
  width: 12rem;
}
#lower #selfpay #ed .tbl_def tbody tr:first-child td {
  width: 26rem;
}
#lower #selfpay #aga .tbl_def {
  width: 60rem;
}
#lower #selfpay #aga .tbl_def tbody tr:first-child th {
  width: 8rem;
}
#lower #selfpay #aga .tbl_def tbody tr:first-child td {
  width: 26rem;
}
#lower #examination ol.list_num.flex_LRTB li {
  width: auto;
}

@media screen and (min-width: 48em), print {
  #lower #selfpay #ed .tbl_def {
    width: 100%;
  }
  #lower #selfpay #ed .tbl_def tbody tr:first-child th {
    width: 15rem;
  }
  #lower #selfpay #ed .tbl_def tbody tr:first-child td {
    width: 28.3333333333rem;
  }
  #lower #selfpay #aga .tbl_def {
    width: 100%;
  }
  #lower #selfpay #aga .tbl_def tbody tr:first-child th {
    width: 15rem;
  }
  #lower #selfpay #aga .tbl_def tbody tr:first-child td {
    width: 42.5rem;
  }
  #lower #access .inner.flex_LRTB > img {
    width: 40rem;
  }
  #lower #access .inner.flex_LRTB .img_c {
    margin: 0;
  }
  #lower #access .inner.flex_LRTB .flex_LRTB.half {
    gap: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 2rem;
  }
  #lower #examination .box1 ol.list_num.flex_LRTB, #lower #selfpay .box1 ol.list_num.flex_LRTB {
    gap: 1rem 2rem;
  }
  #lower #examination .box1 ol.list_num.flex_LRTB li, #lower #selfpay .box1 ol.list_num.flex_LRTB li {
    margin-bottom: 0;
  }
  #lower #examination .dl_tbl, #lower #selfpay .dl_tbl {
    margin: 0 auto 2rem;
  }
  #lower #examination .dl_tbl dt, #lower #selfpay .dl_tbl dt {
    width: 70%;
  }
  #lower #examination .dl_tbl dd, #lower #selfpay .dl_tbl dd {
    width: 30%;
    text-align: right;
  }
  #lower #examination .dl_tbl + .list_kome, #lower #selfpay .dl_tbl + .list_kome {
    text-align: center;
  }
}
#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;
  }
  .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: #002F7F;
  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 #002F7F;
}

@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: #002F7F;
  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 #002F7F;
  }
  .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: #002F7F;
    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: #002F7F;
}

.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 */