@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: -28.98551px;
}

.pTop .btnCom h3 img {
  width: 547.10145px;
}

.pTop .btnCom a {
  line-height: 0;
  display: inline-block;
  max-width: 695.65217px;
  width: 100%;
}

.pTop .btnCom a + a {
  margin-top: 18.11594px;
}

.pTop .mv__btn {
  position: relative;
  z-index: 2;
}

.pTop .mv__btn .btnCom {
  margin-top: -527.17391px;
  margin-bottom: 48.91304px;
}

.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: 455.97826px;
}

.pTop .web__main figure {
  width: 100%;
  margin-top: 54px;
}

.pTop .why {
  background: #EDF6FD;
  padding: 73px 0 54.34783px;
}

.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: 652.17391px;
}

.pTop .marketing__main .list {
  margin-top: 101.44928px;
}

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

.pTop .marketing__main .list dl dd .note img {
  width: 632.24638px;
}

.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 .marketing__main .caution {
  margin-top: 18.11594px;
  font-size: 18.11594px;
  line-height: 28.98551px;
  color: #000;
}

.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 .coach__main .caution {
  margin-top: 18.11594px;
  font-size: 18.11594px;
  line-height: 28.98551px;
  color: #000;
}

.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 .contact {
  margin-top: 0;
  padding: 72.46377px 0 86.95652px;
  background: #EDF6FD;
}

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

.pTop .contact h2 img {
  width: 507.24638px;
}

.pTop .contact .form {
  padding: 0 27.17391px;
  margin-top: 54.34783px;
}

.pTop .contact .form dl dt {
  font-size: 27.17391px;
  line-height: 39.85507px;
  font-weight: 700;
  color: #05366A;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}

.pTop .contact .form dl dt small {
  font-size: 21.73913px;
  line-height: 30.7971px;
  font-weight: 400;
}

.pTop .contact .form dl dt.required::after {
  position: absolute;
  content: "必須";
  font-size: 21.73913px;
  line-height: 1;
  font-weight: 700;
  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: 57.97101px;
  height: 32.6087px;
  -moz-border-radius: 5.43478px;
       border-radius: 5.43478px;
  color: #fff;
  background: #DD0509;
  top: 0;
  right: 0;
}

.pTop .contact .form dl dt.any::after {
  position: absolute;
  content: "任意";
  font-size: 21.73913px;
  line-height: 1;
  font-weight: 700;
  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: 57.97101px;
  height: 32.6087px;
  -moz-border-radius: 5.43478px;
       border-radius: 5.43478px;
  color: #fff;
  background: #449BDF;
  top: 0;
  right: 0;
}

.pTop .contact .form dl dd {
  margin-top: 10.86957px;
}

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

.pTop .contact .form dl dd .wrapInput input, .pTop .contact .form dl dd .wrapInput textarea {
  width: 100%;
  height: 72.46377px;
  border: 1px solid #53A6D9;
  -moz-border-radius: 9.05797px;
       border-radius: 9.05797px;
  background: #fff;
  outline: none;
  font-size: 27.17391px;
  line-height: 39.85507px;
  padding: 16.30435px 0 16.30435px 45.28986px;
}

.pTop .contact .form dl dd .wrapInput input::-webkit-input-placeholder, .pTop .contact .form dl dd .wrapInput textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #B3B3B3;
}

.pTop .contact .form dl dd .wrapInput input::-moz-placeholder, .pTop .contact .form dl dd .wrapInput textarea::-moz-placeholder {
  opacity: 1;
  color: #B3B3B3;
}

.pTop .contact .form dl dd .wrapInput input:-ms-input-placeholder, .pTop .contact .form dl dd .wrapInput textarea:-ms-input-placeholder {
  opacity: 1;
  color: #B3B3B3;
}

.pTop .contact .form dl dd .wrapInput input::placeholder, .pTop .contact .form dl dd .wrapInput textarea::placeholder {
  opacity: 1;
  color: #B3B3B3;
}

.pTop .contact .form dl dd .wrapInput textarea {
  height: 307.97101px;
}

.pTop .contact .form dl dd .wrapSelect {
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}

.pTop .contact .form dl dd .wrapSelect::after {
  position: absolute;
  content: "";
  width: 16.30435px;
  height: 10.86957px;
  background: url("../img/arrowSel.png") center 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: 25.36232px;
}

.pTop .contact .form dl dd .wrapSelect select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 72.46377px;
  border: 1px solid #53A6D9;
  -moz-border-radius: 9.05797px;
       border-radius: 9.05797px;
  background: #fff;
  outline: none;
  font-size: 27.17391px;
  line-height: 39.85507px;
  padding: 16.30435px 0 16.30435px 45.28986px;
}

.pTop .contact .form dl + dl {
  margin-top: 36.23188px;
}

.pTop .contact .form .wrapCheck {
  text-align: center;
  margin-top: 36.23188px;
}

.pTop .contact .form .wrapCheck label {
  line-height: 0;
  cursor: pointer;
  position: relative;
}

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

.pTop .contact .form .wrapCheck label input:checked + span::before {
  content: "\2713";
}

.pTop .contact .form .wrapCheck label span {
  font-size: 28.98551px;
  line-height: 47.10145px;
  font-weight: 400;
  position: relative;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
  padding: 0 0 0 59.78261px;
  color: #333;
}

.pTop .contact .form .wrapCheck label span a {
  color: #FB7F94;
  text-decoration: underline;
}

.pTop .contact .form .wrapCheck label span::before {
  position: absolute;
  content: "";
  width: 38.04348px;
  height: 38.04348px;
  background: #fff;
  -moz-border-radius: 9.05797px;
       border-radius: 9.05797px;
  border: 1px solid #69B1DE;
  left: 0;
  top: 4.52899px;
  font-size: 38.04348px;
  line-height: 1;
  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 .contact .form .wrapBtn {
  margin-top: 47.10145px;
  text-align: center;
  line-height: 0;
}

.pTop .contact .form .wrapBtn button {
  display: inline-block;
  border: none;
  -moz-box-shadow: none;
       box-shadow: none;
  background: none;
  width: 628.62319px;
  -moz-border-radius: 121.37681px;
       border-radius: 121.37681px;
}

.pTop .contact .form .wrapBtn button img {
  width: 100%;
  height: auto;
}

.pTop .contact .form .error {
  color: #ff0000;
  font-size: 23.55072px;
  line-height: 1.5;
}

.pTop .footer {
  margin-top: 55px;
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  padding-bottom: 4rem;
}

.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;
  flex-wrap: wrap;
}

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

/*}*/
.pThanks {
  height: 100%;
}

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

.pThanks .container main {
  width: 100%;
}

.pThanks .container .footer {
  width: 100%;
  margin-top: auto;
}

.pThanks__main {
  padding: 108.69565px 27.17391px;
}

.pThanks__main h2 {
  text-align: center;
  font-size: 57.97101px;
  line-height: 1.2;
  font-weight: 700;
  color: #53A6D9;
}

.pThanks__main .txt {
  margin-top: 72.46377px;
  text-align: center;
  font-size: 25.36232px;
  line-height: 43.47826px;
  font-weight: 400;
}

.pThanks__main .txt p + p {
  margin-top: 43.47826px;
}

.pThanks__main .btn {
  margin-top: 90.57971px;
  text-align: center;
}

.pThanks__main .btn a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 628.62319px;
  height: 121.37681px;
  -moz-border-radius: 72.46377px;
       border-radius: 72.46377px;
  background: #2491D4;
  color: #fff;
  font-size: 47.10145px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.tyushaku {
  padding: 0 20px;
  line-height: 1.4;
  font-size: 12px;
  margin-top: 10px;
  text-align: left;
}
.qabox {
  margin-top: 50px;
}