@import url("https://fonts.googleapis.com/css2?family=Cinzel&family=Noto+Sans+JP:wght@100..900&display=swap");
/*
@media (max-width: 767px) {

	}
*/
.p-visual {
  position: relative;
  z-index: 10;
}
.p-visual__swiper {
  position: relative;
}
.p-visual .swiper-slide img {
  width: 100%;
  height: 100vh;
  min-height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p-visual .swiper-slide img {
    height: 450px;
    min-height: 450px;
  }
}
.p-visual .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: rgb(182, 188, 193);
  mix-blend-mode: multiply;
}
.p-visual__content {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100vh;
  min-height: 750px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-visual__content {
    height: 450px;
    min-height: 450px;
  }
}
.p-visual__lead {
  color: #fff;
  margin: 0;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  line-height: 1.7273em;
  position: absolute;
  left: 50px;
  top: 250px;
  z-index: 3;
}
@media (max-width: 767px) {
  .p-visual__lead {
    font-size: 1.5rem;
    top: 150px;
    left: 15px;
  }
}
.p-visual__en {
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: min(22.6rem, 14vw);
  white-space: nowrap;
  letter-spacing: 0.06em;
  line-height: 0.8;
  z-index: 3;
}
.p-visual .c-deco--1 {
  left: -123px;
  top: 148px;
}
.p-visual .swiper-pagination {
  text-align: right;
  bottom: -50px;
  padding-right: 150px;
}
.p-visual .swiper-pagination-bullet {
  border: 1px solid #3754ce;
  opacity: 1;
  width: 14px;
  height: 14px;
  background: none;
}
.p-visual .swiper-pagination-bullet-active {
  background: #3754ce;
}
@media (max-width: 767px) {
  .p-visual .swiper-pagination {
    padding-right: 0;
    text-align: center;
    bottom: -35px;
  }
}

.p-top-banner {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .p-top-banner {
    padding: 50px 0;
  }
}
.p-top-banner__en {
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-top-banner__en-track {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  animation: p-top-banner-marquee 30s linear infinite;
}
.p-top-banner__en-track img {
  flex-shrink: 0;
  display: block;
  height: 100px;
  width: auto;
  margin-right: 50px;
}

@keyframes p-top-banner-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-feature {
  position: relative;
}
.p-feature__grid {
  position: relative;
  padding-top: 65px;
}
@media (max-width: 767px) {
  .p-feature__grid {
    padding-top: 90px;
  }
}
.p-feature__header {
  position: absolute;
  background: #3754ce;
  left: 0;
  top: 0;
  width: 783px;
  height: 621px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  padding-left: 113px;
}
@media (max-width: 767px) {
  .p-feature__header {
    width: 80%;
    height: 551px;
    padding-left: 15px;
  }
}
.p-feature__title {
  color: white;
  font-size: 9.3rem;
  letter-spacing: 0.08em;
  transform: rotate(-180deg);
  margin: 0;
  margin-top: 65px;
  text-align: left;
}
@media (max-width: 767px) {
  .p-feature__title {
    margin-top: 30px;
    transform: rotate(0deg);
    font-size: 4rem;
  }
}
.p-feature__title::after {
  content: "";
  display: inline-block;
  background: url(../img/ic-skyblue.svg) 0 0 no-repeat;
  background-size: contain;
  width: 34px;
  height: 22px;
  margin: 0;
  position: relative;
  left: 25px;
}
.p-feature__content {
  position: relative;
  margin-left: 276px;
  padding: 85px 0px;
  height: 482px;
  background: #fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media (max-width: 767px) {
  .p-feature__content {
    margin-left: 15px;
    padding: 30px 0;
    height: 420px;
  }
}
.p-feature__item {
  display: flex;
  width: 1164px;
  gap: 35px;
  padding-left: 90px;
  align-items: center;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .p-feature__item {
    width: 300px;
    padding-left: 35px;
    display: block;
  }
}
.p-feature__item-pic {
  flex: 0 0 490px;
}
.p-feature__item-pic img {
  border-radius: 20px;
}
.p-feature__item-content {
  flex: 1;
  padding-right: 90px;
}
@media (max-width: 767px) {
  .p-feature__item-content {
    padding-right: 0px;
  }
}
.p-feature__item-num {
  color: #7cb9f5;
  font-size: 5.7rem;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .p-feature__item-num {
    margin-top: 10px;
    font-size: 3.7rem;
  }
}
.p-feature__item-title {
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .p-feature__item-title {
    font-size: 2rem;
  }
}
.p-feature__item-note {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.7778em;
}
@media (max-width: 767px) {
  .p-feature__item-note {
    font-size: 1.5rem;
  }
}
.p-feature .c-deco--2 {
  right: -240px;
  top: 0;
}

.p-treat {
  margin-top: 170px;
  position: relative;
}
@media (max-width: 767px) {
  .p-treat {
    margin-top: 120px;
  }
}
.p-treat__content {
  border-radius: 40px;
  padding: 70px 200px;
}
@media (max-width: 767px) {
  .p-treat__content {
    padding: 40px 30px;
  }
}
.p-treat__en {
  text-align: left;
  font-size: 9.3rem;
  letter-spacing: 0.08em;
  line-height: 1.2048em;
  display: block;
  width: 622px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .p-treat__en {
    font-size: 3.2rem;
    width: 220px;
  }
}
.p-treat__en::before {
  content: "";
  display: inline-block;
  background: url(../img/ic-skyblue.svg) 0 0 no-repeat;
  background-size: contain;
  width: 34px;
  height: 22px;
  margin: 0;
  position: absolute;
  left: -55px;
  top: 20px;
}
@media (max-width: 767px) {
  .p-treat__en::before {
    width: 17px;
    height: 11px;
    left: -25px;
    top: 10px;
  }
}
.p-treat__grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .p-treat__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}
.p-treat__item {
  position: relative;
}
.p-treat__pic {
  max-width: 170px;
  width: 100%;
  margin: 0 auto;
}
.p-treat__pic img {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: transform 0.6s ease;
  border-radius: 100%;
}
.p-treat__link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.p-treat__link:hover + .p-treat__pic img {
  animation: rotateYInfinite 1s linear infinite;
  backface-visibility: hidden;
}
@keyframes rotateYInfinite {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
    box-shadow: 0px 0px 15px #7cb9f5;
  }
  100% {
    transform: scale(1);
  }
}
.p-treat__title {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.75em;
  margin: 10px 0 0;
}
@media (max-width: 767px) {
  .p-treat__title {
    font-size: 1.5rem;
  }
}
.p-treat .c-deco--1 {
  left: -150px;
  top: 30%;
}

.p-news {
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}
.p-news__grid {
  display: flex;
  gap: 78px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .p-news__grid {
    display: block;
    padding: 0;
  }
}
.p-news__header {
  flex: 0 0 290px;
}
.p-news__en {
  font-size: 9.3rem;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .p-news__en {
    font-size: 6rem;
    margin-bottom: 0;
  }
}
.p-news__en::before {
  content: "";
  display: block;
  background: url(../img/ic-skyblue.svg) 0 0 no-repeat;
  background-size: contain;
  width: 34px;
  height: 22px;
  margin: 0 0 -20px;
  position: relative;
}
.p-news__content {
  flex: 1;
  position: relative;
  padding: 65px;
}
@media (max-width: 767px) {
  .p-news__content {
    padding: 25px;
  }
}
.p-news__bg {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100vw;
  background: #3754ce;
}
.p-news .c-deco--2 {
  right: -250px;
  top: 50px;
}

.p-since {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .p-since {
    margin-top: 50px;
  }
}
.p-since__title {
  text-align: center;
  color: #3754ce;
  font-size: 12.2rem;
  letter-spacing: 0.08em;
  line-height: 1.1;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.p-since__title .u-small {
  position: relative;
  top: 15px;
  font-size: 5rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-since__title {
    font-size: 5rem;
  }
  .p-since__title .u-small {
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    top: 5px;
  }
}
.p-since__swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.p-since__track {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  animation: p-since-marquee 40s linear infinite;
}
.p-since__track img {
  flex-shrink: 0;
  display: block;
  height: 705px;
  width: auto;
  margin-right: 50px;
}
@media (max-width: 767px) {
  .p-since__track img {
    margin-right: 25px;
    height: 350px;
  }
}

@keyframes p-since-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-message {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .p-message {
    margin-top: 50px;
  }
}
.p-message .c-deco--1 {
  left: -123px;
  top: 348px;
  z-index: 2;
}
.p-message__grid {
  border-radius: 40px;
  display: flex;
  gap: 90px;
  padding: 95px 135px 90px 135px;
}
@media (max-width: 767px) {
  .p-message__grid {
    display: block;
    padding: 30px;
  }
}
.p-message__pic {
  flex: 0 0 360px;
  position: relative;
  z-index: 3;
}
.p-message__pic img {
  border-radius: 30px;
  display: block;
  margin-top: 170px;
}
@media (max-width: 767px) {
  .p-message__pic img {
    margin-top: 0;
  }
}
.p-message__name-en {
  font-size: 6rem;
  letter-spacing: 0.08em;
  line-height: 1.0833em;
  margin-top: -100px;
  margin-left: -80px;
}
@media (max-width: 767px) {
  .p-message__name-en {
    font-size: 4rem;
    margin-left: -20px;
    margin-top: -40px;
  }
}
.p-message__name {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  margin-top: 1em;
}
@media (max-width: 767px) {
  .p-message__name {
    font-size: 1.8rem;
  }
}
.p-message__name-tag {
  color: white;
  font-size: 1.8rem;
  border-radius: 9999px;
  background: #7cb9f5;
  margin-right: 8px;
  padding: 6px 30px;
}
@media (max-width: 767px) {
  .p-message__name-tag {
    font-size: 1.4rem;
  }
}
.p-message__content {
  flex: 1;
}
.p-message__en {
  font-size: 9.3rem;
  letter-spacing: 0.08em;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .p-message__en {
    font-size: 5rem;
  }
}
.p-message__en::before {
  content: "";
  display: block;
  background: url(../img/ic-skyblue.svg) 0 0 no-repeat;
  background-size: contain;
  width: 34px;
  height: 22px;
  margin: 0 0 -15px 10px;
  position: relative;
}
@media (max-width: 767px) {
  .p-message__en::before {
    margin-bottom: -5px;
    margin-left: 0;
  }
}
.p-message__note {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.9444444444em;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .p-message__note {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}
/*# sourceMappingURL=style-front.css.map */
