/* ------------------------------------------------------------
// index
------------------------------------------------------------ */
.fv-wrap {
  position: relative;
  top: -40px;
  height: calc(100% + 40px);
  padding-bottom: 5px;
  background: url(../images/index/fv-bg.png) no-repeat center bottom;
  z-index: -1;
}
.fv-wrap .fv-txt-img {
  position: absolute;
  top: 80px;
  left: 10%;
}
.fv-wrap .fv-txt {
  position: absolute;
  right: 40px;
  bottom: 20px;
  display: inline-block;
  font-size: 34px;
  line-height: 1.4;
  padding: 30px 40px 30px 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
}
@media print, screen and (max-width: 1440px) {
  .fv-wrap .fv-txt-img {
    position: absolute;
    top: 60px;
  }
  .fv-wrap .fv-txt-img img {
    max-width: 160px;
  }
  .fv-wrap .fv-txt {
    right: 20px;
    font-size: 28px;
    padding: 20px 30px 20px 40px;
  }
}
@media print, screen and (max-width: 991px) {
  .fv-wrap .fv-txt-img {
    position: absolute;
    top: 60px;
  }
  .fv-wrap .fv-txt-img img {
    max-width: 140px;
  }
}
@media print, screen and (max-width: 767px) {
  .fv-wrap {
    padding-top: 100px;
  }
  .fv-wrap .fv-txt-img {
    position: absolute;
    top: 60px;
  }
  .fv-wrap .fv-txt-img img {
    max-width: 120px;
  }
  .fv-wrap .fv-txt {
    right: 20px;
    font-size: 20px;
    padding: 10px 20px 10px 30px;
  }
}
@media screen and (max-width: 500px) {
  .fv-wrap {
    top: 0;
    height: calc(100vh - 100px);
    padding-top: 140px;
    padding-bottom: 0;
  }
  .fv-wrap .fv-txt-img {
    top: 20px;
  }
  .fv-wrap .fv-txt {
    right: 0;
    font-size: 18px;
    width: calc(100% - 20px);
    margin: 0 10px;
    padding: 10px 10px 10px 15px;
    border-radius: 10px;
  }
}

.first-wrap {
  overflow: hidden;
  position: relative;
  top: -45px;
  padding-bottom: 180px;
  background: url(../images/index/first-bg.png) no-repeat center bottom;
}
.first-wrap .first-bg {
  padding-top: 30px;
  background: #d6ebfa;
}
.first-wrap .first-box {
  display: flex;
  gap: 80px;
  padding: 0 50px;
}
.first-wrap .first-box .img {
  width: 560px;
}
.first-wrap .first-box .txt {
  flex: 1;
  padding-top: 100px;
}
.first-wrap .first-box .txt .ttl {
  margin-left: -100px;
}
.first-wrap .first-box .txt .txt-area {
  margin-top: 30px;
}
.first-wrap .first-box .txt .txt-area p {
  font-size: 18px;
}
.first-wrap .first-circle {
  position: absolute;
  right: 0;
  bottom: 80px;
  z-index: 1;
}
@media print, screen and (max-width: 1440px) {
  .first-wrap .first-box {
    display: flex;
    gap: 80px;
    padding: 0 50px;
  }
  .first-wrap .first-box .img {
    width: 500px;
  }
  .first-wrap .first-circle {
    position: absolute;
    right: -100px;
    bottom: 60px;
  }
}
@media print, screen and (max-width: 991px) {
  .first-wrap .first-box {
    display: flex;
    gap: 40px;
    padding: 0 50px;
  }
  .first-wrap .first-box .img {
    width: 300px;
  }
  .first-wrap .first-box .txt {
    flex: 1;
    padding-top: 20px;
  }
  .first-wrap .first-box .txt .ttl {
    margin-left: -100px;
  }
}
@media screen and (max-width: 767px) {
  .first-wrap .first-box {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .first-wrap .first-box .img {
    width: auto;
    max-width: 300px;
    margin: 0 auto;
  }
  .first-wrap .first-box .txt {
    padding-top: 0;
  }
  .first-wrap .first-box .txt .ttl {
    margin-left: 0;
  }
  .first-wrap .first-box .txt .ttl img {
    max-width: 300px;
  }
  .first-wrap .first-box .txt .txt-area p {
    font-size: 16px;
  }
  .first-wrap .first-circle {
    right: 0;
    bottom: 120px;
  }
  .first-wrap .first-circle img {
    width: 100px;
  }
}
@media screen and (max-width: 500px) {
  .first-wrap {
    top: -5px;
  }
}

.information-wrap {
  position: relative;
  margin-top: -140px;
  padding-bottom: 60px;
}
.information-wrap .info-box {
  padding: 80px 120px;
  background: #ffffff;
  border-radius: 32px;
}
.information-wrap .info-box .info-ttl {
  font-size: 36px;
}
.information-wrap .info-box .info-ttl span {
  display: block;
  font-size: 24px;
  color: #fab153;
}
.information-wrap .info-box .scroll-box {
  padding: 40px;
  max-height: 500px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.information-wrap .info-box .scroll-box ul {
  border-top: 1px solid #cccccc;
}
.information-wrap .info-box .scroll-box ul li {
  display: flex;
  gap: 30px;
  padding: 20px;
  border-bottom: 1px solid #cccccc;
}
.information-wrap .info-box .scroll-box ul li .date {
  width: 160px;
}
.information-wrap .info-box .scroll-box ul li .date .new {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  width: 60px;
  height: 20px;
  margin-bottom: 10px;
  background: #4699d4;
  border-radius: 10px;
}
.information-wrap .info-box .scroll-box ul li .img {
  width: 160px;
}
.information-wrap .info-box .scroll-box ul li .txt {
  flex: 1;
}
.information-wrap .info-box .scroll-box ul li .txt .ttl {
  font-size: 18px;
  color: #134e78;
  margin-bottom: 8px;
}
.information-wrap .info-box .scroll-box ul li .txt .pdf-link {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}
.information-wrap .info-box .scroll-box ul li .txt .pdf-link a {
  color: #4699d4;
}
.information-wrap .info-box .scroll-box ul li .txt .pdf-link a:hover {
  color: #134e78;
}
.information-wrap .information-circle {
  position: absolute;
  bottom: 0;
  left: 100px;
}
@media print, screen and (max-width: 1440px) {
  .information-wrap .info-box {
    padding: 40px 60px;
  }
}
@media print, screen and (max-width: 991px) {
  .information-wrap .info-box .scroll-box ul li {
    flex-direction: column;
    gap: 0;
    padding: 40px 20px;
  }
  .information-wrap .info-box .scroll-box ul li .date {
    width: 100%;
    margin-bottom: 20px;
  }
  .information-wrap .info-box .scroll-box ul li .img {
    width: 100%;
  }
  .information-wrap .info-box .scroll-box ul li .img img {
    margin-bottom: 20px;
  }
  .information-wrap .info-box .scroll-box ul li .img img {
    width: 100%;
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .information-wrap .info-box {
    padding: 40px 20px;
    border-radius: 10px;
  }
  .information-wrap .info-box .info-ttl {
    font-size: 22px;
  }
  .information-wrap .info-box .info-ttl span {
    font-size: 16px;
  }
  .information-wrap .info-box .scroll-box {
    padding: 0;
  }
  .information-wrap .info-box .scroll-box ul li {
    padding: 40px 0;
  }
  .information-wrap .info-box .scroll-box ul li .date {
    width: 100%;
  }
  .information-wrap .info-box .scroll-box ul li .date .new {
    margin-bottom: 5px;
  }
  .information-wrap .info-box .scroll-box ul li .img {
    width: 100%;
  }
  .information-wrap .info-box .scroll-box ul li .txt {
    flex: 1;
  }
  .information-wrap .info-box .scroll-box ul li .txt .ttl {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.information-wrap .information-circle {
  position: absolute;
  bottom: 20px;
  left: 0;
}
.information-wrap .information-circle img {
  width: 140px;
}

.treatmet-wrap-top {
  position: relative;
  padding-top: 200px;
  background: url(../images/index/treatmet-bg-top.png) no-repeat top center;
}
.treatmet-wrap-top .treatmet-circle {
  position: absolute;
  bottom: 60px;
  left: 0;
}
.treatmet-wrap-top .treatmet-wrap-btm {
  padding-bottom: 303px;
  background: url(../images/index/treatmet-bg-bottom.png) no-repeat bottom center;
}
.treatmet-wrap-top .treatmet-wrap {
  background: #d6ebfa;
}
.treatmet-wrap-top .treatmet-box-1,
.treatmet-wrap-top .treatmet-box-2 {
  display: flex;
  gap: 60px;
}
.treatmet-wrap-top .treatmet-box-1 .img,
.treatmet-wrap-top .treatmet-box-2 .img {
  width: 100%;
  max-width: 760px;
}
.treatmet-wrap-top .treatmet-box-1 .txt,
.treatmet-wrap-top .treatmet-box-2 .txt {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.treatmet-wrap-top .treatmet-box-1 .txt .ttl,
.treatmet-wrap-top .treatmet-box-2 .txt .ttl {
  font-size: 36px;
  margin-bottom: 20px;
}
.treatmet-wrap-top .treatmet-box-1 .txt .ttl span,
.treatmet-wrap-top .treatmet-box-2 .txt .ttl span {
  display: block;
  font-size: 24px;
  color: #78bae9;
}
.treatmet-wrap-top .treatmet-box-1 .txt a,
.treatmet-wrap-top .treatmet-box-2 .txt a {
  margin-top: 40px;
}
.treatmet-wrap-top .treatmet-box-1 {
  margin-top: -180px;
}
.treatmet-wrap-top .treatmet-box-2 {
  margin-bottom: -130px;
}
.treatmet-wrap-top .treatmet-box-2 .img {
  order: 1;
}
.treatmet-wrap-top .treatmet-box-2 .txt {
  order: 2;
}
@media print, screen and (max-width: 1440px) {
  .treatmet-wrap-top .treatmet-box-1 .img,
  .treatmet-wrap-top .treatmet-box-2 .img {
    max-width: 500px;
  }
}
@media print, screen and (max-width: 991px) {
  .treatmet-wrap-top .treatmet-box-1,
  .treatmet-wrap-top .treatmet-box-2 {
    gap: 40px;
  }
  .treatmet-wrap-top .treatmet-box-1 .img,
  .treatmet-wrap-top .treatmet-box-2 .img {
    max-width: 340px;
  }
  .treatmet-wrap-top .treatmet-box-1 {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .treatmet-wrap-top .treatmet-box-2 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .treatmet-wrap-top {
    padding-top: 100px;
  }
  .treatmet-wrap-top .treatmet-wrap-btm {
    padding-bottom: 100px;
  }
  .treatmet-wrap-top .treatmet-box-1,
  .treatmet-wrap-top .treatmet-box-2 {
    flex-direction: column;
    gap: 30px;
  }
  .treatmet-wrap-top .treatmet-box-1 .img,
  .treatmet-wrap-top .treatmet-box-2 .img {
    display: none;
  }
  .treatmet-wrap-top .treatmet-box-1 .txt .ttl,
  .treatmet-wrap-top .treatmet-box-2 .txt .ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .treatmet-wrap-top .treatmet-box-1 .txt .ttl span,
  .treatmet-wrap-top .treatmet-box-2 .txt .ttl span {
    font-size: 16px;
  }
  .treatmet-wrap-top .treatmet-box-1 .txt a,
  .treatmet-wrap-top .treatmet-box-2 .txt a {
    margin-top: 20px;
  }
  .treatmet-wrap-top .treatmet-box-2 {
    padding-bottom: 40px;
  }
  .treatmet-wrap-top .treatmet-box-2 .img {
    order: 2;
  }
  .treatmet-wrap-top .treatmet-box-2 .txt {
    order: 1;
  }
  .treatmet-wrap-top .treatmet-circle {
    position: absolute;
    bottom: 60px;
    left: 0;
  }
  .treatmet-wrap-top .treatmet-circle img {
    width: 160px;
  }
}

.over-view-wrap .over-view-ttl {
  font-size: 36px;
  margin: 0 120px;
  padding-bottom: 20px;
}
.over-view-wrap .over-view-ttl span {
  display: block;
  font-size: 24px;
  color: #78bae9;
}
.over-view-wrap .white-box {
  padding: 80px;
  background: #ffffff;
}
.over-view-wrap .white-box .over-view-box {
  display: flex;
  gap: 60px;
}
.over-view-wrap .white-box .over-view-box .box {
  text-align: center;
  width: calc(50% - 30px);
}
.over-view-wrap .white-box .over-view-box .box .logo {
  margin-top: 20px;
}
.over-view-wrap .white-box .over-view-box .box .logo img {
  margin: 0 auto;
}
.over-view-wrap .white-box .over-view-box .box .address {
  margin: 30px 0;
}
.over-view-wrap .white-box .over-view-box .box .tel-time-day-box {
  padding: 30px 40px;
  border: 1px solid #cccccc;
  border-radius: 16px;
}
.over-view-wrap .white-box .over-view-box .box .tel-time-day-box .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 28px;
  font-weight: 500;
}
.over-view-wrap .white-box .over-view-box .box .tel-time-day-box .tel i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #134e78;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e7f9fd;
}
.over-view-wrap .white-box .over-view-box .box .tel-time-day-box .time,
.over-view-wrap .white-box .over-view-box .box .tel-time-day-box .day {
  font-size: 12px;
}
.over-view-wrap .white-box .over-view-box .box .time-table {
  margin: 30px 0;
}
.over-view-wrap .white-box .over-view-box .box .time-table table {
  table-layout: fixed;
  width: 100%;
}
.over-view-wrap .white-box .over-view-box .box .time-table table tr th,
.over-view-wrap .white-box .over-view-box .box .time-table table tr td {
  padding: 15px 5px;
  border: 1px solid #f2f9fe;
}
.over-view-wrap .white-box .over-view-box .box .time-table table tr th {
  color: #ffffff;
  width: calc((100% - 170px) / 7);
  background: #134e78;
}
.over-view-wrap .white-box .over-view-box .box .time-table table tr th:first-child {
  width: 160px;
}
.over-view-wrap .white-box .over-view-box .box .time-table table tr td:first-child {
  background: #e2f1fb;
}
.over-view-wrap .white-box .over-view-box .box .time-table .note {
  font-size: 14px;
  text-align: right;
  margin-top: 2px;
}
@media print, screen and (max-width: 991px) {
  .over-view-wrap .white-box {
    padding: 80px;
  }
  .over-view-wrap .white-box .over-view-box {
    flex-direction: column;
    gap: 60px;
  }
  .over-view-wrap .white-box .over-view-box .box {
    width: 100%;
  }
  .over-view-wrap .white-box .over-view-box .box .time-table table tr th,
  .over-view-wrap .white-box .over-view-box .box .time-table table tr td {
    padding: 15px 0;
  }
  .over-view-wrap .white-box .over-view-box .box .time-table table tr th {
    width: calc((100% - 120px) / 7);
  }
  .over-view-wrap .white-box .over-view-box .box .time-table table tr th:first-child {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .over-view-wrap .over-view-ttl {
    font-size: 22px;
    margin: 0 20px;
  }
  .over-view-wrap .over-view-ttl span {
    font-size: 16px;
  }
  .over-view-wrap .white-box {
    padding: 40px 0;
  }
}