@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*! 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: #444444;
}

a:hover {
  text-decoration: none;
}

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

a {
  color: #444444;
}

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: #444444;
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  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;
}

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

@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    padding: 0 28px;
  }
  .container {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .pTop .mv {
    position: relative;
    z-index: 1;
  }
  .pTop .btnCom {
    text-align: center;
    line-height: 0;
  }
  .pTop .btnCom h3 {
    line-height: 0;
    position: relative;
    z-index: 2;
    margin-bottom: -28px;
  }
  .pTop .btnCom h3 img {
    width: 526px;
  }
  .pTop .btnCom a {
    line-height: 0;
    display: inline-block;
    max-width: 696px;
    width: 100%;
  }
  .pTop .mv__btn {
    position: relative;
    z-index: 2;
  }
  .pTop .mv__btn .btnCom {
    margin-top: -302px;
    margin-bottom: 73px;
  }
  .pTop .cta {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 73px 0 73px;
    background: #EDF6FD;
    z-index: 2;
  }
  .pTop .cta h2 {
    line-height: 0;
    padding-left: 82px;
  }
  .pTop .cta h2 img {
    width: 526px;
  }
  .pTop .cta .list {
    margin-top: 44px;
    padding: 0 39px 0 20px;
  }
  .pTop .cta .list ul {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .cta .list ul li {
    line-height: 0;
  }
  .pTop .cta .list ul li + li {
    margin-top: 44px;
  }
  .pTop .cta .list ul::after {
    position: absolute;
    content: "";
    width: 281px;
    height: 316px;
    background: url("../img/illus01.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: -65px;
    bottom: -85px;
  }
  .pTop .cta .btnCom {
    margin-top: 102px;
    text-align: center;
    line-height: 0;
  }
  .pTop .web {
    background: #fff;
    padding: 11px 0 73px;
  }
  .pTop .web__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .web__main h2 img {
    width: 531px;
  }
  .pTop .web__main figure {
    width: 100%;
    margin-top: 54px;
  }
  .pTop .why {
    background: #EDF6FD;
    padding: 73px 0 73px;
  }
  .pTop .why__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .why__main h2 img {
    width: 370px;
  }
  .pTop .why__main .wrapAr {
    margin-top: 106px;
  }
  .pTop .why__main .wrapAr article {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .why__main .wrapAr article::before {
    position: absolute;
    content: "";
    width: 125px;
    height: 116px;
    left: 0;
    top: -57px;
  }
  .pTop .why__main .wrapAr article h3 {
    line-height: 0;
    margin-top: 29px;
  }
  .pTop .why__main .wrapAr article .txt {
    color: #333333;
    font-size: 29px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    margin-top: 29px;
  }
  .pTop .why__main .wrapAr article .list {
    margin-top: 44px;
    line-height: 0;
  }
  .pTop .why__main .wrapAr article + article {
    margin-top: 102px;
  }
  .pTop .why__main .wrapAr article:nth-of-type(1)::before {
    background: url("../img/num01.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .why__main .wrapAr article:nth-of-type(1) h3 img {
    width: 696px;
  }
  .pTop .why__main .wrapAr article:nth-of-type(2)::before {
    background: url("../img/num02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .why__main .wrapAr article:nth-of-type(2) h3 img {
    width: 696px;
  }
  .pTop .marketing {
    background: #FFEFEF;
    padding: 73px 0 73px;
  }
  .pTop .marketing__main h2 {
    text-align: center;
    line-height: 0;
  }
  .pTop .marketing__main h2 img {
    width: 653px;
  }
  .pTop .marketing__main .list {
    margin-top: 102px;
  }
  .pTop .marketing__main .list dl {
    background: #fff;
    -moz-border-radius: 15px;
         border-radius: 15px;
    border: 6px solid #53A6D9;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 73px 19px 44px 37px;
  }
  .pTop .marketing__main .list dl dt {
    line-height: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -43px;
  }
  .pTop .marketing__main .list dl dt img {
    height: 87px;
    width: auto;
  }
  .pTop .marketing__main .list dl dd {
    font-size: 26px;
    line-height: 53px;
    font-weight: 500;
  }
  .pTop .marketing__main .list dl dd .note {
    text-align: center;
    line-height: 0;
    margin-bottom: 29px;
  }
  .pTop .marketing__main .list dl dd .note img {
    width: 511px;
  }
  .pTop .marketing__main .list dl + dl {
    margin-top: 116px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .marketing__main .list dl + dl::before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -94px;
    width: 48px;
    height: 22px;
    background: #53A6D9;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pTop .coach {
    background: #fff;
    padding: 87px 0 0;
  }
  .pTop .coach__main h2 {
    line-height: 0;
    padding-left: 44px;
  }
  .pTop .coach__main h2 img {
    width: 424px;
  }
  .pTop .coach__main .list {
    margin-top: 29px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    border: 3px solid #53A6D9;
    background: #fff;
    padding: 29px 44px;
    -moz-border-radius: 15px;
         border-radius: 15px;
  }
  .pTop .coach__main .list::before {
    position: absolute;
    content: "";
    width: 218px;
    height: 218px;
    background: url("../img/woman.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 11px;
    top: -72px;
  }
  .pTop .coach__main .list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 29px;
    line-height: 48px;
    font-weight: 500;
    color: #333333;
  }
  .pTop .coach__main .list dl + dl {
    margin-top: 13px;
  }
  .pTop .coach__main .list dl dt {
    white-space: nowrap;
  }
  .pTop .coach__main .list dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .coach__main .list dl dd.cusLine {
    line-height: 37px;
  }
  .pTop .coach__main .list .txt {
    margin-top: 22px;
    background: #EDF6FD;
    padding: 29px;
    font-size: 29px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    font-weight: 400;
    color: #333333;
  }
  .pTop .service {
    padding: 91px 0 0;
    position: relative;
    z-index: 10;
  }
  .pTop .service__main h2 {
    line-height: 0;
    text-align: center;
  }
  .pTop .service__main h2 img {
    width: 372px;
  }
  .pTop .service__main .list {
    margin-top: 29px;
  }
  .pTop .service__main .list > dl {
    -moz-border-radius: 19px;
         border-radius: 19px;
    overflow: hidden;
  }
  .pTop .service__main .list > dl > dt {
    text-align: center;
    line-height: 0;
    padding: 24px 0;
    -moz-border-radius: 15px;
         border-radius: 15px;
    background: #53A6D9;
  }
  .pTop .service__main .list > dl > dt img {
    height: 35px;
    width: auto;
  }
  .pTop .service__main .list > dl > dd {
    margin-top: 29px;
    padding: 0 15px;
  }
  .pTop .service__main .list > dl > dd > dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .service__main .list > dl > dd > dl + dl {
    margin-top: 29px;
  }
  .pTop .service__main .list > dl > dd > dl > dt {
    color: #1781C2;
    font-size: 29px;
    line-height: 37px;
    font-weight: 600;
    width: 116px;
    height: 44px;
    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;
    background: #EDF6FD;
    -moz-border-radius: 8px;
         border-radius: 8px;
    margin-right: 29px;
  }
  .pTop .service__main .list > dl > dd > dl > dd {
    font-size: 29px;
    line-height: 1.5;
    font-weight: 400;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .service__main .list > dl > dd > dl > dd span {
    color: #1781C2;
  }
  .pTop .service__main .list > dl + dl {
    margin-top: 37px;
  }
  .pTop .service__main .btnCom {
    margin-top: 143px;
  }
  .pTop .footer {
    margin-top: 55px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .footer::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 433px;
    background: url("../img/bgWave.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
  }
  .footer {
    margin-top: 55px;
  }
  .footer ul {
    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;
    padding-bottom: 66px;
  }
  .footer ul li {
    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;
  }
  .footer ul li + li::before {
    content: "｜";
    font-size: 26px;
    line-height: 37px;
    font-weight: 400;
    display: inline-block;
  }
  .footer ul li a {
    font-size: 26px;
    line-height: 37px;
    font-weight: 400;
  }
  .pChild__main {
    background: #ADE0F7;
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .pChild__main--con {
    background: #fff;
    padding: 91px 37px 44px;
    -moz-border-radius: 37px;
         border-radius: 37px;
  }
  .pChild__main--con h2 {
    text-align: center;
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    color: #F1688B;
  }
  .pChild__main--con .con {
    margin-top: 73px;
  }
  .pChild__main--con .con dl dt {
    font-size: 29px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .pChild__main--con .con dl dd {
    font-size: 26px;
    line-height: 44px;
    letter-spacing: 0.05em;
    margin-top: 19px;
  }
  .pChild__main--con .con dl + dl {
    margin-top: 55px;
  }
}

@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 .mv {
    position: relative;
    z-index: 1;
  }
  .pTop .btnCom {
    text-align: center;
    line-height: 0;
  }
  .pTop .btnCom h3 {
    line-height: 0;
    position: relative;
    z-index: 2;
    margin-bottom: -3.86473vw;
  }
  .pTop .btnCom h3 img {
    width: 70.04831vw;
  }
  .pTop .btnCom a {
    line-height: 0;
    display: inline-block;
    max-width: 92.75362vw;
    width: 100%;
  }
  .pTop .mv__btn {
    position: relative;
    z-index: 2;
  }
  .pTop .mv__btn .btnCom {
    margin-top: -32.85024vw;
    margin-bottom: 9.66184vw;
  }
  .pTop .problem {
    padding-top: 5.23671vw;
    background: url("../img/bgdoc.png") 0 0 repeat;
  }
  .pTop .problem__main h2 {
    line-height: 0;
    text-align: center;
  }
  .pTop .problem__main h2 img {
    width: 76.3285vw;
  }
  .pTop .problem__main--con {
    line-height: 0;
    margin-right: -7.00483vw;
  }
  .pTop .problem__main--con img {
    width: 100%;
    height: auto;
  }
  .pTop .solve {
    margin-top: 1.44928vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0vw 0 9.66184vw;
  }
  .pTop .solve::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 91.32231%;
    background: #EDF6FD;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .pTop .solve__main h2 {
    line-height: 0;
    text-align: center;
  }
  .pTop .solve__main h2 img {
    width: 86.95652vw;
  }
  .pTop .solve__main .list {
    margin-top: 5.7971vw;
  }
  .pTop .solve__main .list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -1.93237vw;
  }
  .pTop .solve__main .list ul li {
    line-height: 0;
    width: -webkit-calc(50% - 3.86473vw);
    width: -moz-calc(50% - 3.86473vw);
    width: calc(50% - 3.86473vw);
    margin: 1.93237vw;
  }
  .pTop .solve__main .btnCom {
    margin-top: 7.72947vw;
  }
  .pTop .step {
    background: #FFEFEF;
    padding: 5.7971vw 0 5.7971vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .step__main h2 {
    line-height: 0;
    text-align: center;
  }
  .pTop .step__main h2 img {
    width: 62.31884vw;
  }
  .pTop .step__main .list {
    margin-top: 2.89855vw;
  }
  .pTop .step__main .list ul {
    padding: 0 3.62319vw;
  }
  .pTop .step__main .list ul li {
    line-height: 0;
  }
  .pTop .step__main .list ul li img {
    width: 100%;
    height: auto;
  }
  .pTop .step__main .list ul li:nth-of-type(2) {
    margin-top: -0.96618vw;
  }
  .pTop .step__main .list ul li:nth-of-type(3) {
    margin-top: -0.72464vw;
  }
  .pTop .step__main .list ul li:nth-of-type(4) {
    margin-top: -0.96618vw;
    margin-right: -6.54831vw;
  }
  .pTop .question {
    position: relative;
    z-index: 3;
    padding: 3.86473vw 0 0vw;
  }
  .pTop .question__main h2 {
    line-height: 0;
    text-align: center;
  }
  .pTop .question__main h2 img {
    width: 80.67633vw;
  }
  .pTop .question__main .list {
    margin: 5.7971vw -3.62319vw 0;
    background: #ADE0F7;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 13.52657vw 3.62319vw 7.72947vw;
  }
  .pTop .question__main .list::before {
    position: absolute;
    content: "";
    width: 14.49275vw;
    height: 3.62319vw;
    background: #fff;
    top: 0;
    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%);
  }
  .pTop .question__main .list > dl {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 6.52174vw 3.86473vw 3.86473vw;
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
    border: 0.72464vw solid #53A6D9;
    background: #fff;
  }
  .pTop .question__main .list > dl::before, .pTop .question__main .list > dl::after {
    position: absolute;
    content: "";
  }
  .pTop .question__main .list > dl::before {
    top: -5.7971vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 54.83092vw;
    height: 11.5942vw;
    z-index: 1;
  }
  .pTop .question__main .list > dl > dt {
    line-height: 0;
    text-align: center;
    width: 100%;
  }
  .pTop .question__main .list > dl > dt img {
    width: auto;
    height: 9.90338vw;
  }
  .pTop .question__main .list > dl dd.thumbQues {
    margin-top: 3.86473vw;
    line-height: 0;
  }
  .pTop .question__main .list > dl dd.thumbQues img {
    width: 100%;
    height: auto;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .pTop .question__main .list > dl dd.choose {
    margin-top: 3.62319vw;
  }
  .pTop .question__main .list > dl dd.choose label {
    width: 100%;
    cursor: pointer;
    display: block;
  }
  .pTop .question__main .list > dl dd.choose label + label {
    margin-top: 2.17391vw;
  }
  .pTop .question__main .list > dl dd.choose label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .question__main .list > dl dd.choose label input:checked + span {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  .pTop .question__main .list > dl dd.choose label span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
    line-height: 0;
  }
  .pTop .question__main .list > dl dd.choose label span img {
    width: 100%;
    height: auto;
  }
  .pTop .question__main .list > dl + dl {
    margin-top: 11.5942vw;
  }
  .pTop .question__main .list > dl:nth-of-type(1)::before {
    background: url("../img/ques01.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .question__main .list > dl:nth-of-type(2)::before {
    background: url("../img/ques02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .question__main .list > dl:nth-of-type(3)::before {
    background: url("../img/ques03.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .question__main .list > dl:nth-of-type(4)::before {
    background: url("../img/ques04.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .question__main .last {
    background: #fff;
    padding: 2.41546vw 3.62319vw 9.66184vw;
    position: relative;
    z-index: 2;
    margin: 0 -3.62319vw;
  }
  .pTop .question__main .last h3 {
    line-height: 0;
    text-align: center;
  }
  .pTop .question__main .last h3 img {
    width: 89.61353vw;
  }
  .pTop .question__main .last .note {
    font-size: 2.657vw;
    line-height: 4.10628vw;
    margin-top: 2.89855vw;
    text-align: center;
    font-weight: 700;
    color: #1781C2;
  }
  .pTop .question__main .last .confirmAge {
    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;
  }
  .pTop .question__main .last .confirmAge label {
    cursor: pointer;
  }
  .pTop .question__main .last .confirmAge label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pTop .question__main .last .confirmAge label input:checked + span::before {
    content: "\2713";
  }
  .pTop .question__main .last .confirmAge label span {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 3.38164vw;
    line-height: 3.86473vw;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding: 0 0 0 5.55556vw;
  }
  .pTop .question__main .last .confirmAge label span::before {
    position: absolute;
    content: "";
    width: 3.86473vw;
    height: 3.86473vw;
    background: #fff;
    -moz-border-radius: 2px;
         border-radius: 2px;
    border: 1px solid #A5A5A5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.86473vw;
    line-height: 1;
    left: 0;
    top: 0;
  }
  .pTop .question__main .last .btn {
    margin-top: 4.10628vw;
  }
  .pTop .question__main .last .btn a {
    width: 100%;
    line-height: 0;
    display: block;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    pointer-events: none;
  }
  .pTop .question__main .last .btn a.enable {
    pointer-events: auto;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
  }
  .pTop .point {
    background: #EDF6FD;
    padding: 5.7971vw 0 9.66184vw;
  }
  .pTop .point__main h2 {
    line-height: 0;
    text-align: center;
  }
  .pTop .point__main h2 img {
    width: 38.64734vw;
  }
  .pTop .point__main .list {
    margin-top: 9.90338vw;
  }
  .pTop .point__main .list article {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .point__main .list article::before {
    position: absolute;
    content: "";
    height: 15.45894vw;
    left: 0;
    top: -7.72947vw;
  }
  .pTop .point__main .list article figure img {
    width: 100%;
    height: auto;
  }
  .pTop .point__main .list article h3 {
    margin-top: 2.89855vw;
    font-size: 4.83092vw;
    line-height: 7.24638vw;
    font-weight: 600;
    font-family: "M PLUS 1", serif;
    color: #1781C2;
    letter-spacing: 0.03em;
  }
  .pTop .point__main .list article h3 span {
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(66%, rgba(255, 255, 255, 0)), color-stop(66%, #fff878), to(#fff878));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 66%, #fff878 66%, #fff878 100%);
    background: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 66%, #fff878 66%, #fff878 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 66%, #fff878 66%, #fff878 100%);
  }
  .pTop .point__main .list article .txt {
    margin-top: 1.93237vw;
    font-size: 3.86473vw;
    line-height: 1.5;
    letter-spacing: 0.01em;
    color: #333333;
  }
  .pTop .point__main .list article + article {
    margin-top: 13.52657vw;
  }
  .pTop .point__main .list article:nth-of-type(1)::before {
    width: 16.66667vw;
    background: url("../img/num01.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .point__main .list article:nth-of-type(2)::before {
    width: 19.80676vw;
    background: url("../img/num02.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .point__main .list article:nth-of-type(3)::before {
    width: 19.80676vw;
    background: url("../img/num03.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .point__main .list article:nth-of-type(4)::before {
    width: 21.49758vw;
    background: url("../img/num04.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .pTop .point__main .btnCom {
    margin-top: 7.72947vw;
  }
  .pTop .coach {
    background: #fff;
    padding: 11.5942vw 0 0;
  }
  .pTop .coach__main h2 {
    line-height: 0;
    padding-left: 5.7971vw;
  }
  .pTop .coach__main h2 img {
    width: 56.52174vw;
  }
  .pTop .coach__main .list {
    margin-top: 3.86473vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    border: 3px solid #53A6D9;
    background: #fff;
    padding: 3.86473vw 5.7971vw;
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
  }
  .pTop .coach__main .list::before {
    position: absolute;
    content: "";
    width: 28.98551vw;
    height: 28.98551vw;
    background: url("../img/woman.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 1.44928vw;
    top: -9.66184vw;
  }
  .pTop .coach__main .list dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.86473vw;
    line-height: 6.28019vw;
    font-weight: 500;
    color: #333333;
  }
  .pTop .coach__main .list dl + dl {
    margin-top: 1.69082vw;
  }
  .pTop .coach__main .list dl dt {
    white-space: nowrap;
  }
  .pTop .coach__main .list dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .coach__main .list dl dd.cusLine {
    line-height: 4.83092vw;
  }
  .pTop .coach__main .list .txt {
    margin-top: 2.89855vw;
    background: #EDF6FD;
    padding: 3.86473vw;
    font-size: 3.86473vw;
    line-height: 1.5;
    letter-spacing: 0.01em;
    font-weight: 400;
    color: #333333;
  }
  .pTop .service {
    padding: 12.07729vw 0 0;
    position: relative;
    z-index: 10;
  }
  .pTop .service__main h2 {
    line-height: 0;
    text-align: center;
  }
  .pTop .service__main h2 img {
    width: 49.51691vw;
  }
  .pTop .service__main .list {
    margin-top: 3.86473vw;
  }
  .pTop .service__main .list > dl {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
  }
  .pTop .service__main .list > dl > dt {
    text-align: center;
    line-height: 0;
    padding: 3.1401vw 0;
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
    background: #53A6D9;
  }
  .pTop .service__main .list > dl > dt img {
    height: 4.58937vw;
    width: auto;
  }
  .pTop .service__main .list > dl > dd {
    margin-top: 3.86473vw;
    padding: 0 1.93237vw;
  }
  .pTop .service__main .list > dl > dd > dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pTop .service__main .list > dl > dd > dl + dl {
    margin-top: 3.86473vw;
  }
  .pTop .service__main .list > dl > dd > dl > dt {
    color: #1781C2;
    font-size: 3.86473vw;
    line-height: 4.83092vw;
    font-weight: 600;
    width: 15.45894vw;
    height: 5.7971vw;
    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;
    background: #EDF6FD;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
    margin-right: 3.86473vw;
  }
  .pTop .service__main .list > dl > dd > dl > dd {
    font-size: 3.86473vw;
    line-height: 1.5;
    font-weight: 400;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pTop .service__main .list > dl + dl {
    margin-top: 4.83092vw;
  }
  .pTop .service__main .btnCom {
    margin-top: 18.98309vw;
  }
  .pTop .footer {
    padding-bottom: 16.90821vw;
    margin-top: 7.24638vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pTop .footer::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 57.72947vw;
    background: url("../img/bgWave.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
  }
  .footer {
    margin-top: 3.62319vw;
    padding-bottom: 9.66184vw;
  }
  .footer ul {
    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;
    padding-bottom: 5.55556vw;
  }
  .footer ul li {
    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;
  }
  .footer ul li + li::before {
    content: "｜";
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    font-weight: 400;
    display: inline-block;
  }
  .footer ul li a {
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    font-weight: 400;
  }
  .ctaFixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    text-align: center;
    line-height: 0;
    padding: 2.41546vw 3.62319vw;
  }
  .ctaFixed a {
    display: inline-block;
    line-height: 0;
    width: 90.82126vw;
  }
  .ctaFixed a img {
    width: 100%;
    height: auto;
  }
  .pChild__main {
    background: #ADE0F7;
    padding-top: 3.62319vw;
    padding-bottom: 3.62319vw;
  }
  .pChild__main--con {
    background: #fff;
    padding: 12.07729vw 4.83092vw 5.7971vw;
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
  }
  .pChild__main--con h2 {
    text-align: center;
    font-size: 6.28019vw;
    line-height: 1;
    font-weight: 700;
    color: #ADE0F7;
  }
  .pChild__main--con .con {
    margin-top: 9.66184vw;
  }
  .pChild__main--con .con dl dt {
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .pChild__main--con .con dl dd {
    font-size: 3.38164vw;
    line-height: 5.7971vw;
    letter-spacing: 0.05em;
    margin-top: 2.41546vw;
  }
  .pChild__main--con .con dl + dl {
    margin-top: 7.24638vw;
  }
}
