@charset "UTF-8";
@font-face {
  font-family: "DIN_2014_Demi";
  src: url("../fonts/DIN_2014_Demi.otf");
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeueMedium.otf");
  font-weight: 500;
}

:root {
  --noto: "Noto Sans JP", sans-serif;
  --serif: "Noto Serif JP", serif;
  --bebas: "Bebas Neue", sans-serif;
  --demi: "DIN_2014_Demi";
  --neue: "Helvetica Neue";
  --hira: 'Hiragino Sans', "ヒラギノ角ゴ ProN",sans-serif;
}

.noto {
  font-family: var(--noto);
}

.serif {
  font-family: var(--serif);
}

.bebas {
  font-family: var(--bebas);
}

.demi {
  font-family: var(--demi);
}

.color-white {
  color: #fff;
}

.color-blue {
  color: #0D2F5F;
}

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

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: var(--noto), "Hiragino Sans", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-optical-sizing: auto;
  font-size: 15px;
  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: 400;
}

figure,
picture {
  line-height: 0;
}

picture {
  display: block;
}

figcaption {
  line-height: 1.5;
}

html,
body {
  width: 100%;
  height: 100%;
}

button {
  cursor: pointer;
  -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.7;
}

.text-thin {
  font-weight: 300;
}

.text-regular {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-bold {
  font-weight: 700;
}

.text-extra {
  font-weight: 800;
}

.text-black {
  font-weight: 900;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.full {
  width: 100%;
}

.block {
  display: block;
}

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

.overflow-hidden {
  overflow: hidden;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear::after {
  content: "";
  clear: both;
  display: table;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-rowr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-colr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-start {
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-center {
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.items-start {
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-center {
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-end {
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.grid-cols-1 {
  -ms-grid-columns: (minmax(0, 1fr))[1];
      grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  -ms-grid-columns: (minmax(0, 1fr))[4];
      grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  -ms-grid-columns: (minmax(0, 1fr))[5];
      grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  -ms-grid-columns: (minmax(0, 1fr))[6];
      grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  -ms-grid-columns: (minmax(0, 1fr))[7];
      grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  -ms-grid-columns: (minmax(0, 1fr))[8];
      grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  -ms-grid-columns: (minmax(0, 1fr))[9];
      grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  -ms-grid-columns: (minmax(0, 1fr))[10];
      grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  -ms-grid-columns: (minmax(0, 1fr))[11];
      grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  -ms-grid-columns: (minmax(0, 1fr))[12];
      grid-template-columns: repeat(12, minmax(0, 1fr));
}

.col-span-1 {
  -ms-grid-column-span: 1;
  -ms-grid-column: span 1;
      grid-column: span 1 / span 1;
}

.col-span-2 {
  -ms-grid-column-span: 2;
  -ms-grid-column: span 2;
      grid-column: span 2 / span 2;
}

.col-span-3 {
  -ms-grid-column-span: 3;
  -ms-grid-column: span 3;
      grid-column: span 3 / span 3;
}

.col-span-4 {
  -ms-grid-column-span: 4;
  -ms-grid-column: span 4;
      grid-column: span 4 / span 4;
}

.col-span-5 {
  -ms-grid-column-span: 5;
  -ms-grid-column: span 5;
      grid-column: span 5 / span 5;
}

.col-span-6 {
  -ms-grid-column-span: 6;
  -ms-grid-column: span 6;
      grid-column: span 6 / span 6;
}

.col-span-7 {
  -ms-grid-column-span: 7;
  -ms-grid-column: span 7;
      grid-column: span 7 / span 7;
}

.col-span-8 {
  -ms-grid-column-span: 8;
  -ms-grid-column: span 8;
      grid-column: span 8 / span 8;
}

.col-span-9 {
  -ms-grid-column-span: 9;
  -ms-grid-column: span 9;
      grid-column: span 9 / span 9;
}

.col-span-10 {
  -ms-grid-column-span: 10;
  -ms-grid-column: span 10;
      grid-column: span 10 / span 10;
}

.col-span-11 {
  -ms-grid-column-span: 11;
  -ms-grid-column: span 11;
      grid-column: span 11 / span 11;
}

.col-span-12 {
  -ms-grid-column-span: 12;
  -ms-grid-column: span 12;
      grid-column: span 12 / span 12;
}

.gradient-blue {
  background: -webkit-linear-gradient(354.21deg, #013F98 0.23%, #0D2F5F 99.77%);
  background: -moz- oldlinear-gradient(354.21deg, #013F98 0.23%, #0D2F5F 99.77%);
  background: linear-gradient(95.79deg, #013F98 0.23%, #0D2F5F 99.77%);
}

.clip-text {
  background: -webkit-linear-gradient(299.34deg, #FEC760 13.21%, #F7D78B 40.7%, #F9C23D 69.92%, #EFAB43 83.74%);
  background: -moz- oldlinear-gradient(299.34deg, #FEC760 13.21%, #F7D78B 40.7%, #F9C23D 69.92%, #EFAB43 83.74%);
  background: linear-gradient(150.66deg, #FEC760 13.21%, #F7D78B 40.7%, #F9C23D 69.92%, #EFAB43 83.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
       background-clip: text;
  text-fill-color: transparent;
}

@media screen and (min-width: 769px), print {
  .show_sp {
    display: none !important;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .row {
    max-width: 100rem;
    width: 100%;
    margin: auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1017px) {
  .row {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .pTop {
    padding-top: var(--header-height);
  }
  .pTop .header {
    padding: 1.2rem 2.95rem 1.25rem 2.7rem;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    -moz-box-shadow: 0 0.4rem 0.81rem rgba(0, 0, 0, 0.06);
         box-shadow: 0 0.4rem 0.81rem rgba(0, 0, 0, 0.06);
  }
  .pTop .header__logo {
    line-height: 0;
    width: 16.2rem;
  }
  .pTop .header__logo a {
    line-height: 0;
  }
  .pTop .header__logo a img {
    width: 100%;
    height: auto;
  }
  .pTop .header__btns {
    margin-left: auto;
  }
  .pTop .header__btns a {
    width: 28.305rem;
    height: 5.935rem;
    -moz-border-radius: 0.312rem;
         border-radius: 0.312rem;
    border: 0.2rem solid #fff;
    -moz-box-shadow: 0 0.062rem 0.25rem rgba(0, 0, 0, 0.25);
         box-shadow: 0 0.062rem 0.25rem rgba(0, 0, 0, 0.25);
  }
  .pTop .header__btns a small {
    font-size: 1.085rem;
    line-height: 1.01382;
  }
  .pTop .header__btns a span {
    font-size: 1.74rem;
    line-height: 1.1908;
  }
  .pTop .header__btns a::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .header__btns a.header__line {
    background: #09A348;
    padding-left: 5.097rem;
  }
  .pTop .header__btns a.header__line::before {
    width: 3.294rem;
    height: 3.098rem;
    background: url("../img/headerLine.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 1.37rem;
  }
  .pTop .header__btns a.header__mail {
    background: #E76C00;
    padding-left: 5.097rem;
    margin-left: 1.49rem;
  }
  .pTop .header__btns a.header__mail::before {
    width: 3.372rem;
    height: 2.195rem;
    background: url("../img/headerMail.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 1.255rem;
  }
  .pTop .header__menu {
    margin-left: 2.8rem;
    cursor: pointer;
  }
  .pTop .header__menu--in {
    width: 4.45rem;
  }
  .pTop .header__menu--in > i {
    font-style: normal;
    display: block;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.18em;
    color: #000;
    text-align: center;
    margin-top: 0.4rem;
  }
  .pTop .header__menu--trigger {
    width: 100%;
    height: 3.3rem;
    position: relative;
  }
  .pTop .header__menu--trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    min-height: 1px;
    background-color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .pTop .header__menu--trigger span:nth-of-type(1) {
    top: 0;
    -webkit-transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease,top 0.3s ease 0.3s,-moz-transform 0.3s ease;
    transition: transform 0.3s ease,top 0.3s ease 0.3s;
    transition: transform 0.3s ease,top 0.3s ease 0.3s,-webkit-transform 0.3s ease,-moz-transform 0.3s ease;
  }
  .pTop .header__menu--trigger span:nth-of-type(2) {
    top: 50%;
  }
  .pTop .header__menu--trigger span:nth-of-type(3) {
    top: 100%;
    -webkit-transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease,top 0.3s ease 0.3s,-moz-transform 0.3s ease;
    transition: transform 0.3s ease,top 0.3s ease 0.3s;
    transition: transform 0.3s ease,top 0.3s ease 0.3s,-webkit-transform 0.3s ease,-moz-transform 0.3s ease;
  }
  .pTop .header__menu.active .header__menu--trigger span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
       -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s,transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s,-webkit-transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
  }
  .pTop .header__menu.active .header__menu--trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .pTop .header__menu.active .header__menu--trigger span:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s,transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s,-webkit-transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
  }
  .pTop .header__nav {
    right: -47.4rem;
    top: var(--header-height);
    height: -webkit-calc(100vh - var(--header-height));
    height: -moz-calc(100vh - var(--header-height));
    height: calc(100vh - var(--header-height));
    overflow: auto;
    width: 47.4rem;
    background: rgba(8, 32, 66, 0.9);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .header__nav ul {
    padding: 4.4rem 0rem 4.4rem 7rem;
  }
  .pTop .header__nav ul li a {
    font-size: 2.4rem;
    line-height: 2.62;
    letter-spacing: 0.18em;
    color: #fff;
  }
  .pTop .header.open .header__nav {
    right: 0;
  }
  .pTop .mv__back img {
    min-height: 70.3rem;
    object-fit: cover;
  }
  .pTop .mv__front {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .pTop .mv__front--inner .meta {
    line-height: 0;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .mv__front--inner .meta::after {
    position: absolute;
    content: "";
    width: 29.541rem;
    height: 5.414rem;
    top: -1.295rem;
    left: 5.414rem;
    background: rgba(255, 255, 255, 0.96);
    -webkit-filter: blur(1.03571rem);
            filter: blur(1.03571rem);
    z-index: -1;
  }
  .pTop .mv__front--inner .meta span {
    font-size: 2.416rem;
    line-height: 1.44868;
    min-width: 13.592rem;
    height: 4rem;
    padding: 0 0.8rem;
    white-space: nowrap;
    margin-right: 0.755rem;
    -moz-border-radius: 0.906rem;
         border-radius: 0.906rem;
  }
  .pTop .mv__front--inner h2 {
    position: relative;
    z-index: 2;
    line-height: 0;
  }
  .pTop .mv__front--inner h2 span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    font-size: 5.9rem;
    line-height: 1.29661;
  }
  .pTop .mv__front--inner h2 span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.96);
    -webkit-filter: blur(1.03571rem);
            filter: blur(1.03571rem);
    z-index: -1;
  }
  .pTop .mv__front--inner h2 span small {
    font-size: 4.847rem;
    line-height: 1.5783;
  }
  .pTop .mv__front--inner h3 span {
    font-size: 4.847rem;
    line-height: 1.44419;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: -1.3rem;
  }
  .pTop .mv__front--inner h3 span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.96);
    -webkit-filter: blur(1.03571rem);
            filter: blur(1.03571rem);
    z-index: -1;
  }
  .pTop .mv__front--inner .txt {
    font-size: 1.883rem;
    line-height: 1.75252;
  }
  .pTop .mv__front--inner .txt em {
    font-style: normal;
  }
  .pTop .mv__front--inner .txt span {
    font-size: 2.354rem;
    line-height: 1.40187;
    color: #8C5F08;
  }
  .pTop .mv__front--inner .list {
    margin-top: 2rem;
  }
  .pTop .mv__front--inner .list dl {
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 13.77rem;
    height: 13.77rem;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin: 0 0.9rem;
    padding: 2.236rem 0 0;
  }
  .pTop .mv__front--inner .list dl::before {
    position: absolute;
    content: "";
    width: -webkit-calc(100% + 0.706rem);
    width: -moz-calc(100% + 0.706rem);
    width: calc(100% + 0.706rem);
    height: -webkit-calc(100% + 0.706rem);
    height: -moz-calc(100% + 0.706rem);
    height: calc(100% + 0.706rem);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -2;
    -moz-border-radius: 50%;
         border-radius: 50%;
    -moz-box-shadow: 0 0 1.495rem 0.353rem white;
         box-shadow: 0 0 1.495rem 0.353rem white;
    background: -webkit-linear-gradient(315deg, #FEC760 0%, #F7D78B 38%, #F9C23D 78%, #EFAB43 97%);
    background: -moz- oldlinear-gradient(315deg, #FEC760 0%, #F7D78B 38%, #F9C23D 78%, #EFAB43 97%);
    background: linear-gradient(135deg, #FEC760 0%, #F7D78B 38%, #F9C23D 78%, #EFAB43 97%);
    -moz-background-origin: border-box;
         background-origin: border-box;
    -moz-background-clip: content-box, border-box;
         background-clip: content-box, border-box;
  }
  .pTop .mv__front--inner .list dl::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    z-index: -1;
    background: -webkit-linear-gradient(299.15deg, #021D6A 13.42%, #000E3C 88.23%);
    background: -moz- oldlinear-gradient(299.15deg, #021D6A 13.42%, #000E3C 88.23%);
    background: linear-gradient(150.85deg, #021D6A 13.42%, #000E3C 88.23%);
  }
  .pTop .mv__front--inner .list dl dt {
    font-size: 2.119rem;
    line-height: 1.7933;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .mv__front--inner .list dl dt::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .pTop .mv__front--inner .list dl.st1 dt::before {
    width: 3.295rem;
    height: 4.233rem;
    background: url("../img/mvIllus01.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -1.412rem;
  }
  .pTop .mv__front--inner .list dl.st1 dd {
    margin-top: -0.5rem;
  }
  .pTop .mv__front--inner .list dl.st1 dd small {
    font-size: 1.883rem;
    line-height: 1.75252;
  }
  .pTop .mv__front--inner .list dl.st1 dd span {
    font-size: 4.605rem;
    line-height: 1;
  }
  .pTop .mv__front--inner .list dl.st2 dt::before {
    width: 4.002rem;
    height: 4.152rem;
    background: url("../img/mvIllus02.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -1.53rem;
  }
  .pTop .mv__front--inner .list dl.st2 dd {
    margin-top: 0.2rem;
  }
  .pTop .mv__front--inner .list dl.st2 dd em {
    font-size: 3.531rem;
    line-height: 1;
    font-style: normal;
  }
  .pTop .mv__front--inner .list dl.st3 {
    padding-top: 2.001rem;
  }
  .pTop .mv__front--inner .list dl.st3 dt {
    font-size: 1.715rem;
    line-height: 1.19534;
  }
  .pTop .mv__front--inner .list dl.st3 dt::before {
    width: 4.363rem;
    height: 3.295rem;
    background: url("../img/mvIllus03.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -0.824rem;
  }
  .pTop .mv__front--inner .list dl.st3 dd {
    margin-top: 0.2rem;
  }
  .pTop .mv__front--inner .list dl.st3 dd span {
    font-size: 4.206rem;
    line-height: 0.99976;
  }
  .pTop .mv__front--inner .list dl.st3 dd small {
    font-size: 2.472rem;
    line-height: 1.70105;
  }
  .pTop .mv__front--inner .list dl.st3 dd sup {
    font-size: 1.177rem;
    line-height: 2.54885;
    vertical-align: top;
    margin-left: -1rem;
  }
  .pTop .mv__front--inner .note {
    font-size: 1.177rem;
    line-height: 1.75021;
    margin-top: 1.295rem;
  }
  .pTop .titleCom span {
    font-size: 1.8rem;
    line-height: 1.44444;
    color: rgba(6, 27, 56, 0.39);
  }
  .pTop .titleCom h2 {
    font-size: 3.6rem;
    line-height: 1.44444;
    letter-spacing: 0.05em;
    color: #0E356C;
  }
  .pTop .point {
    background: #0E356C;
    padding: 5.6rem 0 6rem;
    overflow: hidden;
  }
  .pTop .point::after {
    position: absolute;
    content: "";
    width: 18.9rem;
    height: 20.9rem;
    background: url("../img/pointCross.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -0.7rem;
    top: 0;
  }
  .pTop .point__main--title span {
    color: rgba(255, 255, 255, 0.5);
  }
  .pTop .point__main--title h2 {
    color: #fff;
  }
  .pTop .point__main--intro {
    font-size: 1.4rem;
    line-height: 1.71429;
    margin-top: 2.3rem;
  }
  .pTop .point__main--list {
    counter-reset: ar;
    margin: 3.514rem -1.3rem -2rem;
  }
  .pTop .point__main--list article {
    margin: 2rem 1.3rem;
    background: #fff;
    width: 31.5rem;
    -moz-border-radius: 0.52rem;
         border-radius: 0.52rem;
    border: 1px solid #000;
    padding: 1.04rem 1.243rem 2.9rem 1.3rem;
    counter-increment: ar;
  }
}

@media screen and (min-width: 769px) and (max-width: 1017px) {
  .pTop .point__main--list article {
    width: 30rem;
    margin: 2rem 1.2rem;
  }
}

@media screen and (min-width: 769px), print {
  .pTop .point__main--list article::before {
    position: absolute;
    content: counter(ar, decimal-leading-zero);
    width: 5.028rem;
    height: 5.028rem;
    -moz-border-radius: 50%;
         border-radius: 50%;
    color: #fff;
    font-size: 2.487rem;
    line-height: 1;
    font-family: var(--serif);
    background: #061B38;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -2.514rem;
    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;
  }
  .pTop .point__main--list article figure {
    -moz-border-radius: 0.52rem;
         border-radius: 0.52rem;
    overflow: hidden;
  }
  .pTop .point__main--list article figure img {
    width: 100%;
    height: 12.397rem;
    object-fit: cover;
  }
  .pTop .point__main--list article h3 {
    color: #0E356C;
    font-size: 1.8rem;
    line-height: 1.35;
    min-height: 4.9rem;
    margin-top: 1.848rem;
  }
  .pTop .point__main--list article p {
    font-size: 1.6rem;
    line-height: 1.625;
    color: #000;
    margin-top: 1.8rem;
  }
  .pTop .trainer {
    padding: 7rem 0 6.3rem;
  }
  .pTop .trainer__main--title span {
    color: rgba(6, 27, 56, 0.39);
  }
  .pTop .trainer__main--title h2 {
    color: #0E356C;
  }
  .pTop .trainer__main--con {
    margin-top: 3.7rem;
  }
  .pTop .trainer__main--con article {
    width: 39.8rem;
    margin: 0 1.25rem;
    background: #F5F5F5;
    padding: 2.4rem 4.6rem 2.1rem 3rem;
  }
  .pTop .trainer__main--con article figure {
    width: 12.9rem;
    margin-right: 2.4rem;
  }
  .pTop .trainer__main--con article figure img {
    width: 100%;
    height: auto;
    -moz-border-radius: 0.6rem;
         border-radius: 0.6rem;
  }
  .pTop .trainer__main--con article .arCon {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 1.6rem;
  }
  .pTop .trainer__main--con article .arCon h3 {
    font-size: 2.6rem;
    line-height: 1.07692;
    color: #000;
  }
  .pTop .trainer__main--con article .arCon span {
    background: #0E356C;
    -moz-border-radius: 1.1rem;
         border-radius: 1.1rem;
    white-space: nowrap;
    width: 7.3rem;
    height: 2.3rem;
    font-size: 1.4rem;
    line-height: 1.42857;
    color: #fff;
    margin: 1.6rem 0 0.4rem;
  }
  .pTop .trainer__main--con article .arCon p {
    font-size: 1.4rem;
    line-height: 1.42857;
  }
  .pTop .trainer__main--con .intro {
    margin: 0 1.25rem;
    width: 37.5rem;
    font-size: 1.6rem;
    line-height: 1.75;
    color: #000;
  }
  .pTop .cta {
    background: -webkit-linear-gradient(342deg, #013F98 0%, #0D2F5F 100%);
    background: -moz- oldlinear-gradient(342deg, #013F98 0%, #0D2F5F 100%);
    background: linear-gradient(108deg, #013F98 0%, #0D2F5F 100%);
    padding: 4rem 0 5.1rem;
  }
  .pTop .cta h2 {
    font-size: 2.6rem;
    line-height: 1.07692;
  }
  .pTop .cta__btn {
    margin-top: 3.2rem;
  }
  .pTop .cta__btn a {
    width: 43.2rem;
    height: 7.6rem;
    border: 0.256rem solid #fff;
    -moz-box-shadow: 0 0.08rem 0.319rem rgba(0, 0, 0, 0.25);
         box-shadow: 0 0.08rem 0.319rem rgba(0, 0, 0, 0.25);
    -moz-border-radius: 0.399rem;
         border-radius: 0.399rem;
    margin: 0 1.65rem;
  }
  .pTop .cta__btn a em {
    font-style: normal;
  }
  .pTop .cta__btn a small {
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
  }
  .pTop .cta__btn a span {
    font-size: 2.219rem;
    line-height: 1;
    color: #fff;
  }
  .pTop .cta__btn a.line {
    background: #09A348;
  }
  .pTop .cta__btn a.line::before {
    content: "";
    width: 4.202rem;
    height: 3.951rem;
    background: url("../img/headerLine.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 0.852rem;
  }
  .pTop .cta__btn a.mail {
    background: #E76C00;
  }
  .pTop .cta__btn a.mail::before {
    content: "";
    width: 4.4rem;
    height: 2.9rem;
    background: url("../img/headerMail.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 0.642rem;
  }
  .pTop .plan {
    margin-top: 6.5rem;
  }
  .pTop .plan__main--title span {
    color: rgba(6, 27, 56, 0.39);
  }
  .pTop .plan__main--title h2 {
    color: #0E356C;
  }
  .pTop .plan__main--title h2 small {
    font-size: inherit;
    letter-spacing: -0.15em;
  }
  .pTop .plan__main--intro {
    font-size: 1.6rem;
    line-height: 1.75;
    color: #000;
    margin-top: 2.6rem;
  }
  .pTop .plan__main--intro span {
    color: #0E356C;
  }
  .pTop .plan__main--trial {
    max-width: 47.132rem;
    width: 100%;
    margin: 2.6rem auto 0;
  }
  .pTop .plan__main--trial dl dt {
    font-size: 3.524rem;
    line-height: 1.19183;
    letter-spacing: 0.05em;
    background: #0E356C;
    -moz-border-radius: 0.44rem 0.44rem 0 0;
         border-radius: 0.44rem 0.44rem 0 0;
    padding: 2.2rem 0 2.4rem;
  }
  .pTop .plan__main--trial dl dt::before, .pTop .plan__main--trial dl dt::after {
    content: "/";
    font-size: 3.818rem;
    line-height: 1.10005;
    letter-spacing: 0.05emem;
    font-family: var(--noto);
    color: #fff;
    font-weight: 400;
  }
  .pTop .plan__main--trial dl dt::before {
    margin-right: 1.762rem;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .pTop .plan__main--trial dl dt::after {
    margin-left: 1.762rem;
  }
  .pTop .plan__main--trial dl dd {
    border: 0.147rem solid #0E356C;
    -moz-border-radius: 0 0 0.44rem 0.44rem;
         border-radius: 0 0 0.44rem 0.44rem;
    background: #fff;
    padding: 2.9rem 2.5rem 2.8rem 2.643rem;
  }
  .pTop .plan__main--trial dl dd ul {
    width: 24.08rem;
    margin-right: 3.524rem;
  }
  .pTop .plan__main--trial dl dd ul li {
    background: #F5F5F5;
    color: #0E356C;
    font-size: 2.643rem;
    line-height: 1.5891;
    padding: 1.321rem 0 1.233rem;
  }
  .pTop .plan__main--trial dl dd ul li + li {
    margin-top: 1.762rem;
    position: relative;
  }
  .pTop .plan__main--trial dl dd ul li + li::before {
    position: absolute;
    content: "";
    width: 3.524rem;
    height: 3.524rem;
    background: url("../img/planPlus.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -2.643rem;
  }
  .pTop .plan__main--trial dl dd .price {
    padding-top: 3rem;
  }
  .pTop .plan__main--trial dl dd .price em {
    font-style: normal;
    font-size: 17.71rem;
    line-height: 0.59966;
    color: #FF8820;
    padding: 0rem 0 1rem;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-top: -1.1rem;
  }
  .pTop .plan__main--trial dl dd .price em::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1.762rem;
    background: #FFEB02;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .pTop .plan__main--trial dl dd .price em::after {
    content: attr(data-unit);
    font-size: 5.139rem;
    line-height: 1;
    font-weight: 700;
    font-family: var(--noto);
    color: #FF8820;
  }
  .pTop .plan__main--trial dl dd .price small {
    font-size: 1.4rem;
    line-height: 2;
    color: #000;
  }
  .pTop .plan__main--prefer {
    margin-top: 4rem;
    padding-bottom: 3.6rem;
  }
  .pTop .plan__main--prefer h3 {
    font-size: 3.277rem;
    line-height: 4.6rem;
    letter-spacing: 0.98px;
    color: #0E356C;
    margin-bottom: 4.72rem;
  }
  .pTop .plan__main--prefer dl {
    width: 17.04rem;
    margin: 0 2.01rem;
    color: #0E356C;
  }
  .pTop .plan__main--prefer dl::before {
    position: absolute;
    content: "";
    width: 10.5rem;
    height: 4.75rem;
    background: url("../img/planDot.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -4.56rem;
  }
  .pTop .plan__main--prefer dl dt {
    border: 0.12rem solid #0E356C;
    font-size: 2.76rem;
    line-height: 3.3rem;
    letter-spacing: 0.72px;
    padding: 0.9rem;
  }
  .pTop .plan__main--prefer dl dd {
    margin-top: 0.68rem;
    font-size: 1.4rem;
    line-height: 2.1rem;
    letter-spacing: 0.72px;
  }
  .pTop .plan__main--prefer dl.ic1::before {
    right: -2.01rem;
  }
  .pTop .plan__main--prefer dl.ic1 dt::before {
    content: "";
    width: 1.978rem;
    height: 1.86rem;
    background: url("../img/planIcon01.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 0.782rem;
  }
  .pTop .plan__main--prefer dl.ic2::before {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    left: -2.01rem;
  }
  .pTop .plan__main--prefer dl.ic2 dt::before {
    content: "";
    width: 2.678rem;
    height: 1.896rem;
    background: url("../img/planIcon02.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 0.742rem;
  }
  .pTop .plan__main--prefer::after {
    position: absolute;
    content: "";
    width: 12.5rem;
    height: 2rem;
    background: #0E356C;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    bottom: 0rem;
  }
  .pTop .plan__main--table {
    margin-top: 1.66rem;
  }
  .pTop .plan__main--table article {
    width: 43.1rem;
    margin: 0 2rem;
  }
  .pTop .plan__main--table article h3 {
    padding: 0 4.2rem;
    font-size: 2.239rem;
    line-height: 2.3rem;
    letter-spacing: 1.12px;
    color: #0E356C;
  }
  .pTop .plan__main--table article h3::before, .pTop .plan__main--table article h3::after {
    content: "";
    width: 1.773rem;
    height: 2.848rem;
    background: url("../img/planSplash.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .plan__main--table article h3::after {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .pTop .plan__main--table article .note {
    margin-top: 0.513rem;
    font-size: 1.399rem;
    line-height: 2.24rem;
    letter-spacing: 1.12px;
    color: #0E356C;
  }
  .pTop .plan__main--table article .wrapTable {
    margin-top: 2.041rem;
    width: 100%;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .plan__main--table article .wrapTable table {
    width: 100%;
    border-collapse: collapse;
  }
  .pTop .plan__main--table article .wrapTable table thead tr th {
    width: 33.3%;
    padding: 0 0.3rem;
  }
  .pTop .plan__main--table article .wrapTable table thead tr th span {
    font-size: 1.797rem;
    line-height: 1.83639;
    padding: 1.236rem 0.5rem 1.303rem;
    background: #0E356C;
    -moz-border-radius: 0.337rem 0.337rem 0 0;
         border-radius: 0.337rem 0.337rem 0 0;
  }
  .pTop .plan__main--table article .wrapTable table tbody tr {
    border-bottom: 1px solid #CCCCCC;
  }
  .pTop .plan__main--table article .wrapTable table tbody tr td {
    height: 7.306rem;
    padding: 2.4rem 0 0;
  }
  .pTop .plan__main--table article .wrapTable table tbody tr td em {
    font-style: normal;
    font-size: 3.751rem;
    line-height: 2.81rem;
    letter-spacing: 1.41px;
  }
  .pTop .plan__main--table article .wrapTable table tbody tr td em::before, .pTop .plan__main--table article .wrapTable table tbody tr td em::after {
    font-size: 2.345rem;
    line-height: 2.81rem;
    letter-spacing: 1.41px;
    font-weight: 700;
    font-family: var(--noto);
  }
  .pTop .plan__main--table article .wrapTable table tbody tr td em::before {
    content: attr(data-before);
  }
  .pTop .plan__main--table article .wrapTable table tbody tr td em::after {
    content: attr(data-after);
  }
  .pTop .plan__main--table article .wrapTable table tbody tr td span {
    font-size: 3.751rem;
    line-height: 2.81rem;
    letter-spacing: 0.04em;
  }
  .pTop .plan__main--table article .wrapTable table tbody tr td span::after {
    content: attr(data-unit);
    font-size: 1.91rem;
    line-height: 1.91rem;
    letter-spacing: 1.41px;
    font-weight: 700;
    font-family: var(--noto);
    padding-bottom: 0.3rem;
  }
  .pTop .plan__main--table article .wrapTable table tbody tr td small {
    font-size: 1.139rem;
    line-height: 2.28rem;
    letter-spacing: 1.14px;
    color: rgba(0, 0, 0, 0.48);
    font-weight: 700;
    font-family: var(--noto);
  }
  .pTop .plan__main--table article .wrapTable table tbody tr:nth-of-type(1) td {
    color: #5D9CEC;
  }
  .pTop .plan__main--table article .wrapTable table tbody tr:nth-of-type(2) td {
    color: #2F73E0;
  }
  .pTop .plan__main--table article .wrapTable table tbody tr:nth-of-type(3) td {
    color: #153F8A;
  }
  .pTop .plan__main--table article .wrapTable::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    border: 0.474rem solid #FFEB00;
    pointer-events: none;
    z-index: -2;
  }
  .pTop .plan__main--table article .wrapTable::after {
    position: absolute;
    content: "おすすめ";
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    width: 2.752rem;
    background: #FFEB00;
    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: 1.038rem;
    line-height: 1.139rem;
    font-weight: 700;
    color: #102043;
    font-family: var(--noto);
    z-index: -1;
    pointer-events: none;
  }
  .pTop .plan__main--table article .wrapTable.recom2::before, .pTop .plan__main--table article .wrapTable.recom2::after {
    bottom: 7.306rem;
    height: 7.306rem;
  }
  .pTop .plan__main--table article .wrapTable.recom3 table tr td {
    padding-top: 2.1rem;
  }
  .pTop .plan__main--table article .wrapTable.recom3::before, .pTop .plan__main--table article .wrapTable.recom3::after {
    bottom: 0rem;
    height: 7.306rem;
  }
  .pTop .plan__main--end {
    max-width: 59.5rem;
    width: 100%;
    margin: 3.1rem auto 0;
    background: #FDFAEB;
    padding: 2rem 4.5rem;
  }
  .pTop .plan__main--end h3 {
    font-size: 2.4rem;
    line-height: 4rem;
    letter-spacing: 1.12px;
    color: #0E356C;
  }
  .pTop .plan__main--end h3 span {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 235, 0, 0)), color-stop(70%, rgba(255, 235, 0, 0)), color-stop(70%, #ffeb00), color-stop(90%, #ffeb00), color-stop(90%, rgba(255, 235, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 235, 0, 0) 0%, rgba(255, 235, 0, 0) 70%, #ffeb00 70%, #ffeb00 90%, rgba(255, 235, 0, 0) 90%);
    background: -moz- oldlinear-gradient(top, rgba(255, 235, 0, 0) 0%, rgba(255, 235, 0, 0) 70%, #ffeb00 70%, #ffeb00 90%, rgba(255, 235, 0, 0) 90%);
    background: linear-gradient(180deg, rgba(255, 235, 0, 0) 0%, rgba(255, 235, 0, 0) 70%, #ffeb00 70%, #ffeb00 90%, rgba(255, 235, 0, 0) 90%);
  }
  .pTop .plan__main--end h3 em {
    font-style: normal;
    color: #E74200;
  }
  .pTop .plan__main--end h3 em.st2 {
    font-size: 3.2rem;
  }
  .pTop .plan__main--end p {
    font-size: 1.4rem;
    line-height: 4rem;
    letter-spacing: 1.12px;
  }
  .pTop .plan__main--end::after {
    position: absolute;
    content: "";
    width: 7.7rem;
    height: 7.2rem;
    background: url("../img/planStar.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -3rem;
    top: -2.1rem;
  }
  .pTop .voice {
    margin-top: 5.9rem;
  }
  .pTop .voice__main--title span {
    color: rgba(6, 27, 56, 0.39);
  }
  .pTop .voice__main--title h2 {
    color: #0E356C;
  }
  .pTop .ba {
    margin-top: 5.9rem;
    padding-bottom: 6.877rem;
  }
  .pTop .ba__main--title span {
    color: rgba(6, 27, 56, 0.39);
  }
  .pTop .ba__main--title h2 {
    color: #0E356C;
  }
  .pTop .ba__main--list {
    margin: 3.8rem -0.8rem 0;
  }
  .pTop .ba__main--list article {
    width: 32.2rem;
    margin: 0 0.8rem;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 1.25rem 1.25rem;
  }
  .pTop .ba__main--list article::after {
    position: absolute;
    content: "";
    width: 100%;
    height: -webkit-calc(100% - 1.4rem);
    height: -moz-calc(100% - 1.4rem);
    height: calc(100% - 1.4rem);
    background: #F5F5F5;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .pTop .ba__main--list article .figs figure {
    padding: 2.936rem 1.07rem 1.07rem;
    -moz-border-radius: 0.252rem;
         border-radius: 0.252rem;
    width: 13.5rem;
  }
  .pTop .ba__main--list article .figs figure img {
    width: 100%;
    height: 11.158rem;
    object-fit: cover;
    -moz-border-radius: 0.252rem;
         border-radius: 0.252rem;
  }
  .pTop .ba__main--list article .figs figure::before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0.336rem;
    color: #fff;
    font-size: 1.51rem;
    line-height: 1.55629;
    font-family: var(--demi);
    text-align: center;
  }
  .pTop .ba__main--list article .figs figure:nth-of-type(1) {
    background: #0E356C;
  }
  .pTop .ba__main--list article .figs figure:nth-of-type(1)::before {
    content: "BEFORE";
  }
  .pTop .ba__main--list article .figs figure:nth-of-type(2) {
    background: -webkit-linear-gradient(294.27deg, #013F98 0%, #0D2F5F 151.62%);
    background: -moz- oldlinear-gradient(294.27deg, #013F98 0%, #0D2F5F 151.62%);
    background: linear-gradient(155.73deg, #013F98 0%, #0D2F5F 151.62%);
  }
  .pTop .ba__main--list article .figs figure:nth-of-type(2)::before {
    content: "AFTER";
  }
  .pTop .ba__main--list article .figs figure:nth-of-type(2)::after {
    position: absolute;
    content: "";
    width: 1.4rem;
    height: 4.1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -1.819rem;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: rgba(14, 53, 108, 0.5);
  }
  .pTop .ba__main--list article .info {
    margin-top: 1.007rem;
    padding-bottom: 0.704rem;
    border-bottom: 1px solid #CCCCCC;
  }
  .pTop .ba__main--list article .info h3 {
    font-size: 1.678rem;
    line-height: 1.40048;
    color: #0E356C;
  }
  .pTop .ba__main--list article .info h3::after {
    content: attr(data-sex);
    color: #000000;
    font-weight: 400;
    font-size: 1.174rem;
    line-height: 1.43101;
    margin-left: 0.372rem;
  }
  .pTop .ba__main--list article .info h3:nth-of-type(2) {
    margin-top: 0.368rem;
  }
  .pTop .ba__main--list article .info span {
    font-size: 1.174rem;
    line-height: 1.43101;
    color: #000;
  }
  .pTop .ba__main--list article .info em {
    width: 8.054rem;
    height: 8.054rem;
    -moz-border-radius: 50%;
         border-radius: 50%;
    right: -1.25rem;
    top: -2.936rem;
    padding: 3.356rem 0 0;
    font-size: 1.646rem;
    line-height: 1.4277;
    color: #F5F5F5;
    background: #FF8820;
    font-style: normal;
    text-align: center;
  }
  .pTop .ba__main--list article .info em::after {
    content: attr(data-unit);
    color: #F5F5F5;
    font-size: 1.174rem;
    line-height: 2.0017;
  }
  .pTop .ba__main--list article .info em::before {
    position: absolute;
    content: attr(data-name);
    color: #F5F5F5;
    font-size: 1.258rem;
    line-height: 1.86804;
    width: 100%;
    text-align: center;
    top: 1.426rem;
    left: 0;
  }
  .pTop .ba__main--list article .txt {
    margin-top: 0.839rem;
    font-size: 1.258rem;
    line-height: 1.5;
    color: #000;
  }
  .pTop .ba__main--list article .list {
    margin-top: 1.796rem;
  }
  .pTop .ba__main--list article .list dl {
    -moz-border-radius: 0.252rem;
         border-radius: 0.252rem;
    background: #fff;
    font-size: 1.258rem;
    line-height: 1;
    overflow: hidden;
  }
  .pTop .ba__main--list article .list dl + dl {
    margin-top: 0.503rem;
  }
  .pTop .ba__main--list article .list dl dt {
    width: 9.732rem;
    background: #0E356C;
    color: #F5F5F5;
    padding: 0.839rem 0 0.923rem;
  }
  .pTop .ba__main--list article .list dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0.839rem 0 0.923rem 1.51rem;
  }
  .pTop .ba__main--list article .list dl dd span {
    color: #FF8820;
    font-size: 1.678rem;
    line-height: 1;
  }
  .pTop .ba__main--list article .note {
    font-size: 1.007rem;
    line-height: 1.66832;
    color: #000;
    margin-top: 1.007rem;
  }
  .pTop .menu {
    background: #F5F5F5;
    padding: 3.1rem 0 5.8rem;
  }
  .pTop .menu__main--intro {
    margin-top: 2.4rem;
    font-size: 1.4rem;
    line-height: 1.71429;
    color: #000;
  }
  .pTop .menu__main--list {
    max-width: 61.2rem;
    width: 100%;
    margin: 2.4rem auto -1.2rem;
  }
  .pTop .menu__main--list article {
    width: 18rem;
    margin: 1.2rem;
    background: #fff;
    -moz-border-radius: 0.3rem;
         border-radius: 0.3rem;
    padding: 1.2rem 1.2rem 1.6rem;
  }
  .pTop .menu__main--list article figure img {
    width: 100%;
    height: 9.2rem;
    object-fit: cover;
  }
  .pTop .menu__main--list article h3 {
    font-size: 1.8rem;
    line-height: 1.55556;
    color: #0E356C;
    margin-top: 0.8rem;
  }
  .pTop .menu__main--list article p {
    font-size: 1.4rem;
    line-height: 1.42857;
    color: #000;
    margin-top: 0.4rem;
  }
  .pTop .faq {
    padding: 4.5rem 0 0;
  }
  .pTop .faq__main--list {
    margin-top: 5.85rem;
  }
  .pTop .faq__main--list dl {
    border: 0.2rem solid #0E356C;
    -moz-border-radius: 0.8rem;
         border-radius: 0.8rem;
    padding: 1.8rem 1.6rem;
  }
  .pTop .faq__main--list dl dt {
    font-size: 1.6rem;
    line-height: 1.3125;
    color: #000;
    padding: 0.9rem 3rem 1rem 5.6rem;
    cursor: pointer;
  }
  .pTop .faq__main--list dl dt::before {
    position: absolute;
    content: "Q";
    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: 4rem;
    height: 4rem;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #0E356C;
    color: #fff;
    font-family: var(--neue);
    font-size: 2.2rem;
    line-height: 1;
    left: 0;
    top: 0;
    padding-top: 0.5rem;
  }
  .pTop .faq__main--list dl dt i {
    width: 2.4rem;
    height: 2.4rem;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .faq__main--list dl dt i::before, .pTop .faq__main--list dl dt i::after {
    position: absolute;
    content: "";
    width: 1.8rem;
    height: 0.15rem;
    background: #0E356C;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
       -moz-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  .pTop .faq__main--list dl dt i::after {
    -webkit-transform: translate(-50%, 50%) rotate(90deg);
       -moz-transform: translate(-50%, 50%) rotate(90deg);
        -ms-transform: translate(-50%, 50%) rotate(90deg);
            transform: translate(-50%, 50%) rotate(90deg);
  }
  .pTop .faq__main--list dl dt.open i::after {
    -webkit-transform: translate(-50%, 50%) rotate(0);
       -moz-transform: translate(-50%, 50%) rotate(0);
        -ms-transform: translate(-50%, 50%) rotate(0);
            transform: translate(-50%, 50%) rotate(0);
  }
  .pTop .faq__main--list dl dd {
    margin-top: 1.6rem;
    padding: 1.6rem 0 0rem 4.6rem;
    font-size: 1.5rem;
    line-height: 1.5;
    min-height: 6.1rem;
    color: #000;
    border-top: 1px solid #BEBEBE;
    display: none;
  }
  .pTop .faq__main--list dl dd::before {
    position: absolute;
    content: "A";
    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: 4rem;
    height: 4rem;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff;
    border: 0.15rem solid #0E356C;
    color: #0E356C;
    font-family: var(--neue);
    font-size: 2.2rem;
    line-height: 1;
    left: 0;
    top: 1.6rem;
    padding-top: 0.5rem;
  }
  .pTop .faq__main--list dl + dl {
    margin-top: 1.6rem;
  }
  .pTop .access {
    margin-top: 6.7rem;
    padding-bottom: 3.5rem;
  }
  .pTop .access__main--con {
    margin-top: 4.1rem;
  }
  .pTop .access__main--con iframe {
    width: 53rem;
    height: 28.2rem;
    margin-right: 2.2rem;
  }
  .pTop .access__main--con .list {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .access__main--con .list dl dt {
    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: 11.3rem;
    -moz-border-radius: 0.3rem;
         border-radius: 0.3rem;
    background: #0E356C;
    font-size: 1.6rem;
    line-height: 1;
    color: #fff;
    margin-right: 1.6rem;
  }
  .pTop .access__main--con .list dl dd {
    padding: 1.2rem 0;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #000;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .access__main--con .list dl dd address {
    font-style: normal;
  }
  .pTop .access__main--con .list dl dd small {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  .pTop .access__main--con .list dl + dl {
    margin-top: 0.3rem;
  }
  .pTop .flow {
    padding: 5.6rem 0 7rem;
    background: #0E356C;
    overflow: hidden;
    margin-bottom: 1.3rem;
  }
  .pTop .flow::after {
    position: absolute;
    content: "";
    width: 18.9rem;
    height: 20.9rem;
    background: url("../img/pointCross.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -0.7rem;
    top: 0;
  }
  .pTop .flow__main--title span {
    color: rgba(255, 255, 255, 0.5);
  }
  .pTop .flow__main--title h2 {
    color: #fff;
  }
  .pTop .flow__main--list {
    max-width: 66.6rem;
    width: 100%;
    margin: 5.2rem auto 0;
    counter-reset: ar;
    padding-left: 1.1rem;
  }
  .pTop .flow__main--list article {
    counter-increment: ar;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .flow__main--list article .arMain {
    padding: 1.8rem 2rem 1.7rem;
    background: #fff;
    -moz-box-shadow: 0px 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
         box-shadow: 0px 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
    -moz-border-radius: 0.8rem;
         border-radius: 0.8rem;
  }
  .pTop .flow__main--list article .arMain::before, .pTop .flow__main--list article .arMain::after {
    position: absolute;
    width: 5.206rem;
    height: 5.206rem;
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: -1.1rem;
    top: -1.2rem;
    text-align: center;
    color: #fff;
    font-family: var(--serif);
  }
  .pTop .flow__main--list article .arMain::before {
    content: "STEP";
    background: #061B38;
    font-size: 1.1rem;
    line-height: 1;
    padding-top: 0.8rem;
    z-index: 1;
  }
  .pTop .flow__main--list article .arMain::after {
    content: counter(ar, decimal-leading-zero);
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 700;
    padding-top: 1.8rem;
    z-index: 2;
  }
  .pTop .flow__main--list article .arMain figure {
    width: 8rem;
    margin-right: 1.1rem;
  }
  .pTop .flow__main--list article .arMain figure img {
    width: 8rem;
    height: 8rem;
    object-fit: cover;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .pTop .flow__main--list article .arMain .arCon {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .flow__main--list article .arMain .arCon h3 {
    font-size: 1.8rem;
    line-height: 1.55556;
    color: #0E356C;
  }
  .pTop .flow__main--list article .arMain .arCon p {
    font-size: 1.5rem;
    line-height: 1.33333;
    color: #000;
    margin-top: 0.4rem;
  }
  .pTop .flow__main--list article + article {
    margin-top: 5.5rem;
  }
  .pTop .flow__main--list article + article::before {
    position: absolute;
    content: "";
    width: 0.4rem;
    height: 3rem;
    background: url("../img/flowDot.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -4.2rem;
  }
  .pTop .contact {
    padding: 7.6rem 0 5.1rem;
  }
  .pTop .contact__main--form {
    max-width: 80rem;
    width: 100%;
    margin: 5.1rem auto 0;
  }
  .pTop .contact__main--form dl + dl {
    margin-top: 3.2rem;
  }
  .pTop .contact__main--form dl dt {
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: 700;
    font-family: var(--hira);
    color: #333232;
  }
  .pTop .contact__main--form dl dt.required::before {
    content: "必須";
    color: #fff;
    background: #E74200;
    width: 4.2rem;
    height: 2.4rem;
    font-size: 1.2rem;
    line-height: 1.7;
    font-family: var(--hira);
    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;
    margin-right: 1rem;
  }
  .pTop .contact__main--form dl dd {
    margin-top: 1.75rem;
  }
  .pTop .contact__main--form dl dd .wrapInput input, .pTop .contact__main--form dl dd .wrapInput textarea, .pTop .contact__main--form dl dd .wrapInput select {
    width: 100%;
    background: #F5F5F5;
    outline: none;
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 0.8rem;
    color: #333232;
    font-family: var(--hira);
    height: 5.6rem;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .pTop .contact__main--form dl dd .wrapInput input::-webkit-input-placeholder, .pTop .contact__main--form dl dd .wrapInput textarea::-webkit-input-placeholder, .pTop .contact__main--form dl dd .wrapInput select::-webkit-input-placeholder {
    opacity: 1;
    color: #CCCCCC;
  }
  .pTop .contact__main--form dl dd .wrapInput input::-moz-placeholder, .pTop .contact__main--form dl dd .wrapInput textarea::-moz-placeholder, .pTop .contact__main--form dl dd .wrapInput select::-moz-placeholder {
    opacity: 1;
    color: #CCCCCC;
  }
  .pTop .contact__main--form dl dd .wrapInput input:-ms-input-placeholder, .pTop .contact__main--form dl dd .wrapInput textarea:-ms-input-placeholder, .pTop .contact__main--form dl dd .wrapInput select:-ms-input-placeholder {
    opacity: 1;
    color: #CCCCCC;
  }
  .pTop .contact__main--form dl dd .wrapInput input::placeholder, .pTop .contact__main--form dl dd .wrapInput textarea::placeholder, .pTop .contact__main--form dl dd .wrapInput select::placeholder {
    opacity: 1;
    color: #CCCCCC;
  }
  .pTop .contact__main--form dl dd .wrapInput textarea {
    height: 32.2rem;
    letter-spacing: 0.067em;
  }
  .pTop .contact__main--form dl dd .note {
    font-size: 1.4rem;
    line-height: 1.7;
    color: #333232;
  }
  .pTop .contact__main--form dl.special dt {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .contact__main--form dl.special dd {
    width: 55rem;
    margin-top: 0;
  }
  .pTop .contact__main--form dl.special dd .wrapCol {
    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;
  }
  .pTop .contact__main--form dl.special dd .wrapCol .wrapDate {
    width: 31.5rem;
    position: relative;
  }
  .pTop .contact__main--form dl.special dd .wrapCol .wrapDate::after {
    position: absolute;
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    background: url("../img/iconCalendar.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.4rem;
    pointer-events: none;
  }
  .pTop .contact__main--form dl.special dd .wrapCol .wrapDate input {
    font-size: 1.6rem;
    line-height: 1.7;
    color: #323232;
  }
  .pTop .contact__main--form dl.special dd .wrapCol .wrapDate input::-webkit-input-placeholder {
    color: #323232;
  }
  .pTop .contact__main--form dl.special dd .wrapCol .wrapDate input::-moz-placeholder {
    color: #323232;
  }
  .pTop .contact__main--form dl.special dd .wrapCol .wrapDate input:-ms-input-placeholder {
    color: #323232;
  }
  .pTop .contact__main--form dl.special dd .wrapCol .wrapDate input::placeholder {
    color: #323232;
  }
  .pTop .contact__main--form dl.special dd .wrapCol .wrapSel {
    width: 22.7rem;
    position: relative;
  }
  .pTop .contact__main--form dl.special dd .wrapCol .wrapSel::after {
    position: absolute;
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    background: url("../img/chevronDown.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 2.4rem;
  }
  .pTop .contact__main--form dl.special dd .wrapCol .wrapSel select {
    padding: 1.4rem 2.4rem;
  }
  .pTop .contact__main--form .wrapCheck {
    margin-top: 3.2rem;
    padding-left: 13.65rem;
    font-size: 1.6rem;
    line-height: 1.7;
    color: #333232;
  }
  .pTop .contact__main--form .wrapCheck label {
    cursor: pointer;
    position: relative;
    margin-top: 0.8rem;
    display: inline-block;
  }
  .pTop .contact__main--form .wrapCheck label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .contact__main--form .wrapCheck label input:checked + span::before {
    content: "\2713";
  }
  .pTop .contact__main--form .wrapCheck label span {
    display: inline-block;
    padding: 0 0 0 2.3rem;
  }
  .pTop .contact__main--form .wrapCheck label span::before {
    position: absolute;
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    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;
    left: 0;
    top: 0.5rem;
    color: #323232;
    font-size: 2rem;
    font-weight: 700;
  }
  .pTop .contact__main--form .wrapBtn {
    margin-top: 2.4rem;
  }
  .pTop .contact__main--form .wrapBtn button {
    width: 100%;
    height: 6.4rem;
    background: #0D2F5F;
    color: #FFFFFF;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.14em;
    font-weight: 400;
    border: 0;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .footer {
    padding: 2.4rem 0 3.9rem;
  }
  .footer__link {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #000;
  }
  .footer__link a {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #000;
  }
  .footer__copy {
    font-size: 1.2rem;
    line-height: 1.2;
    color: #000;
    margin-top: 1.6rem;
  }
  .pChild .container {
    min-height: 100%;
    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;
  }
  .pChild .container main {
    width: 100%;
  }
  .pChild .container .footer {
    width: 100%;
    margin-top: auto;
  }
  .pChild .thanks {
    padding: 10.3rem 0;
  }
  .pChild .thanks h2 {
    font-size: 3.6rem;
    line-height: 1.44444;
    letter-spacing: 0.05em;
    color: #0E356C;
  }
  .pChild .thanks p {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
    color: #000;
    margin-top: 3.9rem;
  }
  .pChild .thanks .backTop {
    margin-top: 5.9rem;
  }
  .pChild .thanks .backTop a {
    max-width: 80rem;
    width: 100%;
    height: 6.4rem;
    color: #fff;
    background: #0D2F5F;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.14em;
    font-family: var(--hira);
    font-weight: 400;
  }
}

@media screen and (min-width: 769px) and (max-width: 1017px) {
  html {
    font-size: 1vw;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .pTop {
    padding-top: var(--header-height);
  }
  .pTop .header {
    padding: 3.1401vw 3.98551vw 2.9686vw 2.17391vw;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    -moz-box-shadow: 0 0.96618vw 0.96618vw rgba(0, 0, 0, 0.07);
         box-shadow: 0 0.96618vw 0.96618vw rgba(0, 0, 0, 0.07);
  }
  .pTop .header__logo {
    line-height: 0;
    width: 33.57488vw;
  }
  .pTop .header__logo a {
    line-height: 0;
  }
  .pTop .header__logo a img {
    width: 100%;
    height: auto;
  }
  .pTop .header__btns {
    display: none;
  }
  .pTop .header__menu {
    margin-left: auto;
    cursor: pointer;
  }
  .pTop .header__menu--in {
    width: 9.21256vw;
  }
  .pTop .header__menu--in > i {
    font-style: normal;
    display: block;
    width: 100%;
    font-size: 2.48551vw;
    line-height: 1;
    letter-spacing: 0.18em;
    color: #000;
    text-align: center;
    margin-top: 0.8285vw;
  }
  .pTop .header__menu--trigger {
    width: 100%;
    height: 6.83333vw;
    position: relative;
  }
  .pTop .header__menu--trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    min-height: 1px;
    background-color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .pTop .header__menu--trigger span:nth-of-type(1) {
    top: 0;
    -webkit-transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease,top 0.3s ease 0.3s,-moz-transform 0.3s ease;
    transition: transform 0.3s ease,top 0.3s ease 0.3s;
    transition: transform 0.3s ease,top 0.3s ease 0.3s,-webkit-transform 0.3s ease,-moz-transform 0.3s ease;
  }
  .pTop .header__menu--trigger span:nth-of-type(2) {
    top: 50%;
  }
  .pTop .header__menu--trigger span:nth-of-type(3) {
    top: 100%;
    -webkit-transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s,-webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease,top 0.3s ease 0.3s,-moz-transform 0.3s ease;
    transition: transform 0.3s ease,top 0.3s ease 0.3s;
    transition: transform 0.3s ease,top 0.3s ease 0.3s,-webkit-transform 0.3s ease,-moz-transform 0.3s ease;
  }
  .pTop .header__menu.active .header__menu--trigger span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
       -moz-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s,transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s,-webkit-transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
  }
  .pTop .header__menu.active .header__menu--trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .pTop .header__menu.active .header__menu--trigger span:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
       -moz-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s,-webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s,transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s;
    transition: top 0.3s,transform 0.3s ease 0.3s,-webkit-transform 0.3s ease 0.3s,-moz-transform 0.3s ease 0.3s;
  }
  .pTop .header__nav {
    right: -114.49275vw;
    top: var(--header-height);
    height: -webkit-calc(100vh - var(--header-height));
    height: -moz-calc(100vh - var(--header-height));
    height: calc(100vh - var(--header-height));
    overflow: auto;
    width: 114.49275vw;
    background: rgba(8, 32, 66, 0.9);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .header__nav ul {
    padding: 10.62802vw 0vw 10.62802vw 16.90821vw;
  }
  .pTop .header__nav ul li a {
    font-size: 5.7971vw;
    line-height: 2.62;
    letter-spacing: 0.18em;
    color: #fff;
  }
  .pTop .header.open .header__nav {
    right: 0;
  }
  .pTop .mv__front {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .pTop .mv__front--inner {
    height: 100%;
    padding: 19.08213vw 0 0 5.31401vw;
  }
  .pTop .mv__front--inner .meta {
    line-height: 0;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .mv__front--inner .meta span {
    font-size: 3.86473vw;
    line-height: 1.4375;
    min-width: 21.73913vw;
    height: 6.52174vw;
    padding: 0 1.44928vw;
    white-space: nowrap;
    margin-right: 1.20773vw;
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
  }
  .pTop .mv__front--inner h2 {
    position: relative;
    z-index: 2;
    line-height: 0;
    margin-top: 1.69082vw;
  }
  .pTop .mv__front--inner h2 span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    font-size: 9.43478vw;
    line-height: 1.29288;
  }
  .pTop .mv__front--inner h2 span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: white;
    -webkit-filter: blur(2.19807vw);
            filter: blur(2.19807vw);
    z-index: -1;
  }
  .pTop .mv__front--inner h2 span small {
    font-size: 7.75121vw;
    line-height: 1.5737;
  }
  .pTop .mv__front--inner h3 span {
    font-size: 7.31401vw;
    line-height: 1.19881;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .mv__front--inner h3 span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: white;
    -webkit-filter: blur(2.19807vw);
            filter: blur(2.19807vw);
    z-index: -1;
  }
  .pTop .mv__front--inner .txt em {
    font-style: normal;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    font-size: 3.86473vw;
    line-height: 1.75;
  }
  .pTop .mv__front--inner .txt em::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 130%;
    top: 0;
    left: 0;
    background: white;
    -webkit-filter: blur(1.71498vw);
            filter: blur(1.71498vw);
    z-index: -1;
  }
  .pTop .mv__front--inner .txt span {
    font-size: 4.83092vw;
    line-height: 1.4;
    color: #8C5F08;
  }
  .pTop .mv__front--inner .list {
    margin-top: 3.86473vw;
    width: 100%;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: -0.72464vw;
    padding-right: 3.38164vw;
  }
  .pTop .mv__front--inner .list dl {
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 28.26087vw;
    height: 28.26087vw;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 4.58937vw 0 0;
  }
  .pTop .mv__front--inner .list dl::before {
    position: absolute;
    content: "";
    width: -webkit-calc(100% + 1.44928vw);
    width: -moz-calc(100% + 1.44928vw);
    width: calc(100% + 1.44928vw);
    height: -webkit-calc(100% + 1.44928vw);
    height: -moz-calc(100% + 1.44928vw);
    height: calc(100% + 1.44928vw);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -2;
    -moz-border-radius: 50%;
         border-radius: 50%;
    -moz-box-shadow: 0 0 3.06763vw 0.72464vw white;
         box-shadow: 0 0 3.06763vw 0.72464vw white;
    background: -webkit-linear-gradient(315deg, #FEC760 0%, #F7D78B 38%, #F9C23D 78%, #EFAB43 97%);
    background: -moz- oldlinear-gradient(315deg, #FEC760 0%, #F7D78B 38%, #F9C23D 78%, #EFAB43 97%);
    background: linear-gradient(135deg, #FEC760 0%, #F7D78B 38%, #F9C23D 78%, #EFAB43 97%);
    -moz-background-origin: border-box;
         background-origin: border-box;
    -moz-background-clip: content-box, border-box;
         background-clip: content-box, border-box;
  }
  .pTop .mv__front--inner .list dl::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    z-index: -1;
    background: -webkit-linear-gradient(299.15deg, #021D6A 13.42%, #000E3C 88.23%);
    background: -moz- oldlinear-gradient(299.15deg, #021D6A 13.42%, #000E3C 88.23%);
    background: linear-gradient(150.85deg, #021D6A 13.42%, #000E3C 88.23%);
  }
  .pTop .mv__front--inner .list dl dt {
    font-size: 4.34783vw;
    line-height: 1.75;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .mv__front--inner .list dl dt::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
  .pTop .mv__front--inner .list dl.st1 dt::before {
    width: 6.76329vw;
    height: 8.68599vw;
    background: url("../img/mvIllus01.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -2.89855vw;
  }
  .pTop .mv__front--inner .list dl.st1 dd {
    margin-top: -1.20773vw;
  }
  .pTop .mv__front--inner .list dl.st1 dd small {
    font-size: 3.86473vw;
    line-height: 1.75;
  }
  .pTop .mv__front--inner .list dl.st1 dd span {
    font-size: 9.45169vw;
    line-height: 1;
  }
  .pTop .mv__front--inner .list dl.st2 dt::before {
    width: 8.21256vw;
    height: 8.51932vw;
    background: url("../img/mvIllus02.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -3.1401vw;
  }
  .pTop .mv__front--inner .list dl.st2 dd {
    margin-top: 0.48309vw;
  }
  .pTop .mv__front--inner .list dl.st2 dd em {
    font-size: 7.24638vw;
    line-height: 1;
    font-style: normal;
  }
  .pTop .mv__front--inner .list dl.st3 {
    padding-top: 4.10628vw;
  }
  .pTop .mv__front--inner .list dl.st3 dt {
    font-size: 3.51932vw;
    line-height: 1.16678;
  }
  .pTop .mv__front--inner .list dl.st3 dt::before {
    width: 8.95411vw;
    height: 6.76329vw;
    background: url("../img/mvIllus03.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -1.69082vw;
  }
  .pTop .mv__front--inner .list dl.st3 dd {
    margin-top: 0.96618vw;
  }
  .pTop .mv__front--inner .list dl.st3 dd span {
    font-size: 8.63043vw;
    line-height: 1;
  }
  .pTop .mv__front--inner .list dl.st3 dd small {
    font-size: 5.07246vw;
    line-height: 1.70143;
  }
  .pTop .mv__front--inner .list dl.st3 dd sup {
    font-size: 2.41546vw;
    line-height: 2.7;
    vertical-align: top;
    margin-left: -2.41546vw;
  }
  .pTop .mv__front--inner .note {
    font-size: 2.41546vw;
    line-height: 1.75;
    color: #fff;
    text-shadow: 0px 0px 1.08696vw rgba(0, 0, 0, 0.88);
    margin-top: 2.657vw;
  }
  .pTop .mv__front--inner .btns {
    width: 92.75362vw;
    margin-left: -1.69082vw;
    margin-right: 3.62319vw;
    background: #FFFFFF;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    margin-top: 2.657vw;
    padding: 3.1401vw 2.89855vw 4.42271vw 2.657vw;
  }
  .pTop .mv__front--inner .btns a {
    width: 100%;
    height: 18.28261vw;
    border: 0.61836vw solid #fff;
    -moz-box-shadow: 0 0.19324vw 0.77053vw rgba(0, 0, 0, 0.25);
         box-shadow: 0 0.19324vw 0.77053vw rgba(0, 0, 0, 0.25);
    padding: 0 0 0 15.70048vw;
    -moz-border-radius: 0.96377vw;
         border-radius: 0.96377vw;
  }
  .pTop .mv__front--inner .btns a small {
    font-size: 3.28261vw;
    line-height: 1;
    color: #fff;
  }
  .pTop .mv__front--inner .btns a span {
    font-size: 5.3599vw;
    line-height: 1;
    color: #fff;
    margin-top: 0.83092vw;
  }
  .pTop .mv__front--inner .btns a + a {
    margin-top: 2.73188vw;
  }
  .pTop .mv__front--inner .btns a::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .mv__front--inner .btns a.line {
    background: #09A348;
  }
  .pTop .mv__front--inner .btns a.line::before {
    background: url("../img/headerLine.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 10.14976vw;
    height: 9.54348vw;
    left: 4.21981vw;
  }
  .pTop .mv__front--inner .btns a.mail {
    background: #E76C00;
  }
  .pTop .mv__front--inner .btns a.mail::before {
    background: url("../img/headerMail.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 10.38647vw;
    height: 6.76329vw;
    left: 3.86473vw;
  }
  .pTop .titleCom span {
    font-size: 4.34783vw;
    line-height: 1.44444;
    color: rgba(6, 27, 56, 0.39);
  }
  .pTop .titleCom h2 {
    font-size: 8.69565vw;
    line-height: 1.44444;
    letter-spacing: 0.05em;
    color: #0E356C;
  }
  .pTop .point {
    background: #0E356C;
    padding: 13.52657vw 0 9.17874vw;
    overflow: hidden;
  }
  .pTop .point::after {
    position: absolute;
    content: "";
    width: 21.01449vw;
    height: 23.18841vw;
    background: url("../img/pointCross.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0vw;
    top: 0;
  }
  .pTop .point__main--title span {
    color: rgba(255, 255, 255, 0.5);
  }
  .pTop .point__main--title h2 {
    color: #fff;
  }
  .pTop .point__main--intro {
    font-size: 3.38164vw;
    line-height: 1.71429;
    margin-top: 5.55556vw;
  }
  .pTop .point__main--list {
    counter-reset: ar;
    padding: 0 2.41546vw;
    margin: 14.7343vw 0vw 0vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pTop .point__main--list article {
    background: #fff;
    width: 87.68116vw;
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    border: 1px solid #000;
    padding: 2.89855vw 3.38164vw 3.86473vw 3.62319vw;
    counter-increment: ar;
  }
  .pTop .point__main--list article + article {
    margin-top: 12.80193vw;
  }
  .pTop .point__main--list article::before {
    position: absolute;
    content: counter(ar, decimal-leading-zero);
    width: 14.00966vw;
    height: 14.00966vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    color: #fff;
    font-size: 6.92271vw;
    line-height: 1.43057;
    font-family: var(--serif);
    background: #061B38;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -7.00483vw;
    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;
  }
  .pTop .point__main--list article figure {
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    overflow: hidden;
  }
  .pTop .point__main--list article figure img {
    width: 100%;
    height: 34.54106vw;
    object-fit: cover;
  }
  .pTop .point__main--list article h3 {
    color: #0E356C;
    font-size: 4.34783vw;
    line-height: 1.55556;
    margin-top: 3.86473vw;
  }
  .pTop .point__main--list article p {
    font-size: 3.86473vw;
    line-height: 1.75;
    color: #000;
    margin-top: 2.17391vw;
  }
  .pTop .trainer {
    padding: 8.69565vw 0 10.14493vw;
  }
  .pTop .trainer__main--title span {
    color: rgba(6, 27, 56, 0.39);
  }
  .pTop .trainer__main--title h2 {
    color: #0E356C;
  }
  .pTop .trainer__main--con {
    margin-top: 8.69565vw;
    -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;
    background: #F5F5F5;
    padding: 5.55556vw 5.31401vw 5.55556vw 6.28019vw;
  }
  .pTop .trainer__main--con article {
    width: 100%;
  }
  .pTop .trainer__main--con article figure {
    width: 31.15942vw;
    margin-right: 5.7971vw;
  }
  .pTop .trainer__main--con article figure img {
    width: 100%;
    height: auto;
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
  }
  .pTop .trainer__main--con article .arCon {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 3.86473vw;
  }
  .pTop .trainer__main--con article .arCon h3 {
    font-size: 6.28019vw;
    line-height: 1.07692;
    color: #000;
  }
  .pTop .trainer__main--con article .arCon span {
    background: #0E356C;
    -moz-border-radius: 2.657vw;
         border-radius: 2.657vw;
    white-space: nowrap;
    width: 17.63285vw;
    height: 5.55556vw;
    font-size: 3.38164vw;
    line-height: 1.42857;
    color: #fff;
    margin: 3.86473vw 0 0.96618vw;
  }
  .pTop .trainer__main--con article .arCon p {
    font-size: 3.38164vw;
    line-height: 1.42857;
  }
  .pTop .trainer__main--con .intro {
    margin: 4.58937vw 0 0;
    width: 100%;
    font-size: 3.86473vw;
    line-height: 1.75;
    text-align: justify;
    color: #000;
  }
  .pTop .cta {
    background: -webkit-linear-gradient(342deg, #013F98 0%, #0D2F5F 100%);
    background: -moz- oldlinear-gradient(342deg, #013F98 0%, #0D2F5F 100%);
    background: linear-gradient(108deg, #013F98 0%, #0D2F5F 100%);
    padding: 9.66184vw 0 8.69565vw;
  }
  .pTop .cta h2 {
    font-size: 6.28019vw;
    line-height: 1.07692;
  }
  .pTop .cta__btn {
    margin-top: 7.24638vw;
    -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;
    background: #FFFFFF;
    padding: 3.1401vw 2.89855vw 4.42271vw 2.657vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    width: 92.75362vw;
    margin-left: auto;
    margin-right: auto;
  }
  .pTop .cta__btn a {
    width: 100%;
    height: 18.28261vw;
    border: 0.61836vw solid #fff;
    -moz-box-shadow: 0 0.19324vw 0.77053vw rgba(0, 0, 0, 0.25);
         box-shadow: 0 0.19324vw 0.77053vw rgba(0, 0, 0, 0.25);
    padding: 0 0 0 15.70048vw;
    -moz-border-radius: 0.96377vw;
         border-radius: 0.96377vw;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .pTop .cta__btn a em {
    font-style: normal;
  }
  .pTop .cta__btn a small {
    font-size: 3.28261vw;
    line-height: 1;
    color: #fff;
  }
  .pTop .cta__btn a span {
    font-size: 5.3599vw;
    line-height: 1;
    color: #fff;
    margin-top: 0.83092vw;
  }
  .pTop .cta__btn a + a {
    margin-top: 2.73188vw;
  }
  .pTop .cta__btn a::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .cta__btn a.line {
    background: #09A348;
  }
  .pTop .cta__btn a.line::before {
    background: url("../img/headerLine.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 10.14976vw;
    height: 9.54348vw;
    left: 4.21981vw;
  }
  .pTop .cta__btn a.mail {
    background: #E76C00;
  }
  .pTop .cta__btn a.mail::before {
    background: url("../img/headerMail.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    width: 10.38647vw;
    height: 6.76329vw;
    left: 3.86473vw;
  }
  .pTop .plan {
    margin-top: 14.00966vw;
  }
  .pTop .plan__main--title {
    margin-left: -3.62319vw;
    margin-right: -3.62319vw;
  }
  .pTop .plan__main--title span {
    color: rgba(6, 27, 56, 0.39);
  }
  .pTop .plan__main--title h2 {
    color: #0E356C;
    font-size: 7.72947vw;
    line-height: 1.4375;
  }
  .pTop .plan__main--title h2 small {
    font-size: inherit;
    font-size: 6.76329vw;
    line-height: 1.64286;
    letter-spacing: -0.15em;
  }
  .pTop .plan__main--intro {
    font-size: 3.38164vw;
    line-height: 1.71429;
    color: #000;
    margin-top: 5.7971vw;
  }
  .pTop .plan__main--intro span {
    color: #0E356C;
  }
  .pTop .plan__main--trial {
    width: 100%;
    margin: 5.7971vw auto 0;
  }
  .pTop .plan__main--trial dl dt {
    font-size: 5.7971vw;
    line-height: 1.16667;
    letter-spacing: 0.05em;
    background: #0E356C;
    -moz-border-radius: 0.72464vw 0.72464vw 0 0;
         border-radius: 0.72464vw 0.72464vw 0 0;
    padding: 3.62319vw 0 4.10628vw;
  }
  .pTop .plan__main--trial dl dt::before, .pTop .plan__main--trial dl dt::after {
    content: "/";
    font-size: 6.28019vw;
    line-height: 1.07692;
    letter-spacing: 0.05emem;
    font-family: var(--noto);
    color: #fff;
    font-weight: 400;
  }
  .pTop .plan__main--trial dl dt::before {
    margin-right: 2.89855vw;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .pTop .plan__main--trial dl dt::after {
    margin-left: 2.89855vw;
  }
  .pTop .plan__main--trial dl dd {
    border: 1px solid #0E356C;
    -moz-border-radius: 0 0 0.72464vw 0.72464vw;
         border-radius: 0 0 0.72464vw 0.72464vw;
    background: #fff;
    padding: 5.55556vw 7.00483vw 5.55556vw 5.7971vw;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pTop .plan__main--trial dl dd ul {
    width: 43.47826vw;
    margin-right: 2.657vw;
  }
  .pTop .plan__main--trial dl dd ul li {
    background: #F5F5F5;
    color: #0E356C;
    font-size: 4.77295vw;
    line-height: 1.06275;
    padding: 2.38647vw 0 2.32126vw;
  }
  .pTop .plan__main--trial dl dd ul li + li {
    margin-top: 3.18116vw;
    position: relative;
  }
  .pTop .plan__main--trial dl dd ul li + li::before {
    position: absolute;
    content: "";
    width: 6.36232vw;
    height: 6.36232vw;
    background: url("../img/planPlus.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -4.77295vw;
  }
  .pTop .plan__main--trial dl dd .price {
    padding-top: 3.62319vw;
    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: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 36.23188vw;
  }
  .pTop .plan__main--trial dl dd .price em {
    font-style: normal;
    font-size: 32.50483vw;
    line-height: 0.6;
    color: #FF8820;
    padding: 0vw 0.96618vw 1.69082vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
  }
  .pTop .plan__main--trial dl dd .price em::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3.2343vw;
    background: #FFEB02;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .pTop .plan__main--trial dl dd .price em::after {
    content: attr(data-unit);
    font-size: 9.43237vw;
    line-height: 0.99872;
    font-weight: 700;
    font-family: var(--noto);
    color: #FF8820;
  }
  .pTop .plan__main--trial dl dd .price small {
    font-size: 3.38164vw;
    line-height: 2;
    color: #000;
  }
  .pTop .plan__main--prefer {
    margin-top: 7.48792vw;
    padding-bottom: 8.69565vw;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pTop .plan__main--prefer h3 {
    font-size: 6.76329vw;
    line-height: 4.83092vw;
    letter-spacing: 0.98px;
    color: #0E356C;
    margin-bottom: 14.78261vw;
  }
  .pTop .plan__main--prefer dl {
    width: 41.15942vw;
    color: #0E356C;
  }
  .pTop .plan__main--prefer dl::before {
    position: absolute;
    content: "";
    width: 25.36232vw;
    height: 11.47343vw;
    background: url("../img/planDot.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -11.01449vw;
  }
  .pTop .plan__main--prefer dl dt {
    border: 0.28986vw solid #0E356C;
    font-size: 6.66667vw;
    line-height: 7.97101vw;
    letter-spacing: 0.72px;
    padding: 2.17391vw;
  }
  .pTop .plan__main--prefer dl dd {
    margin-top: 1.64251vw;
    font-size: 3.38164vw;
    line-height: 5.07246vw;
    letter-spacing: 0.72px;
  }
  .pTop .plan__main--prefer dl.ic1::before {
    right: -4.85507vw;
  }
  .pTop .plan__main--prefer dl.ic1 dt::before {
    content: "";
    width: 4.77778vw;
    height: 4.49275vw;
    background: url("../img/planIcon01.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.88889vw;
  }
  .pTop .plan__main--prefer dl.ic2::before {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    left: -4.85507vw;
  }
  .pTop .plan__main--prefer dl.ic2 dt::before {
    content: "";
    width: 6.4686vw;
    height: 4.57971vw;
    background: url("../img/planIcon02.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.79227vw;
  }
  .pTop .plan__main--prefer::after {
    position: absolute;
    content: "";
    width: 30.19324vw;
    height: 4.83092vw;
    background: #0E356C;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    bottom: 0vw;
  }
  .pTop .plan__main--table {
    margin-top: 8.11594vw;
    -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;
  }
  .pTop .plan__main--table article {
    width: 100%;
  }
  .pTop .plan__main--table article + article {
    margin-top: 10.38647vw;
  }
  .pTop .plan__main--table article h3 {
    padding: 0 4.34783vw;
    font-size: 5.40821vw;
    line-height: 5.55556vw;
    letter-spacing: 1.12px;
    color: #0E356C;
  }
  .pTop .plan__main--table article h3::before, .pTop .plan__main--table article h3::after {
    content: "";
    width: 4.28261vw;
    height: 6.87923vw;
    background: url("../img/planSplash.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .plan__main--table article h3::after {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .pTop .plan__main--table article .note {
    margin-top: 1.23913vw;
    font-size: 3.37923vw;
    line-height: 5.41063vw;
    letter-spacing: 1.12px;
    color: #0E356C;
  }
  .pTop .plan__main--table article .wrapTable {
    margin-top: 3.48068vw;
    margin-left: -0.72464vw;
    margin-right: -0.72464vw;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .plan__main--table article .wrapTable table {
    width: 100%;
    border-collapse: collapse;
  }
  .pTop .plan__main--table article .wrapTable table thead tr th {
    width: 29.22705vw;
    padding: 0 0.72464vw;
  }
  .pTop .plan__main--table article .wrapTable table thead tr th:nth-of-type(1) {
    width: 35.50725vw;
  }
  .pTop .plan__main--table article .wrapTable table thead tr th span {
    font-size: 3.86473vw;
    line-height: 1.75;
    padding: 2.89855vw 1.20773vw 2.89855vw;
    background: #0E356C;
    -moz-border-radius: 0.72464vw 0.72464vw 0 0;
         border-radius: 0.72464vw 0.72464vw 0 0;
  }
  .pTop .plan__main--table article .wrapTable table tbody tr {
    border-bottom: 1px solid #CCCCCC;
  }
  .pTop .plan__main--table article .wrapTable table tbody tr td {
    height: 15.70048vw;
    padding: 5.07246vw 0 0;
  }
  .pTop .plan__main--table article .wrapTable table tbody tr td em {
    font-style: normal;
    font-size: 8.06522vw;
    line-height: 6.03865vw;
    letter-spacing: 1.25px;
  }
  .pTop .plan__main--table article .wrapTable table tbody tr td em::before, .pTop .plan__main--table article .wrapTable table tbody tr td em::after {
    font-size: 5.04106vw;
    line-height: 6.28019vw;
    letter-spacing: 1.25px;
    font-weight: 700;
    font-family: var(--noto);
  }
  .pTop .plan__main--table article .wrapTable table tbody tr td em::before {
    content: attr(data-before);
  }
  .pTop .plan__main--table article .wrapTable table tbody tr td em::after {
    content: attr(data-after);
  }
  .pTop .plan__main--table article .wrapTable table tbody tr td span {
    font-size: 8.06522vw;
    line-height: 6.03865vw;
    letter-spacing: 0.04em;
  }
  .pTop .plan__main--table article .wrapTable table tbody tr td span::after {
    content: attr(data-unit);
    font-size: 4.10628vw;
    line-height: 4.10628vw;
    letter-spacing: 1.25px;
    font-weight: 700;
    font-family: var(--noto);
    padding-bottom: 0.72464vw;
  }
  .pTop .plan__main--table article .wrapTable table tbody tr td small {
    font-size: 2.44928vw;
    line-height: 4.90338vw;
    letter-spacing: 1.14px;
    color: rgba(0, 0, 0, 0.48);
    font-weight: 700;
    font-family: var(--noto);
  }
  .pTop .plan__main--table article .wrapTable table tbody tr:nth-of-type(1) td {
    color: #5D9CEC;
  }
  .pTop .plan__main--table article .wrapTable table tbody tr:nth-of-type(2) td {
    color: #2F73E0;
  }
  .pTop .plan__main--table article .wrapTable table tbody tr:nth-of-type(3) td {
    color: #153F8A;
  }
  .pTop .plan__main--table article .wrapTable::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    border: 1.01932vw solid #FFEB00;
    pointer-events: none;
    z-index: -2;
  }
  .pTop .plan__main--table article .wrapTable::after {
    position: absolute;
    content: "おすすめ";
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    width: 5.91787vw;
    background: #FFEB00;
    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: 2.23188vw;
    line-height: 2.44928vw;
    font-weight: 700;
    color: #102043;
    font-family: var(--noto);
    z-index: -1;
    pointer-events: none;
  }
  .pTop .plan__main--table article .wrapTable.recom2::before, .pTop .plan__main--table article .wrapTable.recom2::after {
    bottom: 15.94203vw;
    height: 15.94203vw;
  }
  .pTop .plan__main--table article .wrapTable.recom3 table tr td {
    padding-top: 3.86473vw;
  }
  .pTop .plan__main--table article .wrapTable.recom3::before, .pTop .plan__main--table article .wrapTable.recom3::after {
    bottom: 1px;
    height: 15.94203vw;
  }
  .pTop .plan__main--end {
    width: 100%;
    margin: 7.72947vw auto 0;
    background: #FDFAEB;
    padding: 8.21256vw 1.93237vw 5.7971vw;
  }
  .pTop .plan__main--end h3 {
    font-size: 4.83092vw;
    line-height: 7.97101vw;
    letter-spacing: 1.12px;
    color: #0E356C;
  }
  .pTop .plan__main--end h3 span {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 235, 0, 0)), color-stop(70%, rgba(255, 235, 0, 0)), color-stop(70%, #ffeb00), color-stop(90%, #ffeb00), color-stop(90%, rgba(255, 235, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 235, 0, 0) 0%, rgba(255, 235, 0, 0) 70%, #ffeb00 70%, #ffeb00 90%, rgba(255, 235, 0, 0) 90%);
    background: -moz- oldlinear-gradient(top, rgba(255, 235, 0, 0) 0%, rgba(255, 235, 0, 0) 70%, #ffeb00 70%, #ffeb00 90%, rgba(255, 235, 0, 0) 90%);
    background: linear-gradient(180deg, rgba(255, 235, 0, 0) 0%, rgba(255, 235, 0, 0) 70%, #ffeb00 70%, #ffeb00 90%, rgba(255, 235, 0, 0) 90%);
  }
  .pTop .plan__main--end h3 em {
    font-style: normal;
    color: #E74200;
  }
  .pTop .plan__main--end h3 em.st2 {
    font-size: 7.72947vw;
  }
  .pTop .plan__main--end p {
    font-size: 3.38164vw;
    line-height: 9.66184vw;
    letter-spacing: 1.12px;
  }
  .pTop .plan__main--end::after {
    position: absolute;
    content: "";
    width: 18.59903vw;
    height: 17.3913vw;
    background: url("../img/planStar.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 3.38164vw;
    top: -7.72947vw;
  }
  .pTop .voice {
    margin-top: 13.04348vw;
  }
  .pTop .voice__main--title span {
    color: rgba(6, 27, 56, 0.39);
  }
  .pTop .voice__main--title h2 {
    color: #0E356C;
  }
  .pTop .ba {
    margin-top: 11.5942vw;
    padding-bottom: 0vw;
  }
  .pTop .ba__main--title span {
    color: rgba(6, 27, 56, 0.39);
  }
  .pTop .ba__main--title h2 {
    color: #0E356C;
  }
  .pTop .ba__main--list {
    margin: 5.7971vw 0vw 0;
    -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;
  }
  .pTop .ba__main--list article {
    width: 100%;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 3.62319vw 3.86473vw;
  }
  .pTop .ba__main--list article + article {
    margin-top: 9.66184vw;
  }
  .pTop .ba__main--list article::after {
    position: absolute;
    content: "";
    width: 100%;
    height: -webkit-calc(100% - 4.10628vw);
    height: -moz-calc(100% - 4.10628vw);
    height: calc(100% - 4.10628vw);
    background: #F5F5F5;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .pTop .ba__main--list article .figs figure {
    padding: 8.45411vw 2.89855vw 2.89855vw;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    width: 38.88889vw;
  }
  .pTop .ba__main--list article .figs figure img {
    width: 100%;
    height: 32.1256vw;
    object-fit: cover;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
  }
  .pTop .ba__main--list article .figs figure::before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0.96618vw;
    color: #fff;
    font-size: 4.34783vw;
    line-height: 1.55556;
    font-family: var(--demi);
    text-align: center;
  }
  .pTop .ba__main--list article .figs figure:nth-of-type(1) {
    background: #0E356C;
  }
  .pTop .ba__main--list article .figs figure:nth-of-type(1)::before {
    content: "BEFORE";
  }
  .pTop .ba__main--list article .figs figure:nth-of-type(2) {
    background: -webkit-linear-gradient(294.27deg, #013F98 0%, #0D2F5F 151.62%);
    background: -moz- oldlinear-gradient(294.27deg, #013F98 0%, #0D2F5F 151.62%);
    background: linear-gradient(155.73deg, #013F98 0%, #0D2F5F 151.62%);
  }
  .pTop .ba__main--list article .figs figure:nth-of-type(2)::before {
    content: "AFTER";
  }
  .pTop .ba__main--list article .figs figure:nth-of-type(2)::after {
    position: absolute;
    content: "";
    width: 4.10628vw;
    height: 11.83575vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -5.31401vw;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: rgba(14, 53, 108, 0.5);
  }
  .pTop .ba__main--list article .info {
    margin-top: 2.89855vw;
    padding-bottom: 2.17391vw;
    border-bottom: 1px solid #CCCCCC;
  }
  .pTop .ba__main--list article .info h3 {
    font-size: 4.83092vw;
    line-height: 1.4;
    color: #0E356C;
  }
  .pTop .ba__main--list article .info h3::after {
    content: attr(data-sex);
    color: #000000;
    font-weight: 400;
    font-size: 3.38164vw;
    line-height: 1.42857;
    margin-left: 1.20773vw;
  }
  .pTop .ba__main--list article .info h3:nth-of-type(2) {
    margin-top: 1.20773vw;
  }
  .pTop .ba__main--list article .info span {
    font-size: 3.38164vw;
    line-height: 1.42857;
    color: #000;
  }
  .pTop .ba__main--list article .info em {
    width: 23.18841vw;
    height: 23.18841vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    right: -3.62319vw;
    top: -8.45411vw;
    padding: 9.66184vw 0 0;
    font-size: 5.31401vw;
    line-height: 1.27273;
    color: #F5F5F5;
    background: #FF8820;
    font-style: normal;
    text-align: center;
  }
  .pTop .ba__main--list article .info em::after {
    content: attr(data-unit);
    color: #F5F5F5;
    font-size: 3.38164vw;
    line-height: 2;
  }
  .pTop .ba__main--list article .info em::before {
    position: absolute;
    content: attr(data-name);
    color: #F5F5F5;
    font-size: 3.62319vw;
    line-height: 1.86667;
    width: 100%;
    text-align: center;
    top: 4.10628vw;
    left: 0;
  }
  .pTop .ba__main--list article .txt {
    margin-top: 2.41546vw;
    font-size: 3.62319vw;
    line-height: 1.5;
    color: #000;
  }
  .pTop .ba__main--list article .list {
    margin-top: 4.83092vw;
  }
  .pTop .ba__main--list article .list dl {
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    background: #fff;
    font-size: 3.62319vw;
    line-height: 1;
    overflow: hidden;
  }
  .pTop .ba__main--list article .list dl + dl {
    margin-top: 1.44928vw;
  }
  .pTop .ba__main--list article .list dl dt {
    width: 28.01932vw;
    background: #0E356C;
    color: #F5F5F5;
    padding: 2.41546vw 0 2.657vw;
  }
  .pTop .ba__main--list article .list dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 2.41546vw 0 2.657vw 4.34783vw;
  }
  .pTop .ba__main--list article .list dl dd span {
    color: #FF8820;
    font-size: 4.83092vw;
    line-height: 1;
  }
  .pTop .ba__main--list article .note {
    font-size: 2.89855vw;
    line-height: 1.66667;
    color: #000;
    margin-top: 2.89855vw;
  }
  .pTop .menu {
    background: #F5F5F5;
    padding: 7.48792vw 0 11.5942vw;
  }
  .pTop .menu__main--intro {
    margin-top: 5.7971vw;
    font-size: 3.38164vw;
    line-height: 1.71429;
    color: #000;
  }
  .pTop .menu__main--list {
    margin: 4.83092vw -2.89855vw -2.89855vw;
  }
  .pTop .menu__main--list article {
    width: 43.47826vw;
    margin: 2.89855vw;
    background: #fff;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    padding: 2.89855vw 2.89855vw 3.86473vw;
  }
  .pTop .menu__main--list article figure img {
    width: 100%;
    height: 22.22222vw;
    object-fit: cover;
  }
  .pTop .menu__main--list article h3 {
    font-size: 4.34783vw;
    line-height: 1.55556;
    color: #0E356C;
    margin-top: 1.93237vw;
  }
  .pTop .menu__main--list article p {
    font-size: 3.38164vw;
    line-height: 1.42857;
    color: #000;
    margin-top: 0.96618vw;
  }
  .pTop .faq {
    padding: 11.5942vw 0 0;
  }
  .pTop .faq__main--list {
    margin-top: 5.7971vw;
  }
  .pTop .faq__main--list dl {
    border: 0.48309vw solid #0E356C;
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
    padding: 4.34783vw 3.86473vw;
  }
  .pTop .faq__main--list dl dt {
    font-size: 3.86473vw;
    line-height: 1.3125;
    color: #000;
    padding: 0vw 13.52657vw 0vw 13.52657vw;
    cursor: pointer;
    min-height: 10.14493vw;
    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;
  }
  .pTop .faq__main--list dl dt::before {
    position: absolute;
    content: "Q";
    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: 9.66184vw;
    height: 9.66184vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #0E356C;
    color: #fff;
    font-family: var(--neue);
    font-size: 5.31401vw;
    line-height: 1;
    left: 0;
    top: 0;
    padding-top: 1.20773vw;
  }
  .pTop .faq__main--list dl dt i {
    width: 5.7971vw;
    height: 5.7971vw;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .pTop .faq__main--list dl dt i::before, .pTop .faq__main--list dl dt i::after {
    position: absolute;
    content: "";
    width: 4.34783vw;
    height: 0.36232vw;
    background: #0E356C;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
       -moz-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  .pTop .faq__main--list dl dt i::after {
    -webkit-transform: translate(-50%, 50%) rotate(90deg);
       -moz-transform: translate(-50%, 50%) rotate(90deg);
        -ms-transform: translate(-50%, 50%) rotate(90deg);
            transform: translate(-50%, 50%) rotate(90deg);
  }
  .pTop .faq__main--list dl dt.open i::after {
    -webkit-transform: translate(-50%, 50%) rotate(0);
       -moz-transform: translate(-50%, 50%) rotate(0);
        -ms-transform: translate(-50%, 50%) rotate(0);
            transform: translate(-50%, 50%) rotate(0);
  }
  .pTop .faq__main--list dl dd {
    margin-top: 3.86473vw;
    padding: 3.86473vw 1.93237vw 0vw 13.52657vw;
    font-size: 3.62319vw;
    line-height: 1.5;
    color: #000;
    border-top: 1px solid #BEBEBE;
    display: none;
  }
  .pTop .faq__main--list dl dd::before {
    position: absolute;
    content: "A";
    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: 9.66184vw;
    height: 9.66184vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff;
    border: 0.36232vw solid #0E356C;
    color: #0E356C;
    font-family: var(--neue);
    font-size: 5.31401vw;
    line-height: 1;
    left: 0;
    top: 3.86473vw;
    padding-top: 1.20773vw;
  }
  .pTop .faq__main--list dl + dl {
    margin-top: 3.86473vw;
  }
  .pTop .access {
    margin-top: 14.49275vw;
    padding-bottom: 14.49275vw;
  }
  .pTop .access__main--con {
    margin-top: 5.7971vw;
    -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;
  }
  .pTop .access__main--con iframe {
    width: 100%;
    height: 49.27536vw;
  }
  .pTop .access__main--con .list {
    width: 100%;
    margin-top: 3.86473vw;
  }
  .pTop .access__main--con .list dl dt {
    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: 27.29469vw;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    background: #0E356C;
    font-size: 3.86473vw;
    line-height: 1;
    color: #fff;
    margin-right: 3.86473vw;
  }
  .pTop .access__main--con .list dl dd {
    padding: 3.62319vw 0;
    font-size: 3.86473vw;
    line-height: 1.5;
    color: #000;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .access__main--con .list dl dd address {
    font-style: normal;
  }
  .pTop .access__main--con .list dl dd small {
    font-size: 3.38164vw;
    line-height: 4.58937vw;
  }
  .pTop .access__main--con .list dl + dl {
    margin-top: 0.72464vw;
  }
  .pTop .flow {
    padding: 13.52657vw 0 13.28502vw;
    background: #0E356C;
    overflow: hidden;
  }
  .pTop .flow::before {
    position: absolute;
    content: "";
    width: 21.01449vw;
    height: 23.18841vw;
    background: url("../img/pointCross.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0vw;
    top: 0;
  }
  .pTop .flow::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.72464vw;
    background: -webkit-linear-gradient(299.34deg, #FEC760 13.21%, #F7D78B 40.7%, #F9C23D 69.92%, #EFAB43 83.74%);
    background: -moz- oldlinear-gradient(299.34deg, #FEC760 13.21%, #F7D78B 40.7%, #F9C23D 69.92%, #EFAB43 83.74%);
    background: linear-gradient(150.66deg, #FEC760 13.21%, #F7D78B 40.7%, #F9C23D 69.92%, #EFAB43 83.74%);
    bottom: 0;
    left: 0;
  }
  .pTop .flow__main--title span {
    color: rgba(255, 255, 255, 0.5);
  }
  .pTop .flow__main--title h2 {
    color: #fff;
  }
  .pTop .flow__main--list {
    width: 100%;
    margin: 8.69565vw auto 0;
    counter-reset: ar;
    padding-left: 2.657vw;
  }
  .pTop .flow__main--list article {
    counter-increment: ar;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .flow__main--list article .arMain {
    padding: 4.34783vw 4.83092vw 4.10628vw;
    background: #fff;
    -moz-box-shadow: 0px 0.96618vw 0.96618vw rgba(0, 0, 0, 0.25);
         box-shadow: 0px 0.96618vw 0.96618vw rgba(0, 0, 0, 0.25);
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
  }
  .pTop .flow__main--list article .arMain::before, .pTop .flow__main--list article .arMain::after {
    position: absolute;
    width: 12.57488vw;
    height: 12.57488vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: -2.657vw;
    top: -2.89855vw;
    text-align: center;
    color: #fff;
    font-family: var(--serif);
  }
  .pTop .flow__main--list article .arMain::before {
    content: "STEP";
    background: #061B38;
    font-size: 2.657vw;
    line-height: 1;
    padding-top: 1.93237vw;
    z-index: 1;
  }
  .pTop .flow__main--list article .arMain::after {
    content: counter(ar, decimal-leading-zero);
    font-size: 6.03865vw;
    line-height: 1;
    font-weight: 700;
    padding-top: 4.34783vw;
    z-index: 2;
  }
  .pTop .flow__main--list article .arMain figure {
    width: 19.32367vw;
    margin-right: 2.657vw;
  }
  .pTop .flow__main--list article .arMain figure img {
    width: 19.32367vw;
    height: 19.32367vw;
    object-fit: cover;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .pTop .flow__main--list article .arMain .arCon {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .flow__main--list article .arMain .arCon h3 {
    font-size: 4.34783vw;
    line-height: 1.55556;
    color: #0E356C;
  }
  .pTop .flow__main--list article .arMain .arCon p {
    font-size: 3.62319vw;
    line-height: 1.33333;
    color: #000;
    margin-top: 0.96618vw;
  }
  .pTop .flow__main--list article + article {
    margin-top: 13.28502vw;
  }
  .pTop .flow__main--list article + article::before {
    position: absolute;
    content: "";
    width: 0.96618vw;
    height: 7.24638vw;
    background: url("../img/flowDot.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -10.14493vw;
  }
  .pTop .contact {
    padding: 14.25121vw 0 3.38164vw;
  }
  .pTop .contact__main--form {
    width: 100%;
    margin: 9.29952vw auto 0;
  }
  .pTop .contact__main--form dl + dl {
    margin-top: 6.15942vw;
  }
  .pTop .contact__main--form dl dt {
    font-size: 3.86473vw;
    line-height: 1.7;
    font-weight: 700;
    font-family: var(--hira);
    color: #333232;
  }
  .pTop .contact__main--form dl dt.required::before {
    content: "必須";
    color: #fff;
    background: #E74200;
    width: 10.14493vw;
    height: 5.7971vw;
    font-size: 2.89855vw;
    line-height: 1.7;
    font-family: var(--hira);
    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;
    margin-right: 2.41546vw;
  }
  .pTop .contact__main--form dl dd {
    margin-top: 3.26087vw;
  }
  .pTop .contact__main--form dl dd .wrapInput input, .pTop .contact__main--form dl dd .wrapInput textarea, .pTop .contact__main--form dl dd .wrapInput select {
    width: 100%;
    background: #F5F5F5;
    outline: none;
    font-size: 3.86473vw;
    line-height: 1.7;
    padding: 1.93237vw;
    color: #333232;
    font-family: var(--hira);
    height: 11.5942vw;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .pTop .contact__main--form dl dd .wrapInput input::-webkit-input-placeholder, .pTop .contact__main--form dl dd .wrapInput textarea::-webkit-input-placeholder, .pTop .contact__main--form dl dd .wrapInput select::-webkit-input-placeholder {
    opacity: 1;
    color: #CCCCCC;
  }
  .pTop .contact__main--form dl dd .wrapInput input::-moz-placeholder, .pTop .contact__main--form dl dd .wrapInput textarea::-moz-placeholder, .pTop .contact__main--form dl dd .wrapInput select::-moz-placeholder {
    opacity: 1;
    color: #CCCCCC;
  }
  .pTop .contact__main--form dl dd .wrapInput input:-ms-input-placeholder, .pTop .contact__main--form dl dd .wrapInput textarea:-ms-input-placeholder, .pTop .contact__main--form dl dd .wrapInput select:-ms-input-placeholder {
    opacity: 1;
    color: #CCCCCC;
  }
  .pTop .contact__main--form dl dd .wrapInput input::placeholder, .pTop .contact__main--form dl dd .wrapInput textarea::placeholder, .pTop .contact__main--form dl dd .wrapInput select::placeholder {
    opacity: 1;
    color: #CCCCCC;
  }
  .pTop .contact__main--form dl dd .wrapInput textarea {
    height: 48.30918vw;
    letter-spacing: 0.067em;
    font-size: 3.38164vw;
    line-height: 5.74879vw;
  }
  .pTop .contact__main--form dl dd .note {
    font-size: 3.38164vw;
    line-height: 1.7;
    color: #333232;
    margin-top: 0.96618vw;
  }
  .pTop .contact__main--form dl.special {
    -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;
  }
  .pTop .contact__main--form dl.special dt {
    width: 100%;
  }
  .pTop .contact__main--form dl.special dd {
    width: 100%;
  }
  .pTop .contact__main--form dl.special dd .wrapCol {
    -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;
  }
  .pTop .contact__main--form dl.special dd .wrapCol .wrapDate {
    width: 100%;
    position: relative;
  }
  .pTop .contact__main--form dl.special dd .wrapCol .wrapDate::after {
    position: absolute;
    content: "";
    width: 4.34783vw;
    height: 4.34783vw;
    background: url("../img/iconCalendar.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5.7971vw;
    pointer-events: none;
  }
  .pTop .contact__main--form dl.special dd .wrapCol .wrapDate input {
    font-size: 3.86473vw;
    line-height: 1.7;
    color: #323232;
  }
  .pTop .contact__main--form dl.special dd .wrapCol .wrapDate input::-webkit-input-placeholder {
    color: #323232;
  }
  .pTop .contact__main--form dl.special dd .wrapCol .wrapDate input::-moz-placeholder {
    color: #323232;
  }
  .pTop .contact__main--form dl.special dd .wrapCol .wrapDate input:-ms-input-placeholder {
    color: #323232;
  }
  .pTop .contact__main--form dl.special dd .wrapCol .wrapDate input::placeholder {
    color: #323232;
  }
  .pTop .contact__main--form dl.special dd .wrapCol .wrapSel {
    width: 100%;
    position: relative;
    margin-top: 1.93237vw;
  }
  .pTop .contact__main--form dl.special dd .wrapCol .wrapSel::after {
    position: absolute;
    content: "";
    width: 5.7971vw;
    height: 5.7971vw;
    background: url("../img/chevronDown.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5.7971vw;
  }
  .pTop .contact__main--form dl.special dd .wrapCol .wrapSel select {
    padding: 2.41546vw 5.7971vw;
  }
  .pTop .contact__main--form .wrapCheck {
    margin-top: 13.76812vw;
    padding: 0 9.66184vw;
    font-size: 3.86473vw;
    line-height: 1.7;
    color: #333232;
  }
  .pTop .contact__main--form .wrapCheck p a {
    text-decoration: underline;
  }
  .pTop .contact__main--form .wrapCheck label {
    cursor: pointer;
    position: relative;
    margin-top: 1.93237vw;
    display: inline-block;
  }
  .pTop .contact__main--form .wrapCheck label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .contact__main--form .wrapCheck label input:checked + span::before {
    content: "\2713";
  }
  .pTop .contact__main--form .wrapCheck label span {
    display: inline-block;
    padding: 0 0 0 5.55556vw;
  }
  .pTop .contact__main--form .wrapCheck label span::before {
    position: absolute;
    content: "";
    width: 4.34783vw;
    height: 4.34783vw;
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    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;
    left: 0;
    top: 1.20773vw;
    color: #323232;
    font-size: 4.83092vw;
    font-weight: 700;
  }
  .pTop .contact__main--form .wrapBtn {
    margin-top: 5.7971vw;
  }
  .pTop .contact__main--form .wrapBtn button {
    width: 100%;
    height: 15.45894vw;
    background: #0D2F5F;
    color: #FFFFFF;
    font-size: 3.86473vw;
    line-height: 1.7;
    letter-spacing: 0.14em;
    font-weight: 400;
    border: 0;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .pTop .ctaFixed {
    position: fixed;
    width: 100%;
    bottom: -100%;
    left: 0;
    z-index: 99;
    background: #fff;
    -moz-box-shadow: 0 0.96618vw 0.96618vw rgba(0, 0, 0, 0.07);
         box-shadow: 0 0.96618vw 0.96618vw rgba(0, 0, 0, 0.07);
    padding: 2.41546vw 1.44928vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pTop .ctaFixed a {
    width: 47.58454vw;
    height: 12.07729vw;
    border: 0.33816vw solid #fff;
    -moz-border-radius: 0.52415vw;
         border-radius: 0.52415vw;
    -moz-box-shadow: 0 0.10386vw 0.42029vw rgba(0, 0, 0, 0.25);
         box-shadow: 0 0.10386vw 0.42029vw rgba(0, 0, 0, 0.25);
    font-size: 3.40338vw;
    line-height: 1;
    color: #fff;
  }
  .pTop .ctaFixed a.line {
    background: #09A348;
  }
  .pTop .ctaFixed a.line::before {
    content: "";
    width: 5.52899vw;
    height: 5.20048vw;
    background: url("../img/headerLine.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 2.07488vw;
  }
  .pTop .ctaFixed a.mail {
    background: #E76C00;
  }
  .pTop .ctaFixed a.mail::before {
    content: "";
    width: 5.65942vw;
    height: 3.69082vw;
    background: url("../img/headerMail.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 0.85507vw;
  }
  .pTop .ctaFixed.open {
    bottom: 0;
  }
  .pTop .footer {
    padding: 5.7971vw 0 20.77295vw;
  }
  .footer {
    padding: 5.7971vw 0 3.86473vw;
  }
  .footer__link {
    font-size: 3.38164vw;
    line-height: 1.5;
    color: #000;
  }
  .footer__link a {
    font-size: 3.38164vw;
    line-height: 1.5;
    color: #000;
  }
  .footer__copy {
    font-size: 2.89855vw;
    line-height: 1.2;
    color: #000;
    margin-top: 3.86473vw;
  }
  .pChild .container {
    min-height: 100%;
    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;
  }
  .pChild .container main {
    width: 100%;
  }
  .pChild .container .footer {
    width: 100%;
    margin-top: auto;
  }
  .pChild .thanks {
    padding: 24.87923vw 0;
  }
  .pChild .thanks h2 {
    font-size: 8.69565vw;
    line-height: 1.44444;
    letter-spacing: 0.05em;
    color: #0E356C;
  }
  .pChild .thanks p {
    font-size: 3.86473vw;
    line-height: 1.75;
    letter-spacing: 0.05em;
    color: #000;
    margin-top: 9.42029vw;
  }
  .pChild .thanks .backTop {
    margin-top: 14.25121vw;
  }
  .pChild .thanks .backTop a {
    max-width: 193.23671vw;
    width: 100%;
    height: 15.45894vw;
    color: #fff;
    background: #0D2F5F;
    font-size: 3.86473vw;
    line-height: 1.7;
    letter-spacing: 0.14em;
    font-family: var(--hira);
    font-weight: 400;
  }
}

.error {
  color: #ff0000;
}
.cta_img{
    margin: 0 auto;
    text-align: center;
    margin-top:30px;
    margin-bottom:30px;
}

.cta_img img{
  width:80%;
}

@media screen and (max-width: 480px), print {
  .cta_img img{
  width:100%;
}

}
