*,
::before,
::after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 10rem;
}
@media (max-width: 1024px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 520px) {
  html {
    font-size: 62.5%;
  }
}

img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.br-sp-none {
  display: none;
}
@media screen and (max-width: 520px) {
  .br-sp-none {
    display: block;
  }
}

.br-sp-use {
  display: none;
}
@media screen and (max-width: 520px) {
  .br-sp-use {
    display: block;
  }
}

[data-anim] {
  -webkit-transform: translateY(10rem);
          transform: translateY(10rem);
  opacity: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.l-header {
  width: 100%;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 9rem;
}
@media screen and (max-width: 520px) {
  .l-header {
    height: 6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-header .container {
  width: calc(100% - 6.8rem);
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6rem 3.4rem;
}
@media screen and (max-width: 520px) {
  .l-header .container {
    padding: 0;
    padding-left: 0.5rem;
    padding-right: 2.1rem;
  }
}
.l-header .container .logo {
  width: 27.895rem;
  aspect-ratio: 278.95/62;
}
@media screen and (max-width: 520px) {
  .l-header .container .logo {
    width: 19.7rem;
  }
}
.l-header .container .ham {
  width: 2.4rem;
  height: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}
@media screen and (max-width: 960px) {
  .l-header .container .ham {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header .container .ham .line {
  width: 100%;
  height: 0.2rem;
  background-color: #484848;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header .container .menu-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.3rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .l-header .container .menu-container {
    display: none;
  }
}
.l-header .container .menu-container .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.8rem;
}
.l-header .container .menu-container .menu .link {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #393939;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (min-width: 520px) {
  .l-header .container .menu-container .menu .link:hover::after {
    opacity: 1;
  }
}
.l-header .container .menu-container .menu .link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #393939;
  bottom: -0.2rem;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.l-header .container .menu-container .contact-link {
  width: 18.5rem;
  height: 4.7rem;
  background: -webkit-gradient(linear, left top, right top, from(#FFAB2E), to(#F05E25));
  background: -webkit-linear-gradient(left, #FFAB2E 0%, #F05E25 100%);
  background: linear-gradient(90deg, #FFAB2E 0%, #F05E25 100%);
  border-radius: 2.363rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.48rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.89px;
  line-height: 1;
  border: 1px solid #DB880A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 520px) {
  .l-header .container .menu-container .contact-link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header .container .menu-container .contact-link:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    opacity: 0.9;
  }
}
.l-header .container .menu-container .contact-link .icon {
  padding-left: 1.7rem;
  padding-right: 2.18rem;
  font-size: 2.1rem;
}

.body-ham-act {
  overflow: hidden;
  overflow: clip;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.body-ham-act-iphone {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.main-ham-act {
  pointer-events: none;
}

.contact-sp-link {
  display: none;
}
@media screen and (max-width: 520px) {
  .contact-sp-link {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.6rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: white;
  }
}

.hamburger {
  position: fixed;
  top: 9rem;
  left: 0;
  width: 100%;
  height: calc(100% - 9rem);
  background-color: rgba(77, 141, 203, 0.72);
  z-index: 1000;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 520px) {
  .hamburger {
    top: 6rem;
    height: calc(100% - 6rem);
  }
}
.hamburger .inner {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  padding: 3.85rem 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.2rem;
}
.hamburger .inner .link {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #393939;
  letter-spacing: 0.04em;
  line-height: 1;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.hamburger .inner .contact-link {
  margin-top: 0.8rem;
  width: 24rem;
  height: 4.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5rem;
  background-color: #4D8DCB;
  color: white;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.08em;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.act-hamburger {
  opacity: 1;
  pointer-events: auto;
}
.act-hamburger .inner .link {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.act-hamburger .inner .contact-link {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.act-ham {
  position: relative;
}
.act-ham .line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.act-ham .line:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.act-ham .line:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.act-ham .line:nth-child(2) {
  display: none;
}

.top {
  width: 100%;
}
.top .mv {
  width: 100%;
  background-image: url(../img/mv-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 14.6rem;
}
@media screen and (max-width: 520px) {
  .top .mv {
    background-image: url(../img/mv-bg-sp.png);
    padding-bottom: 15.5rem;
  }
}
.top .mv::after {
  content: "";
  width: 100%;
  aspect-ratio: 1280/242;
  background: -webkit-linear-gradient(274.7deg, rgba(234, 244, 255, 0) 3.79%, #EAF4FF 96.21%);
  background: linear-gradient(175.3deg, rgba(234, 244, 255, 0) 3.79%, #EAF4FF 96.21%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.top .mv .left-illust {
  aspect-ratio: 578/541;
  width: 45.15625%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}
@media screen and (max-width: 520px) {
  .top .mv .left-illust {
    width: 47.2%;
  }
}
.top .mv .right-illust {
  aspect-ratio: 546/524;
  width: 42.65625%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
@media screen and (max-width: 520px) {
  .top .mv .right-illust {
    width: 47.2%;
  }
}
.top .mv .container {
  width: calc(100% - 4rem);
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 6;
  position: relative;
  padding-top: 18.4rem;
}
@media screen and (max-width: 520px) {
  .top .mv .container {
    padding-top: 9.8rem;
  }
}
.top .mv .container .catch {
  font-size: 4.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.4318181818;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .top .mv .container .catch {
    font-size: 2.2rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
}
.top .mv .container .catch .inner:nth-child(1) {
  background: -webkit-linear-gradient(358.82deg, #3446C0 48.99%, #507DEB 91.27%);
  background: linear-gradient(91.18deg, #3446C0 48.99%, #507DEB 91.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.top .mv .container .catch .inner:nth-child(2) {
  background: -webkit-linear-gradient(181.18deg, #3446C0 48.99%, #507DEB 91.27%);
  background: linear-gradient(-91.18deg, #3446C0 48.99%, #507DEB 91.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.top .mv .container .middle {
  padding-top: 3.1rem;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #393939;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .top .mv .container .middle {
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    padding-top: 1.3rem;
  }
}
.top .mv .container .items {
  width: 57.7rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 520px) {
  .top .mv .container .items {
    width: 100%;
    margin-top: 2.7rem;
  }
}
.top .mv .banner {
  padding: 0.9rem 0;
  padding-left: 1.6rem;
  padding-right: 4.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  bottom: 2.7rem;
  z-index: 6;
  background: -webkit-gradient(linear, left top, right top, from(#FFAB2E), to(#F05E25));
  background: -webkit-linear-gradient(left, #FFAB2E 0%, #F05E25 100%);
  background: linear-gradient(90deg, #FFAB2E 0%, #F05E25 100%);
  border-radius: 5rem 0 0 5rem;
  position: fixed;
}
@media screen and (max-width: 520px) {
  .top .mv .banner {
    display: none;
  }
}
@media screen and (min-width: 520px) {
  .top .mv .banner {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top .mv .banner:hover {
    -webkit-filter: brightness(1.1);
            filter: brightness(1.1);
    opacity: 0.9;
  }
  .top .mv .banner:hover .angle {
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
  }
}
.top .mv .banner .icon {
  width: 5.4rem;
  aspect-ratio: 1/1;
}
.top .mv .banner .text {
  margin-left: 1.2rem;
  margin-right: 2.8rem;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.04em;
}
.top .mv .banner .angle {
  width: 1.8rem;
  aspect-ratio: 18/22;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top .mv-below {
  background-color: #EAF4FF;
  padding-bottom: 4.8rem;
}
@media screen and (max-width: 520px) {
  .top .mv-below {
    padding-bottom: 5.6rem;
  }
}
.top .mv-below .container {
  max-width: 106rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
.top .mv-below .container .catch {
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #141414;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 520px) {
  .top .mv-below .container .catch {
    font-size: 2.2rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    white-space: nowrap;
  }
}
.top .mv-below .container .catch .color {
  background: -webkit-linear-gradient(269.82deg, #3446C0 48.99%, #507DEB 91.27%);
  background: linear-gradient(180.18deg, #3446C0 48.99%, #507DEB 91.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.top .mv-below .container .middle {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.94px;
  line-height: 1.9;
  color: #141414;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .top .mv-below .container .middle {
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
.top .mv-below .container .card {
  margin-top: 4rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 520px) {
  .top .mv-below .container .card {
    gap: 1rem;
  }
}
.top .mv-below .container .card .item {
  width: calc((100% - 4rem) / 3);
  -webkit-box-shadow: 0px 0px 19.6923px rgba(50, 61, 136, 0.2);
          box-shadow: 0px 0px 19.6923px rgba(50, 61, 136, 0.2);
  border-radius: 1.6rem;
}
@media screen and (max-width: 520px) {
  .top .mv-below .container .card .item {
    width: 100%;
    border-radius: 0.8rem;
  }
}
.top .title {
  padding-top: 4rem;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  .top .title {
    padding-top: 3.4rem;
  }
}
.top .title .back {
  font-size: 6.4rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #4D8DCB;
  line-height: 1;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 520px) {
  .top .title .back {
    font-size: 5.2rem;
  }
}
.top .title .en {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #4D8DCB;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .top .title .en {
    font-size: 1.2rem;
  }
}
.top .title .ja {
  padding-top: 1.6rem;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #4D8DCB;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .top .title .ja {
    font-size: 1.5rem;
    padding-top: 1rem;
  }
}
.top .service {
  background-image: url(../img/service-back.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 8rem;
  padding-bottom: 8.2rem;
}
@media screen and (max-width: 520px) {
  .top .service {
    padding-top: 4rem;
    padding-bottom: 4.7rem;
    background-image: url(../img/service-back-sp.png);
  }
}
.top .service .container {
  width: calc(100% - 4rem);
  max-width: 106rem;
  margin: 0 auto;
}
.top .service .container .catch {
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #141414;
  letter-spacing: 0.1em;
  line-height: 1.684375;
  text-align: center;
  margin-top: 3.2rem;
}
@media screen and (max-width: 520px) {
  .top .service .container .catch {
    margin-top: 2.9rem;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
  }
}
.top .service .container .catch .color {
  background: -webkit-linear-gradient(269.82deg, #3446C0 48.99%, #507DEB 91.27%);
  background: linear-gradient(180.18deg, #3446C0 48.99%, #507DEB 91.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.top .service .container .middle {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #393939;
  letter-spacing: 0.04em;
  line-height: 1.9;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .top .service .container .middle {
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    line-height: 1.6;
  }
}
.top .service .container .sp-box {
  display: none;
  width: calc(100% + 4rem);
  margin-left: -2rem;
}
@media screen and (max-width: 520px) {
  .top .service .container .sp-box {
    display: block;
  }
}
.top .service .container .above {
  margin-top: 4.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}
@media screen and (max-width: 520px) {
  .top .service .container .above {
    margin-top: 2.4rem;
    display: none;
  }
}
.top .service .container .above .item {
  width: calc((100% - 3.2rem) / 3);
  -webkit-box-shadow: 0px 0px 19.6923px rgba(50, 61, 136, 0.2);
          box-shadow: 0px 0px 19.6923px rgba(50, 61, 136, 0.2);
}
.top .service .container .below {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
}
@media screen and (max-width: 520px) {
  .top .service .container .below {
    display: none;
  }
}
.top .service .container .below .item {
  width: calc((100% - 1.6rem) / 2);
  -webkit-box-shadow: 0px 0px 19.6923px rgba(50, 61, 136, 0.2);
          box-shadow: 0px 0px 19.6923px rgba(50, 61, 136, 0.2);
}
.top .reason {
  background-color: #EAF4FF;
  padding-top: 8rem;
  padding-bottom: 6.4rem;
}
@media screen and (max-width: 520px) {
  .top .reason {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
.top .reason .container {
  width: calc(100% - 4rem);
  max-width: 92.4rem;
  margin: 0 auto;
}
.top .reason .container .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  margin-top: 4.8rem;
}
@media screen and (max-width: 520px) {
  .top .reason .container .box {
    gap: 1.2rem;
  }
}
.top .reason .container .box .item {
  background-color: white;
  border-radius: 6px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4rem 5.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media screen and (max-width: 769px) {
  .top .reason .container .box .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem !important;
  }
}
@media screen and (max-width: 520px) {
  .top .reason .container .box .item {
    padding: 2.4rem 2rem;
  }
}
.top .reason .container .box .item:nth-child(1) {
  gap: 6rem;
}
.top .reason .container .box .item:nth-child(1) .text-box {
  width: 52.454rem;
}
.top .reason .container .box .item:nth-child(1) .img {
  width: 21.492rem;
}
@media screen and (max-width: 520px) {
  .top .reason .container .box .item:nth-child(1) .img {
    width: 14rem;
  }
}
.top .reason .container .box .item:nth-child(2) {
  gap: 2.1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 769px) {
  .top .reason .container .box .item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .reason .container .box .item:nth-child(2) .text-box {
  width: 53.546rem;
}
.top .reason .container .box .item:nth-child(2) .img {
  width: 24.4rem;
}
@media screen and (max-width: 520px) {
  .top .reason .container .box .item:nth-child(2) .img {
    width: 18.7rem;
  }
}
.top .reason .container .box .item:nth-child(3) {
  gap: 4rem;
}
.top .reason .container .box .item:nth-child(3) .text-box {
  width: 54rem;
}
.top .reason .container .box .item:nth-child(3) .img {
  width: 21.7rem;
}
@media screen and (max-width: 520px) {
  .top .reason .container .box .item:nth-child(3) .img {
    width: 16.9rem;
  }
}
@media screen and (max-width: 769px) {
  .top .reason .container .box .item .text-box {
    width: 100% !important;
  }
}
.top .reason .container .box .item .text-box .num {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #4D8DCB;
  line-height: 1;
  padding-bottom: 0.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 520px) {
  .top .reason .container .box .item .text-box .num {
    font-size: 1.4rem;
  }
}
.top .reason .container .box .item .text-box .num::before {
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: #ECF5FF;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0.75px;
}
.top .reason .container .box .item .text-box .num::after {
  content: "";
  width: 34.328358209%;
  height: 1.5px;
  background-color: #4D8DCB;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0.75px;
}
.top .reason .container .box .item .text-box .item-title {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #393939;
  letter-spacing: 0.08em;
  line-height: 1.6666666667;
  margin-top: 2rem;
}
@media screen and (max-width: 520px) {
  .top .reason .container .box .item .text-box .item-title {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.6;
    margin-top: 1.6rem;
  }
}
.top .reason .container .box .item .text-box .item-title .color {
  background: -webkit-linear-gradient(269.82deg, #3446C0 48.99%, #507DEB 91.27%);
  background: linear-gradient(180.18deg, #3446C0 48.99%, #507DEB 91.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.top .reason .container .box .item .text-box .item-text {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #393939;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 1.6rem;
}
@media screen and (max-width: 520px) {
  .top .reason .container .box .item .text-box .item-text {
    margin-top: 1.2rem;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
    line-height: 1.5384615385;
  }
}
.top .reason .container .box .item .text-box .item-img {
  margin-top: 1.8rem;
}
@media screen and (max-width: 520px) {
  .top .reason .container .box .item .text-box .item-img {
    margin-top: 1.2rem;
  }
}
.top .reason .container .box .item .img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top .reason-below {
  background-color: #EAF4FF;
  padding-bottom: 8rem;
}
@media screen and (max-width: 769px) {
  .top .reason-below {
    padding-bottom: 6rem;
  }
}
.top .reason-below .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 4rem);
  max-width: 94.4rem;
  margin: 0 auto;
}
.top .reason-below .container .reason-below-title {
  font-size: 2.6rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #4D8DCB;
  letter-spacing: 0.08em;
  line-height: 1;
  border-bottom: 1.5px solid #4D8DCB;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 520px) {
  .top .reason-below .container .reason-below-title {
    font-size: 1.6rem;
  }
}
.top .reason-below .container .box {
  margin-top: 4.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7.2rem;
}
@media screen and (max-width: 769px) {
  .top .reason-below .container .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 520px) {
  .top .reason-below .container .box {
    margin-top: 3rem;
    gap: 2.8rem;
  }
}
.top .reason-below .container .box .item {
  width: calc((100% - 14.4rem) / 3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 769px) {
  .top .reason-below .container .box .item {
    width: 100%;
  }
}
.top .reason-below .container .box .item .img {
  width: calc(100% - 4.2rem);
}
@media screen and (max-width: 520px) {
  .top .reason-below .container .box .item .img {
    width: 12rem;
  }
}
.top .reason-below .container .box .item .o-n {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 520px) {
  .top .reason-below .container .box .item .o-n {
    margin-top: 1.6rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.8rem;
  }
}
.top .reason-below .container .box .item .o-n .occ {
  background-color: white;
  padding: 0 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #4D8DCB;
  letter-spacing: 0.08em;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
@media screen and (max-width: 520px) {
  .top .reason-below .container .box .item .o-n .occ {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    padding: 0 0.4rem;
    font-size: 1.2rem;
    line-height: 24px;
  }
}
.top .reason-below .container .box .item .o-n .name {
  padding-top: 3.8rem;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #4D8DCB;
  letter-spacing: 0.04em;
  line-height: 30px;
}
@media screen and (max-width: 520px) {
  .top .reason-below .container .box .item .o-n .name {
    padding-top: 0;
  }
}
.top .reason-below .container .box .item .text {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #393939;
  letter-spacing: 0.04em;
  line-height: 2.8rem;
}
@media screen and (max-width: 520px) {
  .top .reason-below .container .box .item .text {
    margin-top: 0.8rem;
    font-size: 1.3rem;
    line-height: 20px;
  }
}
.top .flow {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  .top .flow {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.top .flow .container {
  max-width: 96rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  margin-top: 6.4rem;
}
@media screen and (max-width: 520px) {
  .top .flow .container {
    margin-top: 3.2rem;
  }
}
.top .flow .container .above {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .top .flow .container .above {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top .flow .container .above .item {
  width: calc((100% - 10.4rem - 2.4rem) / 3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .top .flow .container .above .item {
    width: 100%;
  }
}
.top .flow .container .above .item .num {
  width: 4.4rem;
  height: 4.4rem;
  background: -webkit-gradient(linear, left top, right top, from(#0556A4), to(#2FA5DC));
  background: -webkit-linear-gradient(left, #0556A4 0%, #2FA5DC 100%);
  background: linear-gradient(90deg, #0556A4 0%, #2FA5DC 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 520px) {
  .top .flow .container .above .item .num {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.top .flow .container .above .item .num::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .top .flow .container .above .item .num::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.top .flow .container .above .item .num .inner {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #4D8DCB;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 520px) {
  .top .flow .container .above .item .num .inner {
    font-size: 1.3rem;
  }
}
.top .flow .container .above .item .sub-title {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #4D8DCB;
  letter-spacing: 0.04em;
  line-height: 1.1666666667;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 520px) {
  .top .flow .container .above .item .sub-title {
    gap: 0.8rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1.8rem;
  }
}
.top .flow .container .above .item .img {
  margin-top: 1.8rem;
  width: 14.8rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 520px) {
  .top .flow .container .above .item .img {
    width: 10rem;
    margin-top: 0.8rem;
  }
}
.top .flow .container .above .item .text {
  margin-top: 1.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #393939;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 520px) {
  .top .flow .container .above .item .text {
    margin-top: 0.8rem;
    font-size: 1.3rem;
    line-height: 1.5384615385;
  }
}
.top .flow .container .above .angle {
  margin-top: 18.4rem;
  font-size: 1.7rem;
  color: #BFBFBF;
}
@media screen and (max-width: 960px) {
  .top .flow .container .above .angle {
    margin-top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: 0.8rem;
    margin-bottom: 2.4rem;
  }
}
.top .flow .container .above .float-angle {
  position: absolute;
  top: 0;
  right: -3.5rem;
  padding-top: 18.4rem;
  font-size: 1.7rem;
  color: #BFBFBF;
}
@media screen and (max-width: 960px) {
  .top .flow .container .above .float-angle {
    position: relative;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: 0.8rem;
    margin-bottom: 2.4rem;
    padding: unset;
    top: unset;
    right: unset;
  }
}
.top .flow .container .above .line {
  width: 100vw;
  height: 2px;
  background-color: #4D8DCB;
  position: absolute;
  top: 2rem;
  left: 15.2rem;
}
@media screen and (max-width: 960px) {
  .top .flow .container .above .line {
    display: none;
  }
}
.top .flow .container .below {
  margin-top: 4.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .top .flow .container .below {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}
.top .flow .container .below .item {
  width: calc((100% - 10.4rem - 2.4rem) / 3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .top .flow .container .below .item {
    width: 100%;
  }
}
.top .flow .container .below .item .num {
  width: 4.4rem;
  height: 4.4rem;
  background: -webkit-gradient(linear, left top, right top, from(#0556A4), to(#2FA5DC));
  background: -webkit-linear-gradient(left, #0556A4 0%, #2FA5DC 100%);
  background: linear-gradient(90deg, #0556A4 0%, #2FA5DC 100%);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 520px) {
  .top .flow .container .below .item .num {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.top .flow .container .below .item .num::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 520px) {
  .top .flow .container .below .item .num::before {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.top .flow .container .below .item .num .inner {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #4D8DCB;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 520px) {
  .top .flow .container .below .item .num .inner {
    font-size: 1.3rem;
  }
}
.top .flow .container .below .item .sub-title {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #4D8DCB;
  letter-spacing: 0.04em;
  line-height: 1.1666666667;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 520px) {
  .top .flow .container .below .item .sub-title {
    gap: 0.8rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1.8rem;
  }
}
.top .flow .container .below .item .img {
  margin-top: 1.8rem;
  width: 14.8rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 520px) {
  .top .flow .container .below .item .img {
    width: 10rem;
    margin-top: 0.8rem;
  }
}
.top .flow .container .below .item .text {
  margin-top: 1.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #393939;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 520px) {
  .top .flow .container .below .item .text {
    margin-top: 0.8rem;
    font-size: 1.3rem;
    line-height: 1.5384615385;
  }
}
.top .flow .container .below .angle {
  margin-top: 18.4rem;
  font-size: 1.7rem;
  color: #BFBFBF;
}
@media screen and (max-width: 960px) {
  .top .flow .container .below .angle {
    margin-top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: 0.8rem;
    margin-bottom: 2.4rem;
  }
}
.top .flow .container .below .float-angle {
  position: absolute;
  top: 0;
  left: 13.5rem;
  padding-top: 18.4rem;
  font-size: 1.7rem;
  color: #BFBFBF;
}
@media screen and (max-width: 960px) {
  .top .flow .container .below .float-angle {
    position: relative;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: 0.8rem;
    margin-bottom: 2.4rem;
    padding: unset;
    top: unset;
    left: unset;
    display: none;
  }
}
.top .flow .container .below .line {
  width: 100vw;
  height: 2px;
  background-color: #4D8DCB;
  position: absolute;
  top: 2rem;
  right: 31rem;
}
@media screen and (max-width: 960px) {
  .top .flow .container .below .line {
    display: none;
  }
}
.top .contact {
  background-color: #4D8DCB;
  padding: 8rem 0;
}
@media screen and (max-width: 520px) {
  .top .contact {
    padding: 6rem 0;
  }
}
.top .contact .title .back {
  color: white;
}
.top .contact .title .en {
  color: white;
}
.top .contact .title .ja {
  color: white;
}
.top .contact .container {
  width: calc(100% - 4rem);
  max-width: 92rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top .contact .container .step {
  width: 17.6rem;
  margin: 0 auto;
  margin-top: 6.4rem;
}
@media screen and (max-width: 520px) {
  .top .contact .container .step {
    margin-top: 3.2rem;
  }
}
.top .contact .container .text {
  text-align: center;
  color: white;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  margin-top: 2rem;
}
@media screen and (max-width: 520px) {
  .top .contact .container .text {
    font-size: 1.3rem;
    line-height: 1.5384615385;
    text-align: left;
  }
}
.top .contact .container .formbox {
  background-color: white;
  margin-top: 2.8rem;
  padding: 6.4rem 9rem;
  border-radius: 6px;
}
@media screen and (max-width: 520px) {
  .top .contact .container .formbox {
    padding: 2.4rem 2rem;
    margin-top: 2rem;
  }
}
.top .contact .container .formbox .form-container .inputarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 520px) {
  .top .contact .container .formbox .form-container .inputarea {
    gap: 2rem;
  }
}
.top .contact .container .formbox .form-container .inputarea .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 520px) {
  .top .contact .container .formbox .form-container .inputarea .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.8rem;
  }
}
.top .contact .container .formbox .form-container .inputarea .item .item-title {
  width: 23.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.2rem;
}
.top .contact .container .formbox .form-container .inputarea .item .item-title .req {
  width: 4.5rem;
  height: 2rem;
  background-color: #E53F3F;
  border-radius: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: white;
  line-height: 1;
}
.top .contact .container .formbox .form-container .inputarea .item .item-title .inner {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #393939;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .top .contact .container .formbox .form-container .inputarea .item .item-title .inner {
    font-size: 1.3rem;
  }
}
.top .contact .container .formbox .form-container .inputarea .item .item-title .opt {
  width: 4.5rem;
  height: 2rem;
  background-color: #bfbfbf;
  border-radius: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: white;
  line-height: 1;
}
.top .contact .container .formbox .form-container .inputarea .item .inputbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 520px) {
  .top .contact .container .formbox .form-container .inputarea .item .inputbox {
    width: 100%;
  }
}
.top .contact .container .formbox .form-container .inputarea .item .inputbox .error-input {
  color: red;
  display: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.top .contact .container .formbox .form-container .inputarea .item .inputbox .error-act {
  display: block;
}
.top .contact .container .formbox .form-container .inputarea .item .form-input {
  max-width: 50.4rem;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px rgba(200, 200, 207, 0.5);
          box-shadow: 0px 0px 10px rgba(200, 200, 207, 0.5);
  padding: 1.9rem 1.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #393939;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .top .contact .container .formbox .form-container .inputarea .item .form-input {
    font-size: 1.3rem;
  }
}
.top .contact .container .formbox .form-container .inputarea .item .form-input::-webkit-input-placeholder {
  color: #bababa;
}
.top .contact .container .formbox .form-container .inputarea .item .form-input::-moz-placeholder {
  color: #bababa;
}
.top .contact .container .formbox .form-container .inputarea .item .form-input:-ms-input-placeholder {
  color: #bababa;
}
.top .contact .container .formbox .form-container .inputarea .item .form-input::-ms-input-placeholder {
  color: #bababa;
}
.top .contact .container .formbox .form-container .inputarea .item .form-input::placeholder {
  color: #bababa;
}
.top .contact .container .formbox .form-container .inputarea .item .note {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #393939;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 0.8rem;
}
.top .contact .container .formbox .form-container .inputarea .item textarea {
  max-width: 50.4rem;
  min-height: 12.4rem;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px rgba(200, 200, 207, 0.5);
          box-shadow: 0px 0px 10px rgba(200, 200, 207, 0.5);
  padding: 1.9rem 1.7rem;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #393939;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  .top .contact .container .formbox .form-container .inputarea .item textarea {
    font-size: 1.3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.top .contact .container .formbox .form-container .inputarea .item textarea::-webkit-input-placeholder {
  color: #bababa;
}
.top .contact .container .formbox .form-container .inputarea .item textarea::-moz-placeholder {
  color: #bababa;
}
.top .contact .container .formbox .form-container .inputarea .item textarea:-ms-input-placeholder {
  color: #bababa;
}
.top .contact .container .formbox .form-container .inputarea .item textarea::-ms-input-placeholder {
  color: #bababa;
}
.top .contact .container .formbox .form-container .inputarea .item textarea::placeholder {
  color: #bababa;
}
.top .contact .container .formbox .form-container .inputarea .item-textarea {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top .contact .container .formbox .form-container .below {
  margin-top: 4.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 520px) {
  .top .contact .container .formbox .form-container .below {
    margin-top: 3.2rem;
  }
}
.top .contact .container .formbox .form-container .below .error-input {
  color: red;
  display: none;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.top .contact .container .formbox .form-container .below .error-act {
  display: block;
}
.top .contact .container .formbox .form-container .below .top {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #393939;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .top .contact .container .formbox .form-container .below .top {
    font-size: 1.3rem;
    text-align: left;
  }
}
.top .contact .container .formbox .form-container .below .privacy {
  width: 100%;
  max-width: 46rem;
  background-color: #f8f8f8;
  -webkit-box-shadow: inset 0px 4px 10px rgba(194, 191, 191, 0.25);
          box-shadow: inset 0px 4px 10px rgba(194, 191, 191, 0.25);
  border-radius: 4px;
  height: 17.6rem;
  overflow-y: scroll;
  padding: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 3.2rem;
}
@media screen and (max-width: 520px) {
  .top .contact .container .formbox .form-container .below .privacy {
    padding: 1.6rem 1.2rem;
    margin-top: 2rem;
    max-width: unset;
  }
}
.top .contact .container .formbox .form-container .below .privacy .inner {
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #393939;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.top .contact .container .formbox .form-container .below .privacy .inner .bold {
  font-weight: bold;
}
.top .contact .container .formbox .form-container .below .check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 520px) {
  .top .contact .container .formbox .form-container .below .check {
    margin-top: 2rem;
  }
}
.top .contact .container .formbox .form-container .below .check .checkbox {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 4px;
  border: 1px solid #C7C7C7;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.top .contact .container .formbox .form-container .below .check .checkbox::after {
  content: "";
  width: 1.7rem;
  height: 0.8rem;
  border-bottom: 2px solid #4D8DCB;
  border-left: 2px solid #4D8DCB;
  position: absolute;
  top: 20%;
  left: 12.5%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: none;
}
.top .contact .container .formbox .form-container .below .check .checkbox:checked::after {
  display: block;
}
.top .contact .container .formbox .form-container .below .check .check-text {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #393939;
  letter-spacing: 0.04em;
  line-height: 1;
}
.top .contact .container .formbox .form-container .below .check .req {
  width: 4.5rem;
  height: 2rem;
  background-color: #E53F3F;
  border-radius: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: white;
  line-height: 1;
}
.top .contact .container .formbox .form-container .below .below-text {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #393939;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 2.4rem;
}
@media screen and (max-width: 520px) {
  .top .contact .container .formbox .form-container .below .below-text {
    margin-top: 2rem;
    font-size: 1.3rem;
  }
}
.top .contact .container .formbox .form-container .below .form-btn {
  margin-top: 3.2rem;
  padding: 1.4rem 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.08em;
  line-height: 1;
  background-color: #4D8DCB;
  border-radius: 5rem;
}
@media screen and (min-width: 520px) {
  .top .contact .container .formbox .form-container .below .form-btn {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .top .contact .container .formbox .form-container .below .form-btn:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    opacity: 0.9;
  }
}
@media screen and (max-width: 520px) {
  .top .contact .container .formbox .form-container .below .form-btn {
    margin-top: 5.2rem;
    font-size: 1.8rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    padding: 1.9rem 0;
  }
}
.top .confirm {
  padding-top: 12rem;
}
@media screen and (max-width: 520px) {
  .top .confirm {
    padding-top: 9.2rem;
  }
}
.top .confirm .confirm-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top .confirm .confirm-area .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.2rem;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #E9E9E9;
  width: 100%;
}
.top .confirm .confirm-area .item .confirm-sub-title {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #393939;
  letter-spacing: 0.04em;
}
.top .confirm .confirm-area .item .confirm-text {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #393939;
  letter-spacing: 0.04em;
}
.top .confirm .below {
  margin-top: 0;
}
.top .confirm .below .form-btn {
  margin-top: 1.6rem !important;
}
.top .confirm .below .btn-return {
  margin-top: 0rem;
  padding: 1.4rem 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.08em;
  line-height: 1;
  background-color: #BFBFBF;
  border-radius: 5rem;
}
@media screen and (min-width: 520px) {
  .top .confirm .below .btn-return {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .top .confirm .below .btn-return:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    opacity: 0.9;
  }
}
@media screen and (max-width: 520px) {
  .top .confirm .below .btn-return {
    margin-top: 0.8rem;
    font-size: 1.8rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    padding: 1.9rem 0;
  }
}
.top .thanks {
  padding-top: 12rem;
}
@media screen and (max-width: 520px) {
  .top .thanks {
    padding-top: 9.2rem;
  }
}
.top .thanks .thanks-top {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #4D8DCB;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .top .thanks .thanks-top {
    text-align: left;
  }
}
.top .thanks .middle {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #393939;
  letter-spacing: 0.08em;
  line-height: 1.5384615385;
  margin-top: 4rem;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .top .thanks .middle {
    text-align: left;
  }
}
.top .thanks .box {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #F2F2F2;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem;
  margin-top: 4rem;
}
.top .thanks .bottom {
  margin-top: 3.2rem;
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #393939;
  letter-spacing: 0.04em;
  line-height: 1.5384615385;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .top .thanks .bottom {
    text-align: left;
  }
}
.top .thanks .re-contact {
  padding: 1.4rem 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: white;
  letter-spacing: 0.08em;
  line-height: 1;
  background-color: #4D8DCB;
  border-radius: 5rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 4rem;
}
@media screen and (max-width: 520px) {
  .top .thanks .re-contact {
    font-size: 1.8rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    padding: 1.9rem 0;
  }
}

.l-footer {
  padding: 2.3rem 0;
  background-color: #2C6CAB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 520px) {
  .l-footer {
    padding: 2rem 0;
  }
}
.l-footer small {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: white;
  text-align: center;
}
@media screen and (max-width: 520px) {
  .l-footer small {
    font-size: 1.2rem;
  }
}