@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -moz-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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .60;
}

a {
  color: #000;
}

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

div,
p {
  /*word-break: break-all;*/
}

ul,
ol,
li {
  list-style: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, nav, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}

body,
td,
th,
input,
textarea {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Sans" , "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

*::before, *::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

figure, picture {
  line-height: 0;
}

picture {
  display: block;
}

button {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

button:hover {
  opacity: 0.6;
}

@-webkit-keyframes my-blink {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes my-blink {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes my-blink {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@font-face {
  font-family: 'ApexMk3-Medium';
  src: url("../fonts/ApexMk3-Medium.otf");
}

@media screen and (max-width: 1180px) {
  html {
    font-size: 0.847vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.3vw;
  }
}

.row {
  max-width: 111rem;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .row {
    padding: 0 3rem;
  }
}

.sp {
  display: none;
}

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

.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 2.6rem 0 0 2rem;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 1.7rem 0 0 2.4rem;
  }
}

.header__logo {
  line-height: 0;
  width: 20rem;
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 27.3rem;
  }
}

.header__logo a {
  display: block;
  line-height: 0;
  width: 100%;
}

.header__logo a img {
  width: 100%;
  height: auto;
}

.mv {
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .mv {
    padding-bottom: 2.8rem;
  }
}

.about {
  z-index: 4;
  position: relative;
}

.about__btn {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: -4.2rem;
  margin-bottom: -4.2rem;
}

@media screen and (max-width: 768px) {
  .about__btn {
    margin-bottom: -7rem;
    margin-top: 0;
  }
}

.about__btn a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60rem;
  height: 7.9rem;
  border: 0.4rem solid #132F4F;
  background: #FFED00;
  -moz-border-radius: 8rem;
       border-radius: 8rem;
  -moz-box-shadow: 0 0.8rem 1.2rem rgba(32, 52, 105, 0.58);
       box-shadow: 0 0.8rem 1.2rem rgba(32, 52, 105, 0.58);
}

@media screen and (max-width: 768px) {
  .about__btn a {
    width: 72rem;
    height: 13.9rem;
    -moz-box-shadow: 0 0.96rem 1.44rem rgba(32, 52, 105, 0.58);
         box-shadow: 0 0.96rem 1.44rem rgba(32, 52, 105, 0.58);
    margin-top: 0rem;
    border: 0.6rem solid #132F4F;
  }
}

.about__con {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .about__con {
    margin-top: 0;
  }
}

.feature {
  background: url("../img/featureBg.webp") 0 0 no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  padding: 9rem 0 12.5rem;
}

@media screen and (max-width: 768px) {
  .feature {
    background: url("../img/featureBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 12rem 0 27.1rem;
  }
}

.feature__main h2 {
  text-align: center;
  line-height: 0;
}

.feature__main h2 img {
  width: 38.3rem;
}

@media screen and (max-width: 768px) {
  .feature__main h2 img {
    width: 70.8rem;
  }
}

.feature__main--list {
  counter-reset: ar;
  margin-top: 9.4rem;
}

.feature__main--list article {
  counter-increment: ar;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  max-width: 91.7rem;
  border: 0.8rem solid #004BA2;
  background: #fff;
}

.feature__main--list article + article {
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .feature__main--list article + article {
    margin-top: 19.2rem;
  }
}

.feature__main--list article h3 {
  text-align: center;
  font-size: 3rem;
  line-height: 2.2rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  color: #fff;
  padding: 2.3rem 0;
  margin-top: -0.8rem;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  overflow: hidden;
}

.feature__main--list article h3 span {
  color: #FFED00;
}

@media screen and (max-width: 768px) {
  .feature__main--list article h3 {
    font-size: 4rem;
    line-height: 1.2;
    padding: 3.1rem 0 3.1rem 14.7rem;
    text-align: left;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
    margin-top: -0.7rem;
  }
}

.feature__main--list article h3::before {
  position: absolute;
  content: counter(ar, decimal-leading-zero) ".";
  width: 9.3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.8rem;
  line-height: 2.7rem;
  font-family: 'ApexMk3-Medium';
  font-weight: 500;
  color: #FFDD23;
}

@media screen and (max-width: 768px) {
  .feature__main--list article h3::before {
    width: 10.7rem;
    right: inherit !important;
    left: 0 !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 5rem;
    line-height: 1;
    letter-spacing: 0.04em;
    border-right: 0.4rem solid #FFDD23;
    text-align: right;
    padding: 0 1.5rem 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.feature__main--list article h3::after {
  position: absolute;
  content: "";
  width: -webkit-calc(100% - 19.3rem);
  width: -moz-calc(100% - 19.3rem);
  width: calc(100% - 19.3rem);
  height: 100%;
  top: 0;
  z-index: -2;
}

@media screen and (max-width: 768px) {
  .feature__main--list article h3::after {
    width: 100% !important;
    background: #004BA2 url("../img/featureBgSub_spv.webp") 0 0 no-repeat !important;
    -moz-background-size: cover !important;
         background-size: cover !important;
  }
}

.feature__main--list article .txt {
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #132F4F;
  padding-top: 3.8rem;
  padding-bottom: 3.2rem;
}

@media screen and (max-width: 768px) {
  .feature__main--list article .txt {
    font-size: 2.8rem;
    line-height: 1.7;
    padding: 5.2rem 4rem 0;
  }
}

.feature__main--list article figure {
  width: 28rem;
  height: 28rem;
  -moz-border-radius: 50%;
       border-radius: 50%;
  border: 0.8rem solid #004BA2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}

.feature__main--list article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .feature__main--list article figure {
    position: relative;
    top: inherit;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    left: inherit;
    width: 32rem;
    height: 32rem;
    margin-bottom: -16.2rem;
    margin: 2.6rem auto -16.2rem;
  }
}

.feature__main--list article:nth-of-type(odd) {
  margin-right: auto;
}

.feature__main--list article:nth-of-type(odd) h3 {
  margin-right: -19.3rem;
}

@media screen and (max-width: 768px) {
  .feature__main--list article:nth-of-type(odd) h3 {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
}

.feature__main--list article:nth-of-type(odd) h3::before {
  left: 0;
  border-right: 0.3rem solid #FFDD23;
}

.feature__main--list article:nth-of-type(odd) h3::after {
  left: 0;
  background: #004BA2 url("../img/featureBgSub.webp") 0 0 no-repeat;
  -moz-background-size: 111rem auto;
       background-size: 111rem auto;
}

@media screen and (max-width: 768px) {
  .feature__main--list article:nth-of-type(odd) h3::after {
    background: #004BA2 url("../img/featureBgSub_sp.webp") center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
}

.feature__main--list article:nth-of-type(odd) .txt {
  padding-left: 4.8rem;
  padding-right: 15rem;
}

@media screen and (max-width: 768px) {
  .feature__main--list article:nth-of-type(odd) .txt {
    padding: 3.8rem 3.2rem 0;
  }
}

.feature__main--list article:nth-of-type(odd) figure {
  right: -19.3rem;
}

@media screen and (max-width: 768px) {
  .feature__main--list article:nth-of-type(odd) figure {
    right: 0;
  }
}

.feature__main--list article:nth-of-type(even) {
  margin-left: auto;
}

.feature__main--list article:nth-of-type(even) h3 {
  margin-left: -19.3rem;
}

@media screen and (max-width: 768px) {
  .feature__main--list article:nth-of-type(even) h3 {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
}

.feature__main--list article:nth-of-type(even) h3::before {
  right: 0;
  border-left: 0.3rem solid #FFDD23;
}

.feature__main--list article:nth-of-type(even) h3::after {
  right: 0;
  background: #004BA2 url("../img/featureBgSub2.webp") right center no-repeat;
  -moz-background-size: 111rem auto;
       background-size: 111rem auto;
}

@media screen and (max-width: 768px) {
  .feature__main--list article:nth-of-type(even) h3::after {
    background: #004BA2 url("../img/featureBgSub_sp.webp") center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
}

.feature__main--list article:nth-of-type(even) .txt {
  padding-left: 14.8rem;
  padding-right: 5rem;
}

@media screen and (max-width: 768px) {
  .feature__main--list article:nth-of-type(even) .txt {
    padding: 3.8rem 3.2rem 0;
  }
}

.feature__main--list article:nth-of-type(even) figure {
  left: -19.3rem;
}

@media screen and (max-width: 768px) {
  .feature__main--list article:nth-of-type(even) figure {
    left: 0;
  }
}

.joinus {
  background: url("../img/joinBg.webp") top center no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  padding: 6.7rem 0 5.7rem;
}

@media screen and (max-width: 768px) {
  .joinus {
    background: url("../img/joinBg_sp.webp") top center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 0 0 6.6rem;
  }
}

.joinus__main h2 {
  text-align: center;
  line-height: 0;
}

.joinus__main h2 img {
  width: 74.6rem;
  margin:0 auto;
  display:block;
}

@media screen and (max-width: 768px) {
  .joinus__main h2 img {
    width: 100%;
    margin-top: -2.9rem;
  }
}

.joinus__main .txt {
  text-align: center;
  margin-top: 3rem;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  padding: 0 0 5.8rem;
}

@media screen and (max-width: 768px) {
  .joinus__main .txt {
    margin-top: 6.2rem;
    padding: 0 0 10.8rem;
  }
}

.joinus__main .txt::after {
  position: absolute;
  content: "";
  width: 8rem;
  height: 2.8rem;
  background: #006FEF;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (max-width: 768px) {
  .joinus__main .txt::after {
    width: 14.8rem;
    height: 5.2rem;
  }
}

.joinus__main .txt p {
  font-size: 2rem;
  line-height: 2;
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .joinus__main .txt p {
    font-size: 3.4rem;
    line-height: 1.7;
  }
}

.joinus__main .btn {
  margin-top: 4.5rem;
  text-align: center;
  overflow:hidden;
}

@media screen and (max-width: 768px) {
  .joinus__main .btn {
    margin-top: 8.4rem;
    overflow:hidden;
  }
}

.joinus__main .btn a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 66rem;
  height: 9.6rem;
  -moz-border-radius: 9.6rem;
       border-radius: 9.6rem;
  border: 0.6rem solid #132F4F;
  background: #FFED00;
  -moz-box-shadow: 0 0.8rem 1.2rem rgba(32, 52, 105, 0.58);
       box-shadow: 0 0.8rem 1.2rem rgba(32, 52, 105, 0.58);
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .joinus__main .btn a {
    width: 69rem;
    height: 12rem;
    overflow:hidden;
  }
}

.joinus__main .btn a img {
  width: 47.2rem;
  overflow:hidden;
}

@media screen and (max-width: 768px) {
  .joinus__main .btn a img {
    width: 58.2rem;
    overflow:hidden;
  }
}

.recom {
  background: url("../img/recomBg.webp") 0 0 no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  padding: 10.3rem 0 9.6rem;
}

@media screen and (max-width: 768px) {
  .recom {
    background: url("../img/recomBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 12rem 0 14.3rem;
  }
}

.recom__main h2 {
  text-align: center;
  line-height: 0;
}

.recom__main h2 img {
  width: 55.4rem;
}

@media screen and (max-width: 768px) {
  .recom__main h2 img {
    width: 100%;
  }
}

.recom__main--list {
  margin-top: 12.1rem;
}

@media screen and (max-width: 768px) {
  .recom__main--list {
    margin-top: 17.3rem;
  }
}

.recom__main--list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -3.9rem -0.9rem;
}

@media screen and (max-width: 768px) {
  .recom__main--list ul {
    margin: -5.9rem -1rem;
  }
}

.recom__main--list ul li {
  width: 35.8rem;
  margin: 3.9rem 0.9rem;
  border-top: 0.9rem solid #004BA2;
  border-bottom: 0.4rem solid #004BA2;
  padding: 0.4rem 0;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}

@media screen and (max-width: 768px) {
  .recom__main--list ul li {
    width: 34.3rem;
    margin: 5.9rem 1rem;
    padding: 1.4rem 0 0.8rem;
  }
}

.recom__main--list ul li figure {
  text-align: center;
  position: absolute;
  top: -5.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .recom__main--list ul li figure {
    top: -9.4rem;
  }
}

.recom__main--list ul li figure img {
  width: 11.6rem;
  -moz-border-radius: 50%;
       border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .recom__main--list ul li figure img {
    width: 18.5rem;
  }
}

.recom__main--list ul li p {
  background: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.03em;
  padding: 6rem 0 0;
  height: 13rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.recom__main--list ul li p em {
  font-style: normal;
}

.recom__main--list ul li p span {
  color: #006FEF;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .recom__main--list ul li p {
    border-top-width: 1.2rem;
    border-bottom-width: 0.6rem;
    font-size: 3.4rem;
    line-height: 1.4;
    height: 27rem;
    padding-top: 9.4rem;
  }
}

@media screen and (max-width: 768px) {
  .recom__main--list ul li:last-of-type {
    width: 100%;
  }
}

.flow {
  background: #fff;
  padding: 11.2rem 0 13.1rem;
}

@media screen and (max-width: 768px) {
  .flow {
    padding: 12.4rem 0 11.7rem;
  }
}

.flow__main h2 {
  text-align: center;
  line-height: 0;
}

.flow__main h2 img {
  width: 38.3rem;
}

@media screen and (max-width: 768px) {
  .flow__main h2 img {
    width: 100%;
  }
}

.flow__main--list {
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .flow__main--list {
    margin-top: 6.8rem;
  }
}

.flow__main--list dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  padding: 0 0 0.2rem;
  border-bottom: 0.4rem solid #D7DDE3;
}

@media screen and (max-width: 768px) {
  .flow__main--list dl {
    border-bottom-width: 0.6rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.flow__main--list dl:not(:last-child) {
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}

.flow__main--list dl:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 3.4rem;
  height: 1.4rem;
  background: #D7DDE3;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.44rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (max-width: 768px) {
  .flow__main--list dl:not(:last-child)::after {
    width: 5.44rem;
    height: 2.24rem;
  }
}

.flow__main--list dl dt {
  width: 15.6rem;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  text-align: center;
  padding: 0.9rem 2.3rem 0.7rem 0;
  color: #FFDD23;
  font-size: 2rem;
  line-height: 1.8rem;
  font-family: 'ApexMk3-Medium';
  letter-spacing: 0.08rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .flow__main--list dl dt {
    width: 24.9rem;
    padding: 1.1rem 3.36rem 1.14rem 0;
    font-size: 3.7rem;
    line-height: 3.2rem;
  }
}

.flow__main--list dl dt span {
  font-size: 2.5rem;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
  .flow__main--list dl dt span {
    font-size: 4.5rem;
  }
}

.flow__main--list dl dt::before, .flow__main--list dl dt::after {
  position: absolute;
  content: "";
  left: 0;
  background: #132F4F;
}

.flow__main--list dl dt::before {
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-35deg);
     -moz-transform: skewX(-35deg);
      -ms-transform: skewX(-35deg);
          transform: skewX(-35deg);
  -webkit-transform-origin: 100% 100%;
     -moz-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  z-index: -1;
}

.flow__main--list dl dt::after {
  bottom: -0.6rem;
  width: 100%;
  height: 0.4rem;
}

@media screen and (max-width: 768px) {
  .flow__main--list dl dt::after {
    height: 0.6rem;
    bottom: -1.1rem;
  }
}

.flow__main--list dl dd {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.3rem 0 0 4.5rem;
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 600;
  color: #000;
}

@media screen and (max-width: 768px) {
  .flow__main--list dl dd {
    width: 100%;
    -webkit-box-flex: inherit;
       -moz-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    font-size: 3.6rem;
    letter-spacing: 0.03em;
    margin-top: 2.2rem;
    padding: 0 0 1.5rem 0;
  }
}

.flow__main--list dl + dl {
  margin-top: 4.6rem;
}

@media screen and (max-width: 768px) {
  .flow__main--list dl + dl {
    margin-top: 5.6rem;
  }
}

.faq {
  background: rgba(0, 75, 162, 0.1);
  padding: 6rem 0 9.8rem;
}

@media screen and (max-width: 768px) {
  .faq {
    padding: 11.4rem 0 13.4rem;
  }
}

.faq__main h2 {
  text-align: center;
  line-height: 0;
}

.faq__main h2 img {
  width: 38.3rem;
}

@media screen and (max-width: 768px) {
  .faq__main h2 img {
    width: 100%;
  }
}

.faq__main--list {
  margin-top: 5.8rem;
}

@media screen and (max-width: 768px) {
  .faq__main--list {
    margin-top: 8.5rem;
  }
}

.faq__main--list dl dt {
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  padding: 0 0 0 6.1rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #000;
  border-left: 0.6rem solid #004BA2;
}

.faq__main--list dl dt::before {
  position: absolute;
  content: 'Q.';
  font-size: 3rem;
  line-height: 2.1rem;
  font-family: 'ApexMk3-Medium';
  top: 0.5rem;
  left: 1.9rem;
  color: #004BA2;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .faq__main--list dl dt {
    font-size: 3.2rem;
    line-height: 5.4rem;
    padding: 0 0 0 9.2rem;
    border-left-width: 1rem;
  }
  .faq__main--list dl dt::before {
    font-size: 4.6rem;
    line-height: 3.2rem;
    top: 1.1rem;
    left: 2.7rem;
  }
}

.faq__main--list dl dd {
  margin-top: 1.5rem;
  background: #fff;
  padding: 1.8rem 1.8rem 1.8rem 6.1rem;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 500;
  color: #000;
}

.faq__main--list dl dd::before {
  position: absolute;
  content: 'A.';
  font-size: 3rem;
  line-height: 2.1rem;
  font-family: 'ApexMk3-Medium';
  top: 1.7rem;
  left: 1.9rem;
  color: #EF7026;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .faq__main--list dl dd {
    padding: 2.2rem 1rem 2.2rem 9.1rem;
    margin-top: 3rem;
    font-size: 2.8rem;
    line-height: 1.3;
  }
  .faq__main--list dl dd::before {
    font-size: 4.6rem;
    line-height: 3.2rem;
    top: 2.42rem;
    left: 2.8rem;
  }
}

.faq__main--list dl + dl {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .faq__main--list dl + dl {
    margin-top: 4.8rem;
  }
}

.voice {
  background: url("../img/voiceBg.webp") 0 0 no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  padding: 7.6rem 0;
}

@media screen and (max-width: 768px) {
  .voice {
    background: url("../img/voiceBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 11.8rem 0 12rem;
  }
}

.voice__main h2 {
  text-align: center;
  line-height: 0;
}

.voice__main h2 img {
  width: 38.3rem;
}

@media screen and (max-width: 768px) {
  .voice__main h2 img {
    width: 100%;
  }
}

.voice__main--list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem -1.5rem -1.5rem;
}

@media screen and (max-width: 768px) {
  .voice__main--list {
    margin-top: 8rem;
  }
}

.voice__main--list article {
  width: 35rem;
  margin: 1.5rem;
  border: 0.8rem solid #004BA2;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0 0 2.3rem;
}

@media screen and (max-width: 768px) {
  .voice__main--list article {
    width: 100%;
    margin: 0;
    padding: 0 0 3rem;
    border-width: 1.5rem;
  }
}

.voice__main--list article figure {
  width: 100%;
}

.voice__main--list article h3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -4.8rem;
  margin-left: -1.8rem;
}

@media screen and (max-width: 768px) {
  .voice__main--list article h3 {
    margin-top: -9.1rem;
    margin-left: -2.45rem;
  }
}

.voice__main--list article h3 span {
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 800;
  color: #132F4F;
  background: #FFDD23;
  padding: 0 4rem 0 1.9rem;
  letter-spacing: 0.03em;
}

.voice__main--list article h3 span + span {
  margin-top: 0.8rem;
}

@media screen and (max-width: 768px) {
  .voice__main--list article h3 span {
    font-size: 4.6rem;
    line-height: 4.9rem;
    padding: 0 7.5rem 0 2.6rem;
  }
  .voice__main--list article h3 span + span {
    margin-top: 1.52rem;
  }
}

.voice__main--list article .txt {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  color: #000;
  padding: 1.6rem 2.5rem 0;
}

@media screen and (max-width: 768px) {
  .voice__main--list article .txt {
    font-size: 2.8rem;
    line-height: 1.6;
    padding: 4.3rem 2.5rem 0 3.3rem;
  }
}

.voice__main--list article .info {
  margin-top: auto;
  text-align: right;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 600;
  color: #000000;
  padding: 0 2.5rem;
}

@media screen and (max-width: 768px) {
  .voice__main--list article .info {
    margin-top: 3.7rem;
    font-size: 2.6rem;
    line-height: 1.3;
  }
}

.contact {
  background: -webkit-linear-gradient(0.98deg, #002755 0%, #004BA2 13.77%, #277BDC 49.16%, #004BA2 84.56%, #002755 98.32%);
  background: -moz- oldlinear-gradient(0.98deg, #002755 0%, #004BA2 13.77%, #277BDC 49.16%, #004BA2 84.56%, #002755 98.32%);
  background: linear-gradient(89.02deg, #002755 0%, #004BA2 13.77%, #277BDC 49.16%, #004BA2 84.56%, #002755 98.32%);
  padding: 5.8rrem 0 0;
}

@media screen and (max-width: 768px) {
  .contact {
    padding: 6.6rem 0 0;
  }
}

.contact h2 {
  line-height: 0;
  text-align: center;
  padding: 3.5rem 0;
  border-top: 0.4rem dashed #fff;
  border-bottom: 0.4rem dashed #fff;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}

@media screen and (max-width: 768px) {
  .contact h2 {
    border-top-width: 0.5rem;
    border-bottom-width: 0.5rem;
  }
}

.contact h2::after {
  position: absolute;
  content: "";
  width: 8.8rem;
  height: 3rem;
  background: #FFFFFF;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -4rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (max-width: 768px) {
  .contact h2::after {
    width: 12rem;
    height: 4.1rem;
    bottom: -4.1rem;
  }
}

.contact h2 img {
  width: 42rem;
}

@media screen and (max-width: 768px) {
  .contact h2 img {
    width: 50.3rem;
  }
}

.contact .wrapForm {
  margin-top: 8.1rem;
  border: 0.6rem solid #132F4F;
  -moz-border-radius: 6rem 6rem 0 0;
       border-radius: 6rem 6rem 0 0;
  background: #fff;
  padding: 9.6rem 0 8.8rem;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .contact .wrapForm {
    padding: 9.2rem 3.3rem 10.7rem;
    margin-top: 8.6rem;
  }
}

.contact .wrapForm .form {
  max-width: 90rem;
  width: 100%;
  margin: auto;
}

.contact .wrapForm .form dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .contact .wrapForm .form dl {
    width: 100%;
    display: block;
  }
}

.contact .wrapForm .form dl dt {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.06em;
  width: 26rem;
  padding: 1rem 0;
}



.contact .wrapForm .form dl dt small {
  font-size: 1.6rem;
  line-height: 1.6;
  display: block;
  width: 100%;
}

.contact .wrapForm .form dl dt.required,
.contact .wrapForm .form dl dt.any {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3em;
  flex: 0 0 16em;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .wrapForm .form dl dt.required::after,
.contact .wrapForm .form dl dt.any::after {
  content: "必須";
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5.4rem;
  height: 2rem;
  -moz-border-radius: 0.5rem;
       border-radius: 0.5rem;
  background: #EF7026;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  /*margin-left: 1.9rem;*/
  margin-left: 0;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .contact .wrapForm .form dl dt {
    font-size: 3.4rem;
    line-height: 4.9rem;
    width: 100%;
  }
  .contact .wrapForm .form dl dt small {
    font-size: 2.6rem;
    line-height: 1;
  }
  .contact .wrapForm .form dl dt br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .contact .wrapForm .form dl dt.required::after,
  .contact .wrapForm .form dl dt.any::after {
    width: 11.4rem;
    height: 4.2rem;
    -moz-border-radius: 1rem;
         border-radius: 1rem;
    font-size: 2.6rem;
    /*margin-left: 3.2rem;*/
  }
}

.contact .wrapForm .form dl dd {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .contact .wrapForm .form dl dd {
    width: 100%;
    margin-top: 2.3rem;
  }
}

.contact .wrapForm .form dl dd .wrapInput {
  width: 100%;
}

.contact .wrapForm .form dl dd .wrapInput input, .contact .wrapForm .form dl dd .wrapInput textarea {
  width: 100%;
  border: 0.2rem solid #bcbcbc;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  outline: none;
  -moz-box-shadow: none;
       box-shadow: none;
  height: 4.9rem;
  padding: 0.5rem 2.5rem;
}

.contact .wrapForm .form dl dd .wrapInput input::-webkit-input-placeholder, .contact .wrapForm .form dl dd .wrapInput textarea::-webkit-input-placeholder {
  opacity: 0.2;
}

.contact .wrapForm .form dl dd .wrapInput input::-moz-placeholder, .contact .wrapForm .form dl dd .wrapInput textarea::-moz-placeholder {
  opacity: 0.2;
}

.contact .wrapForm .form dl dd .wrapInput input:-ms-input-placeholder, .contact .wrapForm .form dl dd .wrapInput textarea:-ms-input-placeholder {
  opacity: 0.2;
}

.contact .wrapForm .form dl dd .wrapInput input::placeholder, .contact .wrapForm .form dl dd .wrapInput textarea::placeholder {
  opacity: 0.2;
}

@media screen and (max-width: 768px) {
  .contact .wrapForm .form dl dd .wrapInput input, .contact .wrapForm .form dl dd .wrapInput textarea {
    font-size: 3.2rem;
    height: 8.2rem;
    border-width: 0.35rem;
    padding: 1rem 3rem;
  }
}

.contact .wrapForm .form dl dd .wrapInput textarea {
  height: 20rem;
}

@media screen and (max-width: 768px) {
  .contact .wrapForm .form dl dd .wrapInput textarea {
    height: 31rem;
  }
}

.contact .wrapForm .form dl dd .wrap2col {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact .wrapForm .form dl dd .wrap2col .wrapInput {
  width: 26rem;
}

@media screen and (max-width: 768px) {
  .contact .wrapForm .form dl dd .wrap2col .wrapInput {
    width: 33rem;
  }
}

.contact .wrapForm .form dl dd .wrapRadio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: -1rem -0.9rem;
}

@media screen and (max-width: 768px) {
  .contact .wrapForm .form dl dd .wrapRadio {
    margin: -1.5rem -1.4rem;
  }
}

.contact .wrapForm .form dl dd .wrapRadio label {
  width: 20rem;
  margin: 1rem 0.9rem;
  display: block;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  cursor: pointer;
}

.contact .wrapForm .form dl dd .wrapRadio label input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.contact .wrapForm .form dl dd .wrapRadio label input:checked + span {
  background: #FFEBE0;
  border-color: #EF7026;
}

.contact .wrapForm .form dl dd .wrapRadio label input:checked + span::before {
  background: #EF7026;
}

.contact .wrapForm .form dl dd .wrapRadio label span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;*/
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 4rem;
  padding-left: 4rem;
  -moz-border-radius: 2.6rem;
       border-radius: 2.6rem;
  border: 0.2rem solid #cbcbcb;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  color: #000;
  background: #ededed;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}

.contact .wrapForm .form dl dd .wrapRadio label span::before {
  position: absolute;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background: #aaa;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.7rem;
}

@media screen and (max-width: 768px) {
  .contact .wrapForm .form dl dd .wrapRadio label {
    width: 33rem;
    margin: 1.5rem 1.4rem;
  }
  .contact .wrapForm .form dl dd .wrapRadio label span {
    height: 8.4rem;
    -moz-border-radius: 7rem;
         border-radius: 7rem;
    font-size: 3rem;
    line-height: 1;
    border-width: 0.34rem;
    padding-left: 7rem;
  }
  .contact .wrapForm .form dl dd .wrapRadio label span::before {
    width: 3rem;
    height: 3rem;
    left: 2.6rem;
  }
  .contact .wrapForm .form dl dd .wrapRadio label.special {
    width: 100%;
  }
}

.contact .wrapForm .form dl dd .wrapRadio.st2 {
  margin: -0.5rem;
}

.contact .wrapForm .form dl dd .wrapRadio.st2 label {
  width: 20.9rem;
  margin: 0.5rem;
}

@media screen and (max-width: 768px) {
  .contact .wrapForm .form dl dd .wrapRadio.st2 {
    margin: -1.5rem -1.4rem;
  }
  .contact .wrapForm .form dl dd .wrapRadio.st2 label {
    width: 33rem;
    margin: 1.5rem 1.4rem;
  }
}

.contact .wrapForm .form dl dd .wrapSel {
  width: 10rem;
  height: 4rem;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}

@media screen and (max-width: 768px) {
  .contact .wrapForm .form dl dd .wrapSel {
    width: 15rem;
    height: 8.2rem;
  }
}

.contact .wrapForm .form dl dd .wrapSel::after {
  position: absolute;
  content: "";
  width: 1.4rem;
  height: 1.2rem;
  background: #EF7026;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.2rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .contact .wrapForm .form dl dd .wrapSel::after {
    width: 2.4rem;
    height: 2.1rem;
    right: 2.4rem;
  }
}

.contact .wrapForm .form dl dd .wrapSel select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  border: 0.2rem solid #bcbcbc;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  outline: none;
  -moz-box-shadow: none;
       box-shadow: none;
  padding: 0rem 2.5rem;
}

@media screen and (max-width: 768px) {
  .contact .wrapForm .form dl dd .wrapSel select {
    border-width: 0.35rem;
    font-size: 3.2rem;
    padding: 0 3.2rem;
  }
}

.contact .wrapForm .form dl dd .wrapSel.st2 {
  width: 14rem;
}

@media screen and (max-width: 768px) {
  .contact .wrapForm .form dl dd .wrapSel.st2 {
    width: 22.2rem;
  }
}

.contact .wrapForm .form dl dd .wrapSel.st3 {
  width: 30rem;
}

@media screen and (max-width: 768px) {
  .contact .wrapForm .form dl dd .wrapSel.st3 {
    width: 100%;
  }
}

.contact .wrapForm .form dl dd .wrapDate {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .wrapForm .form dl dd .wrapDate span {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  color: #000;
  display: inline-block;
  margin: 0 2rem 0 1rem;
}

@media screen and (max-width: 768px) {
  .contact .wrapForm .form dl dd .wrapDate span {
    font-size: 3.2rem;
    line-height: 1;
    margin: 0 1.7rem 0 1.1rem;
  }
}

.contact .wrapForm .form dl + dl {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .contact .wrapForm .form dl + dl {
    margin-top: 5rem;
  }
}

.contact .wrapForm .form dl.full {
  display: block;
}

.contact .wrapForm .form dl.full dt {
  width: 100%;
  flex-flow: row wrap;
  justify-content: space-between;
}

.contact .wrapForm .form dl.full dd {
  width: 100%;
  margin-top: 2.6rem;
}

@media screen and (max-width: 768px) {
  .contact .wrapForm .form dl.full dd {
    margin-top: 2rem;
  }
}

.contact .wrapForm .form .wrapCheck {
  margin-top: 4rem;
  text-align: center;
}

.contact .wrapForm .form .wrapCheck label {
  display: inline-block;
  line-height: 0;
  cursor: pointer;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}

.contact .wrapForm .form .wrapCheck label input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.contact .wrapForm .form .wrapCheck label input:checked + span::before {
  background: #006FEF url("../img/icCheck.png") center no-repeat;
  -moz-background-size: 2rem auto;
       background-size: 2rem auto;
}

@media screen and (max-width: 768px) {
  .contact .wrapForm .form .wrapCheck label input:checked + span::before {
    background: #006FEF url("../img/icCheck.png") center no-repeat;
    -moz-background-size: 2.9rem auto;
         background-size: 2.9rem auto;
  }
}

.contact .wrapForm .form .wrapCheck label span {
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  display: inline-block;
  padding: 0 0 0 5.4rem;
  font-size: 2rem;
  line-height: 3.4rem;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .contact .wrapForm .form .wrapCheck label span {
    font-size: 3.2rem;
    line-height: 5rem;
    padding: 0 0 0 8.1rem;
  }
}

.contact .wrapForm .form .wrapCheck label span a {
  color: #006FEF;
  font-weight: 800;
  text-decoration: underline;
}

.contact .wrapForm .form .wrapCheck label span::before {
  position: absolute;
  content: "";
  width: 3.4rem;
  height: 3.4rem;
  left: 0;
  top: 0;
  background: #ededed;
  border: 0.2rem solid #cbcbcb;
}

@media screen and (max-width: 768px) {
  .contact .wrapForm .form .wrapCheck label span::before {
    width: 5rem;
    height: 5rem;
    border-width: 0.35rem;
  }
}

.contact .wrapForm .form .wrapBtn {
  text-align: center;
  margin-top: 3.6rem;
}

@media screen and (max-width: 768px) {
  .contact .wrapForm .form .wrapBtn {
    margin-top: 6rem;
  }
}

.contact .wrapForm .form .wrapBtn button {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  width: 42rem;
  height: 9.5rem;
  -moz-border-radius: 9.6rem;
       border-radius: 9.6rem;
  background: #FFED00;
  border: 0.6rem solid #132F4F;
  cursor: pointer;
  -moz-box-shadow: 0 0.8rem 1.2rem rgba(32, 52, 105, 0.58);
       box-shadow: 0 0.8rem 1.2rem rgba(32, 52, 105, 0.58);
}

@media screen and (max-width: 768px) {
  .contact .wrapForm .form .wrapBtn button {
    width: 66rem;
    height: 13rem;
    -moz-border-radius: 9.6rem;
         border-radius: 9.6rem;
    -moz-box-shadow: 0 0.96rem 1.44rem rgba(32, 52, 105, 0.58);
         box-shadow: 0 0.96rem 1.44rem rgba(32, 52, 105, 0.58);
  }
}

.footer {
  background: #132F4F;
  padding: 4rem 0;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 6.4rem 0 8.1rem;
  }
}

.footer__slogan {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 768px) {
  .footer__slogan {
    font-size: 2.8rem;
  }
}

.footer__logo {
  line-height: 0;
  text-align: center;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .footer__logo {
    margin-top: 3.5rem;
  }
}

.footer__logo a {
  display: inline-block;
  line-height: 0;
  width: 25rem;
}

@media screen and (max-width: 768px) {
  .footer__logo a {
    width: 42.5rem;
  }
}

.footer__logo a img {
  width: 100%;
  height: auto;
}

.footer__info {
  text-align: center;
  margin-top: 3.4rem;
}

@media screen and (max-width: 768px) {
  .footer__info {
    margin-top: 5.8rem;
  }
}

.footer__info .name {
  font-size: 1.4rem;
  line-height: 1rem;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer__info .name {
    font-size: 2.6rem;
  }
}

.footer__info address {
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-top: 1.3rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer__info address {
    font-size: 2.4rem;
    margin-top: 3rem;
  }
}

.pThanks .thanksWrap .fv {
  background: url("../img/thanksBg.webp") 0 0 no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  padding: 10.7rem 0 7rem;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .fv {
    background: url("../img/thanksBg_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 17.8rem 0 7rem;
  }
}

.pThanks .thanksWrap .fv h2 {
  text-align: center;
  line-height: 0;
}

.pThanks .thanksWrap .fv h2 img {
  width: 100%;
}

.pThanks .thanksWrap .fv .txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 600;
  margin-top: 4.4rem;
  color: #000;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .fv .txt {
    font-size: 2.8rem;
    line-height: 1.7;
    margin-top: 3.7rem;
  }
}

.pThanks .thanksWrap .fv .box {
  max-width: 90rem;
  width: 100%;
  margin: 5rem auto 0;
  border: 0.8rem solid #00B900;
  background: #fff;
  padding-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .fv .box {
    padding-bottom: 6rem;
  }
}

.pThanks .thanksWrap .fv .box h3 {
  text-align: center;
  line-height: 0;
}

.pThanks .thanksWrap .fv .box h3 img {
  width: 50.8rem;
  margin-top: -2.6rem;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .fv .box h3 {
    margin-top: 0;
    background: #132F4F;
    padding: 1.5rem 0 2rem;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin: -0.8rem -0.8rem 0;
  }
  .pThanks .thanksWrap .fv .box h3::after {
    position: absolute;
    content: "";
    width: 6.6rem;
    height: 2.2rem;
    background: #132F4F;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -2.1rem;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pThanks .thanksWrap .fv .box h3 img {
    width: 60.4rem;
    margin-top: 0;
  }
}

.pThanks .thanksWrap .fv .box p {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .fv .box p {
    margin-top: 6.2rem;
    font-size: 3.2rem;
    line-height: 1.7;
  }
}

.pThanks .thanksWrap .fv .box p span {
  color: #00B900;
}

.pThanks .thanksWrap .fv .box p + p {
  margin-top: 2.2rem;
}

.pThanks .thanksWrap .fv .box p + p em {
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 600;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, rgba(255, 255, 255, 0)), color-stop(80%, #ffed00), to(#ffed00));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 80%, #ffed00 80%, #ffed00 100%);
  background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 80%, #ffed00 80%, #ffed00 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 80%, #ffed00 80%, #ffed00 100%);
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .fv .box p + p em {
    font-size: 4rem;
    line-height: 1.6;
    letter-spacing: -0.37;
  }
}

.pThanks .thanksWrap .fv .box .btn {
  margin-top: 2.6rem;
  text-align: center;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .fv .box .btn {
    margin-top: 4rem;

  }
}

.pThanks .thanksWrap .fv .box .btn a {
  display: inline-block;
  line-height: 0;
  overflow:hidden;
  width: 71.6rem;
  -moz-border-radius: 8rem;
       border-radius: 8rem;
  -moz-box-shadow: 0 0.8rem 1.2rem rgba(32, 52, 105, 0.58);
       box-shadow: 0 0.8rem 1.2rem rgba(32, 52, 105, 0.58);
}

.pThanks .thanksWrap .fv .box .btn a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
.pThanks .thanksWrap .fv .box .btn a img {
  width: 90%;
  height: auto;
}
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .fv .box .btn a {
    -moz-box-shadow: none;
         box-shadow: none;
    -moz-border-radius: 0;
         border-radius: 0;
    width: 73.2rem;
    overflow:hidden;
  }
}

.pThanks .thanksWrap .price {
  background: url("../img/thanksBg02.webp") 0 0 no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  padding: 4rem 0 3.7rem;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .price {
    background: url("../img/thanksBg02_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 7.2rem 0 6.2rem;
  }
}

.pThanks .thanksWrap .price__main {
  padding: 0 7.5rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .price__main {
    padding: 0;
  }
}

.pThanks .thanksWrap .price__main article {
  width: 30.4rem;
  margin-right: 2.4rem;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .price__main article {
    width: 54rem;
    margin-right: 2.8rem;
  }
}

.pThanks .thanksWrap .price__main article a {
  width: 100%;
  background: #004BA2;
  padding: 0.8rem;
  display: block;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .price__main article a {
    padding: 1.4rem;
  }
}

.pThanks .thanksWrap .price__main article a figure {
  width: 100%;
}

.pThanks .thanksWrap .price__main article a figure img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .price__main article a figure img {
    height: 29rem;
  }
}

.pThanks .thanksWrap .price__main article a h3 {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 700;
  padding: 1rem;
  min-height: 6.6rem;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .price__main article a h3 {
    font-size: 3rem;
    min-height: 13rem;
    padding: 2rem 1rem;
  }
}

.pThanks .thanksWrap .price__main article a dl {
  background: #fff;
  padding: 1.1rem 1rem 0.8rem;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .price__main article a dl {
    padding: 2.2rem 1.2rem;
  }
}

.pThanks .thanksWrap .price__main article a dl dt {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  color: #000;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .price__main article a dl dt {
    font-size: 2.6rem;
  }
}

.pThanks .thanksWrap .price__main article a dl dd {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 1.2rem;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .price__main article a dl dd {
    margin-top: 2.1rem;
  }
}

.pThanks .thanksWrap .price__main article a dl dd em {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #000;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .price__main article a dl dd em {
    font-size: 3rem;
  }
}

.pThanks .thanksWrap .price__main article a dl dd span {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 800;
  color: #006FEF;
  -webkit-transform: translateY(0.2rem);
     -moz-transform: translateY(0.2rem);
      -ms-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
  margin: 0 0.5rem 0 1rem;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .price__main article a dl dd span {
    font-size: 4.4rem;
  }
}

.pThanks .thanksWrap .price__main article a dl dd small {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .price__main article a dl dd small {
    font-size: 2.8rem;
  }
}

.pThanks .thanksWrap .price__main article a .btn {
  margin-top: 0.6rem;
  overflow:hidden;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .price__main article a .btn {
    margin-top: 1rem;
    overflow:hidden;
  }
}

.pThanks .thanksWrap .price__main article a .btn span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3.2rem;
  background: #FFED00;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .price__main article a .btn span {
    height: 8rem;
    font-size: 3.4rem;
  }
}

.pThanks .thanksWrap .price .pricePrev, .pThanks .thanksWrap .price .priceNext {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4rem;
  height: 11rem;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .price .pricePrev, .pThanks .thanksWrap .price .priceNext {
    display: none;
  }
}

.pThanks .thanksWrap .price .pricePrev {
  background: url("../img/ctrlLeft.webp") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  left: 0rem;
}

.pThanks .thanksWrap .price .priceNext {
  background: url("../img/ctrlRight.webp") 0 0 no-repeat;
  -moz-background-size: contain;
       background-size: contain;
  right: 0rem;
}

.pThanks .thanksWrap .price .pricePagi {
  margin-top: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .price .pricePagi {
    margin-top: 4.8rem;
  }
}

.pThanks .thanksWrap .price .pricePagi .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  margin: 0 1.5rem;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .price .pricePagi .swiper-pagination-bullet {
    width: 1.8rem;
    height: 1.8rem;
    margin: 2.5rem;
  }
}

.pThanks .thanksWrap .price .pricePagi .swiper-pagination-bullet-active {
  background: #fff;
}

.pThanks .thanksWrap .intro {
  margin-top: 9.4rem;
  background: url("../img/thanksBg03.webp") 0 0 no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  padding-bottom: 14.5rem;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .intro {
    margin-top: 0;
    padding-bottom: 4.7rem;
    background: url("../img/thanksBg03_sp.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding-top: 9.5rem;
  }
}

.pThanks .thanksWrap .intro::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 18.9rem;
  background: url("../img/thanksBg05.webp") 0 0 no-repeat;
  background-size: cover;
  left: 0;
  bottom: -5.5rem;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .intro::after {
    height: 20.6rem;
    bottom: -3.6rem;
    background-position: bottom;
  }
}

.pThanks .thanksWrap .intro__main h2 {
  text-align: center;
  line-height: 0;
}

.pThanks .thanksWrap .intro__main h2 img {
  width: 72.4rem;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .intro__main h2 img {
    width: 71.6rem;
  }
}

.pThanks .thanksWrap .intro__main--list {
  margin: 4.7rem -0.9rem -1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .intro__main--list {
    margin: 4.6rem 0 0;
  }
}

.pThanks .thanksWrap .intro__main--list dl {
  width: 35.8rem;
  margin: 1.5rem 0.9rem;
  background: #004BA2 url("../img/thanksBg04.webp") 0 0 no-repeat;
  -moz-background-size: 100% auto;
       background-size: 100% auto;
  padding: 0.8rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .intro__main--list dl {
    width: 100%;
  }
  .pThanks .thanksWrap .intro__main--list dl + dl {
    margin-top: 3rem;
  }
}

.pThanks .thanksWrap .intro__main--list dl dt {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #fff;
  padding: 0.5rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .intro__main--list dl dt {
    font-size: 4.2rem;
    padding: 1rem;
  }
}

.pThanks .thanksWrap .intro__main--list dl dt span {
  color: #FFED00;
}

.pThanks .thanksWrap .intro__main--list dl dd {
  background: #fff;
  border-top: 0.6rem solid #FFED00;
  padding: 2.2rem 2rem 2rem 2.7rem;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  color: #132F4F;
  width: 100%;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .intro__main--list dl dd {
    font-size: 3rem;
    border-top-width: 1.2rem;
    padding: 3.7rem 2.5rem 4.1rem;
  }
}

.pThanks .thanksWrap .intro__main--line {
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .intro__main--line {
    margin-top: 5.8rem;
  }
}

.pThanks .thanksWrap .intro__main--line h3 {
  text-align: center;
  line-height: 0;
}

.pThanks .thanksWrap .intro__main--line h3 img {
  width: 69.4rem;
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .intro__main--line h3 img {
    width: 73rem;
  }
}

.pThanks .thanksWrap .intro__main--line .btn {
  text-align: center;
  line-height: 0;
  margin-top: 2.3rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
.pThanks .thanksWrap .intro__main--line .btn {
  text-align: center;
  line-height: 0;
  margin-top: 2.3rem;
  width: 90%;
  margin: 0 auto;
}
}

.pThanks .thanksWrap .intro__main--line .btn a {
  display: inline-block;
  line-height: 0;
  max-width: 90rem;
  width: 100%;
  -moz-border-radius: 10.4rem;
       border-radius: 10.4rem;
  -moz-box-shadow: 0 0.8rem 1.2rem rgba(32, 52, 105, 0.58);
       box-shadow: 0 0.8rem 1.2rem rgba(32, 52, 105, 0.58);
}

@media screen and (max-width: 768px) {
  .pThanks .thanksWrap .intro__main--line .btn a {
    -moz-box-shadow: none;
         box-shadow: none;
    -moz-border-radius: 0;
         border-radius: 0;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.modal .modal_bg {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100vh;
}

.modal .modal_cont {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  width: 54rem;
  max-width: 100%;
  -moz-border-radius: 20px;
       border-radius: 20px;
}

.modal .modal_cont .inner {
  position: relative;
  padding: 4.8rem 8rem;
}

.modal .modal_cont .img {
  width: 27.6rem;
  max-width: 100%;
  margin: 0 auto;
}

.modal .modal_cont .desc {
  font-size: 2.8rem;
  text-align: center;
  margin-top: 1.9rem;
}

.modal .modal_cont .btn {
  width: 38rem;
  max-width: 100%;
  margin: 2.3rem auto 0;
}

.modal .modal_cont .btn a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.modal .modal_cont .btn a:hover {
  opacity: .7;
}

.modal .modal_cont .modal_close {
  position: absolute;
  top: .8rem;
  right: .8rem;
  width: 2.8rem;
  max-width: 100%;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .modal .modal_cont {
    width: 90%;
  }
  .modal .modal_cont .inner {
    padding: 4.5rem 5% 4rem;
  }
  .modal .modal_cont .desc {
    font-size: 2.4rem;
    margin-top: 1rem;
  }
  .modal .modal_cont .btn {
    margin-top: 2rem;
  }
}

.error {
  color: #ff0000;
  display: block;
  width: 100%;
}

.cbWr .error {
  text-align: center;
}

.effect {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.delay03 {
  -webkit-transition: all 1s ease 0.3s;
  -moz-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}

.delay06 {
  -webkit-transition: all 1s ease 0.6s;
  -moz-transition: all 1s ease 0.6s;
  transition: all 1s ease 0.6s;
}

.delay09 {
  -webkit-transition: all 1s ease 0.9s;
  -moz-transition: all 1s ease 0.9s;
  transition: all 1s ease 0.9s;
}

.delay12 {
  -webkit-transition: all 1s ease 1.2s;
  -moz-transition: all 1s ease 1.2s;
  transition: all 1s ease 1.2s;
}

.delay15 {
  -webkit-transition: all 1s ease 1.5s;
  -moz-transition: all 1s ease 1.5s;
  transition: all 1s ease 1.5s;
}

.fadeInUp {
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
}

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.animPopup.active {
  -webkit-animation: animPopup 1.6s linear both 0.7s;
     -moz-animation: animPopup 1.6s linear both 0.7s;
          animation: animPopup 1.6s linear both 0.7s;
}

.fallingDown {
  -webkit-transform: translate3d(0, -100px, 0);
  -moz-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 0;
}

.fallingDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeInLeft {
  -webkit-transform: translate3d(100px, 0, 0);
  -moz-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
  opacity: 0;
}

.fadeInLeft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeInRight {
  -webkit-transform: translate3d(-100px, 0, 0);
  -moz-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  opacity: 0;
}

.fadeInRight.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@-moz-keyframes UpDown {
  0% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@keyframes UpDown {
  0% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@-webkit-keyframes animPopup {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  }
  5.11% {
    -webkit-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.71% {
    -webkit-transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.21% {
    -webkit-transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.12% {
    -webkit-transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  19.02% {
    -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.92% {
    -webkit-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.73% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.55% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.26% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  69.07% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  92.59% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-moz-keyframes animPopup {
  0% {
    -moz-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
         transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  }
  5.11% {
    -moz-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.71% {
    -moz-transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -moz-transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.21% {
    -moz-transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.12% {
    -moz-transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  19.02% {
    -moz-transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.92% {
    -moz-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.73% {
    -moz-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.55% {
    -moz-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.26% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  69.07% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.88% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  92.59% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
         transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes animPopup {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
       -moz-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
            transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  }
  5.11% {
    -webkit-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.71% {
    -webkit-transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.21% {
    -webkit-transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.12% {
    -webkit-transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  19.02% {
    -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.92% {
    -webkit-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.73% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.55% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.26% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  69.07% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  92.59% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
       -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
            transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes mv_track {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  50% {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
  75% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-moz-keyframes mv_track {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  50% {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
  75% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes mv_track {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  50% {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
  75% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes mv_panda {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
    -moz-transform: scale(0.95, 1.2) translate(0%, -10%);
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    -moz-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
    -moz-transform: scale(0.95, 1.05) translate(0%, -3%);
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
    -moz-transform: scale(1.05, 0.95) translate(0%, 3%);
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}

@-moz-keyframes mv_panda {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
    -moz-transform: scale(0.95, 1.2) translate(0%, -10%);
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    -moz-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
    -moz-transform: scale(0.95, 1.05) translate(0%, -3%);
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
    -moz-transform: scale(1.05, 0.95) translate(0%, 3%);
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes mv_panda {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
    -moz-transform: scale(0.95, 1.2) translate(0%, -10%);
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    -moz-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
    -moz-transform: scale(0.95, 1.05) translate(0%, -3%);
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
    -moz-transform: scale(1.05, 0.95) translate(0%, 3%);
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}

.animation {
  -webkit-animation: dokundokun 1300ms ease infinite;
     -moz-animation: dokundokun 1300ms ease infinite;
          animation: dokundokun 1300ms ease infinite;
  overflow: hidden;
}

@-webkit-keyframes dokundokun {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-moz-keyframes dokundokun {
  0% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  15% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  30% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
  45% {
    -moz-transform: scale(1.1);
         transform: scale(1.1);
  }
  70% {
    -moz-transform: scale(1);
         transform: scale(1);
  }
}

@keyframes dokundokun {
  0% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
            transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
            transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
  }
}

.g-recaptcha {
  display: inline-block;
}
/* モーダル全体 */
.modal {
  display: none; /* 初期状態は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* 半透明のダーク背景 */
  z-index: 1000;
  overflow: auto;
}

/* モーダルのコンテンツ部分 */
.modal-content {
  background: #fff;
  border: 0.4rem solid #153872; /* 既存のセクションで使われている色を採用 */
  border-radius: 1rem; /* 全体の角丸感に合わせる */
  margin: 10% auto;  /* 画面中央に配置 */
  padding: 2rem;
  max-width: 600px;
  box-shadow: 0 0 1rem rgba(0,0,0,0.2);
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN",
                 Hiragino Kaku Gothic ProN, "メイリオ", Meiryo,
                 "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-size: 1.6rem; /* 基本フォントサイズに合わせる */
  color: #000;
  position: relative;
}

/* 閉じるボタン */
.modal-content .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2.4rem;
  color: #153872;
  cursor: pointer;
  transition: opacity 0.3s;
}
.modal-content .close:hover {
  opacity: 0.7;
}

.contact .wrapForm .form dl dt.optional {
  display: flex;
  align-items: center;
  gap: .6em;
}

.contact .wrapForm .form dl dt.optional::after {
  content: "任意";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5.4rem;
  height: 2rem;
  border-radius: 0.5rem;
  background: #999;   /* ← 任意はグレーに */
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-left: .6em;
}

@media screen and (max-width: 768px) {
  .contact .wrapForm .form dl dt.optional::after {
    width: 11.4rem;
    height: 4.2rem;
    border-radius: 1rem;
    font-size: 2.6rem;
  }
  .container {
    overflow: hidden;
  }
}
.contact .wrapForm .form dl dt.any::after {
  background: gray;
  content: "任意";
}