@charset "UTF-8";

/* ==========================================================================
    top style
============================================================================= */
@-webkit-keyframes slideinTop {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideinTop {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideoutTop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
}
@keyframes slideoutTop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    opacity: 0;
  }
}
.mv {
  text-align: center;
  position: relative;
}
.mv::after {
  background: url("../images/top/bg_mainvisual.svg") no-repeat 0 bottom/100% auto;
  content: "";
  display: block;
  height: 48.819vw;
  width: 100%;
  position: absolute;
  bottom: -4.861vw;
}
.mv__img {
  position: relative;
  z-index: 1;
}
.mv__inner {
  position: absolute;
  /* top: 13.75vw; */
  top: 26.428%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}
.mv__copy {
  display: flex;
  gap: 2.083vw;
  justify-content: center;
  margin-top: -3vw;
}
.mv__copy > li {
  background: url(../images/top/bg_mv_txt.svg) no-repeat center / 100% auto;
  color: #F09595;
  font-size: clamp(1.4rem, 1.527vw, 2.2rem);
  font-weight: bold;
  line-height: 1.18;
  gap: 3px;
  max-height: 201px;
  max-width: 205px;
  width: 14.236vw;
  height: 13.958vw;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mv__copy > li > a {
  color: #F09595;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mv__title {
  position: relative;
  z-index: 2;
}
.mv__title img {
  -webkit-filter: drop-shadow(0px 4px 2px rgba(0,0,0,0.25));
          filter: drop-shadow(0px 4px 2px rgba(0,0,0,0.25));
  max-width: 763px;
  width: 52.986vw;
}
@media screen and (min-width: 768px) {
  .mv__copy > li:last-child {
    font-size: clamp(1.3rem, 1.38vw, 1.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .mv::after {
    background-size: 180% auto;
    background-position: center bottom;
    bottom: -9.861vw;
  }
  .mv__inner {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
  }
  .mv__title img {
    width: 75.83vw;
  }
  .mv__copy > li {
    font-size: 1.2rem;
    gap: 1px;
    max-width: inherit;
    width: 136px;
    height: 136px;;
  }
}
.top__lead {
  background: url("../images/img_wave.svg") no-repeat 0 bottom/100% auto;
  padding-top: 120px;
  padding-bottom: 7.291vw;
  position: relative;
}
.top__lead .lead {
  margin-bottom: 47px;
  text-align: center;
}
.top__lead .btn {
  margin: 50px 0 98px;
}

.top__news{
	font-size:1.6rem;
	line-height:2;
	margin-bottom: 80px;
	color: #F09595;
	
}
@media screen and (min-width: 768px) {
  .top__lead {
    padding-top: 150px;
  }
  .top__lead-photo .photo-1 {
    text-align: right;
  }
  .top__lead-photo .photo-1 img {
    max-width: 700px;
    margin-top: 3.4722vw;
  }
  .top__lead-photo .photo-2 img {
    max-width: 34.722vw;
  }
  .top__lead-photo .photo-2 img:first-of-type {
    margin-left: 3.125vw;
  }
  .top__lead-photo .photo-2 img:nth-of-type(2) {
    display: block;
    margin-top: 5.55vw;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .top__lead {
    padding: 100px 0 80px;
  }
  .top__lead-photo .photo-1 {
    text-align: center;
  }
  .top__lead-photo .photo-1 img {
    margin-top: 40px;
    width: 90%;
  }
  .top__lead-photo .photo-2 {
    margin-inline: 3.125vw;
  }
  .top__lead-photo .photo-2 img {
    width: 55%;
  }
  .top__lead-photo .photo-2 img:nth-of-type(2) {
    display: block;
    margin-top: 20px;
    margin-left: auto;
    width: 70%;
  }
}
.news {
  padding-top: 148px;
}
.news .hdg-1 {
  margin-bottom: 53px;
}
.news__list {
  background-color: #fff;
  border-radius: 10px;
  padding: 8px 0 4px;
}
.news__list > li {
  border-bottom: solid 1px #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  line-height: 2;
  padding: 20px 0 26px;
}
.news__list > li:last-child {
  border-bottom: 0;
}
.news__list .date {
  font-weight: 700;
  margin-left: 30px;
  line-height: 2;
}
.news__list .txt {
  margin-right: 30px;
}
@media screen and (max-width: 767.98px) {
  .news {
    padding-top: 78px;
  }
  .news__list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news__list .txt {
    margin-inline: 30px;
  }
}
.diagnosis {
  padding-top: 176px;
}
.diagnosis .hdg-1 {
  margin-bottom: 50px;
}
.diagnosis .btn {
  margin-top: 10px;
}
.partners {
  padding: 180px 0 230px;
}
.partners .hdg-1 {
  margin-bottom: 50px;
}
.partners .lead {
  margin: 50px 0 37px;
  text-align: center;
}
.partners .txt + .txt {
  margin-top: 12px;
}
@media screen and (max-width: 767.98px) {
  .partners {
    padding: 100px 0 115px;
  }
}
.information {
  padding-bottom: 200px;
}
@media screen and (max-width: 767.98px) {
  .information {
    padding-bottom: 100px;
  }
}
/*# sourceMappingURL=maps/top.css.map */
