/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/lp2/scss/app.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* stylelint-disable no-empty-source */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html,
body {
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", ヒラギノ角ゴシック, "Hiragino Sans", メイリオ, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  color: #000;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

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

h1,
h2,
h3 {
  margin: 0;
}

p {
  margin: 0;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

.c-main-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .c-main-container {
    padding: 0 20px;
  }
}

.fs-36 {
  font-size: 36px;
}

.is-pc {
  display: block;
}
@media (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.inline-block {
  display: inline-block;
}

.is-highlight {
  font-weight: bold;
  color: #ca020a;
}

.btn-box {
  position: relative;
  background-color: #001580;
  -webkit-box-shadow: 3px 37px 36px -24px rgba(0, 0, 0, 0.24), 3px 37px 36px -24px rgba(0, 0, 0, 0.24);
          box-shadow: 3px 37px 36px -24px rgba(0, 0, 0, 0.24), 3px 37px 36px -24px rgba(0, 0, 0, 0.24);
}
@media (max-width: 768px) {
  .btn-box {
    padding: 0 20px;
  }
}
.btn-box.is-secondary {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 768px) {
  .btn-box.is-secondary {
    padding: 0;
  }
}
.btn-box.is-secondary .btn-box__wrap {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.btn-box__wrap {
  display: -ms-grid;
  display: grid;
  max-width: 1000px;
  margin: 0 auto;
  padding: 56px 20px;
  -ms-grid-rows: (auto)[2];
  grid-template-rows: repeat(2, auto);
  -ms-grid-columns: (auto)[2];
  grid-template-columns: repeat(2, auto);
  gap: 40px 36px;
}
@media (max-width: 768px) {
  .btn-box__wrap {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .btn-box__wrap {
    gap: 15px 0;
    -ms-grid-rows: (auto)[3];
    grid-template-rows: repeat(3, auto);
    -ms-grid-columns: (auto)[1];
    grid-template-columns: repeat(1, auto);
  }
}

.btn-box__item img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (hover: hover) {
  .btn-box__item img:hover {
    opacity: 0.8;
  }
}
.btn-box__item img:focus-visible {
  opacity: 0.8;
}

.btn-box__item:first-child {
  pointer-events: none;
}
@media (min-width: 769px) {
  .btn-box__item:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
@media (max-width: 768px) {
  .btn-box__item:first-child {
    pointer-events: all;
  }
}

.deco-txt {
  position: relative;
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0e3be0;
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .deco-txt {
    font-size: 18px;
  }
}
.deco-txt::before, .deco-txt::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 1px;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #0e3be0;
}
@media (max-width: 768px) {
  .deco-txt::before, .deco-txt::after {
    width: 16px;
  }
}
.deco-txt::before {
  left: -40px;
  -webkit-transform: rotate(57.26deg);
          transform: rotate(57.26deg);
}
@media (max-width: 768px) {
  .deco-txt::before {
    left: -20px;
  }
}
.deco-txt::after {
  right: -40px;
  -webkit-transform: rotate(122.74deg);
          transform: rotate(122.74deg);
}
@media (max-width: 768px) {
  .deco-txt::after {
    right: -20px;
  }
}
.deco-txt.is-orange {
  font-size: 30px;
  color: #e47b00;
}
@media (max-width: 768px) {
  .deco-txt.is-orange {
    font-size: 15px;
  }
}
.deco-txt.is-orange::before, .deco-txt.is-orange::after {
  background-color: #e47b00;
}

.mv {
  width: 100%;
}
.mv-img {
  width: 100%;
}

.l-footer {
  width: 100%;
}
.l-footer-img {
  width: 100%;
}
.l-footer .copyright {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  background-color: #0200f6;
}
.l-footer .copyright small {
  font-size: 12px;
}
@media (max-width: 768px) {
  .l-footer .copyright small {
    font-size: 10px;
  }
}

.footer-container {
  padding: 80px 0;
  background-color: #222;
}
@media (max-width: 768px) {
  .footer-container {
    padding: 40px 0;
  }
}
.footer-container__wrap {
  display: -ms-grid;
  display: grid;
  gap: 40px 0;
  max-width: 670px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .footer-container__wrap {
    gap: 20px 0;
  }
}
.footer-logo {
  max-width: 120px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer-logo {
    max-width: 70px;
  }
}
.footer-name {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .footer-name {
    font-size: 18px;
  }
}
.footer-address {
  line-height: 1.6;
}
@media (max-width: 768px) {
  .footer-address {
    font-size: 15px;
  }
}
.footer-address a {
  pointer-events: none;
  color: #fff;
  text-decoration: none;
}
.footer-area {
  padding: 30px 0;
  line-height: 1.6;
  background-color: #333;
}
@media (max-width: 768px) {
  .footer-area {
    padding: 15px 0;
    width: 100%;
    max-width: 335px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .footer-area__txt {
    font-size: 15px;
  }
}
.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 6px;
}
@media (max-width: 768px) {
  .footer-links {
    max-width: 195px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer-links {
    margin-top: 20px;
  }
}
.footer-links a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
}
.footer-links__item {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (hover: hover) {
  .footer-links__item:hover {
    opacity: 0.5;
  }
}
.footer-links__item:focus-visible {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .footer-links__item {
    font-size: 12px;
  }
}

.fixed-btn {
  position: fixed;
  z-index: 999;
  width: 100%;
  max-width: 1920px;
  bottom: -30vw;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
  background-color: #001580;
}
.fixed-btn.is-visible {
  bottom: -1px;
}
.fixed-btn__wrap {
  display: -ms-grid;
  display: grid;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1000px;
  gap: 0 17px;
  -ms-grid-columns: (auto)[3];
  grid-template-columns: repeat(3, auto);
}
@media (max-width: 768px) {
  .fixed-btn__wrap {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .fixed-btn__wrap {
    gap: 0 5px;
  }
}
.fixed-btn__item {
  max-width: 302px;
  -ms-grid-row-align: center;
  -ms-grid-column-align: center;
  place-self: center;
}
.fixed-btn__item img {
  opacity: 1;
  will-change: opacity;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (hover: hover) {
  .fixed-btn__item img:hover {
    opacity: 0.8;
  }
}
.fixed-btn__item img:focus-visible {
  opacity: 0.8;
}
.fixed-btn__item:first-child {
  pointer-events: none;
  width: 100%;
  max-width: 362px;
}
@media (max-width: 768px) {
  .fixed-btn__item:first-child {
    pointer-events: all;
  }
}

.body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.genre {
  padding: 100px 0;
  background: url("../img/genre/genre-bg_pc.png") center top/100% no-repeat;
}
@media (max-width: 1024px) {
  .genre {
    padding: 100px 20px;
  }
}
@media (max-width: 768px) {
  .genre {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .genre {
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  .genre {
    background: url("../img/genre/genre-bg_sp.png") center top/100% no-repeat;
  }
}
.genre-ttl__img {
  width: 100%;
  max-width: 552px;
  margin: 0 auto;
}
.genre-list {
  display: -ms-grid;
  display: grid;
  margin-top: 51px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
@media (max-width: 768px) {
  .genre-list {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .genre-list {
    gap: 20px 15px;
  }
}
@media (max-width: 768px) {
  .genre-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.genre-list__item .name {
  width: 100%;
  height: auto;
  padding: 16px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #0e3be0;
}
@media (max-width: 768px) {
  .genre-list__item .name {
    padding: 10px 0 11px 0;
  }
}
@media (max-width: 768px) {
  .genre-list__item .name {
    font-size: 15px;
  }
}
.genre-list__item .triangle {
  width: 13.88px;
  height: 12px;
  margin: -1px auto 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #0e3be0;
}
@media (max-width: 768px) {
  .genre-list__item .triangle {
    width: 6.94px;
    height: 6px;
  }
}
.genre-list__item .img {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .genre-list__item .img {
    margin-top: 7.5px;
  }
}

.check {
  width: 100%;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .check {
    padding: 0 20px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .check {
    padding: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .check-ttl__img {
    margin-top: 30px;
  }
}
.check-list {
  display: -ms-grid;
  display: grid;
  margin-top: 75px;
  gap: 40px 20px;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .check-list {
    gap: 20px 13px;
    margin-top: 28px;
  }
}
@media (max-width: 768px) {
  .check-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.check-list__item .name {
  margin-top: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  word-break: break-all;
}
@media (max-width: 768px) {
  .check-list__item .name {
    font-size: 15px;
  }
}
.check-footer__txt {
  max-width: 620px;
  margin: 100px auto 0;
}
@media (max-width: 768px) {
  .check-footer__txt {
    margin-top: 40px;
    padding: 0 15px;
  }
}

.reason {
  /* margin-top: 80px; */
  background: url("../img/reason/reason-bg_pc.jpg") left top/cover no-repeat;
}
@media (max-width: 768px) {
  .reason {
   /*  margin-top: 40px; */
  }
}
@media (max-width: 768px) {
  .reason {
    background: url("../img/reason/reason-bg_sp.jpg") left top/cover no-repeat;
  }
}
.reason-ttl__img {
  max-width: 528px;
  margin: 0 auto;
  padding-top: 103px;
}
@media (max-width: 768px) {
  .reason-ttl__img {
    padding-top: 55px;
  }
}
.reason-list {
  display: -ms-grid;
  display: grid;
  gap: 90px 0;
  margin-top: 60px;
  padding-bottom: 120px;
}
@media (max-width: 1024px) {
  .reason-list {
    padding: 0 20px 120px;
  }
}
@media (max-width: 768px) {
  .reason-list {
    gap: 61px 0;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .reason-list {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .reason-list {
    padding-bottom: 48px;
  }
}
.reason-list__item {
  position: relative;
  background-color: #fff;
  padding: 81px 47px 50px;
}
@media (max-width: 768px) {
  .reason-list__item {
    padding: 40px 20px 30px;
  }
}
.reason-list__item .label {
  position: absolute;
  width: 167px;
  height: 100px;
  top: -60px;
  left: 0;
}
@media (max-width: 768px) {
  .reason-list__item .label {
    width: 105px;
    height: 61px;
  }
}
@media (max-width: 768px) {
  .reason-list__item .label {
    top: -42px;
  }
}
.reason-list__item .ttl {
  color: #0e3be0;
  font-size: 48px;
  font-weight: bold;
  background: #0e3be0;
  color: #FFF;
  padding: 20px;
  font-size: 60px;
}
@media (max-width: 768px) {
  .reason-list__item .ttl {
    font-size: 24px;
    font-size: 8vw;
  }
}
.reason-list__item .sub-ttl {
  margin-top: 24px;
  font-size: 36px;
  font-weight: bold;
  margin-top: 0;
  padding: 20px;
  background: #D9DADF;
  font-size: 48px;
}
@media (max-width: 768px) {
  .reason-list__item .sub-ttl {
    margin-top: 0;
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .reason-list__item .sub-ttl {
    font-size: 18px;
    font-size: 5vw;
  }
}
.reason-list__item[data-reason="03"] .ttl, .reason-list__item[data-reason="04"] .ttl {
  color: #222;
  font-size: 36px;
  font-weight: bold;
  margin-top: 0;
  padding: 20px;
  background: #D9DADF;
  font-size: 48px;
}
@media (max-width: 768px) {
  .reason-list__item[data-reason="03"] .ttl, .reason-list__item[data-reason="04"] .ttl {
    margin-top: 0;
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .reason-list__item[data-reason="03"] .ttl, .reason-list__item[data-reason="04"] .ttl {
    font-size: 18px;
    font-size: 5vw;
  }
}
.reason-list__item[data-reason="03"] .sub-ttl, .reason-list__item[data-reason="04"] .sub-ttl {
  color: #0e3be0;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: -0.01em;
    background: #0e3be0;
  color: #FFF;
  padding: 20px;
  font-size: 60px;
}
@media (max-width: 768px) {
  .reason-list__item[data-reason="03"] .sub-ttl, .reason-list__item[data-reason="04"] .sub-ttl {
    font-size: 24px;
    font-size: 8vw;
  }
}
.reason-list__item .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .reason-list__item .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .reason-list__item .flex-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  .reason-list__item .flex-box {
    margin-top: 20px;
  }
}
.reason-list__item .img {
  max-width: 400px;
}
.reason-list__item .txt {
  max-width: 480px;
  margin-left: 20px;
  line-height: 1.6;
  font-size: 20px;
}
@media (max-width: 768px) {
  .reason-list__item .txt {
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .reason-list__item .txt {
    margin-top: 20px;
    font-size: 15px;
  }
}
.reason-list__item .note {
  display: block;
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.625;
}
@media (max-width: 768px) {
  .reason-list__item .note {
    font-size: 12px;
  }
}

.area {
  background: url("../img/area/area-bg_pc.jpg") center top/cover no-repeat;
}
@media (max-width: 768px) {
  .area {
    background: url("../img/area/area-bg_sp.jpg") center top/cover no-repeat;
  }
}
.area-ttl__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding-top: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 584px;
}
@media (max-width: 768px) {
  .area-ttl__box {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .area-ttl__box {
    max-width: 293px;
  }
}
.area-ttl {
  position: relative;
  font-size: 72px;
  font-weight: bold;
  color: #001580;
}
@media (max-width: 768px) {
  .area-ttl {
    font-size: 36px;
  }
}
.area-ttl__img {
  max-width: 60px;
}
@media (max-width: 768px) {
  .area-ttl__img {
    max-width: 30px;
  }
}
.area-img {
  max-width: 671px;
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  .area-img {
    margin-top: 30px;
  }
}
.area-list {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .area-list {
    padding-top: 25px;
  }
}
@media (max-width: 1024px) {
  .area-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .area-list {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 50px;
  }
}
.area-list dl {
  line-height: 1.6;
}
.area-list[data-color=blue] {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .area-list[data-color=blue] {
    padding-bottom: 20px;
  }
}
.area-list[data-color=blue] .ttl {
  background-color: #001580;
}
.area-list[data-color=blue] dd {
  background-color: #fff;
  padding: 40px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .area-list[data-color=blue] dd {
    font-size: 15px;
    padding: 25px 20px;
  }
}
.area-list[data-color=red] {
  margin-top: 0;
  padding-top: 0;
}
.area-list[data-color=red] .ttl {
  background-color: #ca020a;
}
.area-list[data-color=red] dt {
  background-color: #ca020a;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 25px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .area-list[data-color=red] dt {
    padding: 5px 11.5px 6px;
  }
}
.area-list[data-color=red] dl {
  background-color: #fff;
  padding: 30px 40px 0 40px;
}
@media (max-width: 768px) {
  .area-list[data-color=red] dl {
    padding: 25px 20px 0 20px;
  }
}
.area-list[data-color=red] dl:first-of-type {
  padding-top: 40px;
}
.area-list[data-color=red] dl:last-child {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .area-list[data-color=red] dl:last-child {
    padding-bottom: 20px;
  }
}
.area-list[data-color=red] dd {
  font-size: 20px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .area-list[data-color=red] dd {
    font-size: 15px;
    margin-top: 15px;
  }
}
.area-list .ttl {
  padding: 20px 0 20px 30px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .area-list .ttl {
    padding: 11.5px 0 11.5px 20px;
  }
}
@media (max-width: 768px) {
  .area-list .ttl {
    font-size: 18px;
  }
}

.step-ttl {
  position: absolute;
  content: "";
  width: 50%;
  height: auto;
  max-width: 1090px;
  top: -3vw;
  z-index: 1;
  left: 44.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .step-ttl {
    width: 90%;
    max-width: 343.5px;
  }
}
@media (max-width: 768px) {
  .step-ttl {
    top: -4vw;
  }
}
@media (max-width: 768px) {
  .step-ttl {
    left: 49%;
  }
}
.step-ttl__bg {
  position: relative;
  width: 100%;
  height: 18vw;
  max-height: 350px;
  -webkit-box-shadow: 3px 37px 36px -24px rgba(0, 0, 0, 0.24), 3px 37px 36px -24px rgba(0, 0, 0, 0.24);
          box-shadow: 3px 37px 36px -24px rgba(0, 0, 0, 0.24), 3px 37px 36px -24px rgba(0, 0, 0, 0.24);
  background-color: #0e3be0;
}
@media (max-width: 768px) {
  .step-ttl__bg {
    height: 226px;
  }
}
.step-ttl__bg::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 40px;
  bottom: -39px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #0e3be0;
}
@media (max-width: 768px) {
  .step-ttl__bg::before {
    width: 30px;
    height: 20px;
  }
}
@media (max-width: 768px) {
  .step-ttl__bg::before {
    bottom: -19px;
  }
}
.step-bg {
  background: url("../img/step/step-bg.jpg") center top/100% repeat-y;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .step-bg {
    padding-bottom: 60px;
  }
}
.step-list {
  display: -ms-grid;
  display: grid;
  gap: 185px 0;
  padding-top: 210px;
}
@media (max-width: 1024px) {
  .step-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .step-list {
    gap: 110px 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .step-list {
    padding-top: 105px;
  }
}
.step-list__item {
  position: relative;
  counter-reset: section-counter;
  padding: 92px 60px 80px;
  background-color: #fff;
  border-top: 8px solid #0e3be0;
}
@media (max-width: 768px) {
  .step-list__item {
    padding: 51.5px 20px 40px;
  }
}
@media (max-width: 768px) {
  .step-list__item {
    border-top: 4px solid #0e3be0;
  }
}
.step-list__item::before {
  position: absolute;
  content: "";
  top: -130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 260px;
  height: 260px;
}
@media (max-width: 768px) {
  .step-list__item::before {
    top: -70px;
  }
}
@media (max-width: 768px) {
  .step-list__item::before {
    width: 130px;
    height: 130px;
  }
}
.step-list__item::after {
  position: absolute;
  content: "";
  width: 172px;
  height: 35px;
  bottom: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #fff;
}
@media (max-width: 768px) {
  .step-list__item::after {
    width: 86px;
    height: 17px;
  }
}
@media (max-width: 768px) {
  .step-list__item::after {
    bottom: -17px;
  }
}
.step-list__item:last-of-type::after {
  content: none;
}
.step-list__item[data-step="01"]::before {
  background: url("../img/step/step-num01.png") center top/100% no-repeat;
}
.step-list__item[data-step="02"] .btn-box.is-secondary {
  margin-top: 50px;
}
.step-list__item[data-step="02"] .btn-box.is-secondary .btn-box__wrap {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .step-list__item[data-step="02"] .btn-box.is-secondary .btn-box__wrap {
    padding-top: 15px;
    padding-bottom: 0;
  }
}
.step-list__item[data-step="02"]::before {
  background: url("../img/step/step-num02.png") center top/100% no-repeat;
}
.step-list__item[data-step="03"] .txt {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .step-list__item[data-step="03"] .txt {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .step-list__item[data-step="03"] .txt {
    font-size: 15px;
  }
}
.step-list__item[data-step="03"]::before {
  background: url("../img/step/step-num03.png") center top/100% no-repeat;
}
.step-list__item[data-step="04"] .area-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  padding: 40px;
  background-color: #ecedf2;
}
@media (max-width: 768px) {
  .step-list__item[data-step="04"] .area-box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .step-list__item[data-step="04"] .area-box {
    padding: 20px;
  }
}
.step-list__item[data-step="04"] .area-box__txt {
  margin: 0 0 0 57px;
}
@media (max-width: 768px) {
  .step-list__item[data-step="04"] .area-box__txt {
    margin: 6px 0 0 0;
  }
}
.step-list__item[data-step="04"] .area-box__ttl {
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 768px) {
  .step-list__item[data-step="04"] .area-box__ttl {
    font-size: 15px;
  }
}
.step-list__item[data-step="04"] .area-box__txt {
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .step-list__item[data-step="04"] .area-box__txt {
    font-size: 15px;
  }
}
.step-list__item[data-step="04"] .txt {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .step-list__item[data-step="04"] .txt {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .step-list__item[data-step="04"] .txt {
    margin-top: 25px;
  }
}
.step-list__item[data-step="04"]::before {
  background: url("../img/step/step-num04.png") center top/100% no-repeat;
}
.step-list__item .ttl {
  color: #ca020a;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .step-list__item .ttl {
    font-size: 24px;
  }
}
.step-list__item .img {
  max-width: 588px;
  margin: 47px auto 0;
}
@media (max-width: 768px) {
  .step-list__item .img {
    margin-top: 25px;
  }
}
.step-process {
  padding-top: 73px;
  border-top: 1.5px solid #cbcbcb;
}
@media (max-width: 768px) {
  .step-process {
    padding-top: 30px;
  }
}
.step-process[data-process="01"] {
  border-top: none;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .step-process[data-process="01"] {
    padding-bottom: 30px;
  }
}
.step-process[data-process="03"] {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .step-process[data-process="03"] {
    margin-top: 30px;
  }
}
.step-process .ttl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-process .ttl {
  text-align: left;
  font-size: 40px;
  color: #222;
  margin-left: 24px;
}
@media (max-width: 768px) {
  .step-process .ttl {
    font-size: 24px;
  }
}
.step-process .ttl-num {
  position: relative;
  width: 80px;
  height: 80px;
  background-color: #0e3be0;
  border-radius: 9999px;
}
@media (max-width: 768px) {
  .step-process .ttl-num {
    width: 50px;
    height: 50px;
  }
}
.step-process .ttl-num::before {
  position: absolute;
  counter-increment: section-counter;
  content: counter(section-counter);
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 42px;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .step-process .ttl-num::before {
    font-size: 28px;
  }
}
.step-process .area-box {
  margin-top: 30px;
  padding: 40px;
  background-color: #ecedf2;
}
@media (max-width: 768px) {
  .step-process .area-box {
    margin-top: 15px;
    padding: 20px;
  }
}
.step-process[data-process="02"] .area-box, .step-process[data-process="03"] .area-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-process[data-process="02"] .area-box__txt, .step-process[data-process="03"] .area-box__txt {
  margin: 0 0 0 57px;
}
@media (max-width: 768px) {
  .step-process[data-process="02"] .area-box__txt, .step-process[data-process="03"] .area-box__txt {
    margin-left: 20px;
  }
}
.step-process .area-box__ttl {
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 768px) {
  .step-process .area-box__ttl {
    font-size: 15px;
  }
}
.step-process .area-box__txt {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .step-process .area-box__txt {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .step-process .area-box__txt {
    font-size: 15px;
  }
}
.step-process .step-process__txt {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .step-process .step-process__txt {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .step-process .step-process__txt {
    font-size: 15px;
  }
}
.step-process .step-process__txt .is-margin-top {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .step-process .step-process__txt .is-margin-top {
    margin-top: 20px;
  }
}
.step-process .step-process__txt small {
  display: block;
  font-size: 16px;
}
@media (max-width: 768px) {
  .step-process .step-process__txt small {
    font-size: 12px;
    margin-top: 15px;
  }
}
.step-process .step-process__img {
  max-width: 590px;
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  .step-process .step-process__img {
    margin-top: 40px;
  }
}
.step-process .step-process__img p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .step-process .step-process__img p {
    margin-top: 14px;
  }
}
@media (max-width: 768px) {
  .step-process .step-process__img p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .step-process .step-process__img p {
    text-align: left;
  }
}
.step-process .step-process__access {
  margin-top: 60px;
  font-size: 36px;
  color: #0e3be0;
  font-weight: bold;
}
@media (max-width: 768px) {
  .step-process .step-process__access {
    margin-top: 25px;
  }
}
.step-process .step-process__access .access-wrap {
  margin-top: 31px;
  border: 10px solid #0e3be0;
  color: #222;
}
@media (max-width: 768px) {
  .step-process .step-process__access .access-wrap {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .step-process .step-process__access .access-wrap {
    border: 5px solid #0e3be0;
  }
}
.step-process .step-process__access .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .step-process .step-process__access .flex-box {
    padding: 17px 22.5px;
  }
}
.step-process .step-process__access .flex-box .logo {
  max-width: 80px;
}
@media (max-width: 768px) {
  .step-process .step-process__access .flex-box .logo {
    max-width: 40px;
  }
}
.step-process .step-process__access .flex-box .name {
  font-size: 30px;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .step-process .step-process__access .flex-box .name {
    line-height: 1.6;
    font-size: 15px;
    margin-left: 15px;
  }
}
.step-process .step-process__access .address {
  padding: 36px 0 30px 33px;
  font-weight: normal;
  font-size: 20px;
  border-top: 1px solid #0e3be0;
}
@media (max-width: 768px) {
  .step-process .step-process__access .address {
    padding: 15px 22.5px;
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .step-process .step-process__access .address {
    font-size: 15px;
  }
}

.qa {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 26, 221)), to(rgb(0, 140, 224)));
  background: linear-gradient(90deg, rgb(0, 26, 221) 0%, rgb(0, 140, 224) 100%);
  border-bottom: 20px solid #0e3be0;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .qa {
    background: -webkit-gradient(linear, right top, left top, from(rgb(0, 26, 221)), to(rgb(0, 140, 224)));
    background: linear-gradient(270deg, rgb(0, 26, 221) 0%, rgb(0, 140, 224) 100%);
  }
}
@media (max-width: 768px) {
  .qa {
    border-bottom: 10px solid #0e3be0;
  }
}
@media (max-width: 768px) {
  .qa {
    padding-bottom: 50px;
  }
}
.qa-border-top {
  position: relative;
  width: 100%;
  height: 20px;
  margin-bottom: 80px;
  background-color: #0e3be0;
  -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.27);
          box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.27);
}
@media (max-width: 768px) {
  .qa-border-top {
    height: 10px;
  }
}
@media (max-width: 768px) {
  .qa-border-top {
    margin-bottom: 40px;
  }
}
.qa-ttl {
  text-align: center;
  color: #fff;
}
.qa-ttl .ttl {
  display: block;
  margin-top: 30px;
  font-size: 72px;
}
@media (max-width: 768px) {
  .qa-ttl .ttl {
    font-size: 38px;
    margin-top: 15px;
  }
}
.qa-ttl .sub-ttl {
  display: block;
  font-size: 28.8px;
}
@media (max-width: 768px) {
  .qa-ttl .sub-ttl {
    font-size: 18px;
  }
}
.qa-list__wrap {
  display: -ms-grid;
  display: grid;
  position: relative;
  gap: 90px 0;
  margin-top: 110px;
}
@media (max-width: 1024px) {
  .qa-list__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .qa-list__wrap {
    gap: 45px 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .qa-list__wrap {
    margin-top: 55px;
  }
}
.qa-list__wrap .qa-txt__bg {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -253px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-weight: bold;
  opacity: 0.08;
  font-size: 300px;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 768px) {
  .qa-list__wrap .qa-txt__bg {
    top: -128px;
  }
}
@media (max-width: 768px) {
  .qa-list__wrap .qa-txt__bg {
    font-size: 140px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  .qa-list__wrap .qa-txt__bg {
    top: -108px;
    font-size: 120px;
  }
}
.qa-list {
  position: relative;
  background-color: #fff;
  padding: 60px 50px;
}
@media (max-width: 768px) {
  .qa-list {
    padding: 35px 20px 25px;
  }
}
.qa-list::before {
  position: absolute;
  content: "";
  width: 170px;
  height: 80px;
  top: -50px;
  left: 0;
}
@media (max-width: 768px) {
  .qa-list::before {
    width: 85px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .qa-list::before {
    top: -30px;
  }
}
.qa-list[data-qa="01"]::before {
  background: url("../img/qa/qa-num01.png") left top/cover no-repeat;
}
.qa-list[data-qa="02"]::before {
  background: url("../img/qa/qa-num02.png") left top/cover no-repeat;
}
.qa-list[data-qa="03"]::before {
  background: url("../img/qa/qa-num03.png") left top/cover no-repeat;
}
.qa-list[data-qa="04"]::before {
  background: url("../img/qa/qa-num04.png") left top/cover no-repeat;
}
.qa-list__item {
  line-height: 1.6;
}
.qa-list__item dt {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 40px;
  border-bottom: 1px solid #cbcbcb;
}
@media (max-width: 768px) {
  .qa-list__item dt {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .qa-list__item dt {
    padding-bottom: 20px;
  }
}
.qa-list__item dd {
  font-size: 20px;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .qa-list__item dd {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .qa-list__item dd {
    padding-top: 20px;
  }
}

.voice {
  padding: 100px 0 122px 0;
  background: url("../img/voice/voice-bg.jpg") left top/100% repeat-y;
}
@media (max-width: 768px) {
  .voice {
    padding: 50px 0 50px;
  }
}
.voice-ttl {
  font-size: 72px;
  color: #051982;
  text-align: center;
}
@media (max-width: 768px) {
  .voice-ttl {
    font-size: 38px;
  }
}
.voice-list {
  display: -ms-grid;
  display: grid;
  gap: 30px 0;
  max-width: 1000px;
  margin: 60px auto 0;
}
@media (max-width: 768px) {
  .voice-list {
    gap: 75px 0;
  }
}
@media (max-width: 1024px) {
  .voice-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .voice-list {
    margin-top: 81px;
    padding: 0 20px;
  }
}
.voice-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .voice-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}
@media (max-width: 768px) {
  .voice-list__item {
    padding: 70px 20px 25px 20px;
  }
}
.voice-list__item .icon {
  max-width: 140px;
  margin-top: -20px;
}
@media (max-width: 768px) {
  .voice-list__item .icon {
    max-width: 100px;
  }
}
@media (max-width: 768px) {
  .voice-list__item .icon {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .voice-list__item .icon {
    position: absolute;
    content: "";
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.voice-list__item .txt {
  font-size: 20px;
  max-width: 743px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .voice-list__item .txt {
    font-size: 15px;
  }
}

.form{
  background-color: #C0ECFF;
  box-sizing: border-box;
  padding: 65px 0;
}
.form > h2{
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  /*font-size: 36px;*/
  font-size: 72px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.35;
  color: #051982;
}
.form > p{
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.form form{
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 25px;
}
.form form dl{
  margin-top: 25px;
  margin-bottom: 25px;
}
.form form dl dt{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}
.form form dl dt::before{
  content: "●";
}
.form form dl dt span{
  font-size: 65%;
  font-weight: normal;
  margin-left: 0.5em;
  display: inline-block;
}
.form form dl dt span.red{
  color: red;
}
.form form dl dd{
  font-size: 20px;
}
.form form .form-group{
  margin-bottom: 10px;
  margin-left: 1em;
}
.form form input[type="text"], .form form input[type="tel"], .form form input[type="mail"]{
  width: 100%;
  box-sizing: border-box;
  padding: 1%;
}
.form form input[type="file"]{
  display: block;
  width: 100%;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #000000;
  box-sizing: border-box;
  padding: 1%;
  margin-bottom: 15px;
  font-size: 16px;
}
.form form textarea{
  width: 100%;
}
.form form .p-form__privacy-check{
  font-size: 18px;
  line-height: 1.35;
  text-indent: -1.1em;
  margin-left: 1.1em;
}
.form form .p-form__privacy-check .form-group{
  margin-left: 0;
}
input[type="submit"], input[type="button"]{
  display: block;
    max-width: 250px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #0200f6;
    border-radius: 5px;
    border: none;
    box-shadow: 0 3px 0 #010062;
    cursor: pointer;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 35px;
    font-weight: bold;
}
@media (max-width: 768px) {
  .form form dl dt{
    font-size: 18px;
  }
  .form form dl dd{
    font-size: 16px;
  }
  .form > h2{
    font-size: 38px;
  }
  .form > p{
    font-size: 15px;
  }
  .form form .p-form__privacy-check{
    font-size: 16px;
  }
}

body.confirm{
  
}
body.confirm header{
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #222222;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
body.confirm header .header-container{
  max-width: 1920px;
  width: 100%;
}
body.confirm header h1{
  font-size: 32px;
}
body.confirm header h1 a{
  text-decoration: none;
  color: #ffffff;
  display: block;
}
body.confirm header h1 img{
  width: 100px;
  vertical-align: middle;
  margin-right: 0.5em;
  max-width: 15%;
}
body.confirm section{
  box-sizing: border-box;
  padding: 65px 0;
  min-height: 800px;
}
body.confirm section .container{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
body.confirm section .container h2{
  font-size: 28px;
  margin-bottom: 15px;
}
body.confirm section .container p{
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}
body.confirm table.formTable{
  width: 100%;
}
body.confirm table.formTable tbody{

}
body.confirm table.formTable tbody tr{

}
body.confirm table.formTable tbody tr th{
  text-align: left;
  border: 1px solid #000000;
  box-sizing: border-box;
  padding: 10px;
  background-color: #e3e3e3;
}
body.confirm table.formTable tbody tr td{
  text-align: left;
  border: 1px solid #000000;
  box-sizing: border-box;
  padding: 10px;
}
body.confirm section .flex-wrap{
  display: flex;
  flex-wrap: wrap;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
body.confirm .footer-container{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
body.confirm .l-footer .copyright{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  body.confirm header{
    margin-bottom: 0;
  }
  body.confirm header h1{
    font-size: 20px;
  }
  body.confirm section{
    min-height: 70vh;
  }
  body.confirm section .container h2{
    font-size: 18px;
  }
  body.confirm section .container p{
    font-size: 15px;
    line-height: 1.75;
  }
  body.confirm table.formTable{
    display: block;
    width: 100%;
  }
  body.confirm table.formTable tbody{
    display: block;
    width: 100%;
  }
  body.confirm table.formTable tbody tr{
    display: block;
    width: 100%;
  }
  body.confirm table.formTable tbody tr th{
    display: block;
    width: 100%;
  }
  body.confirm table.formTable tbody tr td{
    display: block;
    width: 100%;
  }
}

body.thanks{
  
}
body.thanks header{
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 60px;
  background-color: #222222;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
body.thanks header .header-container{
  max-width: 1920px;
  width: 100%;
}
body.thanks header h1{
  font-size: 32px;
}
body.thanks header h1 a{
  text-decoration: none;
  color: #ffffff;
  display: block;
}
body.thanks header h1 img{
  width: 100px;
  vertical-align: middle;
  margin-right: 0.5em;
  max-width: 15%;
}
body.thanks section{
  box-sizing: border-box;
  padding: 65px 0;
  min-height: 800px;
}
body.thanks section .container{
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
body.thanks section .container h2{
  font-size: 28px;
  margin-bottom: 15px;
}
body.thanks section .container p{
  font-size: 20px;
  line-height: 2;
  margin-bottom: 15px;
}
body.thanks section .container .btn{
  display: block;
    max-width: 250px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #0200f6;
    border-radius: 5px;
    border: none;
    box-shadow: 0 3px 0 #010062;
    cursor: pointer;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 35px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
body.thanks .footer-container{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
body.thanks .l-footer .copyright{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  body.thanks header{
    margin-bottom: 0;
  }
  body.thanks header h1{
    font-size: 20px;
  }
  body.thanks section{
    min-height: 70vh;
  }
  body.thanks section .container{
    width: 90%;
  }
  body.thanks section .container h2{
    font-size: 18px;
  }
  body.thanks section .container p{
    font-size: 15px;
  }
}

.inline-block{
  display: inline-block;
}

/*# sourceMappingURL=app.css.map*/


.yellow {
color:#FEFB00 !important;
}