@charset "UTF-8";
html, body, div, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box; }

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

html {
  overflow-y: scroll; }

blockquote, q {
  quotes: none; }

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

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

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

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

.both {
  clear: both; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

table {
  width: 100%; }

main {
  display: block; }

.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.tCenter {
  text-align: center !important; }

.tLeft {
  text-align: left !important; }

.tRight {
  text-align: right !important; }

body {
  -webkit-text-size-adjust: none; }

body, input, textarea, select {
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  color: #373b40; }

@media screen and (min-width: 769px) {
  .sp {
    display: none !important; }

  html {
    overflow-x: scroll; }

  body {
    overflow-x: hidden; }

  body, html {
    min-width: 1200px; }

  a, span, p, input, textarea, select {
    font-weight: bold; }

  a img {
    transition: opacity 0.5s; }
  a:hover img {
    opacity: 0.75; }

  /*-------------------------------
  COMMON PARTS
  -------------------------------*/
  .logo {
    font-family: 'Century Gothic', 'Avenir-Light', 'Futura';
    letter-spacing: -0.02em; }

  .contents-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; }

  .sales-time span {
    color: #fff;
    font-size: 14px; }
    .sales-time span:nth-of-type(2) {
      font-family: 'Century Gothic', 'Avenir-Light', 'Futura';
      letter-spacing: -0.02em;
      padding: 0 10px;
      font-size: 17px; }

  .request-box01 .request-btn,
  .request-box02 .request-btn,
  .request-box03 .request-btn {
    text-align: center;
    margin-top: 30px; }
    .request-box01 .request-btn a,
    .request-box02 .request-btn a,
    .request-box03 .request-btn a {
      display: inline-block;
      width: 800px;
      height: 75px;
      text-align: center;
      line-height: 75px;
      background-color: #fab227;
      color: #fff;
      font-size: 26px;
      text-decoration: none;
      border-radius: 75px;
      box-shadow: 0 5px 0 0 #ba7c06;
      transition: opacity 0.5s; }
      .request-box01 .request-btn a:hover,
      .request-box02 .request-btn a:hover,
      .request-box03 .request-btn a:hover {
        opacity: 0.75; }
      .request-box01 .request-btn a span,
      .request-box02 .request-btn a span,
      .request-box03 .request-btn a span {
        padding-right: 35px;
        background: url("../images/arrow_right_white02.png") no-repeat right center;
        background-size: 25px 26px; }

  .request-box01,
  .request-box02 {
    padding: 55px 0 40px;
    background-color: #cd2c4d;
    color: #fff; }

  .request-box01 {
    text-align: center; }
    .request-box01 p {
      font-size: 30px;
      line-height: 1.3; }
    .request-box01 p:nth-of-type(3) {
      margin-top: 35px;
      font-size: 18px; }

  .request-box02 .contents-inner > p {
    text-align: center; }
    .request-box02 .contents-inner > p:nth-of-type(1) {
      font-size: 30px; }
      .request-box02 .contents-inner > p:nth-of-type(1) .logo {
        font-family: 'Century Gothic', 'Avenir-Light', 'Futura';
        letter-spacing: -0.02em;
        font-size: 24px; }
    .request-box02 .contents-inner > p:nth-of-type(2) {
      margin-top: 5px;
      font-size: 22px;
      line-height: 1.4; }
  .request-box02 .contact-information {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    max-width: 800px;
    margin: 40px auto 0; }
    .request-box02 .contact-information .contact-btn a {
      display: block;
      width: 265px;
      height: 75px;
      text-align: center;
      line-height: 75px;
      color: #fff;
      font-size: 26px;
      text-decoration: none;
      background-color: #a50c2c;
      border-radius: 75px;
      box-shadow: 0 2px 0 0 #83031e;
      transition: opacity 0.5s; }
      .request-box02 .contact-information .contact-btn a:hover {
        opacity: 0.75; }
    .request-box02 .contact-information .tel {
      width: 495px; }
      .request-box02 .contact-information .tel ul {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        display: -webkit-flex;
        -webkit-justify-content: flex-start;
        -webkit-align-items: flex-start;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; }
        .request-box02 .contact-information .tel ul li {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          display: -webkit-flex;
          -webkit-justify-content: flex-start;
          -webkit-align-items: center;
          width: 50%; }
          .request-box02 .contact-information .tel ul li:nth-of-type(2n) {
            padding-left: 15px; }
          .request-box02 .contact-information .tel ul li:nth-of-type(3), .request-box02 .contact-information .tel ul li:nth-of-type(4) {
            margin-top: 15px; }
          .request-box02 .contact-information .tel ul li span {
            width: 65px;
            height: 25px;
            background-color: #b11a39;
            border-radius: 2px;
            color: #fff;
            text-align: center;
            line-height: 25px;
            font-size: 14px; } }
          @media screen and (min-width: 769px) and (-ms-high-contrast: none) {
            .request-box02 .contact-information .tel ul li span {
              font-family: "メイリオ", Meiryo; } }
@media screen and (min-width: 769px) {
          .request-box02 .contact-information .tel ul li a {
            font-family: 'Century Gothic', 'Avenir-Light', 'Futura';
            letter-spacing: -0.02em;
            margin-left: 12px;
            font-size: 24px;
            color: #fff;
            text-decoration: none; }
            .request-box02 .contact-information .tel ul li a:hover {
              cursor: default; }
      .request-box02 .contact-information .tel .sales-time {
        margin: 15px 0 0 10px; }

  .request-box03 {
    padding: 55px 20px 50px;
    text-align: center;
    background-color: #434343;
    color: #fff; }
    .request-box03 p:nth-of-type(1) {
      font-size: 30px; }

  .common-box01 {
    padding: 145px 0 140px;
    text-align: center;
    background-color: #f1f2f6; }
    .common-box01 h2 {
      display: inline-block;
      padding-bottom: 10px;
      font-size: 70px;
      line-height: 1;
      background: url("../images/ttl_border02.png") repeat-x left bottom;
      background-size: 7px 6px; }
      .common-box01 h2 span {
        font-size: 24px; }
    .common-box01 .graph-box {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-align-items: flex-start;
      margin-top: 80px;
      text-align: left; }
      .common-box01 .graph-box .left-col {
        width: 745px;
        margin-top: 5px; }
        .common-box01 .graph-box .left-col .inner {
          position: relative;
          padding-bottom: 35px;
          background-color: #fff;
          border-radius: 10px;
          box-shadow: 0 0 10px 4px #dedede; }
          .common-box01 .graph-box .left-col .inner.show .graph-area > div {
            transform: scale(1, 1); }
          .common-box01 .graph-box .left-col .inner.show .balloon {
            transform: scale(1, 1);
            opacity: 1; }
          .common-box01 .graph-box .left-col .inner .header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            display: -webkit-flex;
            -webkit-justify-content: space-between;
            -webkit-align-items: center;
            background-color: #cd2c4d;
            border-radius: 10px 10px 0 0;
            color: #fff; }
            .common-box01 .graph-box .left-col .inner .header p:nth-of-type(1) {
              position: relative;
              padding: 14px 20px 14px 55px;
              border-radius: 10px 0 0 0;
              font-size: 16px;
              background: url("../images/common01_icon01.png") no-repeat 25px center;
              background-size: 21px 23px;
              background-color: #8d0a24; }
              .common-box01 .graph-box .left-col .inner .header p:nth-of-type(1)::before {
                content: '';
                position: absolute;
                top: 0;
                right: -11px;
                width: 11px;
                height: 100%;
                background: url("../images/common01_bg.png") no-repeat;
                background-size: auto 100%; }
            .common-box01 .graph-box .left-col .inner .header p:nth-of-type(2) {
              padding-right: 30px;
              font-size: 12px; }
          .common-box01 .graph-box .left-col .inner .graph-area {
            position: relative;
            width: 100%;
            height: 395px;
            margin-top: 50px;
            background: url("../images/common01_graph.png") no-repeat center center;
            background-size: auto 100%; }
            .common-box01 .graph-box .left-col .inner .graph-area > div {
              position: absolute;
              bottom: 32px;
              width: 9px;
              height: 50px;
              background-color: #2a566e;
              transition: 1s;
              transform: scale(1, 0);
              transform-origin: 0 100%; }
              .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(1) {
                left: 150px;
                height: 25px; }
              .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(2) {
                left: 247px;
                height: 50px;
                transition-delay: 0.5s; }
              .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(3) {
                left: 344px;
                height: 110px;
                transition-delay: 1s; }
              .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(4) {
                left: 441px;
                height: 170px;
                transition-delay: 1.5s; }
              .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(5) {
                left: 539px;
                height: 219px;
                transition-delay: 2s; }
              .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(6) {
                left: 637px;
                height: 317px;
                transition-delay: 2.5s;
                background-color: #cd2c4d; }
          .common-box01 .graph-box .left-col .inner .balloon {
            position: absolute;
            top: 20px;
            left: 460px;
            transition: 0.51s;
            transition-delay: 3.2s;
            transform: scale(0, 0);
            opacity: 0; }
      .common-box01 .graph-box .right-col {
        width: 350px;
        margin-left: 20px; }
        .common-box01 .graph-box .right-col ul {
          text-align: center; }
        .common-box01 .graph-box .right-col li {
          display: inline-block;
          width: 320px;
          height: 65px;
          margin-top: 17px;
          padding: 7px 0 0 65px;
          border-radius: 5px;
          box-shadow: 0 0 4px 4px #dedede;
          font-size: 16px;
          text-align: left;
          background: url("../images/common01_icon02.png") no-repeat 25px center;
          background-size: 19px 14px;
          background-color: #fff; }
          .common-box01 .graph-box .right-col li:nth-of-type(1) {
            margin-top: 0; }
          .common-box01 .graph-box .right-col li:nth-of-type(4) {
            padding-top: 20px; }
          .common-box01 .graph-box .right-col li.current {
            width: 100%;
            height: 75px;
            color: #fff;
            font-size: 18px;
            background: url("../images/common01_icon03.png") no-repeat 28px center;
            background-size: 22px 16px;
            background-color: #cd2c4d; }

  .common-box02 {
    padding: 140px 0 150px; }
    .common-box02 .contents-inner {
      max-width: 1370px; }
    .common-box02 h2 {
      text-align: center;
      font-size: 60px;
      line-height: 1.4; }
    .common-box02 .title {
      margin-top: 75px;
      text-align: center;
      font-size: 36px; }
      .common-box02 .title span {
        padding-bottom: 5px;
        background: url("../images/ttl_border02.png") repeat-x left bottom;
        background-size: 7px 6px; }
    .common-box02 .teacher-list {
      margin-top: 70px;
      padding: 0 80px; }
      .common-box02 .teacher-list .slick-slide {
        outline: none; }
      .common-box02 .teacher-list .box {
        position: relative;
        margin: 0 12px; }
        .common-box02 .teacher-list .box .thumbnail {
          text-align: center; }
          .common-box02 .teacher-list .box .thumbnail img {
            display: inline-block; }
        .common-box02 .teacher-list .box .inner {
          margin-top: -90px;
          padding: 105px 0 20px;
          background-color: #eaf3f9;
          border-radius: 15px;
          min-height: 530px; }
          .common-box02 .teacher-list .box .inner .meta {
            padding: 0 20px;
            font-size: 18px;
            color: #444444; }
          .common-box02 .teacher-list .box .inner .message {
            position: relative;
            margin-top: 20px;
            padding: 18px 0;
            font-size: 24px;
            text-align: center;
            color: #fff;
            background-color: #2b9ccc; }
            .common-box02 .teacher-list .box .inner .message::before {
              content: '';
              position: absolute;
              top: -17px;
              left: 50%;
              width: 42px;
              height: 17px;
              margin-left: -21px;
              background: url("../images/common02_corn.png") no-repeat;
              background-size: 100%; }
          .common-box02 .teacher-list .box .inner .comment {
            padding: 20px 20px 0;
            font-size: 16px; }
          .common-box02 .teacher-list .box .inner .more {
            margin-top: 10px;
            padding-left: 20px;
          position: absolute;
    bottom: 20px;}
            .common-box02 .teacher-list .box .inner .more a {
              padding-left: 20px;
              font-size: 15px;
              color: #cd2c4d;
              text-decoration: none;
              background: url("../images/common02_icon.png") no-repeat left center;
              background-size: 13px 14px; }
      .common-box02 .teacher-list .slick-prev,
      .common-box02 .teacher-list .slick-next {
        top: 57%;
        width: 44px;
        height: 50px;
        background-size: 100% !important;
        transition: opacity 0.5s; }
        .common-box02 .teacher-list .slick-prev:hover,
        .common-box02 .teacher-list .slick-next:hover {
          opacity: 0.75; }
        .common-box02 .teacher-list .slick-prev::before,
        .common-box02 .teacher-list .slick-next::before {
          content: none; }
      .common-box02 .teacher-list .slick-prev {
        left: 0;
        background: url("../images/common02_btn_left.png") no-repeat; }
      .common-box02 .teacher-list .slick-next {
        right: 0;
        background: url("../images/common02_btn_right.png") no-repeat; }
        .common-box02 .thanks-list {
      margin-top: 25px;
      padding-top: 65px;
      background: url("../images/common02_bg.png") no-repeat right top;
      background-size: 1181px auto; }
      .common-box02 .thanks-list .inner {
        padding: 0 80px; }
      .common-box02 .thanks-list .slick-slide {
        outline: none; }
      .common-box02 .thanks-list p {
        position: relative;
        margin: 0 15px; }
      .common-box02 .thanks-list .slick-prev,
      .common-box02 .thanks-list .slick-next {
        top: 57%;
        width: 44px;
        height: 50px;
        background-size: 100% !important;
        transition: opacity 0.5s; }
        .common-box02 .thanks-list .slick-prev:hover,
        .common-box02 .thanks-list .slick-next:hover {
          opacity: 0.75; }
        .common-box02 .thanks-list .slick-prev::before,
        .common-box02 .thanks-list .slick-next::before {
          content: none; }
      .common-box02 .thanks-list .slick-prev {
        left: 0;
        background: url("../images/common04_btn_left.png") no-repeat; }
      .common-box02 .thanks-list .slick-next {
        right: 0;
        background: url("../images/common04_btn_right.png") no-repeat; }

  .common-box03 {
    padding: 130px 0 185px; }
    .common-box03 h2 {
      text-align: center;
      font-size: 36px; }
    .common-box03 .sentence-box {
      max-width: 1010px;
      margin: 40px auto 0; }
      .common-box03 .sentence-box .title {
        font-size: 18px; }
        .common-box03 .sentence-box .title > span:nth-of-type(1) {
          font-family: 'Century Gothic', 'Avenir-Light', 'Futura';
          letter-spacing: -0.02em;
          color: #cd2c4d; }
      .common-box03 .sentence-box .description p {
        letter-spacing: 0.1em;
        margin-top: 20px; }

  .common-box04 {
    padding: 125px 0 145px; }
    .common-box04 h2 {
      text-align: center;
      font-size: 36px;
      line-height: 1.4; }
      .common-box04 h2 span:nth-of-type(1) {
        font-family: 'Century Gothic', 'Avenir-Light', 'Futura';
        letter-spacing: -0.02em;
        color: #cd2c4d;
        font-size: 26px; }
      .common-box04 h2 span:nth-of-type(3) {
        font-size: 18px; }
    .common-box04 .staff-list {
      margin-top: 40px;
      padding: 0 65px; }
      .common-box04 .staff-list .slick-slide {
        outline: none; }
      .common-box04 .staff-list li {
        margin: 0 18px; }
      .common-box04 .staff-list .slick-prev,
      .common-box04 .staff-list .slick-next {
        top: 52%;
        width: 44px;
        height: 50px;
        background-size: 100% !important;
        transition: opacity 0.5s; }
        .common-box04 .staff-list .slick-prev:hover,
        .common-box04 .staff-list .slick-next:hover {
          opacity: 0.75; }
        .common-box04 .staff-list .slick-prev::before,
        .common-box04 .staff-list .slick-next::before {
          content: none; }
      .common-box04 .staff-list .slick-prev {
        left: 0;
        background: url("../images/common04_btn_left.png") no-repeat; }
      .common-box04 .staff-list .slick-next {
        right: 0;
        background: url("../images/common04_btn_right.png") no-repeat; }

  .common-box05 {
    padding: 70px 0 50px;
    text-align: center;
    background-color: #434343; }
    .common-box05 p:nth-of-type(2) {
      margin-top: 35px;
      font-size: 30px;
      color: #fff;
      line-height: 1.4; }

  .common-box06 {
    padding: 125px 0 135px; }
    .common-box06 input, .common-box06 textarea, .common-box06 select {
      -moz-appearance: none;
      -ms-appearance: none;
      -webkit-appearance: none;
      appearance: none; }
    .common-box06 form {
      display: block;
      width: 760px;
      margin: 0 auto; }
       .common-box06 h2{
        text-align: center;
        font-size: 20px;
        margin-bottom: 40px;
        color: #cd2c4d;
      }
    .common-box06 form > div {
      max-width: 760px;
      margin: 30px 0; }
      .common-box06 form > div:nth-of-type(1) {
        margin-top: 0; }
      .common-box06 form > div .title {
        margin-bottom: 10px;
        font-size: 16px;
        color: #000; }
        .common-box06 form > div .title.must {
          position: relative; }
          .common-box06 form > div .title.must::before {
            content: '必須';
            position: absolute;
            top: 0;
            right: 0;
            display: block;
            width: 40px;
            height: 17px;
            line-height: 17px;
            font-size: 10px;
            color: #fff;
            text-align: center;
            background-color: #cd2c4d;
            border-radius: 3px; }
      .common-box06 form > div input[type="text"] {
        width: 100%;
        height: 45px;
        padding: 0 25px;
        border: 1px solid #dfdfdf;
        border-radius: 5px;
        font-size: 16px;
        box-sizing: border-box; }
      .common-box06 form > div textarea {
        width: 100%;
        height: 175px;
        padding: 15px 25px;
        border: 1px solid #dfdfdf;
        border-radius: 5px;
        font-size: 16px;
        box-sizing: border-box; }
      .common-box06 form > div select {
        -moz-appearance: none;
        -ms-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 0;
        border: 0;
        background: none transparent;
        outline: none;
        color: #000;
        padding-left: 60px;
        font-size: 16px;
        font-size: 16px; }
      .common-box06 form > div .sentence-box {
        padding: 15px 25px;
        border: 1px solid #dfdfdf;
        border-radius: 5px;
        font-size: 12px; }
        .common-box06 form > div .sentence-box a {
          color: #cd2c4d; }
      .common-box06 form > div label.radio-text {
        cursor: pointer;
        position: relative;
        padding: 10px 0;
        overflow: hidden;
        display: inline-block; }
        .common-box06 form > div label.radio-text::before {
          position: absolute;
          width: 30px;
          height: 30px;
          border: 1px solid #dfdfdf;
          border-radius: 50%;
          left: 0px;
          top: 7px;
          content: '';
          z-index: 3; }
        .common-box06 form > div label.radio-text::after {
          content: '';
          position: absolute;
          width: 20px;
          height: 20px;
          border-radius: 100%;
          left: 6px;
          top: 13px;
          background-color: #d7455d;
          z-index: 1; }
        .common-box06 form > div label.radio-text input[type="radio"] {
          -moz-appearance: none;
          -webkit-appearance: none;
          position: absolute;
          z-index: 2;
          width: 24px;
          height: 24px;
          left: -37px;
          top: 11px;
          margin: 0px;
          outline: none;
          box-shadow: 40px -1px #FFF; }
          .common-box06 form > div label.radio-text input[type="radio"]:checked {
            box-shadow: none; }
        .common-box06 form > div label.radio-text span {
          padding-left: 45px; }
      .common-box06 form > div label.checkbox-text {
        cursor: pointer;
        position: relative;
        padding-left: 25px;
        margin-left: 20px;
        overflow: hidden;
        position: relative;
        padding-left: 25px;
        display: inline-block;
        box-sizing: border-box; }
        .common-box06 form > div label.checkbox-text::before {
          content: '';
          position: absolute;
          width: 22px;
          height: 22px;
          left: 0px;
          top: 0;
          border: 1px solid #dfdfdf;
          border-radius: 5px;
          z-index: 3; }
        .common-box06 form > div label.checkbox-text::after {
          content: '';
          position: absolute;
          top: 12px;
          left: 7px;
          display: block;
          margin-top: -8px;
          width: 8px;
          height: 12px;
          border-right: 2px solid #d7455d;
          border-bottom: 2px solid #d7455d;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          z-index: 1; }
        .common-box06 form > div label.checkbox-text input[type="checkbox"] {
          -moz-appearance: none;
          -webkit-appearance: none;
          position: absolute;
          left: -40px;
          width: 20px;
          height: 20px;
          display: block;
          box-shadow: 41px 0px #FFF;
          z-index: 2;
          margin: 0px;
          padding: 0px; }
          .common-box06 form > div label.checkbox-text input[type="checkbox"]:checked {
            box-shadow: none; }
          .common-box06 form > div label.checkbox-text input[type="checkbox"]:checked:focus {
            box-shadow: 40px 0px #666;
            opacity: 0; }
        .common-box06 form > div label.checkbox-text span {
          padding-left: 15px; }
    .common-box06 .f-box05 {
      overflow-x: hidden;
      width: 288px; }
      .common-box06 .f-box05 select {
        width: 328px;
        height: 36px;
        background: url("../images/select01.png") no-repeat left center;
        background-size: auto 100%; }
    .common-box06 .f-box09 ul {
      padding-left: 15px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: flex-start;
      -webkit-align-items: center; }
      .common-box06 .f-box09 ul li {
        margin-right: 45px; }
      .common-box06 .f-box09 ul span {
        font-size: 16px;
        color: #000; }
    .common-box06 .f-box12 {
      overflow-x: hidden;
      width: 418px; }
      .common-box06 .f-box12 select {
        width: 458px;
        height: 36px;
        background: url("../images/select02.png") no-repeat left center;
        background-size: auto 100%; }
    .common-box06 input[type="submit"] {
      display: block;
      width: 295px;
      height: 75px;
      margin: 50px auto;
      text-align: center;
      line-height: 80px;
      color: #fff;
      font-size: 20px;
      background-color: #cd2c4d;
      box-shadow: 0 5px 0 0 #a01733;
      border: none;
      border-radius: 20px;
      outline: none;
      transition: opacity 0.5s; }
      .common-box06 input[type="submit"]:hover {
        cursor: pointer;
        opacity: 0.75; }

  /*-------------------------------
  HEADER
  -------------------------------*/
  #globalHeader .sales-information {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    background-color: #333333; }
    #globalHeader .sales-information .sales-time {
      position: relative;
      padding: 9px 45px 10px 20px;
      background-color: #141313; }
      #globalHeader .sales-information .sales-time span:nth-of-type(1),
      #globalHeader .sales-information .sales-time span:nth-of-type(3) {
        font-weight: normal; }
      #globalHeader .sales-information .sales-time::before {
        content: '';
        position: absolute;
        top: 0;
        right: -11px;
        width: 11px;
        height: 100%;
        background: url("../images/header_bg.png") no-repeat;
        background-size: 11px 100%; }
    #globalHeader .sales-information .telephone {
      width: calc(100% - 341px); }
      #globalHeader .sales-information .telephone ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        display: -webkit-flex;
        -webkit-justify-content: flex-end;
        -webkit-align-items: center; }
        #globalHeader .sales-information .telephone ul li {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          display: -webkit-flex;
          -webkit-justify-content: flex-start;
          -webkit-align-items: center;
          margin-right: 3%;
          transition: margin 0.3s; } }
        @media screen and (min-width: 769px) and (max-width: 1480px) {
          #globalHeader .sales-information .telephone ul li {
            margin-right: 2%; } }
        @media screen and (min-width: 769px) and (max-width: 1300px) {
          #globalHeader .sales-information .telephone ul li {
            margin-right: 1.5%; } }
@media screen and (min-width: 769px) {
          #globalHeader .sales-information .telephone ul li:nth-of-type(1) {
            margin-left: 0; }
          #globalHeader .sales-information .telephone ul li span {
            display: block;
            width: 65px;
            padding: 2px 0;
            background-color: #cd2c4d;
            border-radius: 2px;
            color: #fff;
            text-align: center;
            font-size: 14px;
            font-weight: normal; } }
          @media screen and (min-width: 769px) and (-ms-high-contrast: none) {
            #globalHeader .sales-information .telephone ul li span {
              font-family: "メイリオ", Meiryo; } }
@media screen and (min-width: 769px) {
          #globalHeader .sales-information .telephone ul li a {
            font-family: 'Century Gothic', 'Avenir-Light', 'Futura';
            letter-spacing: -0.02em;
            margin-left: 12px;
            font-size: 24px;
            color: #fff;
            text-decoration: none;
            transition: font-size 0.3s; } }
          @media screen and (min-width: 769px) and (max-width: 1455px) {
            #globalHeader .sales-information .telephone ul li a {
              font-size: 20px; } }
          @media screen and (min-width: 769px) and (max-width: 1250px) {
            #globalHeader .sales-information .telephone ul li a {
              font-size: 18px; } }
@media screen and (min-width: 769px) {
            #globalHeader .sales-information .telephone ul li a:hover {
              cursor: default; }
  #globalHeader .logo-and-navi {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 20px; }
    #globalHeader .logo-and-navi .global-navi {
      display: flex;
      justify-content: space-between;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: center;
      margin-left: 90px; }
      #globalHeader .logo-and-navi .global-navi li {
        margin-right: 35px; }
      #globalHeader .logo-and-navi .global-navi a {
        font-size: 16px;
        text-decoration: none;
        color: #373b40; }
    #globalHeader .logo-and-navi .contact-btn a {
      display: block;
      width: 245px;
      height: 40px;
      text-align: center;
      line-height: 44px;
      background: url("../images/arrow_right_white01.png") no-repeat 92% center;
      background-size: 17px 17px;
      background-color: #fab227;
      color: #fff;
      font-size: 16px;
      text-decoration: none;
      border-radius: 5px;
      transition: opacity 0.5s; }
      #globalHeader .logo-and-navi .contact-btn a:hover {
        opacity: 0.75; }

  #spHeader {
    display: none; }

  /*-------------------------------
  MAINVISUAL
  -------------------------------*/
  #mainVisual {
    position: relative;
    height: 625px; }
    #mainVisual .inner {
      position: relative;
      z-index: 5;
      max-width: 1200px;
      height: 100%;
      margin: 0 auto;
      padding-top: 120px;
      text-align: center;
      background: url("../images/mv_chara.png") no-repeat 110px bottom;
      background-size: 320px 393px; }
      #mainVisual .inner h1 {
        font-size: 55px;
        color: #fff;
        line-height: 1; }
        #mainVisual .inner h1 span {
          display: inline-block;
          margin-bottom: 20px;
          font-size: 24px; }
      #mainVisual .inner p:nth-of-type(1) {
        margin-top: 70px; }
      #mainVisual .inner .request-btn {
        margin-top: 60px;
        text-align: center; }
        #mainVisual .inner .request-btn a {
          display: inline-block;
          width: 290px;
          height: 75px;
          line-height: 75px;
          font-size: 20px;
          color: #fff;
          text-decoration: none;
          border-radius: 75px;
          background: url("../images/arrow_right_white03.png") no-repeat 85% center;
          background-size: 14px 15px;
          background-color: #cd2c4d;
          transition: opacity 0.5s; }
          #mainVisual .inner .request-btn a:hover {
            opacity: 0.75; }
    #mainVisual .movie {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      #mainVisual .movie::before {
        content: '';
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); }
      #mainVisual .movie iframe {
        width: 100%;
        height: 100%; }

  /*-------------------------------
  CONTENTS
  -------------------------------*/
  .c-box01 {
    padding: 175px 0 160px;
    text-align: center;
    background: url("../images/sec01_bg02.png") no-repeat 65% 150px;
    background-size: 915px auto; }
    .c-box01 h2 {
      display: inline-block;
      padding-bottom: 10px;
      font-size: 60px;
      line-height: 1.1;
      background: url("../images/ttl_border.png") repeat-x left bottom;
      background-size: 10px 8px; }
      .c-box01 h2 > span:nth-of-type(1) {
        position: relative;
        z-index: 1;
        display: inline-block;
        margin-bottom: 45px;
        font-size: 36px; }
        .c-box01 h2 > span:nth-of-type(1)::before {
          content: '';
          position: absolute;
          z-index: -1;
          top: -62px;
          left: -132px;
          width: 219px;
          height: 140px;
          background: url("../images/sec01_bg01.png") no-repeat;
          background-size: 100%; }
      .c-box01 h2 > span:nth-of-type(2) {
        font-size: 100px;
        color: #cd2c4d; }
    .c-box01 .figure-list {
      display: flex;
      justify-content: center;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-align-items: center;
      margin-top: 85px; }
      .c-box01 .figure-list .box {
        width: 330px;
        height: 330px;
        padding-top: 50px;
        background-color: #2b9ccc;
        border-radius: 330px; }
        .c-box01 .figure-list .box .step {
          font-family: 'Century Gothic', 'Avenir-Light', 'Futura';
          letter-spacing: -0.02em;
          color: #fff;
          font-size: 30px; }
          .c-box01 .figure-list .box .step span {
            font-weight: 36px; }
        .c-box01 .figure-list .box .icon {
          margin-top: 35px; }
        .c-box01 .figure-list .box .description {
          margin-top: 10px;
          font-size: 18px;
          color: #fff;
          font-weight: normal;}
      .c-box01 .figure-list .arrow {
        margin: 0 35px; }

  .c-box02 {
    padding: 135px 0 130px;
    text-align: center; }
    .c-box02 h2 {
      font-size: 60px;
      margin-bottom: 100px; }
      .c-box02 h2 span {
        display: inline-block;
        padding-bottom: 10px;
        font-size: 24px;
        color: #3d454b;
        background: url("../images/ttl_border.png") repeat-x left bottom;
        background-size: 10px 8px; }
        .c-box02 h3{
          font-size: 24px;
        }
    .c-box02 .media-list {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      display: -webkit-flex;
      -webkit-justify-content: flex-start;
      -webkit-align-items: flex-start;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin-top: 30px; }
      .c-box02 .media-list > div {
        width: 300px;
        padding: 35px 0;
        background: url("../images/sec02_border01.png") no-repeat left center, url("../images/sec02_border02.png") no-repeat center bottom;
        background-size: 1px auto, auto 1px; }
        .c-box02 .media-list > div:nth-of-type(1) {
          background: url("../images/sec02_border02.png") no-repeat center bottom;
          background-size: auto 1px; }
        .c-box02 .media-list > div:nth-of-type(5) {
          background: transparent; }
        .c-box02 .media-list > div:nth-of-type(6), .c-box02 .media-list > div:nth-of-type(7), .c-box02 .media-list > div:nth-of-type(8) {
          background: url("../images/sec02_border01.png") no-repeat left center;
          background-size: 1px auto; }
        .c-box02 .media-list > div .title {
          margin-top: 20px;
          font-size: 24px; }
        .c-box02 .media-list > div .description {
          font-size: 18px;
          font-weight: normal;}

  .c-box03 {
    position: relative;
    padding: 115px 0 125px;
    background-color: #fbfbfb; }
    .c-box03::before {
      content: '';
      position: absolute;
      z-index: 1;
      bottom: -62px;
      left: 50%;
      width: 124px;
      height: 62px;
      margin-left: -62px;
      background: url("../images/sec03_corn.png") no-repeat;
      background-size: 100%; }
    .c-box03 h2 {
      text-align: center;
      font-size: 60px; }
    .c-box03 .figure-list {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-align-items: flex-start;
      margin-top: 90px; }
      .c-box03 .figure-list > div {
        width: 300px;
        margin: 0 25px; }
        .c-box03 .figure-list > div .icon {
          text-align: center; }
        .c-box03 .figure-list > div .title {
          margin-top: 30px;
          text-align: center;
          font-size: 30px; }
        .c-box03 .figure-list > div .description {
          margin-top: 15px;
          font-size: 18px;
          font-weight: normal; }

  .c-box04 {
    position: relative;
    padding: 150px 0 105px;
    text-align: center;
    background: url("../images/sec04_bg.png") no-repeat center bottom;
    background-size: 100% auto;
    background-color: #e2f0f6; }
    .c-box04::before {
      content: '';
      position: absolute;
      bottom: -96px;
      left: 50%;
      width: 192px;
      height: 96px;
      margin-left: -96px;
      background: url("../images/sec04_corn.png") no-repeat;
      background-size: 100%; }
    .c-box04 h2 {
      font-size: 60px;
      line-height: 1.2; }
      .c-box04 h2 span {
        display: inline-block;
        padding: 0 30px;
        font-size: 75px;
        background: url("../images/sec04_text_bg.png") no-repeat center center;
        background-size: 203px 65px; }
    .c-box04 .img {
      margin-top: 40px;
      text-align: center; }

  .c-box05 {
    padding: 170px 0;
    background: url("../images/sec05_bg.png") no-repeat center bottom;
    background-size: cover; }
    .c-box05 h2 {
      font-size: 60px;
      text-align: center;
      letter-spacing: 0.1em; }
    .c-box05 .media-box {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-align-items: flex-start;
      margin-top: 80px; }
      .c-box05 .media-box .check-list {
        margin-left: 150px; }
        .c-box05 .media-box .check-list > div {
          margin-top: 50px;
          padding-left: 55px;
          background: url("../images/sec05_check.png") no-repeat left top;
          background-size: 39px auto; }
          .c-box05 .media-box .check-list > div:nth-of-type(1) {
            margin-top: 0; }
          .c-box05 .media-box .check-list > div .title {
            font-size: 24px; }
          .c-box05 .media-box .check-list > div p:nth-of-type(2) {
            margin-top: 10px;
            font-size: 1６px;
            font-weight: normal;
            }
      .c-box05 .media-box .thumbnail {
        position: relative; }
        .c-box05 .media-box .thumbnail::before {
          content: '';
          position: absolute;
          bottom: -130px;
          left: 50%;
          width: 945px;
          height: 122px;
          margin-left: -476px;
          background: url("../images/sec05_shadow.png") no-repeat 95% bottom;
          background-size: 100% auto; }

  /*-------------------------------
  FOOTER
  -------------------------------*/
  #globalFooter {
    padding: 45px 0 40px;
    background-color: #373b40;
    color: #fff; }
    #globalFooter .top-layer {
      padding-bottom: 40px;
      border-bottom: 1px solid #222426; }
      #globalFooter .top-layer .title {
        font-size: 18px; }
      #globalFooter .top-layer .address-list {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        display: -webkit-flex;
        -webkit-justify-content: flex-start;
        -webkit-align-items: flex-start;
        margin-top: 40px; }
        #globalFooter .top-layer .address-list li {
          width: 25%;
          font-size: 14px; }
          #globalFooter .top-layer .address-list li span {
            display: block;
            font-weight: normal; }
            #globalFooter .top-layer .address-list li span:nth-of-type(2) {
              margin-top: 30px; }
    #globalFooter .btm-layer {
      padding-top: 30px;
      border-top: 1px solid #494f61; }
      #globalFooter .btm-layer small {
        font-size: 12px;
        font-weight: normal; }
        .teacher-layer {
    display: none;
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); }
    .teacher-layer .teacher-inner {
      display: table;
      width: 100%;
      height: 100%; }
      .teacher-layer .teacher-inner .inner {
        display: table-cell;
        width: 100%;
        padding: 0 65px;
        vertical-align: middle;
        text-align: center; }
        .teacher-layer .teacher-inner .inner .inner-box {
          display: flex;
          justify-content: center;
          align-items: center;
          display: -webkit-flex;
          -webkit-justify-content: center;
          -webkit-align-items: center;
          display: none; }
          .teacher-layer .teacher-inner .inner .inner-box > p {
            flex-shrink: 0;
            -webkit-flex-shrink: 0;
            width: 45px; }
        .teacher-layer .teacher-inner .inner .box {
          position: relative;
          width: 100%;
          max-width: 1050px;
          margin: 0 20px;
          padding: 40px;
          background-color: #fff;
          border-radius: 10px;
          text-align: left; }
          .teacher-layer .teacher-inner .inner .box .close {
            position: absolute;
            z-index: 5;
            top: -10px;
            right: -10px; }
          .teacher-layer .teacher-inner .inner .box .header {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            display: -webkit-flex;
            -webkit-justify-content: flex-start;
            -webkit-align-items: flex-start; }
            .teacher-layer .teacher-inner .inner .box .header .thumbnail {
              width: 115px; }
            .teacher-layer .teacher-inner .inner .box .header .information {
              margin-left: 25px;
              color: #333333; }
              .teacher-layer .teacher-inner .inner .box .header .information h2 {
                font-size: 18px;
                font-weight: bold;
                color: #000; }
              .teacher-layer .teacher-inner .inner .box .header .information ul {
                margin-top: 10px; }
                .teacher-layer .teacher-inner .inner .box .header .information ul li {
                  font-size: 16px;
                  color: #666666; }
          .teacher-layer .teacher-inner .inner .box .sentence {
            margin-top: 20px; }
            .teacher-layer .teacher-inner .inner .box .sentence p {
              font-size: 16px;
              color: #000000; }

  .movie-layer {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    transition: opacity 0.5s;
    opacity: 0; }
    .movie-layer.show {
      z-index: 50000;
      opacity: 1; }
    .movie-layer .layer-inner {
      display: table;
      width: 100%;
      height: 100%; }
    .movie-layer .inner {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .movie-layer .inner .close {
        width: 80%;
        max-width: 800px;
        margin: 0 auto 20px;
        text-align: right; }
    .movie-layer iframe {
      width: 80%;
      max-width: 800px; } }
@media screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  body {
    overflow-x: hidden;
    background-color: #fff;
    line-height: 1.5; }

  a, span, p, input, textarea, select {
    font-weight: bold; }

  /*-------------------------------
  COMMON PARTS
  -------------------------------*/
  .logo {
    font-family: 'Century Gothic', 'Avenir-Light', 'Futura';
    letter-spacing: -0.02em;
    font-weight: bold; }

  .sales-time span {
    color: #fff;
    font-size: 12px; }
    .sales-time span:nth-of-type(2) {
      font-family: 'Century Gothic', 'Avenir-Light', 'Futura';
      letter-spacing: -0.02em;
      padding: 0 10px;
      font-size: 16px;
      font-weight: bold; }

  .contents-box {
    background-color: #fff; }

  .request-box01 .request-btn,
  .request-box02 .request-btn,
  .request-box03 .request-btn {
    text-align: center;
    margin-top: 10px; }
    .request-box01 .request-btn a,
    .request-box02 .request-btn a,
    .request-box03 .request-btn a {
      display: inline-block;
      width: 185px;
      height: 44px;
      text-align: center;
      line-height: 46px;
      color: #fff;
      font-size: 12px;
      font-weight: bold;
      text-decoration: none;
      background-color: #fab227;
      border-radius: 44px;
      box-shadow: 0 2px 0 0 #ba7c06; }
      .request-box01 .request-btn a span,
      .request-box02 .request-btn a span,
      .request-box03 .request-btn a span {
        padding-right: 20px;
        background: url("../images/arrow_right_white03.png") no-repeat right center;
        background-size: 14px 15px; }

  .request-box01,
  .request-box02 {
    padding: 20px 0;
    background-color: #cd2c4d;
    color: #fff; }

  .request-box01 {
    text-align: center; }
    .request-box01 p {
      font-size: 15px;
      font-weight: bold; }
    .request-box01 p:nth-of-type(3) {
      display: none; }

  .request-box02 {
    text-align: center; }
    .request-box02 p {
      font-size: 15px;
      font-weight: bold; }

  .request-box03 {
    padding: 30px 0 25px;
    text-align: center;
    background-color: #434343;
    color: #fff; }
    .request-box03 p:nth-of-type(1) {
      font-size: 12px; }

  .common-box01 {
    padding: 30px 0;
    background-color: #f1f2f6; }
    .common-box01 h2 {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2; }
      .common-box01 h2 span {
        font-size: 10px; }
    .common-box01 .graph-box {
      margin-top: 30px;
      padding: 0 20px; }
      .common-box01 .graph-box .left-col .inner {
        position: relative;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 10px 4px #dedede; }
        .common-box01 .graph-box .left-col .inner.show .graph-area > div {
          transform: scale(1, 1); }
        .common-box01 .graph-box .left-col .inner.show .balloon {
          transform: scale(1, 1);
          opacity: 1; }
        .common-box01 .graph-box .left-col .inner .header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          display: -webkit-flex;
          -webkit-justify-content: space-between;
          -webkit-align-items: center;
          background-color: #cd2c4d;
          border-radius: 10px 10px 0 0;
          color: #fff; }
          .common-box01 .graph-box .left-col .inner .header p:nth-of-type(1) {
            position: relative;
            padding: 10px 20px 10px 25px;
            border-radius: 10px 0 0 0;
            font-size: 12px;
            background: url("../images/common01_icon01.png") no-repeat 10px center;
            background-size: 10px 12px;
            background-color: #8d0a24; }
            .common-box01 .graph-box .left-col .inner .header p:nth-of-type(1)::before {
              content: '';
              position: absolute;
              top: 0;
              right: -11px;
              width: 11px;
              height: 100%;
              background: url("../images/common01_bg.png") no-repeat;
              background-size: auto 100%; }
          .common-box01 .graph-box .left-col .inner .header p:nth-of-type(2) {
            padding-right: 15px;
            font-size: 10px; }
        .common-box01 .graph-box .left-col .inner .graph-area {
          position: relative;
          padding: 40px 20px 20px; }
          .common-box01 .graph-box .left-col .inner .graph-area > div {
            position: absolute;
            bottom: 11.5%;
            width: 7px;
            height: 50px;
            background-color: #2a566e;
            transition: transform 1s;
            transform: scale(1, 0);
            transform-origin: 0 100%; } }
          @media screen and (max-width: 768px) and (max-width: 600px) {
            .common-box01 .graph-box .left-col .inner .graph-area > div {
              bottom: 12.5%; } }
          @media screen and (max-width: 768px) and (max-width: 490px) {
            .common-box01 .graph-box .left-col .inner .graph-area > div {
              bottom: 13.5%; } }
          @media screen and (max-width: 768px) and (max-width: 390px) {
            .common-box01 .graph-box .left-col .inner .graph-area > div {
              bottom: 14.5%; } }
@media screen and (max-width: 768px) {
            .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(1) {
              left: 17.6%;
              height: 5%; } }
            @media screen and (max-width: 768px) and (max-width: 600px) {
              .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(1) {
                left: 18.3%;
                height: 4.5%; } }
            @media screen and (max-width: 768px) and (max-width: 460px) {
              .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(1) {
                left: 18.7%;
                height: 4.5%; } }
            @media screen and (max-width: 768px) and (max-width: 390px) {
              .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(1) {
                left: 19.3%;
                height: 4.5%; } }
@media screen and (max-width: 768px) {
            .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(2) {
              left: 32%;
              height: 10%;
              transition-delay: 0.5s; } }
            @media screen and (max-width: 768px) and (max-width: 600px) {
              .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(2) {
                left: 32.3%;
                height: 9.5%; } }
            @media screen and (max-width: 768px) and (max-width: 390px) {
              .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(2) {
                left: 32.5%;
                height: 9.8%; } }
@media screen and (max-width: 768px) {
            .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(3) {
              left: 46.2%;
              height: 23%;
              transition-delay: 1s; } }
            @media screen and (max-width: 768px) and (max-width: 600px) {
              .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(3) {
                left: 46%;
                height: 22.5%; } }
            @media screen and (max-width: 768px) and (max-width: 390px) {
              .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(3) {
                left: 45.8%;
                height: 22%; } }
@media screen and (max-width: 768px) {
            .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(4) {
              left: 60.3%;
              height: 37.5%;
              transition-delay: 1.5s; } }
            @media screen and (max-width: 768px) and (max-width: 600px) {
              .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(4) {
                left: 60%;
                height: 35%; } }
            @media screen and (max-width: 768px) and (max-width: 460px) {
              .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(4) {
                left: 59.3%;
                height: 34%; } }
            @media screen and (max-width: 768px) and (max-width: 370px) {
              .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(4) {
                left: 58.9%;
                height: 32%; } }
@media screen and (max-width: 768px) {
            .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(5) {
              left: 74.4%;
              height: 48%;
              transition-delay: 2s; } }
            @media screen and (max-width: 768px) and (max-width: 600px) {
              .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(5) {
                left: 73.7%;
                height: 45.3%; } }
            @media screen and (max-width: 768px) and (max-width: 460px) {
              .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(5) {
                left: 72.8%;
                height: 42.8%; } }
            @media screen and (max-width: 768px) and (max-width: 370px) {
              .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(5) {
                left: 72.3%;
                height: 41.8%; } }
@media screen and (max-width: 768px) {
            .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(6) {
              left: 88.7%;
              height: 69%;
              transition-delay: 2.5s;
              background-color: #cd2c4d; } }
            @media screen and (max-width: 768px) and (max-width: 600px) {
              .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(6) {
                left: 87.5%;
                height: 65.5%; } }
            @media screen and (max-width: 768px) and (max-width: 490px) {
              .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(6) {
                left: 86.6%;
                height: 62.9%; } }
            @media screen and (max-width: 768px) and (max-width: 370px) {
              .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(6) {
                left: 85%;
                height: 60%; } }
@media screen and (max-width: 768px) {
        .common-box01 .graph-box .left-col .inner .balloon {
          position: absolute;
          top: 11%;
          left: 77%;
          width: 70px;
          transition: transform 0.51s;
          transition-delay: 3.2s;
          transform: scale(0, 0);
          opacity: 0; } }
        @media screen and (max-width: 768px) and (max-width: 650px) {
          .common-box01 .graph-box .left-col .inner .balloon {
            left: 74%; } }
        @media screen and (max-width: 768px) and (max-width: 500px) {
          .common-box01 .graph-box .left-col .inner .balloon {
            left: 71%; } }
        @media screen and (max-width: 768px) and (max-width: 430px) {
          .common-box01 .graph-box .left-col .inner .balloon {
            left: 65%; } }
        @media screen and (max-width: 768px) and (max-width: 350px) {
          .common-box01 .graph-box .left-col .inner .balloon {
            left: 61%; } }
@media screen and (max-width: 768px) {
          .common-box01 .graph-box .left-col .inner .balloon img {
            width: 100%; }
      .common-box01 .graph-box .right-col {
        margin-top: 20px; }
        .common-box01 .graph-box .right-col ul {
          text-align: center; }
        .common-box01 .graph-box .right-col li {
          margin-top: 17px;
          padding: 10px 0 10px 40px;
          border-radius: 5px;
          box-shadow: 0 0 4px 4px #dedede;
          font-size: 12px;
          font-weight: bold;
          text-align: left;
          background: url("../images/common01_icon02.png") no-repeat 15px center;
          background-size: 10px 7px;
          background-color: #fff; }
          .common-box01 .graph-box .right-col li:nth-of-type(1) {
            margin-top: 0; }
          .common-box01 .graph-box .right-col li.current {
            width: 100%;
            color: #fff;
            font-size: 14px;
            background: url("../images/common01_icon03.png") no-repeat 15px center;
            background-size: 14px 8px;
            background-color: #cd2c4d; }

  .common-box02 {
    padding: 30px 0; }
    .common-box02 h2 {
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.4; }
    .common-box02 .title {
      margin-top: 30px;
      text-align: center;
      font-size: 14px;
      font-weight: bold; }
    .common-box02 .teacher-list {
      margin: 25px 10px 0;
      padding: 0 25px; }
      .common-box02 .teacher-list .slick-slide {
        outline: none; }
      .common-box02 .teacher-list .box {
        position: relative;
        margin: 0 12px; }
        .common-box02 .teacher-list .box .thumbnail {
          text-align: center; }
          .common-box02 .teacher-list .box .thumbnail img {
            display: inline-block;
            width: 95px; }
        .common-box02 .teacher-list .box .inner {
          margin-top: -45px;
          padding: 50px 0 20px;
          background-color: #eaf3f9;
          border-radius: 15px; }
          .common-box02 .teacher-list .box .inner .meta {
            padding: 0 20px;
            font-size: 14px;
            font-weight: bold;
            color: #444444; }
          .common-box02 .teacher-list .box .inner .message {
            position: relative;
            margin-top: 20px;
            padding: 18px 0;
            font-size: 16px;
            text-align: center;
            color: #fff;
            background-color: #2b9ccc; }
            .common-box02 .teacher-list .box .inner .message::before {
              content: '';
              position: absolute;
              top: -8px;
              left: 50%;
              width: 21px;
              height: 8px;
              margin-left: -10px;
              background: url("../images/common02_corn.png") no-repeat;
              background-size: 100%; }
          .common-box02 .teacher-list .box .inner .comment {
            padding: 20px 20px 0;
            font-size: 12px; }
          .common-box02 .teacher-list .box .inner .more {
            margin-top: 10px;
            padding-left: 20px; }
            .common-box02 .teacher-list .box .inner .more a {
              padding-left: 15px;
              font-size: 12px;
              color: #cd2c4d;
              text-decoration: none;
              background: url("../images/common02_icon.png") no-repeat left center;
              background-size: 10px 11px; }
      .common-box02 .teacher-list .slick-prev,
      .common-box02 .teacher-list .slick-next {
        top: 57%;
        width: 30px;
        height: 40px;
        background-size: 100% !important; }
        .common-box02 .teacher-list .slick-prev::before,
        .common-box02 .teacher-list .slick-next::before {
          content: none; }
      .common-box02 .teacher-list .slick-prev {
        left: 0;
        background: url("../images/common02_btn_left.png") no-repeat; }
      .common-box02 .teacher-list .slick-next {
        right: 0;
        background: url("../images/common02_btn_right.png") no-repeat; }

        .common-box02 .thanks-list {
      margin-top: 30px;
      padding-top: 30px;
      background: url("../images/common02_bg.png") no-repeat 90% 5px;
      background-size: 240px auto; }
      .common-box02 .thanks-list .inner {
        padding: 0 30px; }
      .common-box02 .thanks-list .slick-slide {
        outline: none; }
      .common-box02 .thanks-list p {
        position: relative;
        margin: 0 15px; }
      .common-box02 .thanks-list .slick-prev,
      .common-box02 .thanks-list .slick-next {
        top: 57%;
        width: 30px;
        height: 40px;
        background-size: 100% !important; }
        .common-box02 .thanks-list .slick-prev::before,
        .common-box02 .thanks-list .slick-next::before {
          content: none; }
      .common-box02 .thanks-list .slick-prev {
        left: 10px;
        background: url("../images/common04_btn_left.png") no-repeat; }
      .common-box02 .thanks-list .slick-next {
        right: 10px;
        background: url("../images/common04_btn_right.png") no-repeat; }

  .common-box03 {
    padding: 30px 0; }
    .common-box03 h2 {
      text-align: center;
      font-size: 18px; }
    .common-box03 .sentence-box {
      margin-top: 20px;
      padding: 0 40px; }
      .common-box03 .sentence-box .title {
        font-size: 14px; }
        .common-box03 .sentence-box .title > span:nth-of-type(1) {
          font-family: 'Century Gothic', 'Avenir-Light', 'Futura';
          letter-spacing: -0.02em;
          font-weight: bold;
          color: #cd2c4d; }
      .common-box03 .sentence-box .description p {
        letter-spacing: 0.1em;
        margin-top: 10px;
        font-size: 10px; }

  .common-box04 {
    padding: 30px 0; }
    .common-box04 h2 {
      text-align: center;
      font-size: 18px;
      line-height: 1.4; }
      .common-box04 h2 span:nth-of-type(1) {
        display: none; }
      .common-box04 h2 span:nth-of-type(2) {
        font-size: 10px; }
    .common-box04 .staff-list {
      margin: 20px 10px;
      padding: 0 30px; }
      .common-box04 .staff-list .slick-slide {
        outline: none; }
      .common-box04 .staff-list li {
        margin: 0 18px; }
      .common-box04 .staff-list .slick-prev,
      .common-box04 .staff-list .slick-next {
        top: 52%;
        width: 30px;
        height: 40px;
        background-size: 100% !important; }
        .common-box04 .staff-list .slick-prev::before,
        .common-box04 .staff-list .slick-next::before {
          content: none; }
      .common-box04 .staff-list .slick-prev {
        left: 0;
        background: url("../images/common04_btn_left.png") no-repeat; }
      .common-box04 .staff-list .slick-next {
        right: 0;
        background: url("../images/common04_btn_right.png") no-repeat; }

  .common-box05 {
    padding: 35px 20px 25px;
    text-align: center;
    background-color: #434343; }
    .common-box05 p:nth-of-type(2) {
      margin-top: 20px;
      font-size: 12px;
      color: #fff;
      line-height: 1.4; }

  .common-box06 {
    padding: 30px 20px; }

    .common-box06 input, .common-box06 textarea, .common-box06 select {
      -moz-appearance: none;
      -ms-appearance: none;
      -webkit-appearance: none;
      appearance: none; }
    .common-box06 form > div {
      margin-top: 20px; }
      .common-box06 form > div:nth-of-type(1) {
        margin-top: 0; }
      .common-box06 form > div .title {
        margin-bottom: 10px;
        font-size: 12px;
        color: #000; }
        .common-box06 form > div .title.must {
          position: relative; }
          .common-box06 form > div .title.must::before {
            content: '必須';
            position: absolute;
            top: 0;
            right: 0;
            display: block;
            width: 40px;
            height: 17px;
            line-height: 17px;
            font-size: 10px;
            color: #fff;
            text-align: center;
            background-color: #cd2c4d;
            border-radius: 3px; }
      .common-box06 form > div input[type="text"] {
        width: 100%;
        height: 45px;
        padding: 0 15px;
        border: 2px solid #dfdfdf;
        border-radius: 5px;
        box-sizing: border-box; }
      .common-box06 form > div textarea {
        width: 100%;
        height: 175px;
        padding: 15px 15px;
        border: 2px solid #dfdfdf;
        border-radius: 5px;
        box-sizing: border-box; }
      .common-box06 form > div select {
        -moz-appearance: none;
        -ms-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 8px;
        border: 2px solid #dfdfdf;
        background: none transparent;
        outline: none;
        color: #000;
        width: 100%;
        height: 36px;
        padding-left: 30px;
        font-size: 12px;
        background: url("../images/select_icon01.png") no-repeat 10px center, url("../images/select_icon02.png") no-repeat right center;
        background-size: 15px 12px, 34px 32px;
        background-color: #fff; }
      .common-box06 form > div .sentence-box {
        padding: 15px 25px;
        border: 1px solid #dfdfdf;
        border-radius: 5px;
        font-size: 12px; }
        .common-box06 form > div .sentence-box a {
          color: #cd2c4d; }
      .common-box06 form > div label.radio-text {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        display: inline-block; }
        .common-box06 form > div label.radio-text::before {
          position: absolute;
          width: 20px;
          height: 20px;
          border: 1px solid #dfdfdf;
          border-radius: 50%;
          left: 0px;
          top: 5px;
          content: '';
          z-index: 3; }
        .common-box06 form > div label.radio-text::after {
          content: '';
          position: absolute;
          width: 12px;
          height: 12px;
          border-radius: 100%;
          left: 5px;
          top: 10px;
          background-color: #d7455d;
          z-index: 1; }
        .common-box06 form > div label.radio-text input[type="radio"] {
          -moz-appearance: none;
          -webkit-appearance: none;
          position: absolute;
          z-index: 2;
          width: 16px;
          height: 16px;
          left: -17px;
          top: 9px;
          margin: 0px;
          outline: none;
          box-shadow: 20px -1px #FFF; }
          .common-box06 form > div label.radio-text input[type="radio"]:checked {
            box-shadow: none; }
        .common-box06 form > div label.radio-text span {
          display: inline-block;
          padding: 5px 0 5px 30px; }
      .common-box06 form > div label.checkbox-text {
        cursor: pointer;
        position: relative;
        padding-left: 25px;
        margin-left: 20px;
        overflow: hidden;
        position: relative;
        padding-left: 25px;
        display: inline-block;
        box-sizing: border-box; }
        .common-box06 form > div label.checkbox-text::before {
          content: '';
          position: absolute;
          width: 22px;
          height: 22px;
          left: 0px;
          top: 0;
          border: 1px solid #dfdfdf;
          border-radius: 5px;
          z-index: 3; }
        .common-box06 form > div label.checkbox-text::after {
          content: '';
          position: absolute;
          top: 12px;
          left: 7px;
          display: block;
          margin-top: -8px;
          width: 8px;
          height: 12px;
          border-right: 2px solid #d7455d;
          border-bottom: 2px solid #d7455d;
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          z-index: 1; }
        .common-box06 form > div label.checkbox-text input[type="checkbox"] {
          -moz-appearance: none;
          -webkit-appearance: none;
          position: absolute;
          left: -40px;
          width: 20px;
          height: 20px;
          display: block;
          box-shadow: 41px 0px #FFF;
          z-index: 2;
          margin: 0px;
          padding: 0px; }
          .common-box06 form > div label.checkbox-text input[type="checkbox"]:checked {
            box-shadow: none; }
          .common-box06 form > div label.checkbox-text input[type="checkbox"]:checked:focus {
            box-shadow: 40px 0px #666;
            opacity: 0; }
        .common-box06 form > div label.checkbox-text span {
          display: inline-block;
          vertical-align: middle;
          padding-left: 10px;
          font-size: 12px; }
    .common-box06 .f-box09 ul {
      padding-left: 15px; }
      .common-box06 .f-box09 ul li {
        margin-top: 5px; }
        .common-box06 .f-box09 ul li:nth-of-type(1) {
          margin-top: 0; }
      .common-box06 .f-box09 ul span {
        font-size: 12px;
        color: #000; }
    .common-box06 input[type="submit"] {
      display: block;
      width: 220px;
      height: 50px;
      margin: 25px auto;
      text-align: center;
      line-height: 50px;
      color: #fff;
      font-size: 14px;
      background-color: #cd2c4d;
      box-shadow: 0 5px 0 0 #a01733;
      border: none;
      border-radius: 14px;
      outline: none; }
      .common-box06 input[type="submit"]:hover {
        cursor: pointer; }

  /*-------------------------------
  HEADER
  -------------------------------*/
  #globalWrapper {
    position: relative;
    transition: 0.5s; }
    #globalWrapper .wrapper-layer {
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0; }

  .telOpen,
  .menuOpen {
    overflow: hidden; }

  .menuOpen #globalWrapper {
    transform: translateX(-78%); }
    .menuOpen #globalWrapper .wrapper-layer {
      transition: opacity 0.5s;
      z-index: 10;
      opacity: 0.2; }
  .menuOpen #globalHeader .logo-and-navi {
    z-index: 1;
    transition: transform 0.5s;
    box-shadow: 1px 0 20px 1px #999;
    transform: translateX(0); }

  .telOpen #globalWrapper {
    transform: translateX(78%); }
    .telOpen #globalWrapper .wrapper-layer {
      transition: opacity 0.5s;
      z-index: 10;
      opacity: 0.2; }
  .telOpen #globalHeader .sales-information {
    z-index: 1;
    transition: transform 0.5s;
    box-shadow: 1px 0 20px 1px #333;
    transform: translateX(0); }

  #globalHeader .sales-information {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 78%;
    height: 100%;
    background-color: #333333;
    transition: transform 0.5s;
    transform: translateX(-100%); }
    #globalHeader .sales-information .sales-time {
      padding: 12px 0;
      background-color: #292929;
      text-align: center; }
    #globalHeader .sales-information .telephone li {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: flex-start;
      -webkit-align-items: center;
      padding: 13px 18px;
      border-top: 1px solid #3b3b3b; }
      #globalHeader .sales-information .telephone li span {
        display: block;
        width: 40px;
        padding: 2px 0;
        background-color: #cd2c4d;
        border-radius: 2px;
        color: #fff;
        text-align: center;
        font-size: 10px; }
      #globalHeader .sales-information .telephone li a {
        font-family: 'Century Gothic', 'Avenir-Light', 'Futura';
        letter-spacing: -0.02em;
        padding: 0 20px 0 10px;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        background: url("../images/icon_tel02.png") no-repeat right center;
        background-size: 15px 15px; }
  #globalHeader .logo-and-navi {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    width: 78%;
    height: 100%;
    background-color: #fff;
    transition: transform 0.5s;
    transform: translateX(100%); }
    #globalHeader .logo-and-navi .logo {
      padding: 20px 0;
      text-align: center; }
      #globalHeader .logo-and-navi .logo img {
        width: 140px; }
    #globalHeader .logo-and-navi .global-navi {
      border-bottom: 1px solid #f4f4f4; }
      #globalHeader .logo-and-navi .global-navi li {
        border-top: 1px solid #f4f4f4; }
        #globalHeader .logo-and-navi .global-navi li a {
          display: block;
          padding: 20px 15px;
          color: #666666;
          font-size: 12px;
          text-decoration: none; }
    #globalHeader .logo-and-navi .contact-btn {
      display: none; }

  #spHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    padding: 13px 24px 20px;
    background-color: #fff; }
    #spHeader .logo img {
      width: 135px; }
    #spHeader .utility-btn {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      display: -webkit-flex;
      -webkit-justify-content: flex-start;
      -webkit-align-items: center; }
      #spHeader .utility-btn li:nth-of-type(2) {
        margin-left: 8px; }

  /*-------------------------------
  MAINVISUAL
  -------------------------------*/
  #mainVisual {
    position: relative;
    height: 350px;
    background: url("../images/main_visual_sp.jpg") no-repeat center center;
    background-size: cover; }
    #mainVisual .inner {
      position: relative;
      z-index: 5;
      height: 100%;
      padding: 30px 10px 0;
      background: url("../images/mv_chara.png") no-repeat 15% center;
      background-size: 135px auto; }
      #mainVisual .inner h1 {
        text-align: center;
        font-size: 24px;
        line-height: 1.4;
        color: #fff; }
        #mainVisual .inner h1 span {
          font-size: 10px; }
      #mainVisual .inner p:nth-of-type(1) {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center; }
        #mainVisual .inner p:nth-of-type(1) img {
          width: 9.375%; }
      #mainVisual .inner .request-btn {
        position: absolute;
        bottom: 30px;
        left: 50%;
        margin-left: -92px;
        text-align: center; }
        #mainVisual .inner .request-btn a {
          display: inline-block;
          width: 185px;
          height: 45px;
          line-height: 45px;
          font-size: 12px;
          color: #fff;
          text-decoration: none;
          border-radius: 45px;
          background: url("../images/arrow_right_white03.png") no-repeat 85% center;
          background-size: 15px auto;
          background-color: #cd2c4d; }
    #mainVisual .movie {
      display: none; }

  /*-------------------------------
  CONTENTS
  -------------------------------*/
  .c-box01 {
    padding: 30px 0;
    text-align: center; }
    .c-box01 h2 {
      display: inline-block;
      font-size: 15px;
      line-height: 1.1; }
      .c-box01 h2 > span:nth-of-type(1) {
        display: none; }
      .c-box01 h2 > span:nth-of-type(2) {
        font-size: 24px;
        color: #cd2c4d; }
      .c-box01 h2 > span:nth-of-type(3) {
        font-size: 24px; }
    .c-box01 .figure-list {
      margin-top: 30px; }
      .c-box01 .figure-list > div:nth-of-type(1) {
        margin-top: 0; }
      .c-box01 .figure-list .arrow {
        display: none; }
      .c-box01 .figure-list .box {
        width: 150px;
        height: 150px;
        margin: 15px auto 0;
        padding-top: 25px;
        background-color: #2b9ccc;
        border-radius: 150px; }
        .c-box01 .figure-list .box .step {
          font-family: 'Century Gothic', 'Avenir-Light', 'Futura';
          letter-spacing: -0.02em;
          color: #fff;
          font-size: 13px; }
          .c-box01 .figure-list .box .step span {
            font-weight: 16px; }
        .c-box01 .figure-list .box .icon {
          margin-top: 15px; }
          .c-box01 .figure-list .box .icon img {
            width: auto;
            height: 40px; }
        .c-box01 .figure-list .box .description {
          margin-top: 10px;
          font-size: 10px;
          color: #fff; }
      .c-box01 .figure-list .arrow {
        margin: 0 35px; }

  .c-box02 {
    padding: 30px 0;
    text-align: center; }
    .c-box02 h2 {
      font-size: 15px; }
      .c-box02 h2 span {
        display: inline-block;
        padding-bottom: 10px;
        font-size: 10px;
        color: #3d454b; }
    .c-box02 .media-list {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: flex-start;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin-top: 10px; }
      .c-box02 .media-list > div {
        width: 48%;
        margin-top: 25px;
        padding: 0 10px; }
        .c-box02 .media-list > div:nth-of-type(1), .c-box02 .media-list > div:nth-of-type(2) {
          margin-top: 0; }
        .c-box02 .media-list > div .title {
          margin-top: 20px;
          font-size: 14px; }
        .c-box02 .media-list > div .description {
          font-size: 10px; }

  .c-box03 {
    padding: 30px 0;
    background-color: #fbfbfb; }
    .c-box03 h2 {
      text-align: center;
      font-size: 15px; }
    .c-box03 .figure-list {
      margin-top: 35px; }
      .c-box03 .figure-list > div {
        width: 185px;
        margin: 20px auto 0; }
        .c-box03 .figure-list > div:nth-of-type(1) {
          margin-top: 0; }
        .c-box03 .figure-list > div .icon {
          text-align: center; }
        .c-box03 .figure-list > div .title {
          margin-top: 20px;
          text-align: center;
          font-size: 18px; }
        .c-box03 .figure-list > div .description {
          margin-top: 10px;
          font-size: 10px; }

  .c-box04 {
    position: relative;
    padding: 30px 0;
    text-align: center;
    background: url("../images/sec04_bg.png") no-repeat center bottom;
    background-size: 100% auto;
    background-color: #e2f0f6; }
    .c-box04::before {
      content: '';
      position: absolute;
      bottom: -48px;
      left: 50%;
      width: 96px;
      height: 48px;
      margin-left: -48px;
      background: url("../images/sec04_corn.png") no-repeat;
      background-size: 100%; }
    .c-box04 h2 {
      font-size: 18px;
      line-height: 1.2; }
      .c-box04 h2 span {
        display: inline-block;
        padding: 0 30px;
        font-size: 22px;
        background: url("../images/sec04_text_bg.png") no-repeat center center;
        background-size: 80px auto; }
    .c-box04 .img {
      margin-top: 40px;
      text-align: center; }

  .c-box05 {
    padding: 60px 0 30px;
    background: url("../images/sec05_bg.png") no-repeat center bottom;
    background-size: cover; }
    .c-box05 h2 {
      font-size: 18px;
      text-align: center;
      letter-spacing: 0.1em; }
    .c-box05 .media-box {
      margin-top: 30px;
      padding: 0 20px; }
      .c-box05 .media-box .check-list > div {
        margin-top: 25px;
        padding-left: 25px;
        background: url("../images/sec05_check.png") no-repeat left top;
        background-size: 20px auto; }
        .c-box05 .media-box .check-list > div:nth-of-type(1) {
          margin-top: 0; }
        .c-box05 .media-box .check-list > div .title {
          font-size: 14px; }
        .c-box05 .media-box .check-list > div p:nth-of-type(2) {
          margin-top: 10px;
          font-size: 10px; }
      .c-box05 .media-box .thumbnail {
        position: relative;
        margin-top: 20px; }
        .c-box05 .media-box .thumbnail img {
          width: 100%; }

  /*-------------------------------
  FOOTER
  -------------------------------*/
  #globalFooter {
    padding: 22px;
    background-color: #373b40;
    color: #fff; }
    #globalFooter .title {
      font-size: 10px; }
    #globalFooter .address-list {
      margin-top: 18px; }
      #globalFooter .address-list li {
        margin-top: 8px;
        padding: 14px;
        background-color: #303438;
        font-size: 10px; }
        #globalFooter .address-list li:nth-of-type(1) {
          margin-top: 0; }
    #globalFooter .btm-layer {
      margin-top: 20px;
      text-align: center; }
      #globalFooter .btm-layer .copyright {
        display: inline-block;
        font-size: 10px;
        color: #fff;
        line-height: 1.5; }

        .teacher-layer {
    display: none;
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.8); }
    .teacher-layer .teacher-inner {
      display: table;
      width: 100%;
      height: 100%; }
      .teacher-layer .teacher-inner .inner {
        display: table-cell;
        width: 100%;
        padding: 0 15px;
        vertical-align: middle;
        text-align: center; }
        .teacher-layer .teacher-inner .inner .inner-box {
          display: flex;
          justify-content: space-between;
          align-items: center;
          display: -webkit-flex;
          -webkit-justify-content: space-between;
          -webkit-align-items: center; }
          .teacher-layer .teacher-inner .inner .inner-box > p {
            flex-shrink: 0;
            -webkit-flex-shrink: 0;
            width: 30px; }
        .teacher-layer .teacher-inner .inner .box {
          position: relative;
          width: 100%;
          max-width: 1050px;
          margin: 0 5px;
          padding: 20px;
          background-color: #fff;
          border-radius: 10px;
          text-align: left; }
          .teacher-layer .teacher-inner .inner .box .close {
            position: absolute;
            z-index: 5;
            top: -10px;
            right: -10px; }
          .teacher-layer .teacher-inner .inner .box .header .thumbnail {
            text-align: center; }
          .teacher-layer .teacher-inner .inner .box .header .information {
            margin-top: 15px;
            color: #333333; }
            .teacher-layer .teacher-inner .inner .box .header .information h2 {
              font-size: 16px;
              font-weight: bold;
              color: #000; }
            .teacher-layer .teacher-inner .inner .box .header .information ul {
              margin-top: 10px; }
              .teacher-layer .teacher-inner .inner .box .header .information ul li {
                font-size: 14px;
                color: #666666; }
          .teacher-layer .teacher-inner .inner .box .sentence {
            margin-top: 20px; }
            .teacher-layer .teacher-inner .inner .box .sentence p {
              font-size: 12px;
              color: #000000; }

  .movie-layer {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 0;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.8);
    transition: opacity 0.5s;
    opacity: 0; }
    .movie-layer.show {
      z-index: 50000;
      opacity: 1; }
    .movie-layer .layer-inner {
      display: table;
      width: 100%;
      height: 100%; }
    .movie-layer .inner {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .movie-layer .inner .close {
        width: 80%;
        max-width: 800px;
        margin: 0 auto 20px;
        text-align: right; }
        .movie-layer .inner .close img {
          width: 30px; }
    .movie-layer iframe {
      width: 80%;
      max-width: 800px; } }

			.c-box07 {
				position: relative;
				z-index: 1;
				padding: 95px 0 135px;
				background: url("../images/sec07_bg.png") no-repeat center bottom;
				background-size: cover; }
				.c-box07.release {
					background: url("../images/sec07_bg02.jpg") no-repeat center center;
					background-size: cover; }
				.c-box07 .box {
					width: 810px;
					margin: 90px auto 0;
					padding: 70px 70px 30px;
					background-color: #fff;
					border-radius: 10px; }
					.c-box07 .box ul li {
						display: flex;
						justify-content: flex-start;
						align-items: center;
						display: -webkit-flex;
						-webkit-justify-content: flex-start;
						-webkit-align-items: center;
						flex-wrap: nowrap;
						-webkit-flex-wrap: nowrap;
						padding-left: 110px; }
						.c-box07 .box ul li:nth-of-type(1) {
							background: url("../images/sec07_icon01.png") no-repeat left center;
							background-size: 83px auto; }
							.c-box07 .box ul li:nth-of-type(1) > span:nth-of-type(2) {
								font-size: 60px; }
						.c-box07 .box ul li:nth-of-type(2) {
							background: url("../images/sec07_icon02.png") no-repeat left center;
							background-size: 76px auto; }
							.c-box07 .box ul li:nth-of-type(2) > span:nth-of-type(2) {
								margin-left: -15px;
								font-size: 125px; }
						.c-box07 .box ul li > span:nth-of-type(1) {
							width: 145px;
							font-size: 30px; }
						.c-box07 .box ul li > span:nth-of-type(2) {
							display: block;
							font-family: 'Century Gothic', 'Avenir-Light', 'Futura';
							letter-spacing: -0.02em;
							color: #cd2c4d; }
							.c-box07 .box ul li > span:nth-of-type(2) span {
								padding-left: 15px;
								color: #4e4e4e;
								font-size: 30px; }
					.c-box07 .box p {
						margin-top: 20px;
						margin-left: 110px;
						padding-top: 30px;
						border-top: 2px solid #333333;
						font-size: 20px;
						line-height: 1.4; }
				.c-box07 .caution {
					width: 810px;
					margin: 20px auto 0;
					text-align: right;
					font-size: 15px;
					font-weight: normal; }



header .contact
{
	margin: -1rem 0 0 auto;
}
header .contact .lead
{
	margin: 0 0 0.2rem;
	color: #cd2c4d;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
}
#globalHeader .logo-and-navi .contact-btn a
{
	display: flex;	justify-content: center;	align-items: center;

	padding: 0 1.2rem 0 0;

	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
}


#globalWrapper .request-btn a
{
	display: flex;	justify-content: center;	align-items: center;
	margin: 0 auto 0.5em;
}
#globalWrapper .request-btn a span
{
	padding: 0 1.2em 0 0;
	background-size: 0.8em 0.8em;

	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
}

h5
{
	font-size: 32px;
	text-align: center;
}
h5 span{	font-size: 1.4em;	}


@media screen and (max-width: 768px)
{

#globalWrapper .request-btn a{	width: 80vw;	}
#globalWrapper .request-btn a span{	font-size: 1.5rem;	}

h5{	font-size: 3.8vw;	}

}


#ANC04{	margin: 0 auto 10rem;	}
#ANC04 .box
{
	position: relative;
	width: 770px;
	padding: 70px 100px 30px;
	margin: 50px auto 20px;
}
#ANC04 p{	margin: 0;	padding: 0;	border: none;	line-height: 1;	}
#ANC04 h2
{
	text-align: center;
	line-height: 1.4;
}
#ANC04 h2{	font-size: 32px;	}
#ANC04 h2 span:nth-of-type(2)
{
	margin-top: 10px;
	color: #cd2c4d;
	font-size: 20px;
}
#ANC04 h2 span{	display: block;	}

#ANC04 h3{	font-size: 30px;	}

#ANC04 .ml75{	margin-left: 75px;	}

#ANC04 hr{	margin-bottom: 50px;	}

#ANC04 .campaign
{
	padding: 0;
	margin: 0 auto 2rem;

	border: none;

	color: #cd2c4d;
	font-size:  56px;
	font-weight: bold;
	text-align: center;
}
#ANC04 ul
{
	margin: 0 auto 20px;
	border-bottom: 2px solid #333333;
}
#ANC04 ul li
{
	padding: 0;
	margin: 0 0 30px auto;
	background: none;
}

#ANC04 ul .mb10{	margin: 0 0 10px;	}

#ANC04 .icon2
{
	position: absolute;
	width: 120px;
	height: auto;
	top: 130px;
	left: 150px;
}

#ANC04 ul .sub
{
	margin: 0 20px 0 auto;
	font-size: 25px;
	font-weight: bold;
}

#ANC04 ul .price
{
	color: #cd2c4d;
	font-weight: bold;
	font-family: 'Century Gothic', 'Avenir-Light', 'Futura';
	letter-spacing: -0.02em;
}
#ANC04 ul .price.p0{	margin: 0 0 0 auto;	}
#ANC04 ul .price.p1{	font-size: 60px;	position: relative;	}
#ANC04 ul .price.p2{	font-size: 80px;	}
#ANC04 ul .price.p3{	font-size: 40px;	margin: 0 134px 0 415px;	}

#ANC04 ul .unit
{
	padding-left: 15px;
	color: #4e4e4e;
	font-size: 25px;
}
#ANC04 ul .start .price.p1::after,
#ANC04 ul .month .price.p1::after
{
	content: "";
	position: absolute;
	top: 22px;	left: -5px;
	/* display: block; */
	display: none;
	width: 200px;
	height: 4px;
	border-top: 4px solid #cd2c4d;
	border-bottom: 4px solid #cd2c4d;
}
#ANC04 ul .arrow
{
	margin: 0 10px;
	font-size: 40px;
}

#ANC04 ul .mon{	margin: -20px 0 40px 0;	}


#ANC04 ul .start h3
{
	margin-left: auto;
	margin-right: 200px;
}
#ANC04 .note
{
	font-size: 20px;
	text-align: right;
	line-height: 1.4;
}
#ANC04 .caution
{
	width: 770px;
	margin: 0 auto;
	text-align: right;
}


@media screen and (max-width: 768px)
{


#ANC04 .box
{
	width: 90vw;
	padding: 8vw;
	margin: 10vw auto 2vw;
}
#ANC04 h3
{
	font-size: 6vw;
	margin-bottom: 5vw;
}
#ANC04 ul
{
	padding: 0 0 0 10vw;
	margin: 0 auto 3vw;
}
#ANC04 ul li
{
	display: flex;	flex-wrap: wrap;	justify-content: center;
	margin: 0 0 5vw;
	text-align: center;
}
#ANC04 ul li p{	width: 100%;	}

#ANC04 ul .sub
{
	margin: 0 0 1vw 0;
	font-size: 5vw;
}
#ANC04 ul .price.p1{	font-size: 12vw; margin: 0 auto;	}
#ANC04 ul .price.p2{	font-size: 18vw;	}
#ANC04 ul .price.p3{font-size: 8vw;	margin: 0 auto;}

#ANC04 ul .unit
{
	padding-left: 3vw;
	font-size: 6vw;
}
#ANC04 ul .start .price.p1::after,
#ANC04 ul .month .price.p1::after
{
	top: 5vw;	left: -1vw;
	width: 50vw;
}
#ANC04 ul .arrow
{
margin: 2vw 30vw;
font-size: 8vw;
transform: rotate(90deg);
}

#ANC04 ul .mb20
{
margin: 0 0 10vw;
}

#ANC04 .note{	font-size: 3.5vw;	}
#ANC04 .caution{	width: 90vw;	}

#ANC04 .icon2
{
	position: absolute;
	width: 22vw;
	height: auto;
	top: 35vw;
	left: 3vw;
}


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