@charset "UTF-8";
/**
 *   2026-01-22
 *   Author: nag-design
 */
.color-blue {
  color: #5271ff;
}

.color-pink {
  color: #ff5757;
}

/* Default */
:root {
  font-size: 16px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Segoe UI", "Yu Gothic", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.75em;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  color: #202020;
  width: 100%;
  min-width: 320px;
  margin: 0;
  padding: 0;
  background-color: whitesmoke;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.025em;
}

table {
  font-size: inherit;
  font: 100%;
}

a {
  color: #5271ff;
  text-decoration: none;
}

a:hover img {
  opacity: 0.9;
}

ul,
ol {
  list-style: none;
}

input {
  vertical-align: middle;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  line-height: 1.5;
}

p {
  line-height: 1.75em;
}

.wp-block-image {
  margin-bottom: 1em;
}

/* Common */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* Wrapper */
#Wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.frontpage-content {
  width: 100%;
  margin: 0 auto;
}

/* Header */
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  height: 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 50px 15px 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  background-size: 100% 100%;
  z-index: 100;
}
.header__logo {
  width: auto;
  max-width: 50%;
  height: 20px;
}
.header__logo img {
  display: block;
  width: 105px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  gap: 8px;
}
.header__link .login {
  display: block;
  height: auto;
}
.header__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 6px;
  gap: 4px;
  color: #5271ff;
  outline: 2px solid #5271ff;
  border-radius: 99px;
  background-color: white;
}
.header__link a svg {
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}
.header__link a svg .header-icon {
  fill: #5271ff;
}
.header__link a span {
  font-size: 14px;
  line-height: 14px;
}

/* Hero */
.hero {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
  min-height: 600px;
  max-height: 100vh;
  overflow: hidden;
  background-color: #202020;
}
.hero__photo {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.hero__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__top {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0.2;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-animation: ani-catch 500ms ease-in-out 0s 1 normal forwards running;
          animation: ani-catch 500ms ease-in-out 0s 1 normal forwards running;
}
.hero__top img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero__copy {
  position: absolute;
  bottom: 30%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-animation: hero-fade-up 500ms ease-in-out 1s 1 normal forwards running;
          animation: hero-fade-up 500ms ease-in-out 1s 1 normal forwards running;
}
.hero__copy img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero__profile {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-animation: hero-fade-up 500ms ease-in-out 0.5s 1 normal forwards running;
          animation: hero-fade-up 500ms ease-in-out 0.5s 1 normal forwards running;
}
.hero__profile .hero-icon {
  max-width: 140px;
  aspect-ratio: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.hero__profile .hero-icon img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.hero__note {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 30px;
  margin: 0;
  font-size: 0.75rem;
  text-align: left;
  line-height: 1.2;
  color: #202020;
  opacity: 0.8;
}
.hero .scroll-down {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 30px;
  height: 55px;
  opacity: 1;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.hero .scroll-down .scroll-guide {
  width: 30px;
  height: 10px;
  font-size: 12px;
  line-height: 10px;
  margin: 0 0 5px;
  color: white;
  text-align: center;
}
.hero .scroll-down .scroll-guide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero .scroll-down .scroll-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 2px;
  height: 40px;
  background: none;
  overflow: hidden;
}
.hero .scroll-down .scroll-bar span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: white;
  -webkit-animation: scrolldown 1500ms ease-in-out 0s forwards infinite;
          animation: scrolldown 1500ms ease-in-out 0s forwards infinite;
  overflow: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  border-radius: 0;
}
.hero .scroll-down .scroll-bar::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.3);
}
.hero .scroll-down.type2 {
  bottom: 0;
  left: 30px;
  right: auto;
  margin: 0;
}
.hero .scroll-down.type2 .scroll-bar span {
  background-color: #303030;
}
.hero .scroll-down.type2 .scroll-bar::before {
  background-color: rgba(48, 48, 48, 0.3);
}

@-webkit-keyframes ani-catch {
  0% {
    opacity: 0.2;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes ani-catch {
  0% {
    opacity: 0.2;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes hero-fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes hero-fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(43px);
            transform: translateY(43px);
  }
}
@keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  100% {
    -webkit-transform: translateY(43px);
            transform: translateY(43px);
  }
}
/* CTA */
.cta-sub {
  width: 100%;
  padding: 46px 0;
  background-color: white;
}
.cta-sub .cta-sub-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 82%;
  max-width: 600px;
  height: 80px;
  margin: 4px auto;
  padding: 14px 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#fb7b20), to(#ffa53b));
  background: linear-gradient(to right, #fb7b20, #ffa53b);
  border-radius: 15px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: 300ms;
  transition: 300ms;
  overflow: hidden;
}
.cta-sub .cta-sub-button::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/shine.png) center center/contain no-repeat;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-animation: shining 5000ms linear 1s forwards infinite;
          animation: shining 5000ms linear 1s forwards infinite;
}
.cta-sub .cta-sub-button .sub-text {
  color: white;
  font-size: 15px;
  font-weight: 700;
  line-height: 1em;
}
.cta-sub .cta-sub-button .main-text {
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
}
.cta-sub .cta-sub-button .main-text .button-arrow {
  height: 15px;
  vertical-align: baseline;
}
.cta-sub .cta-sub-button:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fb7b20), to(#ffa53b));
  background: linear-gradient(to right, #fb7b20 50%, #ffa53b);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
}
.cta-sub .cta-notice {
  margin: 0.75em auto;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #D90101;
}

/* Floating CTA */
.custom-floating {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 500px;
  z-index: 100;
  height: 84px;
  margin: 0 auto;
  padding: 0 4px;
  background-color: transparent;
}
.custom-floating .custom-float-cta {
  display: block;
  width: 100%;
  max-width: 600px;
  height: 84px;
  margin: 0 auto;
}
.custom-floating .custom-float-cta-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 8px;
  width: 100%;
  height: 80px;
  margin: 0;
  padding: 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#fb7b20), to(#ffa53b));
  background: linear-gradient(to right, #fb7b20, #ffa53b);
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: 300ms;
  transition: 300ms;
  overflow: hidden;
}
.custom-floating .custom-float-cta-button::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/shine.png) center center/contain no-repeat;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-animation: shining 5000ms linear 1s forwards infinite;
          animation: shining 5000ms linear 1s forwards infinite;
}
.custom-floating .custom-float-cta-button .sub-text {
  display: block;
  margin: 0 auto;
  color: white;
  font-size: 15px;
  font-weight: 700;
  line-height: 1em;
}
.custom-floating .custom-float-cta-button .main-text {
  display: block;
  margin: 0 auto;
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
}
.custom-floating .custom-float-cta-button .main-text .button-arrow {
  margin-left: 10px;
  height: 13px;
  vertical-align: baseline;
}
.custom-floating .custom-float-cta-button:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #fb7b20), to(#ffa53b));
  background: linear-gradient(to right, #fb7b20 50%, #ffa53b);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

@-webkit-keyframes shining {
  0%, 95% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes shining {
  0%, 95% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
/* Intro */
.intro {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background-color: white;
  overflow: hidden;
}
.intro__copy {
  position: relative;
  font-size: clamp(1rem, 1rem + 0.5vw, 1.25rem);
  font-weight: 700;
  line-height: 1.25em;
  width: 100%;
}
.intro__copy--middle {
  width: 90%;
  margin: 60px auto;
  width: 80%;
  min-width: 260px;
  aspect-ratio: 1;
  border: 2px solid rgb(133, 154.8612716763, 255);
  padding: 3em 12px;
  border-radius: 100%;
}
.intro__copy--middle img {
  width: 100%;
  max-width: 360px;
  aspect-ratio: 360/240;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.intro__copy--top {
  position: absolute;
  top: -1em;
  left: 0;
  width: 75%;
  min-width: 320px;
  padding: 0.4em 0.7em 0.4em 20px;
  background-color: #202020;
  color: white;
  -webkit-transform: translateX(-1em) skewX(-10deg);
          transform: translateX(-1em) skewX(-10deg);
}
.intro__copy--top span {
  display: inline-block;
  line-height: 1.25em;
  text-align: right;
}
.intro__copy--bottom {
  position: absolute;
  bottom: -2em;
  right: 0;
  width: 50%;
  min-width: 230px;
  padding: 0.4em 25px 0.4em 0.7em;
  background-color: #202020;
  color: white;
  -webkit-transform: translateX(1em) skewX(-10deg);
          transform: translateX(1em) skewX(-10deg);
}
.intro__copy--bottom span {
  display: inline-block;
  line-height: 1.25em;
  text-align: left;
}

/* Crown */
.crown {
  padding: 20px 0;
  background-color: white;
}
.crown__title {
  font-size: clamp(18px, 18px + 0.5vw, 21px);
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
}
.crown__title .sub {
  font-size: 12px;
  font-weight: 400;
  vertical-align: baseline;
  margin-left: 0.2em;
}
.crown__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  gap: 20px;
}
.crown__list .crown-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  width: auto;
  max-width: 150px;
  height: auto;
  aspect-ratio: 1;
}
.crown__list .crown-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.crown__note {
  margin: 0 auto;
}
.crown__note--text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: rgb(124, 124, 124);
  text-align: center;
}

/* coverage */
.coverage {
  background-color: white;
  padding: 60px 0;
}
.coverage__title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}
.coverage__text {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 1em auto;
}
.coverage__carousel {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.coverage__carousel .marquee-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: infinite_scroll 20s linear infinite;
          animation: infinite_scroll 20s linear infinite;
}
.coverage__carousel .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 20px;
}
.coverage__carousel .icon img {
  width: 120px;
  height: 30px;
  display: block;
}

@-webkit-keyframes infinite_scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes infinite_scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* thinkblue */
.thinkblue {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: white;
}
.thinkblue__top {
  width: 100%;
  aspect-ratio: 500/200;
  margin: 0 auto;
}
.thinkblue__top img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.thinkblue__inner {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 0;
  background-color: #5271ff;
}
.thinkblue__inner--title {
  width: 82%;
  margin: 0 auto;
  color: white;
  font-size: 24px;
  font-weight: 700;
  padding: 0;
}
.thinkblue__inner--body {
  width: 82%;
  min-height: 320px;
  margin: 0 auto;
  padding: 30px 0 0;
  font-size: 1.125rem;
  line-height: 1.6em;
  font-weight: 500;
  color: white;
  text-align: left;
}
.thinkblue__inner--body b {
  font-weight: 700;
}
.thinkblue__bottom {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 500/300;
}
.thinkblue__bottom img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Concept */
.concept {
  width: 100%;
  margin: 0 auto;
  background: white;
  padding: 30px 0;
}
.concept__inner {
  width: 82%;
  max-width: 360px;
  margin: 0 auto;
  padding: 0;
}
.concept__inner--title {
  position: relative;
  width: 100%;
  padding: 0;
  color: #202020;
  font-size: 24px;
  font-weight: 700;
  z-index: 2;
}
.concept__inner--title.color-blue {
  color: #5271ff;
}
.concept__inner--body {
  width: 100%;
  margin: 40px auto;
  font-size: 1.125rem;
  line-height: 1.6em;
  text-align: justify;
  letter-spacing: 0;
}
.concept__inner--body b {
  font-weight: 700;
}

/* Top 3 Advantage */
.our-advantage {
  background-color: white;
}
.our-advantage__title {
  width: 100%;
}
.our-advantage__title img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-advantage__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 40px;
  background-color: #153043;
}
.our-advantage__inner .advantage-item {
  margin: 0;
  padding: 20px 7.5%;
  color: white;
  z-index: 1;
}
.our-advantage__inner .advantage-item-2 {
  position: relative;
  padding-bottom: 70px;
}
.our-advantage__inner .advantage-item-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: calc(100% - 210px);
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: skewY(-10deg);
          transform: skewY(-10deg);
  z-index: -1;
}
.our-advantage__inner h3 {
  clear: both;
  font-size: clamp(1.125rem, 1rem + 0.75vw, 1.5rem);
  font-weight: 700;
  line-height: 1.75em;
  text-align: left;
  margin: 0 auto 1em;
}
.our-advantage__inner p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(0.9375rem, 0.78rem + 0.7vw, 1rem);
  font-weight: 400;
  line-height: 1.75em;
  text-align: justify;
  margin: 0;
}
.our-advantage__inner p.note {
  font-size: 0.75rem;
  color: #eee;
  margin: 0;
  text-align: right;
}
.our-advantage__inner .text-box {
  display: block;
  width: 100%;
}
.our-advantage__inner .text-box .screenshot {
  float: left;
  width: 40%;
  max-width: 200px;
  margin-right: 1rem;
}
.our-advantage__inner .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1rem 0;
  width: 100%;
  gap: 10%;
}
.our-advantage__inner .screenshot {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  max-width: 200px;
}
.our-advantage__inner .screenshot img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.our-advantage__inner .screenshot.shift {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

/* statistics */
.statistics {
  background-color: #DCE2FE;
  padding: 40px 0;
}
.statistics__title {
  margin: 0;
  padding: 40px 0;
  font-size: clamp(1.5rem, 1.5rem + 0.5vw, 2rem);
  text-align: center;
}
.statistics__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  gap: 20px;
}
.statistics__list .statistics-item {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  z-index: 1;
}
.statistics__list .statistics-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 100%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  z-index: -1;
}
.statistics__list .statistics-item .statistics-title {
  display: block;
  width: 120px;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  padding: 0.5em 1em;
  background-color: white;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}
.statistics__list .statistics-item .statistics-graph {
  position: relative;
  margin: 16px auto;
  aspect-ratio: 800/460;
  width: 100%;
}
.statistics__list .statistics-item .statistics-graph img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.statistics__list .statistics-item .statistics-text {
  text-align: center;
  font-size: 0.875rem;
}
.statistics__comment {
  width: 82%;
  margin: 1em auto 0;
  text-align: justify;
  font-size: clamp(0.9375rem, 0.78rem + 0.7vw, 1rem);
  font-weight: 500;
  line-height: 1.75em;
  text-align: justify;
}

/* Matching Design */
.matching-design {
  background-color: white;
}
.matching-design__title {
  width: 100%;
}
.matching-design__title img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.matching-design__inner {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background-color: #5271ff;
}
.matching-design__inner .item_list {
  width: 85%;
  margin: 0 auto;
}
.matching-design__inner .item_list .left {
  float: left;
  clear: left;
}
.matching-design__inner .item_list .right {
  float: right;
  clear: right;
}
.matching-design__inner .screenshot-item {
  margin: 0;
  width: 45%;
  max-width: 200px;
}
.matching-design__inner .text-item {
  width: 50%;
  margin: 16px 0;
  height: auto;
  padding: 0;
  font-size: 0.9375rem;
  line-height: 1.75em;
  color: white;
  text-align: justify;
  overflow: hidden;
}
.matching-design__inner .text-item.full-width {
  width: 100%;
  margin: 16px auto;
}
.matching-design__inner .text-item h3 {
  color: white;
  font-size: clamp(1.25rem, 1.125rem + 0.5vw, 1.675rem);
  font-weight: 700;
  margin: 0.25em 0 0.75em;
}
.matching-design__inner .text-item h3 span {
  display: inline-block;
}
.matching-design__inner .text-item sup {
  font-size: 0.6em;
  font-weight: 400;
  margin-right: 0.5em;
}
.matching-design__inner .text-item p {
  font-size: clamp(0.9375rem, 0.78rem + 0.7vw, 1rem);
  line-height: 1.6em;
}
.matching-design__inner .text-item p.note {
  font-size: 0.75rem;
  color: #ddd;
  margin: 0;
}
.matching-design__inner .text-item .badge-image {
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 4px;
  width: 100%;
  height: 58px;
}
.matching-design__inner .text-item .badge-image img {
  display: block;
  margin: 0 auto;
  height: 100%;
  aspect-ratio: 192/48;
  -o-object-fit: contain;
     object-fit: contain;
}
.matching-design__inner .text-item .screenshot {
  width: 45%;
  max-width: 200px;
}
.matching-design__inner .text-item .screenshot img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.matching-design__inner::after {
  content: "";
  display: block;
  clear: both;
}
.matching-design__bottom {
  width: 100%;
}
.matching-design__bottom img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Price */
.price {
  padding: 40px 0;
  background-color: white;
}
.price__title {
  margin: 0 auto 30px;
  padding: 0;
  font-size: clamp(1.5rem, 1.5rem + 0.5vw, 2rem);
  text-align: center;
}
.price__inner {
  width: 82%;
  margin: 0 auto;
}
.price__inner--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.price__inner--list .price-item {
  display: block;
  padding: 0;
  color: #202020;
  background-color: #f0f0f0;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
}
.price__inner--list .price-item .item-head {
  width: 100%;
  padding: 8px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  background-color: #e0e0e0;
  border-radius: 8px 8px 0 0;
}
.price__inner--list .price-item .item-head .item-head-man {
  color: #5271ff;
}
.price__inner--list .price-item .item-head .item-head-woman {
  color: #ff5757;
}
.price__inner--list .price-item .item-body {
  padding: 12px 16px 16px;
  font-size: 0.9375rem;
  text-align: justify;
  border-top: none;
}
.price__inner--list .price-item .item-price {
  padding: 8px 0;
  font-weight: 700;
  text-align: center;
}
.price__inner--list .price-item .item-price .price-main {
  font-size: 1.125rem;
}
.price__inner--list .price-item .item-price .price-sub {
  font-size: 1rem;
}
.price__inner--list .price-item .item-price sup {
  font-size: 0.6em;
  margin-right: 0.3em;
}
.price__inner--list .price-item .item-foot {
  font-size: 0.75rem;
  text-align: right;
}
.price__inner--banner {
  width: 100%;
  margin: 20px auto;
}
.price__inner--banner img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* FAQ */
.faq {
  padding: 60px 0;
  background-color: #A5B5FF;
}
.faq__title {
  margin: 0 auto 30px;
  padding: 0;
  font-size: clamp(1.5rem, 1.5rem + 0.5vw, 2rem);
  text-align: center;
}
.faq__inner {
  width: 82%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.faq__inner .faq-item {
  display: block;
  width: 100%;
}
.faq .question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 58px;
  background-color: white;
  cursor: pointer;
}
.faq .question .q-num {
  position: relative;
  width: 34px;
  padding: 0.5em 0;
  font-size: 0.9375rem;
  line-height: 1.4em;
  text-align: center;
  color: white;
  background-color: #5271ff;
}
.faq .question .q-num::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 8px;
  height: 4px;
  background-image: url('data:image/svg+xml;utf8,<svg class="faq-arrow" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 8 4"><polygon points="4 0 8 4 0 4 4 0" fill="%23D1D9FF"/></svg>');
  background-position: center bottom;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 500ms;
  transition: 500ms;
}
.faq .question .q-num.opened::after {
  bottom: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq .question .q-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.5em 0.75em;
  font-size: 0.9375rem;
  line-height: 1.4em;
  text-align: justify;
  -ms-flex-item-align: center;
      align-self: center;
}
.faq .answer {
  display: none;
  padding: 1em;
  font-size: 0.9375rem;
  line-height: 1.6em;
  text-align: justify;
  background-color: #D1D9FF;
}

/* Management */
.management {
  padding: 60px 0;
  background-color: white;
}
.management__title {
  width: 82%;
  margin: 0 auto;
  font-size: clamp(1.375rem, 1.375rem + 0.5vw, 2rem);
  line-height: 1.5em;
}
.management__inner {
  width: 100%;
}
.management__inner--title {
  width: 82%;
  margin: 30px auto 20px;
  padding: 0.75em 1em;
  font-size: clamp(1rem, 0.84rem + 0.7vw, 1.125rem);
  font-weight: 600;
  line-height: 1.25em;
  color: white;
  text-align: center;
  background-color: #5271ff;
}
.management__inner--text {
  width: 82%;
  margin: 0 auto;
  font-size: clamp(0.9375rem, 0.78rem + 0.7vw, 1rem);
  line-height: 1.75em;
  text-align: justify;
}
.management__inner--japhic-mark {
  width: 120px;
  height: 160px;
  margin: 12px auto;
}
.management__inner--japhic-mark img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.management__inner--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 30px;
  width: 82%;
  margin: 0 auto;
  gap: 1rem;
  list-style: none;
  padding: 0;
}
.management__inner--list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  padding: 0;
  gap: 1rem;
}
.management__inner--list .item .management-icon {
  display: block;
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
  margin: 0 auto 16px;
}
.management__inner--list .item .management-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.management__inner--list .item .item-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 0;
  text-align: justify;
  font-size: clamp(1rem, 0.875rem + 0.5vw, 1.25rem);
  line-height: 1.5em;
}

/* How to Use */
.howtouse {
  padding: 40px 0;
  background-color: white;
}
.howtouse__title {
  width: 82%;
  margin: 0 auto;
  font-size: clamp(1.375rem, 1.375rem + 0.5vw, 2rem);
  line-height: 1.5em;
  text-align: center;
}
.howtouse__subtitle {
  width: 82%;
  margin: 0 auto;
  font-size: clamp(1rem, 0.875rem + 0.5vw, 1.25rem);
  line-height: 1.5em;
  text-align: center;
}
.howtouse__inner {
  width: 85%;
  margin: 30px auto;
  padding: 0;
}
.howtouse__inner--title {
  position: relative;
  width: calc(100% - 40px);
  max-width: 300px;
  margin: 20px auto;
  color: white;
  background-color: #5271ff;
  padding: 10px 8px;
  font-size: clamp(1rem, 0.875rem + 0.5vw, 1.25rem);
  line-height: 1.5em;
  text-align: center;
  border-radius: 99px;
  z-index: 1;
}
.howtouse__inner--title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: #5271ff;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  z-index: -1;
}
.howtouse__inner .item_list {
  width: 100%;
}
.howtouse__inner .item_list .left {
  float: left;
  clear: left;
}
.howtouse__inner .item_list .right {
  float: right;
  clear: right;
}
.howtouse__inner .screenshot-item {
  margin: 0;
  width: 45%;
  max-width: 200px;
}
.howtouse__inner .text-item {
  margin: 16px 0;
  width: 50%;
  padding: 0;
  font-size: clamp(0.9375rem, 0.78rem + 0.7vw, 1rem);
  line-height: 1.75em;
  color: #202020;
  text-align: justify;
  overflow: hidden;
}
.howtouse__inner .text-item .step-num {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  color: white;
  background-color: #5271ff;
  padding: 4px 12px;
  border-radius: 99px;
  line-height: 1;
  white-space: nowrap;
}
.howtouse__inner .text-item h5.subject {
  min-height: 2.5em;
  margin: 0.25em 0 0.5em 0;
  color: #202020;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25em;
  text-align: left;
}
.howtouse__inner .text-item h5.subject span {
  display: inline-block;
}
.howtouse__inner .text-item p {
  margin: 0;
  text-align: justify;
  font-size: clamp(0.9375rem, 0.78rem + 0.7vw, 1rem);
  line-height: 1.5em;
}
.howtouse__inner::after {
  content: "";
  display: block;
  clear: both;
}

.company {
  padding: 40px 0;
  color: white;
  background-color: #6c6c6c;
}
.company__inner {
  width: 82%;
  max-width: 600px;
  margin: 0 auto;
}
.company__inner--title {
  margin: 0 auto;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
.company__inner--information {
  margin: 1em auto;
  font-size: 0.875rem;
  line-height: 1.5em;
  text-align: left;
}
.company__inner--information p {
  margin: 0;
  padding: 0;
}
.company__inner--service {
  font-size: 0.875rem;
  line-height: 1.75em;
  text-align: justify;
}
.company__inner a {
  color: white;
  text-decoration: underline;
}

/* SEO対策済みのフェードアップCSS */
.js-loaded .fadeup {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.fadeup {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-loaded .fadeup {
  -webkit-transition: none;
  transition: none;
}

/* User Review */
.user-review {
  padding: 25px 25px;
  background-color: white;
}

/* FOOTER */
.lp-footer {
  position: relative;
  overflow: hidden;
  background-color: #4169e1;
}
.lp-footer__inner {
  width: 82%;
  margin: 0 auto;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  color: white;
}
.lp-footer__inner .u-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.lp-footer__inner .widget a {
  color: white;
}
.lp-footer__inner .widget a:hover {
  text-decoration: underline;
}

.site-copyright-toppage {
  position: relative;
  padding-top: 16px;
  padding-bottom: 120px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  z-index: 100;
  color: white;
  background-color: #484848;
}
.site-copyright-toppage a {
  color: white;
}
.site-copyright-toppage a:hover {
  text-decoration: underline;
}
.site-copyright-toppage .copyright {
  display: block;
  margin: 1rem 0 0;
}/*# sourceMappingURL=compress.css.map */