@charset "UTF-8";
/* smp--banner */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
body {
  color: #7a7974;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.75;
  word-break: break-all; }

h1, h2, h3, h4, h5 {
  line-height: 1.6;
  letter-spacing: .1em; }

a {
  color: #4867C1;
  transition: 0.36s ease;
  word-break: break-all; }

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

svg {
  fill: currentColor; }

table {
  width: 100%;
  border-collapse: collapse; }

.sp {
  display: none; }

.pc {
  display: block; }

.refmark {
  text-indent: -1em;
  padding-left: 1em; }

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

.over:hover {
  opacity: 0.7; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.weight300 {
  font-weight: 300; }

.weight400 {
  font-weight: 400; }

.weight500 {
  font-weight: 500; }

.weight700 {
  font-weight: 700; }

/* layout */
/* ============================================ */
body {
  background: url("../img/header_bg.jpg") repeat; }

body, header, footer,
main, #mainvisual {
  min-width: 1200px; }

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed; }

.inner {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  z-index: 2;
  position: relative; }

.sec-box {
  padding-bottom: 80px; }
  .sec-box + .sec-box {
    padding-top: 80px; }
  .sec-box p, .sec-box ul, .sec-box ol {
    margin-bottom: 30px; }
  .sec-box .tag_words {
    margin-top: 3em;
    padding: 0 0 0 1.5em;
    background: url("../img/icon_tag.svg") no-repeat;
    background-size: auto 1em;
    background-position: left top 0.375em;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start; }
  .sec-box .tag_title {
    padding: 0 0 0 1.5em;
    background: url("../img/icon_tag.svg") no-repeat;
    background-size: auto 1em;
    background-position: left top 0.375em;
    font-size: 1.3rem; }

ul.f_bannerArea {
  padding-top: 3em;
  width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  ul.f_bannerArea li {
    width: 426px; }
    ul.f_bannerArea li a {
      box-sizing: border-box;
      border-radius: 15px;
      border: 3px solid #181a49;
      display: block;
      overflow: hidden; }
      ul.f_bannerArea li a:hover {
        opacity: 0.7; }
    ul.f_bannerArea li.noborder a {
      border: none; }
    ul.f_bannerArea li.nobradius a {
      border-radius: 0; }
    ul.f_bannerArea li:nth-of-type(n+3) {
      margin-top: 48px; }
    ul.f_bannerArea li:nth-of-type(even) {
      margin-left: 48px; }

.detail_link {
  display: flex;
  justify-content: flex-start; }
  .detail_link p.detail_wrap {
    border: 2px solid #FFE5D8;
    background-color: #FFB08E;
    padding: 1px;
    width: auto; }
  .detail_link a {
    border: 2px solid #FFE5D8;
    background-color: #FFF4F0;
    padding: 0;
    color: #FF470A;
    font-weight: 600;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    transition: 0.36s ease; }
    .detail_link a:after {
      content: "＞";
      background-color: #fff;
      border: 1px solid #FFB08E;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      width: 3em;
      height: 3em;
      transition: 0.36s ease; }
    .detail_link a span {
      padding: 0 7em 0 1em;
      transition: 0.36s ease; }
    .detail_link a:hover {
      background-color: #FFB08E; }
      .detail_link a:hover:after {
        background-color: #FF470A;
        border-color: #FFB08E;
        border-left-color: #fff;
        color: #fff; }
      .detail_link a:hover span {
        color: #fff; }

.reasonbtn_wrap {
  position: relative;
  border: 1px solid #8C9FB3;
  margin: 0 5em; }
  .reasonbtn_wrap:before, .reasonbtn_wrap:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.36s ease;
    border: 4px solid #D5D8DF; }
  .reasonbtn_wrap:before {
    background: linear-gradient(to bottom, #42446C 0%, #181a49 50%, #42446C 100%);
    z-index: 0; }
  .reasonbtn_wrap:after {
    background: linear-gradient(to bottom, #181a49 0%, #42446C 50%, #181a49 100%);
    z-index: 1; }
  .reasonbtn_wrap:hover:after {
    opacity: 0; }
  .reasonbtn_wrap a {
    position: relative;
    display: block;
    color: #FFF066;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 1.675rem;
    letter-spacing: 0.2em;
    text-align: center;
    line-height: 1.2;
    font-weight: 600;
    padding: 1em 0;
    transition: 0.36s ease;
    z-index: 3; }
    .reasonbtn_wrap a span {
      font-size: 2.2rem; }
    .reasonbtn_wrap a:hover {
      color: #99FFE5; }

/* header */
/* ============================================ */
header {
  width: 100%;
  height: 120px;
  background-color: #ffffff;
  background: url("../img/header_bg.jpg") repeat-x;
  background-size: auto 100%; }
  header .inner {
    position: relative;
    z-index: auto; }

.header-summary {
  position: absolute;
  top: 16px;
  left: 0;
  font-size: 13px;
  letter-spacing: 0.1em; }

.header-logo {
  position: absolute;
  top: 45px;
  top: 55px;
  left: 0;
  width: 357px;
  z-index: 9998; }
  .header-logo img {
    width: 100%; }

.header-tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  right: 140px;
  letter-spacing: 0.04em; }
  .header-tel a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    color: #181a49;
    font-size: 30px;
    font-weight: 500;
    font-family: "Roboto", sans-serif; }
  .header-tel .icon-tel {
    margin-right: 6px; }
    .header-tel .icon-tel:before {
      width: 16px; }

.header-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9998; }
  .header-icon .icon-reserve:before {
    width: 27px; }

.header-reserve a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 120px;
  height: 120px;
  background-color: #181a49;
  color: #FFF066;
  letter-spacing: 0.12em; }
  .header-reserve a:hover {
    background-color: #FF9326;
    color: #fff; }

/*menu*/
.gnav {
  position: absolute;
  top: 67px;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  z-index: 9997; }
  .gnav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%; }
    .gnav.fixed .gnav-list {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      width: 1100px;
      margin-right: auto;
      margin-left: auto;
      z-index: 2;
      position: relative; }
      .gnav.fixed .gnav-list > li.nobtn {
        display: block; }
      .gnav.fixed .gnav-list > li > a {
        padding: 15px 20px; }
  .gnav .inner {
    padding-right: 130px; }
  .gnav .gnav-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end; }
    .gnav .gnav-list > li {
      position: relative; }
      .gnav .gnav-list > li > a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        position: relative;
        padding: 8px 12px;
        color: #7a7974;
        font-size: 15px;
        transition: 0s; }
        .gnav .gnav-list > li > a:after {
          content: '';
          position: absolute;
          right: 0;
          bottom: 4px;
          left: 0;
          margin: auto;
          width: 36px;
          border-bottom: 1px solid #4867C1;
          transition: 0.36s ease;
          transform: scaleX(0); }
        .gnav .gnav-list > li > a:hover {
          color: #4867C1;
          opacity: 0.9; }
        .gnav .gnav-list > li > a:hover:after {
          transform: scaleX(1); }
        .gnav .gnav-list > li > a span {
          display: block;
          line-height: 1.4;
          transition: 0.36s ease; }
        .gnav .gnav-list > li > a span + span {
          color: #C4C9D9;
          font-family: "Roboto", sans-serif;
          font-size: 11px; }
      .gnav .gnav-list > li.nobtn {
        display: none; }
  .gnav .gnav-child {
    display: none;
    position: absolute;
    top: 95%;
    right: 0;
    left: 0;
    margin: auto;
    width: 360%;
    width: 10em;
    left: -80%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    z-index: 2; }
  .gnav .gnav-child-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .gnav .gnav-child-list > li {
      width: calc(100% / 2);
      width: 100%; }
      .gnav .gnav-child-list > li a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        position: relative;
        padding: 12px 10px 11px 13px;
        border-bottom: 1px solid #ffffff;
        font-size: 14px;
        color: #232228; }
        .gnav .gnav-child-list > li a:after {
          content: url("../img/icon-arrow1.svg");
          position: relative;
          top: -3px;
          width: 16px;
          transition: 0.36s ease;
          transform: translateX(0); }
        .gnav .gnav-child-list > li a:hover {
          color: #4867C1;
          background-color: #ffffff; }
        .gnav .gnav-child-list > li a:hover:after {
          transform: translateX(5px); }

/*menu sp*/
.gnav-sp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  background-color: #ffffff;
  z-index: 9999; }
  .gnav-sp .inner {
    width: 100%;
    padding: 0; }
  .gnav-sp .gnav-list > li {
    position: relative;
    padding-left: 20px; }
    .gnav-sp .gnav-list > li:before {
      content: '';
      display: block;
      position: absolute;
      top: calc((1.75em / 2) + 0.8em);
      left: 0;
      width: 10px;
      height: 1px;
      background-color: #7a7974; }
    .gnav-sp .gnav-list > li a {
      display: inline-block;
      display: block;
      color: #7a7974; }
      .gnav-sp .gnav-list > li a span:nth-of-type(2) {
        display: none; }
      .gnav-sp .gnav-list > li a:hover {
        color: #4867C1;
        opacity: 0.9; }
    .gnav-sp .gnav-list > li > a {
      padding: 0.8em 0; }
  .gnav-sp .gnav-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999; }
    .gnav-sp .gnav-btn span {
      position: relative;
      width: 55px;
      height: 60px; }
      .gnav-sp .gnav-btn span:before, .gnav-sp .gnav-btn span:after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        width: 15px;
        height: 1px;
        background-color: #7a7974;
        transition: all 0.36s cubic-bezier(0.19, 1, 0.22, 1); }
      .gnav-sp .gnav-btn span:before {
        top: 27px; }
      .gnav-sp .gnav-btn span:after {
        top: 33px; }
    .gnav-sp .gnav-btn:focus {
      outline: none; }
    .gnav-sp .gnav-btn.-show span:before {
      top: 30px;
      transform: rotate(-45deg); }
    .gnav-sp .gnav-btn.-show span:after {
      top: 30px;
      transform: rotate(45deg); }
  .gnav-sp .gnav-child-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 15px 0 20px; }
    .gnav-sp .gnav-child-list > li {
      position: relative;
      width: calc(100% / 2);
      padding-left: 15px;
      margin-bottom: 1em; }
      .gnav-sp .gnav-child-list > li:before {
        content: '';
        display: block;
        position: absolute;
        top: 9px;
        top: calc((1.75em / 2) - 2px);
        left: 0;
        box-sizing: border-box;
        width: 4px;
        height: 4px;
        border: 4px solid transparent;
        border-left: 4px solid #d1d1d1; }
  .gnav-sp .gnav-child-btn {
    position: absolute;
    right: 0;
    top: calc((1.75em + (0.8em * 2) - 2em) / 2);
    z-index: 2; }
    .gnav-sp .gnav-child-btn.-show span:before {
      opacity: 0; }
    .gnav-sp .gnav-child-btn span {
      display: block;
      position: relative;
      width: 2em;
      height: 2em;
      border-radius: 50%;
      border: 1px solid #7a7974; }
      .gnav-sp .gnav-child-btn span:before, .gnav-sp .gnav-child-btn span:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 1px;
        height: 0.5em;
        background: #7a7974; }
      .gnav-sp .gnav-child-btn span:after {
        transform: rotate(90deg); }
  .gnav-sp .gnav-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    vertical-align: middle;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.93);
    transition-property: all;
    transition-property: background, opacity, transform;
    z-index: 1; }
    .gnav-sp .gnav-menu.-show {
      pointer-events: auto; }
    .gnav-sp .gnav-menu .inner {
      position: relative;
      padding: 160px 15% 100px; }
  .gnav-sp .gnav-tel {
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    text-align: center; }
    .gnav-sp .gnav-tel span {
      display: block;
      letter-spacing: 0.04em; }
    .gnav-sp .gnav-tel a {
      margin-left: 5px;
      color: #7a7974;
      font-family: "Roboto", sans-serif;
      font-size: 26px;
      letter-spacing: 0.1em; }
  .gnav-sp .gnav-copy {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 15px 0 13px;
    text-align: center; }
  .gnav-sp .gnav-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 60px;
    z-index: 3;
    background-color: #ffffff;
    background: url("../img/header_bg.jpg") repeat-x;
    background-size: auto 100%; }
    .gnav-sp .gnav-logo a {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
    .gnav-sp .gnav-logo img {
      width: 250px; }
  .gnav-sp .gnav-btn-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: 100%;
    z-index: 2; }
    .gnav-sp .gnav-btn-list li {
      width: calc(100% / 3); }
      .gnav-sp .gnav-btn-list li:nth-child(1) a {
        background-color: #bec5cc;
        color: #181a49; }
      .gnav-sp .gnav-btn-list li:nth-child(2) a {
        background-color: #747c95;
        color: #ffffff; }
      .gnav-sp .gnav-btn-list li:nth-child(3) a {
        background-color: #181a49;
        color: #FFF066; }
      .gnav-sp .gnav-btn-list li a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        height: 52px;
        font-weight: 500; }
      .gnav-sp .gnav-btn-list li [class^="icon-"] {
        margin-right: 5px; }
      .gnav-sp .gnav-btn-list li .icon-tel:before {
        /*
        					content: url('../img/icon-telw.svg');
        					transform: translateY(2px);
        */
        content: "";
        background: url("../img/icon_tel_w.svg") no-repeat center;
        background-size: contain;
        width: 16px;
        height: 22px; }
      .gnav-sp .gnav-btn-list li .icon-reserve:before {
        content: "";
        background: url("../img/icon_reserve_cl05.svg") no-repeat center;
        background-size: contain;
        width: 20px;
        height: 20px; }
      .gnav-sp .gnav-btn-list li .icon-access:before {
        font-size: 15px;
        font-size: 1.1rem;
        color: #181a49; }

/* mainvisual */
/* ============================================ */
#mainvisual {
  position: relative;
  width: 100%; }
  #mainvisual .inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 3; }
    #mainvisual .inner ul.bannerArea {
      position: absolute;
      left: 0;
      bottom: 30px; }

.mainvisual-headline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 100%;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(24, 26, 73, 0.6), -1px 1px 3px rgba(24, 26, 73, 0.6), 1px -1px 3px rgba(24, 26, 73, 0.6), -1px -1px 3px rgba(24, 26, 73, 0.6), 0 0 5px #181a49; }
  .mainvisual-headline h2 {
    text-align: center;
    width: 100%;
    font-size: 28px; }
    .mainvisual-headline h2 span {
      display: inline; }
  .mainvisual-headline > span {
    display: block;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    line-height: 1.6; }

/**************************************************************
スライダーの画像の縦横は
w1200px h590px が基準
w1200px：ヘッダーで設定
h590px：.slide-imgの min-height: 590px;で設定
**************************************************************/
.mainvisual-slide {
  overflow: hidden;
  width: 100%; }
  .mainvisual-slide:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 2;
    transition: opacity 1.5s ease 1.5s;
    background-color: rgba(0, 0, 0, 0.1);
    /*		padding-top: calc((886 / 1800) * 100%);*/ }
  .mainvisual-slide .swiper-container,
  .mainvisual-slide .swiper-wrapper,
  .mainvisual-slide .swiper-slide,
  .mainvisual-slide .slide-img {
    min-height: 590px;
    max-height: 860px;
    width: 100%;
    height: 100%; }
  .mainvisual-slide .slide-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .mainvisual-slide .slide-img img {
    object-fit: cover;
    /* IE: not support */
    display: block;
    width: 100%;
    height: 100%; }
  .mainvisual-slide .slide-img p {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 550px);
    color: #232228;
    line-height: 140%;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-shadow: 2px 0px 2px white, -2px 0px 2px white, 0px -2px 2px white, 0px 2px 2px white, 2px 2px 2px white, -2px 2px 2px white, 2px -2px 2px white, -2px -2px 2px white, 1px 2px 2px white, -1px 2px 2px white, 1px -2px 2px white, -1px -2px 2px white, 2px 1px 2px white, -2px 1px 2px white, 2px -1px 2px white, -2px -1px 2px white, 1px 1px 2px white, -1px 1px 2px white, 1px -1px 2px white, -1px -1px 2px white, 3px 3px 6px white, -3px 3px 6px white, 3px -3px 6px white, -3px -3px 6px white; }
    .mainvisual-slide .slide-img p span {
      display: inline-block;
      color: #FF9326; }

@-webkit-keyframes zoomOut {
  0% {
    transform: scale(1.15); }
  100% {
    transform: scale(1); } }
@keyframes zoomOut {
  0% {
    transform: scale(1.15); }
  100% {
    transform: scale(1); } }
.mainvisual-catch02,
.mainvisual-catch {
  position: absolute;
  top: 27%;
  left: 0; }

.mainvisual-title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  padding: 30px 80px 30px 0; }
  .mainvisual-title:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 680px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: -1; }
  .mainvisual-title h2 {
    color: #232228;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.1em; }
  .mainvisual-title span {
    display: inline-block;
    margin-left: 10px;
    color: #2175ad; }

.mainvisual-title02 {
  padding: 0 0 0 10px; }
  .mainvisual-title02 h2 {
    color: #232228;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-shadow: 2px 0px 2px white, -2px 0px 2px white, 0px -2px 2px white, 0px 2px 2px white, 2px 2px 2px white, -2px 2px 2px white, 2px -2px 2px white, -2px -2px 2px white, 1px 2px 2px white, -1px 2px 2px white, 1px -2px 2px white, -1px -2px 2px white, 2px 1px 2px white, -2px 1px 2px white, 2px -1px 2px white, -2px -1px 2px white, 1px 1px 2px white, -1px 1px 2px white, 1px -1px 2px white, -1px -1px 2px white, 3px 3px 6px white, -3px 3px 6px white, 3px -3px 6px white, -3px -3px 6px white; }
  .mainvisual-title02 span {
    display: inline-block;
    color: #2175ad; }

.mainvisual-schedule {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 500px;
  padding: 15px;
  background-color: rgba(24, 26, 73, 0.9);
  color: #ffffff; }
  .mainvisual-schedule.table1 span.cl01 {
    color: #99FFE5; }
  .mainvisual-schedule.table1 table thead tr th:first-of-type {
    border-color: #b3b3b3; }
  .mainvisual-schedule.table1 table thead tr * {
    padding-top: 0.3em; }
  .mainvisual-schedule.table1 table tbody tr:last-of-type {
    border-bottom: none; }
  .mainvisual-schedule.table1 table tbody th {
    width: 30%;
    padding-right: 1.5em; }
  .mainvisual-schedule.table1 table tbody td {
    width: calc(calc(100% - 30%) / 7); }
  .mainvisual-schedule.table1 table * {
    border-color: #b3b3b3; }
  .mainvisual-schedule.table1 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
    .mainvisual-schedule.table1 ul li {
      font-feature-settings: initial; }
      .mainvisual-schedule.table1 ul li:first-child {
        margin-left: 15px; }
      .mainvisual-schedule.table1 ul li + li {
        margin-left: 15px; }

/* footer */
/* ============================================ */
footer {
  padding-top: 80px;
  background-color: #23243F;
  color: #ffffff; }
  footer .inner {
    position: relative; }
    footer .inner > table {
      margin-bottom: 40px !important; }
      footer .inner > table td {
        padding: 1em 0 !important; }
      footer .inner > table > tbody > tr:first-of-type > td:first-of-type {
        padding-right: 1em !important; }
      footer .inner > table > tbody > tr:first-of-type > td:last-of-type {
        padding-left: 1em !important; }
      footer .inner > table > tbody > tr:first-of-type table tbody tr:first-of-type td {
        color: #fff !important;
        font-size: 1.5rem;
        padding: 0.5em 0 !important; }
      footer .inner > table > tbody > tr:last-of-type > td > span {
        border: 1px solid #b3b3b3; }
        footer .inner > table > tbody > tr:last-of-type > td > span:nth-of-type(n + 2) {
          margin-left: 1em; }
      footer .inner > table > tbody > tr:last-of-type > td br {
        display: none; }

.footer-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: column;
  letter-spacing: 0.04em; }
  .footer-info dt {
    margin-bottom: 15px; }
  .footer-info dd {
    margin-bottom: 30px; }
  .footer-info dd:last-child {
    margin-bottom: 60px; }

.footer-logo {
  width: 350px; }

.footer-address span {
  margin-right: 20px; }

.footer-tel, .footer-reserve {
  color: #FFF066;
  text-align: center; }
  .footer-tel > span, .footer-reserve > span {
    font-size: 13px; }

.footer-tel {
  letter-spacing: 0.1em;
  font-size: 20px; }
  .footer-tel span {
    display: block;
    letter-spacing: 0.04em; }
  .footer-tel a {
    color: #FFF066;
    font-family: "Roboto", sans-serif;
    font-size: 30px; }

.footer-reserve > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin-bottom: 6px;
  color: #FF9326;
  color: #FFF066; }
  .footer-reserve > span:before, .footer-reserve > span:after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background-color: #FF9326;
    background-color: #FFF066; }
  .footer-reserve > span:before {
    margin-right: 10px; }
  .footer-reserve > span:after {
    margin-left: 10px; }
.footer-reserve a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  width: 182px;
  height: 54px;
  margin: 0 auto;
  background-color: #FF9326;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em; }
  .footer-reserve a span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2; }
    .footer-reserve a span .icon-reserve {
      margin-right: 10px;
      display: block; }
      .footer-reserve a span .icon-reserve:before {
        content: "";
        background: url("../img/icon_reserve_w.svg") no-repeat center;
        background-size: contain;
        width: 21px;
        height: 24px; }
  .footer-reserve a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -182px;
    width: 100%;
    height: 100%;
    background-color: #FFF066;
    transition: 0.36s ease; }
  .footer-reserve a:hover:before {
    left: 0; }
  .footer-reserve a:hover span {
    color: #23243F; }
    .footer-reserve a:hover span .icon-reserve:before {
      background: url("../img/icon_reserve_cl04.svg") no-repeat center; }

.footer-access {
  position: relative;
  height: 450px;
  z-index: 1; }
  .footer-access .gmap iframe {
    width: 100%;
    height: 450px;
    border: none; }
  .footer-access .btn {
    position: absolute;
    right: 80px;
    bottom: 20px;
    width: 167px;
    z-index: 2; }
    .footer-access .btn a {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      height: 44px;
      background-color: #FF9326;
      border-radius: 20px;
      color: #ffffff; }
    .footer-access .btn .icon-map {
      color: #ffffff;
      margin-right: 10px;
      transform: translateY(1px); }

.copy {
  padding: 17px 0 15px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-align: center; }

.pagetop {
  display: none;
  position: fixed;
  bottom: 10px;
  margin-left: 1100px;
  width: 58px;
  transition: transform 0.36s ease;
  transform: translateY(0);
  cursor: pointer;
  z-index: 997; }
  .pagetop:hover {
    transform: translateY(-3px);
    opacity: .7; }
  .pagetop.fixed {
    opacity: 1; }

.f-nav {
  padding-bottom: 40px;
  padding-bottom: calc(1.75em + 10px + 40px);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center; }
  .f-nav .f-nav-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    position: relative; }
    .f-nav .f-nav-list li + li {
      margin-left: 30px; }
    .f-nav .f-nav-list li a {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      position: relative;
      padding-bottom: 10px;
      color: #ffffff; }
      .f-nav .f-nav-list li a:after {
        content: url("../img/icon-arrow4.svg");
        display: block;
        width: 10px;
        margin-left: 6px; }
      .f-nav .f-nav-list li a:before {
        content: '';
        position: absolute;
        bottom: 4px;
        left: 0;
        margin: auto;
        width: calc(100% - 16px);
        border-bottom: 1px solid #d1d1d1;
        transition: 0.36s ease;
        transform: scaleX(0); }
      .f-nav .f-nav-list li a:hover {
        color: #d1d1d1; }
      .f-nav .f-nav-list li a:hover:before {
        transform: scaleX(1); }
      .f-nav .f-nav-list li a span:nth-of-type(n+2) {
        display: none; }
    .f-nav .f-nav-list li .gnav-child {
      position: absolute;
      width: 100%;
      top: calc(1.75em + 10px);
      left: 0; }
      .f-nav .f-nav-list li .gnav-child .gnav-child-list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; }

/* top */
/* ============================================ */
/*top-news*/
.top-news {
  position: relative;
  padding: 64px 0;
  background-color: #f5f5f5;
  /*
  	&:before {
  		content: '';
  		position: absolute;
  		top: 0;
  		left: 0;
  		width: 50%;
  		height: 100%;
  		background-color: $clr_gray2;
  		z-index: -1;
  	}
  */
  /*お知らせ・ブログ*/
  /*お知らせのみ*/ }
  .top-news .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  .top-news .topheadline {
    flex-flow: inherit; }
    .top-news .topheadline .ptitle {
      padding-left: 3em; }
    .top-news .topheadline h3 {
      font-size: 20px;
      letter-spacing: 0.2em; }
  .top-news [class^="news-box"] {
    position: relative;
    width: 550px;
    width: 880px;
    padding: 60px 40px 40px 80px;
    background-color: #ffffff; }
    .top-news [class^="news-box"] .btn {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      margin-top: 25px; }
      .top-news [class^="news-box"] .btn:before {
        content: url("../img/icon-arrow2.svg");
        display: block;
        width: 300px;
        transition: 0.36s ease;
        transform: translateX(0); }
      .top-news [class^="news-box"] .btn a {
        padding: 0 20px;
        color: #7a7974; }
        .top-news [class^="news-box"] .btn a:hover {
          opacity: .8; }
  .top-news #news, .top-news #blog {
    width: 100%;
    height: 135px;
    overflow: hidden; }

/*top-concept*/
.top-concept {
  padding: 63px 0;
  background-image: url("../img/concept-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .top-concept.catch01 {
    background: none;
    padding: 0; }
    .top-concept.catch01 .inner {
      width: 100%;
      display: block;
      padding: 23px 0;
      padding: 6.25rem 0 4.25rem;
      overflow: hidden;
      position: relative; }
      .top-concept.catch01 .inner:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("../img/catch01_bg01.png") repeat-x;
        background-size: auto 100%;
        transform: translate(0, 100%);
        transition: transform cubic-bezier(0.19, 1, 0.22, 1) 0.6s; }
      .top-concept.catch01 .inner.moveon:before {
        transform: translate(0, 0); }
      .top-concept.catch01 .inner ul {
        width: 900px;
        margin: 0 auto; }
    .top-concept.catch01 li {
      display: flex;
      align-items: baseline;
      flex-wrap: wrap;
      z-index: 2;
      position: relative;
      /*
      			&.moveon {
      				animation-name: tmove01;
      				animation-duration: 2s;
      				animation-timing-function:cubic-bezier(0.19, 1, 0.22, 1);
      				animation-fill-mode:forwards;
      				span {
      					animation-duration: 8s;
      //					animation-timing-function:cubic-bezier(0.19, 1, 0.22, 1);
      					animation-fill-mode:forwards;
      					animation-iteration-count:infinite;
      					animation-delay: 2s;
      //					animation: cmove 8s ease-in forwards infinite;
      				}
      				&.txt01 span{
      //					animation-name: txt01move;
      //					color: $matsu_cl215;
      				}
      				&.txt02 span{
      //					animation-name: txt02move;
      //					color: $matsu_cl216;
      				}
      			}
      */ }
      .top-concept.catch01 li.txt01 {
        justify-content: flex-start; }
      .top-concept.catch01 li.txt02 {
        margin: 2.5rem 0 3rem;
        justify-content: flex-end; }
      .top-concept.catch01 li.txt03 {
        justify-content: space-between;
        align-items: center; }
        .top-concept.catch01 li.txt03 div {
          display: flex;
          justify-content: flex-start;
          align-items: baseline; }
      .top-concept.catch01 li p {
        margin: 0;
        padding: 0;
        font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
        font-weight: 700;
        font-size: 2.5rem;
        position: relative;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: baseline;
        flex-wrap: nowrap; }
        .top-concept.catch01 li p span {
          display: block;
          opacity: 0;
          line-height: 1;
          transform: scale(300%, 300%);
          transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
          .top-concept.catch01 li p span.sizeL {
            font-size: 3.75rem;
            color: #99FFE5;
            color: #FFF066; }
      .top-concept.catch01 li figure {
        padding-right: 5rem; }
        .top-concept.catch01 li figure img {
          width: 10rem;
          opacity: 0;
          transition: cubic-bezier(0.215, 0.61, 0.355, 1) 5s; }
      .top-concept.catch01 li.moveon span,
      .top-concept.catch01 li.moveon figure img {
        opacity: 1;
        transform: scale(100%, 100%); }
      .top-concept.catch01 li.moveon.txt01 p:nth-of-type(1) span:nth-of-type(1) {
        transition-delay: 0s; }
      .top-concept.catch01 li.moveon.txt01 p:nth-of-type(1) span:nth-of-type(2) {
        transition-delay: 0.1s; }
      .top-concept.catch01 li.moveon.txt01 p:nth-of-type(1) span:nth-of-type(3) {
        transition-delay: 0.2s; }
      .top-concept.catch01 li.moveon.txt01 p:nth-of-type(1) span:nth-of-type(4) {
        transition-delay: 0.3s; }
      .top-concept.catch01 li.moveon.txt01 p:nth-of-type(1) span:nth-of-type(5) {
        transition-delay: 0.4s; }
      .top-concept.catch01 li.moveon.txt01 p:nth-of-type(1) span:nth-of-type(6) {
        transition-delay: 0.5s; }
      .top-concept.catch01 li.moveon.txt01 p:nth-of-type(1) span:nth-of-type(7) {
        transition-delay: 0.6s; }
      .top-concept.catch01 li.moveon.txt01 p:nth-of-type(1) span:nth-of-type(8) {
        transition-delay: 0.7s; }
      .top-concept.catch01 li.moveon.txt01 p:nth-of-type(2) span:nth-of-type(1) {
        transition-delay: 0.8s; }
      .top-concept.catch01 li.moveon.txt01 p:nth-of-type(2) span:nth-of-type(2) {
        transition-delay: 0.9s; }
      .top-concept.catch01 li.moveon.txt01 p:nth-of-type(2) span:nth-of-type(3) {
        transition-delay: 1s; }
      .top-concept.catch01 li.moveon.txt01 p:nth-of-type(2) span:nth-of-type(4) {
        transition-delay: 1.1s; }
      .top-concept.catch01 li.moveon.txt01 p:nth-of-type(2) span:nth-of-type(5) {
        transition-delay: 1.2s; }
      .top-concept.catch01 li.moveon.txt01 p:nth-of-type(2) span:nth-of-type(6) {
        transition-delay: 1.3s; }
      .top-concept.catch01 li.moveon.txt01 p:nth-of-type(2) span:nth-of-type(7) {
        transition-delay: 1.4s; }
      .top-concept.catch01 li.moveon.txt02 p:nth-of-type(1) span:nth-of-type(1) {
        transition-delay: 0s; }
      .top-concept.catch01 li.moveon.txt02 p:nth-of-type(1) span:nth-of-type(2) {
        transition-delay: 0.1s; }
      .top-concept.catch01 li.moveon.txt02 p:nth-of-type(1) span:nth-of-type(3) {
        transition-delay: 0.2s; }
      .top-concept.catch01 li.moveon.txt02 p:nth-of-type(1) span:nth-of-type(4) {
        transition-delay: 0.3s; }
      .top-concept.catch01 li.moveon.txt02 p:nth-of-type(1) span:nth-of-type(5) {
        transition-delay: 0.4s; }
      .top-concept.catch01 li.moveon.txt02 p:nth-of-type(1) span:nth-of-type(6) {
        transition-delay: 0.5s; }
      .top-concept.catch01 li.moveon.txt02 p:nth-of-type(2) span:nth-of-type(1) {
        transition-delay: 0.6s; }
      .top-concept.catch01 li.moveon.txt02 p:nth-of-type(2) span:nth-of-type(2) {
        transition-delay: 0.7s; }
      .top-concept.catch01 li.moveon.txt02 p:nth-of-type(2) span:nth-of-type(3) {
        transition-delay: 0.8s; }
      .top-concept.catch01 li.moveon.txt02 p:nth-of-type(2) span:nth-of-type(4) {
        transition-delay: 0.9s; }
      .top-concept.catch01 li.moveon.txt02 p:nth-of-type(2) span:nth-of-type(5) {
        transition-delay: 1s; }
      .top-concept.catch01 li.moveon.txt02 p:nth-of-type(2) span:nth-of-type(6) {
        transition-delay: 1.1s; }
      .top-concept.catch01 li.moveon.txt02 p:nth-of-type(2) span:nth-of-type(7) {
        transition-delay: 1.2s; }
      .top-concept.catch01 li.moveon.txt02 p:nth-of-type(2) span:nth-of-type(8) {
        transition-delay: 1.3s; }
      .top-concept.catch01 li.moveon.txt02 p:nth-of-type(2) span:nth-of-type(9) {
        transition-delay: 1.4s; }
      .top-concept.catch01 li.moveon.txt03 p:nth-of-type(1) span:nth-of-type(1) {
        transition-delay: 0s; }
      .top-concept.catch01 li.moveon.txt03 p:nth-of-type(1) span:nth-of-type(2) {
        transition-delay: 0.1s; }
      .top-concept.catch01 li.moveon.txt03 p:nth-of-type(1) span:nth-of-type(3) {
        transition-delay: 0.2s; }
      .top-concept.catch01 li.moveon.txt03 p:nth-of-type(1) span:nth-of-type(4) {
        transition-delay: 0.3s; }
      .top-concept.catch01 li.moveon.txt03 p:nth-of-type(1) span:nth-of-type(5) {
        transition-delay: 0.4s; }
      .top-concept.catch01 li.moveon.txt03 p:nth-of-type(2) span:nth-of-type(1) {
        transition-delay: 0.5s; }
      .top-concept.catch01 li.moveon.txt03 p:nth-of-type(2) span:nth-of-type(2) {
        transition-delay: 0.6s; }
      .top-concept.catch01 li.moveon.txt03 p:nth-of-type(2) span:nth-of-type(3) {
        transition-delay: 0.7s; }
      .top-concept.catch01 li.moveon.txt03 p:nth-of-type(2) span:nth-of-type(4) {
        transition-delay: 0.8s; }
      .top-concept.catch01 li.moveon.txt03 p:nth-of-type(2) span:nth-of-type(5) {
        transition-delay: 0.9s; }
      .top-concept.catch01 li.moveon.txt03 p:nth-of-type(2) span:nth-of-type(6) {
        transition-delay: 1s; }
      .top-concept.catch01 li.moveon.txt03 p:nth-of-type(2) span:nth-of-type(7) {
        transition-delay: 1.1s; }
      .top-concept.catch01 li.moveon figure img {
        transition-delay: 1.1s; }
    .top-concept.catch01 .cubearea.moveon {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1; }
      .top-concept.catch01 .cubearea.moveon .bubble {
        position: absolute;
        opacity: 0;
        width: 0.625rem;
        height: 0.625rem;
        border: solid 1px #1e215c;
        border-radius: 50%;
        animation: bmove 14s ease-in forwards infinite;
        animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
        .top-concept.catch01 .cubearea.moveon .bubble:nth-child(1) {
          left: calc(50% + 6rem);
          top: 2rem;
          animation-delay: 1s; }
        .top-concept.catch01 .cubearea.moveon .bubble:nth-child(2) {
          left: calc(50% + 30rem);
          left: 98%;
          bottom: 20px;
          animation-duration: 3.3s;
          animation-duration: 13.3s;
          animation-delay: 2s; }
        .top-concept.catch01 .cubearea.moveon .bubble:nth-child(3) {
          animation-delay: 2s;
          left: calc(50% + 15rem);
          top: 50%;
          animation-duration: 4.4s;
          animation-duration: 14.4s; }
        .top-concept.catch01 .cubearea.moveon .bubble:nth-child(4) {
          animation-delay: 3s;
          left: calc(50% - 10rem);
          bottom: 0.5rem; }
        .top-concept.catch01 .cubearea.moveon .bubble:nth-child(5) {
          animation-delay: 4s;
          left: calc(50% - 1rem);
          bottom: 11rem; }
        .top-concept.catch01 .cubearea.moveon .bubble:nth-child(6) {
          animation-delay: 5s;
          left: calc(50% - 26rem);
          bottom: 5rem;
          animation-duration: 2.3s;
          animation-duration: 12.3s; }
        .top-concept.catch01 .cubearea.moveon .bubble:nth-child(7) {
          animation-delay: 6s;
          left: calc(50% - 30rem);
          top: 2.5rem; }
        .top-concept.catch01 .cubearea.moveon .bubble:nth-child(8) {
          animation-delay: 7s;
          left: calc(50% - 24rem);
          bottom: 20rem;
          animation-duration: 1.8s;
          animation-duration: 11.8s; }
        .top-concept.catch01 .cubearea.moveon .bubble:nth-child(9) {
          animation-delay: 8s;
          left: calc(50% + 27rem);
          top: 5rem;
          animation-duration: 2.5s;
          animation-duration: 12.5s; }
  .top-concept.catch {
    background: none;
    background-color: #d1d1d1; }
  .top-concept.nobg {
    background: none; }
  .top-concept .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  .top-concept.f_bannerWrap .box2 {
    width: 100%; }
  .top-concept .topheadline {
    margin-bottom: 20px; }
  .top-concept .concept-box {
    width: 880px;
    padding: 80px 200px 40px;
    background-color: #ffffff; }
    .top-concept .concept-box p {
      line-height: 2.6;
      letter-spacing: 0.04em; }
    .top-concept .concept-box.philosophy {
      padding: 80px 50px 40px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .top-concept .concept-box.philosophy .topheadline {
        width: 100%; }
      .top-concept .concept-box.philosophy ul.disc-list li {
        color: #7a7974;
        font-size: 1.2rem;
        font-weight: 700; }
        .top-concept .concept-box.philosophy ul.disc-list li:before {
          background-color: #7a7974; }
        .top-concept .concept-box.philosophy ul.disc-list li:nth-of-type(n+2) {
          margin-top: 0.5em; }
      .top-concept .concept-box.philosophy p {
        color: #7a7974;
        font-size: 1.2rem;
        font-weight: 700; }
    .top-concept .concept-box.nobg {
      background-color: transparent;
      padding: 40px 0; }
      .top-concept .concept-box.nobg .homeUL01 li {
        color: #7a7974;
        font-size: 2rem;
        font-weight: 700;
        text-align: center; }
    .top-concept .concept-box.m_greet {
      padding: 80px 30px 40px; }
      .top-concept .concept-box.m_greet .col2-box {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center; }
        .top-concept .concept-box.m_greet .col2-box .col2-img {
          width: 15%;
          margin: 10px 0 0 20px; }

.page_home .inner {
  width: 900px;
  padding-top: 64px;
  padding-top: 100px; }

/*top-medical*/
.top-medical {
  padding: 80px 0;
  background-color: #f5f5f5; }
  .top-medical .icon_s {
    display: flex;
    justify-content: center; }
  .top-medical .aicon_flow {
    margin-bottom: 2rem;
    padding: 0.2rem;
    background-color: #bec5cc; }
    .top-medical .aicon_flow:hover {
      opacity: 0.7; }
    .top-medical .aicon_flow figure {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      position: relative;
      height: 80px;
      width: 80px;
      /*
      			height: $figure_height;
      			width: $figure_height;
      			@if $m_icon_bg_circle == true {
      				&:before {
      					content: "";
      					position: absolute;
      					border-radius: 100%;
      					background-color: #1CF034;
      					background-color: $and_cl01;
      					background-color: #FBBAA4;
      					height: $figure_height;
      					width: $figure_height;
      					left: 50%;
      					transform: translateX(-50%);
      				}
      				img {
      					z-index: 2;
      					height: 47px;
      				}
      			}
      */ }
    .top-medical .aicon_flow dl {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 4px solid #181a49;
      border: 2px solid #fff;
      padding: 0.8rem; }
    .top-medical .aicon_flow dd h4 {
      color: #181a49;
      font-size: 1.25rem;
      margin-left: 1em;
      font-weight: 700; }
  .top-medical .medical-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    width: calc(220px * 4);
    margin: 0 auto; }
    .top-medical .medical-box a {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: center;
      position: relative;
      width: 220px;
      height: 245px;
      color: #7a7974;
      line-height: 1.4;
      letter-spacing: 0.04em;
      text-align: center;
      transition: 0.36s ease;
      margin-bottom: 40px;
      border-left: 1px solid #dfdfdf; }
      .top-medical .medical-box a:last-of-type, .top-medical .medical-box a:nth-of-type(4n) {
        border-right: 1px solid #dfdfdf; }
      .top-medical .medical-box a:hover {
        opacity: 0.7; }
        .top-medical .medical-box a:hover dt figure {
          transform: scale(1);
          animation: 1.8s fuwafuwa ease infinite; }
        .top-medical .medical-box a:hover dd.btn:after {
          transform: translateX(5px); }
      .top-medical .medical-box a.aicon_dtooth figure img, .top-medical .medical-box a.aicon_rctreatment figure img, .top-medical .medical-box a.aicon_pdisease figure img, .top-medical .medical-box a.aicon_denture figure img, .top-medical .medical-box a.aicon_surgery figure img, .top-medical .medical-box a.aicon_implant figure img, .top-medical .medical-box a.aicon_child figure img, .top-medical .medical-box a.aicon_preventive figure img, .top-medical .medical-box a.aicon_white figure img {
        height: 47px; }
      .top-medical .medical-box a.aicon_esthe figure img {
        height: 54px; }
      .top-medical .medical-box a.aicon_ortho figure img {
        width: 60px; }
      .top-medical .medical-box a.aicon_botox figure img {
        height: 47px; }
    .top-medical .medical-box dt {
      margin-bottom: 12px; }
      .top-medical .medical-box dt figure {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        height: 54px; }
    .top-medical .medical-box dd.summary {
      height: 55px;
      margin-top: 10px; }
    .top-medical .medical-box dd.btn {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      flex-flow: column;
      position: absolute;
      bottom: 15px;
      left: 0;
      right: 0;
      margin-top: 20px;
      font-size: 13px;
      line-height: 1;
      letter-spacing: 0;
      transition: 0.36s ease; }
      .top-medical .medical-box dd.btn:after {
        display: block;
        content: url("../img/icon-arrow3.svg");
        width: 82px;
        transition: 0.36s ease;
        transform: translateY(-2px);
        transform: translateX(0); }
    .top-medical .medical-box dd h4 {
      font-size: 20px; }
      .top-medical .medical-box dd h4.nolesp {
        letter-spacing: 0;
        font-size: 20px; }
    .top-medical .medical-box dd span {
      color: #b3b3b3;
      font-family: "Roboto", sans-serif;
      letter-spacing: 0; }

@-webkit-keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-3px); } }
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-3px); } }
.top-schedule {
  padding: 80px 0;
  background-image: url("../img/top-schedule-bg.jpg?wee48w");
  /*
  	background-size: 110%;
  	background-repeat: no-repeat;
  	background-position: top center;
  */
  background-position: center center;
  background-size: cover; }
  .top-schedule .schedule-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-flow: column; }
    .top-schedule .schedule-box .table1 {
      width: 655px;
      margin-bottom: 30px; }
      .top-schedule .schedule-box .table1 table {
        margin-bottom: 20px; }
        .top-schedule .schedule-box .table1 table tbody tr:nth-last-of-type(n+2) {
          border-bottom: none; }
      .top-schedule .schedule-box .table1 ul {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center; }
        .top-schedule .schedule-box .table1 ul li {
          font-feature-settings: initial; }
          .top-schedule .schedule-box .table1 ul li:first-child {
            margin-left: 15px; }
          .top-schedule .schedule-box .table1 ul li + li {
            margin-left: 30px; }

/* page */
/* ============================================ */
body.page #mainvisual {
  height: 150px;
  background-image: url(../img/hjpg_alot.jpg);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  body.page #mainvisual.introJpg {
    background-image: url("../../intro/img/hjpg_intro.jpg"); }
  body.page #mainvisual.greetingJpg {
    background-image: url("../../greeting/img/hjpg_greeting.jpg"); }
  body.page #mainvisual.medicalJpg {
    background-image: url("../../medical/img/hjpg_medical.jpg"); }
  body.page #mainvisual.accessJpg {
    background-image: url("../../access/img/hjpg_access1017.jpg"); }
  body.page #mainvisual.s_covidJpg {
    background-image: url("../../s_covid/img/hjpg_s_covid.jpg"); }
  body.page #mainvisual.newsJpg {
    background-image: url("../../news/img/hjpg_news.jpg"); }
  body.page #mainvisual.recruitJpg {
    background-image: url("../../medical/img/hjpg_recruit.jpg"); }
  body.page #mainvisual.reserveJpg {
    background-image: url("../../intro/img/hjpg_intro.jpg"); }
  body.page #mainvisual .inner {
    position: relative; }
body.page #container {
  padding-top: 60px; }
body.page #content {
  letter-spacing: 0.04em; }
  body.page #content .inner {
    max-width: 900px; }
  body.page #content .top-medical {
    background: #fff;
    background: none;
    padding: 0 0 60px; }
    body.page #content .top-medical .inner {
      max-width: 1100px; }

/*breadcrumbs*/
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 1100px;
  margin: 0 auto 30px; }
  .breadcrumbs li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 10px;
    position: relative; }
    .breadcrumbs li:not(:last-child):after {
      content: '\f105';
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      font-size: 13px;
      padding-left: 10px;
      color: #d1d1d1;
      transform: translateY(1px); }
    .breadcrumbs li a {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: center; }
    .breadcrumbs li span {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
    .breadcrumbs li [class^="icon-"] {
      margin-right: 5px;
      font-size: 13px; }

/*smooth*/
.smooth {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }
  .smooth li {
    width: 30%;
    margin-bottom: 15px; }
    .smooth li a {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      flex-flow: column;
      position: relative;
      padding: 6px 20px 10px;
      border: 1px solid #7a7974;
      color: #7a7974;
      letter-spacing: 0.1em; }
      .smooth li a:after {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-right: 1px solid #7a7974;
        border-bottom: 1px solid #7a7974;
        transform: translateY(1px) rotate(45deg);
        transition: 0.36s ease; }
      .smooth li a:hover {
        background-color: #7a7974;
        color: #ffffff; }
        .smooth li a:hover:after {
          border-color: #ffffff; }

/*medical*/
.medical-smooth ul li {
  width: calc(100% / 3); }

/*page_greet01*/
.page_greet01, .page_greet02 {
  position: relative;
  padding-bottom: 80px; }
  .page_greet01 .inner, .page_greet02 .inner {
    max-width: none !important; }
  .page_greet01 .inner_greet, .page_greet02 .inner_greet {
    width: 900px;
    margin: 0 auto; }

.page_greet01 {
  padding-bottom: 40px;
  background-color: #f5f5f5; }
  .page_greet01:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 66%;
    height: 460px;
    background-color: #f5f5f5;
    background-color: #fff;
    background: url("../img/header_bg.jpg") repeat;
    content: "";
    z-index: -1;
    z-index: 1; }

.reasonbox .col2-text {
  color: #181a49;
  font-weight: 600;
  font-size: 1.1rem; }

.doctor-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative; }

.doctor-text {
  position: relative;
  width: 640px;
  margin-top: 80px;
  margin-bottom: 60px;
  padding: 60px 65px 80px;
  background-color: #ffffff;
  z-index: 3;
  box-sizing: border-box;
  min-height: 646px;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .doctor-text p {
    margin-bottom: 30px;
    line-height: 2; }
  .doctor-text .name {
    margin-bottom: 0;
    text-align: right; }

.doctor-img1 {
  position: absolute;
  top: 0;
  left: 70px;
  width: 460px;
  width: 390px;
  border: 6px solid #DFE0F4;
  z-index: 1; }

.doctor-img2 {
  position: absolute;
  top: 400px;
  left: 0;
  width: 340px;
  z-index: 2; }

.career-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between; }
  .career-box .title2 {
    margin-bottom: 22px; }
  .career-box .career-left, .career-box .career-right {
    padding: 50px 60px;
    background-color: #ffffff; }

.career-left {
  width: 550px; }
  .career-left table {
    margin-bottom: 0; }

.career-right {
  width: 500px; }
  .career-right ul li {
    margin-bottom: 8px;
    margin-bottom: 1.2em;
    line-height: 1.2em; }

/*page_medical*/
.page_medical > .inner {
  padding-top: 60px; }
  .page_medical > .inner .medol01 {
    font-size: 1.1rem;
    color: #181a49;
    font-weight: 600; }

/*page_access*/
.page_access {
  position: relative; }
  .page_access:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 80%;
    background-color: #f5f5f5;
    content: "";
    z-index: -1;
    z-index: 0; }
  .page_access .acs_ul01 {
    padding: 3em 5em;
    border: 1px dotted #181a49;
    background-color: #EDEFF1;
    column-count: 2;
    margin-left: 0; }
    .page_access .acs_ul01 li {
      color: #181a49; }
      .page_access .acs_ul01 li:nth-of-type(n+2) {
        margin-top: 1em; }
      .page_access .acs_ul01 li:before {
        background-color: #181a49; }

.access-guide {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  text-align: center; }
  .access-guide img {
    border: 4px solid #181a49;
    width: 70%; }

.access-map dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 400; }
  .access-map dt span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: 10px; }
  .access-map dt .icon-map {
    margin-right: 5px;
    font-size: 15px;
    transform: translateY(1px); }
.access-map dd iframe {
  width: 100%;
  height: 400px; }

/*page_intro*/
.page_intro {
  padding-top: 0 !important; }
  .page_intro .firstbox {
    align-items: center;
    background: linear-gradient(to bottom, #EDEFF1 0%, #fff 50%, #EDEFF1 100%);
    border: 4px solid #8C9FB3; }
    .page_intro .firstbox .col2-text p {
      font-size: 1.2rem;
      color: #181a49;
      font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
      font-weight: 600;
      margin-bottom: 0;
      padding-right: 1em; }
    .page_intro .firstbox .col2-img p {
      margin-bottom: 0; }

.clinic-box .summary-text {
  margin-bottom: 30px; }

.clinic-slider {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 100px; }
  .clinic-slider .swiper-container,
  .clinic-slider .swiper-wrapper,
  .clinic-slider .swiper-slide,
  .clinic-slider .slide-img,
  .clinic-slider img {
    width: 100%; }
  .clinic-slider .slider {
    position: relative;
    width: 67%;
    overflow: hidden; }
    .clinic-slider .slider .swiper-slide:before {
      content: "";
      display: block;
      padding-top: calc(480 / 640 * 100%);
      padding-top: calc(359 / 640 * 100%); }
    .clinic-slider .slider .swiper-slide .slide-img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .clinic-slider .slider .swiper-slide .slide-img img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .clinic-slider .slider .swiper-slide .slide-label {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      position: absolute;
      left: 30px;
      bottom: 30px;
      padding: 8px 20px;
      background-color: rgba(255, 255, 255, 0.8); }
      .clinic-slider .slider .swiper-slide .slide-label span {
        font-size: 18px; }
  .clinic-slider .thumbnail {
    width: 25%; }
    .clinic-slider .thumbnail .swiper-wrapper {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
      transform: translate3d(0, 0, 0) !important; }
    .clinic-slider .thumbnail .swiper-slide {
      position: relative;
      width: 47% !important;
      margin-bottom: 20px !important;
      border: 6px solid #DFE0F4; }
      .clinic-slider .thumbnail .swiper-slide:before {
        content: "";
        display: block;
        padding-top: calc(480 / 640 * 100%);
        padding-top: calc(359 / 640 * 100%); }
      .clinic-slider .thumbnail .swiper-slide .slide-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .clinic-slider .thumbnail .swiper-slide .slide-img:hover {
          cursor: pointer;
          opacity: 0.7; }
        .clinic-slider .thumbnail .swiper-slide .slide-img img {
          object-fit: cover;
          width: 100%;
          height: 100%; }

/*page-overview*/
.overview-box {
  font-feature-settings: initial; }
  .overview-box ul li {
    padding: 8px 0; }
    .overview-box ul li:not(:last-child) {
      border-bottom: 1px solid #f5f5f5; }
  .overview-box dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
    .overview-box dl dt {
      width: 25%; }
    .overview-box dl dd {
      width: 75%; }
  .overview-box .table1 table {
    margin-top: 10px;
    border: 1px solid #f5f5f5; }
    .overview-box .table1 table * {
      border-color: #f5f5f5; }
    .overview-box .table1 table th:first-of-type {
      border-right: none; }
    .overview-box .table1 table tbody th {
      width: 30%;
      padding-right: 3.5em; }
    .overview-box .table1 table tbody td {
      width: calc(calc(100% - 30%) / 7); }
  .overview-box .table1 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
    .overview-box .table1 ul li {
      border-bottom: 0; }
      .overview-box .table1 ul li + li {
        margin-left: 20px; }

/****************************** page_s_implant ******************************/
.qa_box {
  padding: 2.5em 0 1em;
  border-top: 3px solid #747c95;
  margin-bottom: 0; }
  .qa_box:last-of-type, .qa_box.last_box {
    border-bottom: 3px solid #747c95; }

.title_qa_q {
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 1.5em;
  padding: 0.9em 4em 0.9em 4em;
  font-weight: 700;
  font-size: 1.25rem;
  color: #181a49;
  line-height: 1.2;
  transition: 0.36s ease; }
  .title_qa_q:before {
    content: "";
    position: absolute;
    top: 0;
    left: 4.5em;
    height: 100%;
    width: calc(100% - 4.5em);
    border-radius: 5px;
    background-color: #DFE0F4;
    z-index: -1;
    transition: 0.36s ease;
    opacity: 0; }
  .title_qa_q:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 24px 16px 0;
    border-color: transparent #DFE0F4 transparent transparent;
    position: absolute;
    top: 50%;
    left: 3.3em;
    z-index: -1;
    transform: translateY(-50%);
    transition: 0.36s ease;
    opacity: 0; }
  .title_qa_q:hover, .title_qa_q.active {
    cursor: pointer;
    color: #4046BB;
    padding-left: 6.5em; }
    .title_qa_q:hover:before, .title_qa_q.active:before {
      opacity: 1; }
    .title_qa_q:hover:after, .title_qa_q.active:after {
      opacity: 1; }
  .title_qa_q span.qmark {
    border-radius: 100vh;
    height: 3.75rem;
    width: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #bec5cc;
    color: #fff;
    font-weight: 700;
    font-size: 2.5rem;
    position: absolute;
    top: 0;
    left: 0; }
    .title_qa_q span.qmark:before {
      border-radius: 100vh;
      content: "";
      position: absolute;
      top: 3px;
      left: 3px;
      width: calc(3.75rem - 6px);
      height: calc(3.75rem - 6px);
      box-sizing: border-box;
      border: 2px solid #99FFE5;
      background-color: #181a49;
      z-index: 0; }
    .title_qa_q span.qmark:after {
      content: "?";
      z-index: 1;
      color: #fff;
      font-weight: 700;
      font-size: 2.5rem; }
  .title_qa_q span.plus {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%; }
    .title_qa_q span.plus:before, .title_qa_q span.plus:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 1em;
      background: #181a49;
      width: 40px;
      height: 6px;
      border-radius: 2px;
      transform: translateY(-50%); }
    .title_qa_q span.plus:after {
      transform: translateY(-50%) rotate(90deg);
      transition: 0.36s ease; }
  .title_qa_q span.text_s {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    display: block;
    padding-top: 0.1em; }
  .title_qa_q.active span:after {
    transform: rotate(0);
    opacity: 0; }

.answer {
  padding: 0 0 0 2em;
  margin: 0; }
  .answer p, .answer li, .answer tr * {
    font-size: 16px; }
  .answer > p:first-child, .answer .col2-img, .answer .col2-text, .answer .float_txt {
    padding-top: 1em; }
  .answer > h5.words02:first-child {
    padding-top: 0.8em; }
  .answer p.line01 {
    padding-bottom: 1.5em; }

ul.disc_ul {
  margin: 0 0 30px 1.8em; }
  ul.disc_ul li {
    list-style-type: disc; }

ol.decimal_ol {
  list-style-type: decimal;
  margin: 0 0 30px 1.3em; }

.page-s_ortho .s_ortho_box01 {
  padding-top: 2.5em; }

/*page_recruit*/
/*page-contact*/
.page_recruit .recruit-box ul.recUL01 {
  padding-top: 2rem; }
  .page_recruit .recruit-box ul.recUL01 li {
    color: #4046BB;
    line-height: 1.2;
    text-align: center;
    font-size: 1.4rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .page_recruit .recruit-box ul.recUL01 li:before, .page_recruit .recruit-box ul.recUL01 li:after {
      content: "★";
      /*
      				position: absolute;
      				top: 50%;
      				transform: translateY(-50%);
      */ }
    .page_recruit .recruit-box ul.recUL01 li:before {
      margin-right: 0.6em; }
    .page_recruit .recruit-box ul.recUL01 li:after {
      margin-left: 0.6em; }
    .page_recruit .recruit-box ul.recUL01 li:nth-of-type(n+2) {
      margin-top: 1em; }
.page_recruit .recruit-box ul.recUL02 li {
  text-align: center;
  font-weight: 700; }
.page_recruit .recruit-box .fafter {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10em; }

.form ul li {
  padding: 8px 0; }
  .form ul li:not(:last-child) {
    border-bottom: 1px solid #dfdfdf; }
  .form ul li.name input, .form ul li.huri input, .form ul li.shinsatu input {
    max-width: 150px; }
  .form ul li.postal input {
    max-width: 100px; }
  .form ul li.age input {
    max-width: 50px; }
.form dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  .form dl dt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 25%;
    height: 40px;
    font-weight: 400; }
  .form dl dd {
    width: 75%; }
    .form dl dd input + input {
      margin-left: 12px; }
    .form dl dd p:first-of-type {
      margin-top: 0.4em; }
    .form dl dd pre {
      font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif; }
.form.fcheck dl dd {
  padding-top: 0.3em; }
.form span.require, .form span.optional, .form span.nolabel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 40px;
  margin-left: 12px;
  padding: 6px 0 7px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1; }
.form span.require {
  background-color: #d9544d; }
.form span.optional {
  background-color: #2175ad; }
.form input {
  line-height: 1.5; }
.form input[type="text"], .form textarea {
  width: 100%;
  max-width: 500px;
  padding: 6px;
  border: 2px solid #dfdfdf;
  border-radius: 4px; }
  .form input[type="text"]:focus, .form textarea:focus {
    outline: 2px solid #fdd663; }
.form textarea {
  height: 250px; }
.form select {
  position: relative;
  height: 40px;
  padding: 6px 16px 6px 6px;
  border: 2px solid #f5f5f5;
  border-radius: 4px; }
  .form select:focus {
    outline: 2px solid #fdd663; }
.form input[type="radio"] {
  border: none;
  display: inline-block;
  transform: scale(1.3) translateY(-1px);
  margin: 0 3px; }
.form input[type="reset"],
.form input[type="submit"] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 54px;
  background-color: #181a49;
  color: #FFF066;
  transition: 0.36s ease; }
  .form input[type="reset"]:hover,
  .form input[type="submit"]:hover {
    background-color: #181a49;
    color: #ffffff; }
.form .send {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 60px; }
  .form .send input:nth-of-type(n+2) {
    margin-left: 1em; }

/* archive */
/* ============================================ */
.paging {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  padding: 40px 0;
  border-top: 1px solid #DFE0F4;
  border-bottom: 1px solid #DFE0F4; }
  .paging li + li {
    margin-left: 10px; }
  .paging li.prev a, .paging li.next a {
    border: 1px solid #181a49;
    color: #181a49; }
  .paging li a, .paging li span.active {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%; }
  .paging li a {
    color: #181a49; }
    .paging li a:hover {
      color: #ffffff;
      color: #99FFE5;
      background-color: #181a49;
      border-color: #181a49; }
  .paging li span.active {
    color: #ffffff;
    color: #99FFE5;
    background-color: #181a49; }

.single-news, .single-blog {
  overflow: hidden; }

.single-box {
  position: relative; }
  .single-box p {
    margin-bottom: 30px; }
  .single-box a:hover {
    text-decoration: underline; }

.news-list li + li, .blog-list li + li {
  margin-top: 8px; }
.news-list li a, .blog-list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: initial;
  color: #7a7974;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .news-list li a:hover, .blog-list li a:hover {
    opacity: .8; }
  .news-list li a span.date, .blog-list li a span.date {
    min-width: 90px;
    margin-right: 15px; }
  .news-list li a span.title, .blog-list li a span.title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 0.5em; }

/* others */
/* ============================================ */
table.and_tb01 {
  border: 1px solid #181a49;
  margin-bottom: 3em; }
  table.and_tb01.orthotb01 tbody th {
    width: 12em; }
  table.and_tb01.orthotb02 tbody th {
    width: 20em; }
  table.and_tb01 tbody th {
    background-color: #181a49;
    color: #fff;
    text-align: center;
    padding: 1em 0;
    vertical-align: middle;
    border: 1px solid #fff;
    width: 8em;
    box-sizing: border-box;
    border-right: none;
    line-height: 1.2; }
    table.and_tb01 tbody th span {
      font-size: 0.9em;
      display: inline-block; }
      table.and_tb01 tbody th span.line {
        margin-left: 0.5em; }
  table.and_tb01 tbody th:first-child {
    border-left-color: #181a49; }
  table.and_tb01 tbody td {
    vertical-align: middle;
    padding: 1em;
    border: 1px solid #181a49;
    background-color: #EDEFF1;
    color: #181a49;
    font-weight: 500; }
  table.and_tb01 tbody img {
    display: block;
    margin: 0 auto; }
  table.and_tb01 tbody tr:last-of-type th {
    border-bottom-color: #181a49; }
  table.and_tb01 tbody tr:first-of-type td {
    border-top: none; }
  table.and_tb01 tbody p.rec_p01 {
    padding-left: 2em; }
  table.and_tb01 tbody ul.rec_flex01 {
    display: flex;
    margin-bottom: 0; }
    table.and_tb01 tbody ul.rec_flex01 li {
      margin-bottom: 0; }
      table.and_tb01 tbody ul.rec_flex01 li:nth-of-type(n+2) {
        margin-left: 1em; }
  table.and_tb01 tbody:first-child tr:first-of-type th {
    border-top-color: #181a49; }
  table.and_tb01 thead th:last-of-type {
    border-right: 1px solid #181a49; }
  table.and_tb01 thead th:nth-of-type(n+2) {
    border-bottom: hidden; }
  table.and_tb01 thead th {
    border-top-color: #181a49; }

/*title*/
.topheadline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: column;
  margin-bottom: 40px; }
  .topheadline h3 {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-align: center; }
  .topheadline span {
    color: #d1d1d1; }

.pageheadline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: column;
  position: relative;
  margin-bottom: 60px;
  z-index: 2; }
  .pageheadline:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    top: 92px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: linear-gradient(90deg, #181a49 0%, #181a49 50%, #DFE0F4 50%, #DFE0F4 100%); }
  .pageheadline.mbtm01 {
    margin-bottom: 5rem; }

.topheadline .ptitle, .pageheadline .ptitle {
  padding: 0 0 0 4.3em;
  background: url("../img/h3_bg.svg") no-repeat left center;
  background-size: auto 100%; }
.topheadline h3, .pageheadline h3 {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #181a49; }
.topheadline span, .pageheadline span {
  color: #C4C9D9;
  font-size: 12px;
  display: block;
  line-height: 1;
  text-align: center;
  padding-top: 0.5em; }

.singleheadline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px; }
  .singleheadline h3 {
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    text-align: center;
    color: #232228; }

.title1_wrap {
  border: 2px solid #E0E1F4;
  background-color: #747c95;
  padding: 1px;
  margin-bottom: 30px; }
  .title1_wrap .title1 {
    position: relative;
    font-size: 1.25rem;
    color: #ffffff;
    border: 2px solid #E0E1F4;
    background: linear-gradient(to right, #3E414F 0%, #bec5cc 80%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-weight: 600; }
    .title1_wrap .title1 span:first-of-type {
      background-color: #fff;
      color: #181a49;
      font-size: 2.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 4rem;
      height: 3.875rem;
      flex-shrink: 0;
      margin-right: 0.6rem;
      font-weight: 700; }

.sptitle01_wrap {
  border-top: 1px solid #8C9FB3;
  border-bottom: 1px solid #8C9FB3;
  padding: 2rem 1rem;
  position: relative;
  margin: 0 0 4rem; }
  .sptitle01_wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 4px solid #D5D8DF;
    border-bottom: 4px solid #D5D8DF; }
  .sptitle01_wrap .sptitle01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.2; }
    .sptitle01_wrap .sptitle01 .mtxt {
      font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
      font-size: 2.25rem;
      color: #181a49;
      font-weight: 600;
      margin-bottom: 0.5em;
      text-align: center; }
    .sptitle01_wrap .sptitle01 .stxt {
      color: #8C9FB3;
      font-weight: 500;
      font-size: 1.25rem;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center; }
      .sptitle01_wrap .sptitle01 .stxt:before {
        content: "～";
        margin-right: 0.5em; }
      .sptitle01_wrap .sptitle01 .stxt:after {
        content: "～";
        margin-left: 0.5em; }
    .sptitle01_wrap .sptitle01 span.span_pc {
      display: inline-block; }
    .sptitle01_wrap .sptitle01 .peacetxt {
      font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
      font-size: 1.625rem;
      color: #181a49;
      font-weight: 600;
      text-align: center;
      text-shadow: 3px 3px 3px rgba(24, 26, 73, 0.2);
      margin-bottom: 0; }
      .sptitle01_wrap .sptitle01 .peacetxt span {
        color: #FF470A;
        font-size: 2.25rem; }

.title2 {
  position: relative;
  margin-bottom: 30px;
  padding: 0 0 0 20px;
  border-left: 3px solid #DFE0F4;
  font-weight: 500;
  font-size: 20px;
  color: #181a49; }
  .title2:before {
    content: '';
    position: absolute;
    left: -3px;
    bottom: 0;
    width: 3px;
    height: 50%;
    background-color: #181a49; }

.subtitle1 {
  position: relative;
  margin-bottom: 22px;
  font-size: 18px;
  color: #181a49;
  padding: 0.2em 1em 0.3em 2.5em;
  padding: 0 1em 0.3em 2.3em;
  font-weight: 700;
  font-size: 1.25rem; }
  .subtitle1.noncol2 {
    width: 60%; }
  .subtitle1.nolesp {
    letter-spacing: 0; }
  .subtitle1:before {
    content: "";
    background: url("/assets/img/h5_bg.svg") no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    top: 0.2em;
    height: 1.7em;
    width: 1.7em;
    height: 2.4rem;
    width: 2.2rem; }
  .subtitle1:after {
    background: linear-gradient(to bottom, #181a49 0% 33%, #D5D8DF 33% 100%);
    background-size: 3px;
    content: '';
    display: inline-block;
    height: 3px;
    width: calc(100% - 1.7em);
    position: absolute;
    bottom: -0.6em;
    bottom: 0;
    left: 1.7em; }
  .subtitle1 span {
    font-size: 1rem;
    font-weight: 500;
    opacity: 0.7; }

/*button*/
.btn1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px; }
  .btn1 a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-width: 124px;
    height: 37px;
    padding: 0 30px;
    border: 1px solid #181a49;
    border-radius: 20px;
    color: #181a49; }
    .btn1 a:hover {
      background-color: #181a49;
      border-color: #181a49;
      color: #ffffff; }

.btn2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px; }
  .btn2 a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-width: 124px;
    height: 44px;
    padding: 0 40px;
    border: 1px solid #181a49;
    border-radius: 23px;
    color: #181a49; }
    .btn2 a:hover {
      background-color: #181a49;
      color: #ffffff; }
      .btn2 a:hover [class^="icon-"] {
        color: #ffffff; }
    .btn2 a [class^="icon-"] {
      margin-right: 6px;
      font-size: 15px;
      transform: translateY(1px);
      color: #181a49; }

/*table*/
.table1 table {
  position: relative;
  margin-bottom: 10px; }
  .table1 table thead th {
    text-align: center;
    padding: 0.6em 0;
    font-weight: normal; }
    .table1 table thead th:first-of-type {
      border-right: 1px solid #b3b3b3; }
  .table1 table tbody th {
    font-weight: normal;
    padding-right: 3em;
    border-right: 1px solid #b3b3b3;
    width: 22%;
    padding: 10px 0 10px 15px;
    padding: 0.6em 1.5em 0.6em 0;
    letter-spacing: 0.04em;
    text-align: right; }
  .table1 table tbody td {
    font-size: 0.7rem;
    width: calc(calc(100% - 22%) / 7);
    padding: 10px 0;
    padding: 0.6em 0;
    text-align: center;
    vertical-align: middle; }
    .table1 table tbody td span {
      font-size: 1rem; }
  .table1 table tr {
    border-bottom: 1px solid #b3b3b3; }
.table1 span.cl01 {
  color: #99FFE5;
  color: #4867C1; }

.table2 {
  /*
  	td {
  		width: 75%;
  	}
  */ }
  .table2 table {
    margin-bottom: 10px; }
  .table2 th, .table2 td {
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5; }
  .table2 th {
    width: 8em;
    font-weight: 500; }

/*icon*/
[class^="icon-"] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  font-style: normal; }
  [class^="icon-"]:before {
    display: block; }

.icon-home:before {
  content: '\e3af'; }

.icon-access:before {
  content: '\f3c5'; }

.icon-menu:before {
  content: '\f0c9'; }

.icon-map:before {
  content: '\f3c5'; }

.icon-tel:before {
  content: url("../img/icon_tel_cl01.svg"); }

.icon-new {
  transform: scale(0.9); }
  .icon-new:before {
    content: 'NEW';
    padding: 3px 5px 2px;
    font-size: 10px;
    font-style: normal;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    background-color: #fdd663;
    border-radius: 9px; }

/*box*/
.box1 {
  margin-bottom: 80px; }

.box2 {
  margin-bottom: 60px; }

.box3 {
  margin-bottom: 40px; }

/*columnbox*/
.col2-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between; }
  .col2-box p {
    width: 100%; }
  .col2-box.step {
    align-items: stretch; }
    .col2-box.step .col2-text {
      padding-left: calc(6.75rem + 1rem);
      width: 62%;
      position: relative;
      padding-bottom: 2rem; }
      .col2-box.step .col2-text .steparea {
        position: absolute;
        width: 6.75rem;
        height: 100%;
        top: 0;
        left: 0; }
        .col2-box.step .col2-text .steparea:before {
          content: "";
          background-color: #8C9FB3;
          width: 0.375rem;
          height: 100%;
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%); }
        .col2-box.step .col2-text .steparea h5 {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          flex-wrap: wrap;
          border-radius: 100vh;
          border: 0.375rem solid #8C9FB3;
          background-color: #EDEFF1;
          width: 6.75rem;
          height: 6.75rem;
          box-sizing: border-box;
          position: absolute;
          top: 0;
          left: 0;
          font-size: 1.2rem;
          color: #181a49;
          line-height: 1;
          font-weight: 700; }
          .col2-box.step .col2-text .steparea h5 span.num {
            font-size: 2.2rem; }
    .col2-box.step .col2-img {
      padding-bottom: 2rem; }
    .col2-box.step.laststp .steparea:before {
      display: none; }

.col2-img {
  width: 35%;
  overflow: hidden;
  border-radius: 5px; }

.col2-text {
  width: 60%; }
  .col2-text.step {
    /*
    		display: flex;
    		flex-wrap: wrap;
    */ }

.column_2img {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-end; }
  .column_2img.between {
    justify-content: space-between; }
  .column_2img p {
    width: 35%;
    border-radius: 5px 5px 0 0;
    overflow: hidden; }
    .column_2img p:nth-of-type(n+2) {
      margin-left: 15px; }

.column_1img {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-end; }
  .column_1img p {
    width: 70%;
    border-radius: 5px 5px 0 0;
    overflow: hidden; }

/*list*/
.disc-list {
  margin-left: 30px; }
  .disc-list li {
    position: relative; }
    .disc-list li:before {
      content: '';
      position: relative;
      top: -4px;
      left: -6px;
      width: 4px;
      height: 4px;
      display: inline-block;
      border-radius: 100%;
      background: #7a7974;
      position: absolute;
      top: 0.9em;
      left: -0.6em; }

/*item*/
.underline {
  text-decoration: underline;
  text-decoration-skip-ink: none; }

.strong {
  font-weight: bold; }

/* ******************************************

	SP [START]

****************************************** */
@media screen and (max-width: 640px) {
  html {
    font-size: 3.8647vw; }

  body {
    font-size: 14px;
    font-size: inherit;
    -webkit-text-size-adjust: 100%; }

  .sp {
    display: block !important; }

  .pc {
    display: none !important; }

  /* layout */
  /* ============================================ */
  body, header, footer, main,
  #mainvisual, .inner {
    min-width: 100%; }

  .inner {
    width: auto;
    padding: 0 6%; }

  .sec-box {
    padding-bottom: 60px; }
    .sec-box + .sec-box {
      padding-top: 60px; }
    .sec-box p, .sec-box ul, .sec-box ol {
      margin-bottom: 22px; }

  ul.f_bannerArea {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
    ul.f_bannerArea li {
      width: 100%; }
      ul.f_bannerArea li a img {
        max-width: 100%; }
      ul.f_bannerArea li:nth-of-type(n+2) {
        margin-top: 3em; }
      ul.f_bannerArea li:nth-of-type(even) {
        margin-left: 0; }

  .detail_link.txt_l {
    display: flex;
    justify-content: flex-start; }
    .detail_link.txt_l p.detail_wrap {
      width: 100%; }
    .detail_link.txt_l a {
      justify-content: space-between; }
      .detail_link.txt_l a span {
        padding: 0 0 0 1em; }

  .reasonbtn_wrap {
    margin: 0; }
    .reasonbtn_wrap.nols a {
      letter-spacing: 0; }

  /* header */
  /* ============================================ */
  header {
    display: none; }

  .gnav {
    display: none; }

  .gnav-sp {
    display: block; }

  /* mainvisual */
  /* ============================================ */
  #mainvisual {
    margin-top: 112px; }
    #mainvisual .inner {
      margin: auto; }
      #mainvisual .inner ul.bannerArea {
        /*
        			position: absolute;
        			left: 0;
        */
        height: 140px;
        width: 100%;
        bottom: -140px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; }
        #mainvisual .inner ul.bannerArea li {
          width: 90%; }

  .mainvisual-title {
    padding: 20px 60px 20px 16px; }
    .mainvisual-title h2 {
      font-size: 24px;
      font-size: inherit; }

  .mainvisual-catch02 {
    top: 37%;
    top: auto;
    bottom: 30px;
    width: 100%; }

  .mainvisual-title02 {
    width: 100%;
    padding: 0; }
    .mainvisual-title02 h2 {
      font-size: 24px;
      font-size: 1.8rem;
      text-align: center; }

  .mainvisual-headline h2 {
    font-size: 1.8rem; }

  .mainvisual-schedule {
    display: none; }

  .mainvisual-slide .swiper-container,
  .mainvisual-slide .swiper-wrapper,
  .mainvisual-slide .swiper-slide,
  .mainvisual-slide .slide-img {
    height: 375px;
    min-height: auto; }
    .mainvisual-slide .swiper-container p,
    .mainvisual-slide .swiper-wrapper p,
    .mainvisual-slide .swiper-slide p,
    .mainvisual-slide .slide-img p {
      font-size: 1.8rem;
      text-align: center;
      top: auto;
      bottom: 30px;
      width: 100%;
      left: 0; }
    .mainvisual-slide .swiper-container.simg02 img,
    .mainvisual-slide .swiper-wrapper.simg02 img,
    .mainvisual-slide .swiper-slide.simg02 img,
    .mainvisual-slide .slide-img.simg02 img {
      object-position: calc(50% + 25px) center; }
    .mainvisual-slide .swiper-container.simg03 img,
    .mainvisual-slide .swiper-wrapper.simg03 img,
    .mainvisual-slide .swiper-slide.simg03 img,
    .mainvisual-slide .slide-img.simg03 img {
      object-position: calc(50% + 25px) center; }

  /* top */
  /* ============================================ */
  /*top-news*/
  .top-news {
    padding: 43px 0;
    margin-top: 140px;
    /*お知らせ・ブログ*/
    /*お知らせのみ*/ }
    .top-news:before {
      right: 0;
      left: auto;
      width: 43%; }
    .top-news .topheadline {
      align-items: flex-start;
      align-items: center;
      margin-bottom: 16px;
      margin-bottom: 2em; }
      .top-news .topheadline h3 {
        font-size: 18px;
        font-size: 1.3rem; }
    .top-news [class^="news-box"] {
      width: 100%;
      padding: 20px; }
      .top-news [class^="news-box"] .btn {
        position: absolute;
        right: 20px;
        top: calc(20px + 1em);
        top: 20px;
        margin-top: 0; }
        .top-news [class^="news-box"] .btn:before {
          content: none; }
        .top-news [class^="news-box"] .btn a {
          color: #181a49;
          border: 1px solid #181a49;
          border-radius: 100vh;
          font-size: 13px;
          font-size: inherit; }
          .top-news [class^="news-box"] .btn a:hover {
            background-color: #181a49;
            border-color: #181a49;
            color: #ffffff; }
    .top-news .news-box2 {
      border-top: 1px solid #dfdfdf; }
    .top-news #news, .top-news #blog {
      height: 128px;
      height: calc((1.75em * 4) + (8px * 3)); }
    .top-news .news-list li a span.date, .top-news .blog-list li a span.date {
      min-width: 0; }
    .top-news .news-list li a span.title, .top-news .blog-list li a span.title {
      max-width: calc(100% - 29px - 6em - 0.5em - 15px); }

  /*top-concept*/
  .top-concept {
    padding: 43px 0; }
    .top-concept.catch {
      margin-top: 140px; }
    .top-concept.catch01 .inner ul {
      width: 100%;
      padding: 0 2rem; }
      .top-concept.catch01 .inner ul li p {
        font-size: 2rem; }
      .top-concept.catch01 .inner ul li figure {
        padding: 1rem 0 0 0;
        display: flex;
        justify-content: flex-end;
        width: 100%; }
      .top-concept.catch01 .inner ul li.txt03 div {
        flex-wrap: wrap; }
    .top-concept .concept-box {
      padding: 43px 36px 28px; }
      .top-concept .concept-box.philosophy {
        padding: 43px 36px 28px; }
      .top-concept .concept-box p {
        line-height: 2.2;
        letter-spacing: 0; }
      .top-concept .concept-box.philosophy, .top-concept .concept-box.m_greet {
        padding: 43px 36px 28px; }
      .top-concept .concept-box.m_greet .col2-box .col2-img {
        margin: 2em 0 0 0; }

  .page_home .inner {
    width: auto; }

  /*top-medical*/
  .top-medical {
    padding: 55px 0 65px; }
    .top-medical .aicon_flow {
      margin-bottom: 2rem;
      /*
      		figure {
      			@include flex-center-center;
      			height: $figure_height;
      			width: $figure_height;
      			position: relative;
      			@if $m_icon_bg_circle == true {
      				&:before {
      					content: "";
      					position: absolute;
      					border-radius: 100%;
      					background-color: #1CF034;
      					height: $figure_height;
      					width: $figure_height;
      					left: 50%;
      					transform: translateX(-50%);
      				}
      				img {
      					z-index: 2;
      					height: 47px;
      				}
      			}
      			&:before {
      				background-color: $masa_cl01;
      			}
      		}
      		dl {
      			display: flex;
      			align-items: center;
      			justify-content: center;
      			border: 4px solid $masa_cl04;
      			border-radius: 10px;
      			padding: 1rem;
      		}
      */ }
      .top-medical .aicon_flow dd h4 {
        letter-spacing: 0; }
    .top-medical .inner .medical-box {
      border-top: 1px solid #dfdfdf;
      width: auto; }
      .top-medical .inner .medical-box a {
        width: 50%;
        height: auto;
        padding: 18px 0;
        margin-bottom: 0;
        border-bottom: 1px solid #dfdfdf;
        border-right: none;
        /*
        			@if ($medical_icon_num != 2 and $medical_icon_num != 4) {
        				&:nth-of-type(4) {
        					border-right: none;
        				}
        			}
        */ }
        .top-medical .inner .medical-box a:nth-of-type(even) {
          border-right: 1px solid #dfdfdf; }
        .top-medical .inner .medical-box a:last-of-type {
          border-right: 1px solid #dfdfdf; }
      .top-medical .inner .medical-box dl {
        padding-bottom: 3em; }
      .top-medical .inner .medical-box dt figure {
        height: 38px; }
        .top-medical .inner .medical-box dt figure img {
          transform: scale(0.7); }
      .top-medical .inner .medical-box dd.summary {
        display: none;
        height: 45px;
        margin-top: 6px; }
      .top-medical .inner .medical-box dd.btn {
        bottom: 20px;
        font-size: 12px;
        font-size: inherit; }
      .top-medical .inner .medical-box dd h4 {
        font-size: 18px;
        font-size: inherit;
        letter-spacing: .06em; }
        .top-medical .inner .medical-box dd h4.nolesp {
          font-size: inherit; }
      .top-medical .inner .medical-box dd span {
        font-size: 12px;
        font-size: inherit; }

  /*top-schedule*/
  .top-schedule {
    padding: 55px 0; }
    .top-schedule .schedule-box .table1 {
      width: 100%; }
      .top-schedule .schedule-box .table1 table tr:first-of-type th {
        padding-bottom: 0.3em; }
      .top-schedule .schedule-box .table1 table tr:nth-of-type(n+2) th {
        padding-top: 0.3em;
        padding-bottom: 0.3em; }
      .top-schedule .schedule-box .table1 table tr:last-of-type th {
        padding-bottom: 0.6em; }
      .top-schedule .schedule-box .table1 ul {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .top-schedule .schedule-box .table1 ul li:first-child {
          margin-left: 0; }

  /* footer */
  /* ============================================ */
  footer {
    padding-top: 55px; }
    footer .inner > table {
      margin-bottom: 40px !important; }
      footer .inner > table > tbody > tr:first-of-type {
        display: flex;
        flex-direction: column;
        align-items: center; }
        footer .inner > table > tbody > tr:first-of-type > td:first-of-type {
          padding-right: 0 !important;
          width: 100%; }
        footer .inner > table > tbody > tr:first-of-type > td:last-of-type {
          padding-left: 0 !important;
          width: 100%; }
      footer .inner > table > tbody > tr:last-of-type > td > span {
        margin-left: 0 !important; }
      footer .inner > table > tbody > tr:last-of-type > td br {
        display: inline; }

  .footer-logo {
    width: 250px; }

  .footer-info dd {
    margin-bottom: 18px; }
  .footer-info .footer-tel span, .footer-info .footer-reserve > span {
    font-size: 0.8rem; }
  .footer-info .footer-tel a {
    font-size: 2rem; }

  .footer-access {
    height: 350px; }
    .footer-access .gmap iframe {
      height: 350px; }
    .footer-access .btn {
      right: 0;
      left: 0;
      margin: auto; }

  .f-nav {
    display: none; }
    .f-nav .f-nav-list {
      justify-content: flex-start; }
      .f-nav .f-nav-list li {
        width: calc(100% / 2); }
        .f-nav .f-nav-list li + li {
          margin: 0; }

  .copy {
    padding: 15px 0 13px; }

  .pagetop {
    right: 20px;
    width: 42px;
    height: 42px; }

  /* archive */
  /* ============================================ */
  .paging li + li {
    margin-left: 4px;
    margin-left: 0.1em; }
  .paging li a, .paging li span.active {
    width: 2.5em;
    height: 2.5em; }
  .paging li a, .paging li span {
    font-size: 0.8em; }

  .page-news .news-list li a, .page-news .blog-list li a, .page-blog .news-list li a, .page-blog .blog-list li a {
    flex-wrap: wrap; }
    .page-news .news-list li a span.date, .page-news .blog-list li a span.date, .page-blog .news-list li a span.date, .page-blog .blog-list li a span.date {
      width: 100%;
      min-width: auto;
      margin-right: 0; }
    .page-news .news-list li a span.title, .page-news .blog-list li a span.title, .page-blog .news-list li a span.title, .page-blog .blog-list li a span.title {
      font-size: 1.2rem; }

  /* page */
  /* ============================================ */
  body.page #container {
    padding-top: 30px; }

  /*breadcrumbs*/
  .breadcrumbs {
    width: auto;
    padding: 0 6%;
    margin: 0 auto 60px; }
    .breadcrumbs span {
      font-size: 0.9rem; }

  /*smooth*/
  .smooth li {
    width: 48%;
    margin-bottom: 12px; }

  /*page_greet01*/
  .page_greet01 {
    padding-bottom: 0;
    overflow: hidden; }
    .page_greet01:before {
      margin: auto;
      height: 48%;
      height: 300px; }
    .page_greet01 .inner_greet {
      width: 100%; }

  .page_greet02 {
    padding-bottom: 60px; }
    .page_greet02 .inner_greet {
      width: 100%;
      padding: 0 6%; }

  .doctor-box {
    margin-bottom: 60px; }

  .doctor-text {
    width: 100%;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 25px 80px;
    z-index: 1;
    display: block; }
    .doctor-text p {
      margin-bottom: 22px; }

  .doctor-img1 {
    position: relative;
    top: auto;
    left: 40px;
    width: 86%;
    margin-top: -40px;
    margin-bottom: 92px;
    border: 0;
    z-index: 2; }

  .doctor-img2 {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 60%;
    z-index: 3; }

  .career-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    .career-box .title2 {
      margin-bottom: 18px; }
    .career-box .career-left {
      padding: 40px 25px 0; }
    .career-box .career-right {
      padding: 40px 25px; }

  .career-left, .career-right {
    width: 100%; }

  /*page_intro*/
  .page_intro .firstbox {
    align-items: center;
    background: linear-gradient(to bottom, #EDEFF1 0%, #fff 50%, #EDEFF1 100%); }
    .page_intro .firstbox .col2-text p {
      font-size: 1.2rem;
      padding: 1em 1em 2em; }

  .clinic-box .summary-text {
    margin-bottom: 22px; }

  body.page .clinic-slider {
    margin-bottom: 60px; }
    body.page .clinic-slider .slider {
      width: 100%; }
      body.page .clinic-slider .slider .swiper-slide .slide-label {
        left: 17px;
        bottom: 17px;
        padding: 6px 17px; }
        body.page .clinic-slider .slider .swiper-slide .slide-label span {
          font-size: 16px;
          font-size: inherit; }
    body.page .clinic-slider .thumbnail {
      width: 100%;
      margin-top: 22px; }
      body.page .clinic-slider .thumbnail .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start; }
      body.page .clinic-slider .thumbnail .swiper-slide {
        width: calc(91% / 4) !important;
        margin-right: 3%;
        margin-bottom: 12px !important;
        border: 4px solid #DFE0F4; }
        body.page .clinic-slider .thumbnail .swiper-slide:nth-child(4n) {
          margin-right: 0; }

  /*page-overview*/
  .overview-box ul li {
    padding: 10px 0; }
  .overview-box dl dt, .overview-box dl dd {
    width: 100%; }
  .overview-box dl dt {
    margin-bottom: 6px; }
  .overview-box .table1 table {
    border: 0;
    border-bottom: 1px solid #f5f5f5; }
    .overview-box .table1 table tbody th {
      width: 20%; }
    .overview-box .table1 table tbody td {
      width: calc(calc(100% - 20%) / 7); }
  .overview-box .table1 ul {
    display: flex;
    flex-direction: column;
    align-items: center; }

  /*page_access*/
  .page_access:before {
    left: auto;
    right: 0;
    width: 40%;
    height: 86%; }
  .page_access .acs_ul01 {
    column-count: 1;
    padding: 2em; }

  .access-guide {
    font-size: 16px;
    font-size: inherit; }
    .access-guide img {
      width: 100%; }

  .access-map dd iframe {
    height: 350px; }

  /*page_recruit*/
  /*page-contact*/
  .form ul li {
    padding: 10px 0; }
    .form ul li.name input, .form ul li.huri input {
      max-width: 125px; }
  .form dl dt, .form dl dd {
    width: 100%; }
  .form dl dt {
    font-size: 1.2em; }
  .form span.require, .form span.optional, .form span.nolabel {
    padding: 5px 0 6px; }
  .form textarea {
    height: 200px; }
  .form input[type="reset"],
  .form input[type="submit"] {
    padding: 1em 2em;
    min-width: auto;
    height: auto; }
  .form .send {
    margin-top: 40px; }

  /* others */
  /* ============================================ */
  table.and_tb01 tbody th {
    width: 6em; }
  table.and_tb01 tbody ul.rec_flex01 {
    display: block; }
    table.and_tb01 tbody ul.rec_flex01 li:nth-of-type(n+2) {
      margin-left: 0; }

  /*title*/
  .pageheadline .ptitle, .topheadline .ptitle {
    padding-left: 3.7em; }
  .pageheadline h3, .topheadline h3 {
    font-size: 22px;
    font-size: 1.7rem; }
  .pageheadline span, .topheadline span {
    font-size: 0.7rem; }

  .topheadline {
    margin-bottom: 30px; }

  .pageheadline {
    margin-bottom: 55px;
    margin-bottom: 3em; }
    .pageheadline:before {
      top: 86px;
      top: 160%; }

  .singleheadline h3 {
    font-size: 25px;
    font-size: inherit; }

  .title1_wrap {
    margin-bottom: 22px; }
    .title1_wrap .title1 span:first-of-type {
      font-size: 2.2rem; }
    .title1_wrap .title1.nols {
      letter-spacing: 0; }

  .sptitle01_wrap .sptitle01 .stxt:before {
    display: none; }
  .sptitle01_wrap .sptitle01 .stxt:after {
    display: none; }
  .sptitle01_wrap .sptitle01 span.span_pc {
    display: none; }
  .sptitle01_wrap .sptitle01 .peacetxt:first-of-type {
    margin-bottom: 1em; }

  .title2 {
    margin-bottom: 22px;
    padding: 0 0 0 20px;
    font-size: 18px;
    font-size: 1.1rem; }

  .subtitle1 {
    margin-bottom: 1em; }
    .subtitle1.noncol2 {
      width: 100%; }
    .subtitle1 span {
      display: block; }

  /*table*/
  .table1 table tbody th {
    padding-right: 1em !important;
    line-height: 0; }
    .table1 table tbody th span {
      line-height: 1.2em;
      text-align: right;
      display: inline-block; }
  .table1 ul {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .table1 ul li {
      padding: 0;
      margin: 0 !important; }

  .table2 {
    /*
    	th {
    		width: 30%;
    	}
    	td {
    		width: 70%;
    	}
    */ }
    .table2 tr {
      padding-bottom: 0.5em;
      margin-bottom: 0.7em;
      border-bottom: 1px solid #f5f5f5;
      display: block; }
    .table2 th, .table2 td {
      width: 100%;
      display: block;
      padding: 0;
      border-bottom: none; }

  /*columnbox*/
  .col2-box div + div {
    margin-top: 22px; }
  .col2-box .order1 {
    order: 1;
    margin-top: 0; }
  .col2-box .order2 {
    order: 2;
    margin-top: 22px; }
  .col2-box.step .col2-text {
    width: 100%; }
  .col2-box.step .col2-img {
    margin-top: 0;
    position: relative;
    border-radius: 0;
    padding-bottom: 6rem; }
    .col2-box.step .col2-img:before {
      content: "";
      background-color: #8C9FB3;
      width: 0.375rem;
      height: 100%;
      position: absolute;
      top: 0;
      left: calc(6.75rem / 2);
      transform: translateX(-50%);
      z-index: -1; }
    .col2-box.step .col2-img p {
      border: 2px solid #8C9FB3; }
  .col2-box.step.laststp .col2-img:before {
    display: none; }
  .col2-box.step.laststp .steparea:before {
    display: block; }

  .col2-img {
    width: 100% !important;
    border-radius: 10px; }
    .col2-img img {
      width: 100%; }

  .col2-text {
    width: 100%; }

  .column_2img, .column_1img {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 22px; }
    .column_2img p, .column_1img p {
      width: 100%;
      border-radius: 10px 10px 0 0; }
      .column_2img p:nth-of-type(n+2), .column_1img p:nth-of-type(n+2) {
        margin-top: 15px;
        margin-left: 0; }
      .column_2img p.order1, .column_1img p.order1 {
        order: 1;
        margin-top: 0; }
      .column_2img p.order2, .column_1img p.order2 {
        order: 2;
        margin-top: 15px; }

  /*list*/
  .disc-list {
    margin-left: 10px; }

  /****************************** page_s_implant ******************************/
  .qa_box {
    /*
    	padding: 2.5em 0 1em;
    	border-top:3px solid $and_cl02;
    	margin-bottom: 0;
    	&:last-of-type, &.last_box {
    		border-bottom:3px solid $and_cl02;
    	}
    */ }

  .title_qa_q {
    padding: 0 3em;
    margin-bottom: 1.5em;
    padding: 0.3em 2em 0.3em 3.5em;
    min-height: 2em;
    /*
    	span.text_s {
    		font-size: 0.9rem;
    		line-height: 1.2;
    		padding-top: 0.5em;
    	}
    */ }
    .title_qa_q:before {
      left: 3.5em;
      width: calc(100% - 3.5em);
      border-radius: 3px; }
    .title_qa_q:after {
      top: calc(1em - 16px);
      top: 0.8rem;
      left: 3.4rem;
      transform: translateY(0); }
    .title_qa_q:hover, .title_qa_q.active {
      padding-left: 4em; }
    .title_qa_q span.plus {
      height: 2em; }
      .title_qa_q span.plus:before, .title_qa_q span.plus:after {
        right: 0.5em;
        width: 20px;
        height: 3px;
        border-radius: 1px; }

  .answer {
    padding: 0 0 0 0; }
    .answer p, .answer li, .answer tr * {
      font-size: 1rem; }
    .answer > p:first-child, .answer > h5.words02:first-child,
    .answer .col2-img,
    .answer .col2-text,
    .answer .float_txt {
      padding-top: 0; } }
/*media*/
@media screen and (max-width: 370px) {
  .gnav-sp .gnav-logo img {
    width: 200px; }

  /* layout */
  /* ============================================ */
  /* header */
  /* ============================================ */
  /* mainvisual */
  /* ============================================ */
  /* sidebar */
  /* ============================================ */
  /* main */
  /* ============================================ */
  /* footer */
  /* ============================================ */
  /* archive */
  /* ============================================ */
  /* page */
  /* ============================================ */
  /* others */
  /* ============================================ */ }
/*media*/
/* ******************************************

	SP [END]

****************************************** */
