@charset "UTF-8";
/* Theme Name: custom */
*, *::before, *::after {
  box-sizing: border-box;
}

article, aside, footer, header, nav, section, figcaption, figure, main, canvas, time {
  display: block;
}

button, input, optgroup, select, textarea, figure {
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}

[hidden] {
  display: none;
}

body, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, p, blockquote, figure {
  margin: 0;
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #014099;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.04) 1px, transparent 1px), linear-gradient(0deg, rgba(0, 0, 0, 0.04) 1px, transparent 1px);
  background-repeat: repeat;
  background-position: left calc(50% - 50px) center;
  background-size: 100px 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  body {
    background-position: left calc(50% - 100px) center;
    background-size: 200px 200px;
  }
}

#wrapper {
  overflow-x: hidden;
}

#wrapper-fixed {
  width: 100%;
}

.bg-fixed {
  position: fixed;
  height: 100%;
}

#bg-nav {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.4s;
}

#wrapper:has(.header .nav-btn.active) #bg-nav {
  opacity: 1;
  visibility: visible;
}

a,
button {
  color: inherit;
  transition: 0.4s;
}
a:hover,
button:hover {
  opacity: 0.7;
  text-decoration: none;
}

figure {
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

table {
  width: 100%;
  border-spacing: 0;
  border: 3px solid;
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  table {
    border-width: 6px;
    border-radius: 20px;
  }
}
table th, table td {
  border-left: 1px solid;
  border-bottom: 1px solid;
  padding: 13px 13px;
}
table tr:last-child:not(:first-child) th, table tr:last-child:not(:first-child) td {
  border-bottom: none;
}
table th:first-child,
table td:first-child {
  border-left: none;
}

.header {
  height: 64px;
}
@media screen and (min-width: 992px) {
  .header {
    height: 110px;
  }
}
.header .inner {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 15px;
  width: 100%;
  height: 56px;
  padding: 8px;
  position: fixed;
  top: 0;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  .header .inner {
    column-gap: 20px;
    height: 100px;
    padding: 20px 40px;
  }
}
.header .logo {
  font-size: 7.5px;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  .header .logo {
    display: flex;
    align-items: center;
    column-gap: 20px;
    font-size: 15px;
  }
}
.header .logo img {
  max-width: 129.5px;
}
@media screen and (min-width: 992px) {
  .header .logo img {
    max-width: 100%;
  }
}
.header .logo span {
  display: block;
  text-align: right;
}
@media screen and (min-width: 992px) {
  .header .logo span {
    margin-top: 18px;
  }
}
.header .gnav {
  display: flex;
  justify-content: flex-end;
  column-gap: 10px;
}
@media screen and (min-width: 992px) {
  .header .gnav {
    align-items: center;
  }
}
.header .gnav .txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 34px;
  background-color: #fff;
  font-size: 10px;
  font-weight: 600;
  border-radius: 5px;
  padding-inline: 5px;
  text-align: center;
  line-height: 1.2;
  position: relative;
}
@media screen and (min-width: 992px) {
  .header .gnav .txt {
    width: 240px;
    height: 48px;
    font-size: 18px;
    border-radius: 10px;
    margin-right: 10px;
  }
}
.header .gnav .txt::before {
  content: "";
  background: linear-gradient(90deg, #a54a98 20%, #e60012 80%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: inherit;
  padding: 2px;
  position: absolute;
  inset: 0;
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .header .gnav .txt::before {
    padding: 4px;
  }
}
.header .gnav .txt span {
  color: transparent;
  background: linear-gradient(90deg, #a54a98 20%, #e60012 80%);
  -webkit-background-clip: text;
  background-clip: text;
}
.header .gnav .txt span::before, .header .gnav .txt span::after {
  content: "";
  aspect-ratio: 1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 100%;
  left: 50%;
}
.header .gnav .txt span::before {
  width: 8px;
  background: linear-gradient(90deg, #c22f62 0%, #c9214e 100%);
  transform: translate(-50%, 0);
}
@media screen and (min-width: 992px) {
  .header .gnav .txt span::before {
    width: 16px;
  }
}
.header .gnav .txt span::after {
  content: "";
  width: 5px;
  background-color: #fff;
  transform: translate(-50%, -2px);
}
@media screen and (min-width: 992px) {
  .header .gnav .txt span::after {
    width: 10px;
    transform: translate(-50%, -4px);
  }
}
.header .gnav .btn {
  display: grid;
  align-items: center;
  width: 75px;
  height: 40px;
  color: #fff;
  background: linear-gradient(90deg, #a54a98 20%, #00b0ec 80%);
  font-size: 10px;
  font-weight: 600;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 992px) {
  .header .gnav .btn {
    width: 180px;
    font-size: 16px;
    border-radius: 20px;
  }
}
.header .trigger {
  display: grid;
  justify-content: center;
  align-content: center;
  row-gap: 4px;
  width: 50px;
  height: 40px;
  background: linear-gradient(90deg, #9cc813 20%, #00b0ec 80%);
  border-radius: 10px;
}
@media screen and (min-width: 992px) {
  .header .trigger {
    row-gap: 8px;
    width: 120px;
    border-radius: 20px;
  }
}
.header .trigger::before, .header .trigger::after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: #fff;
}
@media screen and (min-width: 992px) {
  .header .trigger::before, .header .trigger::after {
    width: 50px;
    height: 2px;
  }
}

.header .nav-btn {
  cursor: pointer;
  display: block;
  width: 56px;
  aspect-ratio: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.header .nav-btn i,
.header .nav-btn i::after,
.header .nav-btn i::before {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #000;
}
.header .nav-btn i {
  position: relative;
  left: 18px;
  top: 28px;
}
.header .nav-btn i::after,
.header .nav-btn i::before {
  position: absolute;
  content: "";
  transform: rotate(0deg);
  transition: 0.4s;
}
.header .nav-btn i::before {
  transform: translateY(8px);
}
.header .nav-btn i::after {
  transform: translateY(-8px);
}
.header .nav-btn.active i {
  background-color: transparent;
}
.header .nav-btn.active i::before {
  transform: translateY(0) rotate(-45deg);
}
.header .nav-btn.active i::after {
  transform: translateY(0) rotate(45deg);
}

@media screen and (min-width: 768px) {
  .header .nav-btn {
    display: none;
  }
}
.header .menu {
  padding: 0;
  list-style: none;
  width: 85%;
  height: 100vh; /* dvhに対応してないブラウザ用 */
  height: 100dvh;
  position: absolute;
  top: 56px;
  right: 0;
  transform: translate3d(100%, 0, 0);
  background-color: #fff;
  overflow-y: scroll;
  transition: 0.4s;
}
.header .menu.open {
  transform: translate3d(0, 0, 0);
}
.header .menu li a {
  display: block;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .header .menu {
    width: auto;
    height: auto;
    position: static;
    transform: none;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
  }
  .header .menu li a {
    color: #000;
  }
}
.top-mv {
  display: grid;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .top-mv {
    grid-template-columns: 1fr 342px 1fr;
    align-items: center;
  }
}
@media screen and (min-width: 992px) {
  .top-mv {
    grid-template-columns: 1fr 684px 1fr;
  }
}
.top-mv .top-mv-img {
  width: 81.3333333333%;
  height: 259px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .top-mv .top-mv-img {
    width: auto;
    height: 740px;
  }
}
.top-mv .top-mv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-mv .top-mv-left {
  border-radius: 0 50px 50px 0;
}
@media screen and (min-width: 992px) {
  .top-mv .top-mv-left {
    border-radius: 0 100px 100px 0;
  }
}
.top-mv .top-mv-right {
  border-radius: 50px 0 0 50px;
  margin-left: auto;
}
@media screen and (min-width: 992px) {
  .top-mv .top-mv-right {
    border-radius: 100px 0 0 100px;
    margin-left: 0;
  }
}
.top-mv .top-mv-txt {
  text-align: center;
}
.top-mv .top-mv-txt img {
  width: 243px;
}
@media screen and (min-width: 992px) {
  .top-mv .top-mv-txt img {
    width: 486px;
  }
}

.top-cmn {
  padding-inline: 20px;
  margin-block: 80px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .top-cmn {
    max-width: 1400px;
    margin-inline: auto;
  }
}
.top-cmn .image-l {
  top: 0;
  left: 0;
  transform: translate(-50%, -70%);
}
@media screen and (min-width: 992px) {
  .top-cmn .image-l {
    transform: translate(-50%, -50%);
  }
}
.top-cmn .image-r {
  top: 100%;
  right: 0;
  transform: translate(50%, -50%);
}
.top-cmn .image {
  width: 250px;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .top-cmn .image {
    width: 500px;
    top: 50%;
  }
}
.top-cmn .title {
  font-size: 23px;
  font-weight: 900;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .top-cmn .title {
    font-size: 26px;
    margin-bottom: 12px;
  }
}
.top-cmn .text {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .top-cmn .text {
    font-size: 20px;
    line-height: 3;
  }
}
.top-cmn .text span {
  display: inline-block;
}
.top-cmn .name {
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .top-cmn .name {
    font-size: 16px;
  }
}

.top-intro {
  margin-bottom: 140px;
}
@media screen and (min-width: 992px) {
  .top-intro {
    margin-top: 200px;
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 992px) {
  .top-about {
    margin-top: 230px;
    margin-bottom: 190px;
  }
}

.top-section {
  margin-top: 60px;
}
@media screen and (min-width: 992px) {
  .top-section {
    max-width: 1400px;
    margin-inline: auto;
    margin-top: 140px;
  }
}

.top-title {
  font-size: 41px;
  font-weight: 900;
  padding-block: 12px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 992px) {
  .top-title {
    font-size: 68px;
    padding-block: 28px;
  }
}
.top-title .ja {
  position: relative;
  z-index: 1;
}
.top-title .en {
  font-family: "Momo Trust Display", sans-serif;
  font-size: 108px;
  font-weight: normal;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .top-title .en {
    font-size: 200px;
  }
}
.top-title .en span:nth-of-type(4n+1) {
  color: #00b0ec;
}
.top-title .en span:nth-of-type(4n+2) {
  color: #9cc813;
}
.top-title .en span:nth-of-type(4n+3) {
  color: #e60012;
}
.top-title .en span:nth-of-type(4n) {
  color: #a54a98;
}

.top-features .intro {
  font-size: 26px;
  font-weight: 900;
  margin-top: 15px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 992px) {
  .top-features .intro {
    font-size: 36px;
  }
}
.top-features .intro::before {
  content: "";
  display: block;
  width: 250px;
  aspect-ratio: 333/460;
  background-image: url(img/magnifying-glass.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 10px), calc(-50% - 60px));
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .top-features .intro::before {
    width: 333px;
    transform: translate(calc(-50% - 15px), calc(-50% - 90px));
  }
}
.top-features .intro em {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90deg, #9cc813 20%, #00b0ec 80%);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}
.top-features .cts {
  margin-top: 85px;
}
@media screen and (min-width: 992px) {
  .top-features .cts {
    max-width: 1070px;
    margin-top: 70px;
    margin-inline: auto;
  }
}
.top-features .row {
  display: grid;
  row-gap: 22px;
  counter-reset: num;
  margin-inline: 20px;
}
@media screen and (min-width: 576px) {
  .top-features .row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .top-features .row {
    grid-template-columns: repeat(4, auto);
  }
}
.top-features .row .col {
  display: grid;
  justify-items: center;
  align-content: start;
  counter-increment: num;
  text-align: center;
}
.top-features .row .col::before {
  content: counter(num);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 2/3;
  color: #fff;
  font-family: "Momo Trust Display", sans-serif;
  font-size: 22px;
  font-weight: normal;
  border-radius: 20px;
}
.top-features .row .col .icon {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .top-features .row .col .icon {
    margin-top: 30px;
  }
}
.top-features .row .col .ttl {
  font-size: 20px;
  font-weight: 600;
  margin-top: 14px;
}
@media screen and (min-width: 992px) {
  .top-features .row .col .ttl {
    font-size: 26px;
    margin-top: 33px;
  }
}
.top-features .row .col .txt {
  font-size: 16px;
  margin-top: 6px;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .top-features .row .col .txt {
    margin-top: 15px;
  }
}
.top-features .row .col .txt span {
  display: inline-block;
}
.top-features .row .col:nth-of-type(1):before {
  background-color: #00b0ec;
}
.top-features .row .col:nth-of-type(1) .ttl {
  color: #00b0ec;
}
.top-features .row .col:nth-of-type(2):before {
  background-color: #a54a98;
}
.top-features .row .col:nth-of-type(2) .ttl {
  color: #a54a98;
}
.top-features .row .col:nth-of-type(3):before {
  background-color: #e60012;
}
.top-features .row .col:nth-of-type(3) .ttl {
  color: #e60012;
}
.top-features .row .col:nth-of-type(4):before {
  background-color: #9cc813;
}
.top-features .row .col:nth-of-type(4) .ttl {
  color: #9cc813;
}
.top-features .box {
  border-radius: 15px;
  padding: 35px 35px 32px;
  margin-top: 35px;
  margin-inline: 20px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-features .box {
    display: grid;
    align-items: center;
    grid-template-columns: auto auto 1fr;
    grid-template-areas: "num icon ttl" "num icon txt";
    column-gap: 25px;
    padding: 40px 45px;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .top-features .box {
    column-gap: 50px;
    border-radius: 30px;
    padding: 80px 90px;
    margin-top: 52px;
  }
}
.top-features .box::before {
  content: "";
  background: linear-gradient(-90deg, #e60012 0%, #a54a98 15%, #00b0ec 65%, #9cc813 95%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: inherit;
  padding: 5px;
  position: absolute;
  inset: 0;
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .top-features .box::before {
    padding: 10px;
  }
}
.top-features .box .num {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
  font-family: "Momo Trust Display", sans-serif;
  font-size: 70px;
  font-weight: normal;
  line-height: 0.75;
}
@media screen and (min-width: 768px) {
  .top-features .box .num {
    grid-area: num;
  }
}
@media screen and (min-width: 992px) {
  .top-features .box .num {
    column-gap: 12px;
    font-size: 140px;
  }
}
.top-features .box .num::before {
  content: "";
  display: block;
  width: 53px;
  aspect-ratio: 1;
  background-image: url(img/icon-plus.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 992px) {
  .top-features .box .num::before {
    width: 106px;
  }
}
.top-features .box .icon {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .top-features .box .icon {
    grid-area: icon;
    margin-top: 0;
  }
}
.top-features .box .ttl {
  font-size: 20px;
  font-weight: 600;
  margin-top: 13px;
}
@media screen and (min-width: 768px) {
  .top-features .box .ttl {
    align-self: end;
    grid-area: ttl;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .top-features .box .ttl {
    font-size: 26px;
  }
}
.top-features .box .txt {
  font-size: 16px;
  margin-top: 6px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .top-features .box .txt {
    align-self: start;
    grid-area: txt;
  }
}
.top-features .box em {
  display: inline-block;
  color: transparent;
  background: linear-gradient(-90deg, #e60012 0%, #a54a98 15%, #00b0ec 65%, #9cc813 95%);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}
.top-features .grid {
  display: grid;
  justify-items: center;
  margin-top: 30px;
  margin-inline: 10px;
}
@media screen and (min-width: 768px) {
  .top-features .grid {
    justify-items: stretch;
    grid-template-columns: auto 1fr;
    column-gap: 20px;
    padding-inline: 60px;
  }
}
@media screen and (min-width: 992px) {
  .top-features .grid {
    padding-inline: 120px;
    margin-top: 40px;
  }
}
.top-features .arrow {
  display: grid;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 160px;
  font-size: 28px;
  font-weight: 900;
  border-left: 5px solid #014099;
  border-bottom: 5px solid #014099;
  border-bottom-left-radius: 6px;
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 992px) {
  .top-features .arrow {
    width: 220px;
    height: 190px;
    font-size: 32px;
    border-left-width: 6px;
    border-bottom-width: 6px;
    border-bottom-left-radius: 8px;
  }
}
.top-features .arrow::before, .top-features .arrow::after {
  content: "";
  width: 20px;
  aspect-ratio: 4;
  background-color: #014099;
  border-radius: 9999px;
  position: absolute;
  right: 0;
  bottom: -5px;
  transform-origin: right center;
}
@media screen and (min-width: 992px) {
  .top-features .arrow::before, .top-features .arrow::after {
    width: 24px;
    bottom: -6px;
  }
}
.top-features .arrow::before {
  transform: translateY(1px) rotate(40deg);
}
.top-features .arrow::after {
  transform: translateY(-1px) rotate(-40deg);
}
.top-features .arrow > span:after {
  content: "";
  width: 5px;
  aspect-ratio: 1;
  background-color: #014099;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, -50%);
}
@media screen and (min-width: 992px) {
  .top-features .arrow > span:after {
    width: 6px;
  }
}
.top-features .arrow .upright {
  text-combine-upright: all;
}
.top-features .list {
  display: grid;
  row-gap: 28px;
  background-image: radial-gradient(circle, #014099 2.5px, transparent 2.5px), radial-gradient(circle, #014099 2.5px, transparent 2.5px);
  background-repeat: repeat-x;
  background-position: left top, left bottom;
  background-size: 17px 5px;
  font-size: 19px;
  font-weight: 600;
  list-style: none;
  padding: 42px 15px;
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .top-features .list {
    row-gap: 33px;
    background-image: radial-gradient(circle, #014099 3px, transparent 3px), radial-gradient(circle, #014099 3px, transparent 3px);
    background-size: 18px 6px;
    font-size: 22px;
    padding: 44px 40px;
    margin-top: 25px;
  }
}
.top-features .list li {
  padding-left: 1.75em;
  position: relative;
}
.top-features .list li::before {
  content: "";
  display: inline-block;
  width: 26px;
  aspect-ratio: 1;
  background-image: url(img/icon-mark.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .top-features .list li::before {
    width: 30px;
  }
}
.top-features .sec {
  margin-top: 60px;
  margin-inline: 10px;
}
@media screen and (min-width: 768px) {
  .top-features .sec {
    margin-inline: 20px;
  }
}
@media screen and (min-width: 992px) {
  .top-features .sec {
    margin-top: 130px;
  }
}
.top-features .ttl {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 28px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .top-features .ttl {
    font-size: 36px;
    margin-bottom: 52px;
  }
}
.top-features .ttl span {
  display: inline-block;
  padding: 0 1.15em 16px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .top-features .ttl span {
    padding-bottom: 22px;
  }
}
.top-features .ttl span::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #9cc813 20%, #00b0ec 80%);
  border-radius: 2.5px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .top-features .ttl span::before {
    height: 8px;
    border-radius: 4px;
  }
}
.top-features .ttl span::after {
  content: "";
  width: 10px;
  aspect-ratio: 1.25;
  background: linear-gradient(90deg, #56bd77 0%, #49bb88 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .top-features .ttl span::after {
    width: 15px;
  }
}
.top-features .ttl em {
  color: transparent;
  background: linear-gradient(90deg, #9cc813 20%, #00b0ec 80%);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .top-features .movie {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr auto;
    column-gap: 40px;
  }
}
@media screen and (min-width: 992px) {
  .top-features .movie {
    column-gap: 80px;
    max-width: 1160px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .top-features .movie::before, .top-features .movie::after {
    content: "";
    display: block;
    width: 100px;
    aspect-ratio: 1;
    background-image: url(img/logo-large.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media screen and (min-width: 992px) {
  .top-features .movie::before, .top-features .movie::after {
    width: 140px;
  }
}
.top-features .movie .yt {
  aspect-ratio: 1.5;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .top-features .movie .yt {
    border-radius: 20px;
  }
}
.top-features .movie iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .top-function {
    max-width: 1400px;
    margin-inline: auto;
  }
}
.top-function .bg {
  color: #fff;
  background-color: #014099;
  border-radius: 40px;
  padding: 60px 5px 50px;
}
@media screen and (min-width: 768px) {
  .top-function .bg {
    padding-inline: 10px;
    margin-inline: 10px;
  }
}
@media screen and (min-width: 992px) {
  .top-function .bg {
    border-radius: 100px;
    padding: 120px 20px;
    margin-inline: 20px;
  }
}
.top-function .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-image: linear-gradient(90deg, #fff 2px, transparent 2px), linear-gradient(0deg, #fff 2px, transparent 2px);
  background-repeat: repeat-x, repeat-y;
  background-position: center top, left center;
  background-size: 5px 1px, 1px 5px;
  margin-top: 40px;
}
@media screen and (min-width: 576px) {
  .top-function .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .top-function .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .top-function .grid {
    max-width: 1160px;
    background-image: linear-gradient(90deg, #fff 3px, transparent 3px), linear-gradient(0deg, #fff 3px, transparent 3px);
    background-size: 9px 1px, 1px 9px;
    margin-top: 80px;
    margin-inline: auto;
  }
}
.top-function .area {
  display: grid;
  justify-items: center;
  row-gap: 22px;
  background-image: linear-gradient(90deg, #fff 2px, transparent 2px), linear-gradient(0deg, #fff 2px, transparent 2px);
  background-repeat: repeat-x, repeat-y;
  background-position: center bottom, right center;
  background-size: 5px 1px, 1px 5px;
  padding: 40px 10px;
}
@media screen and (min-width: 992px) {
  .top-function .area {
    row-gap: 32px;
    background-image: linear-gradient(90deg, #fff 3px, transparent 3px), linear-gradient(0deg, #fff 3px, transparent 3px);
    background-size: 9px 1px, 1px 9px;
    padding: 75px 20px;
  }
}
.top-function .area:first-of-type {
  grid-column: span 2;
}
.top-function .icon {
  display: grid;
  align-items: center;
}
.top-function .name {
  display: grid;
  align-items: center;
  min-height: 3em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .top-function .name {
    font-size: 24px;
  }
}

.top-system .cts {
  display: grid;
  row-gap: 20px;
  margin-top: 36px;
}
@media screen and (min-width: 768px) {
  .top-system .cts {
    margin-inline: 20px;
  }
}
@media screen and (min-width: 992px) {
  .top-system .cts {
    grid-template-columns: 0.3955223881fr 0.6044776119fr;
    grid-template-columns: minmax(400px, 1fr) minmax(400px, 810px);
    column-gap: 20px;
    margin-top: 72px;
  }
}
.top-system .ttl {
  font-size: 20px;
  font-weight: 900;
  padding-bottom: 16px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 992px) {
  .top-system .ttl {
    font-size: 32px;
    padding-bottom: 22px;
    margin-bottom: 24px;
  }
}
.top-system .ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #014099;
  border-radius: 2.5px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .top-system .ttl::before {
    height: 8px;
    border-radius: 4px;
  }
}
.top-system .ttl::after {
  content: "";
  width: 10px;
  aspect-ratio: 1.25;
  background-color: #014099;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .top-system .ttl::after {
    width: 15px;
  }
}
.top-system .sec {
  display: grid;
  justify-content: center;
  align-content: start;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 15px 10px 20px;
}
@media screen and (min-width: 768px) {
  .top-system .sec {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 992px) {
  .top-system .sec {
    border-radius: 20px;
    padding: 30px 40px;
  }
}
.top-system .sec01 .diagram {
  max-width: 280px;
}
@media screen and (min-width: 768px) {
  .top-system .sec01 .diagram {
    max-width: none;
  }
}
@media screen and (min-width: 992px) {
  .top-system .sec01 .diagram {
    margin-top: 28px;
  }
}
.top-system .sec02 .ttl::before {
  background: linear-gradient(90deg, #9cc813 20%, #00b0ec 80%);
}
.top-system .sec02 .ttl::after {
  background: linear-gradient(90deg, #56bd77 0%, #49bb88 100%);
}
.top-system .sec02 .ttl em {
  display: inline-block;
  color: transparent;
  background: linear-gradient(90deg, #9cc813 20%, #00b0ec 80%);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}
.top-system .sec02 .ttl br {
  display: none;
}
@media screen and (min-width: 768px) {
  .top-system .sec02 .ttl br {
    display: inline;
  }
}
.top-system .sec02 .list {
  display: grid;
  row-gap: 8px;
  color: #00b0ec;
  font-size: 15px;
  font-weight: 600;
  counter-reset: num;
  list-style: none;
  padding-inline: 8px;
  margin-bottom: 18px;
}
@media screen and (min-width: 992px) {
  .top-system .sec02 .list {
    font-size: 20px;
    padding-inline: 34px;
  }
}
.top-system .sec02 .list li {
  counter-increment: num;
  padding-left: 2em;
  position: relative;
}
.top-system .sec02 .list li::before {
  content: counter(num);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  font-family: "Momo Trust Display", sans-serif;
  font-size: 15px;
  border: 3px solid;
  border-bottom: none;
  border-radius: 11px 11px 0 0;
  padding-top: 2px;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 992px) {
  .top-system .sec02 .list li::before {
    width: 30px;
    height: 30px;
    font-size: 20px;
    border-width: 5px;
    border-radius: 15px 15px 0 0;
    padding-top: 3px;
  }
}
.top-system .sec02 .list li span {
  display: inline-block;
  font-size: 0.8em;
}
.top-system .sec02 .diagram {
  justify-self: center;
  max-width: 455px;
}
@media screen and (min-width: 768px) {
  .top-system .sec02 .diagram {
    max-width: none;
  }
}

.top-movie .title {
  font-size: 20px;
  font-weight: 900;
  margin-top: 32px;
  margin-bottom: 28px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .top-movie .title {
    font-size: 32px;
    margin-top: 35px;
    margin-bottom: 52px;
  }
}
.top-movie .title span {
  display: inline-block;
  padding: 0 1.15em 16px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .top-movie .title span {
    padding-bottom: 22px;
  }
}
.top-movie .title span::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #9cc813 20%, #00b0ec 80%);
  border-radius: 2.5px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .top-movie .title span::before {
    height: 8px;
    border-radius: 4px;
  }
}
.top-movie .title span::after {
  content: "";
  width: 10px;
  aspect-ratio: 1.25;
  background: linear-gradient(90deg, #56bd77 0%, #49bb88 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .top-movie .title span::after {
    width: 15px;
  }
}
.top-movie .title em {
  color: transparent;
  background: linear-gradient(90deg, #9cc813 20%, #00b0ec 80%);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}
.top-movie .accordion {
  counter-reset: num;
  display: grid;
  row-gap: 20px;
  margin-inline: 10px;
}
@media screen and (min-width: 768px) {
  .top-movie .accordion {
    margin-inline: 20px;
  }
}
@media screen and (min-width: 992px) {
  .top-movie .accordion {
    row-gap: 30px;
  }
}
.top-movie .acc {
  width: 100%;
  max-width: 600px;
  counter-increment: num;
  border: 2px solid;
  border-radius: 25px;
  padding-inline: 10px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .top-movie .acc {
    max-width: 900px;
    border-width: 5px;
    border-radius: 40px;
    padding-inline: 5px;
  }
}
.top-movie .acc .acc-ttl {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  font-size: 18px;
  font-weight: 600;
  padding-right: 45px;
  margin-block: 8px;
  list-style: none;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 992px) {
  .top-movie .acc .acc-ttl {
    font-size: 24px;
    padding-right: 80px;
    margin-block: 5px;
  }
}
.top-movie .acc .acc-ttl::before {
  content: counter(num);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  aspect-ratio: 1;
  color: #fff;
  font-family: "Momo Trust Display", sans-serif;
  font-size: 15px;
  font-weight: normal;
  border-radius: 50%;
}
@media screen and (min-width: 992px) {
  .top-movie .acc .acc-ttl::before {
    width: 60px;
    font-size: 30px;
  }
}
.top-movie .acc .acc-ttl span {
  border-right: 1px dotted;
  padding: 1px 5px;
}
@media screen and (min-width: 992px) {
  .top-movie .acc .acc-ttl span {
    border-right-width: 2px;
    padding: 7px 20px;
  }
}
.top-movie .acc .acc-ttl span::before, .top-movie .acc .acc-ttl span::after {
  content: "";
  display: block;
  width: 22.5px;
  height: 3px;
  border-radius: 1.5px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(50%, -50%);
}
@media screen and (min-width: 992px) {
  .top-movie .acc .acc-ttl span::before, .top-movie .acc .acc-ttl span::after {
    width: 30px;
    height: 4px;
    border-radius: 2px;
    right: 45px;
  }
}
.top-movie .acc .acc-ttl span::after {
  transform: translate(50%, -50%) rotate(90deg);
}
.top-movie .acc .acc-content {
  border-top: 1px dotted;
  padding-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .top-movie .acc .acc-content {
    border-top-width: 2px;
    padding-inline: 80px;
    padding-bottom: 60px;
  }
}
.top-movie .acc .acc-movie {
  aspect-ratio: 1.5;
  border-radius: 10px;
  margin-top: 30px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .top-movie .acc .acc-movie {
    margin-top: 60px;
  }
}
.top-movie .acc .acc-movie iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-movie .acc:nth-of-type(4n+1) {
  color: #00b0ec;
}
.top-movie .acc:nth-of-type(4n+1) .acc-ttl::before,
.top-movie .acc:nth-of-type(4n+1) .acc-ttl span::before,
.top-movie .acc:nth-of-type(4n+1) .acc-ttl span::after {
  background-color: #00b0ec;
}
.top-movie .acc:nth-of-type(4n+2) {
  color: #a54a98;
}
.top-movie .acc:nth-of-type(4n+2) .acc-ttl::before,
.top-movie .acc:nth-of-type(4n+2) .acc-ttl span::before,
.top-movie .acc:nth-of-type(4n+2) .acc-ttl span::after {
  background-color: #a54a98;
}
.top-movie .acc:nth-of-type(4n+3) {
  color: #e60012;
}
.top-movie .acc:nth-of-type(4n+3) .acc-ttl::before,
.top-movie .acc:nth-of-type(4n+3) .acc-ttl span::before,
.top-movie .acc:nth-of-type(4n+3) .acc-ttl span::after {
  background-color: #e60012;
}
.top-movie .acc:nth-of-type(4n) {
  color: #9cc813;
}
.top-movie .acc:nth-of-type(4n) .acc-ttl::before,
.top-movie .acc:nth-of-type(4n) .acc-ttl span::before,
.top-movie .acc:nth-of-type(4n) .acc-ttl span::after {
  background-color: #9cc813;
}
.top-movie .acc[open] .acc-ttl span::after {
  transform: translate(50%, -50%);
}

.top-plan {
  container-type: inline-size;
}
.top-plan .illust {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 150px 99px;
  column-gap: 18px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .top-plan .illust {
    grid-template-columns: 200px 198px;
    column-gap: 27px;
  }
}
.top-plan .illust .txt {
  color: #000;
  background-color: #fff;
  font-size: 15px;
  border: 1px solid;
  border-radius: 10px;
  box-shadow: 3px 2px 0px 0px #000;
  padding-block: 18px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 992px) {
  .top-plan .illust .txt {
    font-size: 20px;
    border-width: 2px;
    border-radius: 20px;
    box-shadow: 5px 4px 0px 0px #000;
    padding-block: 23px;
  }
}
.top-plan .illust .txt::after {
  content: "";
  border-left: 10px solid #000;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(4px, -50%);
}
@media screen and (min-width: 992px) {
  .top-plan .illust .txt::after {
    transform: translate(7px, -50%);
  }
}
.top-plan .intro {
  font-size: 18px;
  font-weight: 600;
  margin-block: 20px;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .top-plan .intro {
    font-size: 24px;
    margin-block: 25px;
  }
}
.top-plan .cts {
  display: grid;
  row-gap: 70px;
}
@media screen and (min-width: 768px) {
  .top-plan .cts {
    margin-inline: 20px;
  }
}
@container (min-width: 1200px) {
  .top-plan .cts {
    grid-template-columns: 430px 1fr;
    column-gap: 90px;
  }
}
.top-plan .ttl {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 28px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .top-plan .ttl {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.top-plan .ttl span {
  display: inline-block;
  padding-bottom: 16px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .top-plan .ttl span {
    padding-bottom: 22px;
  }
}
.top-plan .ttl span::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #014099;
  border-radius: 2.5px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .top-plan .ttl span::before {
    height: 8px;
    border-radius: 4px;
  }
}
.top-plan .ttl span::after {
  content: "";
  width: 10px;
  aspect-ratio: 1.25;
  background-color: #014099;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .top-plan .ttl span::after {
    width: 15px;
  }
}
.top-plan th {
  font-size: 20px;
  padding-block: 12px;
}
.top-plan table {
  background-color: #fff;
}
.top-plan table.table01 td, .top-plan table.table03 td {
  text-align: center;
}
.top-plan table.table02 td:nth-child(2) {
  text-align: center;
}
.top-plan table.table04 {
  margin-top: 20px;
}
.top-plan table.table04 th {
  color: #fff;
  background-color: #014099;
}
.top-plan .sec {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 15px 20px 20px;
}
@media screen and (min-width: 768px) {
  .top-plan .sec {
    padding: 30px;
  }
}
@media screen and (min-width: 992px) {
  .top-plan .sec {
    border-radius: 20px;
    padding: 40px;
  }
}
.top-plan .sec01 {
  position: relative;
}
.top-plan .sec01::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1;
  background-image: linear-gradient(0deg, transparent 11px, #014099 11px, #014099 19px, transparent 19px), linear-gradient(90deg, transparent 11px, #014099 11px, #014099 19px, transparent 19px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  right: 50%;
  bottom: -35px;
  transform: translate(50%, 50%);
}
@container (min-width: 1200px) {
  .top-plan .sec01::after {
    width: 40px;
    background-image: linear-gradient(0deg, transparent 15px, #014099 15px, #014099 25px, transparent 25px), linear-gradient(90deg, transparent 15px, #014099 15px, #014099 25px, transparent 25px);
    right: -45px;
    bottom: 50%;
  }
}
.top-plan .sec01 .ttl span {
  padding-inline: 70px;
}
.top-plan .sec02 .ttl {
  position: relative;
}
.top-plan .sec02 .ttl span {
  color: transparent;
  background: linear-gradient(90deg, #9cc813 20%, #00b0ec 80%);
  -webkit-background-clip: text;
  background-clip: text;
  position: static;
}
.top-plan .sec02 .ttl span::before {
  background: linear-gradient(90deg, #9cc813 20%, #00b0ec 80%);
}
.top-plan .sec02 .ttl span::after {
  background: linear-gradient(90deg, #56bd77 0%, #49bb88 100%);
}
.top-plan .sec02 .grid {
  display: grid;
  row-gap: 70px;
}
@media screen and (min-width: 576px) {
  .top-plan .sec02 .grid {
    align-items: start;
    grid-template-columns: minmax(220px, 320px) minmax(220px, 1fr);
    column-gap: 50px;
  }
}
@media screen and (min-width: 768px) {
  .top-plan .sec02 .grid {
    grid-template-columns: minmax(300px, 460px) minmax(300px, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .top-plan .sec02 .grid {
    grid-template-columns: 0.5428571429fr 0.4571428571fr;
    column-gap: 60px;
  }
}
.top-plan .sec02 .table-wrap {
  position: relative;
}
.top-plan .sec02 .table-wrap::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1;
  background-image: linear-gradient(0deg, transparent 11px, #014099 11px, #014099 19px, transparent 19px), linear-gradient(90deg, transparent 11px, #014099 11px, #014099 19px, transparent 19px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 576px) {
  .top-plan .sec02 .table-wrap::after {
    left: -25px;
    top: 70px;
  }
}
@media screen and (min-width: 992px) {
  .top-plan .sec02 .table-wrap::after {
    width: 40px;
    background-image: linear-gradient(0deg, transparent 15px, #014099 15px, #014099 25px, transparent 25px), linear-gradient(90deg, transparent 15px, #014099 15px, #014099 25px, transparent 25px);
    left: -30px;
  }
}
.top-plan .sec02 .list {
  font-size: 20px;
  font-weight: 600;
  list-style: none;
  padding-inline: 7px;
  line-height: 2;
}
.top-plan .sec02 .list li {
  padding-left: 1.75em;
  position: relative;
}
.top-plan .sec02 .list li::before {
  content: "";
  display: inline-block;
  width: 24px;
  aspect-ratio: 1;
  background-image: url(img/icon-mark.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 0;
}

@media screen and (min-width: 992px) {
  .top-form {
    max-width: 1400px;
    margin-inline: auto;
  }
}
.top-form .bg {
  color: #fff;
  background: linear-gradient(90deg, #9cc813 20%, #00b0ec 80%);
  border-radius: 50px;
  padding: 50px 15px;
  margin: 50px 10px 0;
}
@media screen and (min-width: 768px) {
  .top-form .bg {
    padding-inline: 20px;
    margin-inline: 20px;
  }
}
@media screen and (min-width: 992px) {
  .top-form .bg {
    border-radius: 100px;
    padding: 80px 0;
    margin-top: 70px;
  }
}
.top-form .title {
  font-size: 34px;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .top-form .title {
    font-size: 58px;
  }
}
.top-form .title::before {
  content: "";
  display: block;
  width: 68px;
  aspect-ratio: 1;
  background-image: url(img/logo-mark.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto 10px;
}
@media screen and (min-width: 992px) {
  .top-form .title::before {
    width: 90px;
  }
}
.top-form .title span {
  display: inline-block;
}
.top-form .ttl {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .top-form .ttl {
    font-size: 32px;
  }
}
.top-form .ttl span {
  display: inline-block;
  padding: 0 1em 16px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .top-form .ttl span {
    padding-bottom: 22px;
  }
}
.top-form .ttl span::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #fff;
  border-radius: 2.5px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .top-form .ttl span::before {
    height: 8px;
    border-radius: 4px;
  }
}
.top-form .ttl span::after {
  content: "";
  width: 10px;
  aspect-ratio: 1.25;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .top-form .ttl span::after {
    width: 15px;
  }
}
.top-form .sec {
  border-top: 1px dotted;
  margin-top: 36px;
  padding-top: 32px;
}
@media screen and (min-width: 992px) {
  .top-form .sec {
    border-top-style: dashed;
    margin-top: 60px;
    padding-top: 50px;
  }
}
.top-form .flow,
.top-form .list {
  display: grid;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .top-form .flow,
  .top-form .list {
    font-size: 20px;
  }
}
.top-form .flow {
  row-gap: 26px;
  counter-reset: num;
  padding-inline: 15px;
  margin-top: 22px;
}
@media screen and (min-width: 992px) {
  .top-form .flow {
    margin-top: 28px;
  }
}
.top-form .flow li {
  counter-increment: num;
  padding-left: 2em;
  position: relative;
}
.top-form .flow li::before {
  content: counter(num);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-family: "Momo Trust Display", sans-serif;
  font-size: 18px;
  border: 3px solid;
  border-bottom: none;
  border-radius: 14px 14px 0 0;
  padding-top: 2px;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 992px) {
  .top-form .flow li::before {
    width: 30px;
    height: 30px;
    font-size: 20px;
    border-width: 5px;
    border-radius: 15px 15px 0 0;
    padding-top: 3px;
  }
}
.top-form .flow li span {
  font-size: 0.8em;
}
.top-form .list {
  row-gap: 20px;
  padding-inline: 10px;
  margin-top: 22px;
}
@media screen and (min-width: 992px) {
  .top-form .list {
    margin-top: 44px;
    line-height: 2;
  }
}
.top-form .list li {
  padding-left: 1.5em;
  position: relative;
}
.top-form .list li::before {
  content: "";
  display: inline-block;
  width: 22px;
  aspect-ratio: 1;
  background-image: url(img/logo-mark.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (min-width: 992px) {
  .top-form .list li::before {
    width: 24px;
    top: 8px;
  }
}
.top-form .list li br {
  display: none;
}
@media screen and (min-width: 992px) {
  .top-form .list li br {
    display: inline;
  }
}
.top-form .btn {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  column-gap: 10px;
  width: 100%;
  max-width: 275px;
  min-height: 60px;
  color: #fff;
  background: linear-gradient(90deg, #a54a98 20%, #e60012 80%);
  font-size: 20px;
  font-weight: 600;
  border-radius: 9999px;
  padding: 10px 20px;
  margin: 35px auto 0;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .top-form .btn {
    max-width: 400px;
    min-height: 80px;
    font-size: 26px;
    padding: 15px 30px;
    margin-top: 55px;
  }
}
.top-form .btn::before, .top-form .btn::after {
  content: "";
  display: inline-block;
  width: 21px;
  aspect-ratio: 1.45;
}
@media screen and (min-width: 992px) {
  .top-form .btn::before, .top-form .btn::after {
    width: 29px;
  }
}
.top-form .btn::after {
  content: "";
  background-image: url(img/arrow-btn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.top-record {
  padding-inline: 5px;
}
@media screen and (min-width: 768px) {
  .top-record {
    padding-inline: 10px;
  }
}
@media screen and (min-width: 992px) {
  .top-record {
    padding-inline: 20px;
  }
}
.top-record .title {
  font-size: 34.5px;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .top-record .title {
    font-size: 46px;
  }
}
.top-record .note {
  font-size: 15px;
  font-weight: bold;
  margin-top: 8px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .top-record .note {
    font-size: 20px;
  }
}
.top-record .image {
  margin-top: 6px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .top-record .image {
    margin-top: -40px;
  }
}

.page:not(.home) .page-wrap {
  margin-inline: 10px;
}
@media screen and (min-width: 768px) {
  .page:not(.home) .page-wrap {
    margin-inline: 20px;
  }
}
.page:not(.home) .page-title {
  font-size: 41px;
  font-weight: 900;
  padding-block: 12px;
  margin-top: 60px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 992px) {
  .page:not(.home) .page-title {
    font-size: 68px;
    padding-block: 28px;
    margin-top: 120px;
  }
}
.page:not(.home) .page-title .ja {
  position: relative;
  z-index: 1;
}
.page:not(.home) .page-title .en {
  font-family: "Momo Trust Display", sans-serif;
  font-size: 108px;
  font-weight: normal;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .page:not(.home) .page-title .en {
    font-size: 200px;
  }
}
.page:not(.home) .page-title .en span:nth-of-type(5n+1) {
  color: #014099;
}
.page:not(.home) .page-title .en span:nth-of-type(5n+2) {
  color: #00b0ec;
}
.page:not(.home) .page-title .en span:nth-of-type(5n+3) {
  color: #9cc813;
}
.page:not(.home) .page-title .en span:nth-of-type(5n+4) {
  color: #e60012;
}
.page:not(.home) .page-title .en span:nth-of-type(5n) {
  color: #a54a98;
}
.page:not(.home) .page-content {
  container-type: inline-size;
  margin-top: 70px;
}
@media screen and (min-width: 992px) {
  .page:not(.home) .page-content {
    max-width: 1400px;
    margin-top: 140px;
    margin-inline: auto;
  }
}

.snow-monkey-form {
  background-color: #f5f5f5;
  border-radius: 50px;
  padding: 80px 20px 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .snow-monkey-form {
    padding: 80px 40px;
  }
}
@media screen and (min-width: 992px) {
  .snow-monkey-form {
    border-radius: 100px;
    padding: 80px;
  }
}
@container (min-width: 1200px) {
  .snow-monkey-form {
    margin-left: 600px;
  }
}
.snow-monkey-form .smf-progress-tracker {
  justify-content: center;
  column-gap: 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .snow-monkey-form .smf-progress-tracker {
    margin-bottom: 80px;
  }
}
@container (min-width: 1200px) {
  .snow-monkey-form .smf-progress-tracker {
    justify-content: flex-start;
    width: 600px;
    padding-inline: 40px;
    position: absolute;
    top: 80px;
    right: 100%;
  }
}
.snow-monkey-form .smf-progress-tracker__item {
  width: auto;
  flex-direction: row;
  column-gap: 10px;
}
@media screen and (min-width: 576px) {
  .snow-monkey-form .smf-progress-tracker__item {
    flex-grow: 0;
  }
}
.snow-monkey-form .smf-progress-tracker__item::before {
  content: none;
}
.snow-monkey-form .smf-progress-tracker__item::after {
  flex-grow: 1;
  height: 2px;
  position: static;
}
@media screen and (min-width: 576px) {
  .snow-monkey-form .smf-progress-tracker__item::after {
    flex-grow: 0;
    width: 70px;
    margin-inline: 10px;
  }
}
.snow-monkey-form .smf-progress-tracker__item[aria-current=true]::before {
  content: "";
  display: block;
  width: 4px;
  height: 24px;
  border-radius: 9999px;
  position: absolute;
  top: auto;
  right: auto;
  left: 10px;
  bottom: calc(100% + 6px);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .snow-monkey-form .smf-progress-tracker__item[aria-current=true]::before {
    width: 6px;
    height: 34px;
  }
}
.snow-monkey-form .smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number::before,
.snow-monkey-form .smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number::after {
  content: "";
  width: 4px;
  height: 15px;
  border-radius: 9999px;
  position: absolute;
  left: 10px;
  bottom: calc(100% + 6px);
  transform-origin: center bottom;
}
@media screen and (min-width: 768px) {
  .snow-monkey-form .smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number::before,
  .snow-monkey-form .smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number::after {
    width: 6px;
    height: 20px;
  }
}
.snow-monkey-form .smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number::before {
  transform: translate(calc(-50% + 1px), -1px) rotate(-40deg);
}
.snow-monkey-form .smf-progress-tracker__item[aria-current=true] .smf-progress-tracker__item__number::after {
  transform: translate(calc(-50% - 1px), -1px) rotate(40deg);
}
.snow-monkey-form .smf-progress-tracker__item__number {
  width: 20px;
  height: 30px;
  font-size: 0;
  border-radius: 10px;
  overflow: visible;
}
.snow-monkey-form .smf-progress-tracker__item__text {
  font-size: 0;
}
.snow-monkey-form .smf-progress-tracker__item__text::before {
  font-size: 15px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .snow-monkey-form .smf-progress-tracker__item__text::before {
    font-size: 20px;
  }
}
.snow-monkey-form .smf-progress-tracker__item--input[aria-current=true]::before,
.snow-monkey-form .smf-progress-tracker__item--input .smf-progress-tracker__item__number,
.snow-monkey-form .smf-progress-tracker__item--input .smf-progress-tracker__item__number::before,
.snow-monkey-form .smf-progress-tracker__item--input .smf-progress-tracker__item__number::after {
  background-color: #00b0ec;
}
.snow-monkey-form .smf-progress-tracker__item--input .smf-progress-tracker__item__text::before {
  content: "入力";
  color: #00b0ec;
}
.snow-monkey-form .smf-progress-tracker__item--input::after {
  background: linear-gradient(90deg, #00b0ec 0%, #a54a98 100%);
}
.snow-monkey-form .smf-progress-tracker__item--confirm[aria-current=true]::before,
.snow-monkey-form .smf-progress-tracker__item--confirm .smf-progress-tracker__item__number,
.snow-monkey-form .smf-progress-tracker__item--confirm .smf-progress-tracker__item__number::before,
.snow-monkey-form .smf-progress-tracker__item--confirm .smf-progress-tracker__item__number::after {
  background-color: #a54a98;
}
.snow-monkey-form .smf-progress-tracker__item--confirm .smf-progress-tracker__item__text::before {
  content: "確認";
  color: #a54a98;
}
.snow-monkey-form .smf-progress-tracker__item--confirm::after {
  background: linear-gradient(90deg, #a54a98 0%, #9cc813 100%);
}
.snow-monkey-form .smf-progress-tracker__item--complete[aria-current=true]::before,
.snow-monkey-form .smf-progress-tracker__item--complete .smf-progress-tracker__item__number,
.snow-monkey-form .smf-progress-tracker__item--complete .smf-progress-tracker__item__number::before,
.snow-monkey-form .smf-progress-tracker__item--complete .smf-progress-tracker__item__number::after {
  background-color: #9cc813;
}
.snow-monkey-form .smf-progress-tracker__item--complete .smf-progress-tracker__item__text::before {
  content: "送信完了";
  color: #9cc813;
}
.snow-monkey-form .smf-form {
  display: grid;
  row-gap: 30px;
}
.snow-monkey-form .smf-item {
  display: grid;
  row-gap: 15px;
}
.snow-monkey-form .smf-item:has(*[data-validations*=required]) .smf-item__label {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.snow-monkey-form .smf-item:has(*[data-validations*=required]) .smf-item__label::after {
  content: "必須";
  display: inline-block;
  width: 45px;
  color: #fff;
  background-color: #e60012;
  font-size: 12px;
  border-radius: 12px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .snow-monkey-form .smf-item:has(*[data-validations*=required]) .smf-item__label::after {
    width: 60px;
    font-size: 16px;
  }
}
.snow-monkey-form .smf-item__label {
  padding-inline: 10px;
}
@media screen and (min-width: 768px) {
  .snow-monkey-form .smf-item__label {
    padding-inline: 20px;
  }
}
.snow-monkey-form .smf-item__label__text {
  color: #014099;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .snow-monkey-form .smf-item__label__text {
    font-size: 24px;
  }
}
.snow-monkey-form .smf-placeholder {
  font-size: 16px;
}
.snow-monkey-form .p-country-name {
  display: none;
}
.snow-monkey-form ::placeholder {
  color: #014099;
  opacity: 0.7;
}
.snow-monkey-form .smf-text-control__control,
.snow-monkey-form .smf-textarea-control__control,
.snow-monkey-form .smf-select-control__control {
  width: 100%;
  color: #014099;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  padding: 14px 20px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .snow-monkey-form .smf-text-control__control,
  .snow-monkey-form .smf-textarea-control__control,
  .snow-monkey-form .smf-select-control__control {
    border-radius: 20px;
    padding: 19px 30px;
  }
}
.snow-monkey-form .smf-select-control__control {
  padding-right: 40px;
}
.snow-monkey-form .smf-checkboxes-control__control {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .snow-monkey-form .smf-checkboxes-control__control {
    padding-inline: 30px;
  }
}
.snow-monkey-form .smf-checkbox-control {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 16px;
  position: relative;
}
.snow-monkey-form .smf-checkbox-control .smf-checkbox-control__control {
  width: 30px;
  height: 30px;
  border: 2px solid #014099;
  border-radius: 50%;
}
.snow-monkey-form .smf-checkbox-control .smf-checkbox-control__control:checked {
  background-color: #fff;
}
.snow-monkey-form .smf-checkbox-control .smf-checkbox-control__control:checked + .smf-checkbox-control__label::before {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 1;
  background-color: #014099;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 15px;
  transform: translateX(-50%);
}
.snow-monkey-form .smf-radio-buttons-control__control .smf-label:not(:last-child),
.snow-monkey-form .smf-checkboxes-control__control .smf-label:not(:last-child) {
  margin: 10px 30px 10px 0;
}
.snow-monkey-form .smf-radio-button-control__control,
.snow-monkey-form .smf-checkbox-control__control {
  margin-top: 0;
}
.snow-monkey-form .smf-radio-button-control__label,
.snow-monkey-form .smf-checkbox-control__label {
  font-size: 16px;
}
.snow-monkey-form .smf-note {
  display: grid;
  justify-content: end;
  color: #666;
  font-size: 16px;
  padding: 4px 20px;
}
.snow-monkey-form .pp-content {
  color: #000;
  background-color: #fff;
  font-size: 15px;
  border-radius: 20px;
  padding: 15px 20px;
  padding-right: 15px;
  margin-bottom: 20px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .snow-monkey-form .pp-content {
    padding: 20px 30px;
    padding-right: 20px;
  }
}
.snow-monkey-form .pp-content .pp-content-in {
  height: 160px;
  padding-right: 20px;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .snow-monkey-form .pp-content .pp-content-in {
    height: 200px;
    padding-right: 40px;
  }
}
.snow-monkey-form .pp-content .pp-content-in p {
  margin-top: 2em;
}
.snow-monkey-form .pp-content .pp-content-in p:first-child {
  margin-top: 0;
}
.snow-monkey-form .pp-content .pp-content-in::-webkit-scrollbar {
  width: 5px;
}
@media screen and (min-width: 768px) {
  .snow-monkey-form .pp-content .pp-content-in::-webkit-scrollbar {
    width: 10px;
  }
}
.snow-monkey-form .pp-content .pp-content-in::-webkit-scrollbar-thumb {
  background: #014099;
  border-radius: 9999px;
}
.snow-monkey-form .smf-error-messages {
  padding-inline: 10px;
}
@media screen and (min-width: 768px) {
  .snow-monkey-form .smf-error-messages {
    padding-inline: 20px;
  }
}
.snow-monkey-form .smf-action {
  display: flex;
  justify-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 35px;
}
@media screen and (min-width: 992px) {
  .snow-monkey-form .smf-action {
    margin-top: 55px;
  }
}
.snow-monkey-form .smf-button-control {
  display: grid;
  justify-items: center;
  flex-grow: 1;
  margin-left: 0 !important;
}
.snow-monkey-form .smf-button-control__control {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr auto;
  column-gap: 10px;
  width: 100%;
  max-width: 200px;
  min-height: 60px;
  color: #fff;
  background: linear-gradient(90deg, #a54a98 20%, #e60012 80%);
  font-size: 20px;
  font-weight: 600;
  border-radius: 9999px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .snow-monkey-form .smf-button-control__control {
    max-width: 275px;
    min-height: 80px;
    font-size: 26px;
    padding: 15px 30px;
  }
}
.snow-monkey-form .smf-button-control__control::before, .snow-monkey-form .smf-button-control__control::after {
  content: "";
  display: inline-block;
  width: 21px;
  aspect-ratio: 1.45;
}
@media screen and (min-width: 992px) {
  .snow-monkey-form .smf-button-control__control::before, .snow-monkey-form .smf-button-control__control::after {
    width: 29px;
  }
}
.snow-monkey-form .smf-button-control__control::after {
  background-image: url(img/arrow-btn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.snow-monkey-form .smf-button-control__control[data-action=confirm] {
  max-width: 275px;
}
@media screen and (min-width: 992px) {
  .snow-monkey-form .smf-button-control__control[data-action=confirm] {
    max-width: 400px;
  }
}
.snow-monkey-form .smf-button-control__control[data-action=back] {
  background: linear-gradient(-90deg, #a54a98 20%, #e60012 80%);
}
.snow-monkey-form .smf-button-control__control[data-action=back]::before {
  order: 1;
}
.snow-monkey-form .smf-button-control__control[data-action=back]::after {
  transform: rotate(180deg);
  order: -1;
}
.snow-monkey-form .smf-sending {
  display: none;
}
.snow-monkey-form[data-screen=confirm] .smf-note,
.snow-monkey-form[data-screen=confirm] .pp-content {
  display: none;
}
.snow-monkey-form[data-screen=confirm] .smf-placeholder {
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .snow-monkey-form[data-screen=confirm] .smf-placeholder {
    padding: 10px 20px;
  }
}

.reCAPTCHA,
.reCAPTCHA a {
  color: #f5f5f5;
}

.reCAPTCHA {
  text-align: center;
  font-size: 12px;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.prev-next-post {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pgn {
  display: flex;
  justify-content: center;
}
.pgn .current,
.pgn a {
  width: 36px;
  aspect-ratio: 1;
  flex-shrink: 0;
  color: #fff;
  background-color: #000;
  text-align: center;
  margin: 0 5px;
  padding-top: 10px;
}
.pgn .current,
.pgn a:hover {
  background-color: #f5f5f5;
}
.pgn a {
  text-decoration: none;
}
.pgn .next,
.pgn .prev {
  background-image: url(img/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5px auto;
}
.pgn .prev,
.pgn .first {
  transform: rotate(180deg);
}
.pgn .last,
.pgn .first {
  background-image: url(img/arrow-right-white.svg), url(img/arrow-right-white.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left 13px center, left 20px center;
  background-size: 5px auto, 5px auto;
}

@media screen and (min-width: 768px) {
  .pgn .current,
  .pgn a {
    width: 48px;
    padding-top: 15px;
    font-size: 16px;
  }
  .pgn .next,
  .pgn .prev {
    background-size: 6px auto;
  }
  .pgn .prev,
  .pgn .first {
    transform: rotate(180deg);
  }
  .pgn .last,
  .pgn .first {
    background-position: left 18px center, left 27px center;
    background-size: 6px auto, 6px auto;
  }
}
.footer .footer-copy {
  display: block;
  font-size: 10px;
  padding-block: 25px;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .footer .footer-copy {
    font-size: 15px;
    padding-block: 53px;
  }
}/*# sourceMappingURL=style.css.map */