html {
  -webkit-appearance: none;
  -webikit-text-size-adjust: 100%;
  word-break: break-all;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  overflow-x: hidden;
}

main {
  width: 100%;
  max-width: 2560px;
  margin-inline: auto;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

img {
  width: 100%;
  height: auto;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -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; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* =============================================
achievements
============================================= */
.achievements {
  background-image: url(../../images/achievements-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-block: 100px;
}
@media screen and (max-width: 767px) {
  .achievements {
    background-image: url(../../images/achievements-bg-sp.jpg);
    background-position: top center;
    background-size: cover;
    padding-block: 75px 90px;
  }
}

.achievements__img {
  width: 46.640625vw;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .achievements__img {
    width: 72.1875vw;
  }
}

.achievements__items {
  margin-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 80px;
}
@media screen and (max-width: 767px) {
  .achievements__items {
    margin-top: 11.71875vw;
    row-gap: 9.375vw;
  }
}

.achievements__item {
  margin-inline: auto;
}

.achievements__item dt {
  font-size: min(2.5vw, 32px);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .achievements__item dt {
    font-size: min(4.375vw, 28px);
    line-height: 1.6785714286;
  }
}

.achievements__item dt span {
  color: #FF0700;
  font-weight: 900;
}

.achievements__item dt span:nth-child(1) {
  font-size: min(2.96875vw, 38px);
  line-height: 1.1842105263;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .achievements__item dt span:nth-child(1) {
    font-size: 5vw;
    line-height: 1.1875;
  }
}

.achievements__item dt span:nth-child(2) {
  font-size: min(3.90625vw, 50px);
  line-height: 1.2;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .achievements__item dt span:nth-child(2) {
    font-size: 6.5625vw;
    line-height: 1.1904761905;
  }
}

.achievements__item dd {
  margin-top: 20px;
  width: min(53.90625vw, 690px);
}
@media screen and (max-width: 767px) {
  .achievements__item dd {
    width: min(90.3125vw, 578px);
    margin-top: 2.34375vw;
  }
}

.achievements__item dd img {
  aspect-ratio: 690/380;
  -o-object-fit: cover;
     object-fit: cover;
}

.achievements__item--large dd img {
  aspect-ratio: 690/536;
}

.achievements__passed {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .achievements__passed {
    margin-top: 11.71875vw;
  }
}

.achievements__passed-img {
  width: min(46.640625vw, 597px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .achievements__passed-img {
    width: 72.1875vw;
  }
}

.achievements__passed-move {
  margin-top: 30px;
  margin-inline: auto;
  width: min(58.359375vw, 747px);
  height: 420px;
}
@media screen and (max-width: 767px) {
  .achievements__passed-move {
    margin-top: 3.90625vw;
    width: min(92.96875vw, 595px);
    height: 52.34375vw;
  }
}

.achievements__passed-move iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

/* =============================================
application
============================================= */
.application {
  background-image: url(../../images/bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 135px;
}
@media screen and (max-width: 767px) {
  .application {
    background-image: url(../../images/application-bg-sp.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-block: 135px 150px;
  }
}

.application__title {
  font-size: min(6.09375vw, 78px);
  font-weight: 900;
  line-height: 1.2051282051;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .application__title {
    font-size: min(12.1875vw, 78px);
  }
}

.application__items {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 80px;
}

.application__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
  position: relative;
}

.application__item:not(:last-child)::before {
  position: absolute;
  content: "";
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 33px;
  height: 30px;
  display: inline-block;
  background-image: url(../../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .application__item:not(:last-child)::before {
    width: 5.15625vw;
    height: 4.6875vw;
  }
}

.application__item dt {
  width: min(19.53125vw, 500px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .application__item dt {
    width: min(39.0625vw, 300px);
  }
}

.application__item dt img {
  aspect-ratio: 250/290;
}

.application__item dd {
  font-size: min(2.1875vw, 28px);
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .application__item dd {
    font-size: min(4.375vw, 28px);
  }
}

/* =============================================
apply
============================================= */
.apply {
  padding-block: 70px 50px;
  background-color: #FFA509;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .apply {
    padding-block: 55px 40px;
  }
}

.apply__btn {
  display: inline-block;
  text-align: center;
  width: min(71.484375vw, 915px);
  margin-inline: auto;
  padding: min(2.34375vw, 30px);
  border: 10px solid #FFFFFF;
  border-radius: 7.8125vw;
  background-color: #032689;
  color: #FFFFFF;
  font-weight: 700;
  font-size: min(3.90625vw, 50px);
  line-height: 1.2;
  letter-spacing: 0.04em;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  -webkit-animation: anima-btn 2s infinite;
          animation: anima-btn 2s infinite;
}
@media screen and (max-width: 767px) {
  .apply__btn {
    width: min(92.1875vw, 590px);
    padding: 3.90625vw;
    border: 1.09375vw solid #FFFFFF;
    font-size: 5.78125vw;
    line-height: 1.2162162162;
    border-radius: 15.625vw;
  }
}

.apply__btn:hover {
  opacity: 1;
  color: #032689;
  background-color: #FFFFFF;
  border: 10px solid #032689;
}
@media screen and (max-width: 767px) {
  .apply__btn:hover {
    border: 1.09375vw solid #032689;
  }
}

.apply__btn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 32px;
  border-color: transparent transparent transparent #FFFFFF;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  padding-right: min(4.6875vw, 60px);
  overflow: hidden;
  -webkit-transition: border-color 0.6s;
  transition: border-color 0.6s;
}
@media screen and (max-width: 767px) {
  .apply__btn::after {
    border-width: 2.1875vw 0 2.1875vw 3.4375vw;
    padding-right: 3.125vw;
  }
}

.apply__btn:hover::after {
  border-color: transparent transparent transparent #032689;
}

.apply__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 48%;
  background: rgba(255, 255, 255, .16);
  pointer-events: none;
  border-radius: 6.25vw 6.25vw 0 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media screen and (max-width: 767px) {
  .apply__btn::before {
    border-radius: 9.375vw 9.375vw 0 0;
  }
}

.apply__btn:hover::before {
  opacity: 0;
}

@-webkit-keyframes anima-btn {
  7% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  15% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes anima-btn {
  7% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  15% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  25% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.apply__btn span {
  display: block;
}

.apply__btn span:nth-child(2) {
  font-size: min(5.078125vw, 65px);
  line-height: 1.1846153846;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .apply__btn span:nth-child(2) {
    font-size: min(7.65625vw, 49px);
    line-height: 1.1836734694;
  }
}

.apply__text {
  margin-top: 15px;
  font-size: min(2.34375vw, 30px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .apply__text {
    font-size: min(4.375vw, 28px);
    line-height: 1.2142857143;
  }
}

/* =============================================
custom
============================================= */
.custom__img img {
  aspect-ratio: 2560/4509;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .custom__img img {
    aspect-ratio: 1280/2250;
  }
}

/* =============================================
features
============================================= */
.features__img img {
  aspect-ratio: 2560/12374;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .features__img img {
    aspect-ratio: 1280/12020;
  }
}

/* =============================================
footer
============================================= */
.footer {
  background-color: #03336D;
  height: 100px;
  width: 100%;
  max-width: 2560px;
  margin-inline: auto;
}

.footer__nav {
  height: inherit;
}

.footer__nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.footer__nav-list {
  height: inherit;
  position: relative;
}

.footer__nav-list:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 30px;
  background-color: #FFFFFF;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .footer__nav-list:not(:last-child)::before {
    width: 2px;
  }
}

.footer__nav-list a {
  font-size: min(2.34375vw, 30px);
  font-weight: 700;
  line-height: 2.7;
  letter-spacing: 0.05em;
  padding-inline: 18px;
  color: #FFFFFF;
  height: inherit;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .footer__nav-list a {
    font-size: min(3.90625vw, 25px);
    line-height: 3.2;
    padding-inline: 2.34375vw;
  }
}

/* =============================================
fv
============================================= */
.fv__img img {
  aspect-ratio: 2560/1460;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .fv__img img {
    aspect-ratio: 1280/1856;
  }
}

/* =============================================
guarantee
============================================= */
.guarantee__img img {
  aspect-ratio: 2560/1406;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .guarantee__img img {
    aspect-ratio: 1280/960;
  }
}

/* =============================================
limited
============================================= */
.limited {
  background-image: url(../../images/limited-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-block: 100px;
}
@media screen and (max-width: 767px) {
  .limited {
    padding-block: 12.5vw;
  }
}

.limited__title {
  text-align: center;
  color: #FFFFFF;
  font-size: min(4.296875vw, 55px);
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .limited__title {
    font-size: min(7.8125vw, 50px);
    line-height: 1.2;
  }
}

.limited__title span {
  display: block;
}

.limited__text {
  margin-top: 30px;
  font-size: min(1.796875vw, 23px);
  line-height: 1.652173913;
  letter-spacing: 0.07em;
  text-align: center;
  color: #FFFFFF;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .limited__text {
    font-size: min(3.59375vw, 23px);
    line-height: 1.652173913;
  }
}

/* =============================================
price
============================================= */
.price {
  background-color: #CDE7FC;
  padding-block: 75px 80px;
}

.price__items {
  background-color: #03336D;
  border-radius: 16px;
  padding: 50px;
  width: min(84.375vw, 1080px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .price__items {
    padding: 6.25vw;
  }
}

.price__item {
  color: #FFFFFF;
  font-size: min(3.125vw, 40px);
  line-height: 1.95;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .price__item {
    font-size: min(4.375vw, 28px);
    line-height: 2.2857142857;
  }
}

.price__item--small {
  font-size: min(3.125vw, 20px);
  line-height: 3.9;
  letter-spacing: 0.09em;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .price__item--small {
    line-height: 3.2;
  }
}

@media screen and (max-width: 767px) {
  .price__item--right {
    text-align: right;
    display: block;
  }
}

/* =============================================
product
============================================= */
.product__title {
  font-size: min(9.140625vw, 117px);
  font-weight: 900;
  color: #FFFFFF;
  letter-spacing: 0.07em;
  line-height: 1.0598290598;
  background-color: #03336D;
  padding-block: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product__title {
    font-size: min(12.5vw, 80px);
    line-height: 1.8625;
    padding-block: 30px;
  }
}

.product__img img {
  aspect-ratio: 2560/9694;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .product__img img {
    aspect-ratio: 1280/7270;
  }
}

.warning__text {
  text-align: center;
}

.warning__text-sub {
  font-size: min(3.90625vw, 50px);
  font-weight: bold;
  letter-spacing: 0.07em;
  padding: 20px 25px;
  background-color: #000000;
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
}

/* =============================================
sos
============================================= */
.sos__img img {
  aspect-ratio: 2560/3460;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sos__img img {
    aspect-ratio: 1280/4300;
  }
}

/* =============================================
warning
============================================= */
.warning__img img {
  aspect-ratio: 2560/7364;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .warning__img img {
    aspect-ratio: 1280/6920;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
