@charset "UTF-8";
/* ======================================================================
 p-top
====================================================================== */
.p-top-mv {
  position: relative;
  background: #f5f5f5;
}
.p-top-mv__slider, .p-top-mv__slide {
  position: absolute;
  inset: 0;
  border-radius: 1.0416666667vw 0 0 1.0416666667vw;
  overflow: hidden;
}
.p-top-mv__slider {
  z-index: 0;
}
.p-top-mv__slide {
  opacity: 0;
  transform: scale(1.1);
  transition: opacity 1.2s cubic-bezier(0, 0, 0.58, 1), transform 5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.p-top-mv__slide.is-active {
  opacity: 1;
  transform: scale(1);
}
.p-top-mv__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top-mv::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.14) 34%, rgba(0, 0, 0, 0) 72%);
  border-radius: 1.0416666667vw 0 0 1.0416666667vw;
}
.p-top-mv__content {
  z-index: 2;
}
.p-top-mv__access {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #444444;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #fff;
  border-radius: 999px;
}
.p-top-mv__access span {
  color: #FF9898;
  display: flex;
  align-items: center;
}
.p-top-mv__access .num {
  font-size: 1.5625vw;
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
}
.p-top-mv__copy {
  color: #fff;
  font-weight: 700;
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.22);
}
.p-top-mv__copy--char-01 {
  letter-spacing: -0.4em;
}
.p-top-mv__feature {
  position: relative;
  overflow: hidden;
  background: rgb(255, 255, 255);
}
.p-top-mv__feature-label {
  display: block;
  margin: 0;
  color: #fff;
  font-weight: 500;
  line-height: 1.4117647059;
  letter-spacing: 0.1em;
  background: #FF9898;
}
.p-top-mv__feature-text {
  margin: 0;
  color: #454C67;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.1em;
}
.p-top-mv__feature-device {
  position: absolute;
  right: -0.6770833333vw;
  top: 0;
  background: url(../img/p-top/mv-feature-device.png) no-repeat top/contain;
  aspect-ratio: 214/285;
}
.p-top-mv__sns {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}
.p-top-mv__sns-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.2s cubic-bezier(0, 0, 0.58, 1);
}
.p-top-mv__sns-link:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}
.p-top-mv__sns-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-top-sec {
  padding-bottom: 10.4166666667vw;
}
.p-top-sec + .p-top-sec {
  padding-top: 10.4166666667vw;
}
.p-top-sec:last-child {
  padding-bottom: 0;
}

.news-sec {
  display: grid;
  grid-template-columns: 1fr 54.1666666667vw;
}
.news-sec__title-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-sec__title {
  margin-bottom: 1.5625vw;
}

.about-sec {
  background: #FDF9F9;
  display: grid;
  grid-template-columns: 1fr 39.0625vw;
  gap: 10.4166666667vw;
}
.about-sec__main-col {
  display: flex;
  flex-direction: column;
}
.about-sec__title {
  margin: 0 0 4.1666666667vw;
}
.about-sec__sub-title {
  font-size: 1.6666666667vw;
  font-weight: 500;
  color: #FF9898;
  line-height: 1.40625;
  margin: 0 0 2.6041666667vw;
}
.about-sec__text {
  line-height: 2.125;
  margin: 0 0 1.0416666667vw;
}
.about-sec__btn {
  margin-top: auto;
}
.about-sec__thumb-col {
  border-radius: 1.0416666667vw;
  overflow: hidden;
}
.about-sec__thumb-col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.feature-sec__catch-copy {
  margin: 0;
  color: #454C67;
  font-weight: 700;
  line-height: 1.8181818182;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-decoration-color: #FFAFAF;
  text-decoration-line: 1px;
}
.feature-sec__body {
  display: grid;
}
.feature-sec__item {
  display: grid;
  align-items: center;
}
.feature-sec__image {
  overflow: hidden;
  aspect-ratio: 7/5;
}
.feature-sec__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.feature-sec__content {
  min-width: 0;
}
.feature-sec__item-title {
  display: flex;
  align-items: baseline;
  margin: 0;
  color: #454C67;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.feature-sec__num {
  flex-shrink: 0;
  color: #FF9898;
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
  font-weight: 900;
  line-height: 1;
  border-bottom: 1px solid currentColor;
}
.feature-sec__text {
  margin: 0;
  color: #444444;
  font-weight: 500;
  line-height: 2.1111111111;
  letter-spacing: 0.1em;
}

.medical-sec {
  background: #FDF9F9;
}
.medical-sec__thumbnail-box {
  position: relative;
  z-index: 0;
}
.medical-sec__thumbnail {
  overflow: hidden;
}
.medical-sec__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.medical-sec__thumbnail-title {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #FDF9F9;
  left: 0;
  bottom: 0;
}
.medical-sec__heading {
  display: grid;
}
.medical-sec__sub-title {
  line-height: 1.5555555556;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #FF9898;
}
.medical-sec__text {
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 500;
}
.medical-sec__body {
  display: grid;
}
.medical-sec__item {
  min-width: 0;
  background: #fff;
}
.medical-sec__item-image {
  overflow: hidden;
}
.medical-sec__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.medical-sec__item-content {
  min-width: 0;
}
.medical-sec__item-text {
  margin: 0;
  color: #151515;
  letter-spacing: 0.1em;
}

.column-sec {
  background: #FDF9F9;
}
.column-sec__catch-copy {
  margin: 0;
  color: #454C67;
  font-weight: 700;
  line-height: 1.8181818182;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-decoration-color: #FFAFAF;
  text-decoration-line: 1px;
}
.column-sec__button {
  margin-top: 5.2083333333vw;
}
@media screen and (min-width: 768px){
  .p-top-mv {
    margin: 0 0 0 6.25vw;
    height: calc(100vh - 6.25vw);
    min-height: 32.2916666667vw;
  }
  .p-top-mv__slide img {
    -o-object-position: center center;
    object-position: center center;
  }
  .p-top-mv__content {
    bottom: 2.6041666667vw;
    left: 2.6041666667vw;
    position: absolute;
  }
  .p-top-mv__access {
    font-size: 0.9375vw;
    width: 30.2083333333vw;
    height: 3.125vw;
  }
  .p-top-mv__copy {
    margin: 1.0416666667vw 0 0;
    font-size: 2.5vw;
  }
  .p-top-mv__feature {
    width: 24.4791666667vw;
    min-height: 10.4166666667vw;
    margin-top: 6.5104166667vw;
    padding: 1.0416666667vw 1.0416666667vw 1.0416666667vw 1.0416666667vw;
    border-radius: 0.625vw;
  }
  .p-top-mv__feature-label {
    padding: 0.4166666667vw 0.7291666667vw;
    border-radius: 0.5208333333vw;
    font-size: 0.8854166667vw;
  }
  .p-top-mv__feature-text {
    margin: 1.0416666667vw 0 0 0.78125vw;
    font-size: 1.3020833333vw;
    letter-spacing: 0.1em;
  }
  .p-top-mv__feature-device {
    width: 11.1458333333vw;
  }
  .p-top-mv__sns {
    left: -6.25vw;
    bottom: 0vw;
    gap: 1.0416666667vw;
    width: 6.25vw;
  }
  .p-top-mv__sns-link {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    border-radius: 0.4166666667vw;
  }
  .feature-sec__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4.1666666667vw;
    margin-bottom: 5.2083333333vw;
  }
  .feature-sec__catch-copy {
    font-size: 1.1458333333vw;
    text-underline-offset: 0.4166666667vw;
  }
  .feature-sec__body {
    gap: 6.7708333333vw;
  }
  .feature-sec__item {
    grid-template-columns: 36.4583333333vw 28.125vw;
    justify-content: start;
    gap: 7.8125vw;
  }
  .feature-sec__item--reverse {
    justify-content: end;
    grid-template-columns: 28.125vw 36.4583333333vw;
  }
  .feature-sec__item--reverse .feature-sec__image {
    order: 2;
  }
  .feature-sec__item--reverse .feature-sec__content {
    order: 1;
  }
  .feature-sec__image {
    border-radius: 1.0416666667vw;
  }
  .feature-sec__item-title {
    gap: 1.0416666667vw;
    font-size: 1.3541666667vw;
  }
  .feature-sec__num {
    padding-bottom: 0.1041666667vw;
    font-size: 1.25vw;
  }
  .feature-sec__text {
    margin-top: 2.6041666667vw;
    font-size: 0.9375vw;
  }
  .feature-sec .c-button-12 {
    margin-top: 2.6041666667vw;
  }
  .medical-sec__thumbnail {
    border-radius: 1.0416666667vw;
    aspect-ratio: 1440/500;
    width: 100%;
    margin: 0 0 5.2083333333vw;
  }
  .medical-sec__thumbnail-title {
    border-radius: 0 1.0416666667vw 0 0;
    width: 19.2708333333vw;
    height: 10.4166666667vw;
  }
  .medical-sec__heading {
    margin: 0 0 5.2083333333vw;
    grid-template-columns: 1fr 42.3958333333vw;
    gap: 7.8125vw;
  }
  .medical-sec__sub-title {
    font-size: 1.875vw;
  }
  .medical-sec__text {
    font-size: 0.9375vw;
  }
  .medical-sec__body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.125vw;
  }
  .medical-sec__item {
    padding: 3.125vw;
    border-radius: 0.5208333333vw;
  }
  .medical-sec__item--wide {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 29.6875vw minmax(0, 1fr);
    align-items: center;
    gap: 4.1666666667vw;
    padding: 3.125vw 4.1666666667vw 3.125vw 3.125vw;
  }
  .medical-sec__item-image {
    aspect-ratio: 570/370;
    border-radius: 1.0416666667vw;
    margin-bottom: 2.6041666667vw;
  }
  .medical-sec__item--wide .medical-sec__item-image {
    margin-bottom: 0;
  }
  .medical-sec__item-text {
    margin-top: 2.6041666667vw;
  }
  .medical-sec .c-button-12 {
    margin-top: 2.6041666667vw;
  }
  .column-sec__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4.1666666667vw;
    margin-bottom: 5.2083333333vw;
  }
  .column-sec__catch-copy {
    font-size: 1.1458333333vw;
    text-underline-offset: 0.4166666667vw;
  }
}
@media screen and (max-width: 767px){
  .p-top-mv {
    min-height: 149.3333333333vw;
  }
  .p-top-mv__slide img {
    -o-object-position: 58% center;
    object-position: 58% center;
  }
  .p-top-mv::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.34) 100%);
  }
  .p-top-mv__content {
    position: absolute;
    bottom: 5.3333333333vw;
    left: 5.3333333333vw;
    width: calc(100% - 10.6666666667vw);
  }
  .p-top-mv__access {
    display: block;
    padding: 2.6666666667vw 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.4;
  }
  .p-top-mv__access span {
    display: inline;
  }
  .p-top-mv__access .num {
    font-size: 5.3333333333vw;
  }
  .p-top-mv__copy {
    margin: 5.3333333333vw 0 0;
    font-size: 6.9333333333vw;
  }
  .p-top-mv__feature {
    width: 100%;
    margin-top: 10.6666666667vw;
    padding: 4vw;
    border-radius: 2.6666666667vw;
  }
  .p-top-mv__feature-label {
    padding: 2.6666666667vw;
    border-radius: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .p-top-mv__feature-text {
    margin-top: 3.7333333333vw;
    font-size: 4vw;
    margin: 2.6666666667vw 0 0 4vw;
  }
  .p-top-mv__feature-device {
    width: 32vw;
  }
  .p-top-mv__sns {
    display: none;
  }
  .p-top-sec {
    padding-bottom: 16vw;
  }
  .p-top-sec + .p-top-sec {
    padding-top: 16vw;
  }
  .news-sec {
    grid-template-columns: repeat(1, 1fr);
    gap: 10.6666666667vw;
  }
  .news-sec__title {
    margin-bottom: 0;
  }
  .news-sec__btn {
    margin-top: 10.6666666667vw;
  }
  .about-sec {
    display: block;
  }
  .about-sec__title {
    margin: 0 0 8vw;
  }
  .about-sec__sub-title {
    font-size: 5.3333333333vw;
    margin: 0 0 5.3333333333vw;
  }
  .about-sec__text {
    margin: 0 0 10.6666666667vw;
  }
  .about-sec__thumb-col {
    border-radius: 1.3333333333vw;
    margin: 0 0 5.3333333333vw;
  }
  .feature-sec__header {
    margin-bottom: 10.6666666667vw;
  }
  .feature-sec__catch-copy {
    margin-top: 6.4vw;
    font-size: 4.8vw;
    text-underline-offset: 1.3333333333vw;
  }
  .feature-sec__body {
    gap: 10.6666666667vw;
  }
  .feature-sec__item {
    grid-template-columns: 1fr;
    gap: 6.4vw;
  }
  .feature-sec__image {
    border-radius: 2.6666666667vw;
  }
  .feature-sec__item-title {
    gap: 2.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .feature-sec__num {
    padding-bottom: 0.5333333333vw;
    font-size: 4.8vw;
  }
  .feature-sec__text {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .feature-sec .c-button-12 {
    margin-top: 8vw;
  }
  .medical-sec__thumbnail {
    aspect-ratio: 3/2;
    border-radius: 2.6666666667vw;
    margin: 0 0 10.6666666667vw;
  }
  .medical-sec__thumbnail-title {
    border-radius: 0 2.6666666667vw 0 0;
    width: 53.3333333333vw;
    height: 20.8333333333vw;
  }
  .medical-sec__heading {
    margin: 0 0 10.6666666667vw;
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
  }
  .medical-sec__sub-title {
    font-size: 5.3333333333vw;
  }
  .medical-sec__text {
    font-size: 4.2666666667vw;
  }
  .medical-sec__body {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
  .medical-sec__item {
    padding: 6.4vw 5.3333333333vw;
    border-radius: 2.1333333333vw;
  }
  .medical-sec__item-image {
    border-radius: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .medical-sec__item-text {
    margin-top: 5.3333333333vw;
  }
  .medical-sec .c-button-12 {
    margin-top: 5.3333333333vw;
  }
  .column-sec__header {
    margin-bottom: 10.6666666667vw;
  }
  .column-sec__catch-copy {
    margin-top: 6.4vw;
    font-size: 4.8vw;
    text-underline-offset: 1.3333333333vw;
  }
  .column-sec__button {
    margin-top: 10.6666666667vw;
  }
}
/*# sourceMappingURL=p-top.css.map */
