@charset "UTF-8";
/* Default */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

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

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

/* Adjust if you needed */
html,
body {
  font-size: 62.5%;
}

body {
  background: white;
  color: #555555;
  font-family: "ｍｓ ｐゴシック", "ms pgothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
  line-height: 1.5;
}

::selection {
  color: white;
  background: deepskyblue;
}

a {
  color: deepskyblue;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.3s;
}

a:hover {
  color: #66d9ff;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:focus,
*:focus {
  outline: none;
}

@media print {
  * html body {
    zoom: 0.7;
  }
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  vertical-align: bottom;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.box {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}

.box img {
  max-width: 100%;
  height: auto;
}

.box__600 {
  max-width: 600px;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.footer__img {
  padding: 50px;
  text-align: center;
}

.footer__img img {
  width: 200px;
  height: auto;
}

.footer__copy {
  width: 100%;
  text-align: center;
  background: #d9829a;
  color: #fff;
  letter-spacing: 0.55em;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  line-height: 1;
  padding: 35px 0 30px 0;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.online {
  width: 100%;
  padding: 90px 30px;
  background: #de91a7;
}

.online form {
  width: 580px;
  position: absolute;
  top: 70%;
}

.online__box {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  position: relative;
}

.online__btn {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.online__btn a,
.online__btn input[type=submit] {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  width: 100%;
  max-width: 300px;
  padding: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  background: #72c3c8;
  box-shadow: 2.12px 2.12px 5px -2px rgba(0, 0, 0, 0.73);
  border: 0;
  transition: all 0.2s ease, visibility 0s;
  border-radius: 12px;
  cursor: pointer;
}

.online__btn a:hover,
.online__btn input[type=submit]:hover {
  background: #fff;
  color: #72c3c8;
}

.online__input {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 13px;
}

.online__input input[type=text] {
  width: 21em;
  padding: 16px 20px;
  border-radius: 4px;
  text-align: center;
}

.beforeafter {
  padding: 100px 30px 30px 30px;
}

.beforeafter ul {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.beforeafter ul li {
  margin-bottom: 60px;
  background: #fff;
  padding: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.lesson {
  padding: 90px 30px;
}

.lesson h2 {
  text-align: center;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  color: #d9829a;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  margin-bottom: 50px;
}

.lesson ul {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.lesson ul li {
  border-top: 1px dotted #777;
  padding: 8px 0;
}

.lesson ul li:last-child {
  border-bottom: 1px dotted #777;
}

.lesson ul li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

.lesson ul li dl dt {
  width: 15em;
  margin-right: 10px;
}

.lesson ul li dl dt img {
  width: 100%;
  height: auto;
}

.lesson ul li dl dd {
  flex: 1;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-size: 20px;
  font-size: 2rem;
}

.lesson ul li dl dd span {
  font-size: 24px;
  font-size: 2.4rem;
  color: #d9829a;
}

.point {
  background: rgba(252, 179, 89, 0.2);
  padding: 90px 30px 110px 30px;
}

.point h2 {
  text-align: center;
  color: #d9829a;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  font-weight: normal;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  margin-bottom: 20px;
}

.point__sttl {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.7em;
  text-align: center;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  margin-bottom: 70px;
}

.point__list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 140px;
  background: url(../images/point_mark.png) no-repeat center bottom;
  background-size: 42px;
}

.point__list ul {
  display: flex;
  justify-content: space-between;
}

.point__list ul li {
  width: 30%;
}

.point__lead {
  text-align: center;
  padding: 80px 0 0 0;
  margin-bottom: 50px;
}

.point__lead dl dt {
  color: #d9829a;
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
}

.point__lead dl dd {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  line-height: 2;
}

.point__lead dl dd span {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-family: "ｍｓ ｐゴシック", "ms pgothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;
  color: #d9829a;
  line-height: 2;
  background: linear-gradient(transparent 70%, #fff 70%);
}

.point__img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.change__1 {
  width: 100%;
  padding: 120px 30px 20px 30px;
  background: #dfecf7;
}

.change__1 .change__list li {
  color: #3d9be9;
}

.change__1 .change__lead {
  color: #3d9be9;
}

.change__2 {
  width: 100%;
  padding: 70px 30px;
  background: #fceae7;
}

.change__2 .change__list li {
  color: #d9829a;
}

.change__2 .change__lead {
  color: #d9829a;
}

.change__n {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/change_bg.svg) no-repeat center center;
  background-size: cover;
}

.change__n span {
  text-align: center;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: bold;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  color: #d9829a;
}

.change__lead {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 40px;
}

.change__lead span {
  display: inline-block;
  background: #fff;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.4;
  padding: 0 15px;
  margin: 0 10px;
}

.change__img {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 50px auto;
}

.change__img img {
  width: 100%;
  height: auto;
}

.change__list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.change__list ul {
  display: inline-block;
}

.change__list ul li {
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 10px;
  text-align: left;
}

.change__list ul li span {
  color: #fff;
}

.movie {
  padding: 70px 30px 100px 30px;
}

.movie__txt {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 30px;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  line-height: 2.2;
}

.movie__txt__st {
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #d9829a;
  line-height: 1.7;
  margin-bottom: 30px;
}

.movie__box {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 40px;
}

.movie__box__inner {
  width: 100%;
  position: relative;
}

.movie__box__inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.photo {
  padding: 70px 30px 50px 30px;
}

.photo__img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 40px auto;
}

.photo__lead {
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  line-height: 2.2;
}

.photo__list {
  width: 100%;
  max-width: 1000px;
  padding-top: 40px;
  margin: 0 auto 50px auto;
}

.photo__list ul {
  display: flex;
  justify-content: space-between;
}

.photo__list ul li {
  width: 30%;
}

.photo__txt {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  line-height: 2.2;
}

.photo__txt__st {
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #d9829a;
  line-height: 1.7;
  margin-bottom: 20px;
}

.photo__txt__st span {
  border-bottom: 2px solid #d9829a;
}

.fllow {
  padding: 90px 30px 80px 30px;
}

.fllow h2 {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 50px auto;
}

.fllow h2 img {
  width: 100%;
  height: auto;
}

.fllow__list {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.fllow__list ul li {
  padding-bottom: 50px;
  margin-bottom: 60px;
  background: url(../images/follow_mark.png) no-repeat center bottom;
  background-size: 95px;
}

.fllow__list ul li:last-child {
  background: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.fllow__list ul li dl {
  margin-bottom: 40px;
}

.fllow__list ul li dl dt {
  width: 100%;
  margin: 0 auto 30px auto;
}

.fllow__list ul li dl dt img {
  width: 100%;
  height: auto;
}

.fllow__list ul li dl dd img {
  width: 100%;
  height: auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  padding: 2px;
  background: #fff;
}

.fllow__list ul li:nth-child(1) dt {
  max-width: 356px;
}

.fllow__list ul li:nth-child(2) dt {
  max-width: 319px;
}

.fllow__list ul li:nth-child(3) dt {
  max-width: 350px;
}

.fllow__txt {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 40px;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  line-height: 2.2;
}

.fllow__txt span {
  font-size: 22px;
  font-size: 2.2rem;
  color: #d9829a;
}

.fllow__txt__st {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #d9829a;
  line-height: 2;
}

.purpose {
  padding: 90px 0 50px 0;
  background: #ffe9e6;
}

.purpose h2 {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 50px auto;
}

.purpose h2 img {
  width: 100%;
  height: auto;
}

.purpose__img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 50px auto;
}

.purpose__img img {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  padding: 2px;
  background: #fff;
  margin-bottom: 30px;
}

.purpose__pic {
  width: 100%;
  height: 516px;
  margin-bottom: 50px;
}

.purpose__pic__inner {
  width: 60%;
  height: 516px;
  background: #f00;
  background-size: cover;
}

.purpose__pic__l {
  background-position: right center;
}

.purpose__pic__r {
  float: right;
  background-position: left center;
}

.purpose__list {
  width: 100%;
  max-width: 550px;
  padding-top: 40px;
  margin: 0 auto 80px auto;
}

.purpose__list h3 {
  text-align: center;
  color: #d9829a;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  margin-bottom: 30px;
  line-height: 1.8;
}

.purpose__list h3 span {
  font-size: 25px;
  font-size: 2.5rem;
}

.purpose__list ul {
  border-top: 1px dashed #d9829a;
}

.purpose__list ul li {
  color: #d9829a;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  padding: 20px 0 20px 60px;
  border-bottom: 1px dashed #d9829a;
}

.purpose__list ul li:nth-child(1) {
  background: url(../images/num_1.png) no-repeat left 10px;
  background-size: 45px;
}

.purpose__list ul li:nth-child(2) {
  background: url(../images/num_2.png) no-repeat left 10px;
  background-size: 45px;
}

.purpose__list ul li:nth-child(3) {
  background: url(../images/num_3.png) no-repeat left 10px;
  background-size: 45px;
}

.purpose__list ul li:nth-child(4) {
  background: url(../images/num_4.png) no-repeat left 10px;
  background-size: 45px;
}

.purpose__list ul li:nth-child(5) {
  background: url(../images/num_5.png) no-repeat left 10px;
  background-size: 45px;
}

.purpose__txt {
  width: 100%;
  max-width: 650px;
  margin: 0 auto 50px auto;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}

.purpose__txt span.pink {
  color: #d9829a;
}

.purpose__txt span.blue {
  color: #3d9be9;
}

.purpose__txt span.serif {
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
}

.purpose__txt span.bold {
  font-weight: bold;
}

.purpose__txt span.fs22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.contents {
  padding: 90px 30px 20px 30px;
}

.contents__logo {
  width: 100%;
  max-width: 185px;
  margin: 0 auto 40px auto;
}

.contents__logo img {
  width: 100%;
  height: auto;
}

.contents h2 {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-weight: normal;
  margin-bottom: 80px;
}

.contents__box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px auto;
}

.contents__box h3 {
  font-size: 20px;
  font-size: 2rem;
  color: #d9829a;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-weight: normal;
  margin-bottom: 30px;
}

.contents__box__txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

.contents__box__sbox {
  width: 90%;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  padding: 30px 0;
  margin: 0 auto;
}

.contents__box__sbox h4 {
  font-size: 20px;
  font-size: 2rem;
  color: #d9829a;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  font-weight: normal;
  margin-bottom: 25px;
}

.contents__box__sbox h4 span {
  display: inline-block;
  background: #d9829a;
  color: #fff;
  margin-right: 10px;
  padding: 0 30px 0 20px;
  text-align: center;
  position: relative;
  line-height: 50px;
}

.contents__box__sbox h4 span::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 25px 10px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.contents__box__sbox ul {
  width: 80%;
  margin-left: 14%;
  border-top: 1px dashed #d9829a;
}

.contents__box__sbox ul li {
  border-bottom: 1px dashed #d9829a;
  padding: 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.voice {
  background: #e6f4f5;
  padding: 90px 30px 100px 30px;
}

.voice h2 {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 50px auto;
}

.voice h2 img {
  width: 100%;
  height: auto;
}

.voice__lead {
  width: 100%;
  max-width: 650px;
  margin: 0 auto 50px auto;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}

.voice__point {
  width: 100%;
  max-width: 650px;
  margin: 0 auto 50px auto;
}

.voice__point ul li {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  color: #d9829a;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #d9829a;
  font-weight: bold;
}

.voice__point ul li:last-child {
  border: none;
}

.voice__box {
  padding-top: 50px;
  width: 100%;
  max-width: 650px;
  margin: 100px auto 100px auto;
  background: url(../images/voice_mark.png) no-repeat center top;
  background-size: 21px;
}

.voice__box h3 {
  text-align: center;
  color: #d9829a;
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  line-height: 1.8;
  margin-bottom: 20px;
}

.voice__name {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 50px;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  color: #d9829a;
}

.voice__img {
  margin-bottom: 50px;
}

.voice__img img {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  padding: 2px;
  background: #fff;
  margin-bottom: 30px;
}

.voice__txt {
  width: 100%;
  max-width: 650px;
  margin: 0 auto 50px auto;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}

.voice__txt span.pink {
  color: #d9829a;
}

.voice__txt span.blue {
  color: #3d9be9;
}

.voice__txt span.serif {
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
}

.voice__txt span.bold {
  font-weight: bold;
}

.voice__txt span.fs22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.voice__txt span.fs11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.voice__movie {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.voice__movie__inner {
  width: 100%;
  position: relative;
}

.voice__movie__inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.elements {
  background: #ffe9e6;
  padding: 90px 30px 100px 30px;
}

.elements h2 {
  width: 100%;
  max-width: 200px;
  margin: 0 auto 70px auto;
}

.elements h2 img {
  width: 100%;
  height: auto;
}

.elements__box {
  margin-bottom: 100px;
}

.elements__box:last-child {
  margin-bottom: 0;
}

.elements__box h3 {
  width: 100%;
  max-width: 260px;
  margin: 0 auto 70px auto;
}

.elements__box h3 img {
  width: 100%;
  height: auto;
}

.elements__txt {
  width: 100%;
  max-width: 650px;
  margin: 0 auto 40px auto;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}

.elements__txt span.pink {
  color: #d9829a;
}

.elements__txt span.blue {
  color: #3d9be9;
}

.elements__txt span.serif {
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
}

.elements__txt span.bold {
  font-weight: bold;
}

.elements__txt span.fs22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.elements__list {
  width: 100%;
  max-width: 650px;
  margin: 0 auto 40px auto;
}

.elements__list ul li {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.7;
  color: #5796c4;
  margin-bottom: 10px;
}

.elements__list ul li:last-child {
  margin-bottom: 0;
}

.elements__list ul li span {
  color: #fff;
}

.elements__note {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 80px 35px;
  background: #fff;
  position: relative;
}

.elements__note h4 {
  font-size: 20px;
  font-size: 2rem;
  color: #d9829a;
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  text-align: center;
  font-weight: normal;
  line-height: 1.7;
  margin-bottom: 40px;
}

.elements__note h5 {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}

.elements__note__list {
  margin-bottom: 40px;
}

.elements__note__list ul li {
  font-size: 20px;
  font-size: 2rem;
  color: #d9829a;
  line-height: 1.7;
  margin-bottom: 5px;
}

.elements__note__list ul li:last-child {
  margin-bottom: 0;
}

.elements__note__txt {
  margin-bottom: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}

.elements__note__mark__1 {
  width: 80px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.elements__note__mark__1 img {
  width: 100%;
  height: auto;
}

.elements__note__mark__2 {
  width: 80px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.elements__note__mark__2 img {
  width: 100%;
  height: auto;
}

.elements__note__mark__3 {
  width: 80px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  transform: rotateX(180deg);
}

.elements__note__mark__3 img {
  width: 100%;
  height: auto;
}

.elements__note__mark__4 {
  width: 80px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transform: rotateX(180deg);
}

.elements__note__mark__4 img {
  width: 100%;
  height: auto;
}

.thought__header {
  width: 100%;
  height: 660px;
  background: url(../images/thought_bg.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.thought__header h2 {
  width: 100%;
  max-width: 200px;
}

.thought__header h2 img {
  width: 100%;
  height: auto;
}

.thought__lead {
  padding: 0 30px;
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 60px;
}

.thought__lead span.pink {
  color: #d9829a;
}

.thought__lead span.blue {
  color: #3d9be9;
}

.thought__lead span.serif {
  font-family: "ｍｓ ｐ明朝", "ms pmincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
}

.thought__lead span.bold {
  font-weight: bold;
}

.thought__lead span.fs22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.thought__movie {
  width: 100%;
  max-width: 960px;
  padding: 0 30px;
  margin: 0 auto 100px auto;
}

.thought__movie__inner {
  width: 100%;
  position: relative;
}

.thought__movie__inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.yt_video {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
}

.yt_video img {
  width: 100%;
  height: auto;
}

.yt_video::before {
  position: absolute;
  width: 68px;
  height: 48px;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/play.svg);
  cursor: pointer;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.btn {
  position: fixed;
  z-index: 10;
  bottom: 30px;
  right: 30px;
}

.btn a {
  text-indent: -5000px;
  display: block;
  width: 156px;
  height: 156px;
  background: url(../images/btn.png);
  background-size: cover;
}

.btn a:hover {
  background: url(../images/btn_over.png);
  background-size: cover;
}

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
@media only screen and (max-width: 769px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .footer__img {
    padding: 8%;
  }
  .footer__img img {
    width: 50%;
  }
  .footer__copy {
    font-size: 10px;
    font-size: 1rem;
    padding: 7% 0 7% 0;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .online {
    padding: 10% 5%;
  }
  .online form {
    width: 100%;
    position: absolute;
    top: 70%;
  }
  .online__btn a,
  .online__btn input[type=submit] {
    padding: 5px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .online__input {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .online__input input[type=text] {
    width: 100%;
    padding: 11px 20px;
  }
  .beforeafter {
    padding: 10% 5% 5% 5%;
  }
  .beforeafter ul li {
    margin-bottom: 5%;
  }
  .lesson {
    padding: 10% 5%;
  }
  .lesson h2 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10%;
  }
  .lesson ul {
    width: 90%;
    margin: 0 auto;
  }
  .lesson ul li {
    padding: 5% 0;
  }
  .lesson ul li dl {
    display: block;
  }
  .lesson ul li dl dt {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .lesson ul li dl dt img {
    width: 50%;
  }
  .lesson ul li dl dd {
    flex: 1;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    display: block;
  }
  .lesson ul li dl dd span {
    display: block;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
  }
  .point {
    padding: 10% 5% 10% 5%;
  }
  .point h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 3%;
  }
  .point__sttl {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 10%;
  }
  .point__list {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 15%;
    background: url(../images/point_mark.png) no-repeat center bottom;
    background-size: 32px;
  }
  .point__list ul {
    flex-wrap: wrap;
  }
  .point__list ul li {
    width: 100%;
    margin-bottom: 5%;
  }
  .point__lead {
    padding: 10% 0 0 0;
    margin-bottom: 10%;
  }
  .point__lead dl dt {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 5%;
  }
  .point__lead dl dd {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .point__lead dl dd span {
    padding-top: 5%;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.8;
    background: linear-gradient(transparent 80%, #fff 80%);
  }
  .change__1 {
    padding: 10% 5% 0% 5%;
  }
  .change__2 {
    padding: 10% 5%;
  }
  .change__n {
    height: 100px;
  }
  .change__n span {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .change__lead {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 5%;
  }
  .change__lead span {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 0 15px;
    margin: 0 10px;
  }
  .change__img {
    margin: 0 auto 10% auto;
  }
  .change__list ul li {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .movie {
    padding: 10% 5% 10% 5%;
  }
  .movie__txt {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5%;
    line-height: 2;
    text-align: left;
  }
  .movie__txt__st {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7;
    margin-bottom: 5%;
    text-align: left;
  }
  .movie__box {
    padding-top: 5%;
  }
  .photo {
    padding: 10% 5% 10% 5%;
  }
  .photo__img {
    width: 100%;
    max-width: 80%;
    margin: 0 auto 5% auto;
  }
  .photo__lead {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5%;
    line-height: 2;
  }
  .photo__lead__left {
    text-align: left;
  }
  .photo__list {
    width: 85%;
    padding-top: 5%;
    margin: 0 auto 5% auto;
  }
  .photo__list ul {
    flex-wrap: wrap;
  }
  .photo__list ul li {
    width: 100%;
    margin-bottom: 5%;
  }
  .photo__txt {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5%;
    line-height: 2;
    text-align: left;
  }
  .photo__txt span {
    font-size: 18px;
    font-size: 1.8rem;
    color: #d9829a;
  }
  .photo__txt__st {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7;
    margin-bottom: 5%;
    text-align: left;
  }
  .photo__txt__st span {
    border-bottom: 2px solid #d9829a;
  }
  .fllow {
    padding: 5% 5% 10% 5%;
  }
  .fllow h2 {
    width: 40%;
    margin: 0 auto 10% auto;
  }
  .fllow__list ul li {
    padding-bottom: 25%;
    margin-bottom: 10%;
    background: url(../images/follow_mark.png) no-repeat center bottom;
    background-size: 75px;
  }
  .fllow__list ul li dl {
    margin-bottom: 10%;
  }
  .fllow__list ul li dl dt {
    margin: 0 auto 5% auto;
  }
  .fllow__list ul li dl dt img {
    width: 90%;
    height: auto;
  }
  .fllow__txt {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5%;
    line-height: 2;
  }
  .fllow__txt span {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .fllow__txt__st {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .purpose {
    padding: 10% 0 10% 0;
  }
  .purpose h2 {
    width: 40%;
    margin: 0 auto 10% auto;
  }
  .purpose__img {
    padding: 0 5%;
    margin: 0 auto 5% auto;
  }
  .purpose__pic {
    height: 250px;
    margin-bottom: 10%;
  }
  .purpose__pic__inner {
    width: 100%;
    height: 250px;
  }
  .purpose__list {
    padding-top: 10%;
    margin: 0 auto 10% auto;
    padding: 0 5%;
  }
  .purpose__list h3 {
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10%;
    line-height: 1.8;
  }
  .purpose__list h3 span {
    font-size: 20px;
    font-size: 2rem;
  }
  .purpose__list ul li {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 60px 0 20px 0;
    text-align: center;
  }
  .purpose__list ul li:nth-child(1) {
    background: url(../images/num_1.png) no-repeat center 20px;
    background-size: 35px;
  }
  .purpose__list ul li:nth-child(2) {
    background: url(../images/num_2.png) no-repeat center 20px;
    background-size: 35px;
  }
  .purpose__list ul li:nth-child(3) {
    background: url(../images/num_3.png) no-repeat center 20px;
    background-size: 35px;
  }
  .purpose__list ul li:nth-child(4) {
    background: url(../images/num_4.png) no-repeat center 20px;
    background-size: 35px;
  }
  .purpose__list ul li:nth-child(5) {
    background: url(../images/num_5.png) no-repeat center 20px;
    background-size: 35px;
  }
  .purpose__txt {
    padding: 0 5%;
    margin: 0 auto 10% auto;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .purpose__txt span.fs22 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .contents {
    padding: 10% 5% 0% 5%;
  }
  .contents__logo {
    width: 50%;
    margin: 0 auto 10% auto;
  }
  .contents h2 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10%;
  }
  .contents__box {
    margin: 0 auto 15% auto;
  }
  .contents__box h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5%;
  }
  .contents__box__txt {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5%;
  }
  .contents__box__sbox {
    width: 100%;
    padding: 5% 5%;
  }
  .contents__box__sbox h4 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5%;
  }
  .contents__box__sbox h4 span {
    margin-bottom: 5%;
  }
  .contents__box__sbox ul {
    width: 100%;
    margin-left: 0;
  }
  .contents__box__sbox ul li {
    padding: 15px 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .voice {
    padding: 10% 5% 10% 5%;
  }
  .voice h2 {
    width: 40%;
    margin: 0 auto 10% auto;
  }
  .voice__lead {
    margin: 0 auto 10% auto;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .voice__point {
    margin: 0 auto 5% auto;
  }
  .voice__point ul li {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .voice__box {
    padding-top: 30px;
    margin: 10% auto 10% auto;
  }
  .voice__box h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5%;
  }
  .voice__name {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 10%;
  }
  .voice__img {
    margin-bottom: 5%;
  }
  .voice__img img {
    margin-bottom: 5%;
  }
  .voice__txt {
    margin: 0 auto 10% auto;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
  }
  .voice__txt span.fs22 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .elements {
    padding: 10% 5% 10% 5%;
  }
  .elements h2 {
    width: 40%;
    margin: 0 auto 10% auto;
  }
  .elements__box {
    margin-bottom: 10%;
  }
  .elements__box h3 {
    width: 60%;
    margin: 0 auto 10% auto;
  }
  .elements__txt {
    margin: 0 auto 10% auto;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
  }
  .elements__txt span.fs22 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .elements__list {
    margin: 0 auto 10% auto;
  }
  .elements__list ul li {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .elements__note {
    padding: 10% 7%;
  }
  .elements__note h4 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5%;
  }
  .elements__note h5 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5%;
  }
  .elements__note__list {
    margin-bottom: 5%;
  }
  .elements__note__list ul li {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .elements__note__txt {
    margin-bottom: 5%;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .elements__note__mark__1 {
    width: 30px;
    top: 15px;
    left: 15px;
  }
  .elements__note__mark__2 {
    width: 30px;
    top: 15px;
    right: 15px;
  }
  .elements__note__mark__3 {
    width: 30px;
    bottom: 15px;
    left: 15px;
  }
  .elements__note__mark__4 {
    width: 30px;
    bottom: 15px;
    right: 15px;
  }
  .thought__header {
    height: 230px;
    margin-bottom: 10%;
  }
  .thought__header h2 {
    width: 40%;
  }
  .thought__lead {
    padding: 0 5%;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 10%;
  }
  .thought__lead span.fs22 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .thought__movie {
    padding: 0 5%;
    margin: 0 auto 10% auto;
  }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .btn {
    display: none;
  }
}

/*# sourceMappingURL=../../false/style.css.map */