/* =========================================================
kv
========================================================= */
.kv {
  width: 100%;
  display: flex;
  height: calc(100vh - 100px);
  background-image: url(../img/top/topimg.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top 0 right 30%;
}

@media screen and (max-width: 767px) {
  .kv {
    align-items: flex-start;
    height: 100vh;
    background-size: auto 55%;
    background-position: bottom 0 right 20%;
  }
}

.kv .wrapper {
  height: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .kv .wrapper {
    position: relative;
    display: block;
    padding: 0;
  }
}

.kv .text_area {
  position: absolute;
  font-weight: 600;
  width: calc(286px + 12%);
  top: 13%;
  left: 12%;
}

@media screen and (max-width: 767px) {
  .kv .text_area {
    background: url(../img/common/image_sleep.svg) no-repeat right 30px bottom 85px/90px auto;
    width: calc(100% - 35px);
    top: 30px;
    left: 35px;
  }
}

@media screen and (max-width: 320px) {
  .kv .text_area {
    background: url(../img/common/image_sleep.svg) no-repeat right 20px bottom 75px/90px auto;
    width: calc(100% - 25px);
    left: 25px;
  }
}

.kv .text_area h2 {
  width: 286px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .kv .text_area h2 {
    margin-bottom: 30px;
  }
}

.kv .text_area p:not([class]) {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .kv .text_area p:not([class]) {
    font-size: 20px;
  }
}

.kv .text_area .kv_logo {
  width: 262px;
}

@media screen and (max-width: 767px) {
  .kv .text_area .kv_logo img {
    width: 300px;
  }
}

/*
.kv .doctor_list {
  overflow: hidden;
  width: 688px;
}

@media screen and (max-width: 767px) {
  .kv .doctor_list {
    width: auto;
  }
}

.kv .doctor_list li {
  float: left;
  position: relative;
  width: 25%;
}

.kv .doctor_list li:nth-child(even) .doctor_name {
  background: rgba(255, 255, 255, 0.75);
}

.kv .doctor_list .doctor_name {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 5px;
  background: rgba(255, 215, 0, 0.75);
  width: calc(100% - 10px);
  padding: 5px 0;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .kv .doctor_list .doctor_name {
    position: static;
    width: auto;
    padding: 10px 0;
    font-size: 9px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 767px) {
  .kv .doctor_list .doctor_name .job {
    display: inline-block;
    margin-top: 5px;
  }
}

.kv .doctor_list .doctor_name .name {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .kv .doctor_list .doctor_name .name {
    display: block;
    font-size: 11px;
  }
}
*/
.kv .scroll_icon {
  position: absolute;
  bottom: 85px;
  left: 0;
  right: 0;
  width: 40px;
  margin: auto;
}

/* =========================================================
news
========================================================= */
.contents {
  overflow: hidden;
  padding: 50px 0;
}

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

.news {
  float: left;
  width: 62%;
  margin-right: 27px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .news {
    float: none;
    width: 100%;
    font-size: 11px;
  }
}

.news h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #ffd700;
  border-radius: 25px;
  height: 40px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 50px;
}

.news h2 img {
  max-width: 63px;
}

@media screen and (max-width: 767px) {
  .news h2 {
    margin-bottom: 15px;
    height: 32px;
    line-height: 32px;
  }

  .news h2 img {
    width: 50px;
  }
}

.news_list {
  overflow: hidden;
}

.news_list dt {
  clear: both;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .news_list dt {
    margin-right: 10px;
  }
}

.news_list dt:before {
  content: '';
  display: inline-block;
  background: #ffd700;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-right: 7px;
}

.news_list dd {
  overflow: hidden;
  margin-bottom: 10px;
}

.news_btn {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .news_btn {
    margin-top: 10px;
  }
}

.news_btn:after {
  content: '';
  display: inline-block;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  transform: rotate(45deg);
}

/* =========================================================
banner_list
========================================================= */
.banner_list {
  width: 35%;
  float: right;
}

@media screen and (max-width: 767px) {
  .banner_list {
    margin-top: 20px;
    width: 100%;
  }

  .banner_list img {
    width: 100%;
  }
}

.banner_list li+li {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .banner_list li+li {
    margin-top: 10px;
  }
}

/* =========================================================
supplement
========================================================= 
.supplement {
  background: rgba(255, 215, 0, 0.15);
  padding: 20px 0;
}

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

.supplement a {
  display: block;
  width: 317px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .supplement a {
    width: 235px;
  }
}
*/
/*# sourceMappingURL=map/top.css.map */