.p-mv {
  background: url(/_assets/top/img/bg-mv02.png) 50% 100%/cover no-repeat;
}
@media only screen and (max-width: 899px) {
  .p-mv {
    padding-block: 60px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv {
    padding-block: 80px 100px;
  }
}

@media print, screen and (min-width: 900px) {
  .p-mv-main {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.p-mv-ttl {
  color: #169974;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 899px) {
  .p-mv-ttl {
    margin-inline: 25px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-ttl {
    flex: 0 0 50%;
    max-width: 600px;
    padding-left: 3.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-mv-ttl {
    padding-left: 40px;
  }
}
.p-mv-ttl .-sub {
  display: block;
}
@media only screen and (max-width: 899px) {
  .p-mv-ttl .-sub {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-ttl .-sub {
    font-size: 3.75vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-mv-ttl .-sub {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
.p-mv-ttl .-main {
  display: block;
}
@media only screen and (max-width: 899px) {
  .p-mv-ttl .-main {
    font-size: 43px;
    font-size: 2.6875rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-ttl .-main {
    font-size: 6.1666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-mv-ttl .-main {
    font-size: 74px;
    font-size: 4.625rem;
  }
}

.p-mv-img {
  background: url(/_assets/top/img/bg-mv01.png) 50% 50%/cover no-repeat;
}
@media only screen and (max-width: 899px) {
  .p-mv-img {
    margin-left: 20px;
    margin-top: 30px;
    border-radius: 25px 0 0 25px;
    padding-top: 40px;
    padding-inline: 50px 30px;
    text-align: center;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-img {
    flex: 0 0 50%;
    border-radius: 40px 0 0 40px;
    padding-top: 5vw;
    padding-left: 6.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-mv-img {
    padding-top: 60px;
    padding-left: 80px;
  }
}

@media only screen and (max-width: 899px) {
  .p-mv-sub {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-sub {
    margin-top: 50px;
  }
}

.p-mv-hl {
  font-weight: bold;
}
@media only screen and (max-width: 899px) {
  .p-mv-hl {
    font-size: 27px;
    font-size: 1.6875rem;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv-hl {
    font-size: 3.5vw;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .p-mv-hl {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

@media print, screen and (min-width: 900px) {
  .p-mv-lead {
    width: 67%;
  }
}
@media only screen and (max-width: 899px) {
  .p-movie {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-movie {
    margin-top: 120px;
  }
}
.p-movie-box {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .p-movie-box {
    aspect-ratio: 1/1.69;
  }
}
@media print, screen and (min-width: 900px) {
  .p-movie-box {
    aspect-ratio: 16/9;
    cursor: pointer;
  }
}
.p-movie-head {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  pointer-events: none;
}
.p-movie-head.is-hide {
  transition: opacity 0.5s;
  opacity: 0;
}

.p-movie-ttl {
  text-align: center;
}
.p-movie-ttl .-sub {
  display: block;
  font-weight: bold;
}
@media only screen and (max-width: 899px) {
  .p-movie-ttl .-sub {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-movie-ttl .-sub {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-movie-ttl .-main {
  display: block;
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 899px) {
  .p-movie-ttl .-main {
    font-size: 55px;
    font-size: 3.4375rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-movie-ttl .-main {
    font-size: 62px;
    font-size: 3.875rem;
  }
}
@media only screen and (max-width: 899px) {
  .p-movie-play {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-movie-play {
    margin-top: 15px;
  }
}
.p-movie-txt {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
}
@media only screen and (max-width: 899px) {
  .p-movie-txt {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-movie-txt {
    margin-top: 15px;
  }
}
.p-movie-thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 899px) {
  .p-movie-thumb {
    border-radius: 40px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-movie-thumb {
    border-radius: 80px;
  }
  .p-movie-thumb:hover img {
    scale: 1.05;
  }
}
.p-movie-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s;
}
.p-movie-thumb.is-hide {
  transition: opacity 0.5s;
  opacity: 0;
}

.p-movie-player {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-movie-player iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 899px) {
  .p-news {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-news {
    margin-top: 120px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-news-inr {
    display: flex;
    position: relative;
  }
}
.p-news-ttl {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  color: #169974;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 899px) {
  .p-news-ttl {
    font-size: 27px;
    font-size: 1.6875rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-news-ttl {
    flex: 0 0 30.8333333333vw;
    font-size: 3.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-news-ttl {
    flex: 0 0 370px;
    font-size: 42px;
    font-size: 2.625rem;
  }
}

@media only screen and (max-width: 899px) {
  .p-news-list {
    border-top: 1px solid #ceeae2;
  }
}
@media print, screen and (min-width: 900px) {
  .p-news-list {
    flex: 1 1 auto;
    margin-top: -25px;
  }
}
@media only screen and (max-width: 899px) {
  .p-news-item {
    border-bottom: 1px solid #ceeae2;
  }
}
@media print, screen and (min-width: 900px) {
  .p-news-item:not(:last-child) {
    border-bottom: 1px solid #ceeae2;
  }
}

.p-news-link {
  display: block;
  padding-right: 30px;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-news-link {
    padding-block: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-news-link {
    padding-block: 2.5vw;
  }
  .p-news-link:hover:after {
    right: 0;
  }
  .p-news-link:hover .p-news-hl {
    color: #169974;
  }
}
@media only screen and (min-width: 1200px) {
  .p-news-link {
    padding-block: 30px;
  }
}
.p-news-link:after {
  content: "";
  display: block;
  background: url(/_assets/_common/img/icon-arrow-green.svg) 50% 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 5px;
  translate: 0 -50%;
  transition: right 0.2s;
}
@media only screen and (max-width: 899px) {
  .p-news-link:after {
    width: 14px;
    height: 11px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-news-link:after {
    width: 1.3333333333vw;
    height: 1vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-news-link:after {
    width: 16px;
    height: 12px;
  }
}

.p-news-link-external {
  display: block;
  padding-right: 30px;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-news-link-external {
    padding-block: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-news-link-external {
    padding-block: 2.5vw;
  }
  .p-news-link-external:hover:after {
    right: 0;
  }
  .p-news-link-external:hover .p-news-hl {
    color: #169974;
  }
}
@media only screen and (min-width: 1200px) {
  .p-news-link-external {
    padding-block: 30px;
  }
}
.p-news-link-external:after {
  content: "";
  display: block;
  background: url(/_assets/_common/img/icon-external.svg) 50% 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 5px;
  translate: 0 -50%;
  transition: right 0.2s;
}
@media only screen and (max-width: 899px) {
  .p-news-link-external:after {
    width: 12px;
    height: 12px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-news-link-external:after {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-news-link-external:after {
    width: 16px;
    height: 16px;
  }
}

.p-news-data {
  display: flex;
  align-items: center;
}

.p-news-date {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 900;
  color: #169974;
}
.p-news-category {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 900;
  color: #169974;
  background: #ceeae2;
  margin-left: 1em;
  border-radius: 100px;
  text-transform: uppercase;
  padding-inline: 1em;
  line-height: 1.6;
}
.p-news-hl {
  fotn-size: inherit;
  line-height: 1.6;
}
@media only screen and (max-width: 899px) {
  .p-news-hl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-news-hl {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 0.2em;
  }
}
@media print, screen and (min-width: 900px) {
  .p-news-btns {
    position: absolute;
    left: 3.3333333333vw;
    top: 7.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-news-btns {
    left: 40px;
    top: 90px;
  }
}

@media only screen and (max-width: 899px) {
  .p-news-btn {
    width: 200px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-news-btn {
    width: 18.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-news-btn {
    width: 220px;
  }
}

.p-features {
  background: linear-gradient(to bottom, #169974, #108564);
}
@media only screen and (max-width: 899px) {
  .p-features {
    margin-top: 50px;
    padding-block: 50px;
    border-radius: 40px 40px 0 0;
  }
}
@media print, screen and (min-width: 900px) {
  .p-features {
    margin-top: 100px;
    padding-block: 120px;
    border-radius: 80px 80px 0 0;
  }
}
.p-features-ttl {
  font-family: "Lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  color: #36bf98;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 899px) {
  .p-features-ttl {
    font-size: 52px;
    font-size: 3.25rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 900px) {
  .p-features-ttl {
    font-size: 8.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-features-ttl {
    font-size: 104px;
    font-size: 6.5rem;
  }
}

@media only screen and (max-width: 899px) {
  .p-features-item {
    padding-block: 25px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-features-item {
    padding-block: 3.3333333333vw;
    display: flex;
    border-bottom: 1px solid #fff;
    gap: 4.1666666667vw;
  }
  .p-features-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  .p-features-item {
    padding-block: 40px;
    gap: 50px;
  }
}

@media print, screen and (min-width: 900px) {
  .p-features-item-img {
    flex: 0 0 37.5vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-features-item-img {
    flex: 0 0 450px;
  }
}
.p-features-item-img img {
  width: 100%;
}

.p-features-item-body {
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-features-item-body {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-features-item-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.p-features-item-body:before {
  content: "";
  display: block;
  position: absolute;
}
@media only screen and (max-width: 899px) {
  .p-features-item-body:before {
    right: -25px;
    bottom: -5px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-features-item-body:before {
    right: 0;
    bottom: 0;
  }
}
.p-features-item-body.-features01:before {
  background: url(/_assets/top/img/icon-security.png) 50% 50%/contain no-repeat;
}
@media only screen and (max-width: 899px) {
  .p-features-item-body.-features01:before {
    width: 131px;
    height: 161px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-features-item-body.-features01:before {
    width: 184px;
    height: 224px;
    bottom: 30px;
  }
}
.p-features-item-body.-features02:before {
  background: url(/_assets/top/img/icon-settings.png) 50% 50%/contain no-repeat;
}
@media only screen and (max-width: 899px) {
  .p-features-item-body.-features02:before {
    width: 192px;
    height: 153px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-features-item-body.-features02:before {
    width: 298px;
    height: 238px;
  }
}
.p-features-item-body.-features03:before {
  background: url(/_assets/top/img/icon-mask.png) 50% 50%/contain no-repeat;
}
@media only screen and (max-width: 899px) {
  .p-features-item-body.-features03:before {
    width: 152px;
    height: 182px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-features-item-body.-features03:before {
    width: 200px;
    height: 238px;
  }
}
.p-features-item-body p {
  position: relative;
}

.p-features-item-hl {
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-features-item-hl {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-features-item-hl {
    font-size: 2.6666666667vw;
    margin-bottom: 1.25vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-features-item-hl {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
}

.p-features-item-btns {
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-features-item-btns {
    margin-top: 25px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-features-item-btns {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 899px) {
  .p-features-item-btn {
    width: 200px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-features-item-btn {
    width: 18.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-features-item-btn {
    width: 220px;
  }
}

@media only screen and (max-width: 899px) {
  .p-features-other {
    padding-top: 40px;
    margin-top: 20px;
    border-top: 1px solid #fff;
  }
}
@media print, screen and (min-width: 900px) {
  .p-features-other {
    margin-top: 80px;
  }
}
.p-features-other-ttl {
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 899px) {
  .p-features-other-ttl {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-features-other-ttl {
    font-size: 2.6666666667vw;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .p-features-other-ttl {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media print, screen and (min-width: 900px) {
  .p-features-other-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-features-other-list {
    gap: 0 20px;
  }
}

@media only screen and (max-width: 899px) {
  .p-features-other-item:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
}
@media print, screen and (min-width: 900px) {
  .p-features-other-item {
    flex: 0 0 calc((100% - 3.3333333333vw) / 3);
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (min-width: 1200px) {
  .p-features-other-item {
    flex: 0 0 calc((100% - 40px) / 3);
  }
}

.p-features-other-item-link {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 35px;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-features-other-item-link {
    padding-block: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-features-other-item-link {
    padding-block: 20px;
    transition: opacity 0.4s;
  }
  .p-features-other-item-link:hover:after {
    right: 0;
  }
  .p-features-other-item-link:hover .p-features-other-item-hl {
    color: #8cefd3;
  }
}
.p-features-other-item-link:after {
  content: "";
  display: block;
  background: url(/_assets/_common/img/icon-arrow-white.svg) 50% 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 5px;
  translate: 0 -50%;
  transition: right 0.2s;
}
@media only screen and (max-width: 899px) {
  .p-features-other-item-link:after {
    width: 14px;
    height: 11px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-features-other-item-link:after {
    width: 1.3333333333vw;
    height: 1vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-features-other-item-link:after {
    width: 16px;
    height: 12px;
  }
}

.p-features-other-item-icon {
  background: #169974;
  border-radius: 20px;
  aspect-ratio: 1.453/1;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 899px) {
  .p-features-other-item-icon {
    flex: 0 0 125px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-features-other-item-icon {
    flex: 0 0 10.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-features-other-item-icon {
    flex: 0 0 128px;
  }
}
@media only screen and (max-width: 899px) {
  .p-features-other-item-icon .-icon01 {
    width: 63px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-features-other-item-icon .-icon01 {
    width: 5.25vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-features-other-item-icon .-icon01 {
    width: 63px;
  }
}
@media only screen and (max-width: 899px) {
  .p-features-other-item-icon .-icon02 {
    width: 55px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-features-other-item-icon .-icon02 {
    width: 4.5833333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-features-other-item-icon .-icon02 {
    width: 55px;
  }
}
@media only screen and (max-width: 899px) {
  .p-features-other-item-icon .-icon03 {
    width: 58.5px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-features-other-item-icon .-icon03 {
    width: 4.875vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-features-other-item-icon .-icon03 {
    width: 58.5px;
  }
}
@media only screen and (max-width: 899px) {
  .p-features-other-item-icon .-icon04 {
    width: 52.5px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-features-other-item-icon .-icon04 {
    width: 4.375vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-features-other-item-icon .-icon04 {
    width: 52.5px;
  }
}
@media only screen and (max-width: 899px) {
  .p-features-other-item-icon .-icon05 {
    width: 47px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-features-other-item-icon .-icon05 {
    width: 3.9166666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-features-other-item-icon .-icon05 {
    width: 47px;
  }
}

.p-features-other-item-hl {
  flex: 1 1 auto;
  color: #fff;
  line-height: 1.6;
}
@media only screen and (max-width: 899px) {
  .p-features-other-item-hl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 900px) {
  .p-features-other-item-hl {
    font-size: 1.3333333333vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-features-other-item-hl {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 899px) {
  .p-features-btns {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-features-btns {
    margin-top: 60px;
  }
}
.p-features-btn {
  margin-left: auto;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 899px) {
  .p-features-btn {
    width: 200px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-features-btn {
    width: 25.8333333333vw;
    font-size: 1.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-features-btn {
    width: 310px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/*# sourceMappingURL=index.css.map */