@charset "UTF-8";
/**
 *   2025-10-09
 *   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;
  padding-bottom: 0.5em;
}

.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__top2 {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate(100%, -20%);
          transform: translate(100%, -20%);
  -webkit-animation: limited 500ms ease-in-out 1s 1 normal forwards running;
          animation: limited 500ms ease-in-out 1s 1 normal forwards running;
}
.hero__top2 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero__siteinfo {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  color: white;
  z-index: 10;
}
.hero__siteinfo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero__siteinfo .site-title {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-animation: hero-fade-up 300ms ease 0s 1 normal forwards running;
          animation: hero-fade-up 300ms ease 0s 1 normal forwards running;
}
.hero__siteinfo .site-title .site-name-cap {
  display: block;
  font-size: clamp(0.875rem, 0.75rem + 0.5vw, 1.125rem);
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.hero__siteinfo .site-title .site-name-logo {
  display: block;
  width: 50%;
  aspect-ratio: 210/40;
  margin: 6px auto 8px;
  font-weight: 400;
  text-align: center;
}
.hero__siteinfo .site-copy {
  font-size: clamp(1.3125rem, 1rem + 0.5vw, 1.5rem);
  line-height: 1.65em;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-animation: hero-fade-up 300ms ease 0s 1 normal forwards running;
          animation: hero-fade-up 300ms ease 0s 1 normal forwards running;
}
.hero__siteinfo .site-copy span {
  display: inline-block;
}
.hero__point {
  position: absolute;
  bottom: 35%;
  width: 38%;
  max-width: 190px;
  aspect-ratio: 190/70;
}
.hero__point.point-judge-left {
  left: 0;
  aspect-ratio: 190/70;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-animation: slide-in-left 300ms ease 0s 1 normal forwards running;
          animation: slide-in-left 300ms ease 0s 1 normal forwards running;
}
.hero__point.point-judge-right {
  right: 0;
  aspect-ratio: 190/70;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-animation: slide-in-right 300ms ease 0s 1 normal forwards running;
          animation: slide-in-right 300ms ease 0s 1 normal forwards running;
}
.hero__point.point-judge-note {
  width: auto;
  height: 1em;
  aspect-ratio: auto;
  bottom: 1em;
  right: 1em;
  font-size: 0.75rem;
  text-align: right;
  color: #ddd;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.hero__point img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero__bottom {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
}
.hero__bottom img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.hero .scroll-down {
  position: absolute;
  bottom: 0;
  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);
}

@-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 slide-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes slide-in-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes slide-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes slide-in-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes limited {
  0% {
    opacity: 0;
    -webkit-transform: translate(100%, -20%);
            transform: translate(100%, -20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes limited {
  0% {
    opacity: 0;
    -webkit-transform: translate(100%, -20%);
            transform: translate(100%, -20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 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(#5271ff), to(#89cff0));
  background: linear-gradient(to right, #5271ff, #89cff0);
  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%, #5271ff), to(#89cff0));
  background: linear-gradient(to right, #5271ff 50%, #89cff0);
  -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;
}
.cta-sub .limited-message {
  margin: 0.25em auto;
  font-size: 14px;
  font-weight: 600;
  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(#5271ff), to(#89cff0));
  background: linear-gradient(to right, #5271ff, #89cff0);
  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%, #5271ff), to(#89cff0));
  background: linear-gradient(to right, #5271ff 50%, #89cff0);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.custom-floating .cta-floating-message {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 86px;
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.5);
  color: #d253b1;
}

@-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%);
  }
}
/* Achievement */
.achievement {
  background-color: #202020;
  padding: 30px 0 40px;
}
.achievement__inner {
  position: relative;
  width: 94%;
  max-width: 400px;
  margin: 0 auto;
}
.achievement__inner--text {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: white;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
  z-index: 2;
}
.achievement__inner--image {
  display: block;
  width: 100%;
}
.achievement__inner--image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Intro */
.intro {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #202020), color-stop(75%, #ffffff));
  background: linear-gradient(to bottom, #202020 25%, #ffffff 75%);
  overflow: hidden;
}
.intro__copy {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
  width: 100%;
  aspect-ratio: 4/6;
  background-image: url(../images/aixjudge-bg-xs.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .intro__copy {
    background-image: url(../images/aixjudge-bg-xs@2x.webp);
  }
}
.intro__copy span {
  display: block;
}
.intro__copy--top {
  position: relative;
  left: 0;
  width: 75%;
  min-width: 320px;
  font-size: clamp(1rem, 1rem + 0.5vw, 1.25rem);
  padding: 0.4em 0.7em 0.4em 20px;
  line-height: 1.25em;
  background-color: white;
  color: #202020;
  text-align: right;
}
.intro__copy--top::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  aspect-ratio: 2/3;
  background-image: url('data:image/svg+xml;utf8,<svg id="angleEnd" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 20 30"><polygon points="10 0 20 0 10 30 0 30 10 0" fill="%23FFFFFF"/></svg>');
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: -1;
}
.intro__copy--middle {
  width: 90%;
  max-width: 350px;
  margin: 30px auto;
}
.intro__copy--middle img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.intro__copy--bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  min-width: 230px;
  font-size: clamp(1rem, 1rem + 0.5vw, 1.25rem);
  padding: 0.4em 20px 0.4em 0.7em;
  line-height: 1.25em;
  background-color: #202020;
  color: white;
  text-align: left;
}
.intro__copy--bottom::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  aspect-ratio: 2/3;
  background-image: url('data:image/svg+xml;utf8,<svg id="angleStart" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 20 30"><polygon points="10 0 20 0 10 30 0 30 10 0" fill="%23202020"/></svg>');
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

/* satisfaction */
.satisfaction {
  padding: 10px 0;
  background-color: white;
}
.satisfaction__level {
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.satisfaction__level img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.satisfaction__notice {
  margin: 0 auto;
  color: lightslategray;
  font-size: 12px;
  text-align: center;
}

/* thinkblue */
.thinkblue {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: white;
}
.thinkblue__top {
  width: 100%;
  aspect-ratio: 400/150;
  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%;
  max-width: 450px;
  margin: 0 auto;
  color: white;
  font-size: 24px;
  font-weight: 700;
  padding: 0;
}
.thinkblue__inner--body {
  width: 82%;
  max-width: 450px;
  min-height: 540px;
  margin: 0 auto;
  padding: 30px 0 0;
}
.thinkblue__inner--body p {
  font-size: 18px;
  font-weight: 500;
  color: white;
  padding: 0;
  margin: 0 0 1em 0;
  text-align: left;
}
.thinkblue__inner--body p.last {
  font-weight: 700;
  margin: 0;
}
.thinkblue__bottom {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 400/210;
}
.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__title {
  width: 82%;
  max-width: 360px;
  padding: 8px 0 30px;
  margin: 0 auto;
  color: #b8b8b8;
  font-family: Garamond, Cambria, Cochin, Times, "Times New Roman", serif !important;
  font-size: 42px;
  font-weight: 400 !important;
}
.concept__inner {
  width: 82%;
  max-width: 360px;
  margin: 0 auto;
  padding: 0;
}
.concept__inner .divider {
  width: 100%;
  height: 1px;
  margin: 40px auto;
  background-color: #ccc;
}
.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: 18px;
  line-height: 1.75em;
}
.concept__inner--body p {
  margin: 0 0 1.5em;
  text-align: justify;
  letter-spacing: 0;
}
.concept__inner--body p.last {
  font-weight: 600;
  margin: 0;
}
.concept__inner--body span {
  opacity: 0;
  display: inline-block;
}

/* Top 3 Advantage */
.our-advantage {
  background-color: white;
}
.our-advantage__title {
  width: 100%;
}
.our-advantage__title img {
  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 .item_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.our-advantage .item {
  position: relative;
  padding: 20px;
  margin: 0;
}
.our-advantage .item .item-num {
  position: relative;
  display: block;
  width: 100%;
  height: 32px;
  margin: 0 auto 20px;
}
.our-advantage .item .item-num span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  margin: 0 auto;
  color: white;
  font-weight: 600;
  text-align: center;
  line-height: 32px;
  background-color: #202020;
}
.our-advantage .item .item-num::before {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  left: 0;
  right: 0;
  width: 100%;
  height: 24px;
  border-radius: 99px;
  background: url(../images/our-advantage-num-bg.png) center top/10px 2px repeat;
}
.our-advantage .item .item-main {
  padding: 20px;
  background-color: white;
  border-radius: 8px;
}
.our-advantage .item .item-main h3 {
  font-size: clamp(1.125rem, 1rem + 0.5vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
  margin: 0 auto 0.75em;
}
.our-advantage .item .item-main sup {
  font-weight: 400;
}
.our-advantage .item .item-main p {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6em;
  text-align: justify;
  margin: 0 0 0.5em;
}
.our-advantage .item .item-main p.note {
  font-size: 0.75rem;
  color: #666;
  margin: 0;
}
.our-advantage .item .blur-image {
  width: 45%;
}
.our-advantage .item .screenshot {
  width: 50%;
}
.our-advantage .item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* research */
.research {
  width: 100%;
  padding: 0 0 40px;
  background: white url(../images/research-bg-xs@2x.webp) center top/100% auto no-repeat;
}
.research__title {
  margin: 0;
  padding: 3.75em 0 2em;
  font-size: clamp(1.5rem, 1.5rem + 0.5vw, 2rem);
  text-align: center;
}
.research__subtitle {
  position: relative;
  width: 82%;
  margin: 0 auto 0 0;
  font-size: 22px;
  font-weight: 700;
  color: white;
  padding: 0.5em 0 0.5em 9%;
  background-color: #202020;
  z-index: 2;
}
.research__subtitle::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  aspect-ratio: 2/3;
  background-image: url('data:image/svg+xml;utf8,<svg class="titleEnd" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 20 30"><polygon points="10 0 20 0 10 30 0 30 10 0" fill="%23202020"/></svg>');
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: -1;
}
.research__subtitle::before {
  content: "";
  position: absolute;
  right: -8px;
  bottom: 0;
  width: auto;
  height: 100%;
  aspect-ratio: 2/3;
  background-image: url('data:image/svg+xml;utf8,<svg class="titleEndBg" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 20 30"><polygon points="10 0 20 0 10 30 0 30 10 0" fill="%235271ff"/></svg>');
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: -1;
}
.research__inner {
  width: 82%;
  margin: 0 auto;
}
.research__inner--text {
  width: 100%;
  margin: 1em auto;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5em;
  text-align: left;
}
.research__inner--graph {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.research__inner--notice {
  margin: 2em auto 1em;
  font-size: 12px;
  line-height: 1.5em;
  color: #707070;
  text-align: justify;
}
.research__inner--comment {
  width: 100%;
  border-top: 1px solid #707070;
  padding: 1em 0;
  text-align: justify;
  font-size: clamp(0.9375rem, 0.9375rem + 0.5vw, 1.2rem);
  font-weight: 500;
  line-height: 1.75em;
  text-align: justify;
}

/* 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 {
  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.9375rem + 0.5vw, 1.2rem);
  font-weight: 500;
  line-height: 1.75em;
  text-align: justify;
}

/* Matching Design */
.matching-design {
  background-color: white;
}
.matching-design__title {
  width: 100%;
  padding-top: 50px;
}
.matching-design__title img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.matching-design__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #5271ff;
}
.matching-design__inner .item_list {
  width: 100%;
}
.matching-design__inner .item {
  padding: 20px;
}
.matching-design__inner .item .item-main {
  height: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  font-size: 0.9375rem;
  line-height: 1.75em;
  color: white;
  text-align: justify;
  overflow: hidden;
}
.matching-design__inner .item .item-main h3 {
  color: #D1D9FF;
  font-size: clamp(1.3125rem, 1.25rem + 0.5vw, 1.875rem);
  font-weight: 700;
  margin-bottom: 20px;
}
.matching-design__inner .item .item-main sup {
  font-weight: 400;
}
.matching-design__inner .item .item-main p {
  font-size: 0.9375rem;
  line-height: 1.6em;
}
.matching-design__inner .item .item-main p.note {
  font-size: 0.75rem;
  color: #ddd;
  margin: 0;
}
.matching-design__inner .item .item-main .badge-image {
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 4px;
  width: 100%;
  height: 58px;
}
.matching-design__inner .item .item-main .badge-image img {
  display: block;
  margin: 0 auto;
  height: 100%;
  aspect-ratio: 192/48;
  -o-object-fit: contain;
     object-fit: contain;
}
.matching-design__inner .item .item-main .screenshot {
  width: 45%;
}
.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 .item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px;
  font-size: 1.125rem;
  font-weight: 700;
  color: white;
  background-color: #505050;
  border: 1px solid #505050;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}
.price__inner--list .price-item .item-head .price-head-name {
  text-align: left;
}
.price__inner--list .price-item .item-head .price-head-name {
  text-align: right;
}
.price__inner--list .price-item .item-head sup {
  vertical-align: top;
}
.price__inner--list .price-item .item-body {
  padding: 12px;
  font-size: 0.9375rem;
  text-align: justify;
  border: 1px solid #505050;
  border-top: none;
  border-radius: 0 0 8px 8px;
}
.price__inner--list .price-item .item-foot {
  font-size: 0.75rem;
  text-align: right;
}
.price__inner--link {
  width: 100%;
  margin: 20px auto;
}
.price__inner--link a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25em;
  padding: 0.5em 1em;
  color: white;
  border-radius: 8px;
  background-color: #ff5757;
}
.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;
}

/* 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;
}

/* Management */
.management {
  padding: 60px 0;
  background-color: #F7F7F7;
}
.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: 1rem;
  font-weight: 600;
  line-height: 1.25em;
  color: white;
  text-align: center;
  background-color: #5271ff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
.management__inner--text {
  width: 82%;
  margin: 0 auto;
  font-size: 0.9375rem;
  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 .management_splide {
  margin: 0 0 30px;
}
.management__inner .management_splide .item_list {
  width: 100%;
}
.management__inner .management_splide .item .item-main {
  width: 82%;
  min-height: 236px;
  margin: 0 auto 20px;
  padding: 20px;
  background-color: white;
  border-radius: 8px;
  text-align: justify;
  font-size: 1rem;
}
.management__inner .management_splide .item .item-main .management-icon {
  display: block;
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
  margin: 0 auto 16px;
}
.management__inner .management_splide .item .item-main .management-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 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: 100%;
  margin: 0 auto;
  padding: 0;
}
.howtouse__inner--title {
  position: relative;
  width: calc(100% - 40px);
  max-width: 300px;
  margin: 20px auto 0;
  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 {
  padding: 20px;
}
.howtouse__inner .item .item-main {
  position: relative;
  height: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  font-size: 0.9375rem;
  line-height: 1.75em;
  color: #202020;
  text-align: justify;
  overflow: hidden;
}
.howtouse__inner .item .item-main .step-num {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 15px;
  left: 15px;
  width: 64px;
  height: 64px;
  font-size: 0.875rem;
  font-weight: 700;
  color: white;
  text-align: center;
  background-color: #5271ff;
  padding: 0;
  border-radius: 99px;
  white-space: nowrap;
}
.howtouse__inner .item .item-main h5.subject {
  min-height: 2.5em;
  margin: 0 0 1rem 0;
  color: #202020;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25em;
  padding: 0 0 0 70px;
}
.howtouse__inner .item .item-main h5.subject span {
  display: inline-block;
}
.howtouse__inner .item .item-main p {
  margin: 0 auto;
  text-align: justify;
  font-size: 0.925rem;
  line-height: 1.5em;
}
.howtouse__inner .item .screenshot {
  width: 50%;
  max-width: 300px;
  margin: 1rem auto;
}
.howtouse__bottom {
  width: 100%;
}
.howtouse__bottom img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.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;
}

/* Splide Custom */
.splide__arrows--ltr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.splide__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
}
.splide__arrow svg {
  width: 20px;
  fill: white;
}
.splide__arrow--prev {
  left: 0;
  border-radius: 0 8px 8px 0;
}
.splide__arrow--prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.splide__arrow--next {
  right: 0;
  border-radius: 8px 0 0 8px;
}

.splide__pagination {
  position: absolute;
  bottom: 0;
  height: 8px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  list-style: none;
  padding: 0;
}
.splide__pagination li {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 8px;
  overflow: hidden;
}
.splide__pagination li button {
  position: absolute;
  top: 0;
  left: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.splide__pagination li button.is-active {
  border: none;
  background-color: white;
}

.our-advantage .splide__pagination button {
  background-color: white;
}
.our-advantage .splide__pagination button.is-active {
  background-color: #5271ff;
}

.matching-design .splide__pagination button {
  background-color: rgba(0, 0, 0, 0.5);
}
.matching-design .splide__pagination button.is-active {
  background-color: white;
}

.management .splide__pagination button {
  background-color: #505050;
}
.management .splide__pagination button.is-active {
  background-color: #5271ff;
}

/* 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=anemone.css.map */