@charset "UTF-8";
/*
@useで読み込むこと
*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 4.2vw, 2rem);
  background-color: #fff;
}

.l-inner {
  padding: 0 clamp(1.25rem, 4vw, 2.4rem);
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding: 0;
  }
}

.section {
  padding: clamp(2.5rem, 10.6vw, 5rem) clamp(1.25rem, 4vw, 2.4rem);
}
@media screen and (min-width: 768px) {
  .section {
    padding: clamp(2.6rem, 5.5vw, 5rem) clamp(4.65rem, 9.7vw, 8.75rem);
  }
}

.yellow {
  color: #FECD06;
}

.orange {
  color: #FF8A00;
}

.purple {
  color: #4666DF;
  font-size: clamp(1.125rem, 4.8vw, 2.3rem);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .purple {
    font-size: clamp(1.2rem, 2.5vw, 2.25rem);
  }
}

.red {
  color: #FF0000;
}

/*! destyle.css v3.0.2 | 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;
}

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

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

/**
 * 1. 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 */
}

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

/** @format */
/*
@useで読み込むこと
*/
.btn {
  padding: clamp(1rem, 4.2vw, 2rem) 0;
  text-align: center;
  border-radius: clamp(3.125rem, 13.3vw, 6.3rem);
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#FFA10A), color-stop(65%, #FEC906), color-stop(77%, #FECD06), color-stop(86%, #FED205), to(#FED605));
  background: linear-gradient(to right, #FFA10A 0%, #FEC906 65%, #FECD06 77%, #FED205 86%, #FED605 100%);
  border: 1px solid transparent;
  -webkit-transition: background 0.4s ease, border-color 0.4s ease, color 0.4s ease;
  transition: background 0.4s ease, border-color 0.4s ease, color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .btn {
    padding: 16px 0;
  }
}

.btn:hover {
  background: #ffffff;
  color: #FFA10A;
  border-color: #FFA10A;
}

.btn__inner {
  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;
  gap: clamp(1rem, 4.2vw, 2rem);
}

.btn__arrow {
  width: clamp(1.5rem, 6.4vw, 3.07rem);
  height: clamp(1.5rem, 6.4vw, 3.07rem);
}

/** @format */
/** @format */
.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: clamp(0.5rem, 2.1vw, 1rem);
  padding-bottom: clamp(2rem, 8.53vw, 4.1rem);
}
@media screen and (min-width: 768px) {
  .heading {
    padding-bottom: clamp(2.2rem, 4.5vw, 4.1rem);
  }
}

.lead {
  color: #000;
  font-size: clamp(1.25rem, 5.3vw, 2.5rem);
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .lead {
    font-size: clamp(0.99rem, 2.08vw, 1.875rem);
  }
}

.title {
  color: #000;
  font-size: clamp(2.25rem, 9.6vw, 4.6rem);
  font-weight: bold;
  line-height: clamp(2.925rem, 12.48vw, 5.99em);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .title {
    line-height: 130%;
    font-size: clamp(1.59rem, 3.33vw, 3rem);
  }
}

@media screen and (min-width: 768px) {
  .title br {
    display: none;
  }
}

/** @format */
.fv {
  width: 100%;
  padding: clamp(1.5rem, 6.4vw, 3rem) 0 clamp(2.5rem, 10.6vw, 5rem);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(25%, #4666DF), color-stop(47%, #4052AD), color-stop(65%, #576DCF), color-stop(89%, #4052AD));
  background: linear-gradient(to bottom right, #4666DF 25%, #4052AD 47%, #576DCF 65%, #4052AD 89%);
}
@media screen and (min-width: 768px) {
  .fv {
    padding: 40px 0 80px;
  }
}

.fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(1.5rem, 6.4vw, 3rem);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.fv__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(1.5rem, 6.4vw, 3rem);
}
@media screen and (min-width: 768px) {
  .fv__upper {
    gap: 24px;
  }
}

.fv__logo {
  width: 24.8%;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .fv__logo {
    width: 180px;
  }
}

.upper__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.fv__text {
  position: relative;
  left: -15%;
  z-index: 2;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8), 0 0 4px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  .fv__text {
    position: static;
  }
}

.fv__tag,
.fv__title {
  text-align: center;
  font-size: clamp(1.25rem, 5.3vw, 2.5rem);
  color: #ffffff;
  line-height: clamp(1.875rem, 8vw, 3.8rem);
}
@media screen and (min-width: 768px) {
  .fv__tag,
  .fv__title {
    position: static;
    font-size: 36px;
  }
}

.fv__title {
  font-size: clamp(1.125rem, 4.8vw, 2.3rem);
}
@media screen and (min-width: 768px) {
  .fv__title {
    font-size: 32px;
  }
}

h1 {
  margin-bottom: clamp(1.5rem, 6.4vw, 3.1rem);
}
@media screen and (min-width: 768px) {
  h1 {
    margin-bottom: 24px;
  }
}

.fv__lead {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "top top" "left right";
  -webkit-column-gap: clamp(1rem, 4.2vw, 2rem);
     -moz-column-gap: clamp(1rem, 4.2vw, 2rem);
          column-gap: clamp(1rem, 4.2vw, 2rem);
}
@media screen and (min-width: 768px) {
  .fv__lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}

.fv__badge {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: clamp(5.9rem, 25.3vw, 12.1rem);
  height: clamp(5.9rem, 25.3vw, 12.1rem);
  max-width: 200px;
  max-height: 200px;
  padding: clamp(0.375rem, 1.6vw, 12.3rem) clamp(0.75rem, 3.2vw, 24.5rem);
  color: #4666DF;
  text-shadow: none;
  background-color: #F7F7F7;
  border: none;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .fv__badge {
    width: 150px;
    height: 150px;
    padding: 0;
  }
}

.fv__badge:nth-child(1) {
  grid-area: top;
  grid-column: 1/3;
  justify-self: center;
}

.fv__badge:nth-child(2) {
  grid-area: left;
}

.fv__badge:nth-child(3) {
  grid-area: right;
}

.fv__person {
  position: absolute;
  z-index: 1;
  left: 46%;
  bottom: 0;
  width: 55%;
  min-width: 188px;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .fv__person {
    position: static;
    width: 280px;
  }
}

.fv__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.5rem, 10.6vw, 5rem);
}
@media screen and (min-width: 768px) {
  .fv__lower {
    gap: 24px;
  }
}

.fv__sub {
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8), 0 0 4px rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: clamp(1.125rem, 4.8vw, 2.3rem);
  line-height: clamp(1.56rem, 6.6vw, 3.168rem);
}
@media screen and (min-width: 768px) {
  .fv__sub {
    font-size: 24px;
    line-height: auto;
  }
}

@media screen and (min-width: 768px) {
  .fv__sub br {
    display: none;
  }
}

/** @format */
.header-privacy {
  padding: clamp(2.6rem, 5.5vw, 5rem) clamp(4.65rem, 9.7vw, 8.75rem);
  background-color: #4666DF;
}

/** @format */
/** @format */
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: clamp(2.5rem, 10.6vw, 5rem) clamp(5rem, 21.3vw, 10.22rem);
  gap: clamp(0.5rem, 2.1vw, 1rem);
  color: #ffffff;
  background-color: #4666DF;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: clamp(0.768rem, 1.6vw, 1.5rem);
  }
}

.footer__text {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .footer__text {
    font-size: clamp(0.768rem, 1.6vw, 1.5rem);
  }
}

.footer__copy {
  font-size: clamp(0.75rem, 3.2vw, 1.536rem);
}
@media screen and (min-width: 768px) {
  .footer__copy {
    font-size: clamp(0.5rem, 1.1vw, 1rem);
  }
}