@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);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

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

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

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

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

/* Set core root defaults */
/* 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: linear-gradient(transparent 60%, #fff38b 60%);
}

.font_s {
  font-size: smaller;
}

.font_l {
  font-size: larger;
}

.fc_orange {
  color: #FC9839 !important;
}

.fc_green {
  color: #1FA091 !important;
}

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

.fc_blue {
  color: #2a60eb !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 2rem;
  }
  .img_r {
    float: right;
    margin: 0 2rem 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 {
  flex-direction: column;
}

@media screen and (min-width: 48em), print {
  /* PCで左→右に配置／SPで上→下に配置 */
  .flex_LRTB {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
  }
  .flex_LRTB.half {
    justify-content: space-between;
    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 {
    justify-content: center;
  }
  .flex_LRTB.fwrap,
.flex_RLTB.fwrap {
    flex-wrap: wrap;
  }
  /* PCで右→左に配置／SPで上→下に配置 */
  .flex_RLTB {
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
  }
  .flex_RLTB.half {
    justify-content: space-between;
    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: #4B484D;
  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: #1FA091;
}

/*　● インライン -------------------------------------- */
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;
}

/* 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: #1FA091;
}
ul.list_lnk a {
  color: #1FA091;
}

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

@media screen and (min-width: 48em), print {
  ul.list_pl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  ul.list_pl li {
    width: 33%;
  }
  ul.list_pl li a {
    background: rgba(252, 152, 57, 0.2);
    display: block;
    border: #FC9839 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: "\e800";
  margin-left: -1.1em;
  margin-right: 0.1em;
  color: #1FA091;
}

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

/* 流れ図 -------------------------------------- */
ol.list_flow {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol.list_flow > li {
  border: 5px solid #1FA091;
  border-radius: 10px;
  margin-bottom: 35px;
  padding: 0.5rem 1rem 1rem;
  position: relative;
}
ol.list_flow > li p.ttl {
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 0.5rem;
}
ol.list_flow > li p.ttl::first-letter {
  color: #1FA091;
  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: #1FA091;
  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;
  }
  ol.list_flow > li 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: flex;
    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: #1FA091;
  margin: 0 0 1rem;
  font-size: 110%;
}
.dl_sim > dt span {
  display: inline-block;
  background: #1FA091;
  color: #fff;
  font-size: 150%;
  width: 16rem;
  border-radius: 0.5rem;
  padding: 0.2rem;
  text-align: center;
}
.dl_sim > dd {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 48em), print {
  .dl_sim > dt {
    margin: 0 2rem 2rem;
  }
  .dl_sim > dd {
    margin-bottom: 2.5rem;
  }
}
/* dtに二重線 -------------------------------------- */
.dl_def {
  margin: 2rem auto;
}
.dl_def > dt {
  font-weight: bold;
  border-bottom: double 3px #1FA091;
  margin-bottom: 0.7rem;
  font-size: 110%;
}
.dl_def > dd {
  margin-bottom: 1.5rem;
}
.dl_def > dd ul.list_maru li::before {
  color: #FC9839;
}

.dl_flow {
  display: flex;
  flex-wrap: wrap;
  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;
  padding: 0.5rem;
}

@media screen and (min-width: 48em), print {
  .dl_flow dt,
.dl_flow dd {
    padding: 1rem;
  }
}
/* テーブルもどき -------------------------------------- */
.dl_tbl {
  border: #FC9839 solid 1px;
  margin-bottom: 0.5rem;
}
.dl_tbl > dt {
  font-weight: bold;
  background: #FC9839;
  padding: 0.5rem 1rem;
}
.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: flex;
    flex-wrap: wrap;
  }
  .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: #FC9839 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: #FC9839;
  border-radius: 0.5rem;
}
.box1 > dt,
.box2 > dt,
.box3 > dt {
  border-bottom: #1FA091 dotted 2px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-weight: bold;
}
.box1 > dd,
.box2 > dd,
.box3 > dd {
  margin: 10px;
}
.box1 > dd dt,
.box2 > dd dt,
.box3 > dd dt {
  color: #FC9839;
  font-weight: bold;
}
.box1 > *:last-child,
.box2 > *:last-child,
.box3 > *:last-child {
  margin-bottom: 0;
}

.box2 {
  background: #FEFDEF;
}
.box2 dt {
  border-bottom: #e6f2a7 dotted 2px;
}
.box2 ul.list_maru > li::before {
  color: #e6f2a7;
}

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

@media screen and (min-width: 48em), print {
  .box1 > dt,
.box2 > dt {
    font-size: 18px;
  }
  .box1 > dd dt,
.box2 > dd dt {
    font-size: 17px;
  }
}
/* table SP時横スクロール -------------------------------------- */
.tbl_scroll {
  overflow-x: scroll;
}

@media screen and (min-width: 48em), print {
  .tbl_scroll {
    overflow-x: inherit;
  }
}
/* リンク -------------------------------------- */
a {
  text-decoration: none;
}

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

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

a:hover img {
  opacity: 0.8;
}

a.btn {
  border-radius: 3rem;
  background: #fff;
  color: #1FA091;
  padding: 1rem 4rem;
  text-align: center;
  margin: 5px auto;
  width: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: #1FA091 0.1rem solid;
  transition: background 1s, color 1s;
  line-height: 1;
  position: relative;
}
a.btn:hover {
  border: #1FA091 0.1rem solid;
  background: #1FA091;
  color: #fff;
}
a.btn::after {
  content: "\f006";
  font-family: fontello;
  position: absolute;
  right: 1rem;
}

@media screen and (min-width: 48em), print {
  a.btn {
    padding: 1.5rem 6rem;
  }
}
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;
}

* {
  box-sizing: border-box;
}

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

/*body {
    font-family: $fontBace;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: $clrFont;
    font-size: $textSP;
    background-color: $clrBg;
    line-height: 1;
    margin: 0;
    padding: 0;
    letter-spacing: 0.08em;
    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に */
    min-width: 1060px;
  }
  body {
    min-width: 1060px;
    font-size: 1.2rem;
  }
} /* 全体の横幅設定  --------------------------------------

main {
    line-height: 1.4;
}


@include pc {


    main {
    }
} */
/* header  -------------------------------------- */
header {
  z-index: 100;
  padding: 0;
}
header h1 {
  font-weight: normal;
  margin: 0;
  font-size: xx-small;
}
header .logo {
  width: calc(100% - 6rem);
  padding: 1rem 0 1rem 1.5rem;
}
header .logo img {
  width: 25rem;
}
header .logo ul {
  margin: 0;
}
header .logo ul li {
  margin: 0;
}
header .logo ul li:last-child {
  text-align: center;
}
header .logo ul li:last-child span {
  display: block;
  color: #1FA091;
}

/* ハンバーガーメニュー  -------------------------------------- */
.js-btn {
  margin: 0;
  padding: 1.5rem 0.5rem 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  top: 0;
  right: 1rem;
  /* ボタンの大きさ  */
  width: 5rem;
  height: 5.1rem;
  /* 最前面に */
  z-index: 100;
  background-color: #1FA091;
  border: none;
  position: fixed;
}

.btn-txt {
  display: block;
  text-align: center;
  width: 100%;
  padding-top: 1.2rem;
  font-size: 1.2rem;
  color: #fff;
}

/***** 真ん中のバーガー線 *****/
.btn-line {
  display: block;
  position: relative; /* バーガー線の位置基準として設定 */
  width: 100%; /* 線の長さと高さ */
  height: 0.2rem;
  background-color: #fff;
  transition: 0.2s;
}

/****** 上下のバーガー線 *****/
.btn-line::before,
.btn-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 0.5s;
  left: 0;
  box-sizing: inherit;
}

.btn-line::before {
  /* 上の線の位置 */
  transform: translateY(-1rem);
}

.btn-line::after {
  /* 下の線の位置 */
  transform: translateY(1rem);
}

/***** メニューオープン時 *****/
.btn-line.open {
  background-color: transparent; /* 真ん中の線を透明に */
}

.btn-line.open::before,
.btn-line.open::after {
  content: "";
  transition: 0.2s;
}

.btn-line.open::before {
  transform: rotate(45deg); /* 上の線を傾ける */
}

.btn-line.open::after {
  transform: rotate(-45deg); /* 下の線を傾ける */
}

@media screen and (min-width: 48em), print {
  .js-btn {
    display: none;
  }
}
#nav {
  width: 100%;
  padding: 1rem 1rem 0;
  background-color: #fefaf6;
  position: absolute;
  right: -100vw;
  top: 0;
  transition: 0.3s;
  z-index: 99;
  position: fixed;
  max-height: 94%;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
  font-weight: bold;
}
#nav a {
  color: #4B484D;
  text-decoration: none;
  font-size: 1.4rem;
}
#nav ul.gnav > li, #nav ul.pc_n > li {
  margin: 2.5rem 0;
}
#nav ul.gnav > li a, #nav ul.pc_n > li a {
  padding: 0 0 0 1.1em;
  display: block;
  position: relative;
  line-height: 1.2;
}
#nav a::before {
  font-family: fontello;
  content: "2";
  padding-right: 0.2rem;
  text-align: center;
}
#nav .dropdown > a {
  margin: 1.5rem 0 0;
}
#nav .dropdown > a::before,
#nav .dropdown .subsub::before {
  content: "4";
}
#nav .dropdown > a.close::before {
  content: "3";
}
#nav .dropdown ul {
  margin-left: 1.5rem;
}
#nav .dropdown ul li {
  margin: 1.5rem 0 2rem;
}
#nav .dropdown ul li a {
  margin: 0;
}
#nav .dropdown ul li a::before {
  content: "2";
}

#nav.open {
  right: 0;
}

@media screen and (min-width: 48em), print {
  header {
    padding: 0px;
    width: 950px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  header #first h1 {
    font-size: 10px;
    text-align: right;
    margin-bottom: 0.5rem;
  }
  header .logo {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  header .logo img {
    width: auto;
  }
  header .logo .h_element {
    font-weight: bold;
  }
  header .logo .h_element li:first-child {
    border-radius: 1.5rem;
    font-size: 2.8rem;
    color: #fff;
    background: #FC9839;
    width: 28rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1rem;
    height: 5.2rem;
  }
  header .logo .h_element li:first-child::before {
    content: "\e801";
    font-family: fontello;
    color: #6E6E6E;
    padding-right: 0.5rem;
  }
  header .logo .h_element li:last-child {
    text-align: right;
    font-size: 1.5rem;
  }
  header .logo .h_element li:last-child span {
    font-size: 1.4rem;
  }
  #nav {
    padding: 1rem 0;
    margin: 0 auto;
    position: static;
    overflow: visible !important;
    transition: none;
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #nav ul.gnav {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    max-width: none;
    line-height: 1;
    margin: 0 auto;
    letter-spacing: normal;
    text-align: center;
    width: 100%;
    max-width: 1060px;
  }
  #nav ul.gnav > li {
    margin: 0;
    padding: 0;
    position: relative;
    border-left: 0.1rem solid #1FA091;
    width: 16.6666666667%;
  }
  #nav ul.gnav > li > a {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 0.5rem;
    position: relative;
    margin: 0;
    width: 100%;
    line-height: 1;
    color: #262525;
    transition: color 0.3s;
    font-size: 1.6rem;
  }
  #nav ul.gnav > li > a::before {
    position: absolute;
    bottom: -0.8rem;
    top: auto;
    left: 20%;
    content: "";
    width: 60%;
    height: 0.3rem;
    background: #1FA091;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
  }
  #nav ul.gnav > li > a:hover {
    color: #1FA091;
  }
  #nav ul.gnav > li > a:hover::before {
    transform: scale(1, 1);
    content: "" !important;
  }
  #nav ul.gnav > li > a::after {
    content: "";
    width: 100%;
    height: 2.6rem;
    display: block;
    background: url(../images/icon_home.svg) no-repeat center center;
    background-size: auto;
    margin-top: 0.3rem;
    color: #1FA091;
  }
  #nav ul.gnav > li.first a::after {
    background-image: url(../images/icon_first.svg);
  }
  #nav ul.gnav > li.content a::after {
    background-image: url(../images/icon_content.svg);
  }
  #nav ul.gnav > li.conscious a::after {
    background-image: url(../images/icon_conscious.svg);
  }
  #nav ul.gnav > li.clinic a::after {
    background-image: url(../images/icon_clinic.svg);
  }
  #nav ul.gnav > li.access {
    border-right: 0.1rem solid #1FA091;
  }
  #nav ul.gnav > li.access a::after {
    background-image: url(../images/icon_access.svg);
  }
  #nav ul.gnav > li.dropdown {
    padding: 0;
    margin: 0;
  }
  #nav ul.gnav > li.dropdown > a {
    position: relative;
    margin: 0;
  }
  #nav ul.gnav > li.dropdown .subnav {
    display: none;
    position: absolute;
    padding: 1rem;
    margin: 0;
    z-index: 100;
    top: 4.6rem;
    background: #fff;
    overflow: hidden;
    width: 100%;
  }
  #nav ul.gnav > li.dropdown .subnav ul {
    margin: 0;
    text-align: left;
  }
  #nav ul.gnav > li.dropdown .subnav ul li {
    margin: 0;
    padding: 0;
    border-bottom: 0.1rem solid #b6c2d0;
  }
  #nav ul.gnav > li.dropdown .subnav ul li > a {
    padding: 1rem 0;
    color: #4B484D;
    margin: 0;
    letter-spacing: normal;
    transition: background 0.3s;
  }
  #nav ul.gnav > li.dropdown .subnav ul li > a span {
    display: inline-block;
  }
  #nav ul.gnav > li.dropdown .subnav ul li > a::before {
    display: none;
  }
  #nav ul.gnav > li.dropdown .subnav ul li > a:hover {
    background: #fff;
    color: #1FA091;
  }
  #nav ul.gnav > li.dropdown .subnav ul li:last-child {
    border-bottom: none;
  }
  #nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 96rem;
    margin: 0 auto;
  }
  #nav.fixed > ul {
    margin: 0 auto;
  }
  #nav.fixed + * {
    margin-top: 4.5rem !important;
  }
  #nav.fixed + * + #kv {
    margin-top: 8.5rem;
  }
}
/* 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: 2rem 0;
  border: 0.2rem solid #ccc;
  border-radius: 1.5rem;
  line-height: 1.4;
  margin-top: 4rem;
}
#overview h3 {
  background: #1FA091;
  background: linear-gradient(90deg, #1FA091 83%, rgb(255, 255, 255) 100%);
  color: #fff;
  font-size: 1.6rem;
  padding: 0.5rem;
}
#overview .overviewL,
#overview .overviewR {
  max-width: 37rem;
  margin: 1rem auto;
  padding: 0 1rem;
}
#overview .bold.fc_green {
  font-size: 1.6rem;
}

.dl_overview {
  margin: 1rem 0;
}
.dl_overview > dt {
  font-weight: bold;
  padding: 0;
}
.dl_overview > dd {
  padding: 0 0 1em;
}

.gmap {
  height: 29rem;
  width: 100%;
  margin-bottom: 1rem;
}

@media screen and (min-width: 48em), print {
  #overview {
    padding: 3rem 0;
    margin-bottom: 3rem;
  }
  #overview h3 {
    font-size: 3rem;
    padding: 1rem;
    margin-bottom: 3rem;
  }
  #overview .overviewL {
    max-width: none;
    margin: 0 0 0 1.5rem;
  }
  #overview .overviewL .bold.fc_green {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  #overview .overviewR {
    width: 50rem;
    max-width: none;
    height: auto;
    margin: 0 1.5rem 0 0;
  }
  #overview .flex_LRTB {
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 4rem;
  }
  .dl_overview {
    margin: 0;
    font-size: 160%;
  }
  .gmap {
    margin: 0;
    height: 40rem;
  }
}
/* ページトップ -------------------------------------- */
.sp_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  background: #FEFDEF;
  margin: 0;
  width: 100%;
  height: 4rem;
  padding: 0.1rem 0;
  text-align: center;
  z-index: 100;
  letter-spacing: normal;
  font-size: 1.4rem;
}
.sp_bottom li {
  width: 49.5%;
  position: relative;
  margin: 0;
  height: 100%;
}
.sp_bottom li a {
  padding: 1rem 0;
  color: #fff;
  background: #FC9839;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.sp_bottom li a i {
  padding-right: 0.5rem;
}

@media screen and (min-width: 48em), print {
  .sp_bottom {
    background-color: transparent;
    width: 0;
    height: 0;
  }
  .sp_bottom li:first-child, .sp_bottom li:nth-child(2) {
    display: none;
  }
  #pageup {
    position: fixed;
    bottom: -15rem;
    right: 4rem;
    z-index: 100;
    width: 6rem;
    height: 6rem;
    transition: bottom 0.8s;
  }
  #pageup a {
    cursor: pointer;
    border-radius: 50%;
    font-size: 1.6rem;
    flex-wrap: wrap;
  }
  #pageup a i {
    font-size: 4rem;
    display: block;
    width: 100%;
    padding: 0;
    font-weight: bold;
  }
  #pageup.block {
    bottom: 4rem;
  }
}
/* footer -------------------------------------- */
footer {
  background: #1FA091;
  margin-top: 2rem;
}
footer a {
  color: #fff;
}

address {
  padding: 0.8rem 0 5rem;
  font-style: normal;
  text-align: center;
  color: #fff;
}
address a {
  color: #fff;
}

@media screen and (min-width: 48em), print {
  footer {
    display: block;
    margin: 0 auto 0;
    padding: 1rem 1.5rem 1.5rem;
  }
  footer #smoothScrolls p {
    width: 13rem;
    margin: 0 0 1rem auto;
  }
  footer ul.sp_n {
    margin: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer ul.sp_n > li {
    padding: 0 0.3rem;
    margin: 0 0 0.5rem 0;
    text-align: center;
    border-left: 0.1rem solid #fff;
  }
  footer ul.sp_n > li a {
    padding: 0 0.5rem;
  }
  footer ul.sp_n > li:first-child {
    border-left: none;
  }
  address {
    margin: 0;
    padding: 1rem 0;
  }
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    cursor: inherit;
  }
}
/*nav,
footer,
#treatment,#about {
    a {
              pointer-events: none;
    }
}*/
/* /_common.scss　出力ここまで */
/* _top.scss　出力 */
#TopPage #animation_container {
  width: 100% !important;
  height: auto !important;
}
#TopPage #canvas {
  position: relative !important;
  display: block;
  background-color: rgb(255, 255, 255);
  width: 100% !important;
  height: auto !important;
}
#TopPage #dom_overlay_container {
  pointer-events: none;
  overflow: hidden;
  width: 100% !important;
  height: auto !important;
}

@media screen and (min-width: 48em), print {
  #TopPage #animation_container,
#TopPage #canvas,
#TopPage #dom_overlay_container {
    width: 960px !important;
    height: 280px !important;
  }
}
#TopPage main {
  margin: 3rem 0;
}
#TopPage main h3 {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(227, 250, 248) 100%);
  padding: 0.5rem 1rem;
  border-bottom: 0.3rem solid #ccc;
  margin-bottom: 2rem;
  position: relative;
  font-size: 140%;
}
#TopPage main h3::after {
  width: 20%;
  height: 0.3rem;
  content: "";
  background: #1FA091;
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.3rem;
}
#TopPage main h3 span {
  padding-left: 3.5rem;
  background: url(../images/h3_square.png) no-repeat left 2rem center;
  font-weight: normal;
}
#TopPage .box_wrap {
  height: auto;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
#TopPage .box_wrap .box_left {
  margin: 0;
  padding: 0;
}
#TopPage .box_wrap .box_left p {
  font-size: 140%;
  line-height: 1.4;
  margin-bottom: 20px;
}
#TopPage .bnr {
  margin: 2rem 0;
}
#TopPage .bnr li:last-child img {
  border: 0.1rem solid #ccc;
}
#TopPage .dl_caledit dt {
  background: #1FA091;
  border-radius: 0.5rem;
  padding: 0.5rem;
  color: #fff;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 110%;
}
#TopPage .dl_caledit dt span {
  padding-left: 2rem;
  color: #ccc;
}
#TopPage .dl_caledit dd {
  margin: 0;
}
#TopPage table.caledit {
  width: 100% !important;
  margin: 0 0 1rem !important;
}
#TopPage .news .newss {
  margin: 0;
}
#TopPage .news strong {
  color: #1FA091;
}

@media screen and (min-width: 48em), print {
  #TopPage .box_wrap {
    padding: 2rem;
    margin-bottom: 4rem;
  }
  #TopPage .box_wrap.flex_LRTB .box_left {
    width: 45%;
  }
  #TopPage .dl_caledit dt {
    font-size: 1.6rem;
    padding: 0.6rem;
  }
  #TopPage .dl_caledit dd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #TopPage .dl_caledit dd > div {
    width: 48%;
  }
  #TopPage #topic {
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  #TopPage #topic p {
    background-color: #fc0;
    padding: 0px;
    width: 310px;
  }
}
/* /_top.scss　出力ここまで */
/* _lower.scss　出力 */
#lower {
  /* main   -------------------------------------- */
}
#lower main {
  display: block;
}
#lower .wrapbox {
  padding: 2rem 0;
  border: 0.1rem #ccc solid;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
}
#lower .wrapbox .middlebox {
  margin: 0 1rem 2rem;
}
#lower .wrapbox h3 {
  background: #1fa091;
  background: linear-gradient(90deg, #1fa091 83%, rgb(255, 255, 255) 100%);
  color: #fff;
  padding: 0.5rem 3rem 0.5rem 0.5rem;
  margin-bottom: 1.5rem;
}
#lower header + h2 {
  background: url(../images/h2.jpg) no-repeat center;
  font-size: 1.8rem;
  padding: 2rem 1rem 3rem;
  border: 0.1rem #ccc solid;
  color: #3c3837;
  margin-bottom: 4rem;
}
#lower header + h2 span {
  font-size: 1rem;
  color: #1FA091;
  display: block;
  margin-top: 0.3rem;
}
#lower h3 {
  font-size: 1.6rem;
}
#lower h3.circle {
  background: url(../images/h3_circle.png) no-repeat left center;
  margin: 0 1rem 1rem;
  padding-left: 2rem;
  background-size: 1.7rem auto;
  color: #3c3837;
}
#lower .box {
  border: 1px solid #ccc;
  margin: 0 0 3rem;
  padding: 1rem;
}
#lower .boxbox {
  background-color: #fefdef;
  height: auto;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-bottom: 2rem;
}
#lower .boxbox p {
  padding: 0px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
}
#lower .boxbox p.tit {
  color: #1FA091;
  background: #FC9839;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  display: inline-block;
  padding: 0.3rem 1.5rem;
  font-size: 150%;
  margin-bottom: 1rem;
  font-weight: bold;
  border-radius: 0.5rem;
}

@media screen and (min-width: 48em), print {
  #lower header + h2 {
    font-size: 2.6rem;
    margin-bottom: 3rem;
    height: 20rem;
    padding: 5rem 0 0 5rem;
  }
  #lower header + h2 span {
    margin-top: 1rem;
  }
  #lower h3 {
    font-size: 3rem;
  }
  #lower h3.circle {
    margin: 3rem 0 2rem;
    padding: 0 0 0 4rem;
    background-size: auto;
  }
  #lower .wrapbox {
    margin-bottom: 2rem;
  }
  #lower .wrapbox h3 {
    padding: 1rem;
    margin-bottom: 3rem;
  }
  #lower .middlebox {
    margin: 0 1rem 2rem;
  }
  #lower .middlebox p {
    padding: 0px;
    margin-top: 0px;
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
    line-height: 20px;
  }
  #lower .box {
    padding: 20px 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  #lower .boxbox {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #lower .boxbox p {
    padding: 0px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
  }
  #lower .boxbox p.tit {
    padding: 0.5rem 2.5rem;
  }
}
#lower #conscious h4 {
  font-size: 1.4rem;
  color: #FC9839;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
#lower #conscious h4 span {
  font-size: 160%;
  font-family: YuMincho, "Yu Mincho", serif;
  font-style: italic;
  padding-right: 0.5rem;
}
#lower #conscious h4::after {
  content: "";
  display: block;
  height: 0.3rem;
  width: 90%;
  background: #ccc;
}
#lower #faq .box h3 {
  color: #1FA091;
  background: #FC9839;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
  border-radius: 0.5rem;
}
#lower #faq .box ul a {
  color: #4B484D;
  border-color: #4B484D;
}
#lower #faq .box h4 {
  background: #edeeeb;
  color: #1FA091;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
  border-radius: 0.5rem;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
#lower #faq .box h4 span {
  font-size: 160%;
  font-family: "Merriweather", serif;
  padding-right: 0.5rem;
}
#lower #faq .box .qscroll a {
  display: block;
  width: 12rem;
  font-size: 130%;
  color: #fff;
  line-height: 1;
  background: #1FA091;
  border-radius: 0.5rem;
  padding: 0.5rem 0;
  margin: 0 auto;
  text-align: center;
}
#lower #faq .box .qscroll a::before {
  content: "▲";
  padding-right: 1rem;
}
#lower #clinic .list_kiki li {
  margin-bottom: 2.5rem;
}
#lower #clinic .list_kiki li img {
  display: block;
  margin: 0 auto 1rem;
}
#lower #clinic .list_kiki li dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  color: #1FA091;
  text-align: center;
}
#lower #clinic .middlebox2 {
  margin: 2rem 1rem;
}
#lower #clinic h4 {
  color: #FC9839;
  font-size: 1.4rem;
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  #lower #conscious h4 {
    font-size: 2.5rem;
    width: 70%;
    margin: 2rem auto 2rem 1.5rem;
  }
  #lower #conscious .middlebox .boxbox {
    margin: 1.5rem 1rem 3rem;
  }
  #lower #faq #ques {
    padding-top: 7rem;
    margin-top: -7rem;
  }
  #lower #faq .box h3 {
    text-align: left;
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
  #lower #faq .box .flex_LRTB.half {
    width: 85rem;
    margin: 0 auto;
  }
  #lower #faq .box .flex_LRTB.half li {
    margin-bottom: 1.5rem;
  }
  #lower #faq .box h4 {
    font-size: 2.5rem;
    margin: 2rem auto;
  }
  #lower #faq .box .qscroll a {
    width: 16rem;
    margin: 0 0 0 auto;
    font-size: 1.8rem;
  }
  #lower #clinic .middlebox2 .font_l {
    font-size: 1.6rem;
  }
  #lower #clinic .middlebox2 h4 {
    font-size: 2.4rem;
    margin-left: 1rem;
  }
  #lower #clinic .middlebox2 h4 + .boxbox {
    margin: 0.5rem 1rem 1rem;
  }
  #lower #clinic .list_kiki li {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin: 0 0 1rem;
  }
  #lower #clinic .list_kiki li img {
    margin: 0;
  }
  #lower #clinic .list_kiki li dl {
    width: 59rem;
  }
  #lower #clinic .list_kiki li dl dt {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 1em;
  }
}
#lower {
  /* Slider */
}
#lower .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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;
  cursor: hand;
}
#lower .slick-slider .slick-track,
#lower .slick-slider .slick-list {
  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;
  color: #fff;
  padding: 0.4rem;
  font-size: 1.2rem;
  opacity: 0;
  transition: 0.3s ease;
  background: #1FA091;
  line-height: 1.4;
  display: flex;
  align-items: center;
  min-height: 5rem;
}

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

.gallery .gallery_slider div:first-child .cap {
  transition-delay: 0s;
}

.gallery .gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
}

.gallery .gallery_thum .slick-current div img {
  border: 4px solid #1FA091;
}

@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: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background: #1FA091;
  z-index: 1;
}

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

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

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

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

.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 #1FA091;
  }
  .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: #1FA091;
    background: #fff;
    opacity: 1;
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 1rem auto;
}

.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}

.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: #1FA091;
}

.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;
  }
  #access01_nav .slick-track {
    transform: none !important;
  }
}
/* /_lower.scss　出力ここまで */
/*# sourceMappingURL=style.css.map */