@charset "UTF-8";
body {
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

p, h1, h2, h3, h4, h5, h6, ul, li, span, div, img, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  list-style-type: none; }

ul li {
  list-style: none; }

strong {
  font-weight: 500; }

.ct {
  text-align: center; }

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

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

.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ""; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden; }

article, main, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  transition: all 0.5s ease; }

.fr {
  float: right; }

.fl {
  float: left; }

.indent {
  text-indent: 1em; }

.flex_center {
  display: flex;
  justify-content: center; }

.flex_right {
  display: flex;
  justify-content: flex-end; }

img {
  max-width: 100%; }

img {
  border: 0px;
  vertical-align: bottom;
  box-sizing: content-box; }

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0; }

.ml0 {
  margin-left: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mt0 {
  margin-top: 0 !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.kosugi-maru-regular {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal; }

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal; }

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal; }

.noto-sans-jp- {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }

.disp_pc {
  display: block;
  visibility: visible; }

.disp_sp {
  display: none;
  visibility: hidden; }

.fade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px); }

.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px); }

@media screen and (max-width: 1180px) {
  .disp_pc {
    display: none;
    visibility: hidden; }

  .disp_sp {
    display: block;
    visibility: visible; } }
.or {
  color: #f39800; }

.gr {
  color: #c3d600; }

.red {
  color: #C51A1D !important; }

.bold {
  font-weight: 700; }

.cmt {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1rem;
  color: #404040;
  line-height: 2;
  font-family: "Zen Maru Gothic", sans-serif; }
  .cmt:before {
    content: "※"; }

#fixed_banner a {
  background: url("../images/img_commons/btn_reservation.svg") no-repeat top center;
  background-size: contain;
  display: block;
  position: fixed;
  width: 11vw;
  height: 11vw;
  top: 11vw;
  right: 2vw;
  z-index: 100;
  text-decoration: none;
  text-align: center;
  padding: 4vw 0 0;
  box-sizing: border-box;
  transition: transform .6s ease; }
  #fixed_banner a:before {
    content: "";
    background: url("../images/img_commons/ico_calendar.png") no-repeat top center;
    background-size: contain;
    position: absolute;
    width: 2.1vw;
    height: 2.1vw;
    top: 1.5vw;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s; }
  #fixed_banner a span {
    position: relative;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    font-weight: 900;
    font-size: 1.5rem;
    transition: 0.5s; }
  #fixed_banner a i {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    display: block;
    font-size: 0.85rem;
    transition: 0.5s; }
  #fixed_banner a:hover {
    transform: scale(1.1); }

.SCRL #fixed_banner a {
  background: url("../images/img_commons/btn_reservation.svg") no-repeat top center;
  background-size: contain;
  display: block;
  position: fixed;
  width: 8vw;
  height: 8vw;
  top: 8vw;
  right: 2vw;
  /*z-index: 100;*/
  z-index: 10000;
  text-decoration: none;
  text-align: center;
  padding: 2.8vw 0 0;
  transition: 0.5s; }
  .SCRL #fixed_banner a:before {
    content: "";
    background: url("../images/img_commons/ico_calendar.png") no-repeat top center;
    background-size: contain;
    position: absolute;
    width: 1.6vw;
    height: 1.6vw;
    top: 1vw;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s; }
  .SCRL #fixed_banner a span {
    position: relative;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    font-weight: 900;
    font-size: 1.2rem;
    transition: 0.5s; }
  .SCRL #fixed_banner a i {
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    display: block;
    font-size: 0.65rem;
    transition: 0.5s; }

@media screen and (max-width: 1250px) {
  #fixed_banner {
    display: none; } }
header#header_area {
  padding-top: 150px; }
  header#header_area #header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding: 10px 20px 10px;*/
    padding: 10px 20px 70px;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
    /*top: 7px;*/
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
    transition: 0.5s; }
    header#header_area #header_inner .header_left h1.header_logo a img {
      width: 230px;
      height: auto;
      transition: 0.5s; }
    header#header_area #header_inner .header_right .header_tel {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-bottom: 10px; }
      header#header_area #header_inner .header_right .header_tel .telephone_mark {
        margin-right: 10px; }
        header#header_area #header_inner .header_right .header_tel .telephone_mark img {
          width: 50px;
          height: auto;
          transition: 0.5s; }
      header#header_area #header_inner .header_right .header_tel .telephone_number p {
        font-family: "Zen Maru Gothic", sans-serif;
        color: #f39800;
        font-weight: 700;
        font-size: 1rem;
        text-align: center;
        transition: 0.5s; }
      header#header_area #header_inner .header_right .header_tel .telephone_number .telephone_number_text {
        font-family: "Noto Sans JP", sans-serif;
        color: #f39800;
        font-weight: bold;
        font-size: 2rem;
        transition: 0.5s; }
    header#header_area #header_inner .header_right .global_navigation nav#Navigation ul.menu {
      display: flex; }
      header#header_area #header_inner .header_right .global_navigation nav#Navigation ul.menu li {
        padding: 0 15px; }
        header#header_area #header_inner .header_right .global_navigation nav#Navigation ul.menu li:last-child {
          padding-right: 0; }
        header#header_area #header_inner .header_right .global_navigation nav#Navigation ul.menu li a {
          font-family: "Zen Maru Gothic", sans-serif;
          transition: 0.5s;
          font-size: 1.1rem;
          font-weight: 900;
          transition: 0.5s; }
          header#header_area #header_inner .header_right .global_navigation nav#Navigation ul.menu li a:link {
            color: #404040;
            text-decoration: none; }
          header#header_area #header_inner .header_right .global_navigation nav#Navigation ul.menu li a:visited {
            color: #404040;
            text-decoration: none; }
          header#header_area #header_inner .header_right .global_navigation nav#Navigation ul.menu li a:hover {
            color: #f39800;
            text-decoration: none; }
          header#header_area #header_inner .header_right .global_navigation nav#Navigation ul.menu li a:active {
            color: #f39800;
            text-decoration: none; }
  header#header_area #main_visual {
    position: relative;
    height: 88vh; }
    header#header_area #main_visual h2.visual_copy img {
      position: absolute;
      top: 5px;
      height: auto;
      right: 25vw;
      width: 6.5vw;
      z-index: 10; }
      header#header_area #main_visual h2.visual_copy img.copy_pc {
        display: block; }
      header#header_area #main_visual h2.visual_copy img.copy_sp {
        display: none; }
    header#header_area #main_visual .visual_doctor img {
      position: absolute;
      width: 30vw;
      height: auto;
      left: 10vw;
      top: 9vw;
      z-index: 9; }
    header#header_area #main_visual .visual_image .building {
      position: relative; }
      header#header_area #main_visual .visual_image .building:before {
        content: "";
        background: url("../images/img_index/mainvisual_image_ornament_or.png") no-repeat top center;
        width: 20vw;
        height: 12vw;
        position: absolute;
        top: 3vw;
        right: 45vw;
        background-size: contain;
        z-index: 11; }
      header#header_area #main_visual .visual_image .building:after {
        content: "";
        background: url("../images/img_index/mainvisual_image_ornament_gr.png") no-repeat top center;
        width: 26vw;
        height: 18vw;
        position: absolute;
        top: 32vw;
        right: 4vw;
        background-size: contain;
        z-index: 11; }
      header#header_area #main_visual .visual_image .building img {
        position: absolute;
        width: 59vw;
        height: auto;
        top: 1vw;
        right: 0;
        z-index: 9; }
    header#header_area #main_visual .visual_image .bird img {
      position: absolute;
      width: 5vw;
      height: auto;
      top: 16vw;
      right: 52vw;
      z-index: 9; }
    header#header_area #main_visual .visual_image .cloud_01 img {
      position: absolute;
      width: 13vw;
      height: auto;
      top: 6vw;
      right: 38vw;
      z-index: 9; }
    header#header_area #main_visual .visual_image .cloud_02 img {
      position: absolute;
      width: 11vw;
      height: auto;
      top: 12vw;
      right: 23vw;
      z-index: 9; }
    header#header_area #main_visual .visual_image .cloud_03 img {
      position: absolute;
      width: 12vw;
      height: auto;
      top: 5vw;
      right: 10vw;
      z-index: 9; }
    header#header_area #main_visual .visual_image .visual_side_image img {
      position: absolute;
      width: 20vw;
      height: auto;
      top: -50px;
      left: 0;
      z-index: -1; }
  header#header_area.page_header {
    height: 28vw; }

.SCRL header#header_area {
  padding-top: 150px; }
  .SCRL header#header_area #header_inner {
    background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
    transition: 0.5s; }
    .SCRL header#header_area #header_inner .header_left h1.header_logo a img {
      width: 180px;
      height: auto;
      transition: 0.5s; }
    .SCRL header#header_area #header_inner .header_right .header_tel .telephone_mark {
      margin-right: 10px; }
      .SCRL header#header_area #header_inner .header_right .header_tel .telephone_mark img {
        width: 30px;
        height: auto;
        transition: 0.5s; }
    .SCRL header#header_area #header_inner .header_right .header_tel .telephone_number p {
      font-size: 0.85rem;
      transition: 0.5s; }
    .SCRL header#header_area #header_inner .header_right .header_tel .telephone_number .telephone_number_text {
      font-size: 1.4rem;
      text-align: center;
      transition: 0.5s; }
    .SCRL header#header_area #header_inner .header_right .global_navigation nav#Navigation ul.menu {
      display: flex; }
      .SCRL header#header_area #header_inner .header_right .global_navigation nav#Navigation ul.menu li {
        padding: 0 10px;
        transition: 0.5s; }
        .SCRL header#header_area #header_inner .header_right .global_navigation nav#Navigation ul.menu li:last-child {
          padding-right: 0; }
        .SCRL header#header_area #header_inner .header_right .global_navigation nav#Navigation ul.menu li a {
          font-size: 0.95rem;
          transition: 0.5s; }
  .SCRL header#header_area #main_visual {
    position: relative;
    height: 88vh; }
    .SCRL header#header_area #main_visual h2.visual_copy img {
      position: absolute;
      top: 5px;
      height: auto;
      right: 25vw;
      width: 6.5vw;
      z-index: 10; }
      .SCRL header#header_area #main_visual h2.visual_copy img.copy_pc {
        display: block; }
      .SCRL header#header_area #main_visual h2.visual_copy img.copy_sp {
        display: none; }
    .SCRL header#header_area #main_visual .visual_doctor img {
      position: absolute;
      width: 30vw;
      height: auto;
      left: 10vw;
      top: 9vw;
      z-index: 9; }
    .SCRL header#header_area #main_visual .visual_image .building {
      position: relative; }
      .SCRL header#header_area #main_visual .visual_image .building:before {
        content: "";
        background: url("../images/img_index/mainvisual_image_ornament_or.png") no-repeat top center;
        width: 20vw;
        height: 12vw;
        position: absolute;
        top: 3vw;
        right: 45vw;
        background-size: contain;
        z-index: 11; }
      .SCRL header#header_area #main_visual .visual_image .building:after {
        content: "";
        background: url("../images/img_index/mainvisual_image_ornament_gr.png") no-repeat top center;
        width: 26vw;
        height: 18vw;
        position: absolute;
        top: 32vw;
        right: 4vw;
        background-size: contain;
        z-index: 11; }
      .SCRL header#header_area #main_visual .visual_image .building img {
        position: absolute;
        width: 59vw;
        height: auto;
        top: 1vw;
        right: 0;
        z-index: 9; }
    .SCRL header#header_area #main_visual .visual_image .bird img {
      position: absolute;
      width: 5vw;
      height: auto;
      top: 16vw;
      right: 52vw;
      z-index: 9; }
    .SCRL header#header_area #main_visual .visual_image .cloud_01 img {
      position: absolute;
      width: 13vw;
      height: auto;
      top: 6vw;
      right: 38vw;
      z-index: 9; }
    .SCRL header#header_area #main_visual .visual_image .cloud_02 img {
      position: absolute;
      width: 11vw;
      height: auto;
      top: 12vw;
      right: 23vw;
      z-index: 9; }
    .SCRL header#header_area #main_visual .visual_image .cloud_03 img {
      position: absolute;
      width: 12vw;
      height: auto;
      top: 5vw;
      right: 10vw;
      z-index: 9; }
    .SCRL header#header_area #main_visual .visual_image .visual_side_image img {
      position: absolute;
      width: 20vw;
      height: auto;
      top: -50px;
      left: 0;
      z-index: -1; }

@media screen and (max-width: 1180px) {
  header#header_area {
    padding-top: 50px; }
    header#header_area #header_inner {
      transition: 0.5s;
      padding: 10px 5px;
      top: 0; }
      header#header_area #header_inner .header_left h1.header_logo a img {
        width: 170px;
        height: auto;
        transition: 0.5s; }
      header#header_area #header_inner .header_right .header_tel {
        display: none; }
      header#header_area #header_inner .header_right .global_navigation nav#Navigation ul.menu li a {
        font-size: 1rem;
        padding: 12px 0; }
    header#header_area #main_visual {
      position: relative;
      height: 50vw; }
      header#header_area #main_visual h2.visual_copy img {
        position: absolute;
        top: 4vw;
        height: auto;
        right: 7vw;
        width: 33vw;
        z-index: 10; }
        header#header_area #main_visual h2.visual_copy img.copy_pc {
          display: none; }
        header#header_area #main_visual h2.visual_copy img.copy_sp {
          display: block; }
      header#header_area #main_visual .visual_doctor img {
        position: absolute;
        width: 30vw;
        height: auto;
        left: 2vw;
        top: 14vw;
        z-index: 9; }
      header#header_area #main_visual .visual_image .building {
        position: relative; }
        header#header_area #main_visual .visual_image .building:before {
          content: "";
          background: url("../images/img_index/mainvisual_image_ornament_or.png") no-repeat top center;
          width: 22vw;
          height: 14vw;
          position: absolute;
          top: 3vw;
          right: 45vw;
          background-size: contain;
          z-index: 11; }
        header#header_area #main_visual .visual_image .building:after {
          content: "";
          background: url("../images/img_index/mainvisual_image_ornament_gr.png") no-repeat top center;
          width: 26vw;
          height: 18vw;
          position: absolute;
          top: 32vw;
          right: 4vw;
          background-size: contain;
          z-index: 11; }
        header#header_area #main_visual .visual_image .building img {
          position: absolute;
          width: 70vw;
          height: auto;
          top: 1vw;
          right: 0;
          z-index: 8; }
      header#header_area #main_visual .visual_image .bird img {
        position: absolute;
        width: 6vw;
        height: auto;
        top: 20vw;
        right: 58vw;
        z-index: 9; }
      header#header_area #main_visual .visual_image .cloud_01 img {
        position: absolute;
        width: 14vw;
        height: auto;
        top: 10vw;
        right: 44vw;
        z-index: 9; }
      header#header_area #main_visual .visual_image .cloud_02 img {
        position: absolute;
        width: 13vw;
        height: auto;
        top: 13vw;
        right: 27vw;
        z-index: 9; }
      header#header_area #main_visual .visual_image .cloud_03 img {
        position: absolute;
        width: 14vw;
        height: auto;
        top: 6vw;
        right: 3vw;
        z-index: 9; }
      header#header_area #main_visual .visual_image .visual_side_image img {
        display: none; }
    header#header_area.page_header {
      height: 41vw; }

  .SCRL header {
    transition: 0.5s; }
    .SCRL header#header_area #header_inner {
      position: fixed;
      padding: 10px 5px;
      background: initial; }
      .SCRL header#header_area #header_inner .header_left h1.header_logo a img {
        width: 140px;
        height: auto;
        transition: 0.5s; }
      .SCRL header#header_area #header_inner .header_right .header_tel {
        display: none; }
    .SCRL header#header_area #main_visual {
      position: relative;
      height: 50vw; }
      .SCRL header#header_area #main_visual .visual_doctor img {
        left: 2vw;
        top: 14vw; }
      .SCRL header#header_area #main_visual .visual_image .building {
        position: relative; }
        .SCRL header#header_area #main_visual .visual_image .building img {
          width: 70vw;
          z-index: 8; } }
/* 回転するアニメーション */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-20px); } }
/* このクラスをつけると回転を無限に繰り返します */
.anime_fuwafuwa {
  animation: 3s fuwafuwa infinite; }

/* 回転するアニメーション */
@keyframes fuwafuwa02 {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-10px); } }
/* このクラスをつけると回転を無限に繰り返します */
.anime_fuwafuwa02 {
  animation: 4s fuwafuwa02 infinite; }

/* 回転するアニメーション */
@keyframes fuwafuwa03 {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-20px); } }
/* このクラスをつけると回転を無限に繰り返します */
.anime_fuwafuwa03 {
  animation: 5s fuwafuwa03 infinite; }

/* 回転するアニメーション */
@keyframes fuwafuwa04 {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-25px); } }
/* このクラスをつけると回転を無限に繰り返します */
.anime_fuwafuwa04 {
  animation: 7s fuwafuwa04 infinite; }

/*スマホメニュー*/
@media screen and (max-width: 1250px) {
  .hamburger {
    position: absolute;
    display: block;
    width: 25px;
    height: 20px;
    top: 19px;
    right: 8px;
    margin-top: 4px;
    z-index: 99999;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
    cursor: hand;
    transition: 0.5s; }

  .MenuWH {
    position: absolute;
    top: 7px;
    right: 5px;
    background-color: #f39800;
    width: 50px;
    height: 50px;
    z-index: 100;
    border-radius: 100px;
    transition: 0.5s; }

  .hamburger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: -9px;
    width: 100%;
    height: 2px;
    /*height: 2px;*/
    background-color: #fff;
    margin: 0 auto;
    text-align: center; }

  .hamburger em {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: -7px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    bottom: -21px;
    font-size: 12px;
    font-weight: 500; }

  .hamburger span:nth-of-type(1) {
    top: 0; }

  .hamburger span:nth-of-type(2) {
    top: 9px; }

  .hamburger span:nth-of-type(3) {
    bottom: 0; }

  .hamburger span:nth-of-type(1) {
    -webkit-animation: menu-ber01 .75s forwards;
    animation: menu-ber01 .75s forwards; }

  .hamburger span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1; }

  .hamburger span:nth-of-type(3) {
    -webkit-animation: menu-ber02 .75s forwards;
    animation: menu-ber02 .75s forwards; }

  .hamburger span:nth-of-type(1) {
    top: 0; }

  .hamburger span:nth-of-type(2) {
    top: 9px; }

  .hamburger span:nth-of-type(3) {
    bottom: 0; }

  .hamburger span:nth-of-type(1) {
    -webkit-animation: menu-ber01 .75s forwards;
    animation: menu-ber01 .75s forwards; }

  .hamburger span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1; }

  .hamburger span:nth-of-type(3) {
    -webkit-animation: menu-ber02 .75s forwards;
    animation: menu-ber02 .75s forwards; }

  .active span:nth-of-type(1) {
    -webkit-animation: active-menu-ber01 .75s forwards;
    animation: active-menu-ber01 .75s forwards;
    background-color: #fff; }

  .active span:nth-of-type(2) {
    opacity: 0; }

  .active span:nth-of-type(3) {
    -webkit-animation: active-menu-ber03 .75s forwards;
    animation: active-menu-ber03 .75s forwards;
    background-color: #fff; }

  @-webkit-keyframes menu-ber01 {
    0% {
      -webkit-transform: translateY(8px) rotate(45deg); }
    50% {
      -webkit-transform: translateY(8px) rotate(0); }
    100% {
      -webkit-transform: translateY(0) rotate(0); } }
  @keyframes menu-ber01 {
    0% {
      transform: translateY(8px) rotate(45deg); }
    50% {
      transform: translateY(8px) rotate(0); }
    100% {
      transform: translateY(0) rotate(0); } }
  @-webkit-keyframes menu-ber02 {
    0% {
      -webkit-transform: translateY(-8px) rotate(-45deg); }
    50% {
      -webkit-transform: translateY(-8px) rotate(0); }
    100% {
      -webkit-transform: translateY(0) rotate(0); } }
  @keyframes menu-ber02 {
    0% {
      transform: translateY(-8px) rotate(-45deg); }
    50% {
      transform: translateY(-8px) rotate(0); }
    100% {
      transform: translateY(0) rotate(0); } }
  @-webkit-keyframes active-menu-ber01 {
    0% {
      -webkit-transform: translateY(0) rotate(0); }
    50% {
      -webkit-transform: translateY(10px) rotate(0); }
    100% {
      -webkit-transform: translateY(10px) rotate(45deg); } }
  @keyframes active-menu-ber01 {
    0% {
      transform: translateY(0) rotate(0); }
    50% {
      transform: translateY(10px) rotate(0); }
    100% {
      transform: translateY(10px) rotate(45deg); } }
  @-webkit-keyframes active-menu-ber03 {
    0% {
      -webkit-transform: translateY(0) rotate(0); }
    50% {
      -webkit-transform: translateY(-8px) rotate(0); }
    100% {
      -webkit-transform: translateY(-8px) rotate(-45deg); } }
  @keyframes active-menu-ber03 {
    0% {
      transform: translateY(0) rotate(0); }
    50% {
      transform: translateY(-8px) rotate(0); }
    100% {
      transform: translateY(-8px) rotate(-45deg); } }
  #Navigation {
    display: none; }

  #Navigation {
    background-color: #fff;
    position: absolute;
    padding-top: 57px;
    top: 0;
    left: 0;
    z-index: 12;
    width: 100%; }
    #Navigation ul.menu {
      display: block !important; }
      #Navigation ul.menu li {
        border-bottom: 1px solid #f39800; }
        #Navigation ul.menu li a {
          font-size: 1rem;
          padding: 12px 10px;
          display: block; }
          #Navigation ul.menu li a:link {
            color: #404040;
            text-decoration: none; }
          #Navigation ul.menu li a:visited {
            color: #404040;
            text-decoration: none; }
          #Navigation ul.menu li a:hover {
            color: #f39800;
            text-decoration: none; }
          #Navigation ul.menu li a:active {
            color: #f39800;
            text-decoration: none; }

  .SCRL .hamburger {
    position: absolute;
    display: block;
    width: 25px;
    height: 20px;
    top: 19px;
    right: 8px;
    margin-top: 4px;
    z-index: 99999;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
    cursor: hand;
    transition: 0.5s; }
  .SCRL .MenuWH {
    position: absolute;
    top: 7px;
    right: 5px;
    background-color: #f39800;
    width: 50px;
    height: 50px;
    z-index: 100;
    border-radius: 100px;
    transition: 0.5s; } }
#sp_bottom_list {
  display: none; }

@media screen and (max-width: 1180px) {
  #sp_bottom_list {
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%; }
    #sp_bottom_list .bottom_btn_Contact {
      width: 50%; }
      #sp_bottom_list .bottom_btn_Contact a {
        background-color: #f39800;
        display: block;
        color: #fff;
        text-decoration: none;
        font-family: "Zen Maru Gothic", sans-serif;
        font-size: 1.2rem;
        font-weight: 700;
        padding: 10px;
        text-align: center; }
        #sp_bottom_list .bottom_btn_Contact a span {
          position: relative;
          padding-left: 35px; }
          #sp_bottom_list .bottom_btn_Contact a span:before {
            content: "";
            position: absolute;
            background: url("../images/img_commons/ico_calendar.png") no-repeat center top;
            background-size: cover;
            width: 21px;
            height: 19px;
            top: 6px;
            left: 7px; }
    #sp_bottom_list .bottom_btn_Phone {
      width: 50%; }
      #sp_bottom_list .bottom_btn_Phone a {
        background-color: #c3d600;
        display: block;
        color: #fff;
        text-decoration: none;
        font-family: "Zen Maru Gothic", sans-serif;
        font-size: 1.2rem;
        font-weight: 700;
        padding: 10px;
        text-align: center; }
        #sp_bottom_list .bottom_btn_Phone a span {
          position: relative;
          padding-left: 35px; }
          #sp_bottom_list .bottom_btn_Phone a span:before {
            content: "";
            position: absolute;
            background: url("../images/img_commons/ico_tel_02.png") no-repeat center top;
            background-size: cover;
            width: 20px;
            height: 20px;
            top: 6px;
            left: 7px; } }
#news_area {
  position: relative;
  background-color: #f5f1ef;
  margin: 13vw 0; }
  #news_area:before {
    content: "";
    position: absolute;
    background: url("../images/img_index/bg_info_top.png") no-repeat top center;
    width: 100%;
    height: 18vw;
    background-size: cover;
    top: -17vw;
    left: 0;
    z-index: -1; }
  #news_area:after {
    content: "";
    position: absolute;
    background: url("../images/img_index/bg_info_bottom.png") no-repeat top center;
    width: 100%;
    height: 18vw;
    background-size: cover;
    /*bottom: -17vw;*/
    bottom: -11vw;
    left: 0;
    z-index: -1; }
  #news_area #medical_treatment {
    position: relative; }
    #news_area #medical_treatment:before {
      content: "";
      position: absolute;
      background: url("../images/img_index/bg_info_ornament_left.png") no-repeat top center;
      background-size: contain;
      width: 12vw;
      height: 11vw;
      bottom: -6vw;
      left: 40vw;
      z-index: 0; }
    #news_area #medical_treatment:after {
      content: "";
      position: absolute;
      background: url("../images/img_index/bg_info_ornament_right.png") no-repeat top center;
      background-size: contain;
      width: 12vw;
      height: 12vw;
      bottom: -10vw;
      right: 30vw;
      z-index: 0; }
    #news_area #medical_treatment .wrapper {
      width: 90%;
      display: flex; }
      #news_area #medical_treatment .wrapper .image_area {
        margin: -8vw 50px 0 0;
        position: relative; }
        #news_area #medical_treatment .wrapper .image_area figure:before {
          content: "";
          position: absolute;
          background: url("../images/img_index/bg_info_image_01_ornament_b.png") no-repeat top center;
          background-size: contain;
          width: 13vw;
          height: 12vw;
          top: -5vw;
          left: 2vw; }
        #news_area #medical_treatment .wrapper .image_area figure:after {
          content: "";
          position: absolute;
          background: url("../images/img_index/bg_info_image_01_ornament_b.png") no-repeat top center;
          background-size: contain;
          width: 13vw;
          height: 12vw;
          bottom: 2vw;
          right: 0vw; }
        #news_area #medical_treatment .wrapper .image_area figure img {
          width: 28vw;
          height: auto; }
      #news_area #medical_treatment .wrapper .news_list {
        margin-top: 30px;
        flex: 1; }
        #news_area #medical_treatment .wrapper .news_list h3 {
          font-family: "Zen Maru Gothic", sans-serif;
          color: #f39800;
          font-weight: 900;
          font-size: 1.3rem;
          margin-bottom: 25px; }
        #news_area #medical_treatment .wrapper .news_list ul li {
          display: flex;
          align-items: flex-start;
          margin-bottom: 20px; }
          #news_area #medical_treatment .wrapper .news_list ul li:last-child {
            margin-bottom: 0; }
          #news_area #medical_treatment .wrapper .news_list ul li span {
            display: none;
            background-color: #f2edeb;
            padding: 3px 25px;
            border-radius: 100px;
            font-family: "Zen Maru Gothic", sans-serif;
            font-weight: 500;
            color: #f39800;
            font-size: 1rem;
            margin-right: 20px; }
          #news_area #medical_treatment .wrapper .news_list ul li p {
            flex: 1; }
            #news_area #medical_treatment .wrapper .news_list ul li p a {
              transition: 0.5s;
              font-size: 1rem; }
              #news_area #medical_treatment .wrapper .news_list ul li p a:link {
                color: #404040;
                text-decoration: none; }
              #news_area #medical_treatment .wrapper .news_list ul li p a:visited {
                color: #404040;
                text-decoration: none; }
              #news_area #medical_treatment .wrapper .news_list ul li p a:hover {
                color: #f39800;
                text-decoration: none; }
              #news_area #medical_treatment .wrapper .news_list ul li p a:active {
                color: #f39800;
                text-decoration: none; }
        #news_area #medical_treatment .wrapper .news_list .flex_center {
          margin: 20px 0 0; }
  #news_area #clinic_notice {
    display: flex;
    justify-content: flex-end;
    margin-top: 70px; }
    #news_area #clinic_notice .wrapper {
      width: 90%;
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end; }
      #news_area #clinic_notice .wrapper .image_area {
        margin: -2vw 0 0 50px; }
        #news_area #clinic_notice .wrapper .image_area figure:before {
          content: "";
          position: absolute;
          background: url("../images/img_index/bg_contents_area_gr.png") no-repeat top center;
          background-size: contain;
          width: 13vw;
          height: 12vw;
          bottom: 24vw;
          right: 12vw; }
        #news_area #clinic_notice .wrapper .image_area figure:after {
          content: "";
          position: absolute;
          background: url("../images/img_index/bg_contents_area_gr.png") no-repeat top center;
          background-size: contain;
          width: 13vw;
          height: 12vw;
          bottom: -8vw;
          right: 2vw; }
        #news_area #clinic_notice .wrapper .image_area figure img {
          width: 28vw;
          height: auto; }
      #news_area #clinic_notice .wrapper .news_list {
        margin-top: 30px;
        flex: 1; }
        #news_area #clinic_notice .wrapper .news_list h3 {
          font-family: "Zen Maru Gothic", sans-serif;
          color: #c3d600;
          font-weight: 900;
          font-size: 1.3rem;
          margin-bottom: 25px; }
        #news_area #clinic_notice .wrapper .news_list ul li {
          display: flex;
          align-items: flex-start;
          margin-bottom: 20px; }
          #news_area #clinic_notice .wrapper .news_list ul li:last-child {
            margin-bottom: 0; }
          #news_area #clinic_notice .wrapper .news_list ul li span {
            display: none;
            background-color: #f2edeb;
            padding: 3px 25px;
            border-radius: 100px;
            font-family: "Zen Maru Gothic", sans-serif;
            font-weight: 500;
            color: #c3d600;
            font-size: 1rem;
            margin-right: 20px; }
          #news_area #clinic_notice .wrapper .news_list ul li p {
            flex: 1; }
            #news_area #clinic_notice .wrapper .news_list ul li p a {
              transition: 0.5s;
              font-size: 1rem; }
              #news_area #clinic_notice .wrapper .news_list ul li p a:link {
                color: #404040;
                text-decoration: none; }
              #news_area #clinic_notice .wrapper .news_list ul li p a:visited {
                color: #404040;
                text-decoration: none; }
              #news_area #clinic_notice .wrapper .news_list ul li p a:hover {
                color: #c3d600;
                text-decoration: none; }
              #news_area #clinic_notice .wrapper .news_list ul li p a:active {
                color: #c3d600;
                text-decoration: none; }
        #news_area #clinic_notice .wrapper .news_list .flex_center {
          margin: 20px 0 0; }

@media screen and (max-width: 1180px) {
  #news_area {
    margin: 13vw 0; }
    #news_area #medical_treatment {
      width: 90%;
      margin: 0 auto; }
      #news_area #medical_treatment:before {
        content: "";
        position: absolute;
        background: url("../images/img_index/bg_info_ornament_left.png") no-repeat top center;
        background-size: contain;
        width: 20vw;
        height: 17vw;
        bottom: -12vw;
        left: 12vw;
        z-index: 0; }
      #news_area #medical_treatment:after {
        content: "";
        position: absolute;
        background: url("../images/img_index/bg_info_ornament_right.png") no-repeat top center;
        background-size: contain;
        width: 20vw;
        height: 20vw;
        bottom: -19vw;
        right: 10vw;
        z-index: 0; }
      #news_area #medical_treatment .wrapper {
        width: initial;
        display: initial; }
        #news_area #medical_treatment .wrapper .image_area {
          display: none; }
          #news_area #medical_treatment .wrapper .image_area figure:before {
            content: "";
            position: absolute;
            background: url("../images/img_index/bg_info_image_01_ornament_b.png") no-repeat top center;
            background-size: contain;
            width: 13vw;
            height: 12vw;
            top: -5vw;
            left: 2vw; }
          #news_area #medical_treatment .wrapper .image_area figure:after {
            content: "";
            position: absolute;
            background: url("../images/img_index/bg_info_image_01_ornament_b.png") no-repeat top center;
            background-size: contain;
            width: 13vw;
            height: 12vw;
            bottom: 2vw;
            right: 0vw; }
          #news_area #medical_treatment .wrapper .image_area figure img {
            width: 28vw;
            height: auto; }
        #news_area #medical_treatment .wrapper .news_list {
          margin-top: 30px; }
          #news_area #medical_treatment .wrapper .news_list h3 {
            font-size: 1.1rem;
            margin-bottom: 20px; }
          #news_area #medical_treatment .wrapper .news_list ul li {
            display: block;
            margin-bottom: 20px;
            border-bottom: 1px solid #cecece;
            padding-bottom: 10px; }
            #news_area #medical_treatment .wrapper .news_list ul li:last-child {
              margin-bottom: 0; }
            #news_area #medical_treatment .wrapper .news_list ul li span {
              margin: 0 0 15px 0; }
            #news_area #medical_treatment .wrapper .news_list ul li p {
              margin-top: 10px; }
              #news_area #medical_treatment .wrapper .news_list ul li p a {
                line-height: 1.8; }
                #news_area #medical_treatment .wrapper .news_list ul li p a:link {
                  color: #404040;
                  text-decoration: underline; }
                #news_area #medical_treatment .wrapper .news_list ul li p a:visited {
                  color: #404040;
                  text-decoration: underline; }
                #news_area #medical_treatment .wrapper .news_list ul li p a:hover {
                  color: #f39800;
                  text-decoration: none; }
                #news_area #medical_treatment .wrapper .news_list ul li p a:active {
                  color: #f39800;
                  text-decoration: none; }
          #news_area #medical_treatment .wrapper .news_list .flex_center {
            margin: 20px 0 0; }
    #news_area #clinic_notice {
      display: flex;
      justify-content: flex-end;
      margin-top: 70px; }
      #news_area #clinic_notice .wrapper {
        width: 90%;
        margin: 0 auto;
        display: initial; }
        #news_area #clinic_notice .wrapper .image_area {
          margin: initial;
          display: none; }
          #news_area #clinic_notice .wrapper .image_area figure img {
            width: 28vw;
            height: auto; }
        #news_area #clinic_notice .wrapper .news_list {
          width: initial; }
          #news_area #clinic_notice .wrapper .news_list h3 {
            font-size: 1.1rem;
            margin-bottom: 20px; }
          #news_area #clinic_notice .wrapper .news_list ul li {
            display: block;
            margin-bottom: 20px;
            border-bottom: 1px solid #cecece;
            padding-bottom: 10px; }
            #news_area #clinic_notice .wrapper .news_list ul li:last-child {
              margin-bottom: 0; }
            #news_area #clinic_notice .wrapper .news_list ul li span {
              margin-right: initial; }
            #news_area #clinic_notice .wrapper .news_list ul li p {
              margin-top: 10px; }
              #news_area #clinic_notice .wrapper .news_list ul li p a {
                line-height: 1.8; }
                #news_area #clinic_notice .wrapper .news_list ul li p a:link {
                  text-decoration: underline; }
                #news_area #clinic_notice .wrapper .news_list ul li p a:visited {
                  text-decoration: underline; }
          #news_area #clinic_notice .wrapper .news_list .flex_center {
            margin: 20px 0 0; } }
a.btn_style_01 {
  display: inline-block;
  position: relative;
  min-width: 220px;
  /*width: 90%;*/
  margin: 10px auto 20px;
  padding: 10px 50px 10px 15px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 1rem;
  transition: 0.5s;
  box-sizing: border-box;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff; }
  a.btn_style_01:after {
    content: "";
    background-color: #fff;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  a.btn_style_01.or {
    background: #f39800; }
    a.btn_style_01.or:before {
      content: "";
      background: url("../images/img_index/ico_arrow_or.png") no-repeat top center;
      background-size: contain;
      position: absolute;
      width: 16px;
      height: 13px;
      z-index: 1;
      top: 53%;
      right: 15px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
    a.btn_style_01.or:link {
      background: #f39800;
      text-decoration: none; }
    a.btn_style_01.or:visited {
      background: #f39800;
      text-decoration: none; }
    a.btn_style_01.or:hover {
      background: #efbe6d;
      text-decoration: none; }
    a.btn_style_01.or:active {
      background: #efbe6d;
      text-decoration: none; }
  a.btn_style_01.gr:before {
    background: #c3d600;
    content: "";
    background: url("../images/img_index/ico_arrow_gr.png") no-repeat top center;
    background-size: contain;
    position: absolute;
    width: 16px;
    height: 13px;
    z-index: 1;
    top: 53%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  a.btn_style_01.gr:link {
    background: #c3d600;
    text-decoration: none; }
  a.btn_style_01.gr:visited {
    background: #c3d600;
    text-decoration: none; }
  a.btn_style_01.gr:hover {
    background: #d5e067;
    text-decoration: none; }
  a.btn_style_01.gr:active {
    background: #d5e067;
    text-decoration: none; }

a.btn_style_02 {
  padding: 10px 30px 10px 15px;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  background-color: #7e6e67;
  color: #fff;
  border-radius: 10px;
  transition: 0.3s;
  min-width: 200px;
  display: inline-block;
  margin: 30px auto 0; }
  a.btn_style_02:hover {
    background-color: #ae9e98; }

a.btn_style_02::before {
  transform: rotate(45deg); }

a.btn_style_02::after {
  transform: rotate(-45deg); }

a.btn_style_02::before,
a.btn_style_02::after {
  content: "";
  position: absolute;
  top: calc(50% - 1.5px);
  right: 10px;
  width: 13px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 1.5px) 50%; }

@media screen and (max-width: 1180px) {
  a.btn_style_01 {
    display: inline-block;
    position: relative;
    min-width: 220px;
    /*width: 90%;*/
    margin: 10px auto 20px;
    padding: 10px 50px 10px 15px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: 0.5s;
    box-sizing: border-box;
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff; }
    a.btn_style_01:after {
      content: "";
      background-color: #fff;
      border-radius: 100px;
      width: 24px;
      height: 24px;
      position: absolute;
      top: 50%;
      right: 8px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
    a.btn_style_01.or {
      background: #f39800; }
      a.btn_style_01.or:before {
        content: "";
        background: url("../images/img_index/ico_arrow_or.png") no-repeat top center;
        background-size: contain;
        position: absolute;
        width: 12px;
        height: 9px;
        z-index: 1;
        top: 53%;
        right: 15px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%); }
      a.btn_style_01.or:link {
        background: #f39800;
        text-decoration: none; }
      a.btn_style_01.or:visited {
        background: #f39800;
        text-decoration: none; }
      a.btn_style_01.or:hover {
        background: #efbe6d;
        text-decoration: none; }
      a.btn_style_01.or:active {
        background: #efbe6d;
        text-decoration: none; }
    a.btn_style_01.gr:before {
      background: #c3d600;
      content: "";
      background: url("../images/img_index/ico_arrow_gr.png") no-repeat top center;
      background-size: contain;
      position: absolute;
      width: 16px;
      height: 13px;
      z-index: 1;
      top: 53%;
      right: 15px;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%); }
    a.btn_style_01.gr:link {
      background: #c3d600;
      text-decoration: none; }
    a.btn_style_01.gr:visited {
      background: #c3d600;
      text-decoration: none; }
    a.btn_style_01.gr:hover {
      background: #d5e067;
      text-decoration: none; }
    a.btn_style_01.gr:active {
      background: #d5e067;
      text-decoration: none; } }
#countermeasure {
  position: relative;
  /*margin: 19vw 0 14vw;*/
  margin: 13vw 0 14vw; }
  #countermeasure .ornament_left {
    position: absolute;
    background: url("../images/img_index/bg_countermeasure_image_01.png") no-repeat top center;
    left: 0;
    top: 0;
    width: 18vw;
    height: 20vw;
    background-size: contain; }
    #countermeasure .ornament_left:before {
      content: "";
      position: absolute;
      background: url("../images/img_index/bg_info_image_01_ornament_b.png") no-repeat top center;
      left: 5vw;
      top: -3vw;
      width: 10vw;
      height: 9vw;
      background-size: contain; }
  #countermeasure .ornament_right {
    position: absolute;
    background: url("../images/img_index/bg_countermeasure_image_02.png") no-repeat top center;
    right: 0;
    top: 10vw;
    width: 20vw;
    height: 20vw;
    background-size: contain; }
    #countermeasure .ornament_right:before {
      content: "";
      position: absolute;
      background: url("../images/img_index/bg_contents_area_gr.png") no-repeat top center;
      right: 5vw;
      bottom: -2vw;
      width: 10vw;
      height: 9vw;
      background-size: contain; }
  #countermeasure .wrapper {
    max-width: 600px;
    margin: 0 auto;
    width: 90%; }
    #countermeasure .wrapper p {
      margin-bottom: 40px; }
    #countermeasure .wrapper dl {
      position: relative;
      background-color: #ffefd5;
      border-radius: 10px;
      padding: 50px 30px 30px; }
      #countermeasure .wrapper dl dt {
        color: #fff;
        font-family: "Zen Maru Gothic", sans-serif;
        font-size: 1.1rem;
        font-weight: 600;
        padding: 10px 25px;
        background-color: #f39800;
        border-radius: 100px;
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        margin: auto;
        display: inline-table; }
      #countermeasure .wrapper dl dd {
        color: #404040;
        font-family: "Zen Maru Gothic", sans-serif;
        font-size: 1rem;
        line-height: 2; }

@media screen and (max-width: 1180px) {
  #countermeasure {
    margin: 30vw 0 14vw; }
    #countermeasure .ornament_left {
      display: none; }
      #countermeasure .ornament_left:before {
        content: none; }
    #countermeasure .ornament_right {
      display: none; }
      #countermeasure .ornament_right:before {
        content: none; }
    #countermeasure .wrapper {
      margin: 0 auto;
      width: 90%; }
      #countermeasure .wrapper p {
        margin-bottom: 40px; }
      #countermeasure .wrapper dl {
        position: relative;
        background-color: #ffefd5;
        border-radius: 10px;
        padding: 40px 20px 20px; }
        #countermeasure .wrapper dl dt {
          font-size: 1rem; }
        #countermeasure .wrapper dl dd {
          color: #404040;
          font-family: "Zen Maru Gothic", sans-serif;
          font-size: 1rem;
          line-height: 2; } }
#site_contents {
  position: relative;
  overflow: hidden;
  padding: 6vw 0 8vw; }
  #site_contents .ornament_01 {
    position: absolute;
    border: 5px solid #ebfad5;
    animation: 8s linear infinite uneune;
    width: 25vw;
    height: 23vw;
    margin: 50px auto;
    background-color: #ebfad5;
    left: 23%;
    top: 2%;
    z-index: -1; }
    #site_contents .ornament_01:before {
      content: "";
      position: absolute;
      background: url("../images/img_index/bg_contents_area_gr.png") no-repeat top center;
      left: 5vw;
      bottom: -2vw;
      width: 10vw;
      height: 9vw;
      background-size: contain; }
    #site_contents .ornament_01:after {
      content: "";
      position: absolute;
      background: url("../images/img_index/bg_contents_area_gr.png") no-repeat top center;
      right: 2vw;
      top: -2vw;
      width: 10vw;
      height: 9vw;
      background-size: contain; }
  #site_contents .ornament_02 {
    position: absolute;
    border: 5px solid #ebfad5;
    animation: 8s linear infinite uneune02;
    width: 40vw;
    height: 29vw;
    margin: 50px auto;
    background-color: #ebfad5;
    right: -5%;
    top: 5%;
    z-index: -1;
    transform: rotate(-15deg); }
    #site_contents .ornament_02:before {
      content: "";
      position: absolute;
      background: url("../images/img_index/bg_contents_area_gr.png") no-repeat top center;
      left: -4vw;
      bottom: 4vw;
      width: 10vw;
      height: 9vw;
      background-size: contain; }
  #site_contents .ornament_03 {
    position: absolute;
    border: 5px solid #ebfad5;
    animation: 8s linear infinite uneune03;
    width: 16vw;
    height: 12vw;
    margin: 50px auto;
    background-color: #ebfad5;
    left: 5%;
    bottom: 2%;
    z-index: -1; }
  #site_contents .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%; }
    #site_contents .wrapper .contents_page {
      display: flex; }
      #site_contents .wrapper .contents_page .page_introduction {
        width: calc((100% / 3) - 20px);
        margin-right: 5%; }
        #site_contents .wrapper .contents_page .page_introduction.last {
          margin-right: 0; }
        #site_contents .wrapper .contents_page .page_introduction a {
          text-decoration: none; }
          #site_contents .wrapper .contents_page .page_introduction a figure {
            margin-bottom: 15px; }
            #site_contents .wrapper .contents_page .page_introduction a figure img:link {
              text-decoration: none; }
            #site_contents .wrapper .contents_page .page_introduction a figure img:visited {
              text-decoration: none; }
            #site_contents .wrapper .contents_page .page_introduction a figure img:hover {
              text-decoration: none; }
            #site_contents .wrapper .contents_page .page_introduction a figure img:active {
              text-decoration: none; }
          #site_contents .wrapper .contents_page .page_introduction a h3 {
            font-size: 1.2rem;
            font-weight: 600;
            font-family: "Zen Maru Gothic", sans-serif;
            text-align: center;
            padding: 10px 25px;
            background-color: #c3d600;
            border-radius: 100px;
            margin-bottom: 25px;
            color: #404040;
            text-decoration: none; }
            #site_contents .wrapper .contents_page .page_introduction a h3:link {
              color: #404040;
              text-decoration: none; }
            #site_contents .wrapper .contents_page .page_introduction a h3:visited {
              color: #404040;
              text-decoration: none; }
            #site_contents .wrapper .contents_page .page_introduction a h3:hover {
              color: #404040;
              text-decoration: none; }
            #site_contents .wrapper .contents_page .page_introduction a h3:active {
              color: #404040;
              text-decoration: none; }
          #site_contents .wrapper .contents_page .page_introduction a p {
            font-size: 1.1rem;
            font-family: "Zen Maru Gothic", sans-serif;
            color: #404040;
            text-decoration: none;
            line-height: 2; }
            #site_contents .wrapper .contents_page .page_introduction a p:link {
              color: #404040;
              text-decoration: none; }
            #site_contents .wrapper .contents_page .page_introduction a p:visited {
              color: #404040;
              text-decoration: none; }
            #site_contents .wrapper .contents_page .page_introduction a p:hover {
              color: #404040;
              text-decoration: none; }
            #site_contents .wrapper .contents_page .page_introduction a p:active {
              color: #404040;
              text-decoration: none; }

@keyframes uneune {
  0% {
    border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%; }
  25% {
    border-radius: 70% 60% 60% 90% / 70% 80% 40% 90%; }
  50% {
    border-radius: 60% 40% 70% 60% / 40% 60% 50% 60%; }
  75% {
    border-radius: 90% 60% 40% 70% / 70% 50% 80% 40%; }
  100% {
    border-radius: 60% 50% 70% 80% / 50% 60% 50% 70%; } }
@keyframes uneune02 {
  0% {
    border-radius: 40% 60% 90% 70% / 70% 40% 80% 50%; }
  25% {
    border-radius: 50% 80% 40% 60% / 40% 60% 50% 60%; }
  50% {
    border-radius: 80% 40% 70% 60% / 50% 60% 50% 70%; }
  75% {
    border-radius: 70% 90% 50% 40% / 80% 40% 60% 70%; }
  100% {
    border-radius: 40% 60% 90% 70% / 70% 40% 80% 50%; } }
@keyframes uneune03 {
  0% {
    border-radius: 50% 70% 40% 90% / 40% 80% 90% 60%; }
  25% {
    border-radius: 80% 50% 90% 40% / 80% 70% 40% 50%; }
  50% {
    border-radius: 50% 90% 40% 70% / 80% 50% 90% 60%; }
  75% {
    border-radius: 80% 50% 60% 90% / 50% 60% 90% 80%; }
  100% {
    border-radius: 50% 70% 40% 90% / 40% 80% 90% 60%; } }
@media screen and (max-width: 1180px) {
  #site_contents {
    position: relative;
    overflow: hidden;
    padding: 6vw 0 8vw; }
    #site_contents .ornament_01 {
      width: 48vw;
      height: 48vw;
      margin: 50px auto;
      background-color: #ebfad5;
      left: 4%;
      top: 0%;
      z-index: -1; }
      #site_contents .ornament_01:before {
        bottom: -7vw;
        width: 15vw;
        height: 14vw; }
      #site_contents .ornament_01:after {
        right: 11vw;
        top: -6vw;
        width: 15vw;
        height: 15vw; }
    #site_contents .ornament_02 {
      width: 70vw;
      height: 49vw;
      margin: 50px auto;
      background-color: #ebfad5;
      right: -5%;
      top: 40%; }
      #site_contents .ornament_02:before {
        left: -1vw;
        bottom: -3vw;
        width: 15vw;
        height: 15vw; }
    #site_contents .ornament_03 {
      width: 25vw;
      height: 25vw;
      margin: 50px auto;
      background-color: #ebfad5;
      left: 5%;
      bottom: 0%; }
    #site_contents .wrapper .contents_page {
      display: block; }
      #site_contents .wrapper .contents_page .page_introduction {
        width: 100%;
        margin: 0 0 50px; }
        #site_contents .wrapper .contents_page .page_introduction.last {
          margin-right: 0;
          margin-bottom: 0; }
        #site_contents .wrapper .contents_page .page_introduction a {
          text-decoration: none; }
          #site_contents .wrapper .contents_page .page_introduction a figure {
            margin-bottom: 10px;
            text-align: center; }
            #site_contents .wrapper .contents_page .page_introduction a figure img {
              width: 75%;
              margin: 0 auto; }
          #site_contents .wrapper .contents_page .page_introduction a h3 {
            font-size: 1.1rem;
            padding: 7px 15px; }
          #site_contents .wrapper .contents_page .page_introduction a p {
            font-size: 1rem; }

  .clinic_name {
    margin-top: 40px; }
    .clinic_name ul li {
      font-size: 70px !important; } }
.clinic_name {
  align-items: center;
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: 100px;
  color: #c3d600; }
  .clinic_name ul {
    animation: flowing 150s linear infinite;
    transform: translateX(100%);
    margin: 0;
    padding: 0; }
    .clinic_name ul li {
      font-size: 119px;
      font-weight: 100;
      display: inline-block;
      padding-right: 50px;
      line-height: 0.7;
      font-family: "Zen Maru Gothic", sans-serif;
      font-weight: 900; }

@keyframes flowing {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
footer#footer_area {
  background: url("../images/img_commons/bg_footer_pc.png") no-repeat bottom center;
  background-size: contain;
  padding-bottom: 10px; }
  footer#footer_area .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%; }

.footer_contents {
  display: flex;
  margin-bottom: 120px; }
  .footer_contents .footer_clinic_info {
    margin-right: 12%; }
    .footer_contents .footer_clinic_info h2.footer_logo {
      margin-bottom: 20px; }
      .footer_contents .footer_clinic_info h2.footer_logo img {
        width: 200px;
        height: auto; }
    .footer_contents .footer_clinic_info .footer_telephone_number {
      margin-bottom: 20px; }
      .footer_contents .footer_clinic_info .footer_telephone_number h3 {
        color: #f39800;
        font-family: "Zen Maru Gothic", sans-serif;
        font-size: 1.2rem;
        font-weight: 500;
        margin-bottom: 5px; }
      .footer_contents .footer_clinic_info .footer_telephone_number p {
        position: relative;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        font-size: 1.5rem;
        color: #f39800;
        display: flex;
        align-items: center; }
        .footer_contents .footer_clinic_info .footer_telephone_number p:before {
          content: "";
          background: url("../images/img_commons/ico_tel.png") no-repeat top center;
          width: 30px;
          height: 30px;
          display: block;
          background-size: contain;
          margin-right: 15px; }
  .footer_contents .footer_consultation_time h3 {
    color: #404040;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 10px; }

.remarks p {
  color: #404040;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.8; }

.footer_text {
  color: #404040;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.8; }

#footer_link {
  margin-bottom: 30px; }
  #footer_link #footer_menu {
    display: flex;
    justify-content: center;
    margin-bottom: 25px; }
    #footer_link #footer_menu ul {
      display: flex; }
      #footer_link #footer_menu ul li {
        padding: 0 15px; }
        #footer_link #footer_menu ul li a {
          font-family: "Zen Maru Gothic", sans-serif;
          transition: 0.5s;
          font-size: 1.1rem;
          font-weight: 900; }
          #footer_link #footer_menu ul li a:link {
            color: #404040;
            text-decoration: none; }
          #footer_link #footer_menu ul li a:visited {
            color: #404040;
            text-decoration: none; }
          #footer_link #footer_menu ul li a:hover {
            color: #fff;
            text-decoration: none; }
          #footer_link #footer_menu ul li a:active {
            color: #fff;
            text-decoration: none; }
  #footer_link #side_menu {
    display: flex;
    justify-content: center;
    margin-bottom: 20px; }
    #footer_link #side_menu ul {
      display: flex; }
      #footer_link #side_menu ul li {
        margin-right: 15px; }
        #footer_link #side_menu ul li:last-child {
          margin-right: 0; }
        #footer_link #side_menu ul li a {
          font-family: "Zen Maru Gothic", sans-serif;
          transition: 0.5s;
          font-size: 0.85rem;
          padding: 5px 20px;
          border-radius: 100px;
          min-width: 140px;
          display: block;
          text-align: center; }
          #footer_link #side_menu ul li a:link {
            color: #404040;
            background-color: #fff;
            text-decoration: none; }
          #footer_link #side_menu ul li a:visited {
            color: #404040;
            background-color: #fff;
            text-decoration: none; }
          #footer_link #side_menu ul li a:hover {
            color: #404040;
            background-color: #fff;
            text-decoration: none; }
          #footer_link #side_menu ul li a:active {
            color: #404040;
            background-color: #fff;
            text-decoration: none; }

#copyright {
  margin-bottom: 15px; }
  #copyright p {
    font-size: 0.85rem;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
    color: #404040; }

@media screen and (max-width: 1180px) {
  footer#footer_area {
    padding-bottom: 10px;
    margin-bottom: 35px; }

  .footer_contents {
    display: block;
    margin-bottom: 40px; }
    .footer_contents .footer_clinic_info {
      margin: 0 0 40px 0; }
      .footer_contents .footer_clinic_info h2.footer_logo {
        margin-bottom: 20px; }
        .footer_contents .footer_clinic_info h2.footer_logo img {
          width: 180px;
          height: auto; }
      .footer_contents .footer_clinic_info .footer_telephone_number {
        margin-bottom: 20px; }
        .footer_contents .footer_clinic_info .footer_telephone_number h3 {
          color: #f39800;
          font-family: "Zen Maru Gothic", sans-serif;
          font-size: 1.1rem;
          font-weight: 500;
          margin-bottom: 5px; }
        .footer_contents .footer_clinic_info .footer_telephone_number p {
          position: relative;
          font-family: "Noto Sans JP", sans-serif;
          font-weight: 700;
          font-size: 1.3rem;
          color: #f39800;
          display: flex;
          align-items: center; }
          .footer_contents .footer_clinic_info .footer_telephone_number p:before {
            content: "";
            background: url("../images/img_commons/ico_tel.png") no-repeat top center;
            width: 20px;
            height: 20px;
            display: block;
            background-size: contain;
            margin-right: 15px; }
    .footer_contents .footer_consultation_time h3 {
      color: #404040;
      font-family: "Zen Maru Gothic", sans-serif;
      font-size: 1.1rem;
      font-weight: 500;
      margin-bottom: 10px; }
    .footer_contents .footer_consultation_time .table_style_01 {
      border-collapse: collapse;
      width: 500px; }
      .footer_contents .footer_consultation_time .table_style_01 tbody td {
        padding: 10px; }
      .footer_contents .footer_consultation_time .table_style_01 tbody th {
        padding: 10px; }

  .remarks p {
    color: #404040;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1rem;
    line-height: 1.8; }

  .footer_text {
    color: #404040;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1rem;
    line-height: 1.8; }

  #footer_link {
    margin-bottom: 30px; }
    #footer_link #footer_menu {
      display: block;
      justify-content: center;
      margin-bottom: 40px; }
      #footer_link #footer_menu ul {
        display: block; }
        #footer_link #footer_menu ul li {
          padding: 10px;
          border-bottom: 1px solid #f39800; }
          #footer_link #footer_menu ul li a {
            font-family: "Zen Maru Gothic", sans-serif;
            transition: 0.5s;
            font-size: 0.85rem;
            font-weight: 900; }
            #footer_link #footer_menu ul li a:link {
              color: #404040;
              text-decoration: none; }
            #footer_link #footer_menu ul li a:visited {
              color: #404040;
              text-decoration: none; }
            #footer_link #footer_menu ul li a:hover {
              color: #fff;
              text-decoration: none; }
            #footer_link #footer_menu ul li a:active {
              color: #fff;
              text-decoration: none; }
    #footer_link #side_menu {
      display: flex;
      justify-content: center;
      margin-bottom: 20px; }
      #footer_link #side_menu ul {
        display: block; }
        #footer_link #side_menu ul li {
          margin: 0 0 15px 0; }
          #footer_link #side_menu ul li:last-child {
            margin-bottom: 0; }
          #footer_link #side_menu ul li a {
            font-family: "Zen Maru Gothic", sans-serif;
            transition: 0.5s;
            font-size: 0.85rem;
            padding: 5px 20px;
            border-radius: 100px;
            min-width: 140px;
            display: block;
            text-align: center; }
            #footer_link #side_menu ul li a:link {
              color: #404040;
              background-color: #fff;
              text-decoration: none; }
            #footer_link #side_menu ul li a:visited {
              color: #404040;
              background-color: #fff;
              text-decoration: none; }
            #footer_link #side_menu ul li a:hover {
              color: #404040;
              background-color: #fff;
              text-decoration: none; }
            #footer_link #side_menu ul li a:active {
              color: #404040;
              background-color: #fff;
              text-decoration: none; }

  #copyright {
    margin-bottom: 15px; }
    #copyright p {
      font-size: 0.65rem; } }
.page_contents {
  margin-bottom: 50px; }

.contents_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%; }

.contents_inner {
  margin-bottom: 40px; }

.ttl_style_01 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #5b5b5b;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 900;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative; }
  .ttl_style_01:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 5px;
    border-radius: 10px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto; }
  .ttl_style_01.or:before {
    background-color: #f39800; }
  .ttl_style_01.gr:before {
    background-color: #c3d600; }

.ttl_style_02 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #404040;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 900;
  margin-bottom: 40px;
  padding-bottom: 15px;
  position: relative; }
  .ttl_style_02:before {
    content: "";
    position: absolute;
    background: url("../images/img_commons/ttl_style_02_decoration.png") no-repeat top center;
    background-size: contain;
    width: 25px;
    height: 13px;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto; }

.ttl_style_03 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #404040;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative; }
  .ttl_style_03:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 7px;
    left: 0;
    border-radius: 100px; }
  .ttl_style_03.or:before {
    background-color: #f39800; }
  .ttl_style_03.gr:before {
    background-color: #c3d600; }

.ttl_style_04 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #404040;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 15px; }

.ttl_style_05 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #404040;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 25px;
  background-color: #f2edeb;
  padding: 5px 25px;
  border-radius: 100px;
  min-width: 200px;
  text-align: center;
  display: inline-block; }
  .ttl_style_05.or {
    background-color: #f39800;
    color: #fff; }
  .ttl_style_05.gr {
    background-color: #c3d600;
    color: #fff; }

.ttl_style_06 {
  display: flex;
  align-items: center;
  gap: 0 1.5vw;
  font-size: 1.75vw;
  font-size: max(1.45vw, 18px);
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #404040;
  margin-bottom: 25px; }
  .ttl_style_06.or:before {
    content: "";
    width: 2px;
    height: 2vw;
    background: #f39800; }
  .ttl_style_06.gr:before {
    content: "";
    width: 2px;
    height: 2vw;
    background: #c3d600; }
  .ttl_style_06:after {
    content: "";
    flex: 1 1;
    height: 1px;
    background: rgba(200, 192, 192, 0.4); }

.ttl_style_07 {
  padding: 14px 0;
  margin-bottom: 17px;
  position: relative;
  display: flex;
  line-height: 1.4em;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #404040;
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: 700; }
  .ttl_style_07:before {
    content: "";
    border-bottom: 1px solid #D52E31;
    border-bottom-color: #d52e31;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0; }
  .ttl_style_07.or:before {
    border-color: #f39800 !important; }
  .ttl_style_07.gr:before {
    border-color: #c3d600 !important; }
  .ttl_style_07:after {
    content: "";
    flex-grow: 1;
    margin-bottom: -14px;
    border-bottom: 1px solid #DDDDDD;
    position: relative; }
  .ttl_style_07 span {
    color: #fff;
    background-color: #CA1C1F;
    font-family: "Zen Maru Gothic", sans-serif;
    border-radius: 10px;
    font-size: 70%;
    margin-left: 15px;
    padding: 4px 15px;
    line-height: 1.7; }

.ttl_style_08 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #404040;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 15px; }

.ttl_style_09 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #5b5b5b;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 900;
  margin-bottom: 30px;
  padding-bottom: 15px; }

.ttl_style_10 {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #5b5b5b;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  padding: 12px 0 12px 1.2em;
  margin-bottom: 20px;
  border-bottom: 1px solid #DDDDDD; }
  .ttl_style_10:before {
    content: "";
    position: absolute;
    border-top: 1px solid #DDDDDD;
    width: 0.7em;
    left: 0;
    top: 50%; }

.news .ttl_style_10:before {
  border-top: 1px solid #f39800; }

.news2 .ttl_style_10:before {
  border-top: 1px solid #c3d600; }

@media screen and (max-width: 1180px) {
  .ttl_style_01 {
    font-family: "Zen Maru Gothic", sans-serif;
    color: #5b5b5b;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 900;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative; }
    .ttl_style_01:before {
      content: "";
      position: absolute;
      width: 40px;
      height: 5px;
      border-radius: 10px;
      bottom: -5px;
      left: 0;
      right: 0;
      margin: auto; }

  .ttl_style_02 {
    font-size: 1.5rem; }

  .ttl_style_03 {
    font-size: 1.3rem; }

  .ttl_style_06.or:before {
    height: 30px; }
  .ttl_style_06.gr:before {
    height: 30px; }

  .ttl_style_07 {
    font-size: 1.2rem; }

  .ttl_style_08 {
    font-size: 1rem; }

  .ttl_style_09 {
    font-size: 1.2rem; }

  .ttl_style_10 {
    font-size: 1.3rem; } }
.text_style_01 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 10px;
  line-height: 1.8;
  color: #404040; }

.text_style_02 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #404040; }

.post_data {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  flex-direction: row-reverse;
  justify-content: flex-end; }
  .post_data .category {
    font-family: "Zen Maru Gothic", sans-serif;
    background: #EAF0F2;
    color: #404040;
    padding: 3px 17px;
    margin-left: 15px;
    font-size: 13px;
    border-radius: 100px; }
  .post_data p {
    font-size: 16px;
    font-family: "Zen Maru Gothic", sans-serif;
    display: none; }

@media screen and (max-width: 1180px) {
  .text_style_01, .text_style_02 {
    font-size: 1rem; } }
ul.list_style_01 li {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.1rem;
  color: #404040;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px; }
  ul.list_style_01 li:before {
    content: "";
    position: absolute;
    background-color: #404040;
    width: 15px;
    height: 1px;
    top: 14px;
    left: 0; }
  ul.list_style_01 li:last-child {
    margin-bottom: 0; }
ul.list_style_01.or li:before {
  background-color: #f39800 !important; }
ul.list_style_01.gr li:before {
  background-color: #c3d600 !important; }
ul.list_style_02 li {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.1rem;
  color: #404040;
  margin-bottom: 18px;
  position: relative;
  padding-left: 25px; }
  ul.list_style_02 li:before {
    content: "";
    position: absolute;
    background-color: #404040;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    top: 8px;
    left: 5px; }
  ul.list_style_02 li:last-child {
    margin-bottom: 0; }
ul.list_style_02.or li:before {
  background-color: #f39800 !important; }
ul.list_style_02.gr li:before {
  background-color: #c3d600 !important; }
ul.list_style_03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  ul.list_style_03 li {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1rem;
    width: calc((100% / 3) - 20px);
    background-color: #f2efed;
    padding: 10px 10px 10px 30px;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #404040;
    position: relative;
    box-sizing: border-box; }
    ul.list_style_03 li:before {
      content: "";
      position: absolute;
      /*background-color: #404040;*/
      background-color: #fff;
      width: 10px;
      height: 10px;
      top: 18px;
      left: 12px;
      border-radius: 100px; }
  ul.list_style_03:after {
    content: "";
    width: calc((100% / 3) - 20px); }

@media screen and (max-width: 1080px) {
  ul.list_style_03 li {
    width: calc((100% / 2) - 3%); } }
/*テーブル*/
.table_wrap {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  margin: 10px 0 20px;
  border-radius: 19px; }

.table_style_01 {
  width: 100%;
  border: 3px solid #f39800;
  border-collapse: separate;
  /*collapseから変更*/
  border-spacing: 0;
  border-radius: 20px;
  overflow: hidden; }

.table_style_01 tbody th,
.table_style_01 tbody td {
  padding: 15px;
  border-bottom: 3px solid #f39800;
  /*一括指定せず、border-bottomのみ*/
  text-align: center;
  color: #404040;
  font-size: 1rem;
  font-family: "Zen Maru Gothic", sans-serif; }

.table_style_01 tbody th {
  border-right: 3px solid #f39800;
  border-bottom: 3px solid #f39800;
  color: #3c3c3c;
  vertical-align: middle;
  font-weight: bold; }
  .table_style_01 tbody th:last-child {
    border-right: initial; }

.table_style_01 tbody td {
  border-left: 3px solid #f39800;
  background-color: #fff; }

.table_style_01 tbody td:first-child {
  border-left: none; }

.table_style_01 tbody th.th_none {
  border-right: none; }

.table_style_01 tbody tr:last-child th,
.table_style_01 tbody tr:last-child td {
  border-bottom: none; }

@media screen and (max-width: 1180px) {
  .table_wrap {
    width: 100%;
    overflow-x: scroll;
    flex-wrap: nowrap;
    overflow-y: hidden !important;
    border-radius: initial; }

  .table_style_01 {
    border-collapse: collapse;
    width: 1000px; } }
#google_map {
  margin: 60px 0 40px; }
  #google_map iframe {
    width: 100%; }

a.pagetop_btn {
  box-sizing: border-box;
  display: block;
  position: fixed;
  width: 40px;
  height: 40px;
  border: solid 2px #fff;
  border-radius: 50%;
  background-color: #f39800;
  right: 20px;
  bottom: 20px; }
  a.pagetop_btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background-color: #c3d600;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    transition: transform ease 0.4s; }
  a.pagetop_btn:hover:after {
    transform: translate(-50%, -50%) scale(1.1, 1.1); }
  a.pagetop_btn:before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 55%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-color: #fff;
    border-width: 3px 0 0 3px;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: border-color ease 0.1s; }
  a.pagetop_btn:hover:before {
    border-color: #fff; }

@media screen and (max-width: 1180px) {
  a.pagetop_btn {
    box-sizing: border-box;
    display: block;
    position: fixed;
    width: 30px;
    height: 30px;
    border: solid 2px #fff;
    border-radius: 50%;
    background-color: #f39800;
    right: 20px;
    bottom: 60px; }
    a.pagetop_btn:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 40px;
      height: 40px;
      background-color: #c3d600;
      border-radius: 50%;
      transform: translate(-50%, -50%) scale(0, 0);
      transition: transform ease 0.4s; }
    a.pagetop_btn:hover:after {
      transform: translate(-50%, -50%) scale(1.1, 1.1); }
    a.pagetop_btn:before {
      content: "";
      position: absolute;
      z-index: 10;
      top: 55%;
      left: 50%;
      width: 8px;
      height: 8px;
      border-style: solid;
      border-color: #fff;
      border-width: 3px 0 0 3px;
      transform: translate(-50%, -50%) rotate(45deg);
      transition: border-color ease 0.1s; }
    a.pagetop_btn:hover:before {
      border-color: #fff; } }
#page_main_visual {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 37vw;
  top: -7vw;
  box-sizing: border-box; }
  #page_main_visual h2 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    text-align: center;
    padding-top: 9vw;
    color: #482611;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box; }
  #page_main_visual .ornament_01 {
    position: absolute;
    border: 5px solid #c3d600;
    animation: 8s linear infinite uneune;
    width: 22vw;
    height: 12vw;
    margin: 50px auto;
    background-color: #c3d600;
    left: -14vw;
    top: 8vw;
    z-index: -2; }
    #page_main_visual .ornament_01:before {
      content: "";
      position: absolute;
      background: url("../images/img_commons/bg_header_area_gr.png") no-repeat top center;
      left: 20vw;
      top: 1vw;
      width: 8vw;
      height: 8vw;
      background-size: contain;
      z-index: -1; }
  #page_main_visual .ornament_02 {
    position: absolute;
    border: 5px solid #f39800;
    animation: 8s linear infinite uneune02;
    width: 8vw;
    height: 8vw;
    margin: 50px auto;
    background-color: #f39800;
    left: 11vw;
    top: 3vw;
    z-index: -2; }
  #page_main_visual .ornament_03 {
    position: absolute;
    border: 5px solid #f39800;
    animation: 8s linear infinite uneune03;
    width: 4vw;
    height: 4vw;
    margin: 50px auto;
    background-color: #f39800;
    left: 10%;
    bottom: 15%;
    z-index: 0; }
  #page_main_visual .ornament_04 {
    position: absolute;
    border: 5px solid #f39800;
    animation: 8s linear infinite uneune;
    width: 7vw;
    height: 7vw;
    margin: 50px auto;
    background-color: #f39800;
    left: 30vw;
    top: 2vw;
    z-index: -2; }
    #page_main_visual .ornament_04:before {
      content: "";
      position: absolute;
      background: url("../images/img_commons/bg_header_area_or.png") no-repeat top center;
      left: 5vw;
      top: -1vw;
      width: 6vw;
      height: 6vw;
      background-size: contain;
      z-index: -1; }
  #page_main_visual .ornament_05 {
    position: absolute;
    border: 5px solid #f39800;
    animation: 8s linear infinite uneune02;
    width: 11vw;
    height: 11vw;
    margin: 50px auto;
    background-color: #f39800;
    left: 25vw;
    bottom: 2vw;
    z-index: -2; }
    #page_main_visual .ornament_05:before {
      content: "";
      position: absolute;
      background: url("../images/img_commons/bg_header_area_or.png") no-repeat top center;
      left: -4vw;
      bottom: -2vw;
      width: 7vw;
      height: 7vw;
      background-size: contain;
      z-index: -1; }
  #page_main_visual .ornament_06 {
    position: absolute;
    border: 5px solid #c3d600;
    animation: 8s linear infinite uneune03;
    width: 4vw;
    height: 2vw;
    margin: 50px auto;
    background-color: #c3d600;
    right: 48vw;
    top: -2vw;
    z-index: 0;
    transform: rotate(-15deg); }
  #page_main_visual .ornament_07 {
    position: absolute;
    border: 5px solid #f39800;
    animation: 8s linear infinite uneune;
    width: 8vw;
    height: 8vw;
    margin: 50px auto;
    background-color: #f39800;
    right: 40vw;
    top: 3vw;
    z-index: -1;
    transform: rotate(-15deg); }
  #page_main_visual .ornament_08 {
    position: absolute;
    border: 5px solid #c3d600;
    animation: 8s linear infinite uneune03;
    width: 7vw;
    height: 4vw;
    margin: 50px auto;
    background-color: #c3d600;
    right: 38vw;
    bottom: 3vw;
    z-index: 0;
    transform: rotate(16deg); }
    #page_main_visual .ornament_08:before {
      content: "";
      position: absolute;
      background: url("../images/img_commons/bg_header_area_gr.png") no-repeat top center;
      left: 5vw;
      top: -1vw;
      width: 4vw;
      height: 4vw;
      background-size: contain;
      z-index: -1; }
  #page_main_visual .ornament_09 {
    position: absolute;
    border: 5px solid #c3d600;
    animation: 8s linear infinite uneune03;
    width: 9vw;
    height: 11vw;
    margin: 50px auto;
    background-color: #c3d600;
    right: 23vw;
    top: -2vw;
    z-index: -1;
    transform: rotate(20deg); }
    #page_main_visual .ornament_09:before {
      content: "";
      position: absolute;
      background: url("../images/img_commons/bg_header_area_gr.png") no-repeat top center;
      right: 5vw;
      bottom: -1vw;
      width: 6vw;
      height: 6vw;
      background-size: contain;
      z-index: -1; }
  #page_main_visual .ornament_10 {
    position: absolute;
    border: 5px solid #c3d600;
    animation: 8s linear infinite uneune02;
    width: 10vw;
    height: 10vw;
    margin: 50px auto;
    background-color: #c3d600;
    right: 18vw;
    bottom: 4vw;
    z-index: -1;
    transform: rotate(-15deg); }
  #page_main_visual .ornament_11 {
    position: absolute;
    border: 5px solid #f39800;
    animation: 8s linear infinite uneune;
    width: 3vw;
    height: 3vw;
    margin: 50px auto;
    background-color: #f39800;
    right: 17vw;
    bottom: 6vw;
    z-index: 0;
    transform: rotate(-15deg); }
  #page_main_visual .ornament_12 {
    position: absolute;
    border: 5px solid #c3d600;
    animation: 8s linear infinite uneune;
    width: 6vw;
    height: 8vw;
    margin: 50px auto;
    background-color: #c3d600;
    right: 11vw;
    top: 3vw;
    z-index: 0;
    transform: rotate(58deg); }
  #page_main_visual .ornament_13:before {
    content: "";
    position: absolute;
    background: url("../images/img_commons/bg_header_area_or.png") no-repeat top center;
    right: 6vw;
    top: 18vw;
    width: 9vw;
    height: 9vw;
    background-size: contain;
    z-index: -1; }
  #page_main_visual.introduction h2 {
    background: url("../images/img_introduction/mainimage.png") no-repeat top center;
    background-size: contain;
    width: 80%;
    height: 24vw;
    margin: 7vw auto 0; }
  #page_main_visual.doctors h2 {
    background: url("../images/img_doctors/mainimage.png") no-repeat top center;
    background-size: contain;
    width: 80%;
    height: 24vw;
    margin: 7vw auto 0; }
  #page_main_visual.consultation h2 {
    background: url("../images/img_consultation/mainimage.png") no-repeat top center;
    background-size: contain;
    width: 80%;
    height: 24vw;
    margin: 7vw auto 0; }
  #page_main_visual.immunization h2 {
    background: url("../images/img_immunization/mainimage.png") no-repeat top center;
    background-size: contain;
    width: 80%;
    height: 24vw;
    margin: 7vw auto 0; }
  #page_main_visual.illnesses h2 {
    background: url("../images/img_illnesses/mainimage.png") no-repeat top center;
    background-size: contain;
    width: 80%;
    height: 24vw;
    margin: 7vw auto 0; }
  #page_main_visual.baby h2 {
    background: url("../images/img_baby/mainimage.png") no-repeat top center;
    background-size: contain;
    width: 80%;
    height: 24vw;
    margin: 7vw auto 0; }
  #page_main_visual.faq h2 {
    background: url("../images/img_faq/mainimage.png") no-repeat top center;
    background-size: contain;
    width: 80%;
    height: 24vw;
    margin: 7vw auto 0; }
  #page_main_visual.commons h2 {
    background: url("../images/img_commons/mainimage.png") no-repeat top center;
    background-size: contain;
    width: 80%;
    height: 24vw;
    margin: 7vw auto 0; }

@media screen and (max-width: 1080px) {
  #page_main_visual {
    height: 50vw;
    top: -7vw;
    box-sizing: border-box; }
    #page_main_visual h2 {
      font-size: 1.3rem;
      padding-top: 13vw; }
    #page_main_visual .ornament_01 {
      position: absolute;
      border: 5px solid #c3d600;
      animation: 8s linear infinite uneune;
      width: 22vw;
      height: 12vw;
      margin: 50px auto;
      background-color: #c3d600;
      left: -14vw;
      top: 8vw;
      z-index: -2; }
      #page_main_visual .ornament_01:before {
        content: "";
        position: absolute;
        background: url("../images/img_commons/bg_header_area_gr.png") no-repeat top center;
        left: 20vw;
        top: 1vw;
        width: 8vw;
        height: 8vw;
        background-size: contain;
        z-index: -1; }
    #page_main_visual .ornament_02 {
      top: -4vw; }
    #page_main_visual .ornament_03 {
      left: 4vw;
      bottom: 1vw; }
    #page_main_visual .ornament_04 {
      width: 9vw;
      height: 9vw;
      left: 32vw;
      top: -6vw; }
      #page_main_visual .ornament_04:before {
        width: 10vw;
        height: 10vw; }
    #page_main_visual .ornament_05 {
      width: 15vw;
      height: 15vw;
      left: 25vw;
      bottom: -5vw; }
      #page_main_visual .ornament_05:before {
        width: 10vw;
        height: 10vw; }
    #page_main_visual .ornament_06 {
      position: absolute;
      border: 5px solid #c3d600;
      animation: 8s linear infinite uneune03;
      width: 4vw;
      height: 2vw;
      margin: 50px auto;
      background-color: #c3d600;
      right: 48vw;
      top: -2vw;
      z-index: 0;
      transform: rotate(-15deg); }
    #page_main_visual .ornament_07 {
      position: absolute;
      border: 5px solid #f39800;
      animation: 8s linear infinite uneune;
      width: 8vw;
      height: 8vw;
      margin: 50px auto;
      background-color: #f39800;
      right: 40vw;
      top: 3vw;
      z-index: -1;
      transform: rotate(-15deg); }
    #page_main_visual .ornament_08 {
      bottom: -6vw; }
      #page_main_visual .ornament_08:before {
        width: 7vw;
        height: 7vw; }
    #page_main_visual .ornament_09 {
      width: 9vw;
      height: 11vw;
      right: 23vw;
      top: -2vw; }
      #page_main_visual .ornament_09:before {
        content: "";
        position: absolute;
        background: url("../images/img_commons/bg_header_area_gr.png") no-repeat top center;
        right: 5vw;
        bottom: -1vw;
        width: 6vw;
        height: 6vw;
        background-size: contain;
        z-index: -1; }
    #page_main_visual .ornament_10 {
      width: 12vw;
      height: 12vw;
      right: 15vw;
      bottom: -3vw; }
    #page_main_visual .ornament_11 {
      right: 12vw;
      bottom: 1vw; }
    #page_main_visual .ornament_12 {
      right: 2vw;
      top: 0vw; }
    #page_main_visual .ornament_13:before {
      right: 0vw;
      top: 23vw;
      width: 11vw;
      height: 12vw; }
    #page_main_visual.introduction h2 {
      background: url("../images/img_introduction/mainimage_sp.png") no-repeat top center;
      background-size: contain;
      width: 90%;
      height: 42vw; }
    #page_main_visual.doctors h2 {
      background: url("../images/img_doctors/mainimage_sp.png") no-repeat top center;
      background-size: contain;
      width: 90%;
      height: 42vw; }
    #page_main_visual.consultation h2 {
      background: url("../images/img_consultation/mainimage_sp.png") no-repeat top center;
      background-size: contain;
      width: 90%;
      height: 42vw; }
    #page_main_visual.immunization h2 {
      background: url("../images/img_immunization/mainimage_sp.png") no-repeat top center;
      background-size: contain;
      width: 90%;
      height: 42vw; }
    #page_main_visual.illnesses h2 {
      background: url("../images/img_illnesses/mainimage_sp.png") no-repeat top center;
      background-size: contain;
      width: 90%;
      height: 42vw; }
    #page_main_visual.baby h2 {
      background: url("../images/img_baby/mainimage_sp.png") no-repeat top center;
      background-size: contain;
      width: 90%;
      height: 42vw; }
    #page_main_visual.faq h2 {
      background: url("../images/img_faq/mainimage_sp.png") no-repeat top center;
      background-size: contain;
      width: 90%;
      height: 42vw; }
    #page_main_visual.commons h2 {
      background: url("../images/img_commons/mainimage_sp.png") no-repeat top center;
      background-size: contain;
      width: 90%;
      height: 42vw; } }
.p_breadcrumb {
  margin-bottom: 40px; }
  .p_breadcrumb .p_breadcrumb__container {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%; }
    .p_breadcrumb .p_breadcrumb__container ol.p_breadcrumb__list li {
      line-height: 1;
      display: inline;
      position: relative;
      margin-right: 35px;
      font-family: "Zen Maru Gothic", sans-serif;
      color: #482611; }
      .p_breadcrumb .p_breadcrumb__container ol.p_breadcrumb__list li:after {
        content: "";
        width: 20px;
        height: 1px;
        background-color: #482611;
        position: absolute;
        right: -30px;
        top: 14px; }
      .p_breadcrumb .p_breadcrumb__container ol.p_breadcrumb__list li a {
        font-family: "Zen Maru Gothic", sans-serif;
        font-size: 0.95rem;
        transition: 0.5s; }
        .p_breadcrumb .p_breadcrumb__container ol.p_breadcrumb__list li a:link {
          color: #482611;
          text-decoration: none; }
        .p_breadcrumb .p_breadcrumb__container ol.p_breadcrumb__list li a:visited {
          color: #482611;
          text-decoration: none; }
        .p_breadcrumb .p_breadcrumb__container ol.p_breadcrumb__list li a:hover {
          color: #f39800;
          text-decoration: none; }
        .p_breadcrumb .p_breadcrumb__container ol.p_breadcrumb__list li a:active {
          color: #f39800;
          text-decoration: none; }
      .p_breadcrumb .p_breadcrumb__container ol.p_breadcrumb__list li:last-child {
        margin-right: 0; }
        .p_breadcrumb .p_breadcrumb__container ol.p_breadcrumb__list li:last-child:after {
          content: none; }

.box_img {
  display: flex;
  justify-content: space-between;
  margin: 3rem 0 0; }
  .box_img .img_contents {
    width: 30.3%;
    margin-bottom: 1rem; }
  .box_img .doc {
    width: 65%; }

.change {
  flex-direction: row-reverse; }

dl.list_text {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px 15px;
  border-bottom: 1px dotted #acacac;
  margin-bottom: 10px; }
  dl.list_text dt {
    font-family: "Zen Maru Gothic", sans-serif;
    color: #404040;
    font-size: 1.2rem;
    font-weight: 500;
    width: 220px;
    padding-right: 20px;
    box-sizing: border-box; }
    dl.list_text dt.or {
      color: #f39800 !important; }
    dl.list_text dt.gr {
      color: #c3d600 !important; }
  dl.list_text dd {
    font-family: "Zen Maru Gothic", sans-serif;
    color: #404040;
    font-size: 1.05rem;
    flex: 1;
    line-height: 1.7; }
dl.list_text_02 {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px; }
  dl.list_text_02 dt {
    font-family: "Zen Maru Gothic", sans-serif;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    width: 180px;
    margin-right: 15px;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 100px;
    background-color: #f2edeb; }
  dl.list_text_02 dd {
    font-family: "Zen Maru Gothic", sans-serif;
    color: #404040;
    font-size: 1.05rem;
    flex: 1;
    line-height: 1.7; }
  dl.list_text_02.or dt {
    background-color: #f39800 !important; }
  dl.list_text_02.gr dt {
    background-color: #c3d600 !important; }
dl.list_text_03 {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 15px;
  border-bottom: 1px dotted #acacac;
  margin-bottom: 10px; }
  dl.list_text_03 dt {
    font-family: "Zen Maru Gothic", sans-serif;
    color: #404040;
    font-size: 1rem;
    font-weight: 500;
    width: 100px;
    padding-right: 20px;
    box-sizing: border-box; }
  dl.list_text_03.or dt {
    color: #f39800 !important; }
  dl.list_text_03.gr dt {
    color: #c3d600 !important; }
  dl.list_text_03 dd {
    font-family: "Zen Maru Gothic", sans-serif;
    color: #404040;
    font-size: 1.05rem;
    flex: 1;
    line-height: 1.7; }

.img_introduction figure {
  position: relative; }
  .img_introduction figure:before {
    content: "";
    position: absolute;
    background: url("../images/img_index/bg_info_image_01_ornament_b.png") no-repeat top center;
    left: 2vw;
    top: -1vw;
    width: 8vw;
    height: 8vw;
    background-size: contain; }

@media screen and (max-width: 1080px) {
  .box_img {
    display: block; }
    .box_img .doc {
      width: 100%; }

  dl.list_text {
    display: block;
    justify-content: space-between;
    padding: 10px 15px 15px; }
    dl.list_text dt {
      font-size: 1.1rem;
      font-weight: 600;
      width: 100%;
      padding-right: 0;
      margin-bottom: 10px; }
  dl.list_text_02 {
    display: block;
    margin-bottom: 30px; }
    dl.list_text_02 dt {
      font-size: 1.1rem;
      width: 100%;
      margin: 0 0 15px; }
    dl.list_text_02.last {
      margin-bottom: 0; }
  dl.list_text_03 {
    display: block;
    justify-content: space-between;
    padding: 10px 0 15px; }
    dl.list_text_03 dt {
      font-size: 1.1rem;
      font-weight: 600;
      width: 100%;
      padding-right: 0;
      margin-bottom: 10px; } }
@media screen and (min-width: 580px) and (max-width: 1079px) {
  .box_img .img_contents {
    width: 280px;
    margin: 0 auto 15px; }

  .img_introduction figure:before {
    width: 11vw;
    height: 14vw;
    background-size: contain; } }
@media screen and (max-width: 579px) {
  .box_img .img_contents {
    width: 60%;
    margin: 0 auto 15px; }

  .img_introduction figure:before {
    width: 16vw;
    height: 15vw;
    background-size: contain; } }
.twin_contents {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px; }
  .twin_contents .contents_area {
    width: 48%; }

.triplets_contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .triplets_contents .contents_area {
    width: calc((100% / 3) - 20px); }

.box_01 {
  background-color: #f2efed;
  padding: 30px;
  border-radius: 10px; }

@media screen and (max-width: 1080px) {
  .twin_contents {
    display: block; }
    .twin_contents .contents_area {
      width: 100%;
      margin-bottom: 30px; }

  .triplets_contents {
    display: block; }
    .triplets_contents .contents_area {
      width: 100%;
      margin-bottom: 30px; } }
.consultation_time_area {
  position: relative;
  overflow: hidden;
  padding: 50px 0; }
  .consultation_time_area .wrapper {
    max-width: 600px;
    margin: 0 auto;
    width: 90%; }

.ornament_cta_01 {
  position: absolute;
  border: 5px solid #c3d600;
  animation: 8s linear infinite uneune;
  width: 11vw;
  height: 10vw;
  margin: 50px auto;
  background-color: #c3d600;
  left: -1vw;
  top: -2vw;
  z-index: -2; }
  .ornament_cta_01:before {
    content: "";
    position: absolute;
    background: url("../images/img_commons/bg_header_area_gr.png") no-repeat top center;
    left: 5vw;
    bottom: -3vw;
    width: 7vw;
    height: 7vw;
    background-size: contain;
    z-index: -1; }

.ornament_cta_02 {
  position: absolute;
  border: 5px solid #c3d600;
  animation: 8s linear infinite uneune03;
  width: 4vw;
  height: 3vw;
  margin: 50px auto;
  background-color: #c3d600;
  left: 9vw;
  bottom: -2vw;
  z-index: 0;
  transform: rotate(-15deg); }

.ornament_cta_03 {
  position: absolute;
  border: 5px solid #f39800;
  animation: 8s linear infinite uneune02;
  width: 13vw;
  height: 7vw;
  margin: 50px auto;
  background-color: #f39800;
  right: -3vw;
  bottom: 2vw;
  z-index: -2;
  transform: rotate(-15deg); }
  .ornament_cta_03:before {
    content: "";
    position: absolute;
    background: url("../images/img_commons/bg_header_area_or.png") no-repeat top center;
    left: -3vw;
    top: -3vw;
    width: 7vw;
    height: 7vw;
    background-size: contain;
    z-index: -1; }

.ornament_cta_04 {
  position: absolute;
  border: 5px solid #f39800;
  animation: 8s linear infinite uneune03;
  width: 3vw;
  height: 3vw;
  margin: 50px auto;
  background-color: #f39800;
  right: 11vw;
  top: -1vw;
  z-index: 0; }

@media screen and (max-width: 1080px) {
  .ornament_cta_01 {
    position: absolute;
    border: 5px solid #c3d600;
    animation: 8s linear infinite uneune;
    width: 22vw;
    height: 22vw;
    margin: 50px auto;
    background-color: #c3d600;
    left: -1vw;
    top: 9vw;
    z-index: -2; }
    .ornament_cta_01:before {
      content: "";
      position: absolute;
      background: url("../images/img_commons/bg_header_area_gr.png") no-repeat top center;
      left: 5vw;
      bottom: -3vw;
      width: 13vw;
      height: 13vw;
      background-size: contain;
      z-index: -1; }

  .ornament_cta_02 {
    width: 4vw;
    height: 3vw;
    margin: 50px auto;
    background-color: #c3d600;
    left: 9vw;
    bottom: -2vw;
    z-index: -2; }

  .ornament_cta_03 {
    width: 25vw;
    height: 13vw;
    right: -3vw;
    bottom: 2vw;
    z-index: -2;
    transform: rotate(-15deg); }
    .ornament_cta_03:before {
      left: -3vw;
      top: -8vw;
      width: 15vw;
      height: 15vw;
      z-index: -1; }

  .ornament_cta_04 {
    display: none; } }
.contents_list_two {
  display: flex;
  flex-wrap: wrap; }
  .contents_list_two .box_01 {
    width: calc(100% / 2 - 20px);
    margin: 0 2% 2% 0;
    box-sizing: border-box; }
    .contents_list_two .box_01:nth-child(2n) {
      margin-right: 0; }

@media screen and (max-width: 1080px) {
  .contents_list_two {
    display: block; }
    .contents_list_two .box_01 {
      width: 100%;
      margin: 0 0 20px 0; } }
.doctors_contents_01 {
  position: relative;
  overflow: hidden;
  padding: 90px 0; }
  .doctors_contents_01 .ornament_doctors_01_1 {
    position: absolute;
    border: 5px solid #f39800;
    animation: 8s linear infinite uneune02;
    width: 13vw;
    height: 13vw;
    margin: 50px auto;
    background-color: #f39800;
    right: -1vw;
    bottom: 6vw;
    z-index: -2;
    transform: rotate(30deg); }
    .doctors_contents_01 .ornament_doctors_01_1:before {
      content: "";
      position: absolute;
      background: url("../images/img_commons/bg_header_area_or.png") no-repeat top center;
      right: 0;
      top: -3vw;
      width: 7vw;
      height: 7vw;
      background-size: contain;
      z-index: -1; }
  .doctors_contents_01 .ornament_doctors_02_1 {
    position: absolute;
    border: 5px solid #c3d600;
    animation: 8s linear infinite uneune03;
    width: 9vw;
    height: 5vw;
    margin: 50px auto;
    background-color: #c3d600;
    left: 13vw;
    bottom: 1vw;
    z-index: 0;
    transform: rotate(-25deg); }
  .doctors_contents_01 .ornament_doctors_03_1 {
    position: absolute;
    border: 5px solid #c3d600;
    animation: 8s linear infinite uneune;
    width: 13vw;
    height: 13vw;
    margin: 50px auto;
    background-color: #c3d600;
    left: -1vw;
    top: -2vw;
    z-index: -2;
    transform: rotate(-15deg); }
    .doctors_contents_01 .ornament_doctors_03_1:before {
      content: "";
      position: absolute;
      background: url("../images/img_commons/bg_header_area_gr.png") no-repeat top center;
      left: 5vw;
      bottom: -3vw;
      width: 7vw;
      height: 7vw;
      background-size: contain;
      z-index: -1; }
  .doctors_contents_01 .ornament_doctors_04_1 {
    position: absolute;
    border: 5px solid #f39800;
    animation: 8s linear infinite uneune03;
    width: 3vw;
    height: 5vw;
    margin: 50px auto;
    background-color: #f39800;
    right: 24vw;
    top: 1vw;
    z-index: 0;
    transform: rotate(-35deg); }
  .doctors_contents_01 .ornament_doctors_05_1 {
    position: absolute;
    border: 5px solid #c3d600;
    animation: 8s linear infinite uneune03;
    width: 4vw;
    height: 4vw;
    margin: 50px auto;
    background-color: #c3d600;
    right: 22vw;
    bottom: 1vw;
    z-index: 0;
    transform: rotate(-15deg); }
  .doctors_contents_01 .ornament_doctors_06_1 {
    position: absolute;
    border: 5px solid #f39800;
    animation: 8s linear infinite uneune02;
    width: 17vw;
    height: 16vw;
    margin: 50px auto;
    background-color: #f39800;
    right: -3vw;
    left: -21vw;
    bottom: 1vw;
    z-index: -2; }
    .doctors_contents_01 .ornament_doctors_06_1:before {
      content: "";
      position: absolute;
      background: url("../images/img_commons/bg_header_area_or.png") no-repeat top center;
      left: -3vw;
      top: -3vw;
      width: 7vw;
      height: 7vw;
      background-size: contain;
      z-index: -1; }
    .doctors_contents_01 .ornament_doctors_06_1:after {
      content: "";
      position: absolute;
      background: url("../images/img_commons/bg_header_area_or.png") no-repeat top center;
      right: -3vw;
      bottom: -3vw;
      width: 7vw;
      height: 7vw;
      background-size: contain;
      z-index: -1; }

.doctors_illustration {
  position: relative; }
  .doctors_illustration .doctors_box {
    display: flex;
    justify-content: center;
    align-items: center; }
    .doctors_illustration .doctors_box .doctors_img {
      width: 180px;
      margin-right: 50px; }
      .doctors_illustration .doctors_box .doctors_img figure img {
        width: 180px;
        height: auto;
        margin: 0 auto; }
    .doctors_illustration .doctors_box .doctors_name h3 {
      font-family: "Zen Maru Gothic", sans-serif;
      color: #404040;
      font-size: 1.3rem;
      font-weight: 700; }
      .doctors_illustration .doctors_box .doctors_name h3 span {
        font-family: "Zen Maru Gothic", sans-serif;
        color: #404040;
        font-size: 120%;
        font-weight: 700;
        margin-left: 10px; }
    .doctors_illustration .doctors_box .doctors_name p {
      font-family: "Zen Maru Gothic", sans-serif;
      color: #404040;
      font-size: 1rem; }

@media screen and (max-width: 1080px) {
  .doctors_contents_01 .ornament_doctors_01_1 {
    width: 17vw;
    height: 17vw;
    right: -1vw;
    top: 20vw; }
    .doctors_contents_01 .ornament_doctors_01_1:before {
      top: -5vw;
      width: 12vw;
      height: 12vw; }
  .doctors_contents_01 .ornament_doctors_02_1 {
    width: 12vw;
    height: 9vw; }
  .doctors_contents_01 .ornament_doctors_03_1 {
    width: 20vw;
    height: 20vw;
    left: -1vw;
    top: 11vw; }
    .doctors_contents_01 .ornament_doctors_03_1:before {
      left: 5vw;
      bottom: -7vw;
      width: 12vw;
      height: 12vw; }
  .doctors_contents_01 .ornament_doctors_04_1 {
    position: absolute;
    border: 5px solid #f39800;
    animation: 8s linear infinite uneune03;
    width: 3vw;
    height: 5vw;
    margin: 50px auto;
    background-color: #f39800;
    right: 24vw;
    top: 1vw;
    z-index: 0;
    transform: rotate(-35deg); }
  .doctors_contents_01 .ornament_doctors_05_1 {
    width: 9vw;
    height: 9vw;
    right: 11vw;
    bottom: 7vw; }
  .doctors_contents_01 .ornament_doctors_06_1 {
    width: 22vw;
    height: 22vw;
    right: -3vw;
    left: 0vw;
    bottom: 10vw; }
    .doctors_contents_01 .ornament_doctors_06_1:before {
      width: 12vw;
      height: 12vw; }
    .doctors_contents_01 .ornament_doctors_06_1:after {
      width: 12vw;
      height: 12vw; }

  .doctors_illustration {
    position: relative; }
    .doctors_illustration .doctors_box {
      display: block; }
      .doctors_illustration .doctors_box .doctors_img {
        width: 150px;
        margin: 0 auto; }
        .doctors_illustration .doctors_box .doctors_img figure img {
          width: 150px;
          height: auto;
          margin: 0 auto; }
      .doctors_illustration .doctors_box .doctors_name {
        width: 90%;
        margin: 0 auto;
        text-align: center; }
        .doctors_illustration .doctors_box .doctors_name h3 {
          font-family: "Zen Maru Gothic", sans-serif;
          color: #404040;
          font-size: 1.1rem;
          font-weight: 700; }
          .doctors_illustration .doctors_box .doctors_name h3 span {
            font-family: "Zen Maru Gothic", sans-serif;
            color: #404040;
            font-size: 120%;
            font-weight: 700;
            margin-left: 10px; }
        .doctors_illustration .doctors_box .doctors_name p {
          font-family: "Zen Maru Gothic", sans-serif;
          color: #404040;
          font-size: 1rem; } }
.doctors_contents_02 {
  position: relative;
  overflow: hidden;
  padding: 90px 0; }
  .doctors_contents_02 .ornament_doctors_01_2 {
    position: absolute;
    border: 5px solid #c3d600;
    animation: 8s linear infinite uneune02;
    width: 20vw;
    height: 14vw;
    margin: 50px auto;
    background-color: #c3d600;
    right: -1vw;
    bottom: 6vw;
    z-index: -2;
    transform: rotate(-15deg); }
    .doctors_contents_02 .ornament_doctors_01_2:before {
      content: "";
      position: absolute;
      background: url("../images/img_commons/bg_header_area_gr.png") no-repeat top center;
      right: 4vw;
      bottom: -3vw;
      width: 7vw;
      height: 7vw;
      background-size: contain;
      z-index: -1; }
  .doctors_contents_02 .ornament_doctors_02_2 {
    position: absolute;
    border: 5px solid #f39800;
    animation: 8s linear infinite uneune03;
    width: 4vw;
    height: 5vw;
    margin: 50px auto;
    background-color: #f39800;
    left: 5vw;
    bottom: 1vw;
    z-index: 0;
    transform: rotate(15deg); }
  .doctors_contents_02 .ornament_doctors_03_2 {
    position: absolute;
    border: 5px solid #f39800;
    animation: 8s linear infinite uneune;
    width: 21vw;
    height: 11vw;
    margin: 50px auto;
    background-color: #f39800;
    left: -1vw;
    top: -2vw;
    z-index: -2;
    transform: rotate(15deg); }
    .doctors_contents_02 .ornament_doctors_03_2:before {
      content: "";
      position: absolute;
      background: url("../images/img_commons/bg_header_area_or.png") no-repeat top center;
      left: 5vw;
      bottom: -3vw;
      width: 7vw;
      height: 7vw;
      background-size: contain;
      z-index: -1; }
  .doctors_contents_02 .ornament_doctors_04_2 {
    position: absolute;
    border: 5px solid #f39800;
    animation: 8s linear infinite uneune03;
    width: 3vw;
    height: 6vw;
    margin: 50px auto;
    background-color: #f39800;
    right: 24vw;
    bottom: 1vw;
    z-index: 0;
    transform: rotate(-35deg); }
  .doctors_contents_02 .ornament_doctors_05_2 {
    position: absolute;
    border: 5px solid #c3d600;
    animation: 8s linear infinite uneune03;
    width: 4vw;
    height: 4vw;
    margin: 50px auto;
    background-color: #c3d600;
    right: 25vw;
    top: 1vw;
    z-index: 0;
    transform: rotate(-15deg); }
  .doctors_contents_02 .ornament_doctors_06_2 {
    position: absolute;
    border: 5px solid #c3d600;
    animation: 8s linear infinite uneune02;
    width: 17vw;
    height: 16vw;
    margin: 50px auto;
    background-color: #c3d600;
    right: -3vw;
    left: -21vw;
    bottom: 1vw;
    z-index: -2;
    transform: rotate(-15deg); }
    .doctors_contents_02 .ornament_doctors_06_2:before {
      content: "";
      position: absolute;
      background: url("../images/img_commons/bg_header_area_gr.png") no-repeat top center;
      right: -3vw;
      top: 0vw;
      width: 7vw;
      height: 7vw;
      background-size: contain;
      z-index: -1; }
    .doctors_contents_02 .ornament_doctors_06_2:after {
      content: "";
      position: absolute;
      background: url("../images/img_commons/bg_header_area_gr.png") no-repeat top center;
      left: -3vw;
      bottom: 0vw;
      width: 7vw;
      height: 7vw;
      background-size: contain;
      z-index: -1; }
  .doctors_contents_02 .ornament_doctors_07_2 {
    position: absolute;
    border: 5px solid #c3d600;
    animation: 8s linear infinite uneune02;
    width: 3vw;
    height: 3vw;
    margin: 50px auto;
    background-color: #c3d600;
    left: 19vw;
    bottom: 10vw;
    z-index: 0;
    transform: rotate(15deg); }

@media screen and (max-width: 1080px) {
  .doctors_contents_02 .ornament_doctors_01_2 {
    width: 23vw;
    height: 16vw;
    margin: 50px auto;
    right: -1vw;
    bottom: 25vw;
    z-index: -2; }
    .doctors_contents_02 .ornament_doctors_01_2:before {
      right: 3vw;
      bottom: -7vw;
      width: 12vw;
      height: 12vw; }
  .doctors_contents_02 .ornament_doctors_02_2 {
    bottom: 5vw; }
  .doctors_contents_02 .ornament_doctors_03_2 {
    width: 28vw;
    height: 18vw;
    left: -1vw;
    top: 10vw; }
    .doctors_contents_02 .ornament_doctors_03_2:before {
      left: 5vw;
      bottom: -8vw;
      width: 13vw;
      height: 12vw; }
  .doctors_contents_02 .ornament_doctors_04_2 {
    width: 5vw;
    height: 7vw;
    right: 18vw;
    bottom: 1vw; }
  .doctors_contents_02 .ornament_doctors_05_2 {
    width: 4vw;
    height: 4vw;
    right: 25vw;
    top: 1vw; }
  .doctors_contents_02 .ornament_doctors_06_2 {
    width: 20vw;
    height: 22vw;
    right: -10vw;
    left: -21vw;
    bottom: 7vw; }
    .doctors_contents_02 .ornament_doctors_06_2:before {
      right: -8vw;
      top: 0vw;
      width: 13vw;
      height: 13vw; }
    .doctors_contents_02 .ornament_doctors_06_2:after {
      left: -7vw;
      bottom: -3vw;
      width: 13vw;
      height: 12vw; }
  .doctors_contents_02 .ornament_doctors_07_2 {
    position: absolute;
    border: 5px solid #c3d600;
    animation: 8s linear infinite uneune02;
    width: 3vw;
    height: 3vw;
    margin: 50px auto;
    background-color: #c3d600;
    left: 19vw;
    bottom: 10vw;
    z-index: 0;
    transform: rotate(15deg); } }
.doctors_contents_03 {
  position: relative;
  overflow: hidden;
  padding: 12vw 0; }
  .doctors_contents_03 .ornament_doctors_01_3 {
    position: absolute;
    border: 5px solid #f39800;
    animation: 8s linear infinite uneune02;
    width: 15vw;
    height: 23vw;
    margin: 50px auto;
    background-color: #f39800;
    right: 2vw;
    bottom: 5vw;
    z-index: -2;
    transform: rotate(60deg); }
    .doctors_contents_03 .ornament_doctors_01_3:before {
      content: "";
      position: absolute;
      background: url("../images/img_commons/bg_header_area_or.png") no-repeat top center;
      left: -4vw;
      top: 13vw;
      width: 7vw;
      height: 7vw;
      background-size: contain;
      z-index: -1; }
    .doctors_contents_03 .ornament_doctors_01_3:after {
      content: "";
      position: absolute;
      background: url("../images/img_commons/bg_header_area_or.png") no-repeat top center;
      right: -3vw;
      top: 9vw;
      width: 7vw;
      height: 7vw;
      background-size: contain;
      z-index: -1; }
  .doctors_contents_03 .ornament_doctors_02_3 {
    position: absolute;
    border: 5px solid #c3d600;
    animation: 8s linear infinite uneune03;
    width: 5vw;
    height: 5vw;
    margin: 50px auto;
    background-color: #c3d600;
    left: 20vw;
    top: 5vw;
    z-index: 0;
    transform: rotate(-25deg); }
  .doctors_contents_03 .ornament_doctors_03_3 {
    position: absolute;
    border: 5px solid #c3d600;
    animation: 8s linear infinite uneune;
    width: 13vw;
    height: 25vw;
    margin: 50px auto;
    background-color: #c3d600;
    left: 0vw;
    top: 2vw;
    z-index: -2;
    transform: rotate(20deg); }
    .doctors_contents_03 .ornament_doctors_03_3:before {
      content: "";
      position: absolute;
      background: url("../images/img_commons/bg_header_area_gr.png") no-repeat top center;
      left: -2vw;
      top: 3vw;
      width: 7vw;
      height: 7vw;
      background-size: contain;
      z-index: -1; }
  .doctors_contents_03 .ornament_doctors_04_3 {
    position: absolute;
    border: 5px solid #f39800;
    animation: 8s linear infinite uneune03;
    width: 3vw;
    height: 7vw;
    margin: 50px auto;
    background-color: #f39800;
    right: 19vw;
    top: 3vw;
    z-index: -3;
    transform: rotate(15deg); }
  .doctors_contents_03 .ornament_doctors_05_3 {
    position: absolute;
    border: 5px solid #f39800;
    animation: 8s linear infinite uneune03;
    width: 4vw;
    height: 3vw;
    margin: 50px auto;
    background-color: #f39800;
    right: 22vw;
    bottom: 1vw;
    z-index: 0;
    transform: rotate(9deg); }
  .doctors_contents_03 .ornament_doctors_06_3 {
    position: absolute;
    border: 5px solid #f39800;
    animation: 8s linear infinite uneune02;
    width: 17vw;
    height: 21vw;
    margin: 50px auto;
    background-color: #f39800;
    right: -3vw;
    left: -15vw;
    bottom: 6vw;
    z-index: -2;
    transform: rotate(30deg); }
    .doctors_contents_03 .ornament_doctors_06_3:before {
      content: "";
      position: absolute;
      background: url("../images/img_commons/bg_header_area_or.png") no-repeat top center;
      left: -3vw;
      top: -3vw;
      width: 7vw;
      height: 7vw;
      background-size: contain;
      z-index: -1; }
    .doctors_contents_03 .ornament_doctors_06_3:after {
      content: "";
      position: absolute;
      background: url("../images/img_commons/bg_header_area_or.png") no-repeat top center;
      right: -3vw;
      bottom: 5vw;
      width: 7vw;
      height: 7vw;
      background-size: contain;
      z-index: -1; }

@media screen and (max-width: 1080px) {
  .doctors_contents_03 .ornament_doctors_01_3 {
    width: 17vw;
    height: 29vw;
    right: 2vw;
    bottom: 25vw;
    transform: rotate(60deg); }
    .doctors_contents_03 .ornament_doctors_01_3:before {
      left: -7vw;
      top: 18vw;
      width: 12vw;
      height: 12vw; }
    .doctors_contents_03 .ornament_doctors_01_3:after {
      right: -7vw;
      top: 13vw;
      width: 12vw;
      height: 12vw; }
  .doctors_contents_03 .ornament_doctors_02_3 {
    width: 5vw;
    height: 5vw;
    left: 20vw;
    top: 5vw; }
  .doctors_contents_03 .ornament_doctors_03_3 {
    width: 18vw;
    height: 32vw;
    left: 0vw;
    bottom: 23vw; }
    .doctors_contents_03 .ornament_doctors_03_3:before {
      content: "";
      position: absolute;
      background: url("../images/img_commons/bg_header_area_gr.png") no-repeat top center;
      left: -2vw;
      top: 3vw;
      width: 7vw;
      height: 7vw;
      background-size: contain;
      z-index: -1; }
  .doctors_contents_03 .ornament_doctors_04_3 {
    width: 6vw;
    height: 8vw;
    right: 19vw;
    top: 9vw; }
  .doctors_contents_03 .ornament_doctors_05_3 {
    width: 5vw;
    height: 5vw;
    right: 22vw;
    bottom: 6vw; }
  .doctors_contents_03 .ornament_doctors_06_3 {
    width: 23vw;
    height: 31vw;
    right: -7vw;
    left: -15vw;
    bottom: 19vw; }
    .doctors_contents_03 .ornament_doctors_06_3:before {
      width: 12vw;
      height: 12vw; }
    .doctors_contents_03 .ornament_doctors_06_3:after {
      right: -6vw;
      bottom: 7vw;
      width: 12vw;
      height: 12vw; } }
.panorama {
  overflow: auto;
  width: 1000px;
  height: auto;
  margin: 0 auto; }

img.pano {
  width: 100%;
  height: auto;
  max-width: initial; }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .panorama {
    overflow: auto;
    max-width: 100%;
    max-height: 600px; }

  img.pano {
    width: 1200px;
    height: auto;
    max-width: initial; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .panorama {
    overflow: auto;
    max-width: 100%;
    max-height: 526px; }

  img.pano {
    /*width: 1100px;*/
    width: 900px;
    height: auto;
    max-width: initial; } }
@media screen and (max-width: 767px) {
  .panorama {
    overflow: auto;
    max-width: 100%;
    max-height: 400px; }

  img.pano {
    width: 1000px;
    height: auto;
    max-width: initial; } }
.img_link {
  display: flex;
  justify-content: center; }
  .img_link li a img {
    width: 100%;
    height: auto; }
  .img_link li:first-child {
    margin-right: 20px; }

@media screen and (max-width: 1080px) {
  .img_link {
    display: block;
    max-width: 1080px;
    margin: 0 auto;
    width: 90%; }
    .img_link li {
      margin-bottom: 20px; }
      .img_link li a img {
        width: 100%;
        height: auto; }
      .img_link li:first-child {
        margin-right: 0; }
      .img_link li:last-child {
        margin-bottom: 0; } }
table.table_style01 {
  border-collapse: inherit;
  margin: 1rem 0;
  border-spacing: 0px;
  border: 1px solid #ddd;
  border-width: 0 1px 1px 0;
  font-size: 0.9rem;
  width: 100%; }
  table.table_style01 th, table.table_style01 td {
    border: 1px solid #ddd;
    border-width: 1px 0 0 1px;
    padding: 20px;
    vertical-align: top;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1rem;
    color: #404040; }
  table.table_style01 th {
    background: #f2efed;
    text-align: left;
    font-weight: 700; }
  table.table_style01 td {
    background: #fff; }

@media screen and (max-width: 980px) {
  .table_style01 {
    width: 100%; }

  table.table_style01 th,
  table.table_style01 td {
    display: block;
    width: 100%;
    border-bottom: none;
    box-sizing: border-box; }

  .table_style01 tr:last-child {
    border-bottom: solid 1px #ddd; } }
ul.page_link_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch; }
  ul.page_link_01:after {
    content: "";
    width: calc((100% / 4) - 20px); }
  ul.page_link_01 li {
    width: calc((100% / 4) - 20px);
    margin-bottom: 10px; }
    ul.page_link_01 li a {
      padding: 15px 25px 15px 15px;
      width: 100%;
      box-sizing: border-box;
      font-weight: 400;
      border: 1px solid #f2efed;
      background-color: #f2efed;
      border-radius: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      position: relative;
      transition: 0.5s; }
      ul.page_link_01 li a:before {
        content: "";
        background-color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 100px;
        position: absolute;
        top: 13px;
        right: 11px;
        transition: 0.5s; }
      ul.page_link_01 li a:link {
        color: #404040;
        text-decoration: none; }
      ul.page_link_01 li a:visited {
        color: #404040;
        text-decoration: none; }
      ul.page_link_01 li a:hover {
        color: #404040;
        text-decoration: none;
        background-color: #fff; }
      ul.page_link_01 li a:active {
        color: #404040;
        text-decoration: none;
        background-color: #fff; }
      ul.page_link_01 li a:hover:before {
        content: "";
        background-color: #f2efed;
        width: 30px;
        height: 30px;
        border-radius: 100px;
        position: absolute;
        top: 13px;
        right: 11px; }
      ul.page_link_01 li a .arrow_down {
        display: inline-block;
        vertical-align: middle;
        color: #333;
        line-height: 1;
        position: relative;
        width: 0.1em;
        height: 1em;
        background: currentColor; }
        ul.page_link_01 li a .arrow_down:before {
          content: '';
          width: 0.65em;
          height: 0.65em;
          border: 0.1em solid currentColor;
          border-top: 0;
          border-right: 0;
          transform: rotate(-45deg);
          transform-origin: bottom left;
          position: absolute;
          left: 50%;
          bottom: -0.05em;
          box-sizing: border-box; }

@media screen and (max-width: 1080px) {
  ul.page_link_01 li {
    width: calc((100% / 2) - 3%); }
    ul.page_link_01 li a {
      padding: 10px 22px 10px 10px;
      font-size: 0.85rem; }
      ul.page_link_01 li a:before {
        top: 6px;
        right: 7px; }
      ul.page_link_01 li a:hover:before {
        top: 6px;
        right: 7px; } }
.accordion_section {
  margin-bottom: 30px; }
  .accordion_section .accordion_one {
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 40px 30px 30px; }
    .accordion_section .accordion_one.or {
      border: 2px solid #f39800; }
    .accordion_section .accordion_one.gr {
      border: 2px solid #c3d600; }
    .accordion_section .accordion_one .accordion_header {
      color: #303030;
      font-size: 1.2rem;
      font-weight: 700;
      z-index: +1;
      cursor: pointer;
      transition-duration: 0.2s;
      position: relative; }
      .accordion_section .accordion_one .accordion_header .question_ttl {
        font-family: "Zen Maru Gothic", sans-serif; }
    .accordion_section .accordion_one .accordion_inner {
      display: none;
      padding: 0;
      box-sizing: border-box;
      margin-top: 25px; }
  .accordion_section.accordion_faq .accordion_one {
    background-color: #fff; }
    .accordion_section.accordion_faq .accordion_one.or {
      border: 2px solid #f39800; }
      .accordion_section.accordion_faq .accordion_one.or .accordion_header {
        color: #f39800; }
        .accordion_section.accordion_faq .accordion_one.or .accordion_header:before {
          color: #f39800; }
    .accordion_section.accordion_faq .accordion_one.gr {
      border: 2px solid #c3d600; }
      .accordion_section.accordion_faq .accordion_one.gr .accordion_header {
        color: #c3d600; }
        .accordion_section.accordion_faq .accordion_one.gr .accordion_header:before {
          color: #c3d600; }
    .accordion_section.accordion_faq .accordion_one .accordion_header {
      padding-left: 40px; }
      .accordion_section.accordion_faq .accordion_one .accordion_header:before {
        content: "Q";
        color: #303030;
        font-weight: 400;
        font-family: "Zen Maru Gothic", sans-serif;
        font-size: 2rem;
        position: absolute;
        top: -12px;
        left: 0;
        width: 30px;
        height: 35px; }
    .accordion_section.accordion_faq .accordion_one .accordion_inner .box_one.answer {
      position: relative;
      padding-left: 40px;
      color: #404040 !important; }
      .accordion_section.accordion_faq .accordion_one .accordion_inner .box_one.answer:before {
        content: "A";
        color: #b52f2f;
        font-weight: 400;
        font-family: "Zen Maru Gothic", sans-serif;
        font-size: 2rem;
        position: absolute;
        top: -9px;
        left: 0;
        width: 30px;
        height: 35px; }
    .accordion_section.accordion_faq .accordion_one .accordion_inner .box_one p {
      font-size: 1.1rem;
      line-height: 1.8;
      font-family: "Zen Maru Gothic", sans-serif; }

.accordion_section .accordion_one .accordion_header:hover {
  opacity: .8; }

.accordion_section .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: -3%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s; }

.accordion_section .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative; }

.accordion_section .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.accordion_section .accordion_one .accordion_header .i_box .one_i:before, .accordion_section .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  border-radius: 5px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center; }

.accordion_section .accordion_one.gr .accordion_header .i_box .one_i:before, .accordion_section .accordion_one.gr .accordion_header .i_box .one_i:after {
  background-color: #c3d600; }

.accordion_section .accordion_one.or .accordion_header .i_box .one_i:before, .accordion_section .accordion_one.or .accordion_header .i_box .one_i:after {
  background-color: #f39800; }

.accordion_section .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px; }

.accordion_section .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none; }

.accordion_section .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.accordion_section .accordion_one .accordion_inner {
  display: none;
  padding: 0;
  box-sizing: border-box; }

/*FAQ*/
.accordion_section.accordion_faq .accordion_one .accordion_header:hover {
  opacity: .8; }

.accordion_section.accordion_faq .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: -35px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s; }

.accordion_section.accordion_faq .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative; }

.accordion_section.accordion_faq .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.accordion_section.accordion_faq .accordion_one .accordion_header .i_box .one_i:before, .accordion_section.accordion_faq .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center; }

.accordion_section.accordion_faq .accordion_one.gr .accordion_header .i_box .one_i:before, .accordion_section.accordion_faq .accordion_one.gr .accordion_header .i_box .one_i:after {
  background-color: #c3d600; }

.accordion_section.accordion_faq .accordion_one.or .accordion_header .i_box .one_i:before, .accordion_section.accordion_faq .accordion_one.or .accordion_header .i_box .one_i:after {
  background-color: #f39800; }

.accordion_section.accordion_faq .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px; }

.accordion_section.accordion_faq .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none; }

.accordion_section.accordion_faq .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.accordion_section.accordion_faq .accordion_one .accordion_inner {
  display: none;
  padding: 0;
  box-sizing: border-box; }

.arrow_right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: currentColor; }
  .arrow_right:before {
    content: '';
    width: 0.65em;
    height: 0.65em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.05em;
    box-sizing: border-box; }

.sitemap_block a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: max(1.2rem, 10px);
  font-weight: 700;
  padding: 10px 20px 15px;
  border-bottom: 1px dotted #acacac;
  margin-bottom: 30px;
  transition: 0.5s; }
  .sitemap_block a:link {
    color: #404040;
    text-decoration: none; }
  .sitemap_block a:visited {
    color: #404040;
    text-decoration: none; }
  .sitemap_block a:hover {
    color: #a3a3a3;
    text-decoration: none; }
  .sitemap_block a:active {
    color: #a3a3a3;
    text-decoration: none; }

.sitemap_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  .sitemap_list li {
    width: calc((100% / 3) - 20px);
    margin-bottom: 10px; }
    .sitemap_list li a {
      font-size: max(1rem, 10px); }

@media screen and (max-width: 980px) {
  .sitemap_list {
    display: block;
    margin-bottom: 30px; }
    .sitemap_list li {
      width: 100%;
      margin-bottom: 10px; }
      .sitemap_list li a {
        font-size: 1rem; } }
ul.news_list li {
  display: flex;
  padding: 10px 20px 15px;
  border-bottom: 1px dotted #acacac; }
  ul.news_list li span {
    display: none;
    font-family: "Zen Maru Gothic", sans-serif;
    width: 180px;
    color: #f39800;
    line-height: 1.8;
    font-size: 1rem; }
  ul.news_list li a {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    transition: 0.3s;
    flex: 1; }
    ul.news_list li a:link {
      color: #404040;
      text-decoration: none; }
    ul.news_list li a:visited {
      color: #404040;
      text-decoration: none; }
    ul.news_list li a:hover {
      color: #f39800;
      text-decoration: none; }
    ul.news_list li a:active {
      color: #f39800;
      text-decoration: none; }
ul.news_list_02 li {
  display: flex;
  padding: 10px 20px 15px;
  border-bottom: 1px dotted #acacac; }
  ul.news_list_02 li span {
    display: none;
    font-family: "Zen Maru Gothic", sans-serif;
    width: 180px;
    color: #c3d600 !important;
    line-height: 1.8;
    font-size: 1rem; }
  ul.news_list_02 li a {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    transition: 0.3s;
    flex: 1; }
    ul.news_list_02 li a:link {
      color: #404040;
      text-decoration: none; }
    ul.news_list_02 li a:visited {
      color: #404040;
      text-decoration: none; }
    ul.news_list_02 li a:hover {
      color: #c3d600 !important;
      text-decoration: none; }
    ul.news_list_02 li a:active {
      color: #c3d600 !important;
      text-decoration: none; }
  ul.news_list_02 li b {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    transition: 0.3s;
    flex: 1;
    color: #404040; }

@media screen and (max-width: 1080px) {
  ul.news_list li {
    display: block;
    padding: 15px 10px; }
    ul.news_list li span {
      font-family: "Zen Maru Gothic", sans-serif;
      width: 100%;
      display: block;
      margin-bottom: 7px; } }
ol.bracketsNumber {
  counter-reset: number;
  margin-left: 32px; }
  ol.bracketsNumber li {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
    text-align: left;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1rem;
    line-height: 2 !important;
    margin-bottom: 10px !important;
    text-indent: -23px !important;
    padding: 0; }
    ol.bracketsNumber li:before {
      display: marker !important;
      content: "(" counter(cnt) ") " !important;
      font-family: "Zen Maru Gothic", sans-serif; }

.number_text {
  display: flex;
  align-items: flex-start;
  font-size: 1em;
  color: #404040;
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic", sans-serif; }
  .number_text i {
    border-radius: 100px;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-right: 10px;
    text-align: center;
    color: #fff;
    width: 28px;
    height: 28px;
    padding: 1px 0 0;
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: 700; }
    .number_text i.or {
      background-color: #f39800; }
    .number_text i.gr {
      background-color: #c3d600; }
  .number_text span {
    flex: 1;
    line-height: 1.7;
    font-family: "Zen Maru Gothic", sans-serif; }
