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

p,
span {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after, blockquote:before {
  content: '';
  content: none;
}

q:after, q:before {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

img {
  width: 100%;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*---------------------------------
  変数
---------------------------------*/
html {
  font-size: 16px;
}

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

body {
  overflow-x: hidden;
  color: #474040;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif;
  line-height: 1.4;
}

/*---------------------------------
  header
---------------------------------*/
header {
  padding: 0 0 160px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(69%, #f2f2f8), color-stop(69%, #f2f2f8), color-stop(70%, #f2f2f8), to(#fff0ec));
  background: -webkit-linear-gradient(top, #f2f2f8 69%, #f2f2f8 69%, #f2f2f8 70%, #fff0ec 100%);
  background: linear-gradient(to bottom, #f2f2f8 69%, #f2f2f8 69%, #f2f2f8 70%, #fff0ec 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

header .mail-magazine {
  position: relative;
  z-index: 100;
  margin: -150px 0 0;
}

/*---------------------------------
  パーツ
---------------------------------*/
.emphasis {
  color: #ff4a5b;
}

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

.photo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px 3px rgba(237, 59, 101, 0.08);
          box-shadow: 0 0 6px 3px rgba(237, 59, 101, 0.08);
}

.animate-box {
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animate-box.no-fade {
  opacity: 1;
}

/*
  幅
---------------------------------*/
.content-1000 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

.content-1100 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

.content-1200 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

/*
  ctabtn
---------------------------------*/
.form-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-mail input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 600px;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background: #f4f4f4;
  -webkit-box-shadow: 0 0 4px 1px rgba(179, 180, 184, 0.39) inset;
          box-shadow: 0 0 4px 1px rgba(179, 180, 184, 0.39) inset;
  font-size: 18px;
}

.form-mail input::-webkit-input-placeholder {
  color: #a2a2a2;
}

.form-mail input::-moz-placeholder {
  color: #a2a2a2;
}

.form-mail input:-ms-input-placeholder {
  color: #a2a2a2;
}

.form-mail input::-ms-input-placeholder {
  color: #a2a2a2;
}

.form-mail input::placeholder {
  color: #a2a2a2;
}

.form-mail input:focus {
  border: solid 1px #ff796b;
  background: #fff0ec;
  outline: 0;
}

.ctabtn {
  font-size: 1.375rem;
  display: block;
  padding: 17px 24px;
  border: none;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #1da556), to(#2cbc48));
  background: -webkit-linear-gradient(top, #1da556 1%, #2cbc48 100%);
  background: linear-gradient(to bottom, #1da556 1%, #2cbc48 100%);
  -webkit-box-shadow: 0 3px 9px 1px rgba(146, 146, 146, 0.78);
          box-shadow: 0 3px 9px 1px rgba(146, 146, 146, 0.78);
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-decoration: none;
  line-height: 22px;
  cursor: pointer;
}

.ctabtn svg {
  display: inline;
  position: relative;
  top: 2px;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  fill: #fff;
}

.ctabtn:hover {
  background: #1da556;
}

/*
  ピンクエリア
---------------------------------*/
.section-pink {
  padding: 80px 0 160px;
  background: #fff0ec;
}

/*
  ピンクボックス
---------------------------------*/
.pink-box__title {
  font-size: 1.875rem;
  padding: 10px 20px;
  border-radius: 20px 20px 0 0;
  background: #ff796b;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  text-align: center;
}

.pink-box__content {
  font-size: 1.25rem;
  padding: 30px;
  border-radius: 0 0 20px 20px;
  background: #fff;
  text-align: center;
  line-height: 1.8;
}

.pink-box__content .text-strong {
  font-size: 1.875rem;
}

.pink-box__content p {
  margin-bottom: 2rem;
}

.pink-box__content p:last-child {
  margin-bottom: 0;
}

.achievement-box {
  padding: 20px;
  border-radius: 10px;
  background: #fffbd0;
  font-weight: bold;
  text-align: center;
}

/*
  ホワイトエリア
---------------------------------*/
.section-white {
  position: relative;
  margin-top: 50px;
  padding: 0 0 80px;
  background: #fff;
}

.section-white::before {
  display: block;
  position: absolute;
  z-index: 0;
  top: -140px;
  right: 0;
  left: 0;
  max-width: 1000px;
  width: 100%;
  height: 300px;
  margin: auto;
  border-radius: 80%;
  background: #fff;
  content: '';
}

.section-white .content-1000 {
  position: relative;
  z-index: 10;
}

/*
  メールマガジン
---------------------------------*/
.mail-magazine {
  padding: 0 20px;
}

.mail-magazine__box {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 6px 3px rgba(213, 213, 213, 0.28);
          box-shadow: 0 0 6px 3px rgba(213, 213, 213, 0.28);
}

.mail-magazine__point {
  position: absolute;
  top: -30px;
  right: -40px;
  max-width: 140px;
}

.mail-magazine__title {
  font-size: 2.125rem;
  padding: 10px 20px;
  border-radius: 20px 20px 0 0;
  background: #ff796b;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  text-align: center;
}

.mail-magazine__title span {
  padding-right: 10px;
}

.mail-magazine__bg {
  padding: 20px 0 0;
  border-radius: 0 0 20px 20px;
  background: #fff;
  background-size: cover;
}

.mail-magazine__content {
  max-width: 600px;
  margin: 0 auto 30px;
  text-align: center;
}

.mail-magazine__content-text1 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.mail-magazine__content-text1 span {
  font-size: 1.625rem;
}

.mail-magazine__content-text2 {
  font-size: 0.875rem;
  display: inline-block;
  position: relative;
  margin-bottom: 1.2rem;
}

.mail-magazine__content-text2:before, .mail-magazine__content-text2:after {
  position: absolute;
  top: 10px;
  width: 20px;
  height: 1px;
  background-color: black;
  content: '';
}

.mail-magazine__content-text2:before {
  left: -30px;
  -webkit-transform: rotate(-120deg);
          transform: rotate(-120deg);
}

.mail-magazine__content-text2:after {
  right: -30px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.mail-magazine__present {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  border-radius: 0 0 20px 20px;
  background: #fffbd0;
}

.mail-magazine__present-title {
  width: 220px;
  margin-right: 20px;
}

.mail-magazine__present-item-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 240px));
}

.mail-magazine__present-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% / 2);
  font-size: 15px;
}

.mail-magazine__present-item img {
  max-width: 120px;
}

.mail-magazine__present-item-read {
  color: #ff4a5b;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
}

.animate-box {
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animate-box.no-fade {
  opacity: 1;
}

.contact-link {
  position: fixed;
  z-index: 100;
  top: 50%;
  right: 0;
  max-width: 54px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.contact-link img {
  width: 100%;
}

/*---------------------------------
  メインビジュアル
---------------------------------*/
.mainimg {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: -60px;
  padding: 0 20px;
  background: url("../img/mainimg.png") top center no-repeat;
  background-size: 1366px 919px;
}

.mainimg__text {
  max-width: 600px;
  height: 750px;
  padding-top: 150px;
}

.mainimg__fukidashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 680px;
  margin-bottom: 20px;
}

.mainimg__fukidashi li:first-child {
  margin-right: 10px;
}

.mainimg__title {
  margin-bottom: 40px;
}

/*---------------------------------
  オンラインはじめました
---------------------------------*/
.section-online__title {
  position: relative;
  top: -50px;
  max-width: 700px;
  margin: 0 auto;
}

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

.section-online .flex .col {
  width: calc(100% / 2);
  margin: 0 20px;
  font-size: 18px;
  line-height: 1.6;
}

.section-online .flex .col img {
  border: 4px solid #ffaca3;
  border-radius: 5px;
}

.section-student__title {
  font-size: 2.375rem;
  margin-bottom: 40px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.8;
}

.section-student__voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.section-student__voice:last-child {
  margin-bottom: -50px;
}

.section-student__voice-img {
  width: 120px;
  margin-right: 40px;
}

.section-student__voice-img img {
  width: 100%;
}

.section-student__voice-comment {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: calc(100% - 160px);
  padding: 20px;
  border: 2px solid #ffaca3;
  border-radius: 10px;
  background: #fff;
}

.section-student__voice-comment:before {
  position: absolute;
  z-index: 10;
  top: 60px;
  left: -61px;
  width: 100px;
  height: 100px;
  background: url("../img/shape_fukidashi.png") top center no-repeat;
  background-size: 22px;
  content: '';
}

/*---------------------------------
  集客に困っていませんか？
---------------------------------*/
.section-blue {
  padding: 80px 0 0;
  background: #dde4fc;
}

.section-blue__title {
  font-size: 3.125rem;
  margin-bottom: 50px;
  color: #556ec9;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

.section-blue__title span {
  font-size: 4.375rem;
  padding-top: 22px;
  background: url("../img/guruguru.png") top center no-repeat;
  background-size: 20px;
}

.section-blue__list {
  padding: 40px;
  border-radius: 20px 20px 0 0;
  background: #fff;
}

.section-blue__list li {
  font-size: 1.5rem;
  padding: 20px 0 20px 40px;
  border-bottom: 3px solid #dde2f4;
  background: url("../img/check_blue.png") left center no-repeat;
  background-size: 24px;
  text-align: left;
}

.section-blue__deep {
  font-size: 1.625rem;
  position: relative;
  padding: 40px 20px;
  background: #889fed;
  color: #fff;
  text-align: center;
}

.section-blue__deep h3 {
  font-size: 2.875rem;
}

.section-blue__deep:after {
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 40px 50px 0 50px;
  border-style: solid;
  border-color: #889fed transparent transparent transparent;
  content: '';
}

.section-blue__deep-content {
  max-width: 700px;
  margin: 0 auto;
}

.section-blue__deep-mayoi {
  position: absolute;
  top: -160px;
  right: 10px;
  max-width: 360px;
}

/*---------------------------------
  骨盤ダイエットに変えた
---------------------------------*/
.section-kotuban {
  background: url(../img/kotuban_bg.png) #fff0ec center 40px no-repeat;
}

.section-kotuban__title {
  max-width: 844px;
  margin: 0 auto 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ff4a5b;
}

.section-kotuban__title-sab {
  font-size: 1.5rem;
  margin-bottom: 30px;
  text-shadow: 2px 0 4px #fff;
  text-align: center;
  line-height: 1.8;
}

/*---------------------------------
私も最初は実績0から
資格を取ってサロンをオープンしたワーママでした
---------------------------------*/
.section-proof__title {
  font-size: 2.375rem;
  margin-bottom: 40px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.8;
}

.section-proof__title span {
  position: relative;
  z-index: 0;
}

.section-proof__title span em {
  position: relative;
  z-index: 10;
}

.section-proof__title span::before {
  display: inline-block;
  position: absolute;
  z-index: 0;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #ffffa4;
  content: '';
}

.section-proof .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-proof .col {
  text-align: center;
}

.section-proof .col:nth-child(1) {
  max-width: 392px;
}

.section-proof .col:nth-child(1) p {
  font-size: 1.25rem;
  margin: 2rem 0;
}

.section-proof .col:nth-child(2) {
  max-width: 488px;
  padding-top: 20px;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}

/*---------------------------------
  骨盤ダイエットに変えた
---------------------------------*/
.section-evidence__title {
  font-size: 2.375rem;
  margin-bottom: 40px;
  padding: 50px 0 0 0;
  background: url("../img/naze.png") no-repeat left top;
  background-size: 100px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

.section-evidence .pink-box {
  margin-bottom: 50px;
}

.section-evidence .pink-box__title span {
  font-size: 1.375rem;
  display: block;
  margin-bottom: .5rem;
}

.section-evidence .pink-box__content.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-evidence .pink-box__content.flex .col:nth-child(1) {
  font-size: 1.25rem;
  max-width: 568px;
  margin-right: 20px;
  text-align: left;
}

.section-evidence .pink-box__content.flex .col:nth-child(2) img {
  max-width: 348px;
  border-radius: 5px;
}

.section-evidence .pink-box:last-child {
  margin-bottom: 0;
}

.section-evidence .strong {
  font-size: 2.125rem;
  display: inline-block;
  position: relative;
  font-weight: bold;
}

.section-evidence .strong:before, .section-evidence .strong:after {
  position: absolute;
  top: 30px;
  width: 28px;
  height: 1px;
  background-color: #ff4a5b;
  content: '';
}

.section-evidence .strong:before {
  left: -50px;
  -webkit-transform: rotate(-120deg);
          transform: rotate(-120deg);
}

.section-evidence .strong:after {
  right: -50px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.section-evidence .graf-box {
  padding: 20px;
  background: #fff0ec;
}

.section-evidence .graf-box h3 {
  margin-bottom: 30px;
}

.section-evidence .graf-box img {
  max-width: 628px;
}

/*---------------------------------
当スクールでは結果にこだわり、目に見える変化があります！
明らかな変化によりお客様に大変喜んでいただけています。
---------------------------------*/
.section-change__title {
  font-size: 1.5625rem;
  margin-bottom: 40px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif;
  text-align: center;
  line-height: 2;
}

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

.section-change .col {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 376px;
  padding: 0 18px;
}

/*---------------------------------
確実に身に付くプログラムをご用意
---------------------------------*/
.section-school__title {
  font-size: 2.375rem;
  margin-bottom: 80px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

.section-school__title span {
  font-size: 2.75rem;
  display: block;
  color: #ff4a5b;
}

.section-school__about {
  margin-bottom: 40px;
}

.section-school__list li {
  font-size: 1.5rem;
  padding: 20px 0 20px 40px;
  background: url("../img/check_pink.png") left center no-repeat;
  background-size: 30px;
  text-align: left;
}

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

.section-school .flex .col:nth-child(1) {
  max-width: 624px;
}

.section-school .flex .col:nth-child(2) {
  max-width: 456px;
}

.section-school__curriculum {
  padding: 50px;
  border-radius: 10px;
  background: #ebc5c2;
}

.section-school__curriculum-list {
  padding: 50px;
  background: #fff;
  text-align: center;
}

.section-school__curriculum-list ul {
  margin-bottom: 20px;
  border-top: 3px solid #e4e4e4;
  text-align: left;
}

.section-school__curriculum-list li {
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 16px 0 16px 30px;
  border-bottom: 3px solid #e4e4e4;
}

.section-school__curriculum-list li:before {
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ff796b;
  content: '';
}

.section-school__curriculum-list .achievement-box {
  font-size: 1.5rem;
  font-weight: bold;
}

.section-school__curriculum-period {
  font-size: 1.375rem;
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 14px 8px;
  border-radius: 5px;
  background: #ff796b;
  color: #fff;
}

.section-school__curriculum-title {
  font-size: 2.125rem;
  margin-bottom: 10px;
  font-weight: bold;
}

.section-school__curriculum-hosoku {
  font-size: 1rem;
  margin-bottom: 40px;
  font-weight: bold;
  font-weight: normal;
}

/*---------------------------------
スクール後の生徒さんからの声
---------------------------------*/
.section-voice__title {
  font-size: 1.5625rem;
  margin-bottom: 40px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif;
  text-align: center;
  line-height: 2;
}

.section-voice .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

.section-voice .flex-voice01 .col:nth-child(1) {
  max-width: 528px;
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
}

.section-voice .flex-voice01 .col:nth-child(2) {
  max-width: 512px;
}

.section-voice .flex-voice01 .col:nth-child(2) img {
  margin: 10px 0;
}

.section-voice .flex-voice02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.section-voice .flex-voice02 .col:nth-child(2) {
  max-width: 512px;
}

.section-voice .flex-voice02 .col:nth-child(2) img {
  margin: 60px 0 0;
}

.section-voice .flex-voice02 .col:nth-child(1) {
  max-width: 528px;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
}

/*---------------------------------
講師プロフィール
---------------------------------*/
.section-instructor__title {
  font-size: 2.375rem;
  margin-bottom: 80px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

.section-instructor__career {
  font-size: 1.125rem;
  margin-bottom: 40px;
  line-height: 1.8;
}

.section-instructor__name {
  font-size: 2.125rem;
  margin-bottom: 2rem;
  font-weight: bold;
}

.section-instructor__name span {
  font-size: 1.125rem;
  display: block;
}

.section-instructor__lead {
  font-size: 1.375rem;
  margin-bottom: 1.2rem;
  color: #ff796b;
}

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

.section-instructor .col:nth-child(1) {
  max-width: 328px;
}

.section-instructor .col:nth-child(2) {
  max-width: 584px;
  padding: 20px 0;
}

.section-instructor__letter {
  font-size: 1.25rem;
  position: relative;
  padding: 60px 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px 3px rgba(213, 213, 213, 0.28);
          box-shadow: 0 0 6px 3px rgba(213, 213, 213, 0.28);
  text-align: center;
  line-height: 2.2;
}

.section-instructor__letter h3 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.section-instructor__letter p {
  margin-bottom: 2rem;
}

.section-instructor__letter .strong {
  font-size: 1.75rem;
}

.section-instructor__letter:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: url("../img/bg_letter_top.png") no-repeat top;
  background-size: auto;
  background-size: 100%;
  content: '';
}

.section-instructor__letter:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: url("../img/bg_letter_bottom.png") no-repeat bottom;
  background-size: auto;
  background-size: 100%;
  content: '';
}

.section-message__title {
  font-size: 2rem;
  margin-bottom: 80px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
}

.section-last {
  padding-bottom: 20px;
}

footer {
  padding: 40px 0 80px;
  background: #fff0ec;
  text-align: center;
}

/*---------------------------------
  max1080px
---------------------------------*/
@media (max-width: 1080px) {
  .mail-magazine__title {
    padding: 10px;
    font-size: 24px;
  }
  .mail-magazine__bg {
    padding: 0;
  }
  .mail-magazine__point {
    position: absolute;
    top: -30px;
    right: -10px;
    max-width: 120px;
  }
  .content-1100 {
    padding: 0 20px;
  }
}

/*---------------------------------
  max974px
---------------------------------*/
@media (max-width: 974px) {
  .content-1000,
  .content-1100,
  .content-1200 {
    padding: 0 30px;
  }
  .section-proof .col:nth-child(1) {
    max-width: 322px;
  }
  .section-school__list li {
    font-size: 1.25rem;
  }
  .section-school .flex .col:nth-child(2) {
    max-width: 330px;
  }
  .section-kotuban__title {
    margin: 0 50px 30px;
  }
  .section-voice .flex-voice01 .col:nth-child(2),
  .section-voice .flex-voice02 .col:nth-child(2) {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 390px;
    padding: 0 10px;
  }
  .section-instructor .col:nth-child(1) {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 268px;
    padding: 0 20px;
  }
  .section-instructor__letter {
    padding: 40px 20px;
  }
  .section-message__title {
    margin-bottom: 40px;
  }
  .section-school .flex .col:nth-child(1),
  .section-school .flex .col:nth-child(2),
  .section-voice .flex-voice01 .col:nth-child(1),
  .section-voice .flex-voice01 .col:nth-child(2),
  .section-voice .flex-voice02 .col:nth-child(1),
  .section-voice .flex-voice02 .col:nth-child(2) {
    max-width: calc(50% - 10px);
  }
  .section-evidence .graf-box h3 {
    font-size: 18px;
    text-align: center;
  }
  .mail-magazine__present {
    display: block;
    padding: 20px;
  }
  .mail-magazine__present-title {
    max-width: 220px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .mail-magazine__present-item {
    width: 100%;
  }
  .mail-magazine__present-item-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }
}

/*---------------------------------
  max768px（common）
---------------------------------*/
@media (max-width: 768px) {
  .content-1000,
  .content-1100,
  .content-1200 {
    padding: 0 16px;
  }
  header {
    padding: 0 0 100px;
  }
  .mail-magazine__title span {
    display: block;
    padding-right: 0;
    font-size: 15px;
  }
  .mail-magazine__present {
    padding: 10px;
  }
  .mail-magazine__present-item-all {
    max-width: 100%;
  }
  .ctabtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 20px;
    font-size: 20px;
  }
  .ctabtn svg {
    width: 20px;
  }
  .flex {
    display: block;
  }
  .col {
    max-width: 100%;
  }
  .pink-box__content {
    padding: 16px;
    text-align: left;
  }
  .pink-box__content .text-strong {
    text-align: center;
  }
  .pink-box__content .text-strong {
    font-size: 18px;
  }
  .achievement-box {
    padding: 18px;
  }
  .section-pink {
    padding: 40px 0 110px;
  }
  .section-white {
    margin-top: 20px;
    padding: 10px 0 20px;
  }
  .section-white::before {
    top: -70px;
    height: 160px;
  }
}

/*---------------------------------
  max768px
---------------------------------*/
@media (max-width: 768px) {
  body {
    line-height: 1.4;
  }
  .sp-none {
    display: none;
  }
  /********** メインイメージ **********/
  .mainimg {
    padding: 0 10px;
    padding-bottom: 60%;
    background: url("../img/mainimg_sp.png") bottom center no-repeat;
    background-size: 100%;
    text-align: center;
  }
  .mainimg__text {
    max-width: 600px;
    height: auto;
    margin: 0 auto;
    padding-top: 80px;
  }
  .mainimg__fukidashi {
    margin-bottom: 0;
  }
  .mainimg__title {
    margin-bottom: 0;
  }
  /********** メールマガジン **********/
  header .mail-magazine {
    margin: -30px 0 0;
  }
  .form-mail input {
    padding: 10px;
    font-size: 16px;
  }
  .mail-magazine__bg {
    padding: 10px 0 0;
    background: url("../img/mailmagazine_sp.png") no-repeat right top #fff;
    background-position: right bottom;
    background-size: 210px;
    background-size: 400px;
  }
  .mail-magazine__point {
    top: -30px;
    max-width: 86px;
  }
  .mail-magazine__content {
    max-width: 100%;
    padding: 0 10px;
  }
  .mail-magazine__content-text1 {
    line-height: 1.5;
  }
  .mail-magazine__content-text2 {
    font-size: 13px;
  }
  .mail-magazine__content-text2:before,
  .mail-magazine__content-text2:after {
    top: 55%;
  }
  /********** オンライン **********/
  .section-online__title {
    top: -30px;
  }
  .section-online {
    max-width: 600px;
    margin: 0 auto;
  }
  .section-online .flex .col {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 16px;
  }
  /********** 受講生の声 **********/
  .section-student__voice {
    display: block;
    margin-bottom: 20px;
  }
  .section-student__voice-img {
    max-width: 100px;
    margin: 0 auto;
    text-align: center;
  }
  .section-student__voice-comment {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
  }
  .section-student__voice-comment:before {
    top: -54px;
    left: 0;
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
  }
  /********** 集客 **********/
  .section-blue {
    padding: 30px 0 0;
  }
  .section-blue__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .section-blue__list {
    padding: 0 20px 90px;
  }
  .section-blue__deep {
    padding: 40px 10px;
    font-size: 16px;
  }
  .section-blue__deep-mayoi {
    max-width: 300px;
  }
  .section-blue__deep h3 {
    font-size: 25px;
  }
  /********** 骨盤 **********/
  .section-kotuban__title {
    margin: 0 10px 30px;
  }
  .section-kotuban {
    background-size: 120%;
  }
  .section-kotuban__title {
    padding-bottom: 10px;
  }
  .section-kotuban__title {
    margin: 0 10px 10px;
  }
  .section-kotuban__title-sab {
    font-size: 14px;
  }
  /********** 私も最初は実績0から **********/
  .section-proof__title {
    margin-bottom: 20px;
    line-height: 1.4;
  }
  .section-proof .col:nth-child(1) {
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .section-proof .col:nth-child(2) {
    max-width: 100%;
  }
  .section-proof .photo {
    max-width: 360px;
  }
  /********** なぜ **********/
  .section-evidence__title {
    margin-top: -60px;
    padding: 80px 0 0 0;
  }
  .section-evidence .strong {
    display: block;
    font-weight: normal;
    text-align: center;
  }
  .section-evidence .strong::before {
    top: 20px;
    left: 5%;
  }
  .section-evidence .strong::after {
    top: 20px;
    right: 5%;
  }
  .section-evidence .pink-box {
    margin-bottom: 20px;
  }
  .section-evidence .pink-box__content.flex .col:nth-child(1) {
    margin: 0;
  }
  .section-evidence .pink-box__content.flex .col:nth-child(1) {
    max-width: 100%;
    padding: 0;
  }
  .section-evidence .pink-box__content.flex .col:nth-child(2) {
    max-width: 360px;
    margin: 0 auto;
  }
  /********** 結果 **********/
  .section-change .col {
    max-width: 300px;
    margin: 0 auto;
  }
  /********** スクール **********/
  .section-school__title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .section-school__title span {
    font-size: 26px;
  }
  .section-school .flex .col:nth-child(2) {
    max-width: 330px;
    margin: 0 auto;
  }
  .section-school__curriculum-period {
    margin-bottom: 10px;
  }
  .section-school__curriculum-hosoku {
    text-align: left;
  }
  .section-school__list {
    margin: 0 0 20px 10px;
  }
  .section-school__list li {
    padding: 10px 0 10px 27px;
    background-size: 20px;
    font-size: 16px;
  }
  .section-school__curriculum {
    padding: 14px;
  }
  .section-school__curriculum-title {
    font-weight: normal;
  }
  .section-school__curriculum-list {
    padding: 20px 10px;
  }
  .section-school__curriculum-list .achievement-box {
    font-weight: normal;
  }
  .section-school__curriculum-hosoku {
    margin-bottom: 20px;
  }
  .section-school__curriculum-list ul {
    border-top: 2px solid #e4e4e4;
  }
  .section-school__curriculum-list li {
    display: block;
    padding: 12px 0 12px 20px;
    border-bottom: 2px solid #e4e4e4;
  }
  .section-school__curriculum-list li::before {
    top: 18px;
    width: 10px;
    height: 10px;
  }
  /********** スクール後の生徒さんからは **********/
  .section-voice__title {
    text-align: left;
  }
  .section-voice .flex {
    margin-bottom: 20px;
  }
  .section-voice .flex-voice02 .col:nth-child(2) img {
    margin: 10px 0 20px;
  }
  /********** 講師プロフィール **********/
  .section-instructor__title {
    margin-bottom: 20px;
  }
  .section-instructor .col:nth-child(1) {
    margin: 0 auto;
  }
  .section-instructor__career {
    margin-bottom: 0;
  }
  .section-instructor__letter {
    padding: 20px 16px;
    text-align: left;
    line-height: 1.6;
  }
  .section-instructor__letter h3 {
    font-size: 25px;
    text-align: center;
    line-height: 1.5;
  }
  .section-instructor__letter .strong {
    font-size: 18px;
  }
  /********** 子連れOKサロンは必要とされて **********/
  .section-message__title {
    margin-bottom: 40px;
    font-size: 18px;
    text-align: center;
  }
  .section-message__text {
    text-align: left;
  }
  .col {
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
  }
  .section-last {
    padding-bottom: 0;
  }
  .section-school .flex .col:nth-child(1) {
    max-width: 100%;
  }
  .section-voice .flex-voice01 .col:nth-child(1),
  .section-voice .flex-voice01 .col:nth-child(2),
  .section-voice .flex-voice02 .col:nth-child(1),
  .section-voice .flex-voice02 .col:nth-child(2),
  .section-school .flex .col:nth-child(2) {
    max-width: 360px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

@media (max-width: 700px) {
  .mail-magazine__point {
    top: -70px;
  }
  .mail-magazine__present-item-all {
    display: block;
  }
}

@media (max-width: 466px) {
  .mail-magazine__point {
    top: -70px;
  }
  .mail-magazine__present {
    padding: 20px 5px;
  }
}

@media (max-width: 466px) {
  .mail-magazine__point {
    top: -70px;
  }
}

@media (max-width: 768px) {
  .contact-link {
    top: inherit;
    bottom: 40px;
    opacity: 0;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  .contact-link.show {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
