@charset "UTF-8";
@import "../css/normalize.css";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@300;500&display=swap");
/*  --------------------------------------------------------------------------------
  base
--------------------------------------------------------------------------------  */
body {
  background: #fff;
  color: #3e3a39;
  font-size: 16px;
}
@media screen and (max-width: 880px) {
  body {
    font-size: 14px;
    padding-bottom: 68px;
  }
}

div, h1, h2, h3, h4, h5, p, li, dl, dt, dd, th, td, article, header, footer, nav, span, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  line-height: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin: 0;
  word-wrap: break-word;
}

p, li, td, th, dt, dd {
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 0;
  word-wrap: break-word;
  word-break: break-all;
}

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

th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  word-break: break-all;
  margin: 0;
  padding: 0;
}

ul,
ol,
dl {
  padding: 0;
  margin: 0;
}

::-moz-selection {
  background: #0053a6;
  color: #fff;
}

::selection {
  background: #0053a6;
  color: #fff;
}

/*	PC・SP 表示指定	*/
@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
/*	font	*/
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

.f-Roboto {
  font-family: "Roboto", sans-serif;
}

/*	hover	*/
@media screen and (min-width: 768px) {
  a {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
/* imgFitBox imgLinkBox */
.imgFitBox {
  overflow: hidden;
}
.imgFitBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
}
.imgFitBox.contain { /* fit = contain */ }
.imgFitBox.contain img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain; object-position: center;";
}

.imgLinkBox .imgLink-target {
  overflow: hidden;
}
.imgLinkBox .imgLink-target img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (min-width: 768px) {
  .imgLinkBox:hover {
    opacity: 1;
  }
  .imgLinkBox:hover .imgLink-target img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.slick-loading .slick-list {
  background: #fff url("../img/img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../font/slick.eot");
  src: url("../font/slick.eot?#iefix") format("embedded-opentype"), url("../font/slick.woff") format("woff"), url("../slick/font/slick.ttf") format("truetype"), url("../slick/font/slick.svg#slick") format("svg");
}
.js-mv-slick {
  height: calc(100vh - 160px);
}
.js-mv-slick-item {
  height: calc(100vh - 160px);
}
@media screen and (max-width: 767px) {
  .js-mv-slick {
    height: auto;
  }
  .js-mv-slick-item {
    height: auto;
  }
}

.js-slik01 .js-slik01-item {
  padding: 0 15px;
  width: 420px !important;
}
@media screen and (max-width: 767px) {
  .js-slik01 .js-slik01-item {
    padding: 0 10px;
    width: 220px !important;
  }
}

/*  --------------------------------------------------------------------------------
  common
--------------------------------------------------------------------------------  */
/*	inner	*/
.cmn-inner01 {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cmn-inner01 {
    max-width: 600px;
    width: 100%;
  }
}

.cmn-inner02 {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cmn-inner02 {
    max-width: 600px;
    width: 100%;
  }
}

.cmn-inner03 {
  margin: 0 auto;
  max-width: 740px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cmn-inner03 {
    max-width: 600px;
    width: 100%;
  }
}

.cmn-inner04 {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cmn-inner04 {
    max-width: 600px;
    width: 100%;
  }
}

/*	ttl	*/
.cmn-ttlBox {
  border-bottom: solid #0053a6 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 10px;
}
.cmn-ttlBox.ico-house {
  background-image: url(../img/ico/ico_house01.svg);
  background-size: 40px auto;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 5px 0 5px 55px;
}
.cmn-ttlBox.ico-car {
  background-image: url(../img/ico/ico_car02.svg);
  background-size: 44px auto;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 5px 0 5px 55px;
}
.cmn-ttlBox.ico-chair {
  background-image: url(../img/ico/ico_chair02.svg);
  background-size: 42px auto;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 5px 0 5px 55px;
}
@media screen and (max-width: 767px) {
  .cmn-ttlBox {
    padding: 0 0 6px;
  }
  .cmn-ttlBox.ico-house {
    background-image: url(../img/ico/ico_house01.svg);
    background-size: 35px auto;
    padding: 5px 0 5px 45px;
  }
}

/*	ttl	*/
.cmn-ttl01 {
  color: #0053a6;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.24em;
}
.cmn-ttl01.ttl02 {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .cmn-ttl01 {
    font-size: 20px;
  }
}

/*	bt	*/
.cmn-bt-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cmn-bt-spCenter {
    text-align: center;
  }
}

.cmn-bt01 {
  background: #fff;
  border: solid #0053a6 2px;
  border-radius: 24px;
  color: #0053a6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.2em;
  padding: 2px 20px;
  height: 48px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media screen and (min-width: 768px) {
  .cmn-bt01:hover {
    background: #0053a6;
    color: #fff;
    opacity: 1;
  }
}
.cmn-bt02 {
  text-align: center;
}
.cmn-bt02 a {
  color: #0053a6;
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.24em;
}

/*	cmn-list	*/
.cmn-newsList.is-archive {
  margin-bottom: 120px;
}
.cmn-newsList.is-archive .cmn-newsList-item + .cmn-newsList-item {
  margin-top: 70px;
}
.cmn-newsList.is-archive .cmn-newsList-item__date + .cmn-newsList-item__ttl {
  margin-left: 45px;
}
.cmn-newsList.is-archive .cmn-newsList-item__date {
  color: #606060;
  font-weight: 500;
  font-size: 20px;
}
.cmn-newsList.is-archive .cmn-newsList-item__ttl {
  color: #0053a6;
  font-weight: 500;
  font-size: 18px;
}
.cmn-newsList-item {
  width: 100%;
}
.cmn-newsList-item + .cmn-newsList-item {
  margin-top: 20px;
}
.cmn-newsList-item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.cmn-newsList-item .cmn-newsList-item__date + .cmn-newsList-item__ttl {
  margin-left: 25px;
}
.cmn-newsList-item__date {
  color: #0053a6;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.24em;
}
.cmn-newsList-item__ttl {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 767px) {
  .cmn-newsList.is-archive {
    margin-bottom: 60px;
  }
  .cmn-newsList.is-archive .cmn-newsList-item + .cmn-newsList-item {
    margin-top: 30px;
  }
  .cmn-newsList.is-archive .cmn-newsList-item__date + .cmn-newsList-item__ttl {
    margin-top: 5px;
    margin-left: 0;
  }
  .cmn-newsList.is-archive .cmn-newsList-item__date {
    font-size: 12px;
  }
  .cmn-newsList.is-archive .cmn-newsList-item__ttl {
    font-size: 14px;
  }
  .cmn-newsList-item + .cmn-newsList-item {
    margin-top: 20px;
  }
  .cmn-newsList-item div {
    display: block;
  }
  .cmn-newsList-item .cmn-newsList-item__date + .cmn-newsList-item__ttl {
    margin-left: 0;
  }
  .cmn-newsList-item__date {
    font-size: 14px;
  }
  .cmn-newsList-item__ttl {
    font-size: 14px;
  }
}

/*	cmn-toTop	*/
.cmn-toTop {
  background-color: #0053a6;
  background-image: url(../img/ico/ico_arrow01.svg);
  background-size: 24px auto;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 20px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .cmn-toTop {
    background-size: 16px auto;
    border-radius: 15px;
    right: 6px;
    width: 30px;
    height: 30px;
  }
}

/*	cmn-pager	*/
.cmn-pager01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 120px;
  position: relative;
}
.cmn-pager01 .page-numbers {
  color: #004098;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 20px;
  margin: 0 10px;
  position: relative;
  width: 50px;
  height: 50px;
  opacity: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 2;
}
.cmn-pager01 .page-numbers::before {
  background: url(../img/ico/ico_occluder03.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 49px;
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
@media screen and (min-width: 768px) {
  .cmn-pager01 .page-numbers:hover {
    opacity: 1;
  }
  .cmn-pager01 .page-numbers:hover::before {
    opacity: 1;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.cmn-pager01 .page-numbers.current::before {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .cmn-pager01 .page-numbers.current:hover {
    opacity: 1;
  }
  .cmn-pager01 .page-numbers.current:hover::before {
    -webkit-transform: none;
            transform: none;
  }
}
.cmn-pager01 .prev {
  position: absolute;
  left: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cmn-pager01 .next {
  position: absolute;
  right: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cmn-pager01 .prev, .cmn-pager01 .next {
  margin: 0;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .cmn-pager01 .prev:hover, .cmn-pager01 .next:hover {
    opacity: 1;
  }
  .cmn-pager01 .prev:hover::before, .cmn-pager01 .next:hover::before {
    content: none;
  }
  .cmn-pager01 .prev:hover .ico.is-prev::before, .cmn-pager01 .next:hover .ico.is-prev::before {
    left: -40px;
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
  .cmn-pager01 .prev:hover .ico.is-next::before, .cmn-pager01 .next:hover .ico.is-next::before {
    right: -40px;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.cmn-pager01 .prev .ico, .cmn-pager01 .next .ico {
  letter-spacing: 0.24em;
  position: relative;
}
.cmn-pager01 .prev .ico::before, .cmn-pager01 .next .ico::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  width: 19px;
  height: 20px;
}
.cmn-pager01 .prev .ico.is-prev, .cmn-pager01 .next .ico.is-prev {
  padding-left: 40px;
}
.cmn-pager01 .prev .ico.is-prev::before, .cmn-pager01 .next .ico.is-prev::before {
  background: url(../img/ico/ico_occluder01.svg) no-repeat;
  background-size: 100% auto;
  left: 0;
}
.cmn-pager01 .prev .ico.is-next, .cmn-pager01 .next .ico.is-next {
  padding-right: 40px;
}
.cmn-pager01 .prev .ico.is-next::before, .cmn-pager01 .next .ico.is-next::before {
  background: url(../img/ico/ico_occluder02.svg) no-repeat;
  background-size: 100% auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  .cmn-pager01 {
    border-top: solid #0053a6 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 100px 20px 0;
    position: relative;
  }
  .cmn-pager01::before {
    background: #0053a6;
    content: "";
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 2px;
  }
  .cmn-pager01 .page-numbers {
    color: #004098;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    width: 45px;
    height: 45px;
  }
  .cmn-pager01 .page-numbers::before {
    width: 45px;
    height: 44px;
  }
  .cmn-pager01 .prev, .cmn-pager01 .next {
    position: absolute;
    top: 12px;
    margin: 0;
    width: auto;
  }
  .cmn-pager01 .prev .ico::before, .cmn-pager01 .next .ico::before {
    width: 16px;
    height: 17px;
  }
  .cmn-pager01 .prev .ico.is-prev, .cmn-pager01 .next .ico.is-prev {
    padding-left: 25px;
  }
  .cmn-pager01 .prev .ico.is-next, .cmn-pager01 .next .ico.is-next {
    padding-right: 25px;
  }
}

/*  --------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------  */
.header {
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 200px;
  z-index: 9999;
}
.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1000px;
  width: 100%;
  height: 150px;
}
.header-list-logo {
  display: block;
  max-width: 380px;
  width: 100%;
}
.header-list-contact {
  border-radius: 6px;
  max-width: 370px;
  width: 100%;
}
.header-list-contact.is-tb {
  display: none;
}
.header-list-contact__ttl {
  background: #663333;
  border: solid #663333 1px;
  border-radius: 6px 6px 0 0;
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
.header-list-contact__tel {
  border: solid #663333 1px;
  border-radius: 0 0 6px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-list-contact__tel span {
  background-image: url(../img/ico/ico_tel01.svg);
  background-size: 15px 25px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #663333;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0 0 2px 20px;
}
.header-list-contact__cap {
  color: #663333;
  font-size: 12px;
  letter-spacing: -0.01rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 5px;
}
.header-nav {
  background: #ccdded;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 50px;
}
.header-nav-logoBox {
  display: none;
}
.header-nav-logo.is-tb {
  display: none;
}
.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  height: 100%;
}
.header-nav-list-item {
  width: 16.66666666%;
  height: 100%;
}
.header-nav-list-item a {
  background: #0053a6;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.24em;
  height: 100%;
}
@media screen and (min-width: 880px) {
  .header-nav-list-item:hover a {
    background: #fff;
    color: #0053a6;
    opacity: 1;
  }
}
@media screen and (max-width: 880px) {
  .header {
    height: 60px;
  }
  .header-list {
    padding: 0 20px;
    height: 100%;
  }
  .header-list-logo {
    max-width: 200px;
  }
  .header-list-contact {
    background: #663333;
    border-radius: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    min-height: 125px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    color: white;
    padding: 15px;
  }
  .header-list-contact.is-tb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-list-contact__ttl {
    border: none;
    border-radius: 0;
    display: block;
    font-size: 14px;
  }
  .header-list-contact__tel {
    border: none;
    border-radius: 0;
  }
  .header-list-contact__tel span {
    background-image: url(../img/ico/ico_tel02.svg);
    background-size: 12px 22px;
    background-position: left center;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    padding: 0 0 2px 20px;
  }
  .header-list-contact__cap {
    font-size: 12px;
    color: white;
  }
  .header-list-contact__cap br {
    display: none;
  }
  .header-nav {
    background: #0053a6;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -9;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    overflow-y: scroll;
    height: 100%;
  }
  .header-nav-logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
    height: 60px;
  }
  .header-nav-logo.is-tb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-nav-logo a {
    max-width: 200px;
    width: 100%;
  }
  .header-nav-list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 0 20px;
    max-width: 500px;
    width: 100%;
    height: calc(100% - 90px);
  }
  .header-nav-list-item {
    width: 100%;
    height: auto;
  }
  .header-nav-list-item + .header-nav-list-item {
    margin-top: 10px;
  }
  .header-nav-list-item a {
    background: transparent;
    background-image: url(../img/ico/ico_arrow03.svg);
    background-size: 14px 32px;
    background-position: right center;
    background-repeat: no-repeat;
    border-bottom: solid #fff 2px;
    color: #fff;
    display: block;
    font-size: 20px;
    letter-spacing: 0.24em;
    padding-bottom: 10px;
    height: auto;
  }
  .header-nav.close {
    opacity: 1;
    visibility: visible;
    z-index: 999;
  }
}

@media screen and (max-width: 880px) {
  .navBt {
    background: transparent;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 9999;
  }
  .navBt-item span {
    background: #0053a6;
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 3px;
  }
  .navBt-item span:nth-child(1) {
    top: 0;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .navBt-item span:nth-child(2) {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .navBt-item span:nth-child(3) {
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .navBt.close .navBt-item span {
    background: #fff;
  }
  .navBt.close .navBt-item span:nth-child(1) {
    bottom: 0;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  .navBt.close .navBt-item span:nth-child(2) {
    left: -100%;
    opacity: 0;
  }
  .navBt.close .navBt-item span:nth-child(3) {
    top: 0;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
}
/*  --------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------  */
.footer {
  background: #f2f6fb;
  padding: 60px 80px;
}
.footer .cmn-inner02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-content {
  width: 48%;
}
.footer-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.footer-content-list-logo {
  max-width: 190px;
  width: 100%;
}
.footer-content-list-txtItem {
  margin-left: 10px;
  max-width: 260px;
  width: 100%;
}
.footer-content-list-txtItem__ttl {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.footer-content-list-txtItem__txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.footer-content-list-txtItem-contact {
  background: #fff;
  border: solid #0053a6 1px;
  border-radius: 7px;
  padding: 12px 10px 10px 15px;
}
.footer-content-list-txtItem-contact__ttl {
  color: #0053a6;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.footer-content-list-txtItem-contact__txt {
  color: #0053a6;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.footer-content-list-txtItem-contact__cap {
  color: #0053a6;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0;
}
.footer-content-list-txtItem-contactTb {
  display: none;
}
.footer-content-calendar {
  margin-bottom: 20px;
}
.footer-content-calendar__txt {
  color: #3e3a39;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 15px;
}
.footer-content-calendar__txt span {
  color: #656261;
}
.footer-content-remarksList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-content-remarksList__item {
  background: #0053a6;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 5px 10px;
  width: 48%;
}
.footer-content-remarksList__item.ico-car {
  background-image: url(../img/ico/ico_car01.svg);
  background-size: 42px auto;
  background-position: left 10px center;
  background-repeat: no-repeat;
  padding-left: 52px;
}
.footer-content-remarksList__item.ico-chair {
  background-image: url(../img/ico/ico_chair01.svg);
  background-size: 40px auto;
  background-position: left 10px center;
  background-repeat: no-repeat;
  padding-left: 50px;
}
.footer-mapBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 48%;
}
.footer-mapBox-map {
  margin-bottom: 20px;
  width: 100%;
  height: 420px;
}
.footer-mapBox .cmn-bt01 {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1100px) {
  .footer-content {
    width: 48%;
  }
  .footer-content-list-logo {
    max-width: 30%;
  }
  .footer-content-list-txtItem {
    max-width: 65%;
  }
  .footer-content-list-txtItem__ttl {
    font-size: 18px;
  }
  .footer-content-list-txtItem__txt {
    font-size: 14px;
  }
  .footer-content-list-txtItem-contact__ttl {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .footer-content-list-txtItem-contact__txt {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .footer-content-remarksList__item {
    font-size: 18px;
  }
  .footer-mapBox {
    width: 48%;
  }
  .footer-mapBox-map {
    height: 320px;
  }
}
@media screen and (max-width: 880px) {
  .footer {
    padding: 50px 20px;
  }
  .footer .cmn-inner02 {
    display: block;
    max-width: 600px;
    width: 100%;
  }
  .footer-content {
    width: 100%;
  }
  .footer-content-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  .footer-content-list-logo {
    max-width: 25%;
  }
  .footer-content-list-txtItem {
    max-width: 70%;
  }
  .footer-content-list-txtItem__ttl {
    font-size: 18px;
  }
  .footer-content-list-txtItem__txt {
    font-size: 14px;
    margin-bottom: 0;
  }
  .footer-content-list-txtItem-contact {
    display: none;
  }
  .footer-content-list-txtItem-contactTb {
    display: block;
    margin-bottom: 30px;
  }
  .footer-content-calendar__txt {
    font-size: 14px;
  }
  .footer-content-remarksList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  .footer-content-remarksList__item {
    font-size: 16px;
    padding: 5px;
    width: 48%;
  }
  .footer-content-remarksList__item.ico-car {
    background-image: url(../img/ico/ico_car01.svg);
    background-size: 38px auto;
    background-position: left 5px center;
    padding-left: 42px;
  }
  .footer-content-remarksList__item.ico-chair {
    background-image: url(../img/ico/ico_chair01.svg);
    background-size: 36px auto;
    background-position: left 5px center;
    padding-left: 40px;
  }
  .footer-mapBox {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .footer-mapBox-map {
    margin-bottom: 30px;
    height: 320px;
  }
}

.footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .footer-copyright {
    font-size: 10px;
    height: 70px;
  }
}

/*  --------------------------------------------------------------------------------
  top
--------------------------------------------------------------------------------  */
.topMv {
  position: relative;
  height: calc(100vh - 160px);
}
.topMv__ttl {
  display: block;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 300px;
  width: 24%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .topMv {
    position: relative;
    height: auto;
  }
  .topMv__ttl {
    position: static;
    margin: auto;
    padding: 30px 20px 60px;
    width: 65%;
    z-index: 2;
  }
}

.topNews {
  background: #f2f6fb;
  padding: 40px 80px 50px;
}
.topNews .cmn-newsList {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .topNews {
    padding: 40px 20px 50px;
  }
  .topNews .cmn-newsList {
    margin: 20px 0 60px;
  }
}

.topMeasures {
  padding: 50px 80px;
}
.topMeasures-inner {
  margin-top: 20px;
}
.topMeasures__txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.topMeasures-list {
  background: #f2f6fb;
  margin: 20px 0;
  padding: 20px 25px;
}
.topMeasures-list-item {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-left: 15px;
  position: relative;
}
.topMeasures-list-item::before {
  background: #0053a6;
  border-radius: 5px;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
}
.topMeasures-list-item + .topMeasures-list-item {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .topMeasures {
    padding: 50px 20px;
  }
  .topMeasures-list {
    padding: 20px;
  }
}

/*  --------------------------------------------------------------------------------
  lower
--------------------------------------------------------------------------------  */
.lowerMv {
  background: url(../img/mv/mv_news01.jpg) no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 400px;
}
.lowerMv.is-greeting {
  background: url(../img/mv/mv_greeting01.jpg) no-repeat center center;
  background-size: cover;
}
.lowerMv.is-greeting .lowerMv__ttl {
  letter-spacing: 0.24em;
  padding: 70px 0;
}
.lowerMv.is-medicalInfo {
  background: url(../img/mv/mv_medicalinfo01.jpg) no-repeat center center;
  background-size: cover;
}
.lowerMv.is-medicalInfo .lowerMv__ttl {
  letter-spacing: 0.7em;
}
.lowerMv.is-surgeryFlow {
  background: url(../img/mv/mv_surgeryflow01.jpg) no-repeat center center;
  background-size: cover;
}
.lowerMv.is-surgeryFlow .lowerMv__ttl {
  letter-spacing: 0.7em;
}
.lowerMv.is-access {
  background: url(../img/mv/mv_access01.jpg) no-repeat center center;
  background-size: cover;
}
.lowerMv.is-access .lowerMv__ttl {
  letter-spacing: 0.7em;
}
.lowerMv__ttl {
  color: #0053a6;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.8em;
  text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8), 0px 0px 15px rgba(255, 255, 255, 0.8), 0px 0px 15px rgba(255, 255, 255, 0.8);
  padding: 75px 0 75px 20px;
  position: relative;
}
.lowerMv__ttl::before {
  background: url(../img/ico/ico_arch01.png) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 168px;
  height: 80px;
}
.lowerMv__ttl::after {
  background: url(../img/ico/ico_arch02.png) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 168px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .lowerMv {
    height: 200px;
  }
  .lowerMv.is-greeting .lowerMv__ttl {
    letter-spacing: 0.24em;
    padding: 65px 0 65px 5px;
  }
  .lowerMv__ttl {
    font-size: 20px;
    padding: 60px 0 60px 15px;
    position: relative;
  }
  .lowerMv__ttl::before {
    background: url(../img/ico/ico_arch01.png) no-repeat;
    background-size: 100% auto;
    width: 128px;
    height: 60px;
  }
  .lowerMv__ttl::after {
    background: url(../img/ico/ico_arch02.png) no-repeat;
    background-size: 100% auto;
    width: 128px;
    height: 60px;
  }
}

/*	archive	*/
/*  --------------------------------------------------------------------------------
  archive
--------------------------------------------------------------------------------  */
.archiveMain {
  padding: 120px 0 100px;
}
@media screen and (max-width: 767px) {
  .archiveMain {
    padding: 70px 0;
  }
}

.archive01 {
  padding: 0 80px;
}
@media screen and (max-width: 767px) {
  .archive01 {
    padding: 0 20px;
  }
  .archive01 .cmn-newsList {
    margin-bottom: 80px;
  }
}

/*	single	*/
/*  --------------------------------------------------------------------------------
  single
--------------------------------------------------------------------------------  */
.singleMain {
  padding: 140px 80px;
}
@media screen and (max-width: 767px) {
  .singleMain {
    padding: 70px 20px;
  }
}

.single01__date {
  border-bottom: solid #0053a6 1px;
  color: #0053a6;
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.24em;
  margin-bottom: 20px;
  padding-bottom: 8px;
}
.single01__ttl {
  color: #0053a6;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.24em;
  margin-bottom: 20px;
}
.single01-content {
  margin-bottom: 100px;
}
.single01-content h1, .single01-content h2, .single01-content h3, .single01-content h4 {
  border-bottom: solid #0053a6 1px;
  font-weight: bold;
  line-height: 1.4;
  margin: 40px 0;
  padding: 0 0 10px 0;
}
.single01-content h1 {
  font-size: 30px;
}
.single01-content h2 {
  font-size: 28px;
}
.single01-content h3 {
  font-size: 26px;
}
.single01-content h4 {
  font-size: 24px;
}
.single01-content h5 {
  font-size: 22px;
}
.single01-content h6 {
  font-size: 20px;
}
.single01-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 2.4;
  margin: 35px 0 65px;
}
.single01-content a {
  color: #1020D0;
  text-decoration: underline;
}
.single01-content ul li {
  list-style: disc;
  margin-left: 20px;
}
.single01-content ul li + li {
  margin-top: 20px;
}
.single01-content-imgBox {
  margin: 35px auto;
}
.single01-content-imgBox img {
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .single01__date {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .single01__ttl {
    font-size: 24px;
  }
  .single01-mv {
    margin-bottom: 30px;
  }
  .single01-content {
    margin-bottom: 60px;
  }
  .single01-content h1, .single01-content h2, .single01-content h3, .single01-content h4 {
    margin: 24px 0;
    padding: 0 0 12px 16px;
  }
  .single01-content h1::before, .single01-content h2::before, .single01-content h3::before, .single01-content h4::before {
    height: calc(100% - 12px);
  }
  .single01-content h1 {
    font-size: 28px;
  }
  .single01-content h2 {
    font-size: 26px;
  }
  .single01-content h3 {
    font-size: 24px;
  }
  .single01-content h4 {
    font-size: 22px;
  }
  .single01-content h5 {
    font-size: 20px;
  }
  .single01-content h6 {
    font-size: 18px;
  }
  .single01-content p {
    font-size: 14px;
    margin: 24px 0;
  }
  .single01-imgBox img {
    border-radius: 20px;
  }
}

/*	page	*/
/*  --------------------------------------------------------------------------------
  greeting
--------------------------------------------------------------------------------  */
.greetingMain {
  padding: 100px 0 40px;
}
@media screen and (max-width: 767px) {
  .greetingMain {
    padding: 70px 0 20px;
  }
}

.greeting01 {
  padding: 0 80px 60px;
}
.greeting01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.greeting01-list.list02 {
  margin-top: 140px;
}
.greeting01-list-item {
  width: 100%;
}
.greeting01-list-item:nth-child(1) {
  max-width: 350px;
}
.greeting01-list-item:nth-child(2) {
  margin-left: 20px;
  max-width: 570px;
}
.greeting01-list-item-inner + .greeting01-list-item-inner {
  margin-top: 60px;
}
.greeting01-list-item-img {
  margin-bottom: 30px;
}
.greeting01-list-item__ttl {
  color: #0053a6;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin-bottom: 3px;
}
.greeting01-list-item__txt {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin-bottom: 3px;
}
.greeting01-list-item__txt.is-name {
  font-weight: 500;
  margin: 0;
}
.greeting01-list-item__txt.is-nameJp {
  font-weight: 500;
  font-size: 22px;
  margin: 3px 0;
}
.greeting01-list-item__txt.is-txtGreeting {
  font-weight: 500;
  font-size: 16px;
  line-height: 2.6;
  letter-spacing: 0.1em;
  margin: 0;
}
@media screen and (max-width: 880px) {
  .greeting01 {
    padding: 0 20px 30px;
  }
  .greeting01-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .greeting01-list.list02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 100px;
  }
  .greeting01-list.list02 .greeting01-list-item:nth-child(1) {
    display: block;
    margin-bottom: 30px;
    max-width: 600px;
  }
  .greeting01-list.list02 .greeting01-list-item:nth-child(2) {
    margin: 0 auto;
    max-width: 600px;
  }
  .greeting01-list-item {
    width: 100%;
  }
  .greeting01-list-item:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    max-width: 600px;
  }
  .greeting01-list-item:nth-child(2) {
    margin-left: 0;
    margin: 0 auto 30px;
    max-width: 600px;
  }
  .greeting01-list-item-inner + .greeting01-list-item-inner {
    margin-top: 30px;
  }
  .greeting01-list-item-txtInner {
    width: 48%;
  }
  .greeting01-list-item-img {
    width: 48%;
    margin-bottom: 0;
  }
  .greeting01-list-item__ttl {
    color: #0053a6;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.2em;
    margin-bottom: 3px;
  }
  .greeting01-list-item__txt {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.2em;
    margin-bottom: 3px;
  }
  .greeting01-list-item__txt.is-name {
    font-weight: 500;
    margin: 0;
  }
  .greeting01-list-item__txt.is-nameJp {
    font-weight: 500;
    font-size: 22px;
    margin: 3px 0;
  }
  .greeting01-list-item__txt.is-txtGreeting {
    font-size: 14px;
    line-height: 2.4;
  }
}

.greeting02 {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .greeting02 {
    padding: 30px 0;
  }
}

/*  --------------------------------------------------------------------------------
  medical_info
--------------------------------------------------------------------------------  */
.medicalInfoMain {
  padding: 100px 0 200px;
}
.medicalInfoMain__leadTxt {
  font-weight: 500;
  font-size: 16px;
  line-height: 2.6;
  letter-spacing: 0.2em;
  margin: 0 auto;
  padding: 0 80px 50px;
  max-width: 860px;
  width: 100%;
}
.medicalInfoMain__leadTxt strong {
  color: #0053a6;
}
@media screen and (max-width: 767px) {
  .medicalInfoMain {
    padding: 70px 0;
  }
  .medicalInfoMain__leadTxt {
    font-size: 14px;
    line-height: 2.2;
    padding: 0 20px 40px;
    max-width: 600px;
  }
}

.medicalInfo01 {
  padding: 50px 80px;
}
.medicalInfo01__ttl {
  color: #0053a6;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.24em;
  text-align: center;
  margin-bottom: 60px;
}
.medicalInfo01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 135px;
}
.medicalInfo01-list + .medicalInfo01-list {
  margin-top: 24px;
}
.medicalInfo01-list__ttlItem {
  background: #0053a6;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 23%;
}
.medicalInfo01-list-txtItem {
  background: #f2f6fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 18px;
  width: 77%;
}
.medicalInfo01-list-txtItem p {
  color: #0053a6;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding-left: 15px;
  position: relative;
}
.medicalInfo01-list-txtItem p + p {
  margin-top: 8px;
}
.medicalInfo01-list-txtItem p::before {
  background: #0053a6;
  border-radius: 5px;
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
}
.medicalInfo01-list-txtItem p small {
  color: #3e3a39;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .medicalInfo01 {
    padding: 40px 20px;
  }
  .medicalInfo01__ttl {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .medicalInfo01-list {
    display: block;
    min-height: auto;
  }
  .medicalInfo01-list__ttlItem {
    font-size: 16px;
    padding: 5px 10px;
    width: 100%;
  }
  .medicalInfo01-list-txtItem {
    padding: 15px 10px;
    width: 100%;
  }
  .medicalInfo01-list-txtItem p + p {
    margin-top: 10px;
  }
}

.medicalInfo02 {
  padding: 50px 80px;
}
.medicalInfo02-list + .medicalInfo02-list {
  margin-top: 40px;
}
.medicalInfo02-list__ttlItem {
  border-bottom: solid #0053a6 1px;
  color: #0053a6;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
  padding-bottom: 5px;
}
.medicalInfo02-list__txtItem {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .medicalInfo02 {
    padding: 40px 20px;
  }
  .medicalInfo02-list__ttlItem {
    letter-spacing: 0.14em;
  }
}

.medicalInfo03 {
  padding: 50px 80px 0;
}
.medicalInfo03__bt {
  border: solid #0053a6 2px;
  border-radius: 12px;
  color: #0053a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.24em;
  margin: 0 auto;
  position: relative;
  max-width: 700px;
  width: 100%;
  height: 86px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.medicalInfo03__bt::before {
  display: none;
  background: url(../img/ico/ico_arrow06.svg) no-repeat;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 35px;
  height: 20px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.medicalInfo03__bt.is-on::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.medicalInfo03__ttl {
  color: #0053a6;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.24em;
  text-align: center;
  margin: 100px 0 60px;
}
.medicalInfo03__txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.2em;
  margin: 25px 0 80px 0;
}
.medicalInfo03-list {
  margin-top: 60px;
}
.medicalInfo03-list-item {
  border: solid #0053a6 2px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  width: 100%;
}
.medicalInfo03-list-item + .medicalInfo03-list-item {
  margin-top: 24px;
}
.medicalInfo03-list-item-imgBox {
  border-radius: 20px;
  max-width: 260px;
  width: 100%;
}
.medicalInfo03-list-item-txtBox {
  margin-left: 15px;
  max-width: 380px;
  width: 100%;
}
.medicalInfo03-list-item-txtBox__ttl {
  border-bottom: solid #0053a6 2px;
  color: #0053a6;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.2em;
  margin-bottom: 34px;
  padding-bottom: 5px;
}
.medicalInfo03-list-item-txtBox__txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.medicalInfo03-list-item-txtBox .cmn-bt-center {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .medicalInfo03 {
    padding: 40px 20px 0;
  }
  .medicalInfo03__bt {
    border-radius: 10px;
    font-size: 20px;
    max-width: 600px;
    height: 50px;
  }
  .medicalInfo03__bt::before {
    right: 20px;
    width: 27px;
    height: 12px;
  }
  .medicalInfo03__ttl {
    font-size: 20px;
    margin: 70px 0 30px;
  }
  .medicalInfo03__txt {
    font-size: 14px;
    margin: 10px 0 50px 0;
  }
  .medicalInfo03-list {
    margin: 0 auto;
    max-width: 480px;
  }
  .medicalInfo03-list-item {
    display: block;
    width: 100%;
  }
  .medicalInfo03-list-item-imgBox {
    border-radius: 10px;
    margin-bottom: 24px;
    max-width: 100%;
  }
  .medicalInfo03-list-item-txtBox {
    margin-left: 0;
    max-width: 100%;
  }
  .medicalInfo03-list-item-txtBox__ttl {
    font-size: 14px;
    text-align: center;
    margin-bottom: 24px;
  }
  .medicalInfo03-list-item-txtBox__txt {
    font-size: 12px;
  }
}

/*  --------------------------------------------------------------------------------
  surgery_flow
--------------------------------------------------------------------------------  */
.surgeryFlowMain {
  padding: 100px 0 125px;
}
.surgeryFlowMain__leadTtl {
  color: #0053a6;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.24em;
  text-align: center;
  margin-bottom: 60px;
  padding: 0 80px;
}
.surgeryFlowMain__leadTxt {
  font-weight: 500;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.2em;
  margin: 0 auto 200px;
  padding: 0 80px;
  max-width: 860px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .surgeryFlowMain {
    padding: 60px 0 40px;
  }
  .surgeryFlowMain__leadTtl {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .surgeryFlowMain__leadTxt {
    font-size: 14px;
    margin: 0 auto 20px;
    padding: 0 20px;
  }
}

.surgeryFlow01 {
  padding: 50px 80px 0;
}
.surgeryFlow01__ttl {
  border-bottom: solid #0053a6 2px;
  color: #0053a6;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.24em;
  line-height: 1.4;
  margin-bottom: 60px;
  padding-bottom: 5px;
}
.surgeryFlow01 .cmn-inner04 {
  max-width: 860px;
  counter-reset: number 0;
}
.surgeryFlow01-box {
  padding: 10px 0 100px 80px;
  position: relative;
}
.surgeryFlow01-box:last-child {
  padding: 10px 0 0 90px;
}
.surgeryFlow01-box:last-child::before {
  content: none;
}
.surgeryFlow01-box:last-child::after {
  content: none;
}
.surgeryFlow01-box::before {
  background: #f2f6fb;
  content: "";
  position: absolute;
  top: 0;
  left: 19px;
  width: 14px;
  height: 100%;
}
.surgeryFlow01-box::after {
  border-color: #80a9d2 transparent transparent transparent;
  border-width: 30px 25px 0 25px;
  border-style: solid;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 45px;
  left: 80px;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
}
.surgeryFlow01-box-num {
  border-radius: 25px;
  display: block;
  background: #80a9d2;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
.surgeryFlow01-box-num::before {
  color: #fff;
  counter-increment: number;
  content: counter(number);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.surgeryFlow01-box__ttl {
  border-bottom: solid #0053a6 1px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
  padding-bottom: 5px;
}
.surgeryFlow01-box__ttl strong {
  color: #0053a6;
}
.surgeryFlow01-box__txt {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.16em;
  margin-bottom: 25px;
}
.surgeryFlow01-box__txt.is-attention {
  color: #0053a6;
  padding-left: 20px;
  position: relative;
}
.surgeryFlow01-box__txt.is-attention::before {
  content: "※";
  position: absolute;
  top: 1px;
  left: 0;
}
.surgeryFlow01-box-list {
  margin-bottom: 25px;
}
.surgeryFlow01-box-list li {
  color: #0053a6;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.12em;
  list-style: disc;
  margin-left: 15px;
}
.surgeryFlow01-box-list li::marker {
  font-size: 14px;
}
.surgeryFlow01-box-list li small {
  color: #3e3a39;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.surgeryFlow01-box-list li.is-ttl {
  font-weight: bold;
  font-size: 18px;
  list-style: none;
  margin-left: 0;
}
.surgeryFlow01-box-detail {
  background: #f2f6fb;
  margin-bottom: 25px;
  padding: 30px 20px;
}
.surgeryFlow01-box-detail__ttl {
  color: #0053a6;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.2em;
  margin: 0 auto 10px;
  max-width: 680px;
  width: 100%;
}
.surgeryFlow01-box-detail__txt {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.16em;
  margin: 0 auto;
  max-width: 680px;
  width: 100%;
}
.surgeryFlow01-box-detail__txt.is-attention {
  color: #0053a6;
  font-size: 14px;
  line-height: 1.8;
  padding-left: 18px;
  position: relative;
}
.surgeryFlow01-box-detail__txt.is-attention::before {
  content: "※";
  position: absolute;
  top: 1px;
  left: 0;
}
.surgeryFlow01-box-detail-list.is-icoNone li {
  padding-left: 0;
}
.surgeryFlow01-box-detail-list.is-icoNone li::before {
  content: none;
}
.surgeryFlow01-box-detail-list.list02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  padding-right: 20%;
  max-width: 680px;
  width: 100%;
}
.surgeryFlow01-box-detail-list.list02::after {
  content: "";
  width: 30%;
}
.surgeryFlow01-box-detail-list.list02 li {
  font-weight: bold;
  margin: 0;
  padding-left: 0;
  width: 30%;
}
.surgeryFlow01-box-detail-list.list02 li::before {
  content: none;
}
.surgeryFlow01-box-detail-list li {
  color: #0053a6;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.16em;
  margin: 0 auto;
  position: relative;
  padding-left: 14px;
  max-width: 680px;
  width: 100%;
}
.surgeryFlow01-box-detail-list li::before {
  background: #0053a6;
  border-radius: 3px;
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 6px;
  height: 6px;
}
.surgeryFlow01-box-detail-list li small {
  color: #3e3a39;
  font-size: 14px;
  letter-spacing: 0.16em;
}
.surgeryFlow01-box-flowList li {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.16em;
}
.surgeryFlow01-box-flowList li p {
  font-size: 16px;
  letter-spacing: 0.12em;
}
.surgeryFlow01-box-flowList li p.is-mb {
  margin-bottom: 25px;
}
.surgeryFlow01-box-flowList li p.is-attention {
  font-size: 14px;
  line-height: 1.8;
  padding-left: 18px;
  position: relative;
}
.surgeryFlow01-box-flowList li p.is-attention::before {
  content: "※";
  position: absolute;
  top: 1px;
  left: 0;
}
.surgeryFlow01-box-flowList li.is-ico {
  margin: 25px 0;
  position: relative;
}
.surgeryFlow01-box-flowList li.is-ico::before {
  background: #3e3a39;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
}
.surgeryFlow01-box-flowList li.is-ico span {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  width: 42px;
  height: 20px;
  z-index: 2;
}
.surgeryFlow01-box-flowList li.is-ico span::before {
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #3e3a39 transparent transparent transparent;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
}
.surgeryFlow01-box-flowList li.is-ttl {
  color: #0053a6;
  font-weight: bold;
  font-size: 18px;
  list-style: none;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  .surgeryFlow01 {
    padding: 40px 20px 0;
  }
  .surgeryFlow01__ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .surgeryFlow01-box {
    padding: 2px 0 70px 38px;
  }
  .surgeryFlow01-box:last-child {
    padding: 2px 0 0 38px;
  }
  .surgeryFlow01-box::before {
    left: 12px;
    width: 8px;
  }
  .surgeryFlow01-box::after {
    border-width: 25px 20px 0 20px;
    bottom: 35px;
    left: 38px;
  }
  .surgeryFlow01-box-num {
    border-radius: 15px;
    width: 30px;
    height: 30px;
  }
  .surgeryFlow01-box-num::before {
    font-size: 18px;
  }
  .surgeryFlow01-box__ttl {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .surgeryFlow01-box__txt {
    font-size: 14px;
  }
  .surgeryFlow01-box-list li {
    font-size: 14px;
  }
  .surgeryFlow01-box-list li small {
    font-size: 12px;
  }
  .surgeryFlow01-box-list li.is-ttl {
    font-size: 16px;
  }
  .surgeryFlow01-box-detail {
    padding: 8px;
  }
  .surgeryFlow01-box-detail__ttl {
    font-size: 16px;
    margin: 0 auto 8px;
  }
  .surgeryFlow01-box-detail__txt {
    font-size: 14px;
  }
  .surgeryFlow01-box-detail__txt.is-attention {
    margin-top: 30px;
  }
  .surgeryFlow01-box-detail-list.list02 {
    padding-right: 0;
  }
  .surgeryFlow01-box-detail-list.list02::after {
    content: "";
    width: 48%;
  }
  .surgeryFlow01-box-detail-list.list02 li {
    width: 48%;
  }
  .surgeryFlow01-box-detail-list li {
    font-size: 14px;
  }
  .surgeryFlow01-box-detail-list li::before {
    border-radius: 2px;
    top: 11px;
    width: 4px;
    height: 4px;
  }
  .surgeryFlow01-box-detail-list li small {
    font-size: 11px;
  }
  .surgeryFlow01-box-flowList li {
    font-size: 12px;
  }
  .surgeryFlow01-box-flowList li p {
    font-size: 14px;
  }
  .surgeryFlow01-box-flowList li.is-ico {
    margin: 20px 0;
  }
  .surgeryFlow01-box-flowList li.is-ttl {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .surgeryFlow01-box-attentionList li {
    font-size: 12px;
  }
}

/*  --------------------------------------------------------------------------------
  access
--------------------------------------------------------------------------------  */
.accessMain {
  padding: 100px 0 140px;
}
.accessMain__leadTtl {
  color: #0053a6;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.24em;
  text-align: center;
  padding: 0 80px;
}
@media screen and (max-width: 767px) {
  .accessMain {
    padding: 60px 0 70px;
  }
  .accessMain__leadTtl {
    font-size: 20px;
    padding: 0 20px;
  }
}

.access01 {
  padding: 0 80px 50px;
}
.access01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.access01-list-mapBox {
  width: 48%;
}
.access01-list-txtBox {
  width: 48%;
}
.access01-list-txtBox .footer-content-list {
  margin-bottom: 40px;
}
.access01-list-txtBox-item {
  max-width: 240px;
  width: 100%;
}
.access01-list-txtBox-item + .access01-list-txtBox-item {
  margin-top: 35px;
}
.access01-list-txtBox-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.access01-list-txtBox-item ul li.is-img {
  width: 100%;
}
@media screen and (max-width: 880px) {
  .access01 {
    padding: 0 20px 50px;
  }
  .access01-list {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
  }
  .access01-list-mapBox {
    margin-bottom: 40px;
    width: 100%;
  }
  .access01-list-txtBox {
    width: 100%;
  }
  .access01-list-txtBox .footer-content-list {
    margin-bottom: 50px;
  }
  .access01-list-txtBox .footer-content-list .footer-content-list-logo {
    max-width: 42%;
  }
  .access01-list-txtBox .footer-content-list .footer-content-list-txtItem {
    max-width: 52%;
  }
  .access01-list-txtBox .footer-content-list .footer-content-list-txtItem__ttl {
    font-size: 14px;
  }
  .access01-list-txtBox .footer-content-list .footer-content-list-txtItem__txt {
    font-size: 11px;
    margin-bottom: 15px;
  }
  .access01-list-txtBox .footer-content-list .footer-content-list-txtItem-contact {
    margin-bottom: 0;
    padding: 5px 8px;
  }
  .access01-list-txtBox .footer-content-list .footer-content-list-txtItem-contact .footer-content-list-txtItem-contact__ttl {
    font-size: 11px;
  }
  .access01-list-txtBox .footer-content-list .footer-content-list-txtItem-contact .footer-content-list-txtItem-contact__txt {
    font-size: 16px;
  }
  .access01-list-txtBox-item {
    max-width: 100%;
  }
  .access01-list-txtBox-item + .access01-list-txtBox-item {
    margin-top: 30px;
  }
  .access01-list-txtBox-item ul {
    display: block;
    margin-top: 10px;
  }
}

.access02 {
  padding: 50px 80px 0;
}
.access02-list {
  margin-top: 30px;
}
.access02-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.access02-list-item + .access02-list-item {
  margin-top: 30px;
}
.access02-list-item__ttl {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.1em;
  max-width: 460px;
  width: 100%;
}
.access02-list-item__ttl.is-grn {
  color: #0d946b;
}
.access02-list-item__ttl.is-ppl {
  color: #854885;
}
.access02-list-item span {
  display: block;
  margin: 0 20px;
  width: 24px;
}
.access02-list-item__txt {
  font-weight: normal;
  letter-spacing: 0.05em;
  font-size: 16px;
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 880px) {
  .access02 {
    padding: 40px 20px 0;
  }
  .access02 .cmn-ttlBox {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
  }
  .access02-list {
    margin: 30px auto 0;
    max-width: 600px;
    width: 100%;
  }
  .access02-list-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .access02-list-item + .access02-list-item {
    margin-top: 20px;
  }
  .access02-list-item__ttl {
    font-size: 15px;
    margin-bottom: 8px;
    max-width: calc(100% - 20px);
  }
  .access02-list-item span {
    margin: 0 0 0 5px;
    width: 15px;
  }
  .access02-list-item__txt {
    font-size: 14px;
    max-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */