@charset "UTF-8";
*: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 */
html:focus-within {
  scroll-behavior: smooth;
}

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

/* A elements that don't have a class get default styles */
a:not([class]) {
  -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%;
}

body {
  overflow-wrap: break-word;
}

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 0 1rem 0;
}

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

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

/*◇◆◇◆◇◆カラー◇◆◇◆◇◆*/
/*基本文字色*/
/*白*/
/*黒*/
/*青*/
/*黄色*/
/*黒*/
/*灰色*/
/*灰色*/
/*青*/
/*白*/
/*青*/
/*薄い黄色*/
/*茶色*/
/*青*/
/*青*/
/*青*/
/*黄色*/
/*青*/
/*緑*/
/*灰色*/
/*水色*/
/*灰色*/
/*青*/
/*灰色*/
/*水色*/
/*◇◆◇◆◇◆リンク系◇◆◇◆◇◆*/
/*リンクカラー*/
/*リンクカラーホバー*/
/*◇◆◇◆◇◆ホバー速度◇◆◇◆◇◆*/
/*◇◆◇◆◇◆ハンバーガー色◇◆◇◆◇◆*/
/*ハンバーガー棒と文字*/
/*ハンバーガー背景*/
/*ハンバーガーdrawr背景*/
/*ハンバーガーdrawrテキスト*/
/*ハンバーガーdrawrサブ背景*/
/*ハンバーガーdrawrサブテキスト*/
/*ハンバーガーdrawrボーダー*/
/*ハンバーガーdrawrサブボーダー*/
/*◇◆◇◆◇◆お知らせ色◇◆◇◆◇◆*/
/*お知らせタイトル*/
/*お知らせ文字*/
/*お知らせボーダー*/
/*お知らせタイトルホバー*/
/*◇◆◇◆◇◆診療時間テーブル◇◆◇◆◇◆*/
/*th背景*/
/*th文字*/
/*thボーダー*/
/*td背景*/
/*td文字*/
/*thボーダー*/
/*td 丸*/
/*◇◆◇◆◇◆汎用テーブル系◇◆◇◆◇◆*/
/*th背景*/
/*th文字*/
/*thボーダー*/
/*td背景*/
/*td文字*/
/*tdボーダー*/
/*◇◆◇◆◇◆ホバー速度◇◆◇◆◇◆*/
/*◇◆◇◆◇◆影◇◆◇◆◇◆*/
/*◇◆◇◆◇◆透過◇◆◇◆◇◆*/
/*◇◆◇◆◇◆コピーライト◇◆◇◆◇◆*/
/*コピーライト背景色*/
/*コピーライトテキスト*/
/*◇◆◇◆◇◆フッターリンクSP◇◆◇◆◇◆*/
/*フッターリンク背景色*/
/*フッターリンクテキスト*/
/*フッターリンクボーダー*/
/*◇◆◇◆◇◆フッターリンクPC◇◆◇◆◇◆*/
/*フッター背景色*/
/*フッターテキスト*/
/*フッターボーダー*/
/*◇◆◇◆◇◆汎用リンク◇◆◇◆◇◆*/
/*◇◆◇◆◇◆フロー◇◆◇◆◇◆*/
:root {
  --clr_txt: #111;
  --rgb_txt: 17,17, 17;
  --clr_navy: #12264E;
  --rgb_navy: 18,38, 78;
  --clr_navy_light01: #354668;
  --rgb_navy_light01: 53,70, 104;
  --clr_navy_dark01: #00426D;
  --rgb_navy_dark01: 0,66, 109;
  --clr_red: #CF000E;
  --rgb_red: 207,0, 14;
  --clr_gray: #F5F6F7;
  --rgb_gray: 245,246, 247;
  --clr_gray_dark01: #E5E9EC;
  --rgb_gray_dark01: 229,233, 236;
  --clr_yellow: #FBF7E5;
  --rgb_yellow: 251,247, 229;
  --clr_yellow_dark: #e5bd00;
  --rgb_yellow_dark: 229,189, 0;
  --clr_yellow_light: #fff9bf;
  --rgb_yellow_light: 255,249, 191;
  --clr_green_line: #06C755;
  --rgb_green_line: 6,199, 85;
  --clr_green_light: #C5F2C5;
  --rgb_green_light: 197,242, 197;
  --breakpoint: 768px;
}

/*フォント*/
@font-face {
  font-family: "zenmarugothic_regular";
  src: url(../font/ZenMaruGothic-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zenmarugothic_medium";
  src: url(../font/ZenMaruGothic-Medium.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zenmarugothic_bold";
  src: url(../font/ZenMaruGothic-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "zenkakugothicnew_regular";
  src: url(../font/ZenKakuGothicNew-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zenkakugothicnew_medium";
  src: url(../font/ZenKakuGothicNew-Medium.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "zenkakugothicnew_bold";
  src: url(../font/ZenKakuGothicNew-Bold.ttf);
  font-weight: bold;
  font-style: normal;
}
/*
@mixin red_arw { // 右下赤
  position: relative;
  &::after {
    content: "";
    display: block;
    width: 1.0em;
    aspect-ratio: 1;
    background: var(--clr_red);
    border-radius: 100% 0 0 0;
    position: absolute;
    inset: auto 0 0 auto;
  }
}
*/
/*
@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
*/
/*
@mixin fontello($content) {
  font-family: "fontello";
  content: string.unquote("\"") + string.unquote(string.insert($content, "\\", 1)) + string.unquote("\"");
}
*/
/*
@mixin mincho($weight: 500) {
  font-family: "Noto Serif JP", serif;
  font-weight: $weight;
  font-style: normal;
}
*/
/* -----------------------------------------------------------
　clearfix
----------------------------------------------------------- */
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

/* -----------------------------------------------------------
　float
----------------------------------------------------------- */
.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

@media screen and (width >= 48em), print {
  .fl_r_pc {
    float: right;
    width: calc(100% - clamp(42rem, 24.2222rem + 23.148vw, 52rem));
  }
}
/* -----------------------------------------------------------
　txt
----------------------------------------------------------- */
.txt_c {
  text-align: center !important;
}

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

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

.txt_bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

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

.text_underline {
  text-decoration: underline;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFF56B));
  background: linear-gradient(transparent 50%, #FFF56B 50%);
}

.emphasis {
  background-color: #E9F9FF;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.emphasis p.mb_none {
  margin: 0;
}
.emphasis ul.mb_none {
  margin: 0;
}

@media screen and (width >= 48em), print {
  .emphasis {
    background-color: #E9F9FF;
    padding: clamp(1.6rem, 0.8889rem + 0.926vw, 2rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 clamp(1.6rem, 0.8889rem + 0.926vw, 2rem) 0;
  }
  .emphasis p.mb_none {
    margin: 0;
  }
  .emphasis ul.mb_none {
    margin: 0;
  }
}
/* -----------------------------------------------------------
　img
----------------------------------------------------------- */
.img_c {
  margin: 1rem auto;
}

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

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

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

@media screen and (width >= 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
/* -----------------------------------------------------------
　テーブル（診療時間）
----------------------------------------------------------- */
table.timetable {
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  font-family: "zenmarugothic_medium";
  text-align: center;
  border-collapse: separate;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
}
table.timetable tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #1B2F5B;
  width: 10%;
}
table.timetable tr th.time {
  letter-spacing: 0.1em;
}
table.timetable tr th.holiday {
  width: 14%;
  padding: 0 0.5rem 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table.timetable tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #000000;
  background-color: #ffffff;
  border-bottom: #1B2F5B 0.1rem solid;
}
table.timetable tr td.time {
  width: 25%;
  text-align: center;
  color: #000000;
}
table.timetable tr td.holiday {
  padding: 0 0.5rem 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14%;
}
table.timetable tr:last-child td {
  border-bottom: #1B2F5B 0.2rem solid;
}
table.timetable caption {
  caption-side: bottom;
  margin: 0.6rem 0 0 0;
  width: 100%;
  font-family: "notoserifjp_medium";
  font-weight: normal;
  font-size: 1.2rem;
  color: #000000;
  line-height: 200%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

@media screen and (width >= 48em), print {
  table.timetable {
    padding: 0;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
    font-family: "zenmarugothic_medium";
    text-align: center;
    border-collapse: separate;
    border-spacing: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 140%;
  }
  table.timetable tr th {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.6rem;
    font-size: clamp(1.1rem, 0.2111rem + 1.157vw, 1.6rem);
    height: 3.8rem;
    padding: 0.5rem 0;
    vertical-align: middle;
    color: #ffffff;
    background-color: #1B2F5B;
    width: 8%;
  }
  table.timetable tr th.time {
    width: 37%;
    letter-spacing: 0.1em;
  }
  table.timetable tr th.holiday {
    width: 14%;
    padding: 0 2.5rem 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.timetable tr td {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    font-size: 1.6rem;
    font-size: clamp(1.1rem, 0.2111rem + 1.157vw, 1.6rem);
    height: 4.3rem;
    padding: 0.7rem 0;
    vertical-align: middle;
    color: #000000;
    background-color: #ffffff;
    border-bottom: #1B2F5B 0.1rem solid;
  }
  table.timetable tr td.time {
    width: 37%;
    text-align: center;
    color: #000000;
  }
  table.timetable tr td.holiday {
    padding: 0 2.5rem 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 14%;
  }
  table.timetable tr:last-child td {
    border-bottom: #1B2F5B 0.2rem solid;
  }
  table.timetable caption {
    caption-side: bottom;
    margin: 0.6rem 0 0 0;
    width: 100%;
    font-family: "notoserifjp_medium";
    font-weight: normal;
    font-size: 1.6rem;
    color: #000000;
    line-height: 200%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
}
.tbl_01 {
  width: 100%;
  table-layout: fixed;
  margin: 2rem 0;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 0.1rem solid #707070;
  border-left: 0.1rem solid #707070;
  font-size: 1.15rem;
  line-height: 1.3;
}
.tbl_01 tr {
  border-top: 0.1rem solid #707070;
}
.tbl_01 tr th {
  background-color: #1B2F5B;
  color: #ffffff;
  text-align: left;
  border-right: 0.1rem solid #707070;
  border-bottom: 0.1rem solid #707070;
  padding: 0.5rem 0.3rem;
}
.tbl_01 tr td {
  text-align: left;
  border-right: 0.1rem solid #1B2F5B;
  border-bottom: 0.1rem solid #1B2F5B;
  padding: 0.5rem 0.3rem;
}
.tbl_01.ajs th:first-child {
  width: 30%;
}
.tbl_01.ajs th:last-child {
  width: 70%;
}
.tbl_01.ajs td:first-child {
  width: 30%;
}
.tbl_01.ajs td:last-child {
  width: 70%;
}
.tbl_01.ajs2 th {
  text-align: center;
}
.tbl_01.ajs2 th.hd {
  border-bottom: #1B2F5B 0.1rem solid;
}
.tbl_01.ajs2 th.hdt {
  border-top: #1B2F5B 0.1rem solid;
}
.tbl_01.ajs2 td {
  text-align: center;
}

@media screen and (width >= 48em), print {
  .tbl_01 {
    font-size: clamp(1.4rem, 1.0444rem + 0.463vw, 1.6rem);
    line-height: 1.4;
  }
  .tbl_01 tr th {
    padding: 1rem 2rem;
  }
  .tbl_01 tr td {
    padding: 1rem 2rem;
  }
}
html {
  font-size: 2.7777777778vw;
  padding: 0 0 13vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*ページ内リンク用*/
  scroll-behavior: smooth;
}

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

@media screen and (width >= 48em), print {
  body {
    overflow: hidden;
  }
}
a {
  color: inherit;
  text-decoration: none;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.main {
  font-size: 1.4rem;
  line-height: 1.8;
  width: 100%;
  overflow: hidden;
}
.main a:not([class*=btn], [href*="tel:"]) {
  text-decoration: underline;
}

.main_low {
  font-size: 1.4rem;
  line-height: 1.8;
}
.main_low a:not([class*=btn], [href*="tel:"]) {
  text-decoration: underline;
}
.main_low {
  width: 96%;
  margin: 0 auto 3rem auto;
  padding: 3rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main_low p {
  font-family: "zenmarugothic_medium";
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0 0 1.5rem 0;
}
.main_low ul, .main_low dl {
  font-family: "zenmarugothic_medium";
  font-weight: normal;
}

.sentence {
  height: auto;
  overflow: hidden;
  margin: 0;
}

@media screen and (width >= 48em), print {
  html {
    font-size: 62.5%;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /*ページ内リンク用*/
    scroll-behavior: smooth;
    /*スクロール後の余白設定*/
    scroll-padding-top: 16rem;
    overflow-x: hidden;
  }
  body::after {
    display: none;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a img, button img {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
@media screen and (width >= 48em) and (hover: hover), print and (hover: hover) {
  a, button {
    opacity: 1;
  }
  a:where(:-moz-any-link, :enabled, summary):hover, button:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  a:where(:any-link, :enabled, summary):hover, button:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  a:where(:-moz-any-link, :enabled, summary):hover img, button:where(:-moz-any-link, :enabled, summary):hover img {
    opacity: 0.8;
  }
  a:where(:any-link, :enabled, summary):hover img, button:where(:any-link, :enabled, summary):hover img {
    opacity: 0.8;
  }
}
@media screen and (width >= 48em), print {
  a:focus-visible, button:focus-visible {
    opacity: 0.8;
  }
  a:focus-visible img, button:focus-visible img {
    opacity: 0.8;
  }
  .wrap {
    max-width: 1200px;
    margin: auto;
  }
  .main {
    font-size: clamp(1.4rem, 0.3333rem + 1.389vw, 2rem);
    line-height: 2;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
  .main_low {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 0 0 10rem 0;
  }
  .main_low a:not([class*=btn], [href*="tel:"]) {
    text-decoration: underline;
  }
  .main_low {
    width: 96%;
    max-width: 1100px;
    margin: 0 auto 10rem auto;
    padding: 7rem 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .main_low p {
    font-family: "zenmarugothic_medium";
    font-weight: normal;
    font-size: clamp(1.4rem, 1.0444rem + 0.463vw, 1.6rem);
    margin: 0 0 2rem 0;
    line-height: 160%;
  }
  .main_low ul, .main_low dl {
    font-family: "zenmarugothic_medium";
    font-weight: normal;
  }
  .sentence {
    height: auto;
    overflow: hidden;
    margin: 0;
  }
}
header.header {
  width: 100%;
  padding: 2vw 0 1.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 9999;
}
header.header .header_box {
  width: 100%;
  height: 14vw;
  margin: 0;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #ffffff;
  /*ハンバーガー*/
}
header.header .header_box .container {
  width: 15%;
}
header.header .header_box {
  /*ロゴ*/
}
header.header .header_box .head_logo {
  width: 60%;
  margin: 0 0 0 10%;
}
header.header .header_box .head_logo a {
  display: block;
  width: 100%;
  text-decoration: none;
}
header.header .header_box .head_logo a img {
  width: 100%;
  height: auto;
}

.header_low {
  width: 100%;
  padding: 2vw 0 1.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 9999;
}
.header_low .header_box {
  width: 100%;
  height: 14vw;
  margin: 0;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #ffffff;
  /*ハンバーガー*/
}
.header_low .header_box .container {
  width: 15%;
}
.header_low .header_box {
  /*ロゴ*/
}
.header_low .header_box .head_logo {
  width: 60%;
  margin: 0 0 0 10%;
}
.header_low .header_box .head_logo a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.header_low .header_box .head_logo a img {
  width: 100%;
  height: auto;
}

.side_web_link {
  display: none;
}

@media screen and (width >= 48em), print {
  header.header {
    width: 100%;
    height: 7rem;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 9;
    margin: 0 0 3rem 0;
  }
  header.header .header_box {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    /*

    width: 100%;
    height: 14vw;
    margin: 0;
    position: relative;   
    z-index: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction:row;
    flex-direction:row;
    -webkit-align-items: flex-start;
    align-items: flex-start;    
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: $color_white;
    */
    width: 100%;
    height: 7rem;
    display: block;
    /*ハンバーガー*/
  }
  header.header .header_box .container {
    width: 15%;
  }
  header.header .header_box {
    /*ロゴ*/
  }
  header.header .header_box .head_logo {
    display: none;
    /*
    width: 60%;
    margin: 0 0 0 10%;
    a{
      display: block;
      width: 100%;
      text-decoration: none;
      img{
        width: 100%;
        height: auto;
      }
    }
    */
  }
  .header_low {
    width: 100%;
    height: 8rem;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 9;
    margin: 0 0 0 0;
    background-color: #ffffff;
  }
  .header_low .header_box {
    max-width: 1200px;
    margin: 0 auto;
    width: 96%;
    height: 8rem;
    display: block;
    /*ハンバーガー*/
  }
  .header_low .header_box .container {
    display: none;
  }
  .header_low .header_box {
    /*ロゴ*/
  }
  .header_low .header_box .head_logo {
    display: block;
    width: 21.347rem;
    margin: 0;
    position: absolute;
    top: 1rem;
    left: 6.9rem;
  }
  .header_low .header_box .head_logo a {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  .header_low .header_box .head_logo a img {
    width: 100%;
    height: auto;
  }
  .header_low .header_box .main_nav_pc {
    position: absolute;
    top: 1rem;
    right: 0;
    height: 6rem;
    z-index: 9999999999;
    background-color: #ffffff;
    width: 84.6rem;
    padding: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .side_web_link {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: clamp(6.4rem, 1.0667rem + 6.944vw, 9.4rem);
    height: clamp(6.4rem, 1.0667rem + 6.944vw, 9.4rem);
    width: 9.4rem;
    height: 9.4rem;
    text-decoration: none;
    color: #ffffff;
    background-color: #5877BB;
    font-family: "zenkakugothicnew_medium";
    font-size: clamp(1.4rem, 0.6889rem + 0.926vw, 1.8rem);
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    line-height: 120%;
    letter-spacing: 0.08em;
    -webkit-box-sizing: 0 0 2rem rgba(27, 47, 91, 0.17);
            box-sizing: 0 0 2rem rgba(27, 47, 91, 0.17);
    position: fixed;
    top: 12.6rem;
    right: 0;
    z-index: 9999999999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .side_web_link::before {
    font-family: "fontello";
    font-size: 3rem;
    content: "\e815";
    margin: 0 0 0.8rem 0;
  }
  .side_web_link::after {
    content: "";
    width: 98%;
    height: 98%;
    border: #ffffff 0.1rem solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 1%;
    left: 1%;
    right: 1%;
  }
  .side_web_link:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
　グローバルナビ
----------------------------------------------------------- */
nav.main_nav_pc {
  display: none;
}

@media screen and (width >= 48em), print {
  nav.main_nav_pc {
    display: block;
    width: 90%;
    max-width: 90.6rem;
    height: 4rem;
    margin: 0;
    position: absolute;
    top: 3.2rem;
    right: -1rem;
    z-index: 999999;
  }
  nav.main_nav_pc ul {
    width: 100%;
    max-width: 1200px;
    height: 4rem;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style-type: none;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  nav.main_nav_pc ul li {
    display: block;
    width: auto;
    height: 6rem;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    list-style-type: none;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  nav.main_nav_pc ul li::after {
    content: "／";
    display: block;
    font-size: 1.7rem;
    font-size: 1rem, 1.4rem;
  }
  nav.main_nav_pc ul li:last-child::after {
    content: "";
    display: none;
  }
  nav.main_nav_pc ul li.home {
    /*width: 4.8rem;*/
  }
  nav.main_nav_pc ul li.home a::after {
    content: "home";
  }
  nav.main_nav_pc ul li.doctor a::after {
    content: "doctor";
  }
  nav.main_nav_pc ul li.clinic2 a::after {
    content: "clinic";
  }
  nav.main_nav_pc ul li.access a::after {
    content: "access";
  }
  nav.main_nav_pc ul li.clinic {
    /*width: 9.6rem;*/
  }
  nav.main_nav_pc ul li.clinic a::after {
    content: "Clinic";
  }
  nav.main_nav_pc ul li.treatment {
    /*width: 6.4rem;*/
  }
  nav.main_nav_pc ul li.treatment a::after {
    content: "Treatment";
  }
  nav.main_nav_pc ul li.treatment a {
    padding: 0 1rem 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  nav.main_nav_pc ul li.treatment a::before {
    position: absolute;
    top: 1.5rem;
    right: 0.5rem;
    font-family: "fontello";
    content: "\e80c";
    font-size: 1.4rem;
    margin: 0 0 0 0.5rem;
  }
  nav.main_nav_pc ul li.treatment.is-open a::before {
    position: absolute;
    top: 1.5rem;
    right: 0.5rem;
    font-family: "fontello";
    content: "\e80b";
    font-size: 1.4rem;
    margin: 0 0 0 0.5rem;
  }
  nav.main_nav_pc ul li.symptoms {
    /*width: 12.2rem;*/
  }
  nav.main_nav_pc ul li.symptoms a::after {
    content: "By symptoms";
  }
  nav.main_nav_pc ul li.visitors {
    /*width: 9.6rem;*/
  }
  nav.main_nav_pc ul li.visitors a::after {
    content: "Visitors";
  }
  nav.main_nav_pc ul li.qa {
    /*width: 3.2rem;*/
  }
  nav.main_nav_pc ul li.qa a::after {
    content: "Q&A";
  }
  nav.main_nav_pc ul li.blog {
    /*width: 4.8rem;*/
  }
  nav.main_nav_pc ul li.blog a::after {
    content: "BLOG";
  }
  nav.main_nav_pc ul li a {
    width: 100%;
    height: 6rem;
    text-decoration: none;
    text-align: center;
    color: #333333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    letter-spacing: 0.1rem;
    line-height: 100%;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: clamp(1rem, 0.1111rem + 1.157vw, 1.5rem);
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  nav.main_nav_pc ul li a::after {
    content: "";
    color: #CCCCCC;
    font-size: clamp(1rem, 0.6444rem + 0.463vw, 1.2rem);
    letter-spacing: 0.03rem;
    margin: 0.5rem 0 0 0;
  }
  nav.main_nav_pc ul li a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    cursor: hand;
  }
  nav.main_nav_pc ul li .sub_nav_box {
    display: none;
    display: block;
    width: 100%;
    position: absolute;
    top: 6.8rem;
    left: 0;
    padding: 1.5rem 2rem 0 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffffff;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_in {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 1.3rem auto;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_in ul.main_nav_sub {
    all: initial;
    width: 100%;
    margin: 0 0 1rem 0;
    margin: 0 0 clamp(0.6rem, -0.1111rem + 0.926vw, 1rem) 0;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_in ul.main_nav_sub li {
    all: initial;
    margin: 0 4rem 0 0;
    margin: 0 clamp(3.6rem, 2.8889rem + 0.926vw, 4rem) 0 0;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_in ul.main_nav_sub li a {
    all: initial;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: clamp(1.2rem, 0.4889rem + 0.926vw, 1.6rem);
    color: #000000;
    padding: 0 clamp(0.1rem, -4.3444rem + 5.787vw, 2.6rem);
    letter-spacing: 0.08rem;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_in ul.main_nav_sub li a::after {
    content: "";
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_in ul.main_nav_sub li a::before {
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_in ul.main_nav_sub li a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    cursor: hand;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_in ul.main_nav_sub li:last-child a::after {
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_in ul.main_nav_sub li:first-child a::before {
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_in ul.main_nav_sub li::after {
    display: none;
  }
  .nav_add {
    background-color: #ffffff;
    width: 100%;
    height: 8rem !important;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 9;
    margin: 0 0 0 0;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 9999999999 !important;
  }
  .nav_add .header_box .head_logo {
    display: block !important;
    width: 21.347rem !important;
    margin: 0 !important;
    position: absolute;
    top: 1rem !important;
    left: 6.9rem;
  }
  .nav_add .header_box .head_logo a {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  .nav_add .header_box .head_logo a img {
    width: 100%;
    height: auto;
  }
  .nav_add .header_box .main_nav_pc {
    position: absolute !important;
    top: 1rem !important;
    right: 0 !important;
    height: 6rem !important;
    z-index: 9999999999 !important;
    background-color: #ffffff;
    width: 84.6rem;
    padding: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  nav.main_nav_pc {
    display: block;
    width: 90%;
    max-width: 90.6rem;
    height: 4rem;
    margin: 0;
    position: absolute;
    top: 3.2rem;
    right: 0;
    z-index: 999999;
  }
  nav.main_nav_pc ul {
    width: 100%;
    max-width: 1200px;
    height: 4rem;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style-type: none;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  nav.main_nav_pc ul li {
    display: block;
    width: auto;
    height: 6rem;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    list-style-type: none;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  nav.main_nav_pc ul li::after {
    content: "／";
    display: block;
    font-size: 1.7rem;
    font-size: 1rem, 1.4rem;
  }
  nav.main_nav_pc ul li:last-child::after {
    content: "";
    display: none;
  }
  nav.main_nav_pc ul li.home {
    /*width: 4.8rem;*/
  }
  nav.main_nav_pc ul li.home a::after {
    content: "home";
  }
  nav.main_nav_pc ul li.doctor a::after {
    content: "doctor";
  }
  nav.main_nav_pc ul li.clinic2 a::after {
    content: "clinic";
  }
  nav.main_nav_pc ul li.access a::after {
    content: "access";
  }
  nav.main_nav_pc ul li.clinic {
    /*width: 9.6rem;*/
  }
  nav.main_nav_pc ul li.clinic a::after {
    content: "Clinic";
  }
  nav.main_nav_pc ul li.treatment {
    /*width: 6.4rem;*/
  }
  nav.main_nav_pc ul li.treatment a::after {
    content: "Treatment";
  }
  nav.main_nav_pc ul li.symptoms {
    /*width: 12.2rem;*/
  }
  nav.main_nav_pc ul li.symptoms a::after {
    content: "By symptoms";
  }
  nav.main_nav_pc ul li.visitors {
    /*width: 9.6rem;*/
  }
  nav.main_nav_pc ul li.visitors a::after {
    content: "Visitors";
  }
  nav.main_nav_pc ul li.qa {
    /*width: 3.2rem;*/
  }
  nav.main_nav_pc ul li.qa a::after {
    content: "Q&A";
  }
  nav.main_nav_pc ul li.blog {
    /*width: 4.8rem;*/
  }
  nav.main_nav_pc ul li.blog a::after {
    content: "BLOG";
  }
  nav.main_nav_pc ul li a {
    width: 100%;
    height: 6rem;
    text-decoration: none;
    text-align: center;
    color: #333333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    letter-spacing: 0.1rem;
    line-height: 100%;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: clamp(1rem, 0.1111rem + 1.157vw, 1.5rem);
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  nav.main_nav_pc ul li a::after {
    color: #CCCCCC;
    font-size: clamp(1rem, 0.6444rem + 0.463vw, 1.2rem);
    letter-spacing: 0.03rem;
    margin: 0.5rem 0 0 0;
  }
  nav.main_nav_pc ul li a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  nav.main_nav_pc ul li .sub_nav_box {
    display: none;
    display: block;
    width: 100%;
    position: absolute;
    top: 6.8rem;
    left: 0;
    padding: 1.5rem 2rem 0 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #ffffff;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_in {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 1.3rem auto;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_in ul.main_nav_sub {
    all: initial;
    width: 100%;
    margin: 0 0 1rem 0;
    margin: 0 0 clamp(0.6rem, -0.1111rem + 0.926vw, 1rem) 0;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_in ul.main_nav_sub li {
    all: initial;
    margin: 0 4rem 0 0;
    margin: 0 clamp(3.6rem, 2.8889rem + 0.926vw, 4rem) 0 0;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_in ul.main_nav_sub li a {
    all: initial;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: clamp(1.2rem, 0.4889rem + 0.926vw, 1.6rem);
    color: #000000;
    padding: 0 clamp(0.1rem, -4.3444rem + 5.787vw, 2.6rem);
    letter-spacing: 0.08rem;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_in ul.main_nav_sub li a::after {
    content: "";
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_in ul.main_nav_sub li a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    cursor: hand;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_in ul.main_nav_sub li:last-child a::after {
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_in ul.main_nav_sub li:first-child a::before {
    display: none;
  }
  nav.main_nav_pc ul li .sub_nav_box .sub_nav_box_in ul.main_nav_sub li::after {
    display: none;
  }
  .nav_add {
    background-color: #ffffff;
    width: 100%;
    height: 8rem !important;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 9;
    margin: 0 0 0 0;
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 9999999999 !important;
  }
  .nav_add .header_box .head_logo {
    display: block !important;
    width: 17% !important;
    max-width: 21.347rem !important;
    margin: 0 !important;
    position: absolute;
    top: 1rem !important;
    left: 6.9rem;
    left: clamp(2rem, -6.7111rem + 11.343vw, 6.9rem);
  }
  .nav_add .header_box .head_logo a {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  .nav_add .header_box .head_logo a img {
    width: 100%;
    height: auto;
  }
  .nav_add .header_box .main_nav_pc {
    position: absolute !important;
    top: 1rem !important;
    right: 0 !important;
    height: 6rem !important;
    z-index: 9999999999 !important;
    background-color: #ffffff;
    width: 84.6rem;
    width: 78% !important;
    max-width: 84.6rem !important;
    padding: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (width >= 48em), print {
  .overview {
    width: 100%;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer {
  width: 100%;
  background: url("../img/footer_bg.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
}
footer .footer_frame {
  display: block;
  width: 96%;
  max-width: 1200px;
  margin: 0 auto 0 auto;
  padding: 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer_frame ul.footer_list {
  width: 48%;
  line-height: 130%;
  font-size: 1.6rem;
  margin: 0 auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer_frame ul.footer_list li {
  width: 100%;
  height: 16px;
  margin: 0 0 2rem 0;
  padding: 0 0 0 0;
  list-style-type: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .footer_frame ul.footer_list li a {
  color: #ffffff;
  text-decoration: none;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.4rem;
  position: relative;
}
footer .footer_frame ul.footer_list li.treatment {
  display: none;
}
footer {
  /*コピーライト*/
}
footer .copyright {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 1rem 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  border-top: #ffffff 0.1rem solid;
}
footer .copyright a {
  font-family: "notoserifjp_sembold";
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.1em;
}

@media screen and (width >= 48em), print {
  footer {
    width: 100%;
    height: 16rem;
    background: url("../img/footer_bg.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
  }
  footer .footer_frame {
    display: block;
    width: 98%;
    max-width: 1200px;
    margin: 0 auto 0 auto;
    padding: 3rem 0 2rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer .footer_frame ul.footer_list {
    width: 100%;
    line-height: 130%;
    font-size: 1.6rem;
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer_frame ul.footer_list li {
    width: auto;
    height: 2rem;
    margin: 0 2.2rem 2.6rem 0;
    margin: 0 clamp(0.2rem, -1.5778rem + 2.315vw, 1.2rem) 2.6rem 0;
    padding: 0 2.2rem 0 0;
    padding: 0 clamp(0.2rem, -1.5778rem + 2.315vw, 1.2rem) 0 0;
    list-style-type: none;
    position: relative;
    border-right: #ffffff 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer .footer_frame ul.footer_list li a {
    color: #ffffff;
    text-decoration: none;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.4rem;
    font-size: clamp(0.8rem, -0.2667rem + 1.389vw, 1.4rem);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer .footer_frame ul.footer_list li a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer .footer_frame ul.footer_list li.treatment {
    display: none;
  }
  footer .footer_frame ul.footer_list li:first-child {
    border-left: #ffffff 1px solid;
    margin: 0 clamp(0.2rem, -1.5778rem + 2.315vw, 1.2rem) 2.6rem 0;
    padding: 0 clamp(0.2rem, -1.5778rem + 2.315vw, 1.2rem) 0 clamp(0.2rem, -1.5778rem + 2.315vw, 1.2rem);
  }
  footer {
    /*コピーライト*/
  }
  footer .copyright {
    height: 4rem;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ffffff;
    font-size: clamp(1.3rem, 0.4111rem + 1.157vw, 1.8rem);
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer .copyright a {
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.2rem;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.1em;
  }
  footer .copyright a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  footer {
    width: 100%;
    height: 16rem;
    background: url("../img/footer_bg.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    position: relative;
  }
  footer .footer_frame {
    display: block;
    width: 98%;
    max-width: 1200px;
    margin: 0 auto 0 auto;
    padding: 3rem 0 2rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer .footer_frame ul.footer_list {
    width: 100%;
    line-height: 130%;
    font-size: 1.6rem;
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer_frame ul.footer_list li {
    width: auto;
    height: 2rem;
    margin: 0 2.2rem 2.6rem 0;
    margin: 0 clamp(0.4rem, -1.0222rem + 1.852vw, 1.2rem) 2.6rem 0;
    padding: 0 2.2rem 0 0;
    padding: 0 clamp(0.4rem, -1.0222rem + 1.852vw, 1.2rem) 0 0;
    list-style-type: none;
    position: relative;
    border-right: #ffffff 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer .footer_frame ul.footer_list li a {
    color: #ffffff;
    text-decoration: none;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.4rem;
    font-size: clamp(1rem, 0.4667rem + 0.694vw, 1.3rem);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer .footer_frame ul.footer_list li a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer .footer_frame ul.footer_list li.treatment {
    display: none;
  }
  footer .footer_frame ul.footer_list li:first-child {
    border-left: #ffffff 1px solid;
    margin: 0 clamp(0.4rem, -1.0222rem + 1.852vw, 1.2rem) 2.6rem 0;
    padding: 0 clamp(0.4rem, -1.0222rem + 1.852vw, 1.2rem) 0 clamp(0.2rem, -1.5778rem + 2.315vw, 1.2rem);
  }
  footer {
    /*コピーライト*/
  }
  footer .copyright {
    height: 4rem;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #ffffff;
    font-size: clamp(1.3rem, 0.4111rem + 1.157vw, 1.8rem);
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  footer .copyright a {
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.2rem;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.1em;
  }
  footer .copyright a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
　フッターリンク
----------------------------------------------------------- */
.footer_link {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 13vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 999999;
  border-top: #ffffff 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer_link a.footer_link_box {
  color: #ffffff;
  background-color: #1B2F5B;
  text-align: center;
  font-family: "notoserifjp_sembold";
  font-weight: normal;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  background-color: #1B2F5B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
}
.footer_link a.footer_link_box span {
  font-size: 1.4rem;
}
.footer_link a.footer_tel {
  width: 45%;
  border-right: #ffffff 0.1rem solid;
}
.footer_link a.footer_tel em {
  font-style: normal;
}
.footer_link a.footer_web {
  width: 40%;
  border-right: #ffffff 0.1rem solid;
}
.footer_link a.footer_web i {
  font-size: 2.4rem;
  margin: 0 0.5rem 0 0;
}
.footer_link .footer_link_box {
  width: 15%;
}
.footer_link .footer_link_box a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-color: #1B2F5B;
  text-align: center;
  font-family: "notoserifjp_sembold";
  font-weight: normal;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  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;
}

@media screen and (width >= 48em), print {
  .footer_link {
    display: none;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#pagetop_position {
  display: none;
}

@media screen and (width >= 48em), print {
  #pagetop_position {
    display: block;
    margin: 0;
    padding: 0;
  }
  #pagetop_position #linkpagetop a {
    display: block;
    width: clamp(4rem, 2.2222rem + 2.315vw, 5rem);
    height: clamp(4rem, 2.2222rem + 2.315vw, 5rem);
  }
  #pagetop_position #linkpagetop a img {
    width: 100%;
    height: auto;
  }
  #pagetop_position #linkpagetop a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #pagetop {
    position: fixed;
    bottom: 2rem;
    right: 14%;
    right: clamp(1%, -22.111% + calc(3.009% * 1vw / 1px), 14%);
    z-index: 999999;
  }
}
/* -----------------------------------------------------------
　電話制御用
----------------------------------------------------------- */
.footer_tel {
  pointer-events: none;
}

.info_box_tel span a {
  pointer-events: none;
}

.info_box_tel span a {
  pointer-events: none;
}

/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
/*トップキービジュアル*/
.key_visual {
  position: relative;
  width: 100%;
  height: 110vw;
}
.key_visual .key {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  /*大枠*/
}
.key_visual .key .key_bg {
  width: 100%;
  height: 110vw;
  position: relative;
}
.key_visual .key .key_01 {
  background: url("../img/key_visual_01.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_02 {
  background: url("../img/key_visual_02.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_03 {
  background: url("../img/key_visual_03.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual .key .key_04 {
  background: url("../img/key_visual_04.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
}
.key_visual hr.key_transparent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  display: block;
  width: 100%;
  height: 110vw;
  background-color: rgba(27, 47, 91, 0.17);
  border: none;
  margin: 0;
}
.key_visual hr.key_info_box {
  display: none;
}
.key_visual hr.key_info_box_transparent {
  display: none;
}
.key_visual .key_contents {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 110vw;
}
.key_visual .key_contents .key_logo {
  display: none;
}
.key_visual .key_contents .header_tel {
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0;
  font-family: "zenmarugothic_medium";
  font-weight: normal;
  font-size: 2rem;
  color: #1B2F5B;
  text-align: center;
  line-height: 100%;
}
.key_visual .key_contents .header_tel span {
  font-size: 2.6rem;
}
.key_visual .key_contents .header_tel span a {
  color: #1B2F5B;
  text-decoration: none;
}
.key_visual .key_contents .header_tel em {
  font-style: normal;
  font-size: 1.6rem;
  display: block;
}
.key_visual .key_contents .key_open {
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  width: 15rem;
  height: 15rem;
}
.key_visual .key_contents .key_text {
  position: absolute;
  top: 6rem;
  right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.key_visual .key_contents .key_text span {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: "zenkakugothicnew_bold";
  font-weight: bold;
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-shadow: 0.2rem 0.6rem 0.3rem rgba(0, 0, 0, 0.25), 0.2rem 0.6rem 0.3rem rgba(0, 0, 0, 0.25);
}
.key_visual .key_contents .key_text span em {
  border-right: #FFEE00 0.3rem solid;
  font-style: normal;
}
.key_visual .key_contents .key_text span.kt1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.key_visual .key_contents .key_text span.kt2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 2rem 0 0 0;
}

/*下層キービジュアル*/
.key_visual_low {
  width: 100%;
  height: 10rem;
  background: url("../img/key_visual_low.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.key_visual_low h1 {
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 2.2rem;
  text-align: center;
  color: #1B2F5B;
  line-height: 160%;
  letter-spacing: 0.1em;
}

@media screen and (width >= 48em), print {
  /*トップキービジュアル*/
  .key_visual {
    position: relative;
    width: 100%;
    height: 84.7rem;
    overflow: visible;
  }
  .key_visual .key {
    position: relative;
    top: 0;
    left: 5rem;
    z-index: 3;
    width: 100% !important;
    height: 80rem;
    margin: 0 auto;
    overflow: hidden;
    /*大枠*/
  }
  .key_visual .key .key_bg {
    width: 130rem !important;
    height: 80rem;
    position: absolute;
    top: 0 !important;
    left: auto !important;
    right: 0;
    float: right;
  }
  .key_visual .key .key_01 {
    background: url("../img/key_visual_01.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_02 {
    background: url("../img/key_visual_02.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_03 {
    background: url("../img/key_visual_03.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_04 {
    background: url("../img/key_visual_04.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual hr.key_transparent {
    position: absolute;
    top: 0;
    left: auto;
    right: -5rem;
    z-index: 5;
    content: "";
    display: block;
    width: 130rem;
    height: 80rem;
    background-color: rgba(27, 47, 91, 0.17);
    border: none;
    margin: 0;
    background-color: rgba(27, 47, 91, 0.17);
  }
  .key_visual hr.key_info_box {
    display: block;
    border: none;
  }
  .key_visual hr.key_info_box_transparent {
    display: block;
    border: none;
  }
  .key_visual hr.key_info_box {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    z-index: 2;
    width: 45.6rem;
    height: 60rem;
    background-color: #1B2F5B;
    margin: 0 0 0 -31.5%;
    overflow: visible;
    border: none;
  }
  .key_visual hr.key_info_box::before {
    content: "";
    display: block;
    width: 100%;
    height: 60rem;
    position: absolute;
    top: 0;
    left: -100%;
    background-color: #1B2F5B;
  }
  .key_visual hr.key_info_box_transparent {
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    z-index: 3;
    width: 45.6rem;
    height: 60rem;
    background: url("../img/key_logo.svg") no-repeat;
    background-position: center top 12rem;
    background-size: 39rem;
    background-color: rgba(27, 47, 91, 0.73);
    margin: 0 0 0 -31.5%;
    overflow: visible;
    border: none;
  }
  .key_visual hr.key_info_box_transparent::before {
    content: "";
    display: block;
    width: 100%;
    height: 60rem;
    position: absolute;
    top: 0;
    left: -100%;
    background-color: rgba(27, 47, 91, 0.73);
  }
  .key_visual .key_contents {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
    width: 96%;
    max-width: 1200px;
    height: 84.7rem;
    margin: 0 auto;
    overflow: visible;
    /*background-color: rgba(109,203,232,0.6);*/
  }
  .key_visual .key_contents .key_logo {
    display: block;
    position: absolute;
    top: -2rem;
    left: 6rem;
  }
  .key_visual .key_contents .key_logo h1 {
    width: 20rem;
  }
  .key_visual .key_contents .key_logo h1 a {
    display: block;
    width: 100%;
  }
  .key_visual .key_contents .key_logo h1 a img {
    width: 100%;
    height: auto;
  }
  .key_visual .key_contents .header_tel {
    font-family: "zenmarugothic_medium";
    font-weight: normal;
    font-size: 1.6rem;
    font-size: clamp(1.4rem, 1.0444rem + 0.463vw, 1.6rem);
    color: #ffffff;
    text-align: left;
    line-height: 100%;
    letter-spacing: 0.08em;
    position: absolute;
    top: 26.8rem;
    left: 5.8rem;
    margin: 0;
  }
  .key_visual .key_contents .header_tel span {
    font-size: 2.5rem;
    font-size: clamp(2.1rem, 1.3889rem + 0.926vw, 2.5rem) a;
    font-size-color: #ffffff;
    font-size-text-decoration: none;
  }
  .key_visual .key_contents .header_tel em {
    font-style: normal;
    font-size: 1.6rem;
    display: block;
    margin: 1rem 0 0 2rem;
  }
  .key_visual .key_contents .key_open {
    position: absolute;
    bottom: 19rem;
    z-index: 2;
    left: 18.9rem;
    width: 22rem;
    height: 22rem;
    width: clamp(18rem, 10.8889rem + 9.259vw, 22rem);
    height: clamp(18rem, 10.8889rem + 9.259vw, 22rem);
  }
  .key_visual .key_contents .key_text {
    position: absolute;
    top: 8.2rem;
    right: 12.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
  .key_visual .key_contents .key_text span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-family: "zenkakugothicnew_bold";
    font-weight: bold;
    font-size: 3rem;
    font-size: clamp(2.6rem, 1.8889rem + 0.926vw, 3rem);
    color: #ffffff;
    letter-spacing: 0.1em;
    text-shadow: 0.2rem 0.6rem 0.3rem rgba(0, 0, 0, 0.25), 0.2rem 0.6rem 0.3rem rgba(0, 0, 0, 0.25);
  }
  .key_visual .key_contents .key_text span em {
    border-right: #FFEE00 0.3rem solid;
    font-style: normal;
  }
  .key_visual .key_contents .key_text span.kt1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .key_visual .key_contents .key_text span.kt2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 4.8rem 0 0 0;
  }
  /*下層キービジュアル*/
  .key_visual_low {
    width: 100%;
    height: clamp(10rem, 6.4444rem + 4.63vw, 12rem);
    background-color: #F7F7F7;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .key_visual_low h1 {
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: clamp(2.6rem, 0.8222rem + 2.315vw, 3.6rem);
    text-align: center;
    color: #1B2F5B;
    line-height: 160%;
    letter-spacing: 0.2em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .key_visual {
    position: relative;
    width: 100%;
    height: 84.7rem;
    overflow: visible;
  }
  .key_visual .key {
    position: relative;
    top: 0;
    left: 5rem;
    z-index: 3;
    width: 100% !important;
    height: 80rem;
    margin: 0 auto;
    overflow: hidden;
    /*大枠*/
  }
  .key_visual .key .key_bg {
    width: 130rem !important;
    height: 80rem;
    position: absolute;
    top: 0 !important;
    left: auto !important;
    right: 0;
    right: clamp(-50rem, -85.5556rem + 46.296vw, -30rem);
    float: right;
  }
  .key_visual .key .key_01 {
    background: url("../img/key_visual_01.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_02 {
    background: url("../img/key_visual_02.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_03 {
    background: url("../img/key_visual_03.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual .key .key_04 {
    background: url("../img/key_visual_04.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .key_visual hr.key_transparent {
    position: absolute;
    top: 0;
    left: auto;
    right: -5rem;
    right: clamp(-55rem, -90.5556rem + 46.296vw, -35rem);
    z-index: 5;
    content: "";
    display: block;
    width: 130rem;
    height: 80rem;
    background-color: rgba(27, 47, 91, 0.17);
    border: none;
    margin: 0;
    background-color: rgba(27, 47, 91, 0.17);
  }
  .key_visual hr.key_info_box {
    display: block;
    border: none;
  }
  .key_visual hr.key_info_box_transparent {
    display: block;
    border: none;
  }
  .key_visual hr.key_info_box {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    z-index: 2;
    width: 45.6rem;
    height: 60rem;
    background-color: #1B2F5B;
    margin: 0 0 0 -31.5%;
    overflow: visible;
    border: none;
  }
  .key_visual hr.key_info_box::before {
    content: "";
    display: block;
    width: 100%;
    height: 60rem;
    position: absolute;
    top: 0;
    left: -100%;
    background-color: #1B2F5B;
  }
  .key_visual hr.key_info_box_transparent {
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    z-index: 3;
    width: 45.6rem;
    height: 60rem;
    background: url("../img/key_logo.svg") no-repeat;
    background-position: center top 12rem;
    background-size: 39rem;
    background-color: rgba(27, 47, 91, 0.73);
    margin: 0 0 0 -31.5%;
    overflow: visible;
    border: none;
  }
  .key_visual hr.key_info_box_transparent::before {
    content: "";
    display: block;
    width: 100%;
    height: 60rem;
    position: absolute;
    top: 0;
    left: -100%;
    background-color: rgba(27, 47, 91, 0.73);
  }
  .key_visual .key_contents {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
    width: 96%;
    max-width: 1200px;
    height: 84.7rem;
    margin: 0 auto;
    overflow: visible;
  }
  .key_visual .key_contents .key_logo {
    display: block;
    position: absolute;
    top: -2rem;
    left: 6rem;
  }
  .key_visual .key_contents .key_logo h1 {
    width: 20rem;
    width: clamp(15rem, 6.1111rem + 11.574vw, 20rem);
  }
  .key_visual .key_contents .key_logo h1 a {
    display: block;
    width: 100%;
  }
  .key_visual .key_contents .key_logo h1 a img {
    width: 100%;
    height: auto;
  }
  .key_visual .key_contents .header_tel {
    font-family: "zenmarugothic_medium";
    font-weight: normal;
    font-size: 1.6rem;
    font-size: clamp(1.4rem, 1.0444rem + 0.463vw, 1.6rem);
    color: #ffffff;
    text-align: left;
    line-height: 100%;
    letter-spacing: 0.08em;
    position: absolute;
    top: 26.8rem;
    left: 5.8rem;
    margin: 0;
  }
  .key_visual .key_contents .header_tel span {
    font-size: 2.5rem;
    font-size: clamp(2.1rem, 1.3889rem + 0.926vw, 2.5rem);
  }
  .key_visual .key_contents .header_tel span a {
    color: #ffffff;
    text-decoration: none;
  }
  .key_visual .key_contents .key_open {
    position: absolute;
    bottom: 19rem;
    z-index: 2;
    left: 18.9rem;
    width: 22rem;
    height: 22rem;
    width: clamp(18rem, 10.8889rem + 9.259vw, 22rem);
    height: clamp(18rem, 10.8889rem + 9.259vw, 22rem);
  }
  .key_visual .key_contents .key_text {
    position: absolute;
    top: 8.2rem;
    right: 12.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
  .key_visual .key_contents .key_text span {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-family: "zenkakugothicnew_bold";
    font-weight: bold;
    font-size: 3rem;
    font-size: clamp(2.2rem, 1.4889rem + 0.926vw, 2.6rem);
    color: #ffffff;
    letter-spacing: 0.1em;
    text-shadow: 0.2rem 0.6rem 0.3rem rgba(0, 0, 0, 0.25), 0.2rem 0.6rem 0.3rem rgba(0, 0, 0, 0.25);
  }
  .key_visual .key_contents .key_text span em {
    border-right: #FFEE00 0.3rem solid;
    font-style: normal;
  }
  .key_visual .key_contents .key_text span.kt1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .key_visual .key_contents .key_text span.kt2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 4.8rem 0 0 0;
  }
  /*下層キービジュアル*/
  .key_visual_low {
    width: 100%;
    height: clamp(10rem, 6.4444rem + 4.63vw, 12rem);
    background-color: #F7F7F7;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .key_visual_low h1 {
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: clamp(2.6rem, 0.8222rem + 2.315vw, 3.6rem);
    text-align: center;
    color: #1B2F5B;
    line-height: 160%;
    letter-spacing: 0.2em;
  }
}
.info_frame {
  width: 100%;
  background-color: #F7F7F7;
}
.info_frame .info_box {
  width: 100%;
  padding: 2rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info_frame .info_box .info_box_left {
  width: 96%;
  margin: 0 auto 0 auto;
}
.info_frame .info_box .info_box_left .info_logo {
  display: block;
  margin: 0 0 1rem 0;
}
.info_frame .info_box .info_box_left .info_logo img {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.info_frame .info_box .info_box_left .info_box_left_access {
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.4rem;
  text-align: center;
  color: #142B52;
  line-height: 140%;
  margin: 0 0 2rem 0;
}
.info_frame .info_box .info_box_left .info_box_tel {
  font-family: "zenmarugothic_medium";
  font-weight: normal;
  font-size: 1.4rem;
  text-align: center;
  color: #142B52;
  line-height: 140%;
  display: block;
  letter-spacing: 0.08em;
}
.info_frame .info_box .info_box_left .info_box_tel span {
  font-size: 2rem;
}
.info_frame .info_box .info_box_left .info_box_tel span a {
  font-size: 2.2rem;
  color: #142B52;
  text-decoration: none;
}
.info_frame .info_box .info_box_left .info_box_tel em {
  font-style: normal;
  font-size: 1.4rem;
  display: block;
}
.info_frame .info_box .info_box_left .info_box_fax {
  font-family: "zenmarugothic_medium";
  font-weight: normal;
  font-size: 1.4rem;
  text-align: center;
  color: #142B52;
  line-height: 140%;
  display: block;
  letter-spacing: 0.08em;
  pointer-events: none;
  margin: 1rem 0 0 0;
}
.info_frame .info_box .info_box_left .info_box_fax span {
  font-size: 2rem;
}
.info_frame .info_box .info_box_left .info_box_fax span a {
  font-size: 2.2rem;
  color: #142B52;
  text-decoration: none;
}
.info_frame .info_box .info_box_left .info_box_parking {
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.4rem;
  text-align: left;
  color: #142B52;
  border-left: #142B52 0.5rem solid;
  width: 90%;
  padding: 0 0 0 10rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 2rem auto 1rem auto;
  position: relative;
}
.info_frame .info_box .info_box_left .info_box_parking span {
  position: absolute;
  top: 0;
  left: 1rem;
  font-family: "zenmarugothic_bold";
  font-weight: bold;
  margin: 0 2rem 0 0;
}
.info_frame .info_box .info_box_left .info_box_gide {
  width: 96%;
  margin: 2rem auto 0 auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.info_frame .info_box .info_box_left .info_box_gide .info_box_btn {
  width: 90%;
  height: 7.6rem;
  margin: 0 0 2rem 0;
  background: url("../img/bnr_treatinfo.jpg") no-repeat;
  background-position: center top;
  background-size: contain;
  color: #ffffff;
  font-family: "zenkakugothicnew_medium";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 160%;
  padding: 0 0 0 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.info_frame .info_box .info_box_left .info_box_gide .info_box_btn span {
  font-size: 2rem;
}
.info_frame .info_box .info_box_left .info_box_gide .info_box_btn em {
  font-size: 1.2rem;
  font-style: normal;
}
.info_frame .info_box .info_box_left .info_box_gide .info_box_btn::before {
  position: absolute;
  top: calc(50% - 1rem);
  right: 1rem;
  content: "";
  display: block;
  width: 0.8rem;
  height: 1.6rem;
  background: url("../img/icon_03.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.info_frame .info_box .info_box_left .info_box_gide .info_box_btn::after {
  content: "";
  width: calc(100% - 0.8rem);
  height: calc(100% - 0.8rem);
  display: block;
  border: #ffffff 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0.3rem;
  bottom: 0;
  margin: 0 auto;
}
.info_frame .info_box .info_box_left .info_box_gide .info_box_btn:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.info_frame .info_box .info_box_left .info_box_gide .info_box_instagram {
  width: 10%;
}
.info_frame .info_box .info_box_left .info_box_gide .info_box_instagram img {
  width: 100%;
  height: 100%;
}
.info_frame .info_box .info_box_right {
  background-color: #1B2F5B;
  margin: 2rem 0 0 0;
  padding: 2rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info_frame .info_box .info_box_right .googlemap {
  display: block;
  width: 96%;
  height: 100vw;
  margin: 0 auto 0 auto;
}
.info_frame .info_box .info_box_right .info_box_link {
  width: 70%;
  margin: 2rem auto 0 auto;
  border: #F6FAFF 0.1rem solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-decoration: none;
  padding: 1.3rem 1rem 1rem 2rem;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.info_frame .info_box .info_box_right .info_box_link::after {
  content: "";
  width: 6rem;
  height: 0.1rem;
  background-color: #F6FAFF;
  position: absolute;
  top: calc(50% - 0.05rem);
  right: 0;
  z-index: 2;
}
.info_frame .info_box .info_box_right .info_box_link::before {
  content: "";
  width: 3rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #5877BB;
}
.info_frame .info_box .info_box_right .info_box_link:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.info_frame .info_box .info_box_right .info_box_root {
  width: 90%;
  margin: 2rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 0.03em;
}
.info_frame .info_box .info_box_right .info_box_root img {
  width: 20%;
}
.info_frame .info_box .info_box_right .info_box_root ul {
  width: 75%;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
}
.info_frame .info_box .info_box_right .info_box_root ul li {
  color: #ffffff;
  line-height: 100%;
  margin: 0.5rem 0;
  font-size: 1.4rem;
}
.info_frame .info_box .info_box_right .info_box_root ul li span {
  font-size: 1.8rem;
}
.info_frame .info_box .info_box_right .info_box_root ul li em {
  font-style: normal;
  font-size: 2rem;
}
.info_frame .info_box .info_box_right .info_box_root2 {
  width: 90%;
  margin: 2rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 0.03em;
}
.info_frame .info_box .info_box_right .info_box_root2 i {
  width: 6rem;
  height: 6rem;
  color: #1B2F5B;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 3rem;
  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;
}
.info_frame .info_box .info_box_right .info_box_root2 ul {
  width: 75%;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style-type: none;
}
.info_frame .info_box .info_box_right .info_box_root2 ul li {
  color: #ffffff;
  line-height: 100%;
  margin: 0.5rem 0;
  font-size: 1.4rem;
}
.info_frame .info_box .info_box_right .info_box_root2 ul li span {
  font-size: 1.8rem;
}
.info_frame .info_box .info_box_right .info_box_root2 ul li em {
  font-style: normal;
  font-size: 2rem;
}
.info_frame .info_box .info_box_right .info_box_root2 ul li {
  /*
              width: 100%;
              color: $color_white;
              line-height: 100%;
              margin: 0.5rem 0;
              font-size: 1.4rem;   
              display: -webkit-flex;
              display: flex;
              -webkit-justify-content: flex-start;
              justify-content: flex-start;
              -webkit-align-items: center;
              align-items: center;        
              -webkit-flex-direction:row;
              flex-direction:row;
              -webkit-flex-wrap: nowrap;
              flex-wrap: nowrap;
              .r1{
                font-size: 1.2rem; 
                width: 30%; 
                margin: 0;
              }
              .r2{
                font-size: 1.5rem;  
                width: 70%;
                margin: 0;
                span{
                  font-size: 1.2rem; 
                }
              }
  */
}

@media screen and (width >= 48em), print {
  .info_frame {
    width: 100%;
    background-color: #F7F7F7;
    margin: 14rem 0 0 0;
    overflow: visible;
    padding: 0 0 4rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .info_frame .info_box {
    width: 96%;
    max-width: 1200px;
    padding: 4rem 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .info_frame .info_box .info_box_left {
    width: 50%;
    margin: 0 0 0 0;
  }
  .info_frame .info_box .info_box_left .info_logo {
    display: block;
    margin: 0 0 3.2rem 0;
  }
  .info_frame .info_box .info_box_left .info_logo img {
    display: block;
    width: 28.2rem;
    width: clamp(18.2rem, 0.4222rem + 23.148vw, 28.2rem);
    margin: 0 auto;
  }
  .info_frame .info_box .info_box_left .info_box_left_access {
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.8rem;
    font-size: clamp(1.4rem, 0.6889rem + 0.926vw, 1.8rem);
    text-align: center;
    color: #142B52;
    line-height: 140%;
    letter-spacing: 0.08em;
    margin: 0 0 1.9rem 0;
    margin: 0 0 clamp(1.5rem, 0.7889rem + 0.926vw, 1.9rem) 0;
  }
  .info_frame .info_box .info_box_left .info_box_tel {
    font-family: "zenmarugothic_medium";
    font-weight: normal;
    font-size: 1.6rem;
    font-size: clamp(1.2rem, 0.4889rem + 0.926vw, 1.6rem);
    text-align: center;
    color: #142B52;
    line-height: 140%;
    display: block;
    letter-spacing: 0.08em;
  }
  .info_frame .info_box .info_box_left .info_box_tel span {
    font-size: 2.5rem;
    font-size: clamp(2.1rem, 1.3889rem + 0.926vw, 2.5rem);
  }
  .info_frame .info_box .info_box_left .info_box_tel span a {
    font-size: 2.5rem;
    font-size: clamp(2.1rem, 1.3889rem + 0.926vw, 2.5rem);
    color: #142B52;
    text-decoration: none;
  }
  .info_frame .info_box .info_box_left .info_box_tel em {
    font-style: normal;
    font-size: 1.8rem;
    display: block;
  }
  .info_frame .info_box .info_box_left .info_box_fax {
    font-family: "zenmarugothic_medium";
    font-weight: normal;
    font-size: 1.6rem;
    font-size: clamp(1.2rem, 0.4889rem + 0.926vw, 1.6rem);
    text-align: center;
    color: #142B52;
    line-height: 140%;
    display: block;
    letter-spacing: 0.08em;
    pointer-events: none;
    margin: 1rem 0 0 0;
  }
  .info_frame .info_box .info_box_left .info_box_fax span {
    font-size: 2.5rem;
    font-size: clamp(2.1rem, 1.3889rem + 0.926vw, 2.5rem);
  }
  .info_frame .info_box .info_box_left .info_box_fax span a {
    font-size: 2.5rem;
    font-size: clamp(2.1rem, 1.3889rem + 0.926vw, 2.5rem);
    color: #142B52;
    text-decoration: none;
  }
  .info_frame .info_box .info_box_left table.timetable {
    width: 98%;
    max-width: 55.938rem;
    margin: -0.4rem auto clamp(2.4rem, -2.9333rem + 6.944vw, 5.4rem) auto;
  }
  .info_frame .info_box .info_box_left .info_box_parking {
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.6rem;
    font-size: clamp(1.2rem, 0.4889rem + 0.926vw, 1.6rem);
    text-align: left;
    color: #142B52;
    border-left: #142B52 0.5rem solid;
    width: 47.7rem;
    padding: 0 0 0 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 2rem auto 1rem auto;
  }
  .info_frame .info_box .info_box_left .info_box_parking span {
    position: static;
    font-family: "zenmarugothic_bold";
    font-weight: bold;
    margin: 0 4rem 0 0;
  }
  .info_frame .info_box .info_box_left .info_box_gide {
    width: 90%;
    max-width: 48.4rem;
    margin: 2rem auto 0 auto;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .info_frame .info_box .info_box_left .info_box_gide .info_box_btn {
    width: 40rem;
    width: clamp(36rem, 28.8889rem + 9.259vw, 40rem);
    height: 10rem;
    height: clamp(8rem, 4.4444rem + 4.63vw, 10rem);
    margin: 0 auto 0 auto;
    background: url("../img/bnr_treatinfo.jpg") no-repeat;
    background-position: center top;
    background-size: 100%;
    color: #ffffff;
    font-family: "zenkakugothicnew_medium";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 130%;
    padding: 1rem 0 0 3rem;
    padding: clamp(0.5rem, -0.3889rem + 1.157vw, 1rem) 0 0 clamp(2rem, 0.2222rem + 2.315vw, 3rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    letter-spacing: 0.02em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .info_frame .info_box .info_box_left .info_box_gide .info_box_btn span {
    font-size: 2rem;
  }
  .info_frame .info_box .info_box_left .info_box_gide .info_box_btn em {
    font-size: 1.4rem;
    font-style: normal;
  }
  .info_frame .info_box .info_box_left .info_box_gide .info_box_btn::before {
    position: absolute;
    top: calc(50% - 0.85rem);
    right: 2.5rem;
    right: clamp(1.5rem, -0.2778rem + 2.315vw, 2.5rem);
    content: "";
    display: block;
    width: 0.953rem;
    height: 1.7rem;
    background: url("../img/icon_03.svg") no-repeat;
    background-size: contain;
    background-position: center;
  }
  .info_frame .info_box .info_box_left .info_box_gide .info_box_btn::after {
    content: "";
    width: calc(100% - clamp(0.4rem, -0.3111rem + 0.926vw, 0.8rem));
    height: calc(100% - clamp(0.4rem, -0.3111rem + 0.926vw, 0.8rem));
    display: block;
    border: #ffffff 1px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0.4rem;
    bottom: 0;
    margin: 0 auto;
  }
  .info_frame .info_box .info_box_left .info_box_gide .info_box_btn:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .info_frame .info_box .info_box_left .info_box_gide .info_box_btn.overview_ajs {
    line-height: 230%;
  }
  .info_frame .info_box .info_box_left .info_box_gide .info_box_instagram {
    width: 4rem;
    width: clamp(3.6rem, 2.8889rem + 0.926vw, 4rem);
    margin: 0 0 0 clamp(4rem, 3.2889rem + 0.926vw, 4.4rem);
  }
  .info_frame .info_box .info_box_left .info_box_gide .info_box_instagram img {
    width: 100%;
    height: 100%;
  }
  .info_frame .info_box .info_box_right {
    width: 50%;
    height: 73rem;
    background-color: #1B2F5B;
    margin: -9.8rem 0 0 0;
    padding: 1.8rem 0 1.8rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .info_frame .info_box .info_box_right::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -99%;
    background-color: #1B2F5B;
  }
  .info_frame .info_box .info_box_right .googlemap {
    display: block;
    width: 96%;
    max-width: 56rem;
    height: 100%;
    max-height: 38rem;
    margin: 0 auto 0 auto;
  }
  .info_frame .info_box .info_box_right .info_box_link {
    width: 26rem;
    width: clamp(22rem, 14.8889rem + 9.259vw, 26rem);
    height: 5rem;
    height: clamp(4rem, 2.2222rem + 2.315vw, 5rem);
    margin: 2rem auto 0 auto;
    border: #F6FAFF 0.1rem solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    color: #ffffff;
    font-size: 1.6rem;
    font-size: clamp(1.1rem, 0.2111rem + 1.157vw, 1.6rem);
    font-weight: bold;
    letter-spacing: 0.08em;
    text-decoration: none;
    padding: 1rem 1rem 0 3.3rem;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .info_frame .info_box .info_box_right .info_box_link::after {
    content: "";
    width: 5rem;
    height: 0.1rem;
    background-color: #F6FAFF;
    position: absolute;
    top: calc(50% - 0.05rem);
    right: 0;
    z-index: 2;
  }
  .info_frame .info_box .info_box_right .info_box_link::before {
    content: "";
    width: 2.5rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #5877BB;
  }
  .info_frame .info_box .info_box_right .info_box_link:hover {
    opacity: 1;
    background-color: #5877BB;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .info_frame .info_box .info_box_right .info_box_root {
    width: 39rem;
    width: clamp(32rem, 21.3333rem + 13.889vw, 38rem);
    margin: 4rem auto 0 auto;
    margin: 4rem 0 0 clamp(3rem, -9.4444rem + 16.204vw, 10rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    letter-spacing: 0.03em;
  }
  .info_frame .info_box .info_box_right .info_box_root img {
    width: 7rem;
    width: clamp(5rem, 1.4444rem + 4.63vw, 7rem);
    height: auto;
  }
  .info_frame .info_box .info_box_right .info_box_root ul {
    margin: -1rem 0 0 0;
    width: 28rem;
    width: clamp(26rem, 22.4444rem + 4.63vw, 28rem);
    width: clamp(26rem, 22.4444rem + 4.63vw, 28rem);
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    white-space: nowrap;
    overflow: visible;
  }
  .info_frame .info_box .info_box_right .info_box_root ul li {
    color: #ffffff;
    line-height: 100%;
    margin: 0.5rem 0;
    font-size: 2rem;
    font-size: clamp(1.6rem, 0.8889rem + 0.926vw, 2rem);
  }
  .info_frame .info_box .info_box_right .info_box_root ul li span {
    font-size: 2.6rem;
    font-size: clamp(2.2rem, 1.4889rem + 0.926vw, 2.6rem);
  }
  .info_frame .info_box .info_box_right .info_box_root ul li em {
    font-style: normal;
    font-size: 3rem;
    font-size: clamp(2.6rem, 1.8889rem + 0.926vw, 3rem);
  }
  .info_frame .info_box .info_box_right .info_box_root2 {
    width: 38rem;
    width: clamp(32rem, 21.3333rem + 13.889vw, 38rem);
    width: 50rem;
    width: 96%;
    max-width: 50rem;
    margin: 4rem 0 0 10.5rem;
    margin: 4rem auto 0 auto;
    margin: 4rem 0 0 clamp(3.2rem, -8.8889rem + 15.741vw, 10rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    letter-spacing: 0.03em;
  }
  .info_frame .info_box .info_box_right .info_box_root2 i {
    width: clamp(5rem, 1.4444rem + 4.63vw, 7rem);
    height: clamp(5rem, 1.4444rem + 4.63vw, 7rem);
    color: #1B2F5B;
    background-color: #ffffff;
    border-radius: 50%;
    font-size: clamp(3rem, 1.2222rem + 2.315vw, 4rem);
    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;
    margin: 0 clamp(1rem, -0.7778rem + 2.315vw, 2rem) 0 0;
  }
  .info_frame .info_box .info_box_right .info_box_root2 ul {
    margin: -1rem 0 0 0;
    width: 28rem;
    width: clamp(26rem, 22.4444rem + 4.63vw, 28rem);
    width: clamp(26rem, 22.4444rem + 4.63vw, 28rem);
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    white-space: nowrap;
    overflow: visible;
  }
  .info_frame .info_box .info_box_right .info_box_root2 ul li {
    color: #ffffff;
    line-height: 140%;
    margin: 0.5rem 0;
    font-size: 2rem;
    font-size: clamp(1.6rem, 0.8889rem + 0.926vw, 2rem);
  }
  .info_frame .info_box .info_box_right .info_box_root2 ul li span {
    font-size: 2.6rem;
    font-size: clamp(2.2rem, 1.4889rem + 0.926vw, 2.6rem);
  }
  .info_frame .info_box .info_box_right .info_box_root2 ul li em {
    font-style: normal;
    font-size: 3rem;
    font-size: clamp(2.6rem, 1.8889rem + 0.926vw, 3rem);
  }
  .info_frame .info_box .info_box_right .info_box_root2 {
    /*
            ul{
              width: 28rem;
              width: 40rem;
              width: clamp_size(25rem, 40rem) ;
    	        font-family: 'zenkakugothicnew_medium';          
              font-weight: normal;
              display: -webkit-flex;
              display: flex;
              -webkit-justify-content: center;
              justify-content: center;
              -webkit-align-items: flex-start;
              align-items: flex-start;      
              -webkit-flex-direction:column;
              flex-direction:column;
              list-style-type: none;
              overflow: visible;

              li{
                width: 100%;
                color: $color_white;
                line-height: 100%;
                margin: 0.5rem 0;
                font-size: 1.4rem;   
                display: -webkit-flex;
                display: flex;
                -webkit-justify-content: flex-start;
                justify-content: flex-start;
                -webkit-align-items: center;
                align-items: center;        
                -webkit-flex-direction:row;
                flex-direction:row;
                -webkit-flex-wrap: nowrap;
                flex-wrap: nowrap;
                .r1{
                  font-size: clamp_size(1.4rem, 2rem);  
                  width:30%;            
                  margin: 0;
                  line-height: 120%;
                }
                .r2{
                  font-size: clamp_size(2rem, 2.6rem);  
                  width: 70%;              
                  margin: 0;
                  span{
                    font-size: clamp_size(1.4rem, 2rem);  
                  }
                }
              }
            }
    */
  }
}
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame_bg {
  width: 100%;
  padding: 2rem 0 2.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FBF7EC;
}
.notice_frame_bg .notice_frame_out .notice_frame {
  width: 96%;
  margin: 0 auto 1rem auto;
  background-color: #ffffff;
}
.notice_frame_bg .notice_frame_out .notice_frame .notice_title_box {
  position: relative;
}
.notice_frame_bg .notice_frame_out .notice_frame .notice_title_box h2.notice_title {
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 2.2rem;
  color: #1B2F5B;
  text-align: center;
  line-height: 100%;
  padding: 1.5rem 0 1.2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
}
.notice_frame_bg .notice_frame_out .notice_frame .notice_title_box h2.notice_title span {
  font-size: 1.2rem;
  color: #8B7949;
  display: block;
}
.notice_frame_bg .notice_frame_out .notice_frame .notice_title_box::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 12rem;
  height: 20rem;
  display: block;
  background: url("../img/index_notice_img.svg") no-repeat;
  background-position: center top;
  background-size: contain;
  z-index: 1;
}
.notice_frame_bg .notice_frame_out .notice_frame .notice_box {
  width: 100%;
  height: auto;
  margin: -1rem 0 0 0;
  padding: 0 0 4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list {
  height: auto;
  margin: 0 0 0 0;
  width: 100%;
  overflow-x: hidden;
  overflow-wrap: break-word;
  padding: 0 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container {
  width: 100%;
  max-height: 60vw;
  overflow-y: scroll;
  /* スクロールバー1 */
}
.notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container::-webkit-scrollbar {
  width: 0.7rem; /* 横幅設定 */
}
.notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container::-webkit-scrollbar-thumb {
  background: #8B7949; /* ハンドルの色 */
}
.notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container::-webkit-scrollbar-track {
  background: #ffffff; /* 背景色 */
}
.notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item {
  border-bottom: #CCCCCC 1px dashed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1rem 0 0 0;
}
.notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-header {
  color: #8B7949;
  margin: 0 0 0 0;
  padding: 1rem 1rem 1rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "notoserifjp_sembold";
  font-size: 1.5rem;
  font-weight: none;
  letter-spacing: 0.1em;
  line-height: 120%;
  text-align: justify;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-header::marker {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
  color: #ffffff;
}
.notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-header::before {
  display: block;
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background: url("../img/icon_arrow_notice.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 1.2rem;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-header.open::before {
  content: "";
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-header .accordion-date {
  font-size: 1.2rem;
}
.notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item:first-of-type .accordion-header {
  border-top: none;
}
.notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-content {
  padding: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-content .content-inner p {
  margin: 0 0 0 0;
  padding: 0 1rem 0 2rem;
  color: #333333;
  font-family: "notoserifjp_medium";
  font-size: 1.4rem;
  line-height: 120%;
  text-align: justify;
}
.notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-content .content-inner p a {
  color: #000000;
  font-size: 1.4rem;
}
.notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item.open .accordion-header::before {
  content: "";
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

@media screen and (width >= 48em), print {
  .notice_frame_bg {
    width: 100%;
    padding: 2.6rem 0 2.5rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #FBF7EC;
    margin: 9rem 0 0 0;
    margin: clamp(5rem, -2.1111rem + 9.259vw, 9rem) 0 0 0;
    overflow: visible;
  }
  .notice_frame_bg .notice_frame_out {
    width: 96%;
    max-width: 120rem;
    height: 39rem;
    margin: 0 auto 0 auto;
    overflow: visible;
  }
  .notice_frame_bg .notice_frame_out .notice_frame {
    width: 107rem;
    width: 89%;
    height: 39rem;
    margin: 0 0 0 13rem;
    margin: 0 0 0 clamp(5rem, -9.2222rem + 18.519vw, 13rem);
    margin: 0 0 0 11%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    overflow: visible;
  }
  .notice_frame_bg .notice_frame_out .notice_frame .notice_title_box {
    background: none;
    width: clamp(19rem, 11.8889rem + 9.259vw, 23rem);
    width: 21%;
    height: 37rem;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    overflow: visible;
  }
  .notice_frame_bg .notice_frame_out .notice_frame .notice_title_box h2.notice_title {
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 3rem;
    font-size: clamp(2rem, 0.2222rem + 2.315vw, 3rem);
    color: #1B2F5B;
    text-align: center;
    line-height: 100%;
    padding: 0 0 0 5rem;
    padding: 0 0 0 clamp(1rem, -6.1111rem + 9.259vw, 5rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 6rem 0 2rem 0;
    letter-spacing: 0.2em;
  }
  .notice_frame_bg .notice_frame_out .notice_frame .notice_title_box h2.notice_title span {
    font-size: 1.6rem;
    font-size: clamp(1.2rem, 0.4889rem + 0.926vw, 1.6rem);
    color: #8B7949;
    display: block;
    letter-spacing: 0;
  }
  .notice_frame_bg .notice_frame_out .notice_frame .notice_title_box::before {
    position: absolute;
    top: 5rem;
    left: -13rem;
    content: "";
    width: 27.3rem;
    height: 46.6rem;
    display: block;
    background: url("../img/index_notice_img.svg") no-repeat;
    background-position: center top;
    background-size: contain;
    z-index: 1;
  }
  .notice_frame_bg .notice_frame_out .notice_frame .notice_box {
    width: clamp(80rem, 72.8889rem + 9.259vw, 84rem);
    width: 79%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list {
    height: 37rem;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-wrap: break-word;
    padding: 0 0 0 clamp(1.5rem, -1.1667rem + 3.472vw, 3rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    overflow: visible;
    background-color: #ffffff;
    scrollbar-color: #CCCCCC #CCCCCC;
  }
  .notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container {
    padding: 0.3rem 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 37rem;
    overflow-y: scroll;
    /* スクロールバー1 */
  }
  .notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container::-webkit-scrollbar {
    width: 0.9rem; /* 横幅設定 */
  }
  .notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container::-webkit-scrollbar-thumb {
    background: #8B7949; /* ハンドルの色 */
  }
  .notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container::-webkit-scrollbar-track {
    background: #ffffff; /* 背景色 */
  }
  .notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item {
    border-bottom: #CCCCCC 1px dashed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 2rem 0 2rem 0;
    padding: 0 0 0.5rem 0;
  }
  .notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-header {
    width: 98%;
    color: #8B7949;
    margin: 0 0 0.4rem 0;
    padding: 1.5rem 0 0 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "notoserifjp_sembold";
    /*font-size: 2rem; */
    font-size: clamp(1.3rem, 0.4111rem + 1.157vw, 1.8rem);
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 130%;
    text-align: justify;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-header::marker {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    color: #ffffff;
  }
  .notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-header::before {
    display: block;
    content: "";
    width: 1.15rem;
    height: 0.645rem;
    background: url("../img/icon_arrow_notice.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 2.6rem;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-header.open::before {
    content: "";
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  .notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-header:hover {
    cursor: pointer;
    cursor: hand;
    color: #333333;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-header .accordion-date {
    font-size: clamp(1.2rem, 0.4889rem + 0.926vw, 1.6rem);
    margin: 0 1.5rem -0.2rem 0;
    letter-spacing: 0;
  }
  .notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item:first-of-type .accordion-header {
    border-top: none;
    padding: 0 0 0 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item:first-of-type .accordion-header::before {
    top: 1.3rem;
  }
  .notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-content {
    width: 98%;
    padding: 0 0 1.8rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-content .content-inner p {
    margin: 0 0 0 0;
    padding: 0 0 0 3rem;
    color: #333333;
    font-family: "notoserifjp_medium";
    /*font-size: 1.8rem;*/
    font-size: clamp(1.2rem, 0.4889rem + 0.926vw, 1.6rem);
    line-height: 170%;
    letter-spacing: 0.08em;
  }
  .notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-content .content-inner p a {
    color: #00A2DA;
    font-size: 1.8rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item .accordion-content .content-inner p a:hover {
    color: #DE6F00;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .notice_frame_bg .notice_frame_out .notice_frame .notice_box .medico-info-list .accordion-container .accordion-item.open .accordion-header::before {
    content: "";
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
  }
}
/* -----------------------------------------------------------
  診療内容
----------------------------------------------------------- */
.treatments_bg {
  width: 100%;
  margin: 6rem 0 0 0;
  background: url("../img/index_treatment_bg.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: visible;
  padding: 10rem 0 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.treatments_bg section {
  width: 100%;
  overflow: visible;
  position: relative;
}
.treatments_bg section h2.treatment_title {
  width: 80%;
  height: 12rem;
  background: url("../img/index_treatment_title_text_bg.svg") no-repeat;
  background-position: center bottom 5.5rem;
  background-size: 70%;
  background-color: #1B2F5B;
  position: absolute;
  top: -15rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 120%;
  padding: 4rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 0;
}
.treatments_bg section h2.treatment_title span {
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 2.2rem;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.treatments_bg section h2.treatment_title em {
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.2rem;
  font-style: normal;
  color: #5877BB;
  position: relative;
  z-index: 2;
}
.treatments_bg section h2.treatment_title::before {
  content: "";
  display: block;
  width: 70%;
  height: 10rem;
  background: url("../img/index_treatment_title_bg.svg") no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  bottom: -2.8rem;
  left: -27%;
  opacity: 0.1;
}
.treatments_bg section ul.treatments_list {
  width: 96%;
  list-style-type: none;
  margin: 2rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.treatments_bg section ul.treatments_list li {
  width: 48%;
  margin: 0 0 3rem 0;
  overflow: visible;
}
.treatments_bg section ul.treatments_list li a {
  display: block;
  text-decoration: none;
  background-color: rgba(27, 47, 91, 0.8);
  color: #ffffff;
  padding: 0.3rem 1rem 0.3rem 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.4rem;
  position: relative;
  overflow: visible;
}
.treatments_bg section ul.treatments_list li a::before {
  content: "";
  width: 4rem;
  height: 4rem;
  display: ruby-base;
  position: absolute;
  top: -0.4rem;
  left: 0.5rem;
}
.treatments_bg section ul.treatments_list li a::after {
  position: absolute;
  top: calc(50% - 0.35rem);
  right: 0.3rem;
  content: "";
  display: block;
  width: 1.4rem;
  height: 0.7rem;
  background: url("../img/icon_03.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.treatments_bg section ul.treatments_list li.internal_edicine a::before {
  background: url("../img/index_treatment_01.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatments_bg section ul.treatments_list li.lifestyle_related a::before {
  background: url("../img/index_treatment_02.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatments_bg section ul.treatments_list li.fever a::before {
  background: url("../img/index_treatment_03.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatments_bg section ul.treatments_list li.ctd a {
  font-size: 0.8rem;
  padding: 0.85rem 1rem 0.85rem 5rem;
}
.treatments_bg section ul.treatments_list li.ctd a::before {
  background: url("../img/index_treatment_04.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatments_bg section ul.treatments_list li.rheumatoid_arthritis a::before {
  background: url("../img/index_treatment_05.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatments_bg section ul.treatments_list li.osteoporosis a::before {
  background: url("../img/index_treatment_06.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatments_bg section ul.treatments_list li.checkup a::before {
  background: url("../img/index_treatment_07.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatments_bg section ul.treatments_list li.vaccination a::before {
  background: url("../img/index_treatment_08.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatments_bg section ul.treatments_list li.private a::before {
  background: url("../img/index_treatment_09.svg") no-repeat;
  background-position: center center;
  background-size: contain;
}
.treatments_bg section ul.treatments_list li.symptoms {
  display: none;
}

@media screen and (width >= 48em), print {
  .treatments_bg {
    width: 100%;
    height: 73rem;
    height: clamp(60rem, 36.8889rem + 30.093vw, 73rem);
    margin: 16.5rem 0 0 0;
    margin: clamp(10.5rem, -0.1667rem + 13.889vw, 16.5rem) 0 0 0;
    background: url("../img/index_treatment_bg.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: visible;
    padding: 19.1rem 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .treatments_bg section {
    width: 100%;
    overflow: visible;
    position: relative;
  }
  .treatments_bg section h2.treatment_title {
    width: 60rem;
    width: clamp(55rem, 46.1111rem + 11.574vw, 60rem);
    height: 25rem;
    height: clamp(20rem, 11.1111rem + 11.574vw, 25rem);
    background: url("../img/index_treatment_title_text_bg.svg") no-repeat;
    background-position: center bottom 11rem;
    background-size: 36.906rem;
    background-size: clamp(31.906rem, 23.0171rem + 11.574vw, 36.906rem);
    background-color: #1B2F5B;
    position: absolute;
    top: -34rem;
    top: clamp(-34rem, -20.1111rem + -11.574vw, -29rem);
    left: 50%;
    left: clamp(50%, 86.111% + calc(-3.009% * 1vw / 1px), 63%);
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 120%;
    padding: 5.8rem 0 0 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 -60rem;
    overflow: visible;
  }
  .treatments_bg section h2.treatment_title span {
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 3rem;
    font-size: clamp(2.6rem, 1.8889rem + 0.926vw, 3rem);
    color: #ffffff;
    position: relative;
    z-index: 2;
    letter-spacing: 0.2em;
  }
  .treatments_bg section h2.treatment_title em {
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.6rem;
    font-size: clamp(1.2rem, 0.4889rem + 0.926vw, 1.6rem);
    font-style: normal;
    color: #5877BB;
    position: relative;
    z-index: 2;
    letter-spacing: 0;
    display: block;
    margin: -0.7rem 0 0 0;
  }
  .treatments_bg section h2.treatment_title::before {
    content: "";
    display: block;
    width: 67.3rem;
    width: clamp(63.3rem, 56.1889rem + 9.259vw, 67.3rem);
    height: 15.6rem;
    height: clamp(12.6rem, 7.2667rem + 6.944vw, 15.6rem);
    background: url("../img/index_treatment_title_bg.svg") no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    bottom: -2.8rem;
    left: -59%;
    z-index: 2;
    opacity: 0.1;
  }
  .treatments_bg section h2.treatment_title::after {
    content: "";
    display: block;
    width: 100%;
    height: 25rem;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 1;
    background-color: #1B2F5B;
  }
  .treatments_bg section ul.treatments_list {
    width: 96%;
    max-width: 106rem;
    list-style-type: none;
    margin: 8rem auto 0 auto;
    margin: clamp(2rem, -8.6667rem + 13.889vw, 8rem) auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .treatments_bg section ul.treatments_list li {
    width: 32%;
    max-width: 34rem;
    margin: 0 0 8.8rem 0;
    overflow: visible;
  }
  .treatments_bg section ul.treatments_list li a {
    width: 100%;
    height: 6rem;
    height: clamp(5rem, 3.2222rem + 2.315vw, 6rem);
    display: block;
    text-decoration: none;
    background-color: rgba(27, 47, 91, 0.8);
    color: #ffffff;
    padding: 0 0 0 12.2rem;
    padding: 0 0 0 clamp(7.2rem, -1.6889rem + 11.574vw, 12.2rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 2rem;
    font-size: clamp(1.6rem, 0.8889rem + 0.926vw, 2rem);
    position: relative;
    overflow: visible;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .treatments_bg section ul.treatments_list li a::before {
    content: "";
    width: 8rem;
    width: clamp(5.5rem, 1.0556rem + 5.787vw, 8rem);
    height: 8rem;
    height: clamp(5.5rem, 1.0556rem + 5.787vw, 8rem);
    display: ruby-base;
    position: absolute;
    top: -1rem;
    top: clamp(-1rem, 1.2222rem + -1.852vw, -0.2rem);
    left: 2rem;
    left: clamp(1rem, -0.7778rem + 2.315vw, 2rem);
  }
  .treatments_bg section ul.treatments_list li a::after {
    position: absolute;
    top: calc(50% - 0.85rem);
    top: calc(50% - clamp(0.65rem, 0.2944rem + 0.463vw, 0.85rem));
    right: 2rem;
    content: "";
    display: block;
    width: 0.953rem;
    width: clamp(0.553rem, -0.1581rem + 0.926vw, 0.953rem);
    height: 1.7rem;
    height: clamp(1.3rem, 0.5889rem + 0.926vw, 1.7rem);
    background: url("../img/icon_03.svg") no-repeat;
    background-size: contain;
    background-position: center;
  }
  .treatments_bg section ul.treatments_list li a:hover {
    opacity: 1;
    background-color: #5877BB;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .treatments_bg section ul.treatments_list li.internal_edicine a::before {
    background: url("../img/index_treatment_01.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatments_bg section ul.treatments_list li.lifestyle_related a::before {
    background: url("../img/index_treatment_02.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatments_bg section ul.treatments_list li.fever a::before {
    background: url("../img/index_treatment_03.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatments_bg section ul.treatments_list li.ctd a {
    font-size: 1.6rem;
    padding: 0 0 0 12.2rem;
  }
  .treatments_bg section ul.treatments_list li.ctd a::before {
    background: url("../img/index_treatment_04.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatments_bg section ul.treatments_list li.rheumatoid_arthritis a::before {
    background: url("../img/index_treatment_05.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatments_bg section ul.treatments_list li.osteoporosis a::before {
    background: url("../img/index_treatment_06.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatments_bg section ul.treatments_list li.checkup a::before {
    background: url("../img/index_treatment_07.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatments_bg section ul.treatments_list li.vaccination a::before {
    background: url("../img/index_treatment_08.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatments_bg section ul.treatments_list li.private a::before {
    background: url("../img/index_treatment_09.svg") no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .treatments_bg section ul.treatments_list li.symptoms {
    display: none;
  }
}
/* -----------------------------------------------------------
  このような症状の方はご相談ください
----------------------------------------------------------- */
.symptoms_frame {
  width: 100%;
  background-color: #ffffff;
  padding: 2rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.symptoms_frame h2.symptoms_title {
  background: url("../img/index_symptoms_title_text_bg.svg") no-repeat;
  background-position: center bottom 6.5rem;
  background-size: 70%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 120%;
  text-align: center;
  padding: 4rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 0;
}
.symptoms_frame h2.symptoms_title span {
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 2.2rem;
  color: #1B2F5B;
  position: relative;
  z-index: 2;
}
.symptoms_frame h2.symptoms_title em {
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.2rem;
  font-style: normal;
  color: #5877BB;
  position: relative;
  z-index: 2;
}
.symptoms_frame ul.symptoms_list {
  width: 96%;
  list-style-type: none;
  margin: 2rem auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.symptoms_frame ul.symptoms_list li {
  width: 49%;
  margin: 0 0 1rem 0;
}
.symptoms_frame ul.symptoms_list li a {
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.3rem;
  color: #8B7949;
  padding: 0.6rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../img/symptoms_list_bg.svg") no-repeat;
  background-size: contain;
  background-position: center center;
}

@media screen and (width >= 48em), print {
  .symptoms_frame {
    width: 100%;
    background-color: #ffffff;
    padding: 12rem 0 2rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .symptoms_frame h2.symptoms_title {
    background: url("../img/index_symptoms_title_text_bg.svg") no-repeat;
    background-position: center top;
    background-size: 31.266rem;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 120%;
    text-align: center;
    padding: 2.5rem 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 0;
  }
  .symptoms_frame h2.symptoms_title span {
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 3rem;
    color: #1B2F5B;
    position: relative;
    z-index: 2;
    letter-spacing: 0.25em;
  }
  .symptoms_frame h2.symptoms_title em {
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.6rem;
    font-style: normal;
    color: #5877BB;
    position: relative;
    letter-spacing: 0;
    z-index: 2;
    display: block;
    margin: -0.7rem 0 0 0;
  }
  .symptoms_frame ul.symptoms_list {
    width: 96%;
    max-width: 105rem;
    list-style-type: none;
    margin: 3.5rem auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .symptoms_frame ul.symptoms_list li {
    width: 32%;
    max-width: 32.786rem;
    height: 7.017em;
    margin: 0 0 3rem 0;
    margin: 0 0 clamp(2rem, 0.2222rem + 2.315vw, 3rem) 0;
  }
  .symptoms_frame ul.symptoms_list li a {
    text-decoration: none;
    width: 100%;
    height: 7.017em;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 2rem;
    font-size: clamp(1.6rem, 0.8889rem + 0.926vw, 2rem);
    letter-spacing: 0.08em;
    color: #8B7949;
    padding: 0 0 0 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url("../img/symptoms_list_bg.svg") no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .symptoms_frame ul.symptoms_list li a:hover {
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
  当院の特長
----------------------------------------------------------- */
.features_frame {
  width: 100%;
  background-color: #ffffff;
  padding: 2rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.features_frame h2.features_title {
  background: url("../img/index_features_title_text_bg.svg") no-repeat;
  background-position: center bottom 4rem;
  background-size: 70%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 120%;
  text-align: center;
  padding: 4rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 0;
}
.features_frame h2.features_title span {
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 2.2rem;
  color: #1B2F5B;
  position: relative;
  z-index: 2;
}
.features_frame h2.features_title em {
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.2rem;
  font-style: normal;
  color: #5877BB;
  position: relative;
  z-index: 2;
}
.features_frame .features_box_list {
  width: 86%;
  margin: 2rem auto 0 auto;
}
.features_frame .features_box_list .features_box {
  display: block;
  width: 100%;
  height: 34rem;
  margin: 0 0 2rem 0;
  position: relative;
  z-index: 1;
}
.features_frame .features_box_list .features_box .features_sub_title {
  position: absolute;
  top: 15rem;
  left: 0;
  right: 0;
  z-index: 3;
  color: #ffffff;
  font-family: "zenkakugothicnew_medium";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 94%;
  margin: 0 auto 0 auto;
}
.features_frame .features_box_list .features_box .features_sub_title em {
  width: 20%;
  font-style: normal;
  font-size: 4rem;
  line-height: 100%;
  letter-spacing: 0.08em;
}
.features_frame .features_box_list .features_box .features_sub_title b {
  width: 80%;
  display: block;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 140%;
  padding: 0.5rem 0 1rem 0;
  border-bottom: #ffffff 2px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.features_frame .features_box_list .features_box .features_box_text {
  position: absolute;
  top: 20rem;
  left: 0;
  right: 0;
  z-index: 3;
  width: 94%;
  margin: 0 auto;
  font-family: "zenkakugothicnew_medium";
  font-style: normal;
  font-size: 1.4rem;
  text-align: justify;
  color: #ffffff;
}
.features_frame .features_box_list .features_box .features_link {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  z-index: 3;
  display: block;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.4rem;
}
.features_frame .features_box_list .features_box::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(27, 47, 91, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.features_frame .features_box_list .features_box.fb01 {
  background: url("../img/index_features_01.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
}
.features_frame .features_box_list .features_box.fb02 {
  background: url("../img/index_features_02.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
}
.features_frame .features_box_list .features_box.fb03 {
  background: url("../img/index_features_03.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
}
.features_frame .features_box_list .features_box.fb04 {
  background: url("../img/index_features_04.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
}
.features_frame .features_box_list .features_box.fb05 {
  background: url("../img/index_features_05.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
}

@media screen and (width >= 48em), print {
  .features_frame {
    width: 100%;
    background-color: #ffffff;
    padding: 3.4rem 0 9rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .features_frame::after {
    content: "";
    position: absolute;
    top: 25rem;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 30rem;
    background-color: #F7F7F7;
  }
  .features_frame::before {
    content: "";
    position: absolute;
    top: 75.8rem;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 30rem;
    background-color: #F7F7F7;
  }
  .features_frame h2.features_title {
    background: url("../img/index_features_title_text_bg.svg") no-repeat;
    background-position: center bottom 4rem;
    background-size: 28.8rem;
    background-size: clamp(24.8rem, 17.6889rem + 9.259vw, 28.8rem);
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 120%;
    text-align: center;
    padding: 2.5rem 0 0 0;
    padding: clamp(2.5rem, 5.2778rem + -2.315vw, 3.5rem) 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 0;
  }
  .features_frame h2.features_title span {
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 3rem;
    font-size: clamp(2.6rem, 1.8889rem + 0.926vw, 3rem);
    color: #1B2F5B;
    position: relative;
    z-index: 2;
    letter-spacing: 0.25em;
  }
  .features_frame h2.features_title em {
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.6rem;
    font-size: clamp(1.2rem, 0.4889rem + 0.926vw, 1.6rem);
    font-style: normal;
    color: #5877BB;
    position: relative;
    letter-spacing: 0;
    z-index: 2;
    display: block;
    margin: -0.7rem 0 0 0;
  }
  .features_frame .features_box_list {
    width: 96%;
    max-width: 1200px;
    margin: 4.5rem auto 0 auto;
    margin: clamp(2.5rem, -1.0556rem + 4.63vw, 4.5rem) auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 2;
  }
  .features_frame .features_box_list .features_box {
    width: 33%;
    max-width: 39.2rem;
    height: 46rem;
    height: clamp(38rem, 23.7778rem + 18.519vw, 46rem);
    margin: 0 0 5.1rem 0;
    margin: 0 0 clamp(3.1rem, -0.4556rem + 4.63vw, 5.1rem) 0;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .features_frame .features_box_list .features_box .features_sub_title {
    position: absolute;
    top: 23rem;
    top: clamp(18rem, 9.1111rem + 11.574vw, 23rem);
    left: 0;
    right: 0;
    z-index: 3;
    color: #ffffff;
    font-family: "zenkakugothicnew_medium";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 98%;
    max-width: 36.3rem;
    margin: 0 auto 0 auto;
  }
  .features_frame .features_box_list .features_box .features_sub_title em {
    width: 20%;
    font-style: normal;
    font-size: 6.3rem;
    font-size: clamp(4rem, -0.0889rem + 5.324vw, 6.3rem);
    line-height: 100%;
    letter-spacing: 0.03em;
  }
  .features_frame .features_box_list .features_box .features_sub_title b {
    width: 80%;
    display: block;
    font-weight: normal;
    font-size: 2.4rem;
    font-size: clamp(1.4rem, -0.3778rem + 2.315vw, 2.4rem);
    line-height: 140%;
    padding: 1.3rem 0 0.7rem 0;
    border-bottom: #ffffff 2px solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .features_frame .features_box_list .features_box .features_box_text {
    position: absolute;
    top: 30.1rem;
    top: clamp(24.1rem, 13.4333rem + 13.889vw, 30.1rem);
    left: 0;
    right: 0;
    z-index: 3;
    width: 98%;
    max-width: 36.3rem;
    font-family: "zenkakugothicnew_medium";
    font-style: normal;
    font-size: 1.6rem;
    font-size: clamp(1.2rem, 0.4889rem + 0.926vw, 1.6rem);
    letter-spacing: 0.04em;
    line-height: 188%;
    text-align: justify;
    color: #ffffff;
  }
  .features_frame .features_box_list .features_box .features_link {
    position: absolute;
    bottom: 2.6rem;
    bottom: clamp(1.6rem, -0.1778rem + 2.315vw, 2.6rem);
    left: 0;
    right: 0;
    z-index: 3;
    display: block;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.6rem;
    font-size: clamp(1.2rem, 0.4889rem + 0.926vw, 1.6rem);
  }
  .features_frame .features_box_list .features_box::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(27, 47, 91, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .features_frame .features_box_list .features_box.fb01 {
    background: url("../img/index_features_01.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .features_frame .features_box_list .features_box.fb02 {
    background: url("../img/index_features_02.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .features_frame .features_box_list .features_box.fb03 {
    background: url("../img/index_features_03.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .features_frame .features_box_list .features_box.fb04 {
    margin: 0 0 0 16.8%;
    background: url("../img/index_features_04.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .features_frame .features_box_list .features_box.fb05 {
    margin: 0 16.8% 0 0;
    background: url("../img/index_features_05.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .features_frame .features_box_list .features_box:hover {
    cursor: pointer;
    cursor: hand;
  }
  .features_frame .features_box_list .features_box:hover::after {
    content: "";
    background-color: rgba(27, 47, 91, 0.25);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
  ごあいさつ
----------------------------------------------------------- */
.greeting_bg {
  width: 100%;
  background-color: #405585;
  padding: 6rem 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.greeting_bg::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 20rem;
  height: 20rem;
  display: block;
  background: url("../img/index_greeting_logo.svg") no-repeat;
  background-size: cover;
  opacity: 0.25;
}
.greeting_bg .greeting_frame {
  width: 96%;
  margin: 0 auto 0 auto;
  background-color: rgba(255, 255, 255, 0.85);
  overflow: visible;
  position: relative;
  border-radius: 1.5rem;
  padding: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 3;
}
.greeting_bg .greeting_frame h2.greeting_title {
  background: url("../img/index_greeting_title_text_bg.svg") no-repeat;
  background-position: center bottom 4rem;
  background-size: 70%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 120%;
  text-align: center;
  padding: 4rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 0;
  position: relative;
  top: -3.2rem;
}
.greeting_bg .greeting_frame h2.greeting_title span {
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 2.2rem;
  color: #1B2F5B;
  position: relative;
  z-index: 2;
}
.greeting_bg .greeting_frame h2.greeting_title em {
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.2rem;
  font-style: normal;
  color: #5877BB;
  position: relative;
  z-index: 2;
}
.greeting_bg .greeting_frame .greeting_box .greeting_text {
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.greeting_bg .greeting_frame .greeting_box .greeting_text p {
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  text-align: justify;
}
.greeting_bg .greeting_frame .greeting_box .greeting_doctor img {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto 1rem auto;
}
.greeting_bg .greeting_frame .greeting_box .greeting_doctor .greeting_doctor_clinic {
  text-align: center;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 0.08rem;
  margin: 0 0 2rem 0;
}
.greeting_bg .greeting_frame .greeting_box .greeting_doctor .greeting_doctor_name {
  text-align: center;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 140%;
  letter-spacing: 0.08rem;
}
.greeting_bg .greeting_frame .greeting_box .greeting_doctor .greeting_doctor_name span {
  font-size: 2.5rem;
  margin: 0 0 0 1rem;
}
.greeting_bg .greeting_frame .greeting_box .greeting_doctor .greeting_doctor_link {
  width: 70%;
  margin: 2rem auto 0 auto;
  border: #F6FAFF 0.1rem solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  color: #ffffff;
  background-color: #1B2F5B;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-decoration: none;
  padding: 1rem 1rem 1rem 2rem;
  position: relative;
}
.greeting_bg .greeting_frame .greeting_box .greeting_doctor .greeting_doctor_link::after {
  content: "";
  width: 6rem;
  height: 0.1rem;
  background-color: #F6FAFF;
  position: absolute;
  top: calc(50% - 0.05rem);
  right: 0;
  z-index: 2;
}
.greeting_bg .greeting_frame .greeting_box .greeting_doctor .greeting_doctor_link::before {
  content: "";
  width: 3rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #5877BB;
}

@media screen and (width >= 48em), print {
  .greeting_bg {
    width: 100%;
    background-color: #405585;
    padding: 10.5rem 0 6.7rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  .greeting_bg::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 52.9rem;
    height: 58.7rem;
    display: block;
    background: url("../img/index_greeting_logo.svg") no-repeat;
    background-size: cover;
    opacity: 0.25;
  }
  .greeting_bg .greeting_frame {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto 0 auto;
    background-color: rgba(255, 255, 255, 0.85);
    overflow: visible;
    position: relative;
    border-radius: 2rem;
    padding: 0 0 2.6rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 3;
  }
  .greeting_bg .greeting_frame h2.greeting_title {
    background: url("../img/index_greeting_title_text_bg.svg") no-repeat;
    background-position: center bottom 4rem;
    background-size: 28rem;
    background-size: clamp(24.8rem, 17.6889rem + 9.259vw, 28.8rem);
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 120%;
    text-align: center;
    padding: 2.9rem 0 0 0;
    padding: clamp(2.9rem, 4.5667rem + -1.389vw, 3.5rem) 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 0;
    position: relative;
    top: -2.6rem;
  }
  .greeting_bg .greeting_frame h2.greeting_title span {
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 3rem;
    font-size: clamp(2.6rem, 1.8889rem + 0.926vw, 3rem);
    color: #1B2F5B;
    position: relative;
    z-index: 2;
    letter-spacing: 0.3em;
  }
  .greeting_bg .greeting_frame h2.greeting_title em {
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.6rem;
    font-size: clamp(1.2rem, 0.4889rem + 0.926vw, 1.6rem);
    font-style: normal;
    color: #5877BB;
    position: relative;
    letter-spacing: 0;
    z-index: 2;
    display: block;
    margin: -0.7rem 0 0 0;
  }
  .greeting_bg .greeting_frame .greeting_box {
    width: 96%;
    max-width: 114.6rem;
    margin: 2rem auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .greeting_bg .greeting_frame .greeting_box .greeting_text {
    width: 79.2rem;
    width: clamp(45.2rem, -15.2444rem + 78.704vw, 79.2rem);
    padding: 0 0 0 6.8rem;
    padding: 0 0 0 clamp(1rem, -9.3111rem + 13.426vw, 6.8rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .greeting_bg .greeting_frame .greeting_box .greeting_text p {
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 180%;
    margin: 0 0 3.8rem 0;
    text-align: justify;
  }
  .greeting_bg .greeting_frame .greeting_box .greeting_text p.ajs {
    margin: 0 0 2.8rem 0;
  }
  .greeting_bg .greeting_frame .greeting_box .greeting_doctor {
    width: 26rem;
    width: clamp(22rem, 14.8889rem + 9.259vw, 26rem);
  }
  .greeting_bg .greeting_frame .greeting_box .greeting_doctor img {
    width: 21.4rem;
    width: clamp(18.4rem, 13.0667rem + 6.944vw, 21.4rem);
    height: auto;
    display: block;
    margin: 0.8rem 0 1rem 0.8rem;
  }
  .greeting_bg .greeting_frame .greeting_box .greeting_doctor .greeting_doctor_clinic {
    text-align: center;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 140%;
    letter-spacing: 0.08rem;
    margin: 0 0 1.2rem -2.2rem;
  }
  .greeting_bg .greeting_frame .greeting_box .greeting_doctor .greeting_doctor_name {
    text-align: center;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.8rem;
    font-size: clamp(1.4rem, 0.6889rem + 0.926vw, 1.8rem);
    line-height: 140%;
    letter-spacing: 0.08rem;
    margin: 0 0 3.9rem -2.2rem;
  }
  .greeting_bg .greeting_frame .greeting_box .greeting_doctor .greeting_doctor_name span {
    font-size: 2.6rem;
    font-size: clamp(2.2rem, 1.4889rem + 0.926vw, 2.6rem);
    margin: 0 0 0 1rem;
  }
  .greeting_bg .greeting_frame .greeting_box .greeting_doctor .greeting_doctor_link {
    width: 26rem;
    width: clamp(20rem, 9.3333rem + 13.889vw, 26rem);
    height: 5rem;
    height: clamp(4rem, 2.2222rem + 2.315vw, 5rem);
    margin: 2rem auto 0 auto;
    border: #F6FAFF 0.1rem solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    color: #ffffff;
    font-size: 1.6rem;
    font-size: clamp(1.1rem, 0.2111rem + 1.157vw, 1.6rem);
    font-weight: bold;
    letter-spacing: 0.08em;
    text-decoration: none;
    padding: 1rem 1rem 0 3.3rem;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .greeting_bg .greeting_frame .greeting_box .greeting_doctor .greeting_doctor_link::after {
    content: "";
    width: 5rem;
    height: 0.1rem;
    background-color: #F6FAFF;
    position: absolute;
    top: calc(50% - 0.05rem);
    right: 0;
    z-index: 2;
  }
  .greeting_bg .greeting_frame .greeting_box .greeting_doctor .greeting_doctor_link::before {
    content: "";
    width: 2.5rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #5877BB;
  }
  .greeting_bg .greeting_frame .greeting_box .greeting_doctor .greeting_doctor_link:hover {
    opacity: 1;
    background-color: #5877BB;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
  提携医療機関
----------------------------------------------------------- */
.partners_bg {
  margin: 6rem 0 0 0;
}
.partners_bg .partners_frame {
  width: 100%;
  background-color: #FBF7EC;
  overflow: visible;
  position: relative;
  padding: 0 0 2rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.partners_bg .partners_frame h2.partners_title {
  background: url("../img/index_partners_title_text_bg.svg") no-repeat;
  background-position: center bottom 4rem;
  background-size: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 120%;
  text-align: center;
  padding: 4rem 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 0;
  position: relative;
  top: -4.2rem;
}
.partners_bg .partners_frame h2.partners_title span {
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 2.2rem;
  color: #1B2F5B;
  position: relative;
  z-index: 2;
}
.partners_bg .partners_frame h2.partners_title em {
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.2rem;
  font-style: normal;
  color: #5877BB;
  position: relative;
  z-index: 2;
}
.partners_bg .partners_frame ul.partners_link {
  list-style-type: none;
  width: 90%;
  margin: -2rem auto 0 auto;
}
.partners_bg .partners_frame ul.partners_link li {
  width: 100%;
  margin: 0 0 1rem 0;
}
.partners_bg .partners_frame ul.partners_link li a {
  display: block;
  text-decoration: none;
  background-color: #1B2F5B;
  color: #ffffff;
  padding: 1rem;
  line-height: 100%;
  position: relative;
  font-size: 1.4rem;
}
.partners_bg .partners_frame ul.partners_link li a::before {
  position: absolute;
  top: calc(50% - 0.7rem);
  right: 1.5rem;
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("../img/icon_01.svg") no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (width >= 48em), print {
  .partners_bg {
    margin: 6rem 0 0 0;
  }
  .partners_bg .partners_frame {
    width: 100%;
    background-color: #FBF7EC;
    overflow: visible;
    position: relative;
    padding: 0 0 2rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .partners_bg .partners_frame h2.partners_title {
    background: url("../img/index_partners_title_text_bg.svg") no-repeat;
    background-position: center bottom 4rem;
    background-size: 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 120%;
    text-align: center;
    padding: 4rem 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 0;
    position: relative;
    top: -4.2rem;
  }
  .partners_bg .partners_frame h2.partners_title span {
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 2.2rem;
    color: #1B2F5B;
    position: relative;
    z-index: 2;
    letter-spacing: 0.3em;
  }
  .partners_bg .partners_frame h2.partners_title em {
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.2rem;
    font-style: normal;
    color: #5877BB;
    position: relative;
    z-index: 2;
  }
  .partners_bg .partners_frame ul.partners_link {
    list-style-type: none;
    width: 90%;
    margin: 2rem auto 0 auto;
  }
  .partners_bg .partners_frame ul.partners_link li {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .partners_bg .partners_frame ul.partners_link li a {
    display: block;
    text-decoration: none;
    background-color: #1B2F5B;
    color: #ffffff;
    padding: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 100%;
    position: relative;
    font-size: 1.4rem;
  }
  .partners_bg .partners_frame ul.partners_link li a::before {
    position: absolute;
    top: calc(50% - 0.7rem);
    right: 1.5rem;
    content: "";
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    background: url("../img/icon_01.svg") no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media screen and (width >= 48em) and (width >= 48em), print {
  .partners_bg {
    margin: 14.7rem 0 0 0;
  }
  .partners_bg .partners_frame {
    width: 100%;
    background-color: #FBF7EC;
    overflow: visible;
    position: relative;
    padding: 0 0 3rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .partners_bg .partners_frame h2.partners_title {
    background: url("../img/index_partners_title_text_bg.svg") no-repeat;
    background-position: center bottom 4rem;
    background-size: 29.16rem;
    background-size: clamp(25.8rem, 19.8267rem + 7.778vw, 29.16rem);
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 120%;
    text-align: center;
    padding: 2.5rem 0 0 0;
    padding: clamp(2.5rem, 5.2778rem + -2.315vw, 3.5rem) 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 0;
    position: relative;
    top: -2.6rem;
  }
  .partners_bg .partners_frame h2.partners_title span {
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 3rem;
    font-size: clamp(2.6rem, 1.8889rem + 0.926vw, 3rem);
    color: #1B2F5B;
    position: relative;
    z-index: 2;
  }
  .partners_bg .partners_frame h2.partners_title em {
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 1.6rem;
    font-size: clamp(1.2rem, 0.4889rem + 0.926vw, 1.6rem);
    font-style: normal;
    color: #5877BB;
    position: relative;
    letter-spacing: 0;
    z-index: 2;
    display: block;
    margin: -0.7rem 0 0 0;
  }
  .partners_bg .partners_frame ul.partners_link {
    list-style-type: none;
    width: 96%;
    max-width: 99rem;
    margin: 2rem auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .partners_bg .partners_frame ul.partners_link li {
    width: 48%;
    max-width: 48rem;
    margin: 0 0 4rem 0;
  }
  .partners_bg .partners_frame ul.partners_link li a {
    width: 100%;
    height: 6rem;
    height: clamp(5.5rem, 4.6111rem + 1.157vw, 6rem);
    display: block;
    text-decoration: none;
    background-color: #1B2F5B;
    color: #ffffff;
    padding: 0 0 0 3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 100%;
    position: relative;
    font-size: 2rem;
    font-size: clamp(1.6rem, 0.8889rem + 0.926vw, 2rem);
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .partners_bg .partners_frame ul.partners_link li a::before {
    position: absolute;
    top: calc(50% - 0.65rem);
    right: 1.5rem;
    content: "";
    display: block;
    width: 2rem;
    width: clamp(1.6rem, 0.8889rem + 0.926vw, 2rem);
    height: 1.7rem;
    height: clamp(1.3rem, 0.5889rem + 0.926vw, 1.7rem);
    background: url("../img/icon_01.svg") no-repeat;
    background-size: contain;
    background-position: center;
  }
  .partners_bg .partners_frame ul.partners_link li a:hover {
    opacity: 1;
    background-color: #5877BB;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
/* -----------------------------------------------------------
　画像ループ
----------------------------------------------------------- */
.loop_frame {
  position: relative;
}
.loop_frame .loop_text {
  font-family: "zenmarugothic_medium";
  font-weight: normal;
  font-size: 1.4rem;
  text-align: center;
  width: 50%;
  margin: 0 auto 0 auto;
  padding: 0.5rem 0 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.85);
}

.loop_css {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 100%;
  overflow: hidden;
  margin: 2rem 0;
}
.loop_css ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  width: 80rem;
  margin: 0;
  padding: 0;
}
.loop_css ul li {
  display: inline-block;
  width: 80rem;
  min-width: 2rem;
  margin: 0 0.5rem 0 0.5rem;
  list-style: none;
  text-align: center;
}
.loop_css ul li a {
  display: block;
}
.loop_css ul li img {
  display: block;
  width: 100%;
  height: auto;
}
.loop_css ul li:nth-child(even) {
  margin: 1.5rem 0.5rem 0 0.5rem;
}
.loop_css ul:first-child {
  -webkit-animation: loop 120s -60s linear infinite;
  animation: loop 120s -60s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.loop_css ul + ul {
  -webkit-animation: loop2 120s linear infinite;
  animation: loop2 120s linear infinite;
}

.loop_css:hover ul {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
.loop_js {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36rem;
  height: 1rem;
  overflow: hidden;
}

.loop_js > * {
  width: 25%;
  height: auto;
}

@media screen and (width >= 48em), print {
  .loop_frame {
    position: relative;
  }
  .loop_frame .loop_text {
    font-family: "zenmarugothic_medium";
    font-weight: normal;
    font-size: 1.6rem;
    text-align: center;
    width: 30rem;
    margin: 0 auto 0 auto;
    padding: 0.5rem 0 0.5rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.85);
  }
  .loop_css {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 100%;
    overflow: hidden;
    margin: 4.4em 0 4rem 0;
  }
  .loop_css ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    width: 216rem;
    margin: 0;
    padding: 0;
  }
  .loop_css ul li {
    display: inline-block;
    width: 33rem;
    width: clamp(28rem, 19.1111rem + 11.574vw, 33rem);
    min-width: 33rem;
    min-width: clamp(28rem, 19.1111rem + 11.574vw, 33rem);
    margin: 0 1.5rem 0 1.5rem;
    list-style: none;
    text-align: center;
  }
  .loop_css ul li a {
    display: block;
  }
  .loop_css ul li img {
    display: block;
    width: 100%;
    height: 24.8rem;
  }
  .loop_css ul li:nth-child(even) {
    margin: 4rem 1.5rem 0 1.5rem;
  }
  .loop_css ul:first-child {
    -webkit-animation: loop 120s -60s linear infinite;
    animation: loop 120s -60s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
  }
  .loop_css ul + ul {
    -webkit-animation: loop2 120s linear infinite;
    animation: loop2 120s linear infinite;
  }
  .loop_css:hover ul {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
  @-webkit-keyframes loop {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @keyframes loop {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @-webkit-keyframes loop2 {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }
  @keyframes loop2 {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }
  .loop_js {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2550px;
    height: 190px;
    overflow: hidden;
  }
  .loop_js > * {
    width: 33.333333%;
    height: auto;
  }
}
/*関数*/
.main_nav_sp {
  width: 100%;
}
.main_nav_sp .drawr {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 0 2rem 0;
  margin: 0 0 0 0;
  z-index: 99999999;
  background-color: #5a6b91;
  overflow-x: hidden;
  overflow: auto;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.main_nav_sp .drawr::-webkit-scrollbar {
  display: none;
}
.main_nav_sp .drawr ul.hbg {
  list-style-type: none;
  border-top: #ffffff 1px solid;
  width: 96%;
  margin: 20vw auto 20vw auto;
}
.main_nav_sp .drawr ul.hbg li {
  width: 100%;
  text-align: center;
}
.main_nav_sp .drawr ul.hbg li.treatment:hover {
  cursor: pointer;
  cursor: hand;
}
.main_nav_sp .drawr ul.hbg li a {
  color: #ffffff;
  font-family: "zen_maru_gothic_Medium";
  font-weight: normal;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 1rem 0;
  border-bottom: #ffffff 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 140%;
}
.main_nav_sp .drawr ul.hbg li .sub_title {
  font-family: "zen_maru_gothic_Medium";
  font-weight: normal;
  font-size: 1.4rem;
  background-color: #FFEE00;
  color: #000000;
  padding: 0.5rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 0;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub, .main_nav_sp .drawr ul.hbg li .main_nav_sub2 {
  display: none;
  width: 100%;
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub.open_nav, .main_nav_sp .drawr ul.hbg li .main_nav_sub2.open_nav {
  display: block;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li, .main_nav_sp .drawr ul.hbg li .main_nav_sub2 li {
  width: 50%;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li a, .main_nav_sp .drawr ul.hbg li .main_nav_sub2 li a {
  color: #FFFFFF;
  font-size: 1.2rem;
  text-align: center;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li a::after, .main_nav_sp .drawr ul.hbg li .main_nav_sub2 li a::after {
  content: "" !important;
}
.main_nav_sp .drawr ul.hbg li ul.main_nav_sub li.long, .main_nav_sp .drawr ul.hbg li .main_nav_sub2 li.long {
  width: 100%;
}
.main_nav_sp .drawr ul.hbg li.clinic_hbg a::after, .main_nav_sp .drawr ul.hbg li.treatment_hbg a::after {
  font-family: "fontello";
  content: "\e80c";
  font-size: 1.4rem;
  margin: 0 0 0 0.5rem;
}
.main_nav_sp .drawr ul.hbg li.is-open a::after {
  font-family: "fontello";
  content: "\e80b";
  font-size: 1.4rem;
  margin: 0 0 0 0.5rem;
}

@media screen and (width >= 48em), print {
  .main_nav_sp {
    display: none;
  }
}
/*
@media screen and (min-width: $breakpoint), print {
.main_nav_sp{
	display:none;
}
}
*/
.toggle {
  display: none;
  height: 14vw;
}

.toggle-label {
  cursor: pointer;
  display: block;
  width: 14%;
  height: 10vw;
  padding: 0 0 0.5vw 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.toggle-label:active {
  -webkit-tap-highlight-color: transparent;
}

.toggle-label {
  cursor: pointer;
  width: 100%;
}

.toggle-label .toggle-icon,
.toggle-label .toggle-icon:before,
.toggle-label .toggle-icon:after {
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  height: 3px;
  width: 28px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.toggle-label .toggle-text {
  position: relative;
  display: block;
  top: calc(100% - 10px);
  height: 14px;
  color: #ffffff;
  text-align: center;
}

.toggle-label .toggle-text:before {
  position: absolute;
  width: 100%;
  left: 0;
  content: "MENU";
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  visibility: visible;
  opacity: 1;
  font-size: 1rem;
}

.toggle-label .toggle-text:after {
  position: absolute;
  width: 100%;
  left: 0;
  content: "CLOSE";
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  visibility: hidden;
  opacity: 0;
  font-size: 1rem;
}

.toggle-label .toggle-icon {
  -webkit-transform: translate3d(-50%, -5px, 0);
          transform: translate3d(-50%, -5px, 0);
}

.toggle-label .toggle-icon:before {
  -webkit-transform: translate3d(-50%, -11.5px, 0);
          transform: translate3d(-50%, -11.5px, 0);
}

.toggle-label .toggle-icon:after {
  -webkit-transform: translate3d(-50%, 5px, 0);
          transform: translate3d(-50%, 5px, 0);
}

.toggle:checked ~ .toggle-label .toggle-icon {
  background-color: transparent;
}

.toggle:checked ~ .toggle-label .toggle-icon:before,
.toggle:checked ~ .toggle-label .toggle-icon:after {
  top: 0;
}

.toggle:checked ~ .toggle-label .toggle-icon:before {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: 1.5px;
}

.toggle:checked ~ .toggle-label .toggle-icon:after {
  -webkit-transform: translateX(-50%) translateY(-10px) rotate(-45deg);
          transform: translateX(-50%) translateY(-10px) rotate(-45deg);
  top: 8.5px;
}

.toggle:checked ~ .toggle-label .toggle-text:before {
  visibility: hidden;
  opacity: 0;
}

.toggle:checked ~ .toggle-label .toggle-text:after {
  visibility: visible;
  opacity: 1;
}

.container {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 15%;
  max-width: 15%;
  position: fixed;
  cursor: pointer;
  right: 2%;
  top: 2vw;
  z-index: 99999999999;
  padding: 0 0 0.6rem 0;
  background-color: #1B2F5B;
  height: 14vw;
}

/* -----------------------------------------------------------
　見出し
----------------------------------------------------------- */
h2.low {
  text-align: center;
  margin: 6rem 0 3rem 0;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 2.2rem;
  color: #1B2F5B;
  line-height: 120%;
  position: relative;
}
h2.low::after {
  position: absolute;
  bottom: -1rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
  display: block;
  width: 20%;
  border-bottom: #1B2F5B 1px solid;
}
h2.first {
  margin: 0 0 3rem 0;
}

h3.low {
  color: #ffffff;
  background-color: #1B2F5B;
  font-size: 2rem;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  line-height: 120%;
  padding: 1.3rem 1.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 4rem 0 1.2rem 0;
}
h3.first {
  margin: 0 0 1.5rem 0;
}

h4.low {
  color: #1B2F5B;
  font-family: "zenkakugothicnew_medium";
  font-size: 1.9rem;
  text-align: justify;
  font-weight: normal;
  background: url("../img/h4_icon.svg") no-repeat;
  background-position: left center;
  background-size: 10%;
  border-bottom: #1B2F5B 1px solid;
  margin: 1.9rem 0 1.2rem 0;
  padding: 0.6rem 0 1rem 12%;
  line-height: 130%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h4.first {
  margin: 0 0 1.5rem 0;
}

h5.low {
  color: #5877BB;
  font-size: 1.8rem;
  text-align: justify;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  border-bottom: #5877BB 0.1rem dashed;
  margin: 1.9rem 0 1rem 0;
  padding: 0 0 0.6rem 1.2rem;
  line-height: 120%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h5.first {
  margin: 0 0 1rem 0;
}

@media screen and (width >= 48em), print {
  h2.low {
    text-align: center;
    margin: 6rem 0 3rem 0;
    margin: clamp(8rem, 4.4444rem + 4.63vw, 10rem) 0 clamp(5.7rem, 4.8111rem + 1.157vw, 6.2rem) 0;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: clamp(2.6rem, 1.8889rem + 0.926vw, 3rem);
    color: #1B2F5B;
    line-height: 120%;
    position: relative;
  }
  h2.low::after {
    position: absolute;
    bottom: -1rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    content: "";
    display: block;
    width: 14rem;
    border-bottom: #1B2F5B 1px solid;
  }
  h2.first {
    margin: 0 0 clamp(5.7rem, 4.8111rem + 1.157vw, 6.2rem) 0;
  }
  h3.low {
    color: #ffffff;
    background-color: #1B2F5B;
    font-size: clamp(2rem, 1.2889rem + 0.926vw, 2.4rem);
    text-align: justify;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    line-height: 120%;
    padding: clamp(0.8rem, 0.0889rem + 0.926vw, 1.2rem) clamp(1.7rem, 0.8111rem + 1.157vw, 2.2rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: clamp(5.5rem, 4.6111rem + 1.157vw, 6rem) 0 clamp(2rem, 1.1111rem + 1.157vw, 2.5rem) 0;
  }
  h3.first {
    margin: 0 0 clamp(2rem, 1.1111rem + 1.157vw, 2.5rem) 0;
  }
  h4.low {
    color: #000000;
    font-family: "zenkakugothicnew_medium";
    font-size: clamp(1.8rem, 1.0889rem + 0.926vw, 2.2rem);
    text-align: justify;
    font-weight: normal;
    background: url("../img/h4_icon.svg") no-repeat;
    background-position: left center;
    background-size: clamp(4rem, 3.1111rem + 1.157vw, 4.5rem);
    border-bottom: #B4B4B4 1px solid;
    margin: clamp(4.5rem, 3.6111rem + 1.157vw, 5rem) 0 clamp(1.8rem, 1.0889rem + 0.926vw, 2.2rem) 0;
    padding: clamp(0.6rem, -0.2889rem + 1.157vw, 1.1rem) 0 clamp(0.8rem, -0.0889rem + 1.157vw, 1.3rem) clamp(4.8rem, 3.0222rem + 2.315vw, 5.8rem);
    line-height: 130%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  h4.first {
    margin: 0 0 2rem 0;
  }
  h5.low {
    color: #000000;
    font-size: clamp(1.6rem, 0.8889rem + 0.926vw, 2rem);
    text-align: justify;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    margin: clamp(3.5rem, 2.6111rem + 1.157vw, 4rem) 0 clamp(0.6rem, -0.1111rem + 0.926vw, 1rem) 0;
    padding: 0 0 clamp(1rem, 0.2889rem + 0.926vw, 1.4rem) clamp(1.6rem, 0.8889rem + 0.926vw, 2rem);
    line-height: 120%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  h5.first {
    margin: 0 0 clamp(0.6rem, -0.1111rem + 0.926vw, 1rem) 0;
  }
}
/* -----------------------------------------------------------
　パンくず
----------------------------------------------------------- */
ul.pankuzu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "notoserifjp_medium";
  list-style-type: none;
  width: 96%;
  margin: 2rem auto 1rem auto;
}
ul.pankuzu_list li::after {
  content: "＞";
  font-size: 1.4rem;
  color: #9E9E9E;
  margin: 0 0.5rem;
}
ul.pankuzu_list li a {
  font-size: 1.4rem;
  color: #00A2DA;
  text-decoration: none;
}
ul.pankuzu_list li:last-child:after {
  content: "";
  margin: 0;
}
ul.pankuzu_list li:last-child a {
  color: #000000;
}

@media screen and (width >= 48em), print {
  ul.pankuzu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-family: "notoserifjp_medium";
    list-style-type: none;
    width: 96%;
    max-width: 1100px;
    margin: 2rem auto 2rem auto;
  }
  ul.pankuzu_list li::after {
    content: "＞";
    font-size: clamp(1.7rem, 0.8111rem + 1.157vw, 2.2rem);
    color: #9E9E9E;
    margin: 0 0.5rem;
  }
  ul.pankuzu_list li a {
    font-size: clamp(1.7rem, 0.8111rem + 1.157vw, 2.2rem);
    color: #00A2DA;
    text-decoration: none;
  }
  ul.pankuzu_list li:last-child:after {
    content: "";
    margin: 0;
  }
  ul.pankuzu_list li:last-child a {
    color: #000000;
  }
}
/* -----------------------------------------------------------
　画像
----------------------------------------------------------- */
.img_right {
  margin: 0 0 1rem 0;
}
.img_right img {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.img_left {
  margin: 0 0 1rem 0;
}
.img_left img {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.img_center {
  margin: 0 0 3rem 0;
  text-align: center;
}
.img_center img {
  width: 100%;
  height: auto;
}

@media screen and (width >= 48em), print {
  .img_right {
    margin: 0 clamp(3rem, 1.2222rem + 2.315vw, 4rem) clamp(2rem, 0.2222rem + 2.315vw, 3rem) clamp(3rem, 1.2222rem + 2.315vw, 4rem);
    float: right;
  }
  .img_right img {
    width: clamp(32.4rem, 14.6222rem + 23.148vw, 42.4rem);
    height: auto;
    display: block;
    margin: 0;
  }
  .img_left {
    margin: 0 clamp(3rem, 1.2222rem + 2.315vw, 4rem) clamp(2rem, 0.2222rem + 2.315vw, 3rem) clamp(3rem, 1.2222rem + 2.315vw, 4rem);
    float: left;
  }
  .img_left img {
    width: clamp(30.4rem, 9.0667rem + 27.778vw, 42.4rem);
    height: auto;
    display: block;
    margin: 0;
  }
  .img_center {
    margin: 0 0 1rem 0;
    text-align: center;
  }
  .img_center img {
    width: 100%;
    height: auto;
  }
}
/* -----------------------------------------------------------
　下層汎用
----------------------------------------------------------- */
.low_link_text {
  font-family: "zenmarugothic_medium";
  font-weight: normal;
  font-size: 1.4rem;
  color: #00A2DA;
}

.low_button {
  width: auto;
  margin: 0 0 0 0;
  border: #F6FAFF 0.1rem solid;
  background-color: #1B2F5B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  padding: 1.3rem 8rem 1rem 2rem;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.low_button::after {
  content: "";
  width: 6rem;
  height: 0.1rem;
  background-color: #F6FAFF;
  position: absolute;
  top: calc(50% - 0.05rem);
  right: 0;
  z-index: 2;
}
.low_button::before {
  content: "";
  width: 3rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #5877BB;
}

ul.link_list {
  margin: 0 0 2rem 0;
}
ul.link_list li {
  width: 100%;
}
ul.link_list li a {
  background-color: #1B2F5B;
  color: #ffffff;
  font-family: "zenkakugothicnew_medium";
  font-weight: normal;
  font-size: 1.4rem;
  width: 100%;
  padding: 1rem 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none !important;
  letter-spacing: 0.08rem;
  margin: 2rem auto 0 auto;
  display: inline-block;
  position: relative;
}
ul.link_list li a::before {
  position: absolute;
  top: calc(50% - 0.7rem);
  right: 1rem;
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("../img/icon_arrow.svg") no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (width >= 48em), print {
  .low_link_text {
    font-family: "zenmarugothic_medium";
    font-weight: normal;
    font-size: clamp(1.4rem, 1.0444rem + 0.463vw, 1.6rem);
    color: #00A2DA;
  }
  .low_link_text:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #DE6F00;
  }
  .low_button {
    width: auto;
    height: auto;
    margin: 2rem auto 0 auto;
    border: #F6FAFF 0.1rem solid;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    color: #ffffff;
    font-size: 1.6rem;
    font-size: clamp(1.1rem, 0.2111rem + 1.157vw, 1.6rem);
    font-weight: bold;
    letter-spacing: 0.08em;
    text-decoration: none;
    padding: 1rem 11.6rem 1rem 3.3rem;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .low_button::after {
    content: "";
    width: 5rem;
    height: 0.1rem;
    background-color: #F6FAFF;
    position: absolute;
    top: calc(50% - 0.05rem);
    right: 0;
    z-index: 2;
  }
  .low_button::before {
    content: "";
    width: 2.5rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #5877BB;
  }
  .low_button:hover {
    opacity: 1;
    background-color: #5877BB;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  ul.link_list {
    margin: 0 0 2rem 0;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.link_list li {
    width: auto;
    margin: 0 1.5rem 1.5rem 0;
  }
  ul.link_list li a {
    background-color: #1B2F5B;
    color: #ffffff;
    font-family: "zenkakugothicnew_medium";
    font-weight: normal;
    font-size: 2.2rem;
    width: 100%;
    padding: 1rem 5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    text-decoration: none !important;
    letter-spacing: 0.08rem;
    margin: 2rem auto 0 auto;
    display: inline-block;
    border-radius: 0.5rem;
    position: relative;
  }
  ul.link_list li a::before {
    position: absolute;
    top: calc(50% - 0.9rem);
    right: 1rem;
    content: "";
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    background: url("../img/icon_arrow.svg") no-repeat;
    background-size: contain;
    background-position: center;
  }
}
/* -----------------------------------------------------------
  リスト
----------------------------------------------------------- */
/*標準 disc*/
ul.list_normal {
  list-style-type: disc;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-family: "zenmarugothic_medium";
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_normal li {
  margin: 0 0 1rem 1.8rem;
  padding: 0;
}

/*標準 maru*/
ul.list_maru {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-family: "zenmarugothic_medium";
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_maru li {
  background: url(../img/maru.svg) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0 0 0 1.8rem;
}

/*標準 数字*/
ul.list_num {
  list-style-type: decimal;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-family: "zenmarugothic_medium";
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
ul.list_num li {
  margin: 0 0 1rem 2rem;
  padding: 0 0 0 0;
}

/*標準横並び*/
ul.list_maru_yoko {
  list-style-type: none;
  line-height: 140%;
  letter-spacing: 0.05em;
  font-family: "zenmarugothic_medium";
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.list_maru_yoko li {
  width: auto;
  background: url(../img/maru.svg) no-repeat;
  background-position: left 0.4rem top 0.4rem;
  background-size: 1rem;
  margin: 0 1.5rem 1rem 0;
  padding: 0 0 0 1.8rem;
}

@media screen and (width >= 48em), print {
  /*標準 disc*/
  ul.list_normal {
    list-style-type: disc;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-family: "zenmarugothic_medium";
    font-weight: normal;
    font-size: clamp(1.6rem, 0.5333rem + 1.389vw, 2.2rem);
    margin: 0 0 2rem 0;
  }
  ul.list_normal li {
    margin: 0 0 clamp(1.5rem, 0.6111rem + 1.157vw, 2rem) clamp(2rem, 1.1111rem + 1.157vw, 2.5rem);
    padding: 0;
  }
  /*標準 数字*/
  ul.list_num {
    list-style-type: decimal;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-family: "zenmarugothic_medium";
    font-weight: normal;
    font-size: clamp(1.2rem, 0.4889rem + 0.926vw, 1.6rem);
    margin: 0 0 2rem 0;
  }
  ul.list_num li {
    margin: 0 0 clamp(1.2rem, 0.4889rem + 0.926vw, 1.6rem) clamp(2rem, 1.1111rem + 1.157vw, 2.5rem);
    padding: 0 0 0 0;
  }
  /*標準 maru*/
  ul.list_maru {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-family: "zenmarugothic_medium";
    font-weight: normal;
    font-size: clamp(1.2rem, 0.4889rem + 0.926vw, 1.6rem);
    margin: 0 0 0 0;
  }
  ul.list_maru li {
    background: url(../img/maru.svg) no-repeat;
    background-position: left 0.4rem top 0.8rem;
    background-size: 0.6rem;
    margin: 0 0 clamp(1.2rem, 0.4889rem + 0.926vw, 1.6rem) 0;
    padding: 0 0 0 clamp(1.2rem, 0.4889rem + 0.926vw, 1.6rem);
  }
  ul.list_maru.two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_maru.two li {
    width: 48%;
  }
  ul.list_maru.three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_maru.three li {
    width: 31%;
    margin: 0 1% clamp(1.2rem, 0.4889rem + 0.926vw, 1.6rem) 0;
  }
  ul.list_maru.ajs {
    width: 50%;
  }
  /*標準 maru*/
  ul.list_maru_yoko {
    list-style-type: none;
    line-height: 140%;
    letter-spacing: 0.05em;
    font-family: "zenmarugothic_medium";
    font-weight: normal;
    font-size: clamp(1.2rem, 0.4889rem + 0.926vw, 1.6rem);
    margin: 0 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.list_maru_yoko li {
    width: auto;
    background: url(../img/maru.svg) no-repeat;
    background-position: left 0.4rem top clamp(0.6rem, -0.4667rem + 1.389vw, 1.2rem);
    background-size: 1.2rem;
    margin: 0 clamp(2rem, 1.1111rem + 1.157vw, 2.5rem) clamp(1.5rem, 0.6111rem + 1.157vw, 2rem) 0;
    padding: 0 0 0 2.5rem;
  }
}
/* -----------------------------------------------------------
　医師紹介
----------------------------------------------------------- */
.img_doctor {
  margin: 0 auto 1rem auto;
  width: 60%;
}
.img_doctor img {
  width: 100%;
  height: auto;
}

.doctor_name {
  text-align: right;
}

/*略歴*/
dl.bio_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 0;
  line-height: 160%;
  width: 100%;
}
dl.bio_list dt {
  width: 28%;
  margin: 0 0 2rem 0;
}
dl.bio_list dd {
  width: 72%;
  margin: 0 0 2rem 0;
}

/*数字*/
dl.num_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 0;
  line-height: 160%;
  width: 100%;
}
dl.num_list dt {
  width: 7%;
  margin: 0 0 1rem 0;
}
dl.num_list dd {
  width: 93%;
  margin: 0 0 1rem 0;
}

/*記号*/
dl.symbol_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0 0;
  line-height: 160%;
  width: 100%;
}
dl.symbol_list dt {
  width: 6%;
  margin: 0 0 1rem 0;
}
dl.symbol_list dd {
  width: 94%;
  margin: 0 0 1rem 0;
}

@media screen and (width >= 48em), print {
  .img_doctor {
    margin: 0 clamp(3rem, 1.2222rem + 2.315vw, 4rem) clamp(2rem, 0.2222rem + 2.315vw, 3rem) clamp(3rem, 1.2222rem + 2.315vw, 4rem);
    width: clamp(26rem, 15.3333rem + 13.889vw, 32rem);
    float: left;
  }
  .img_doctor img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 0 0;
  }
  .doctor_name {
    text-align: right;
  }
  /*略歴*/
  dl.bio_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: clamp(1.2rem, 0.4889rem + 0.926vw, 1.6rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 0;
    line-height: 160%;
    width: 100%;
  }
  dl.bio_list dt {
    width: 10%;
    margin: 0 0 clamp(1.2rem, 0.4889rem + 0.926vw, 1.6rem) 0;
  }
  dl.bio_list dd {
    width: 90%;
    margin: 0 0 clamp(1.2rem, 0.4889rem + 0.926vw, 1.6rem) 0;
  }
  /*数字*/
  dl.num_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: clamp(1.2rem, 0.4889rem + 0.926vw, 1.6rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 0;
    line-height: 160%;
    width: 100%;
  }
  dl.num_list dt {
    width: 2%;
    margin: 0 0 1rem 0;
  }
  dl.num_list dd {
    width: 98%;
    margin: 0 0 1rem 0;
  }
  /*記号*/
  dl.symbol_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: clamp(1.2rem, 0.4889rem + 0.926vw, 1.6rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 0 0;
    line-height: 160%;
    width: 100%;
  }
  dl.symbol_list dt {
    width: 2%;
    margin: 0 0 1rem 0;
  }
  dl.symbol_list dd {
    width: 98%;
    margin: 0 0 1rem 0;
  }
  dl.symbol_list.ajs {
    width: 50%;
  }
  dl.symbol_list.ajs dt {
    width: 5%;
    margin: 0 0 1rem 0;
  }
  dl.symbol_list.ajs dd {
    width: 95%;
    margin: 0 0 1rem 0;
  }
  .doctor_name {
    text-align: right;
  }
  .doctor_name span {
    font-size: clamp(1.6rem, 0.5333rem + 1.389vw, 2.2rem);
  }
}
/* -----------------------------------------------------------
クリニック紹介
----------------------------------------------------------- */
ul.machine_frame {
  list-style-type: none;
}
ul.machine_frame li {
  margin: 0 0 4rem 0;
}
ul.machine_frame li section {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
ul.machine_frame li section h3.low {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  margin: 0 0 1rem 0;
}
ul.machine_frame li section img {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto 1rem auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
ul.machine_frame li section p {
  margin: 0 0 0 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media screen and (width >= 48em), print {
  .slider-pro {
    width: 96% !important;
    max-width: 750px;
    margin: 0 auto !important;
  }
  .slider-pro p.sp-layer {
    font-size: clamp(1.6rem, 0.5333rem + 1.389vw, 2.2rem);
  }
  ul.machine_frame {
    list-style-type: none;
    width: 96%;
    max-width: 106rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  ul.machine_frame li {
    width: 32%;
    margin: 0 2% 6rem 0;
  }
  ul.machine_frame li section {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  ul.machine_frame li section h3.low {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin: 0 0 1rem 0;
  }
  ul.machine_frame li section img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 2rem 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  ul.machine_frame li section p {
    margin: 1rem 0 0 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  ul.machine_frame li:nth-child(3n) {
    margin: 0 0% 2rem 0;
  }
}
/* -----------------------------------------------------------
　アクセス
----------------------------------------------------------- */
.two_box .two_box_in iframe.accessmap {
  width: 100%;
  height: 100vw;
  display: block;
}

.access_googlemap {
  display: block;
  width: 96%;
  height: 100vw;
  margin: 0 auto 0 auto;
}

@media screen and (width >= 48em), print {
  .two_box {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .two_box .two_box_in {
    width: 48%;
  }
  .two_box .two_box_in iframe.accessmap {
    width: 100%;
    height: 54rem;
    display: block;
  }
  .access_googlemap {
    display: block;
    width: 100%;
    height: 50rem;
    margin: 0 0 0 0;
  }
}
/* -----------------------------------------------------------
　アクセス
----------------------------------------------------------- */
.access_timetable table.timetable tr td.time span {
  margin: 0 auto 0 auto;
  padding: 0.3rem 0;
}

.low_access em {
  font-style: normal;
}

@media screen and (width >= 48em), print {
  .access_timetable table.timetable tr td.time span {
    margin: 0 auto 1rem auto;
    padding: 0.5rem 0;
  }
}
/* -----------------------------------------------------------
　FAQ
----------------------------------------------------------- */
dl.qabox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "zenkakugothicnew_medium";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 2rem 0;
  line-height: 160%;
  width: 100%;
}
dl.qabox dt {
  width: 10%;
  margin: 0 0 1rem 0;
}
dl.qabox dt.question {
  color: #1B2F5B;
  font-size: 2.8rem;
}
dl.qabox dt.answer {
  color: #8B7949;
  font-size: 2.8rem;
}
dl.qabox dd {
  width: 90%;
  margin: 0 0 1rem 0;
}
dl.qabox dd.question {
  color: #1B2F5B;
  font-size: 1.6rem;
}
dl.qabox dd.answer {
  margin: 0 0 3rem 0;
  color: #000000;
  font-size: 1.4rem;
}

@media screen and (width >= 48em), print {
  dl.qabox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-family: "zenkakugothicnew_medium";
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 0 2rem 0;
    line-height: 160%;
    width: 100%;
  }
  dl.qabox dt {
    width: 5%;
    margin: 0 0 2.4rem 0;
  }
  dl.qabox dt.question {
    color: #1B2F5B;
    font-size: 3.6rem;
  }
  dl.qabox dt.answer {
    color: #8B7949;
    font-size: 3.6rem;
    margin: 0 0 4.4rem 0;
  }
  dl.qabox dd {
    width: 95%;
    margin: 0 0 2.4rem 0;
  }
  dl.qabox dd.question {
    color: #1B2F5B;
    font-size: 2.2rem;
  }
  dl.qabox dd.answer {
    margin: 0 0 4.4rem 0;
    color: #000000;
    font-size: 1.6rem;
  }
}
/* -----------------------------------------------------------
  流れ
----------------------------------------------------------- */
dl.flow_box {
  background-color: #FFFFFF;
  border: #ECECEC 1px solid;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
dl.flow_box dt {
  color: #000000;
  font-family: "notoserifjp_sembold";
  font-weight: bold;
  font-size: 1.5rem;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
dl.flow_box dt .flow_no {
  background-color: #00A2DA;
  color: #FFFFFF;
  width: 3rem;
  height: 3rem;
  font-family: "notoserifjp_sembold";
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 1rem 0 0;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
dl.flow_box dd {
  color: #000000;
  font-family: "zenmarugothic_medium";
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 140%;
  padding: 0 0 0 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
dl.flow_box dd.ajs {
  padding: 0;
}

.arrow {
  width: 0;
  height: 0;
  border: none;
  border-left: 4rem solid transparent;
  border-right: 4rem solid transparent;
  border-top: 2.3rem solid #A6E0F5;
  text-align: center;
  display: block;
  margin: 2rem auto;
}

@media screen and (width >= 48em), print {
  dl.flow_box {
    background-color: #FFFFFF;
    border: #ECECEC 1px solid;
    padding: clamp(1.8rem, -0.6889rem + 3.241vw, 3.2rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  dl.flow_box dt {
    color: #000000;
    font-family: "notoserifjp_sembold";
    font-weight: bold;
    font-size: clamp(1.8rem, 1.0889rem + 0.926vw, 2.2rem);
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  dl.flow_box dt .flow_no {
    background-color: #00A2DA;
    color: #FFFFFF;
    width: clamp(3rem, 2.2889rem + 0.926vw, 3.4rem);
    height: clamp(3rem, 2.2889rem + 0.926vw, 3.4rem);
    font-family: "notoserifjp_sembold";
    font-weight: bold;
    font-size: clamp(1.8rem, 1.0889rem + 0.926vw, 2.2rem);
    margin: 0 clamp(2rem, 1.2889rem + 0.926vw, 2.4rem) 0 0;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  dl.flow_box dd {
    color: #000000;
    font-family: "zenmarugothic_medium";
    font-weight: normal;
    font-size: clamp(1.4rem, 0.6889rem + 0.926vw, 1.8rem);
    line-height: 200%;
    letter-spacing: 0.08em;
    padding: 0 0 0 5.4rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  dl.flow_box dd.ajs {
    padding: 0;
  }
  .arrow {
    width: 0;
    height: 0;
    border: none;
    border-left: 5rem solid transparent;
    border-right: 5rem solid transparent;
    border-top: 3rem solid #A6E0F5;
    text-align: center;
    display: block;
    margin: clamp(4rem, 2.2222rem + 2.315vw, 5rem) auto;
  }
}
/* -----------------------------------------------------------
　汎用テーブル
----------------------------------------------------------- */
table.low_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table tr th {
  width: 50%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  color: #ffffff;
  border: #707070 1px solid;
  background-color: #1B2F5B;
}
table.low_table tr td {
  width: 50%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  color: #333333;
  border: #707070 1px solid;
  background-color: #ffffff;
}

@media screen and (width >= 48em), print {
  table.low_table {
    width: 100%;
    border-collapse: collapse;
    font-size: clamp(1.4rem, 1.0444rem + 0.463vw, 1.6rem);
    margin: 0 0 2rem 0;
  }
  table.low_table caption {
    caption-side: bottom;
    text-align: left;
    margin: 0.5rem 0 0 0;
  }
  table.low_table tr th {
    width: 50%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    color: #ffffff;
    border: #707070 1px solid;
    background-color: #1B2F5B;
  }
  table.low_table tr td {
    width: 50%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    color: #333333;
    border: #707070 1px solid;
    background-color: #ffffff;
  }
}
/* -----------------------------------------------------------
　テーブル　SPは縦並び、PCは横並びバージョン
----------------------------------------------------------- */
table.low_table_spblock {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
}
table.low_table_spblock caption {
  caption-side: bottom;
  text-align: left;
  margin: 0.5rem 0 0 0;
}
table.low_table_spblock tr th {
  width: 100%;
  padding: 1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #ffffff;
  background-color: #1B2F5B;
  border-bottom: #707070 1px solid;
  border-left: #707070 1px solid;
  border-right: #707070 1px solid;
}
table.low_table_spblock tr td {
  width: 100%;
  padding: 1rem 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
  line-height: 140%;
  display: block;
  color: #333333;
  background-color: #ffffff;
  border-bottom: #707070 1px solid;
  border-left: #707070 1px solid;
  border-right: #707070 1px solid;
}
table.low_table_spblock tr td span {
  color: #00A2DA;
  font-weight: bold;
}
table.low_table_spblock tr td span a {
  color: #00A2DA;
  font-weight: bold;
  text-decoration: none;
}
table.low_table_spblock tr:first-child th {
  border-top: #707070 1px solid;
}

@media screen and (width >= 48em), print {
  table.low_table_spblock {
    width: 100%;
    border-collapse: collapse;
    font-size: clamp(1.4rem, 1.0444rem + 0.463vw, 1.6rem);
    margin: 0 0 2rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  table.low_table_spblock caption {
    caption-side: bottom;
    text-align: left;
    margin: 1rem 0 0 0;
  }
  table.low_table_spblock tr th {
    width: 30%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #ffffff;
    background-color: #1B2F5B;
    border-bottom: #707070 1px solid;
    border-left: #707070 1px solid;
    border-right: #707070 1px solid;
  }
  table.low_table_spblock tr td {
    width: 70%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    font-weight: normal;
    line-height: 140%;
    display: table-cell;
    color: #333333;
    background-color: #ffffff;
    border-bottom: #707070 1px solid;
    border-left: #707070 1px solid;
    border-right: #707070 1px solid;
  }
  table.low_table_spblock tr td span {
    color: #00A2DA;
    font-weight: bold;
  }
  table.low_table_spblock tr td span a {
    color: #00A2DA;
    font-weight: bold;
    text-decoration: none;
  }
  table.low_table_spblock tr:first-child th {
    border-top: #707070 1px solid;
  }
  table.low_table_spblock tr:first-child td {
    border-top: #707070 1px solid;
  }
}
/* -----------------------------------------------------------
　XXX
----------------------------------------------------------- */
@media print {
  body {
    width: 1300px !important;
    zoom: 0.8;
  }
}
/*# sourceMappingURL=style.css.map */