@charset "UTF-8";
/*=======================================
トップページ
=========================================*/
.l-kv {
  position: relative;
  height: 40vw;
  margin-top: 121px;
  background: linear-gradient(180deg, #fff 0%, #fff 80%, #EFF6FB 80%, #EFF6FB 100%);
}
.l-kv h1 {
  font-family: "Zen Maru Gothic";
  font-weight: 500;
  font-size: 42px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.82);
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
  white-space: nowrap;
  z-index: 90;
}
.l-kv .ph {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 96%;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.l-kv .ph .item {
  width: 100%;
  height: 40vw;
}
.l-kv .ph .item--ph1 {
  background: url("../img/top/kv_bg1.png") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.l-kv .ph .item--ph2 {
  background: url("../img/top/kv_bg2.png") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.l-kv .ph .item--ph3 {
  background: url("../img/top/kv_bg3.png") no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.p-top__intro {
  background-color: #EFF6FB;
  padding-bottom: 80px;
  padding-top: 80px;
}
.p-top__intro .txt {
  max-width: 905px;
  width: 100%;
  margin: 0 auto;
}
.p-top__intro .txt p {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-feature-settings: "palt";
  font-size: 19px;
  letter-spacing: 0.2em;
  line-height: 34px;
  color: #16191c;
  margin-bottom: 30px;
}
.p-top__intro .txt p:last-child {
  margin-bottom: 70px;
}
.p-top__intro .txt p span {
  color: #004C87;
}
.p-top__intro ul {
  max-width: 1152px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.p-top__intro ul:before, .p-top__intro ul:after {
  content: none;
}
.p-top__intro ul li {
  width: 33.33%;
}
.p-top__info {
  padding: 70px 0;
}
.p-top__info .news {
  width: 700px;
  float: left;
}
.p-top__info .news h2 {
  margin-bottom: 20px;
}
.p-top__info .news .c-btn1 {
  margin-top: 40px;
}
.p-top__info .fb {
  float: right;
  width: 350px;
}
.p-top__info2 {
  background-color: #EFF6FB;
  padding: 70px 0;
}
.p-top__info2 .c-wrap {
  overflow: hidden;
}
.p-top__info2 .time {
  margin-top: 40px;
  width: 580px;
  float: left;
}
.p-top__info2 .time table {
  margin: 0 auto 30px;
}
.p-top__info2 .time p {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.12em;
  text-align: left;
  color: #707070;
}
.p-top__info2 .map {
  margin-top: 40px;
  width: 540px;
  float: right;
}
.p-top__info2 .map iframe {
  width: 100%;
  height: 295px;
}
.p-top__info2 .map p {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 30px;
  text-align: left;
  color: #707070;
  margin-top: 20px;
}
.p-top__service {
  padding: 70px 0;
}
.p-top__service h2 {
  text-align: center;
}
.p-top__service ul {
  margin-top: 85px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-top__service ul:before, .p-top__service ul:after {
  content: none;
}
.p-top__service ul li {
  width: 25%;
  text-align: center;
  margin-bottom: 30px;
}
.p-top__service ul li p {
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.12em;
  margin-top: 15px;
  color: #16191c;
}
.p-top__service ul li p span {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.p-top__service ul li .icon {
  height: 94px;
}
.p-top__service ul li .icon img {
  height: 100%;
  width: auto;
}
.p-top__service ul li .btn a {
  background-color: #508bb9;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 70%;
  margin: 10px auto 0;
  padding: 8px 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.p-top__service .c-btn1 {
  margin-top: 70px;
  width: 440px;
}
.p-top__doctor {
  background-color: #EFF6FB;
  padding: 70px 0;
}
.p-top__doctor h2 {
  text-align: center;
  margin-bottom: 40px;
}
.p-top__doctor .inner {
  display: table;
  width: 100%;
}
.p-top__doctor .inner .ph {
  display: table-cell;
  width: 300px;
}
.p-top__doctor .inner .txt {
  display: table-cell;
  width: calc(100% - 300px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 90px;
}
.p-top__doctor .inner .txt p {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.12em;
  line-height: 35px;
  text-align: left;
  margin-bottom: 26px;
  color: #16191c;
}
.p-top__doctor .history h3 {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.12em;
  text-align: left;
  color: #004c87;
  border-bottom: 1px solid #004c87;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.modaal-container {
  max-width: 450px !important;
}
.modaal-container .icon {
  text-align: center;
}
.modaal-container .icon img {
  margin: 0 auto;
}
.modaal-container h3 {
  text-align: center;
  margin: 20px auto;
  font-size: 18px;
  color: #508BB9;
}

/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .l-kv {
    height: 450px;
    margin-top: 160px;
  }
  .l-kv h1 {
    font-size: 26px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.82);
    line-height: 1.4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
  }
  .l-kv .ph {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 100%;
    margin: 0 auto;
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
  }
  .l-kv .ph .item {
    width: 100%;
    height: 450px;
  }
  .l-kv .ph .item--ph1 {
    background: url("../img/top/kv_bg1.png") no-repeat center;
  }
  .l-kv .ph .item--ph2 {
    background: url("../img/top/kv_bg2_sp2.png") no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .l-kv .ph .item--ph3 {
    background: url("../img/top/kv_bg3_sp2.png") no-repeat center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .p-top__intro {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .p-top__intro .txt p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .p-top__intro .txt p:last-child {
    margin-bottom: 35px;
  }
  .p-top__intro .txt p span {
    color: #004C87;
  }
  .p-top__intro ul {
    max-width: 1152px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .p-top__intro ul:before, .p-top__intro ul:after {
    content: none;
  }
  .p-top__intro ul li {
    width: 33.33%;
  }
  .p-top__info {
    padding: 70px 0;
  }
  .p-top__info .news {
    width: 100%;
    float: none;
  }
  .p-top__info .news h2 {
    margin-bottom: 20px;
  }
  .p-top__info .news .c-btn1 {
    margin-top: 40px;
  }
  .p-top__info .fb {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  .p-top__info2 {
    background-color: #EFF6FB;
    padding: 60px 0;
  }
  .p-top__info2 .c-wrap {
    overflow: hidden;
  }
  .p-top__info2 .time {
    margin-top: 40px;
    width: 100%;
    float: none;
  }
  .p-top__info2 .time table {
    margin: 0 auto 30px;
  }
  .p-top__info2 .time p {
    font-size: 14px;
  }
  .p-top__info2 .map {
    margin-top: 40px;
    width: 100%;
    float: none;
  }
  .p-top__info2 .map p {
    font-size: 14px;
  }
  .p-top__service {
    padding: 60px 0;
  }
  .p-top__service ul {
    display: block;
    text-align: center;
    font-size: 0;
    margin-top: 40px;
  }
  .p-top__service ul li {
    width: 50%;
    display: inline-block;
    text-align: center;
    margin-top: 0;
  }
  .p-top__service ul li:nth-child(1) {
    margin-top: 0;
  }
  .p-top__service ul li:nth-child(2) {
    margin-top: 0;
  }
  .p-top__service ul li p {
    text-align: center;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.12em;
    margin-top: 15px;
    color: #16191c;
  }
  .p-top__service ul li .btn {
    font-size: 13px;
  }
  .p-top__service .c-btn1 {
    margin-top: 40px;
    width: 100%;
  }
  .p-top__doctor {
    padding: 60px 0;
  }
  .p-top__doctor .inner {
    display: table;
    width: 100%;
  }
  .p-top__doctor .inner .ph {
    display: block;
    width: 100%;
    text-align: center;
  }
  .p-top__doctor .inner .ph img {
    display: inline-block;
  }
  .p-top__doctor .inner .txt {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
  .p-top__doctor .inner .txt p {
    font-size: 14px;
    line-height: 1.6;
  }
  .p-top__doctor .inner .txt .history h3 {
    font-size: 20px;
  }

  .modaal-container {
    max-width: 450px !important;
  }
  .modaal-container .icon {
    text-align: center;
  }
  .modaal-container .icon img {
    margin: 0 auto;
  }
  .modaal-container h3 {
    text-align: center;
    margin: 20px auto;
    font-size: 18px;
    color: #508BB9;
  }
}
