@charset "UTF-8";
/* ------------------------------
	mv
------------------------------ */
.p-mv {
  width: 100%;
  height: 109rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv {
    height: calc(100svh - 2.4rem);
  }
}
@media screen and (orientation: landscape) and (max-width: 767px) {
  .p-mv {
    min-height: 60rem;
  }
}
.p-mv__bg {
  height: 100%;
}
.p-mv__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-mv__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__inner {
  width: 100%;
  position: absolute;
  top: 28rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 5.5rem 0 17rem;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    top: 25svh;
    left: 3.2rem;
    transform: translateX(0);
    padding: 0;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) and (max-width: 767px) {
  .p-mv__inner {
    top: 50svh;
  }
}
.p-mv__ttl img {
  width: clamp(36.6rem, 25.4166666667vw, 42rem);
}
@media screen and (max-width: 767px) {
  .p-mv__ttl img {
    width: 29.4rem;
  }
}

.p-mv-btnwrap {
  position: absolute;
  width: 36rem;
  display: flex;
  gap: 0 2rem;
  right: 5.6rem;
  top: 53rem;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-mv-btnwrap {
    justify-content: center;
    width: 100%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100svh - 24rem);
    gap: 0 1.8rem;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) and (max-width: 767px) {
  .p-mv-btnwrap {
    top: 40rem;
  }
}
.p-mv-btnwrap__btn.btn02 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-mv-btnwrap__btn.btn02 {
    margin-top: 2rem;
  }
}
.p-mv-btnwrap__btn a {
  position: relative;
  width: 17rem;
  height: 17rem;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-mv-btnwrap__btn a {
    width: 14.4rem;
    height: 14.4rem;
  }
}
.p-mv-btnwrap__btn a::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  transition: 0.4s ease;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-mv-btnwrap__btn a::after {
    box-shadow: 0 4px 9px 2px rgba(0, 0, 0, 0.05);
  }
}
.p-mv-btnwrap__btn a img {
  width: 16rem;
}
@media screen and (max-width: 767px) {
  .p-mv-btnwrap__btn a img {
    width: 13.6rem;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-mv-btnwrap__btn a:hover::after {
    transform: translate(-50%, -50%) scale(1.05);
  }
}

/*
.p-cloud{
	position: relative;
	z-index: 2;
	margin-top: -45.5rem;
	@media screen and (min-width: 1680px) {
		margin-top: -43rem;
	}
	@include sp{
		margin-top: -21rem;
	}
	img{
		object-fit: cover;
		width: 100%;
		height: 45.9rem;
		@include sp{
			height: 25.8rem;
		}
	}
}
*/
/* ------------------------------
	about
------------------------------ */
.p-about {
  position: relative;
  margin-top: -8rem;
  padding-bottom: 5.5rem;
  background: #fff;
  z-index: 2;
}
.p-about::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 20rem;
  z-index: -1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-about::after {
    display: none;
  }
}
.p-about::before {
  position: absolute;
  content: "";
  background: url("../img/img_mv_cloud_pc.png") no-repeat center top/100% auto;
  width: 100%;
  height: 45.9rem;
  top: -37rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1680px) {
  .p-about::before {
    top: -40rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about::before {
    background-image: url("../img/img_mv_cloud_sp.png");
    height: 25.8rem;
    top: -13rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-bottom: 1.4rem;
  }
}
.p-about__container {
  position: relative;
  max-width: 140.8rem;
}
@media screen and (max-width: 767px) {
  .p-about__container {
    max-width: inherit;
    padding: 13rem 3rem 0;
  }
}
.p-about__container .deco01 {
  width: 29rem;
  left: -3.6rem;
  top: 42rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-about__container .deco01 {
    width: 13.3rem;
    left: auto;
    right: 1.9rem;
    top: 63rem;
  }
  .p-about__container .deco01 img {
    width: 100%;
  }
}
.p-about__container .cloud01 {
  width: 55.7rem;
  left: -25.8rem;
  top: 59rem;
}
@media screen and (max-width: 767px) {
  .p-about__container .cloud01 {
    width: 28.7rem;
    left: auto;
    right: -9.4rem;
    top: 71rem;
  }
}
.p-about__container .deco03 {
  width: 7.4rem;
  right: 11rem;
  top: 73rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-about__container .deco03 {
    width: 4.4rem;
    right: 5rem;
    top: 113.5rem;
    z-index: 5;
  }
}
.p-about__container .cloud02 {
  width: 55.7rem;
  right: -28rem;
  top: 75rem;
}
@media screen and (max-width: 767px) {
  .p-about__container .cloud02 {
    width: 30.9rem;
    right: -10.3rem;
    top: 116rem;
    z-index: 4;
  }
}
.p-about__ttl {
  display: flex;
  justify-content: flex-end;
  padding-right: 32.2rem;
}
@media screen and (max-width: 767px) {
  .p-about__ttl {
    justify-content: flex-start;
    padding-right: 0;
  }
}
.p-about__item {
  display: flex;
  justify-content: center;
  margin-left: -2.8rem;
}
@media screen and (max-width: 767px) {
  .p-about__item {
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 0;
  }
}

.p-about-baloon {
  position: relative;
  margin-top: -10.4rem;
}
@media screen and (max-width: 767px) {
  .p-about-baloon {
    margin-top: 3rem;
  }
}
.p-about-baloon.baloon01 {
  width: 75.5rem;
  margin-right: -2rem;
}
.p-about-baloon.baloon01 .p-about-baloon__inner {
  top: 23rem;
  left: 52%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-about-baloon.baloon01 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .p-about-baloon.baloon01 .p-about-baloon__img {
    left: -12rem;
    width: 49.4rem;
  }
  .p-about-baloon.baloon01 .p-about-baloon__inner {
    top: 9rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-about-baloon.baloon02 {
  width: 72.4rem;
  margin-top: 13rem;
  margin-left: -6rem;
}
.p-about-baloon.baloon02 .p-about-baloon__inner {
  top: 23rem;
  left: 48.5%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-about-baloon.baloon02 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .p-about-baloon.baloon02 .p-about-baloon__img {
    top: 32rem;
    left: -5.3rem;
    width: 48.9rem;
  }
  .p-about-baloon.baloon02 .p-about-baloon__inner {
    top: 41.6rem;
  }
}
.p-about-baloon.baloon02 .deco02 {
  width: 8.1rem;
  left: 15.6rem;
  top: 9.2rem;
}
@media screen and (max-width: 767px) {
  .p-about-baloon.baloon02 .deco02 {
    width: 4.7rem;
    left: 0.2rem;
    top: 44rem;
  }
}
.p-about-baloon__inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.p-about-baloon__img {
  position: absolute;
  left: 0;
  top: 0;
}
.p-about-baloon__ttl {
  position: relative;
  margin-bottom: 6rem;
}
.p-about-baloon__ttl::before {
  position: absolute;
  content: "";
  background: #323232;
  height: 1px;
  width: 13rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3.5rem;
}
.p-about-baloon__hd {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
.p-about-baloon__txt {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}

.p-about-box {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 8rem;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 20px 4px rgba(0, 0, 0, 0.1);
  padding: 10rem 14.2rem 10rem 17.7rem;
  margin-top: 68rem;
}
@media screen and (max-width: 767px) {
  .p-about-box {
    width: 90.5%;
    margin-top: 87rem;
    border-radius: 7rem;
    padding: 8.5rem 2rem 6rem;
  }
}
.p-about-box__circle {
  width: 64.8rem;
  min-height: 58.2rem;
  position: relative;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 767px) {
  .p-about-box__circle {
    width: 30.9rem;
    min-height: inherit;
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about-box__spwrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .p-about-box__spwrap .p-about-box__citem {
    margin-top: -4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about-box__pcwrap {
    position: relative;
    z-index: 2;
  }
}
.p-about-box__citem {
  position: absolute;
  width: 32.7rem;
  height: 32.7rem;
  background: #fff;
  border-radius: 32.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-about-box__citem {
    position: relative;
    width: 30.9rem;
    height: 30.9rem;
    margin-top: 5rem;
    padding-bottom: 0.5rem;
  }
}
.p-about-box__citem.-blue {
  border: 1px solid #20ABE3;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.p-about-box__citem.-green {
  border: 1px solid #72BB2A;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-about-box__citem.-green {
    z-index: 2;
  }
}
.p-about-box__citem.-pink {
  border: 1px solid #ED82B1;
  bottom: 0;
  right: 0;
}
.p-about-box__label {
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0.35em 1.2em 0.45em;
  line-height: 1;
}
.p-about-box__label.-blue {
  background: #20ABE3;
}
.p-about-box__label.-green {
  background: #72BB2A;
}
.p-about-box__label.-pink {
  background: #ED82B1;
  padding: 0.35em 1.5em 0.45em;
}
.p-about-box__txt {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.p-about-box .deco04 {
  width: 28.3rem;
  left: -9.8rem;
  top: 31rem;
}
@media screen and (max-width: 767px) {
  .p-about-box .deco04 {
    width: 14.2rem;
    left: -3.2rem;
    top: 91rem;
    z-index: 2;
  }
}
.p-about-box .deco05 {
  width: 17.1rem;
  right: -13.4rem;
  bottom: 27.8rem;
}
@media screen and (max-width: 767px) {
  .p-about-box .deco05 {
    width: 9.4rem;
    right: -2.4rem;
    bottom: -1.5rem;
  }
}

.p-about-gp {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 6rem -1% 0;
  min-height: 17rem;
  width: 102%;
  left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about-gp {
    min-height: inherit;
    align-items: flex-start;
    margin: 4rem -3% 0;
    width: 106%;
    left: auto;
    flex-wrap: wrap;
  }
}
.p-about-gp__item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 4rem;
}
.p-about-gp__item.item01 {
  width: 19.6rem;
}
.p-about-gp__item.item02 {
  width: 18.2rem;
  margin-left: 1.4rem;
}
.p-about-gp__item.item03 {
  width: 14rem;
  margin-left: 2rem;
}
.p-about-gp__item.item04 {
  width: 18.2rem;
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about-gp__item {
    width: 14rem !important;
    margin: 0 auto !important;
    padding-bottom: 3rem;
  }
}
.p-about-gp__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 15.4rem;
}
@media screen and (max-width: 767px) {
  .p-about-gp__img {
    width: 12.8rem;
    top: -0.5rem;
    transform: translate(-50%, 0);
  }
}
.p-about-gp__num {
  font-family: "Marcellus", serif;
  font-size: 3rem;
}
.p-about-gp__txt {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
}

/* ------------------------------
	facility
------------------------------ */
.p-facility {
  padding-top: 43.5rem;
}
@media screen and (max-width: 767px) {
  .p-facility {
    padding-top: 24rem;
  }
}
.p-facility::before {
  position: absolute;
  content: "";
  background: url("../img/img_cloud_facility_pc.png") no-repeat center top/100%;
  width: 100%;
  height: 67.7rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-facility::before {
    background-image: url("../img/img_cloud_facility_sp.png");
    height: 35.2rem;
  }
}
.p-facility__ttl {
  margin-bottom: 9rem;
}
.p-facility__container {
  position: relative;
  max-width: 129rem;
}
.p-facility__container .facility_ill {
  width: 107rem;
  left: 50%;
  transform: translate(-50%);
  top: -35.5rem;
}
@media screen and (max-width: 767px) {
  .p-facility__container {
    max-width: inherit;
    padding: 0 1.6rem;
  }
  .p-facility__container .facility_ill {
    width: 100%;
    top: -20rem;
  }
  .p-facility__container .facility_ill img {
    width: 100%;
  }
}
.p-facility .airplane01 {
  width: 15.3rem;
  left: -1rem;
  top: 46.5rem;
}
@media screen and (max-width: 767px) {
  .p-facility .airplane01 {
    width: 8.6rem;
    left: -2.4rem;
    top: 34rem;
  }
}
.p-facility .airplane02 {
  width: 7.8rem;
  right: 8.7rem;
  top: 101rem;
}
@media screen and (max-width: 767px) {
  .p-facility .airplane02 {
    width: 6.8rem;
    right: -1.8rem;
    top: 121rem;
  }
}

.p-facility-item {
  position: relative;
  z-index: 2;
}
.p-facility-item__inner {
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-facility-item__inner {
    flex-direction: column;
    align-items: center;
    gap: 10rem 0;
  }
}
.p-facility-item__inner.item01 .p-facility-item__img {
  margin-right: 10.8rem;
}
.p-facility-item__inner.item01 .p-facility-item__detail {
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  .p-facility-item__inner.item01 .p-facility-item__img {
    margin-left: auto;
    margin-right: auto;
  }
  .p-facility-item__inner.item01 .p-facility-item__detail {
    padding: 0 1.5rem;
  }
}
.p-facility-item__inner.item02 {
  flex-direction: row-reverse;
}
.p-facility-item__inner.item02 .p-facility-item__img {
  margin-left: 12rem;
}
.p-facility-item__inner.item02 .p-facility-item__detail {
  padding-left: 4rem;
  padding-top: 18rem;
}
@media screen and (max-width: 767px) {
  .p-facility-item__inner.item02 {
    flex-direction: column;
    margin-top: 10rem;
  }
  .p-facility-item__inner.item02 .p-facility-item__img {
    margin-left: auto;
    margin-right: auto;
  }
  .p-facility-item__inner.item02 .p-facility-item__detail {
    padding: 0 1.5rem;
  }
}
.p-facility-item__inner .cloud03 {
  width: 45.3rem;
  left: -18.6rem;
  bottom: -3.4rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-facility-item__inner .cloud03 {
    width: 25.8rem;
    left: auto;
    right: -11rem;
    bottom: 51rem;
  }
}
.p-facility-item__inner .cloud04 {
  width: 45.3rem;
  right: -22.6rem;
  top: -11.6rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-facility-item__inner .cloud04 {
    width: 25.8rem;
    left: -9.5rem;
    right: auto;
    top: 28rem;
  }
}
.p-facility-item__inner .deco01 {
  width: 14.2rem;
  left: 0.1rem;
  top: 22.4rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-facility-item__inner .deco01 {
    width: 8.2rem;
    top: 13.6rem;
  }
}
.p-facility-item__inner .deco02 {
  width: 7.8rem;
  right: 42.4rem;
  top: 1rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-facility-item__inner .deco02 {
    width: 4.6rem;
    left: 6rem;
    top: 0.7rem;
  }
}
.p-facility-item__img {
  width: 60.5rem;
}
@media screen and (max-width: 767px) {
  .p-facility-item__img {
    width: 100%;
  }
}
.p-facility-item__detail {
  width: 51rem;
}
@media screen and (max-width: 767px) {
  .p-facility-item__detail {
    width: 100%;
  }
}
.p-facility-item__logo {
  margin-bottom: 4rem;
  line-height: 1;
}
.p-facility-item__txt {
  font-weight: 500;
}
.p-facility-item__btn {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-facility-item__btn {
    margin-top: 2.6rem;
  }
}

/* 飛行機 */
@keyframes fly-left {
  0% {
    transform: translate(-12rem, 12rem);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.anm-apleft.scroll {
  opacity: 0;
  transform: translate(-12rem, 12rem);
  transition: none;
}
.anm-apleft.scroll.is-show {
  animation: fly-left 0.3s ease-out forwards;
}

@keyframes fly-right {
  0% {
    transform: translate(12rem, 12rem);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.anm-apright.scroll {
  opacity: 0;
  transform: translate(12rem, 12rem);
  transition: none;
}
.anm-apright.scroll.is-show {
  animation: fly-right 0.3s ease-out forwards;
}

/* ------------------------------
	blog
------------------------------ */
.p-blog {
  padding: 17rem 0 9rem;
}
@media screen and (max-width: 767px) {
  .p-blog {
    padding: 11rem 0 9rem;
  }
}
.p-blog__container {
  max-width: 111.7rem;
}
@media screen and (max-width: 767px) {
  .p-blog__container {
    max-width: inherit;
    padding: 0 3rem;
  }
}
.p-blog__ttl {
  position: relative;
  border-bottom: 1px solid #323232;
  width: 100%;
  padding-bottom: 4rem;
  margin-bottom: 5rem;
}
.p-blog__ttl .c-ttl__en {
  position: absolute;
  left: 0;
  top: 14rem;
}
@media screen and (max-width: 767px) {
  .p-blog__ttl {
    padding-bottom: 3.5rem;
    margin-bottom: 4rem;
  }
  .p-blog__ttl .c-ttl {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .p-blog__ttl .c-ttl__en {
    position: relative;
    left: auto;
    top: auto;
  }
}
.p-blog .airplane03 {
  width: 13.7rem;
  right: 7rem;
  top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-blog .airplane03 {
    width: 9.7rem;
    right: -1.5rem;
    top: -4.2rem;
  }
}

.p-blog-list {
  width: 90rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-blog-list {
    width: 100%;
    margin-left: 0;
  }
}
.p-blog-list__li {
  border-bottom: 1px dashed rgba(50, 50, 50, 0.3);
  padding-bottom: 3rem;
}
.p-blog-list__li + .p-blog-list__li {
  margin-top: 3rem;
}
.p-blog-list__link {
  display: flex;
  gap: 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-blog-list__link {
    flex-direction: column;
    align-items: center;
    gap: 3rem 0;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-blog-list__link:hover .p-blog-list__ttl {
    color: #ED82B1;
  }
  .p-blog-list__link:hover .p-blog-list__img img {
    transform: scale(1.1);
  }
}
.p-blog-list__img {
  width: 22rem;
  height: 100%;
  aspect-ratio: 22/13;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-blog-list__img {
    width: 100%;
  }
}
.p-blog-list__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
}
.p-blog-list__detail {
  position: relative;
  width: 65rem;
  margin-top: -0.25em;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .p-blog-list__detail {
    width: 100%;
  }
}
.p-blog-list__detail::before {
  position: absolute;
  content: "";
  background: url("../img/icn_arrow_l.svg") no-repeat center center/contain;
  width: 1.8rem;
  height: 2.7rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-blog-list__detail::before {
    top: auto;
    transform: translateY(0);
    bottom: 0;
  }
}
.p-blog-list__cate span {
  font-size: 1.2rem;
  font-weight: 500;
  border: 1px solid #323232;
  border-radius: 9999px;
  text-align: center;
  line-height: 1;
  padding: 0.3em 0.8em 0.2em;
}
.p-blog-list__cate span + span {
  margin-left: 0.5em;
}
.p-blog-list__date {
  font-family: "Marcellus", serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-top: 0.8rem;
}
.p-blog-list__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.4s ease;
}
.p-blog-list__fac {
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  padding-left: 2.4rem;
  margin-top: 1.8rem;
}
.p-blog-list__fac::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.p-blog-list__fac.-pocket::before {
  background-image: url("../img/icn_pocket.svg");
  width: 1.6rem;
  height: 2.3rem;
}
.p-blog-list__fac.-sakura::before {
  background-image: url("../img/icn_sakura.svg");
  width: 1.9rem;
  height: 1.8rem;
}
.p-blog-list__morebtn {
  margin-top: 4rem;
  margin-right: 3.4rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-blog-list__morebtn {
    margin-top: 2.5rem;
  }
}

/* ------------------------------
	community
------------------------------ */
.p-community {
  padding: 9rem 0;
}
.p-community__container {
  max-width: 113rem;
}
@media screen and (max-width: 767px) {
  .p-community {
    padding: 4rem 0;
  }
  .p-community__container {
    max-width: inherit;
    padding: 0 3.2rem;
  }
}
.p-community .airplane04 {
  width: 15.3rem;
  left: -1rem;
  top: -3rem;
}
@media screen and (max-width: 767px) {
  .p-community .airplane04 {
    width: 9.1rem;
    top: -9rem;
  }
}

.p-community-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem;
}
.p-community-head__txt {
  width: 52rem;
}
.p-community-head__txt p {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-community-head {
    flex-direction: column;
    margin-bottom: 8rem;
  }
  .p-community-head__ttl {
    margin-bottom: 5rem;
  }
  .p-community-head__txt {
    width: 100%;
  }
}

.p-infinite-scroll {
  position: relative;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-infinite-scroll.scroll01 {
    transform: translateX(-57.7rem);
  }
}
.p-infinite-scroll__container {
  display: flex;
  gap: 5rem;
  padding-right: 5rem;
  flex-shrink: 0;
}
.p-infinite-scroll__container:nth-child(1) {
  animation: loop 80s -40s linear infinite;
}
.p-infinite-scroll__container:nth-child(2) {
  animation: loop2 80s linear infinite;
}
@media screen and (max-width: 768px) {
  .p-infinite-scroll__container {
    gap: 3rem;
    padding-right: 3rem;
  }
}
.p-infinite-scroll__img-wrap {
  flex-shrink: 0;
  width: 184.8rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-infinite-scroll__img-wrap {
    width: 115.4rem;
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/* ------------------------------
	company
------------------------------ */
.p-company {
  padding: 9rem 0 49rem;
}
@media screen and (min-width: 1680px) {
  .p-company {
    padding-bottom: 56rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-top: 4rem;
    padding-bottom: 22rem;
  }
  .p-company__container {
    padding: 0 3rem;
  }
}

.p-company-head {
  display: flex;
  justify-content: space-between;
  padding: 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-company-head {
    flex-direction: column;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-company-head__ttl {
    margin-bottom: 6rem;
  }
}
.p-company-head__tbl {
  width: 63rem;
  margin-top: -1.4em;
}
@media screen and (max-width: 767px) {
  .p-company-head__tbl {
    width: 100%;
  }
}
.p-company-head__tbl dl {
  display: flex;
  flex-wrap: wrap;
}
.p-company-head__tbl dt, .p-company-head__tbl dd {
  font-size: 1.4rem;
  padding: 1.2em 0;
  border-bottom: 1px dashed rgba(50, 50, 50, 0.3);
}
.p-company-head__tbl dt {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  width: 10rem;
}
.p-company-head__tbl dd {
  font-weight: 500;
  width: calc(100% - 10rem);
}

.p-company-prof {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 5.8rem;
  background-color: rgba(248, 248, 248, 0.8);
  border-radius: 8rem;
  padding: 5.5rem 8.6rem 5.5rem 10.5rem;
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-company-prof {
    width: 37rem;
    padding: 5.8rem 2.2rem 4.8rem;
    flex-direction: column;
    gap: 2rem 0;
    margin-top: 9rem;
    margin-left: -2.1rem;
    margin-right: -2.1rem;
  }
}
.p-company-prof__left {
  width: 37rem;
  margin-top: -2em;
}
@media screen and (max-width: 767px) {
  .p-company-prof__left {
    width: 100%;
    margin-top: 0;
  }
}
.p-company-prof__img {
  margin-bottom: 3rem;
}
.p-company-prof__img img {
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-company-prof__img {
    width: 100%;
  }
}
.p-company-prof__info {
  flex: 1;
}
.p-company-prof__label {
  color: #20ABE3;
  font-size: 1.4rem;
  font-weight: 700;
  width: 23rem;
  height: 3.2rem;
  border-radius: 9999px;
  background: linear-gradient(180deg, rgb(158, 220, 245) 0%, rgb(229, 248, 254) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-company-prof__label span {
  font-size: 1.2rem;
}
.p-company-prof__name {
  display: flex;
  align-items: flex-end;
  gap: 0 2rem;
  margin: 1.8rem 0;
}
.p-company-prof__name .txt01 {
  font-size: 3.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-company-prof__name .txt02 {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-company-prof__txt {
  font-weight: 500;
}
.p-company-prof__detail {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-company-prof__detail {
    margin-top: 4.8rem;
  }
}
.p-company-prof__detail dt {
  width: 9rem;
  padding: 0.1em 0;
}
.p-company-prof__detail dt span {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  background: #ED82B1;
  line-height: 1;
  padding: 0.05em 0.4em 0.15em;
}
.p-company-prof__detail dd {
  width: calc(100% - 9rem);
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0.1em 0;
}
.p-company-prof__detail dd .sm {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-company-prof__detail dd {
    line-height: 1.8;
  }
}
.p-company-prof .deco01 {
  width: 13.6rem;
  left: 7.6rem;
  top: -9.1rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-company-prof .deco01 {
    width: 9.2rem;
    left: 22.8rem;
    top: -5.2rem;
  }
  .p-company-prof .deco01 img {
    width: 100%;
  }
}

.wave-scroll {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wave-scroll.scroll01 {
    transform: translateX(-57.7rem);
  }
}

.wave-row {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  animation: scroll-left 60s linear infinite;
}

.wave-item {
  flex: 0 0 auto;
  margin-right: 2.5em;
}

.wave-item img {
  display: block;
  animation: wave 3s ease-in-out infinite;
}

@keyframes wave {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1rem);
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.wave-item:nth-child(1) img {
  animation-delay: 0s;
}

.wave-item:nth-child(2) img {
  animation-delay: 0.3s;
}

.wave-item:nth-child(3) img {
  animation-delay: 0.6s;
}

.wave-item:nth-child(4) img {
  animation-delay: 0.9s;
}

.wave-item:nth-child(5) img {
  animation-delay: 1.2s;
}

.wave-item:nth-child(6) img {
  animation-delay: 0s;
}

.wave-item:nth-child(7) img {
  animation-delay: 0.3s;
}

.wave-item:nth-child(8) img {
  animation-delay: 0.6s;
}

.wave-item:nth-child(9) img {
  animation-delay: 0.9s;
}

.wave-item:nth-child(10) img {
  animation-delay: 1.2s;
}

.wave-item:nth-child(1), .wave-item:nth-child(6) {
  width: 36.2rem;
}
.wave-item:nth-child(2), .wave-item:nth-child(7) {
  width: 29.6rem;
}
.wave-item:nth-child(3), .wave-item:nth-child(8) {
  width: 33.3rem;
}
.wave-item:nth-child(4), .wave-item:nth-child(9) {
  width: 36.2rem;
}
.wave-item:nth-child(5), .wave-item:nth-child(10) {
  width: 29.6rem;
}
@media screen and (max-width: 767px) {
  .wave-item:nth-child(1), .wave-item:nth-child(6) {
    width: 22.6rem;
  }
  .wave-item:nth-child(2), .wave-item:nth-child(7) {
    width: 18.4rem;
  }
  .wave-item:nth-child(3), .wave-item:nth-child(8) {
    width: 20.7rem;
  }
  .wave-item:nth-child(4), .wave-item:nth-child(9) {
    width: 22.6rem;
  }
  .wave-item:nth-child(5), .wave-item:nth-child(10) {
    width: 18.4rem;
  }
}

/* ------------------------------
	movie btn
------------------------------ */
.facility-arr {
  width: 14.8rem;
  height: 15rem;
}
.facility-arr.arr01 {
  left: 48%;
  transform: translateX(-50%);
  top: -1.2rem;
}
.facility-arr.arr02 {
  left: 50%;
  transform: translateX(-50%);
  bottom: 6.8rem;
}
@media screen and (max-width: 767px) {
  .facility-arr {
    width: 9.5rem;
    height: 9.6rem;
  }
  .facility-arr.arr01 {
    left: 3.2rem;
    transform: translateX(0);
    top: 32rem;
  }
  .facility-arr.arr02 {
    left: auto;
    transform: translateX(0);
    right: 3.8rem;
    top: 33rem;
    bottom: auto;
  }
}

.open-btn {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.6em;
  padding-top: 0.2em;
  cursor: pointer;
}
.open-btn img {
  width: 4.2rem;
}
@media screen and (max-width: 767px) {
  .open-btn img {
    width: 2.7rem;
  }
}
.open-btn::before {
  position: absolute;
  content: "";
  background: url("../img/img_facility_open.svg") no-repeat center center/cover;
  width: 14.8rem;
  height: 15rem;
  left: 0;
  top: 0;
  animation: rotateOnly 20s linear infinite;
  transition: transform 0.4s ease;
  transform: scale(1);
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .open-btn::before {
    width: 9.5rem;
    height: 9.6rem;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .open-btn:hover::before {
    transform: scale(1.05);
  }
}

.facility-close {
  position: absolute;
  width: 14.5rem;
  height: 14.7rem;
  right: -7.2rem;
  top: -7.4rem;
}
@media screen and (max-width: 767px) {
  .facility-close {
    width: 6.8rem;
    height: 6.9rem;
    right: -1rem;
    top: -3rem;
  }
}

.close-btn {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.3em;
  padding-top: 0.2em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .close-btn {
    padding-left: 0.2em;
    padding-top: 0.1em;
  }
}
.close-btn img {
  width: 4.2rem;
}
@media screen and (max-width: 767px) {
  .close-btn img {
    width: 2rem;
  }
}
.close-btn::before {
  position: absolute;
  content: "";
  background: url("../img/img_facility_close.svg") no-repeat center center/cover;
  width: 14.5rem;
  height: 14.7rem;
  left: 0;
  top: 0;
  animation: rotateOnly 20s linear infinite;
  transition: transform 0.4s ease;
  transform: scale(1);
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .close-btn::before {
    width: 6.8rem;
    height: 6.9rem;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .close-btn:hover::before {
    transform: scale(1.05);
  }
}

@keyframes rotateOnly {
  from {
    rotate: 0deg;
  }
  to {
    rotate: 360deg;
  }
}
/* ------------------------------
	modal
------------------------------ */
.modal-video {
  background: rgba(50, 50, 50, 0.9);
}

.modal-video-body {
  max-width: 90rem;
  padding: 1rem;
}

.modal-video-inner {
  padding: 1rem;
}
/*# sourceMappingURL=index.css.map */