@charset "UTF-8";
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
:where([hidden]:not([hidden=until-found])) {
  display: none!important
}
:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light
}
@media (prefers-reduced-motion:no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui,sans-serif;
  -webkit-font-smoothing: antialiased
}
:where(input,button,textarea,select) {
  font: inherit;
  color: inherit
}
:where(textarea) {
  resize: vertical;
  resize: block
}
:where(button,label,select,summary,[role=button],[role=option]) {
  cursor: pointer
}
:where(:disabled) {
  cursor: not-allowed
}
:where(label:has(>input:disabled),label:has(+input:disabled)) {
  cursor: not-allowed
}
:where(button) {
  border-style: solid
}
:where(a) {
  color: inherit;
  text-underline-offset: .2ex
}
:where(ul,ol) {
  list-style: none
}
:where(img,svg,video,canvas,audio,iframe,embed,object) {
  display: block
}
:where(img,picture,svg) {
  max-inline-size: 100%;
  block-size: auto
}
:where(p,h1,h2,h3,h4,h5,h6) {
  overflow-wrap: break-word
}
:where(h1,h2,h3) {
  line-height: calc(1em + .5rem)
}
:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible
}
:where(:focus-visible) {
  outline: 3px solid #0b4e8a;
  outline-offset: 2px;
  scroll-margin-block: 10vh
}
main section[tabindex="-1"]:focus-visible {
  outline: 0
}
:where(.visually-hidden:not(:focus-within,:active)) {
  clip-path: inset(50%)!important;
  height: 1px!important;
  width: 1px!important;
  overflow: hidden!important;
  position: absolute!important;
  white-space: nowrap!important;
  border: 0!important
}
html {
  font-size: 1.1111111111vw
}
@media only screen and (max-width:767.499px) {
  html {
    font-size: 4.2666666667svw
  }
}
@media only screen and (min-width:1440px) {
  html {
    font-size: 16px
  }
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
  color: #2d3748;
  background: #fff;
  letter-spacing: 0;
  font-family: "Noto Sans JP","Noto Sans",sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: break-word
}
* {
  line-height: inherit
}
main {
  flex: 1 0 auto
}
picture {
  display: block
}
img {
  height: auto;
  width: 100%;
  max-width: 100%;
  vertical-align: middle
}
a {
  text-decoration: none;
  transition: opacity .4s ease;
  color: inherit
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: inherit
}
ul {
  list-style: none
}
button,
input,
select,
textarea {
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  background: 0 0;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none
}
input[type=checkbox],
input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px
}
button,
input[type=button],
input[type=submit],
label,
select {
  color: inherit;
  cursor: pointer
}
select::-ms-expand {
  display: none
}
input::-moz-placeholder {
  color: #637285
}
input::placeholder {
  color: #637285
}
input:-ms-input-placeholder {
  color: #637285
}
input::-ms-input-placeholder {
  color: #637285
}
main section[id] {
  scroll-margin-top: 3.5rem
}
@media only screen and (max-width:767.499px) {
  main section[id] {
    scroll-margin-top: 4rem
  }
}
@media only screen and (min-width:768px) {
  .only-sp {
    display: none!important
  }
}
@media only screen and (max-width:767.499px) {
  .only-pc {
    display: none!important
  }
}
.u-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 67.5rem
}
@media only screen and (max-width:767.499px) {
  .u-inner {
    padding-inline: 1.25rem
  }
}
.u-en {
  font-family: "Noto Sans JP","Noto Sans",sans-serif!important
}
.u-en2 {
  font-family: Roboto,"Noto Sans JP",sans-serif!important
}
.u-accent {
  color: #f0a500!important
}
.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-width: 13.75rem;
  max-width: 17.5rem;
  margin: 0 auto;
  height: 3.75rem;
  padding: 0 2rem;
  border: .125rem solid #00cf46;
  border-radius: .375rem;
  background: #00cf46;
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 700;
  letter-spacing: .03em;
  white-space: nowrap;
  text-align: center;
  transition: background .3s ease,border-color .3s ease,transform .3s ease,box-shadow .3s ease
}
@media only screen and (max-width:767.499px) {
  .c-btn {
    width: 100%;
    min-width: 0;
    height: 3.5rem;
    padding: 0 1.25rem
  }
}
.c-btn__icon {
  position: relative;
  top: .125rem;
  display: block;
  flex: 0 0 auto;
  width: 1.375rem;
  height: 1.375rem
}
@media (hover:hover) {
  .c-btn:hover {
    background: #00b33c;
    border-color: #00b33c;
    transform: translateY(-.125rem);
    box-shadow: 0 .625rem 1.25rem rgba(0,179,60,.28)
  }
}
@media (hover:none) {
  .c-btn:active {
    background: #00b33c;
    border-color: #00b33c;
    transform: translateY(-.125rem);
    box-shadow: 0 .625rem 1.25rem rgba(0,179,60,.28)
  }
}
.c-btn.--accent {
  border-color: #f0a500;
  background: #f0a500
}
@media (hover:hover) {
  .c-btn.--accent:hover {
    background: #d68c00;
    border-color: #d68c00;
    box-shadow: 0 .625rem 1.25rem rgba(214,140,0,.28)
  }
}
@media (hover:none) {
  .c-btn.--accent:active {
    background: #d68c00;
    border-color: #d68c00;
    box-shadow: 0 .625rem 1.25rem rgba(214,140,0,.28)
  }
}
.c-heading.--center {
  text-align: center
}
.c-heading__label {
  display: block;
  margin-bottom: .5rem;
  color: #0091cf;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: .15em
}
.c-heading__title {
  color: #0b4e8a;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4375
}
@media only screen and (max-width:767.499px) {
  .c-heading__title {
    font-size: 1.4375rem;
    line-height: 1.4782608696
  }
}
.c-heading__mark {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #f0a500;
  text-decoration-thickness: .1875rem;
  text-underline-offset: .5rem;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}
@media only screen and (max-width:767.499px) {
  .c-heading__mark {
    text-decoration-thickness: .125rem;
    text-underline-offset: .375rem
  }
}
.c-heading.--white .c-heading__label {
  color: #fff
}
.c-heading.--white .c-heading__title {
  color: #fff
}
.c-card {
  display: block;
  overflow: hidden;
  border: 1px solid #dce8f2;
  border-radius: .75rem;
  background: #fff;
  box-shadow: 0 .25rem 1rem rgba(11,78,138,.08)
}
.c-card__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #dce8f2
}
.c-card__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center
}
.c-card__body {
  padding: 1.5rem
}
@media only screen and (max-width:767.499px) {
  body.is-menu-open {
    overflow: hidden
  }
}
.s-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #083f70;
  transition: box-shadow .3s ease
}
.s-header.is-scrolled {
  box-shadow: 0 .125rem .75rem rgba(0,0,0,.15)
}
.s-header__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  height: 3.5rem
}
@media only screen and (max-width:767.499px) {
  .s-header__inner {
    height: 4rem
  }
}
.s-header__logo a {
  position: relative;
  display: block;
  transform-origin: left center;
  transition: transform .3s ease,opacity .3s ease
}
@media (hover:hover) {
  .s-header__logo a:hover {
    transform: scale(1.06);
    opacity: .9
  }
}
@media (hover:none) {
  .s-header__logo a:active {
    transform: scale(1.06);
    opacity: .9
  }
}
@media only screen and (max-width:767.499px) {
  .s-header__logo a::after {
    content: "";
    position: absolute;
    inset: -.625rem
  }
}
.s-header__logo img {
  display: block;
  width: auto;
  height: 1.5rem
}
@media only screen and (max-width:767.499px) {
  .s-header__logo img {
    height: 1.5rem
  }
}
.s-header__gnav {
  display: flex;
  justify-content: flex-end;
  flex: 1
}
.s-header__toggle {
  position: relative;
  flex: 0 0 auto;
  width: 2.75rem;
  height: 2.75rem
}
.s-header__toggle-bar {
  position: absolute;
  right: .6875rem;
  left: .6875rem;
  height: .125rem;
  background: #fff;
  transition: transform .3s ease,opacity .3s ease,top .3s ease
}
.s-header__toggle-bar:nth-child(1) {
  top: .9375rem
}
.s-header__toggle-bar:nth-child(2) {
  top: 1.3125rem
}
.s-header__toggle-bar:nth-child(3) {
  top: 1.6875rem
}
.s-header__toggle.is-open .s-header__toggle-bar:nth-child(1) {
  top: 1.3125rem;
  transform: rotate(45deg)
}
.s-header__toggle.is-open .s-header__toggle-bar:nth-child(2) {
  opacity: 0
}
.s-header__toggle.is-open .s-header__toggle-bar:nth-child(3) {
  top: 1.3125rem;
  transform: rotate(-45deg)
}
.s-header__panel {
  display: none
}
@media only screen and (max-width:767.499px) {
  .s-header__panel {
    display: block;
    position: fixed;
    top: 4rem;
    right: 0;
    left: 0;
    z-index: 1;
    overflow-y: auto;
    overscroll-behavior: contain;
    height: calc(100vh - 4rem);
    height: calc(100dvh - 4rem);
    background: #083f70;
    transform: translateX(100%);
    transition: transform .3s ease
  }
  .s-header__panel.is-open {
    transform: translateX(0)
  }
}
.s-header__panel-list {
  display: flex;
  flex-direction: column;
  padding: .5rem 1.25rem 1.25rem
}
.s-header__panel-item {
  border-bottom: 1px solid rgba(255,255,255,.15)
}
.s-header__panel-link {
  display: flex;
  align-items: center;
  min-height: 3.5rem;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 600;
  transition: opacity .3s ease
}
@media (hover:hover) {
  .s-header__panel-link:hover {
    opacity: .75
  }
}
@media (hover:none) {
  .s-header__panel-link:active {
    opacity: .75
  }
}
.s-header__panel-cta {
  display: flex;
  justify-content: center;
  padding: 1.5rem 1.25rem 2.5rem
}
.s-gnav {
  display: flex;
  align-items: center;
  gap: 1.75rem
}
.s-gnav__item a {
  position: relative;
  display: inline-block;
  padding-bottom: .25rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap
}
.s-gnav__item a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: .125rem;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .3s ease
}
@media (hover:hover) {
  .s-gnav__item a:hover::after {
    transform: scaleX(1);
    transform-origin: left center
  }
}
@media (hover:none) {
  .s-gnav__item a:active::after {
    transform: scaleX(1);
    transform-origin: left center
  }
}
@media (prefers-reduced-motion:reduce) {
  .s-header__panel,
  .s-header__toggle-bar {
    transition: none
  }
}
@media only screen and (max-width:767.499px) {
  body:has(.js-fixed-cta) .s-footer {
    padding-bottom: 6rem
  }
}
.s-fixed-cta {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .625rem;
  padding: 1.5rem .875rem;
  border-radius: .5rem 0 0 .5rem;
  background: #00cf46;
  color: #fff;
  font-size: .9375rem;
  font-weight: 700;
  letter-spacing: .1em;
  white-space: nowrap;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  box-shadow: 0 .5rem 1.25rem rgba(11,78,138,.25);
  transform: translateY(-50%) translateX(100%);
  transition: transform .4s ease,background .3s ease
}
@media only screen and (max-width:767.499px) {
  .s-fixed-cta {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    padding: 0;
    border-radius: 0;
    font-size: 1.1875rem;
    letter-spacing: .02em;
    writing-mode: horizontal-tb;
    transform: translateY(100%)
  }
}
.s-fixed-cta__icon {
  display: block;
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem
}
@media only screen and (max-width:767.499px) {
  .s-fixed-cta__icon {
    width: 1.5rem;
    height: 1.5rem
  }
}
@media (hover:hover) {
  .s-fixed-cta:hover {
    background: #00b33c
  }
}
@media (hover:none) {
  .s-fixed-cta:active {
    background: #00b33c
  }
}
.s-fixed-cta.is-show {
  transform: translateY(-50%) translateX(0)
}
@media only screen and (max-width:767.499px) {
  .s-fixed-cta.is-show {
    transform: translateY(0)
  }
}
@media (prefers-reduced-motion:reduce) {
  .s-fixed-cta {
    transform: none;
    transition: none;
    opacity: 0;
    visibility: hidden
  }
  .s-fixed-cta.is-show {
    transform: none;
    opacity: 1;
    visibility: visible
  }
}
.s-footer {
  width: 100%;
  padding-block: 3rem;
  background: #0b4e8a;
  color: #fff;
  text-align: center
}
@media only screen and (max-width:767.499px) {
  .s-footer {
    padding-block: 2rem
  }
}
.s-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem
}
.s-footer__logo img {
  display: block;
  width: auto;
  height: 2.25rem;
  margin-inline: auto
}
.s-footer__copy {
  font-size: .8125rem;
  font-weight: 500;
  color: rgba(255,255,255,.8)
}
.s-footer__link {
  position: relative;
  color: #fff;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: .25rem;
  transition: color .3s ease
}
@media (hover:hover) {
  .s-footer__link:hover {
    color: #f0a500
  }
}
@media (hover:none) {
  .s-footer__link:active {
    color: #f0a500
  }
}
@media only screen and (max-width:767.499px) {
  .s-footer__link::after {
    content: "";
    position: absolute;
    inset: -.75rem
  }
}
.s-footer {
  flex-shrink: 0
}
.s-fv {
  position: relative;
  overflow: hidden;
  min-height: 50rem;
  background: linear-gradient(115deg,#0f7fbf 0,#4fb4e6 48%,#dceefa 100%);
  color: #fff
}
@media only screen and (max-width:767.499px) {
  .s-fv {
    min-height: 38.75rem
  }
}
.s-fv::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1.875rem;
  bottom: 0;
  width: 52%;
  background: repeating-linear-gradient(120deg,transparent 0 1.0625rem,rgba(255,255,255,.16) 1.0625rem 1.125rem);
  mask-image: linear-gradient(90deg,transparent,#000 60%);
  -webkit-mask-image: linear-gradient(90deg,transparent,#000 60%)
}
@media only screen and (max-width:767.499px) {
  .s-fv::after {
    display: none
  }
}
.s-fv__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 50rem;
  gap: 2.75rem;
  padding-block: 3.5rem 0
}
@media only screen and (max-width:767.499px) {
  .s-fv__inner {
    flex-direction: column;
    min-height: 38.75rem;
    padding-block: 5rem 2rem
  }
}
.s-fv__txt {
  flex: 1;
  min-width: 0
}
@media only screen and (max-width:767.499px) {
  .s-fv__txt {
    display: flex;
    flex-direction: column;
    align-self: stretch
  }
}
.s-fv__badges-viewport {
  margin-bottom: 1.375rem
}
@media only screen and (max-width:767.499px) {
  .s-fv__badges-viewport {
    width: calc(100% + 2.5rem);
    margin-inline: -1.25rem;
    overflow: hidden;
    margin-top: 1rem;
    margin-bottom: 0
  }
}
.s-fv__badges-track {
  display: flex
}
@media only screen and (max-width:767.499px) {
  .s-fv__badges-track {
    width: -moz-max-content;
    width: max-content;
    animation: s-fv-badges-marquee 18s linear infinite
  }
}
.s-fv__badges {
  display: flex;
  flex-wrap: nowrap;
  flex: 0 0 auto;
  gap: .5rem
}
@media only screen and (max-width:767.499px) {
  .s-fv__badges {
    margin-right: .5rem
  }
}
.s-fv__badge {
  padding: .3125rem .75rem;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 6.25rem;
  background: rgba(255,255,255,.18);
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .02em;
  white-space: nowrap
}
.s-fv__title {
  max-width: 42.5rem;
  color: #f0a500;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.3636363636;
  filter: drop-shadow(0 .125rem .625rem rgba(11, 60, 110, .3))
}
@media only screen and (max-width:767.499px) {
  .s-fv__title {
    margin-block: 1.75rem 1.5rem;
    font-size: 1.5625rem;
    line-height: 1.36;
    text-align: center
  }
}
@supports ((-webkit-background-clip:text) or (background-clip:text)) or (-webkit-background-clip:text) {
  .s-fv__title {
    background-image: linear-gradient(180deg,#f0a500 0,#ffe24d 100%);
    background-repeat: repeat;
    background-size: 100% 3.75rem;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
  }
  @media only screen and (max-width:767.499px) {
    .s-fv__title {
      background-size: 100% 2.125rem
    }
  }
  .s-fv__title .u-accent {
    background: 0 0;
    color: transparent!important
  }
}
.s-fv__lead {
  max-width: 35rem;
  margin-top: 1.25rem
}
@media only screen and (max-width:767.499px) {
  .s-fv__lead {
    order: 1
  }
}
.s-fv__lead {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  text-shadow: 0 .0625rem .5rem rgba(11,60,110,.3)
}
@media only screen and (max-width:767.499px) {
  .s-fv__lead {
    margin-top: 1rem;
    font-size: .875rem;
    text-align: center
  }
}
.s-fv__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem
}
.s-fv__cta .c-btn {
  margin-inline: 0
}
@media only screen and (max-width:767.499px) {
  .s-fv__cta {
    flex-direction: column;
    margin-top: 1.5rem
  }
  .s-fv__cta .c-btn {
    margin-inline: auto
  }
}
.s-fv__illustration {
  flex: 0 0 27.5rem;
  width: 27.5rem;
  aspect-ratio: 1536/1024;
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 1.125rem 2.5rem rgba(6,60,100,.22)
}
@media only screen and (max-width:767.499px) {
  .s-fv__illustration {
    width: 100%;
    flex: 0 0 auto;
    border-radius: 1rem;
    box-shadow: 0 .625rem 1.5rem rgba(6,60,100,.2)
  }
}
.s-fv__illustration img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
@keyframes s-fv-badges-marquee {
  from {
    transform: translateX(0)
  }
  to {
    transform: translateX(-50%)
  }
}
@media (prefers-reduced-motion:reduce) {
  .s-fv__badges-track {
    animation: none;
    transform: none
  }
}
@media only screen and (prefers-reduced-motion:reduce) and (max-width:767.499px) {
  .s-fv__badges-track {
    width: 100%
  }
}
@media (prefers-reduced-motion:reduce) {
  .s-fv__badges--dup {
    display: none
  }
}
@media only screen and (prefers-reduced-motion:reduce) and (max-width:767.499px) {
  .s-fv__badges {
    flex: 1 1 auto;
    flex-wrap: wrap;
    width: 100%;
    margin-right: 0
  }
}
.s-problem {
  padding-block: 6rem;
  background: #f5f8fb
}
@media only screen and (max-width:767.499px) {
  .s-problem {
    padding-block: 3.5rem 1.75rem
  }
}
.s-problem__list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1.25rem;
  max-width: 59.375rem;
  margin: 3rem auto 0
}
@media only screen and (max-width:767.499px) {
  .s-problem__list {
    grid-template-columns: 1fr;
    gap: .75rem;
    margin-top: 2rem
  }
}
.s-problem__item {
  display: flex;
  align-items: center;
  gap: .625rem;
  padding: 1.375rem .9375rem;
  border: 1px solid #dce8f2;
  border-radius: .75rem;
  background: #fff
}
.s-problem__icon {
  flex: 0 0 auto;
  width: 1.5rem;
  height: 1.5rem;
  color: #0b4e8a
}
.s-problem__text {
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.6
}
@media only screen and (max-width:767.499px) {
  .s-problem__text {
    font-size: .8125rem
  }
}
.s-problem__next {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  margin-top: 5.5rem;
  padding-bottom: 1rem;
  text-align: center
}
@media only screen and (max-width:767.499px) {
  .s-problem__next {
    gap: 1rem;
    margin-top: 3.5rem;
    padding-bottom: .5rem
  }
}
.s-problem__next-text {
  padding: 2rem 3rem;
  border: .125rem solid #f0a500;
  border-radius: .875rem;
  background: #fff;
  box-shadow: 0 .375rem 1.25rem rgba(11,78,138,.1);
  color: #0b4e8a;
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1.5333333333
}
@media only screen and (max-width:767.499px) {
  .s-problem__next-text {
    padding: 1.5rem 1.25rem;
    font-size: 1.3125rem;
    line-height: 1.619047619
  }
}
.s-problem__next-text strong {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
  text-decoration-color: #f0a500;
  text-decoration-thickness: .1875rem;
  text-underline-offset: .5rem;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}
@media only screen and (max-width:767.499px) {
  .s-problem__next-text strong {
    text-decoration-thickness: .125rem;
    text-underline-offset: .375rem
  }
}
.s-problem__next-arrow {
  color: #0b4e8a
}
.s-solution {
  padding-block: 6rem;
  background: #fff
}
@media only screen and (max-width:767.499px) {
  .s-solution {
    padding-block: 3.5rem
  }
}
.s-solution__subtitle {
  margin-top: .75rem;
  color: #2d3748;
  font-size: 1rem;
  font-weight: 500
}
.s-solution__list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2.5rem;
  margin-top: 3.5rem
}
@media only screen and (max-width:767.499px) {
  .s-solution__list {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2.5rem
  }
}
.s-solution__item {
  padding: 2rem 1.25rem;
  border: 1px solid #dce8f2;
  border-radius: .75rem;
  background: #fff;
  box-shadow: 0 .25rem 1rem rgba(11,78,138,.08);
  text-align: center
}
.s-solution__icon {
  width: 2.5rem;
  height: 2.5rem;
  margin: .75rem auto;
  color: #0b4e8a
}
.s-solution__title {
  margin-top: .5rem;
  color: #0b4e8a;
  font-size: 1.25rem;
  font-weight: 700
}
.s-solution__text {
  margin-top: .75rem;
  font-size: .9375rem;
  line-height: 1.7333333333;
  text-align: left
}
.s-strength {
  padding-block: 6rem;
  background: #f5f8fb
}
@media only screen and (max-width:767.499px) {
  .s-strength {
    padding-block: 3.5rem
  }
}
.s-strength__layout {
  display: grid;
  grid-template-columns: 1fr 1.75fr;
  align-items: center;
  gap: 2.125rem;
  margin-top: 3rem
}
@media only screen and (max-width:767.499px) {
  .s-strength__layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2rem
  }
}
.s-strength__illustration {
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 25rem;
  margin-inline: auto;
  border-radius: .75rem;
  overflow: hidden
}
@media only screen and (max-width:767.499px) {
  .s-strength__illustration {
    max-width: 17.5rem
  }
}
.s-strength__illustration img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.s-strength__list {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  min-width: 0
}
@media only screen and (max-width:767.499px) {
  .s-strength__list {
    gap: 1rem
  }
}
.s-strength__item {
  padding: 1.375rem;
  border: 1px solid #dce8f2;
  border-radius: .75rem;
  background: #fff
}
.s-strength__title {
  color: #0b4e8a;
  font-size: 1.125rem;
  font-weight: 700
}
@media only screen and (max-width:767.499px) {
  .s-strength__title {
    text-align: center
  }
}
.s-strength__text {
  margin-top: .75rem;
  padding-top: .75rem;
  border-top: 1px solid #dce8f2;
  font-size: .9375rem;
  line-height: 1.7333333333
}
.s-works {
  padding-block: 6rem;
  background: #fff
}
@media only screen and (max-width:767.499px) {
  .s-works {
    padding-block: 3.5rem
  }
}
.s-works__list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2rem;
  margin-top: 3rem
}
@media only screen and (max-width:767.499px) {
  .s-works__list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    margin-top: 2rem
  }
}
.s-works__tag {
  display: inline-block;
  padding: .125rem .5rem;
  border: 1px solid #f0a500;
  border-radius: .25rem;
  background: #fff4de;
  color: #9a5f08;
  font-size: .75rem;
  font-weight: 700
}
.s-works__name {
  margin-top: .5rem;
  font-size: 1.125rem;
  font-weight: 700
}
.s-works__points {
  display: flex;
  flex-direction: column;
  gap: .375rem;
  margin-top: .625rem
}
.s-works__points li {
  position: relative;
  padding-left: 1rem;
  color: #637285;
  font-size: .875rem;
  line-height: 1.5714285714
}
.s-works__points li::before {
  content: "";
  position: absolute;
  top: .5rem;
  left: 0;
  width: .375rem;
  height: .375rem;
  border-radius: 50%;
  background: #0091cf
}
.s-price {
  padding-block: 6rem;
  background: #fff8ea
}
@media only screen and (max-width:767.499px) {
  .s-price {
    padding-block: 3.5rem
  }
}
.s-price__note {
  margin-top: 1rem;
  color: #637285;
  font-size: .8125rem;
  text-align: center
}
.s-price__note.--after {
  grid-column: 1/-1;
  margin-top: 1.25rem
}
.s-price__grid {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 3rem
}
@media only screen and (max-width:767.499px) {
  .s-price__grid {
    margin-top: 2rem
  }
}
.s-price__card {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #ffe3a3;
  border-radius: .75rem;
  background: #fff
}
.s-price__card.--hp {
  border-color: #c8dcec
}
.s-price__card.--static {
  border-color: #b6dcee
}
.s-price__card.--full {
  border-color: #ffd556
}
.s-price__card-title {
  padding: .625rem 1.25rem;
  background: #ffb300;
  color: #fff;
  font-size: 1.5rem
}
@media only screen and (max-width:767.499px) {
  .s-price__card-title {
    font-size: 1.125rem
  }
}
.s-price__card-title {
  font-weight: 700;
  text-align: center
}
.--hp .s-price__card-title {
  background: #0b4e8a
}
.--static .s-price__card-title {
  background: #0077ad
}
.--full .s-price__card-title {
  background: #faa028
}
.s-price__group {
  grid-column: 1/-1
}
.s-price__group + .s-price__group {
  margin-top: 3.5rem
}
@media only screen and (max-width:767.499px) {
  .s-price__group + .s-price__group {
    margin-top: 2.5rem
  }
}
.s-price__group-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .9375rem;
  margin-bottom: 1.5rem;
  color: #0b4e8a;
  font-size: 1.75rem;
  font-weight: 800;
  text-align: center
}
.s-price__group-title::after,
.s-price__group-title::before {
  content: "";
  flex: 1 1 0;
  max-width: 1.5rem;
  height: .125rem;
  background: #0b4e8a
}
@media only screen and (max-width:767.499px) {
  .s-price__group-title {
    font-size: 1.375rem
  }
}
.s-price__group-pair {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 1.375rem;
  max-width: 53.875rem;
  margin-inline: auto
}
@media only screen and (max-width:767.499px) {
  .s-price__group-pair {
    grid-template-columns: 1fr;
    gap: 1rem
  }
}
.s-price__lead {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1rem 1.5rem 1.125rem
}
@media only screen and (max-width:767.499px) {
  .s-price__lead {
    padding: .875rem 1.25rem 1rem
  }
}
.s-price__lead-price {
  padding-block: .625rem;
  color: #a66200;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.1111111111;
  text-align: center
}
@media only screen and (max-width:767.499px) {
  .s-price__lead-price {
    padding-block: .5rem;
    font-size: 1.75rem;
    line-height: 1.1428571429
  }
}
.s-price__lead-unit {
  margin-left: .125rem;
  font-size: 1.375rem
}
@media only screen and (max-width:767.499px) {
  .s-price__lead-unit {
    font-size: 1.125rem
  }
}
.s-price__lead-points {
  display: flex;
  flex-direction: column;
  gap: .375rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: .75rem;
  margin-inline: 1.25rem auto
}
@media only screen and (max-width:767.499px) {
  .s-price__lead-points {
    margin-top: .625rem;
    margin-inline: auto
  }
}
.s-price__lead-points li {
  position: relative;
  padding-left: 1.25rem;
  color: #3b5266;
  font-size: 1rem;
  line-height: 1.5
}
@media only screen and (max-width:767.499px) {
  .s-price__lead-points li {
    line-height: 1.4375
  }
}
.s-price__lead-points li::before {
  content: "";
  position: absolute;
  top: .5625rem;
  left: 0;
  width: .375rem;
  height: .375rem;
  border-radius: 50%;
  background: #e09b00
}
.s-price__card.--full .s-price__lead-points li::before {
  background: #e08529
}
.s-price__card.--static .s-price__lead-points li::before {
  background: #0077ad
}
.s-price__card.--hp .s-price__lead-points li::before {
  background: #0b4e8a
}
.s-price__support {
  margin-top: 3.5rem;
  padding: 0
}
.s-price__support-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .9375rem;
  color: #0b4e8a;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center
}
.s-price__support-title::after,
.s-price__support-title::before {
  content: "";
  flex: 1 1 0;
  max-width: 1.5rem;
  height: .125rem;
  background: #0b4e8a
}
@media only screen and (max-width:767.499px) {
  .s-price__support-title {
    font-size: 1.25rem
  }
}
.s-price__support-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1.25rem;
  margin-top: 1.5rem
}
@media only screen and (max-width:767.499px) {
  .s-price__support-grid {
    grid-template-columns: 1fr;
    gap: .875rem;
    margin-top: 1.25rem
  }
}
.s-price__support-card {
  padding: 1.5rem 1.25rem;
  border: 1px solid #f5d9a0;
  border-radius: .625rem;
  background: #fff;
  text-align: center
}
.s-price__support-name {
  color: #0b4e8a;
  font-size: 1.375rem;
  font-weight: 700
}
@media only screen and (max-width:767.499px) {
  .s-price__support-name {
    font-size: 1.125rem
  }
}
.s-price__support-price {
  margin-top: .5rem;
  color: #a66200;
  font-weight: 700;
  font-size: .875rem
}
.s-price__support-num {
  margin-right: .125rem;
  font-size: 1.5rem;
  font-weight: 800
}
.s-price__support-desc {
  margin-top: .625rem;
  color: #637285;
  font-size: .875rem;
  line-height: 1.5714285714
}
.s-price__support-note {
  margin-top: 1rem;
  color: #637285;
  font-size: .875rem;
  line-height: 1.5714285714;
  text-align: center
}
.s-flow {
  padding-block: 6rem;
  background: #fff
}
@media only screen and (max-width:767.499px) {
  .s-flow {
    padding-block: 3.5rem
  }
}
.s-flow__list {
  display: flex;
  gap: 1rem;
  margin-top: 3.5rem
}
@media only screen and (max-width:767.499px) {
  .s-flow__list {
    flex-direction: column;
    gap: 0;
    margin-top: 2.5rem
  }
}
.s-flow__item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center
}
@media only screen and (max-width:767.499px) {
  .s-flow__item {
    flex: auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: .5rem;
    padding: 0 0 2rem 0;
    text-align: left
  }
  .s-flow__item:not(:last-child) {
    margin-bottom: 2rem;
    background-image: linear-gradient(#dce8f2,#dce8f2);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: calc(100% - 4rem) 1px
  }
  .s-flow__item:last-child {
    padding-bottom: 0
  }
  .s-flow__item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 3rem;
    bottom: -2rem;
    left: 1.4375rem;
    width: .125rem;
    background: #dce8f2
  }
}
.s-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: -.5rem;
  width: .75rem;
  height: .75rem;
  border-top: .125rem solid #dce8f2;
  border-right: .125rem solid #dce8f2;
  transform: translateX(50%) rotate(45deg)
}
@media only screen and (max-width:767.499px) {
  .s-flow__item:not(:last-child)::after {
    display: none
  }
}
.s-flow__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
  border-radius: 50%;
  background: #0091cf;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700
}
@media only screen and (max-width:767.499px) {
  .s-flow__num {
    flex: 0 0 auto;
    margin: 0
  }
}
.s-flow__icon {
  width: 2.5rem;
  height: 2.5rem;
  margin: .75rem auto 0;
  color: #0b4e8a
}
@media only screen and (max-width:767.499px) {
  .s-flow__icon {
    flex: 0 0 auto;
    margin: 0
  }
}
.s-flow__title {
  margin-top: .75rem;
  color: #0b4e8a;
  font-size: 1rem;
  font-weight: 700
}
@media only screen and (max-width:767.499px) {
  .s-flow__title {
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 0
  }
}
.s-flow__text {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  margin-top: .5rem;
  color: #637285;
  font-size: .875rem;
  line-height: 1.5714285714
}
@media only screen and (max-width:767.499px) {
  .s-flow__text {
    display: block;
    flex: 0 0 auto;
    width: calc(100% - 4rem);
    margin-top: 0;
    margin-left: 2.5rem;
    text-align: center
  }
}
.s-faq {
  padding-block: 6rem;
  background: #f5f8fb
}
@media only screen and (max-width:767.499px) {
  .s-faq {
    padding-block: 3.5rem
  }
}
.s-faq__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 45rem;
  margin: 3rem auto 0
}
@media only screen and (max-width:767.499px) {
  .s-faq__list {
    gap: 1rem;
    margin-top: 2rem
  }
}
.s-faq__item {
  overflow: hidden;
  border: 1px solid #dce8f2;
  border-radius: .625rem;
  background: #fff;
  transition: border-color .25s ease
}
@media (hover:hover) {
  .s-faq__item:hover {
    border-color: #9fc4e0
  }
  .s-faq__item:hover .s-faq__answer,
  .s-faq__item:hover .s-faq__button {
    background-color: #f5f8fb
  }
  .s-faq__item:hover .s-faq__answer {
    color: #0b4e8a
  }
}
@media (hover:none) {
  .s-faq__item:active {
    border-color: #9fc4e0
  }
  .s-faq__item:active .s-faq__answer,
  .s-faq__item:active .s-faq__button {
    background-color: #f5f8fb
  }
  .s-faq__item:active .s-faq__answer {
    color: #0b4e8a
  }
}
.s-faq__item:has(.s-faq__button:focus-visible) {
  outline: .1875rem solid #0b4e8a;
  outline-offset: .125rem
}
.s-faq__item:has(.s-faq__button:focus-visible) .s-faq__button:focus-visible {
  outline: 0
}
.s-faq__question {
  margin: 0
}
.s-faq__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.125rem 1.375rem;
  border-radius: .625rem;
  background: 0 0;
  color: #0b4e8a;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625;
  text-align: left;
  transition: background-color .25s ease
}
.s-faq__button:focus-visible {
  outline-offset: -.1875rem
}
.s-faq__button span:first-child {
  display: block;
  padding-left: 1.375rem;
  text-indent: -1.375rem
}
.s-faq__button span:first-child::before {
  content: "Q";
  margin-right: .625rem;
  color: #f0a500;
  font-weight: 800
}
.s-faq__icon {
  position: relative;
  flex: 0 0 auto;
  width: 1.25rem;
  height: 1.25rem
}
.s-faq__icon::after,
.s-faq__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #0b4e8a;
  transform: translate(-50%,-50%);
  transition: transform .3s ease
}
.s-faq__icon::before {
  width: 1.25rem;
  height: .125rem
}
.s-faq__icon::after {
  width: .125rem;
  height: 1.25rem
}
.s-faq__button[aria-expanded=true] .s-faq__icon::after {
  transform: translate(-50%,-50%) rotate(90deg) scale(0,1)
}
.s-faq__answer {
  padding: 0 1.375rem 1.5rem;
  color: #637285;
  cursor: pointer;
  font-size: .875rem;
  line-height: 1.7142857143;
  transition: background-color .25s ease,color .25s ease
}
.s-contact {
  padding-block: 6rem;
  background: linear-gradient(120deg,#0091cf,#4fb4e6);
  color: #fff;
  text-align: center
}
@media only screen and (max-width:767.499px) {
  .s-contact {
    padding-block: 3.5rem
  }
}
.s-contact__lead {
  max-width: 35rem;
  margin: 1rem auto 0;
  color: rgba(255,255,255,.9);
  font-size: .9375rem;
  line-height: 1.7333333333
}
.s-contact__box {
  max-width: 42.5rem;
  margin: 1.75rem auto 0;
  padding: 2.125rem 2.25rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 .875rem 2.125rem rgba(0,0,0,.16);
  text-align: left
}
@media only screen and (max-width:767.499px) {
  .s-contact__box {
    margin-top: 1.5rem;
    padding: 1.5rem 1.25rem
  }
}
.s-contact__form-message {
  margin-bottom: 1.5rem;
  padding: .75rem 1rem;
  border: 1px solid #c0392b;
  border-radius: .375rem;
  background: #fbeae8;
  color: #c0392b;
  font-size: .875rem;
  font-weight: 500
}
.s-contact__form-message[hidden] {
  display: none
}
.s-contact__honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  left: -9999px
}
.s-contact__row {
  display: flex;
  gap: 1.25rem
}
@media only screen and (max-width:767.499px) {
  .s-contact__row {
    flex-direction: column;
    gap: 0
  }
}
.s-contact__row .s-contact__field {
  flex: 1
}
.s-contact__field {
  margin-top: 1.25rem
}
.s-contact__field:first-of-type {
  margin-top: 1.25rem
}
.s-contact__field--checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  -moz-column-gap: .625rem;
  column-gap: .625rem;
  row-gap: .75rem;
  margin-top: 1.75rem
}
.s-contact__label {
  display: block;
  margin-bottom: .5rem;
  color: #2d3748;
  font-size: .875rem;
  font-weight: 700
}
.s-contact__required {
  display: inline-block;
  margin-left: .5rem;
  padding: .125rem .5rem;
  border-radius: .25rem;
  background: #d93025;
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .05em;
  vertical-align: middle
}
.s-contact__any {
  display: inline-block;
  margin-left: .5rem;
  padding: .125rem .5rem;
  border-radius: .25rem;
  background: #e2e8f0;
  color: #586a7d;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .05em;
  vertical-align: middle
}
.s-contact__input {
  width: 100%;
  padding: .75rem 1rem;
  border: 1px solid #dce8f2;
  border-radius: .375rem;
  background: #fff;
  color: #2d3748;
  font-size: .9375rem;
  transition: border-color .3s ease,background .3s ease
}
.s-contact__input:focus-visible {
  border-color: #0b4e8a
}
.s-contact__input--textarea {
  resize: vertical;
  min-height: 8.75rem
}
.s-contact__input[aria-invalid=true] {
  border-color: #d93025;
  background: #fdf1f0
}
.s-contact__input[aria-invalid=true]:focus-visible {
  border-color: #d93025;
  outline-color: #d93025
}
.s-contact__select-wrap {
  position: relative
}
.s-contact__select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.125rem;
  width: .5rem;
  height: .5rem;
  border-right: .125rem solid #0b4e8a;
  border-bottom: .125rem solid #0b4e8a;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none
}
.s-contact__checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%)
}
.s-contact__privacy-link {
  position: relative;
  color: #0b4e8a;
  font-size: .8125rem;
  text-decoration: underline;
  transition: color .3s ease
}
@media (hover:hover) {
  .s-contact__privacy-link:hover {
    color: #f0a500
  }
}
@media (hover:none) {
  .s-contact__privacy-link:active {
    color: #f0a500
  }
}
@media only screen and (max-width:767.499px) {
  .s-contact__privacy-link::after {
    content: "";
    position: absolute;
    inset: -.625rem -.75rem
  }
}
.s-contact__checkbox-label {
  position: relative;
  display: inline-block;
  padding-left: 1.875rem;
  color: #2d3748;
  font-size: .875rem;
  line-height: 1.5714285714;
  cursor: pointer
}
.s-contact__checkbox-label::before {
  content: "";
  position: absolute;
  top: .0625rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #dce8f2;
  border-radius: .25rem;
  background: #fff
}
.s-contact__checkbox-label::after {
  content: "";
  position: absolute;
  top: .375rem;
  left: .375rem;
  width: .5rem;
  height: .25rem;
  border-left: .125rem solid #0b4e8a;
  border-bottom: .125rem solid #0b4e8a;
  transform: rotate(-45deg);
  opacity: 0
}
.s-contact__checkbox:checked + .s-contact__checkbox-label::after {
  opacity: 1
}
.s-contact__checkbox:focus-visible + .s-contact__checkbox-label::before {
  outline: .1875rem solid #0b4e8a;
  outline-offset: .125rem
}
.s-contact__checkbox[aria-invalid=true] + .s-contact__checkbox-label::before {
  border-color: #d93025
}
.s-contact__error {
  margin-top: .375rem;
  color: #c0392b;
  font-size: .8125rem
}
.s-contact__error:empty {
  display: none
}
.s-contact__submit {
  display: flex;
  margin-top: 2rem;
  margin-inline: auto;
  width: 100%
}
@media only screen and (max-width:767.499px) {
  .s-contact__submit {
    margin-top: 1.5rem
  }
}
.s-contact__submit:disabled {
  opacity: .6;
  cursor: not-allowed
}
.js-inview {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity .6s ease,transform .6s ease
}
.js-inview.is-inview {
  opacity: 1;
  transform: translateY(0)
}
@media (prefers-reduced-motion:reduce) {
  .js-inview {
    opacity: 1;
    transform: none;
    transition: none
  }
}
.s-privacy {
  padding-top: 9.5rem;
  padding-bottom: 6rem;
  background: #fff
}
@media only screen and (max-width:767.499px) {
  .s-privacy {
    padding-top: 7.5rem;
    padding-bottom: 3.5rem
  }
}
.s-privacy__body {
  max-width: 50rem;
  margin: 0 auto
}
.s-privacy__body h1 {
  color: #0b4e8a;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4375
}
@media only screen and (max-width:767.499px) {
  .s-privacy__body h1 {
    font-size: 1.5rem;
    line-height: 1.4166666667
  }
}
.s-privacy__body h2 {
  margin-top: 3rem;
  color: #0b4e8a;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5
}
@media only screen and (max-width:767.499px) {
  .s-privacy__body h2 {
    margin-top: 2.5rem;
    font-size: 1.125rem
  }
}
.s-privacy__body p {
  margin-top: 1rem;
  color: #2d3748;
  font-size: .9375rem;
  line-height: 2
}
.s-privacy__body ul {
  margin-top: 1rem;
  padding-left: 1.25rem;
  list-style: disc
}
.s-privacy__body li {
  margin-top: .5rem;
  color: #2d3748;
  font-size: .9375rem;
  line-height: 1.8666666667
}
.s-privacy__body li:first-child {
  margin-top: 0
}
.s-privacy__body a {
  color: #0b4e8a;
  text-decoration: underline;
  text-underline-offset: .1875rem;
  transition: color .3s ease
}
@media (hover:hover) {
  .s-privacy__body a:hover {
    color: #f0a500
  }
}
@media (hover:none) {
  .s-privacy__body a:active {
    color: #f0a500
  }
}
.s-privacy__body strong {
  font-weight: 700
}
.s-privacy__date {
  margin-top: 3rem;
  color: #637285;
  font-size: .8125rem;
  line-height: 1.6923076923
}
.s-privacy__back {
  display: flex;
  justify-content: center;
  margin-top: 3.5rem
}
@media only screen and (max-width:767.499px) {
  .s-privacy__back {
    margin-top: 2.5rem
  }
}
.s-thanks {
  padding-top: 11rem;
  padding-bottom: 7.5rem;
  background: #fff
}
@media only screen and (max-width:767.499px) {
  .s-thanks {
    padding-top: 8.5rem;
    padding-bottom: 4.5rem
  }
}
.s-thanks__body {
  max-width: 35rem;
  margin: 0 auto;
  text-align: center
}
.s-thanks__title {
  color: #0b4e8a;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.4285714286
}
@media only screen and (max-width:767.499px) {
  .s-thanks__title {
    font-size: 1.375rem
  }
}
.s-thanks__text {
  margin-top: 1rem;
  color: #2d3748;
  font-size: .9375rem;
  line-height: 1.8666666667
}
.s-thanks__note {
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: .0625rem solid #e2e8f0;
  color: #4a5568;
  font-size: .875rem;
  line-height: 1.8571428571
}
.s-thanks__note strong {
  font-weight: 700;
  color: #2d3748
}
@media only screen and (max-width:767.499px) {
  .s-thanks__note {
    margin-top: 1.375rem;
    padding-top: 1rem;
    font-size: .75rem;
    line-height: 1.75
  }
}
.s-thanks__back {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem
}