@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 850px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 849.5px) and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
  color: #008EDC;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  background: #fff;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

/*========================
common
========================*/
.inner {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.bg-color {
  background: #CFEEFF;
}

section {
  padding: 100px 0;
}

.center {
  text-align: center;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}
/*========================
mv
========================*/
.mv {
  padding: 73px 0 0;
}
@media screen and (max-width: 767px) {
  .mv {
    margin: 20px 20px 0;
    position: relative;
    border-radius: 10px;
    padding: 39px 0 0;
  }
}
.mv .wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 849.5px) and (min-width: 768px) {
  .mv .wrap {
    gap: 1%;
  }
}
.mv .content {
  text-align: center;
}
.mv img {
  width: auto;
}
.mv .img {
  max-width: 437px;
}
.mv .img img {
  width: 100%;
}
@media screen and (max-width: 849.5px) and (min-width: 768px) {
  .mv .img {
    width: 51.4vw;
  }
}
@media screen and (max-width: 767px) {
  .mv .img {
    margin-right: 3vw;
  }
}

.mv__title {
  font-size: 62px;
  font-weight: 900;
  letter-spacing: 18.6px;
  padding-left: 26px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mv__title {
    font-size: 42px;
    letter-spacing: 12.6px;
    padding-left: 12.6px;
  }
}

.mv__text {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 5.2px;
  margin-left: 18px;
  margin-top: 30px;
  margin-bottom: 12px;
}
@media screen and (max-width: 849.5px) and (min-width: 768px) {
  .mv__text {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .mv__text {
    font-size: 16px;
    letter-spacing: 3.2px;
    margin-left: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .icon {
    width: 60px !important;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .badge {
    position: absolute;
    bottom: -55px;
    left: 48%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/*========================
app
========================*/
.app {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .app {
    padding: 100px 0 60px;
  }
}

.app__text {
  font-size: 20px;
  margin-bottom: 30px;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .app__text {
    letter-spacing: 3.2px;
    margin-left: 3.2px;
    font-size: 16px;
  }
}

.app__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .app__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
.app__link a {
  display: inline-block;
}
.app__link a:first-child {
  max-width: 191px;
}
@media screen and (max-width: 767px) {
  .app__link a:first-child {
    max-width: 230px;
  }
}
.app__link a:last-child {
  max-width: 230px;
}

/*========================
about
========================*/
.about .content {
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about .content {
    padding: 0 20px;
  }
}
.about .wrap {
  gap: 5.88%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .about .wrap {
    gap: 50px;
  }
}
.about section:nth-child(even) .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .about section:nth-child(even) .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .about section:nth-child(2) {
    padding-bottom: 0;
  }
  .about section:nth-child(2) .img {
    width: 100vw;
  }
}
.about section:nth-child(3) {
  padding-bottom: 0;
}
.about section:nth-child(3) .wrap {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.about section:nth-child(3) .wrap .content {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .about section:nth-child(3) .wrap .content {
    padding-bottom: 0;
  }
}
.about section:nth-child(5) .img {
  padding: 0 35px;
}
.about h2 {
  font-size: 28px;
  letter-spacing: 5.6px;
  margin-left: -5.6px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .about h2 {
    margin-left: 0;
  }
}
.about p {
  letter-spacing: 3.2px;
  margin-left: -3.2px;
}
@media screen and (max-width: 767px) {
  .about p {
    margin-left: 0;
  }
}

.about1 {
  background: #c5e9fc;
}

/*========================
review
========================*/
.review {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .review {
    text-align: left;
  }
}
.review .inner {
  max-width: 780px;
}

@media screen and (max-width: 767px) {
  .review__top {
    padding: 0 20px;
  }
}

.review__items {
  margin: 63px 0 50px;
}
@media screen and (max-width: 767px) {
  .review__items {
    margin: 50px 0 30px;
  }
}

.review__item {
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(10, 69, 101, 0.09);
          box-shadow: 0px 0px 25px 0px rgba(10, 69, 101, 0.09);
  color: #505050;
  padding: 30px 40px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .review__item {
    padding: 40px 30px;
  }
}
.review__item:not(:first-child) {
  margin-top: 20px;
}
.review__item .head {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 4.4px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .review__item .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.review__item .head img {
  width: 110px;
}
.review__item .body {
  letter-spacing: 3.2px;
}

.review__bottom p {
  color: #505050;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .review__bottom p {
    margin-bottom: 10px;
  }
}
.review__bottom a {
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #008EDC;
  font-size: 20px;
  line-height: 2;
  padding: 5px 45px;
  letter-spacing: 4px;
  padding-left: 49px;
}

.review .link {
  margin-top: 32px;
  text-align: center;
}

/*========================
footer
========================*/
footer {
  text-align: center;
  padding: 100px 0 20px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 39px 0 20px;
  }
}
footer img {
  width: auto;
}
footer .app__link {
  margin-top: 30px;
}
footer .app__link img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer .icon {
    margin-bottom: 0;
  }
}

.footer__copy {
  font-size: 12px;
  color: #505050;
  font-weight: 700;
  letter-spacing: 2.4px;
  margin-top: 50px;
}

/*========================
invitation
========================*/
body.invitation-page {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #F5F6F7;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  line-height: 1.6;
  color: #333;
}

.invitation-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 32px 24px;
  text-align: center;
}

.invitation-card .app-icon {
  width: 100px;
  margin-bottom: 10px;
}

.invitation-card .description {
  margin-bottom: 24px;
}

.invitation-card .description p {
  padding: 0;
  margin: 4px;
}
