@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");

.topPage #footer {
  background: #f5f1ef;
}

.head01 {
  color: #b07121;
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.7;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.03em;
}

.head01 small {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 200;
}

.head01 span {
  font-family: 'Crimson Text', serif;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.01em;
}

/*-----------------------------------topMv*/
#topMv {
  height: 100vh;
  position: relative;
}

.slider {
  height: 100%;
}

.slick-list {
  height: 100% !important;
}

.slick-slide {
  background-size: cover !important;
  height: 100vh !important;
}

.topMvTxt {
  position: absolute;
  width: 50%;
  max-width: 900px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  z-index: 800;
  bottom: 20%;
}

.topMvTxt h1 {
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  text-align: center;
  /*background: url("../images/bg_mv.png")left top repeat-y;*/
  /* padding: 60px 0; */
  padding: 0;
  line-height: 1.5;
  letter-spacing: 0.1em;
  opacity: 0;
  transform: translate(400px, 0);
  transition: all 500ms;
}

.topMvTxt h1.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.topMvTxt h1 strong {
  font-weight: 300;
  font-size: 48px;
  font-size: 4.8rem;
  display: inline-block;
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}

.topMvTxt h1 strong.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.topMvTxt h1 strong span {
  font-size: 52px;
  font-size: 5.2rem;
  display: block;
}

.topMvTxt h1 small {
  font-weight: 200;
  font-size: 26px;
  font-size: 2.6rem;
  display: block;
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}

.topMvTxt h1 small.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slick-dots {
  bottom: 10px !important;
}

.slick-dots li {
  width: 90px !important;
  height: 6px !important;
}

.slick-dots li button::before {
  width: 90px !important;
  height: 6px !important;
  content: '' !important;
  background: #fff;
  opacity: .6 !important;
  color: inherit;
}

.slick-dots li.slick-active button::before {
  opacity: 1 !important;
}

/*-----------------------------------newsSec*/
#newsSec .nsInr {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}

#newsSec .nsInr .titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.nsInr .titleBox h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  color: #b07121;
}

.nsInr .titleBox h2 span {
  font-family: 'Crimson Text', serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 10px;
  display: inline-block;
}

.nsInr .titleBox .moreBtn {
  font-size: 13px;
  font-size: 1.3rem;
}

.nsInr .titleBox .moreBtn a:hover {
  text-decoration: none;
  color: #b07121;
}

.nsInr .titleBox .moreBtn i {
  margin-right: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.nsInr ul li {
  border-bottom: 1px solid #e0e0e0;
}

.nsInr ul li:first-child {
  border-top: 1px solid #e0e0e0;
}

.nsInr ul li a {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 40px;
}

.nsInr ul li .date {
  color: #a4a1a0;
  font-family: 'Noto Serif JP', serif;
  width: 10%;
}

.nsInr ul li a:hover {
  text-decoration: none;
  background: #fff4e6;
}

/*-----------------------------------aboutSec*/
.date-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .date-box {
    margin-bottom: 10px;
  }
}

.date-box span {
  font-size: 14px;
}

.date-box span.date {
  font-family: "Crimson Text", serif;
  padding-right: 13px;
  margin-right: 9px;
  border-right: 1px solid #dcdcdc;
}

@media screen and (max-width: 834px) {
  .date-box span.date {
    font-size: 12px;
    padding-right: 5px;
    margin-right: 5px;
  }
}

.date-box span.categories {
  font-weight: 500;
  color: #b07121;
  top: 2px;
  position: relative;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .date-box span.categories {
    position: relative;
    top: 3px;
  }
}

.list-column {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

@media screen and (max-width: 640px) {
  .list-column {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
}

.list-column .item a {
  display: block;
  text-decoration: none;
  transition: 0.3s ease all;
}

.list-column .item a:hover {
  opacity: 0.7;
  transition: 0.3s ease all;
}

.list-column .item {
  width: 25%;
  padding: 0 12px;
}

@media screen and (max-width: 1024px) {
  .list-column .item {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .list-column .item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .list-column .item:last-child {
    margin-bottom: 0;
  }
}


.list-column .item .item__img img {
  display: block;
  width: 100%;
}

.list-column .item .item__info {
  padding: 27px 30px 42px;
  background: #fff;
}

@media screen and (max-width: 1200px) {
  .list-column .item .item__info {
    padding: 15px 20px;
  }
}

.list-column .item .item__info .item__info--ttl {
  font-size: 18px;
  line-height: 1.75;
  font-weight: bold;
  color: #2e2c2b;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
}

@media screen and (max-width: 834px) {
  .list-column .item .item__info .item__info--ttl {
    font-size: 16px;
  }
}

/* #columnSec {
  background: #f5f1ef;
} */

#columnSec .nsInr {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}

@media screen and (max-width: 834px) {
  #columnSec .nsInr {
    padding: 40px 0 60px;
  }
}

#columnSec .nsInr .titleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

/*-----------------------------------aboutSec*/
#aboutSec {
  background: url("../images/bg_about.jpg") center top no-repeat;
  background-size: auto 80%;
  padding: 80px 0 120px;
}

.asInr {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 100px 80px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2;
}

.asInr::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  bottom: 40px;
  right: 0;
  -webkit-box-shadow: 0px 60px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 60px 40px rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 46.8%;
}

.asInr .asInfo {
  width: 45%;
}

.asInr .asImg {
  width: 49%;
  max-width: 503px;
}

.asInr .asInfo h3 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 200;
  line-height: 1.5;
  margin-bottom: 40px;
  font-size: 24px;
  font-size: 2.4rem;
}

.asInr .asInfo p {
  margin-bottom: 40px;
}

/*-----------------------------------policySec*/
#policySec {
  background: #f5f1ef;
  position: relative;
  /* padding: 160px 0 80px; */
  padding: 250px 0 80px;
}

#policySec h2 {
  font-size: 120px;
  font-size: 12.0rem;
  color: #fff;
  text-align: center;
  position: absolute;
  width: 100%;
  /* top: -13px; */
  top: 90px;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
}

#policySec h3 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 200;
  line-height: 1.7;
  margin-bottom: 40px;
  font-size: 30px;
  font-size: 3.0rem;
  text-align: center;
}

#policySec .txt {
  text-align: center;
}

.psInr {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
}

.psInr ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  flex-wrap: wrap;
}

.psInr ul li {
  /*width: 23.5%;*/
  /*width: 31%;*/
}

.psInr ul li .Img {
  /*width: 60%;*/
  width: fit-content;
  height: 143px;
  margin: 0 auto;
}

.psInr ul li .Img img {
  width: auto;
  height: 100%;
}

.psInr ul li a {
  display: block;
  padding: 60px 0;
}

.psInr ul li a dl {
  text-align: center;
}

.psInr ul li a dl dt {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  color: #b07121;
  padding: 30px 0 20px;
}

.psInr ul li a {
  display: block;
  background: #fff;
}

.psInr ul li a dl dd.arrow {
  position: relative;
}

.psInr ul li a dl dd.arrow:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #b07121;
  border-right: solid 1px #b07121;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: -34px;
  margin-left: 4px;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.psInr ul li a dl dd.arrow:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #b07121;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  bottom: -30px;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.psInr ul li a:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.psInr ul li a:hover dl dd.arrow:before,
.psInr ul li a:hover dl dd.arrow:after {
  opacity: 1;
}

/*-----------------------------------facilitySec*/
#facilitySec {}

.fsInr {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
}

.fsInr .txt {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
}

.slide-item img {
  width: 100%;
}

#thumbnail-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 15px;
}

.thumbnail-item {
  width: 24%;
  position: relative;
}

.thumbnail-item:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: .3s opacity linear;
}

.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}

.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

.slideImg .slick-slide {
  background-size: cover !important;
  height: auto !important;
}

.slideImg {
  padding-top: 80px;
}

/*-----------------------------------menuSec*/
#menuSec {
  position: relative;
  z-index: 0;
  margin-bottom: 120px;
}

#menuSec:after {
  content: "";
  width: 100%;
  height: 90%;
  background: #979ba4;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.msInr {
  padding-top: 120px;
}

.msInr h2 {
  color: #fff;
}

.msInr h2 small {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 200;
}

.msInr .txt {
  color: #fff;
  width: 90%;
  max-width: 800px;
  margin: 0 auto 40px;
}

.msInr .bscBtn01 {
  margin-bottom: 80px;
}

.msInr .bscBtn01 a {
  background-color: #979ba4;
  color: #fff;
  border: 1px solid #fff;
}

.msInr .bscBtn01 a:hover {
  background-color: #fff;
  color: #979ba4;
}

.msInr .bscBtn01 a:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.msInr .bscBtn01 a:before {
  background: #fff;
}

.msInr .bscBtn01 a:hover:after {
  right: 10px;
  border-top: solid 1px #979ba4;
  border-right: solid 1px #979ba4;
}

.msInr .bscBtn01 a:hover:before {
  background: #979ba4;
}

.menuList {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 80px 0;
  box-sizing: border-box;
  position: relative;
}

.menuList::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  bottom: 40px;
  right: 0;
  -webkit-box-shadow: 0px 60px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 60px 40px rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 46.8%;
}

.menuList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.menuList ul li {
  width: calc(100% / 3);
  border-right: 1px solid #e0e0e0;
}

.menuList ul li:last-child {
  border-right: none;
}

.menuList ul li .Img {
  width: 44%;
  max-width: 173px;
  margin: 0 auto;
}

.menuList ul li dl {
  text-align: center;
}

.menuList ul li dl dt {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  color: #b07121;
  padding: 30px 0 20px;
}

.menuList ul li dl dd {
  line-height: 1.7;
}

/*-----------------------------------doctorSec*/
#doctorSec {
  padding-top: 120px;
}

/*
#doctorSec:after {
content: "";
width: 90%;
height: 60%;
background: #f5f1ef;
position: absolute;
right: 0;
bottom: 0;
z-index: -1;
}
*/
.dsInr {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 120px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 80px;
  position: relative;
  z-index: 0;
}

.dsInr:after {
  content: "";
  width: 150%;
  height: 70%;
  background: #f5f1ef;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.dsInr h2 {
  position: absolute;
  top: -90px;
  right: 0;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-size: 120px;
  font-size: 12.0rem;
  color: #f5f1ef;
  z-index: -1;
}

.dsImg {
  width: 50%;
  padding-left: 70px;
  box-sizing: border-box;
}

.dsInfo {
  width: 45%;
}

.dsInfo h3 {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 200;
  margin-bottom: 80px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.9;
}

.dsInfo .docName {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 200;
  margin-bottom: 40px;
  font-family: 'Noto Serif JP', serif;
}

.dsInfo .docName small {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}

.dsInfo .docDate {
  line-height: 1.9 !important;
  margin-bottom: 40px;
}

.topMvContBl {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 50px 0;
  width: 100%;
}

.topMvContTtl {
  text-align: center;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  margin-bottom: 35px;
  white-space: nowrap;
  font-weight: 400;
}

.topMvContList {
  width: 900px;
  max-width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.topMvContList li {
  border-right: 1px solid #fff;
}

.topMvContList li:last-of-type {
  border-right: none;
}

.topMvContListTtl {
  text-align: center;
  margin-bottom: 10px;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 400;
}

.topMvContListTxt {
  line-height: 1;
  text-align: center;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 10px;
  font-weight: 400;
}

.topMvContListTxt .num {
  /* font-size: 4.6rem; */
  font-size: 3.6rem;
}

.topMvContListTxt .txt {
  font-size: 3rem;
}

.topMvContListTxtCaution {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}

#topIntr {
  padding: 50px 0 120px;
}

.topIntrTtl {
  width: 600px;
  height: 120px;
  border-radius: 10px;
  background: #bf504f;
  color: #fff !important;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto 80px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.1em;
  transition-duration: 0.3s;
}

.topIntrTtl:hover {
  text-decoration: none;
}

.topIntrTtl:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -4px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.topIntrTtl:hover:after {
    right: 20px;
}

.topIntrTtl:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  right: 30px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.topIntrTtl:hover:before {
    right: 20px;
}

/*.topIntrTtl:after {
  content: "";
  background: url(../images/introduce-icon.svg) no-repeat;
  width: 90px;
  opacity: 0.3;
  position: absolute;
  right: 4%;
  top: 62%;
  height: 100%;
  transform: translateY(-50%);
  background-size: contain;
}*/

.topIntrTtl:hover {
  text-decoration: none;
  opacity: 0.8;
}

.topIntrTxt {
  text-align: center;
  color: #b07121;
  font-size: 3.6rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 60px;
}

.topIntrTxt .dot {
  position: relative;
}

.topIntrTxt .dot::before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #b07121;
  border-radius: 50%;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.topIntrList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  width: 100%;
  margin-bottom: 80px;
}

.topIntrList li {
  height: 85px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  font-size: 2.1rem;
  gap: 10px;
  width: 100%;
  font-family: 'Noto Serif JP', serif;
}

.topIntrList li::before {
  background-image: url(../images/top-intr-check.webp);
  width: 25px;
  height: 17px;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.topIntrTxtMain {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.topIntrTxtMain .txt {
  text-align: center;
  font-size: 2.4rem;
  width: 100%;
  margin-bottom: 15px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  display: block;
}

.topIntrTxtMain .under {
  text-align: center;
  font-size: 3rem;
  width: fit-content;
  margin-bottom: 5px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  border-bottom: 1px solid #b07121;
  padding-bottom: 10px;
}

.sp {
  display: none;
}

#top5Feature {
  padding: 100px 0;
  background-color: #979ba4;
}

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

.top5FeatureList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.top5FeatureList .item {
  background-color: #fff;
  padding: 40px;
  position: relative;
}

.top5FeatureList .item.top5FeatureListFirst {
  background-color: transparent;
}

.top5FeatureListTtlBig {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  line-height: 1.6;
}

.top5FeatureListTtlBig .small {
  font-size: 2.4rem;
  display: block;
  text-align: center;
}

.top5FeatureListTtlBig .big {
  font-size: 4.8rem;
  display: block;
  text-align: center;
}

.top5FeatureList .item .num {
  position: absolute;
  color: #f5f1ef;
  font-size: 12rem;
  font-family: 'Noto Serif JP', serif;
  top: 20px;
  right: 30px;
  line-height: 0.8 !important;
}

.top5FeatureListTtl {
  font-size: 2.1rem;
  color: #b07121;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.top5FeatureListTxt {
  font-size: 1.6rem;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}

#columnSec .nsInr.caseNsInr {
  padding: 0 0 30px;
}

#columnSec .nsInr.columnNsInr {
  padding: 80px 0 0;
}

#gNav .actionBox .contactBtn {
  display: none;
}

/* for pc resize
-------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1800px) {
  #aboutSec {
    background-size: cover;
  }

  .topMvContTtl {
    margin-bottom: 35px;
  }

  .topMvTxt h1 {
    padding: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .dsInfo h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .topIntrTtl {
    height: 100px;
    margin: 0 auto 65px;
  }

  .topIntrTxt {
    font-size: 3rem;
    margin-bottom: 48px;
  }

  .topIntrList li {
    height: 75px;
    font-size: 1.8rem;
    gap: 5px;
  }

  .topIntrList li::before {
    width: 20px;
    height: 13px;
  }

  .topIntrList {
    gap: 30px;
    margin-bottom: 70px;
  }

  .topIntrTxtMain .txt {
    font-size: 2.1rem;
  }

  .topIntrTxtMain .under {
    font-size: 2.8rem;
  }

  .top5FeatureList {
    gap: 25px;
  }

  .top5FeatureList .item {
    padding: 25px;
  }

  .top5FeatureList .item.top5FeatureListFirst {
    padding: 25px 0;
  }

  .top5FeatureListTtlBig .small {
    font-size: 1.9rem;
  }

  .top5FeatureListTtlBig .big {
    font-size: 4rem;
  }

  .top5FeatureList .item .num {
    font-size: 8rem;
    top: 9px;
    right: 15px;
  }

  .top5FeatureListTtl {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .psInr ul li .Img {
    height: 115px;
  }
}

@media only screen and (max-width: 1130px) {
  .asInr {
    padding: 70px 50px;
  }
}

@media only screen and (max-width: 1080px) {
  .dsInr {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1024px) {
  .topMvTxt {
    width: 58%;
    /* top: inherit;
    bottom: 0%; */
    top: 130px;
    transform: none;
  }

  #topMv {
    height: 90vh;
    min-height: 600px;
  }

  .slick-slide {
    height: 100% !important;
  }

  .slider {
    height: 100% !important;
  }

  .slick-track {
    height: 100% !important;
  }

  .asInr .asInfo {
    width: 100%;
  }

  .asInr .asImg {
    position: absolute;
    bottom: 60px;
    right: 50px;
    z-index: -1;
    opacity: 0.4;
  }

  .asInr {
    position: relative;
    z-index: 0;
  }

  .topMvContListTxt .num {
    font-size: 3rem;
  }

  .topMvContTtl {
    font-size: 2.1rem;
    margin-bottom: 35px;
    line-height: 1.5;
  }

  .topMvContBl {
    padding: 35px 0;
  }
}

/* for sp
-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 900px) {
  .topMvTxt {
    width: 60%;
  }

  .topMvTxt h1 strong {
    font-size: 38px;
    font-size: 3.8rem;
  }

  .topMvTxt h1 strong span {
    font-size: 42px;
    font-size: 4.2rem;
  }

  .topMvTxt h1 small {
    font-size: 20px;
    font-size: 2.0rem;
  }

  .head01 {
    font-size: 38px;
    font-size: 3.8rem;
  }

  .msInr .bscBtn01 {
    width: 90%;
    margin: 0 auto 40px;
  }

  #policySec h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .head01 small {
    font-size: 30px;
    font-size: 3.0rem;
  }

  .menuList ul li dl dd {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0;
  }

  .dsImg {
    width: 45%;
    padding-left: 5%;
  }

  .dsInfo {
    width: 50%;
    padding-right: 5%;
    box-sizing: border-box;
  }

  .dsInfo h3 {
    margin-bottom: 30px;
  }

  .dsInfo .docName small {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .dsInfo .docName {
    font-size: 20px;
    font-size: 2.0rem;
  }

  .dsInr::after {
    height: 80%;
  }

  .psInr ul li a dl dd {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .sp {
    display: inline-block;
  }

  .topMvContList {
    max-width: 95%;
  }

  .topMvContListTtl {
    font-size: 1.4rem;
  }

  .topMvContListTxt .num {
    font-size: 2.1rem;
  }

  .topMvContListTxt .txt {
    font-size: 2rem;
  }

  .topMvTxt h1 strong {
    font-size: 3rem;
  }

  .topMvTxt h1 strong span {
    font-size: 3.2rem;
  }

  .topIntrTtl {
    height: 75px;
    margin: 0 auto 50px;
    font-size: 2rem;
  }

  .topIntrTxt {
    font-size: 2.4rem;
    margin-bottom: 35px;
  }

  .topIntrList {
    gap: 10px;
    margin-bottom: 50px;
    grid-template-columns: repeat(2, 1fr);
  }

  .topIntrList li {
    height: 65px;
    font-size: 1.6rem;
  }

  .topIntrList li::before {
    width: 17px;
    height: 11px;
  }

  .topIntrTxtMain .txt {
    font-size: 2rem;
  }

  .topIntrTxtMain .under {
    font-size: 2.4rem;
  }

  #topIntr {
    padding: 50px 0 40px;
  }

  #top5Feature {
    padding: 80px 0;
  }

  .top5FeatureList {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .top5FeatureListTtlBig .small {
    font-size: 1.6rem;
  }

  .top5FeatureListTtlBig .big {
    font-size: 3rem;
  }

  .top5FeatureListTtl {
    font-size: 1.8rem;
  }

  .top5FeatureList .item {
    padding: 15px;
  }

  .top5FeatureListTxt {
    font-size: 1.4rem;
  }

  #policySec h2 {
    font-size: 8rem;
    top: 55px;
  }

  #policySec {
    /* padding: 90px 0 80px; */
    padding: 150px 0 80px;
  }

  .psInr ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .psInr ul li a {
    padding: 30px 0;
  }

  .psInr ul li .Img {
    height: 95px;
  }

  .psInr ul li a dl dt {
    font-size: 1.8rem;
    padding: 20px 0 12px;
  }

  #policySec {
    overflow: hidden;
  }
}

.br-480{
  display: none;
}

@media only screen and (max-width: 480px) {

.br-480{
  display: block;
}

.topIntrTtl {
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
}

  .topMvTxt {
    width: 100%;
  }

  .topMvTxt h1 {
    /*background: rgb(0, 0, 0, 0.3);*/
    padding: 15px 0;
  }

  #topMv {
    height: 60vh;
    min-height: 510px;
  }

  .topMvTxt h1 strong {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .topMvTxt h1 strong span {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .topMvTxt h1 small {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .slick-slide {
    background-size: auto 100%;
    background-position: -100px center !important;
  }

  .bg02.slick-slide {
    background-position: 0 center !important;
  }

  .slick-dots {
    display: none !important;
  }

  .nsInr {
    opacity: 1;
    transform: translate(0, 0);
  }

  .nsInr ul li a:hover {
    background: #fff;
  }

  #newsSec .nsInr {
    padding: 0 0 40px;
  }

  #newsSec .nsInr .titleBox {
    margin-bottom: 20px;
  }

  .nsInr .titleBox h2 span {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 3px;
  }

  .nsInr ul li a {
    padding: 15px 0;
  }

  .nsInr ul li .date {
    width: 100%;
    margin-bottom: 10px;
  }

  .nsInr ul li .title {
    width: 100%;
  }

  #aboutSec {
    padding: 40px 0 60px;
  }

  .head01 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }

  .head01 span {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .asInr {
    padding: 40px 20px 20px;
    overflow: hidden;
    box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.15);
  }

  .asInr::after {
    display: none;
  }

  .asInr .asInfo h3 {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
  }

  .asInr .asInfo p {
    margin-bottom: 20px;
  }

  .asInr .asImg {
    bottom: 42px;
    right: -43px;
    opacity: 0.2;
    width: 80%;
  }

  .asInr .asInfo p.bscBtn01 {
    padding-top: 40px;
  }

  .asInr .asInfo p.bscBtn01 a {
    background: #fff;
  }

  #policySec h2 {
    font-size: 60px;
    font-size: 6rem;
    /* top: -8px; */
    top: 50px;
  }

  #policySec {
    /* padding: 60px 0 40px; */
    padding: 120px 0 40px;
  }

  #policySec h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  #policySec .txt {
    width: 90%;
    margin: 0 auto;
  }

  .psInr {
    padding-top: 30px;
  }

  .psInr ul li {
    width: 100%;
    margin-bottom: 10px;
  }

  .psInr ul li a dl dt {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 10px 0 7px;
    letter-spacing: 0;
  }

  .psInr ul li a dl dd {
    font-size: 10px;
    font-size: 1.0rem;
    line-height: 1.3;
  }

  /* .psInr ul li .Img {
    width: 85%;
  } */

  .psInr ul li a {
    padding: 20px 0;
  }

  .fsInr {
    padding: 40px 0;
  }

  .head01 small {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .fsInr .txt {
    margin: 0 auto 20px;
  }

  .slideImg {
    padding-top: 30px;
  }

  .msInr {
    padding-top: 40px;
  }

  .msInr h2 small {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .msInr .txt {
    margin: 0 auto 20px;
  }

  .menuList {
    padding: 10px 0 5px;
  }

  .menuList ul li {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    align-items: center;
    padding: 15px 0;
  }

  .menuList ul li:last-child {
    border-bottom: none;
  }

  .menuList ul li .Img {
    width: 25%;
    margin: 0;
  }

  .menuList ul li dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0;
    margin-bottom: 10px;
  }

  .menuList ul li dl {
    text-align: left;
    width: 70%;
  }

  #menuSec {
    margin-bottom: 0;
  }

  #doctorSec {
    padding-top: 80px;
  }

  .dsImg {
    width: 80%;
    margin-bottom: 20px;
  }

  .dsInfo {
    width: 90%;
    padding-right: 0%;
    margin: 0 auto;
    text-align: right;
  }

  .dsInfo h3 {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 20px;
  }

  .dsInfo .docName {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .dsInfo .docName small {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .dsInfo .docDate {
    letter-spacing: 0;
    margin-bottom: 20px;
  }

  .dsInr h2 {
    top: -35px;
    right: -15px;
    font-size: 45px;
    font-size: 4.5rem;
  }

  .dsInr::after {
    height: 95%;
  }

  .dsInr {
    padding-bottom: 40px;
  }

  .bottomImg img {
    object-fit: cover;
    height: 150px;
  }

  .psInr ul li a dl dd.arrow {
    display: none;
  }

  .topMvTxt {
    top: 70px;
  }

  .topMvContListTxt .num {
    font-size: 2.4rem;
  }

  .topMvContListTxt .txt {
    font-size: 1.4rem;
  }

  /* .topMvContListTxtCaution {
    font-size: 1rem;
  } */

  .topMvContTtl {
    font-size: 1.9rem;
    margin-bottom: 18px;
  }

  .topMvContBl {
    padding: 30px 0;
  }

  .topIntrTxt {
    font-size: 2.1rem;
  }

  .topIntrList li::before {
    width: 12px;
    height: 8px;
  }

  .topIntrList li {
    height: 50px;
    font-size: 1.4rem;
  }

  #top5Feature {
    padding: 60px 0;
  }

  .top5FeatureList {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .top5FeatureList .item.top5FeatureListFirst {
    padding: 0 0 10px;
  }

  .top5FeatureList .item .num {
    font-size: 6rem;
  }

  .psInr ul li .Img {
    height: 85px;
  }

  #columnSec .nsInr.caseNsInr {
    padding: 50px 0 0;
  }

  #columnSec .nsInr.columnNsInr {
    padding: 50px 0;
  }

}

@media only screen and (max-width: 400px) {
  .topIntrList {
    gap: 8px;
    margin-bottom: 40px;
  }

  .topIntrList li {
    height: 43px;
    font-size: 1.3rem;
  }

  .topIntrTxt {
    font-size: 2rem;
  }

  .topIntrTxtMain .txt {
    font-size: 1.8rem;
  }

  .topIntrTxtMain .under {
    font-size: 2.1rem;
  }

  #topIntr {
    padding: 30px 0 0;
  }

  .psInr ul li .Img {
    height: 75px;
  }
}

/* loading
-------------------------------------------------------------------------------------*/
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background: #f5f1ef;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#loading .ldInr {
  position: relative;
  width: 100vw;
  height: 100vh;
}

#loading .ldBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.loader {
  color: #b07121;
  margin: 0 auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load4 {

  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load4 {

  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }

  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }

  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }

  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }

  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }

  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

/*-----------------------------------comingsoon*/

.cs section {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}

.list-column .item__img img {
  display: block;
  width: 100%;
  height: 175px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .list-column .item__img img {
    height: 23vw;
  }
}

@media screen and (max-width: 640px) {
  .list-column .item__img img {
    height: 44vw;
  }
}