@charset "utf-8";

/*====================================================================================================

トップ

====================================================================================================*/

/*----------------------------------------------------------------------------------------------------

Main visual

----------------------------------------------------------------------------------------------------*/

.mainVisual-wrap {
  position: relative;
}

.mainVisual {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #06aed5;
  z-index: 1;
}

.mv-txt {
  position: absolute;
  color: #fff;
  font-family: "FOT-Humming";
  font-weight: 600;
}

.mv-txt__item {
  z-index: 1;
}

.mv-photo {
  position: absolute;
  overflow: hidden;
  z-index: 1;
}

.mv-p__item {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #c9f5ff;
}

.mv-p__item div {
  height: 100%;
}

.mv-p__item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 1136px) {
  .mainVisual-wrap {
    margin-bottom: 180px;
    padding-left: 90px;
    padding-right: 90px;
  }

  .mainVisual {
    height: 640px;
    border-radius: 30px;
  }

  .mv-txt {
    z-index: 1;
    top: 90px;
    left: 90px;
  }

  .mv-txt .mv-txt__item:nth-child(1) {
    letter-spacing: 0.05em;
  }

  .mv-photo {
    max-width: 1120px;
    width: 100%;
    height: 640px;
    right: 0;
  }

  .mv-p__item img {
    object-fit: cover;
    height: 780px;
    font-family: "object-fit: cover;";
  }

  .mv-txt .mv-txt__item span:nth-child(1) {
    margin-bottom: 40px;
  }

  .mv-txt .mv-txt__item span:nth-child(2) {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 1135px) {
  .mainVisual-wrap {
    margin-bottom: 90px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mainVisual {
    height: 640px;
    margin-bottom: 60px;
    border-radius: 30px;
  }

  .mv-txt {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    top: 60%;
    z-index: 2;
    background-color: rgba(32, 163, 158, 0.4);
    padding: 30px;
    text-align: center;
  }

  .mv-photo {
    width: 100%;
    height: 640px;
    right: 0;
  }

  .mv-p__item img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 100%;
  }
}

@media screen and (max-width: 640px) {
  .mainVisual-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }

  .mainVisual {
    border-radius: 0px;
  }
}

/*----------------------------------------------------------------------------------------------------

info

----------------------------------------------------------------------------------------------------*/

.info-box {
  border-radius: 30px;
  z-index: 2;
  max-width: 620px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /*box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.2);*/
}

.info-box ul {
  list-style: none;
}

.info-box ul li .date {
  color: #003459;
  line-height: 2;
  white-space: nowrap;
}

.info-box ul li {
  display: flex;
  align-content: center;
}

.info-box ul li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

@media print, screen and (min-width: 1136px) {
  .info-box {
    position: absolute;
    padding: 30px;
    top: 340px;
    left: 180px;
  }

  .info-box ul {
    height: 300px;
  }

  .info-box ul li {
    padding-left: 5px;
    padding-right: 5px;
  }

  .info-box ul li:not(:first-child) {
    margin-top: 10px;
  }

  .info-box ul li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .info-box ul li .date {
    margin-right: 20px;
  }
}

@media print, screen and (max-width: 1135px) {
  .info-box {
    padding: 30px;
  }

  .info-box ul {
    height: 300px;
  }

  .info-box ul li {
    display: block;
  }

  .info-box ul li:not(:first-child) {
    margin-top: 10px;
  }

  .info-box ul li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

@media print, screen and (max-width: 640px) {
  .info-box {
    border-radius: 0px;
  }
}

/*----------------------------------------------------------------------------------------------------

message

----------------------------------------------------------------------------------------------------*/

#message .white-back {
  position: relative;
  background-image: url("../../image/contents/top/message-back02.png?v=2");
  background-position: right top;
  background-repeat: no-repeat;
  overflow: hidden;
}

#message .white-back::before,
#message .white-back::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 716px;
  height: 503px;
  background-image: url("../../image/contents/top/message-back.png?v=2");
}

#message .white-back::before {
  transform: rotateZ(-180deg);
}

#message .inner {
  display: flex;
  position: relative;
  z-index: 1;
}

#message .inner .img-box {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../../image/contents/top/doctor.png");
  width: 100%;
}

#message .inner .txt-box p:nth-child(2) {
  text-align: right;
}

#message .inner .txt-box ruby {
  line-height: 1.8;
}

@media print, screen and (min-width: 901px) {
  #message .white-back {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #message .white-back::before {
    top: -30%;
    left: -10%;
  }

  #message .white-back::after {
    bottom: -30%;
    right: -10%;
  }

  #message .inner .img-box {
    max-width: 377px;
    height: 500px;
  }

  #message .inner .txt-box {
    padding: 30px 0;
  }

  #message .inner .txt-box p:nth-child(1) {
    margin-bottom: 40px;
  }

  #message .inner .txt-box {
    max-width: 800px;
    width: 100%;
    margin-right: 60px;
  }
}

@media print, screen and (max-width: 900px) {
  #message .white-back {
    background-size: cover;
  }

  #message .white-back {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #message .white-back::before {
    top: -40%;
    left: -10%;
  }

  #message .white-back::after {
    bottom: -40%;
    right: -10%;
  }

  #message .inner .img-box {
    max-width: 377px;
    height: 500px;
    margin-bottom: 40px;
  }

  #message .inner {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }

  #message .inner .txt-box p:nth-child(1) {
    margin-bottom: 20px;
  }
}

/*----------------------------------------------------------------------------------------------------

credo

----------------------------------------------------------------------------------------------------*/

.credo-list {
  list-style: none;
  display: grid;
}

.credo-list li {
  background-color: #c9f5ff;
  border-radius: 10px;
  text-align: center;
}

.credo-list dt {
  position: relative;
  font-family: "FOT-Humming";
  font-weight: 600;
  color: #003459;
}

.credo-list dt::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 50%;
  transform: translate(-50%);
}

.credo-list li:nth-child(1) dt::after {
  background-image: url("../../image/contents/top/credo02.png");
}

.credo-list li:nth-child(2) dt::after {
  background-image: url("../../image/contents/top/credo03.png");
}

.credo-list li:nth-child(3) dt::after {
  background-image: url("../../image/contents/top/credo01.png");
}

/*.credo-list li:nth-child(4) dt::after {
  background-image: url("../../image/contents/top/credo04.png")
}*/

.credo-list dt span {
  display: block;

  color: #06aed5;
}

#credo {
  padding-top: 60px;
  padding-bottom: 90px;
}

.credo-list li {
  padding: 20px 20px 30px;
}

.credo-list dt::after {
  width: 80px;
  height: 80px;
  bottom: 10px;
}

.credo-list dt {
  padding-bottom: 100px;
}

@media print, screen and (min-width: 1201px) {
  .credo-list {
    grid-column-gap: 30px;
  }
}

@media print, screen and (min-width: 641px) and (max-width: 1200px) {
  .credo-list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media print, screen and (max-width: 640px) {
  .credo-list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px;
  }
}

/*----------------------------------------------------------------------------------------------------

biography

----------------------------------------------------------------------------------------------------*/

.biography-back {
  background: url("../../image/contents/top/biography-back.png?v=3") no-repeat #c9f5ff;
  background-size: auto 100%;
  background-position: right;
}

#biography .inner {
  background-color: rgba(255, 255, 255, 0.5);
  max-width: 630px;
  border-radius: 10px;
}

.biography-list,
.belongs-list {
  list-style: none;
}

.belongs h3 {
  margin-bottom: 5px;
  padding-left: 0;
}

@media print, screen and (min-width: 641px) {
  .biography-back {
    background-position: right;
  }

  #biography {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #biography .inner {
    padding: 30px;
  }

  .biography-list li:not(:last-child) {
    margin-bottom: 10px;
  }

  .biography-list {
    margin-bottom: 20px;
  }
}

@media print, screen and (max-width: 640px) {
  .biography-back {
    background-position: 80%;
  }

  #biography {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  #biography .inner {
    padding: 30px;
  }

  .biography-list li:not(:last-child) {
    margin-bottom: 10px;
  }

  .biography-list {
    margin-bottom: 10px;
  }
}

/*----------------------------------------------------------------------------------------------------

Treatment Fature

----------------------------------------------------------------------------------------------------*/

.treatment-fature-list {
  list-style: none;
}

.treatment-fature-list li {
  background-color: #06aed5;
  border-radius: 30px;
}

.treatment-fature-list li {
  display: flex;
}

.treatment-fature-list li .img-box {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: left center;
}

.treatment-fature-list li:nth-child(1) .img-box {
  background-image: url("../../image/contents/top/sas.jpg");
}

.treatment-fature-list li:nth-child(2) .img-box {
  background-image: url("../../image/contents/top/mente.jpg");
}

.treatment-fature-list li:nth-child(3) .img-box {
  background-image: url("../../image/contents/top/infection-control.jpg");
}

.treatment-fature-list h3,
.treatment-fature-list p {
  color: #fff;
  text-align: left;
}

.treatment-fature-list li:nth-child(1) h3::before {
  background-image: url("../../image/contents/top/ttl-treatment-fature01.png");
}

.treatment-fature-list li:nth-child(2) h3::before {
  background-image: url("../../image/contents/top/ttl-treatment-fature02.png");
}

.treatment-fature-list li:nth-child(3) h3::before {
  background-image: url("../../image/contents/top/ttl-treatment-fature03.png");
}

.treatment-fature-list h3 {
  line-height: 1.6;
  margin-bottom: 40px;
}

.treatment-fature-list h3 span {
  display: block;
}

.treatment-fature-list li .txt-box {
  position: relative;
}

.treatment-fature-list li .txt-box>a {
  position: absolute;
}

@media print, screen and (min-width: 1041px) {
  #treatment-fature {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .treatment-fature-list li .txt-box {
    padding: 60px 30px;
    max-width: 690px;
    width: calc(100% - 510px);
    margin-right: 10px;
  }

  .treatment-fature-list li .img-box {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    max-width: 510px;
    width: 100%;
  }

  .treatment-fature-list li:not(:first-child) {
    margin-top: 90px;
  }

  .treatment-fature-list li .txt-box>a {
    bottom: -40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media print, screen and (max-width: 1040px) {
  #treatment-fature {
    text-align: center;
  }

  #treatment-fature {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .treatment-fature-list li {
    flex-wrap: wrap;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .treatment-fature-list li .txt-box {
    padding: 60px 30px;
    max-width: 690px;
  }

  .treatment-fature-list li .img-box {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 67.5%;
    background-size: contain;
    background-position: top;
  }

  .treatment-fature-list li:not(:first-child) {
    margin-top: 90px;
  }

  .treatment-fature-list li .txt-box>a {
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}

/*----------------------------------------------------------------------------------------------------



----------------------------------------------------------------------------------------------------*/

.reserve-back {
  background: url("../../image/contents/top/reserve-back.png") no-repeat #fff;
  background-size: auto 100%;
  background-position: right;
}

#reserve .inner {
  display: flex;
}

#reserve .inner h3::before {
  background-image: url("../../image/contents/top/ttl-reserve.png");
}

@media print, screen and (min-width: 901px) {
  #reserve {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 30px;
  }

  #reserve .inner p {
    margin-bottom: 20px;
  }
}

@media print, screen and (max-width: 900px) {
  #reserve {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
  }

  #reserve .inner p {
    margin-bottom: 20px;
  }
}

/*----------------------------------------------------------------------------------------------------



----------------------------------------------------------------------------------------------------*/

.recruit-back {
  background: url("../../image/contents/top/recruit-back.png") no-repeat #fff;
  background-size: auto 100%;
  background-position: left;
}

#recruit .inner {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

#recruit .inner h3::before {
  background-image: url("../../image/contents/top/ttl-recruit.png");
}

#recruit .inner .txt-box {
  margin-left: auto;
}

@media print, screen and (min-width: 901px) {
  #recruit {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 80px;
  }

  #recruit .inner p {
    margin-bottom: 20px;
  }
}

@media print, screen and (max-width: 900px) {
  #recruit {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
  }

  #recruit .inner p {
    margin-bottom: 20px;
  }
}

/*----------------------------------------------------------------------------------------------------

banner

----------------------------------------------------------------------------------------------------*/

#banner-box {
  margin-bottom: 80px;
}

.banner-list {
  list-style: none;
  display: grid;
}

.banner-list li {
  background-color: #fff;
  border-radius: 30px;
}

.banner-list li span {
  display: block;
}

.banner-list li:nth-child(1) {
  background-image: url("../../image/contents/top/blog-ttl.png");
  background-repeat: no-repeat;
  background-position: right 60%;
}

.banner-list li:nth-child(2) {
  text-align: center;
}

@media print, screen and (min-width: 641px) {
  .banner-list {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
  }

  .banner-list li {
    padding: 30px;
  }
}

@media print, screen and (max-width: 640px) {
  .banner-list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 40px;
  }

  .banner-list li {
    padding: 30px;
  }
}

/*----------------------------------------------------------------------------------------------------



----------------------------------------------------------------------------------------------------*/

.outline-ttl {
  margin-bottom: 40px;
  max-width: 352px;
}

#outline .inner {
  border-radius: 30px;
  background-image: url("../../image/contents/top/outline-back.png?v=2");
  background-repeat: no-repeat;
  background-position: right top;
}

.outline-list {
  display: flex;
  flex-wrap: wrap;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

.outline-list dt {
  color: #20a39e;
}

.box {
  display: flex;
}

.outline .box .timetable {
  width: 100%;
  max-width: 700px;
}

.timetable table {
  width: 100%;
}

.g-map {
  border-radius: 10px;
  overflow: hidden;
}

.g-map iframe {
  vertical-align: bottom;
}

.box {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 1001px) {
  #outline .inner {
    padding: 50px 40px;
  }

  .outline-list {
    margin-bottom: 60px;
  }

  .outline-list dt {
    width: 100px;
    margin-right: 20px;
  }

  .outline-list dd {
    width: calc(100% - 120px);
  }

  .box .cal {
    width: 50%;
    height: 400px;
  }

  .box .timetable {
    margin-right: 40px;
  }

  /* table.p-hrsTbl {
    width: 700px;
  } */
}

@media print, screen and (min-width: 1001px) and (max-width: 1200px) {
  /*  table.p-hrsTbl {
    width: 500px;
  } */
}

@media print, screen and (max-width: 1000px) {
  #outline .inner {
    padding: 40px 10px;
  }

  .outline-list {
    margin-bottom: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 10px;
    border-radius: 20px;
  }

  .outline-list dt {
    width: 100%;
    margin-bottom: 5px;
  }

  .outline-list dd {
    width: 100%;
    margin-bottom: 20px;
  }

  .box {
    flex-wrap: wrap;
    justify-content: center;
  }

  .box .cal {
    /* margin-bottom: 40px; */
    width: 100%;
    height: 400px;
  }

  .timetable {
    margin-bottom: 40px;
  }
}

/*----------------------------------------------------------------------------------------------------



----------------------------------------------------------------------------------------------------*/

.top-slide-hdline {
  position: relative;
  text-align: left;
}

.top-slide {
  position: relative;
  overflow: hidden;
}

/*.top-slide::after{
  position:absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../../image/gallery.svg");
  z-index: -1;
}*/

#top-slide li p {
  text-align: center;
  padding: 0.25em;
}

#top-slide-gallery {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

#top-slide-gallery li {
  margin: 0;
}

.mypattern .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(40%);
  -moz-filter: opacity(40%);
  -o-filter: opacity(40%);
  -ms-filter: opacity(40%);
  filter: opacity(40%);
  transition: 0.2s linear;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../image/icon/ar_red_left.png");
  background-color: #fff;
  border-radius: 100%;
  z-index: 2;
}

/* #top-slide-gallery li div {
  box-shadow: 0 10px 25px 0 rgba(255,115,135,0.1);
  text-align: center!important;
} */

.top-slide>a.p-btn {
  margin-top: 2.66em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.next-arrow {
  transform: scale(-1, 1);
}

@media print, screen and (min-width: 641px) {
  .top-slide {
    padding-top: 60px;
    padding-bottom: 0px;
  }

  .top-slide-hdline {
    padding-bottom: 30px;
  }

  /* #top-slide-gallery li div {
    margin: 0 60px;
  } */

  .slide-arrow {
    width: 52px;
    height: 52px;
  }

  .prev-arrow {
    left: calc(50% - 360px);
  }

  .next-arrow {
    right: calc(50% - 360px);
  }

  .top-slide::after {
    max-width: 604px;
    width: 100%;
    height: 172px;
    bottom: 0;
    left: 50%;
  }
}

@media print, screen and (max-width: 640px) {
  #top-slide-gallery {
    width: 100%;
    padding: 0 20px;
  }

  #top-slide-gallery li {
    margin: 0;
  }

  .top-slide {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .top-slide-hdline {
    padding-bottom: 20px;
  }

  #top-slide-gallery li div {
    width: 100%;
  }

  .slide-arrow {
    width: 32px;
    height: 32px;
  }

  .prev-arrow {
    left: -16px;
    z-index: 2;
  }

  .next-arrow {
    right: -16px;
    z-index: 2;
  }

  .top-slide::after {
    width: 80%;
    height: 120px;
    top: 0;
    left: 0%;
  }
}

/*----------------------------------------------------------------------------------------------------

背景固定
  
----------------------------------------------------------------------------------------------------*/

.js-parallax {
  width: 100%;
  background-attachment: fixed;
}

@media screen and (max-width: 750px) {
  .js-parallax {
    background-size: cover;
    background-attachment: scroll;
  }
}