@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; }
figure-list
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; }

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

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

  /*-------------------------------
  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;
    font-weight: normal; }
    .sales-time span:nth-of-type(2) {
      font-family: 'Century Gothic', 'Avenir-Light', 'Futura';
      letter-spacing: -0.02em;
      padding: 0 10px;
      font-size: 17px;
      font-weight: bold; }

  .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-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: 15px;
      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 0 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: calc(129px + (645px - 129px)/8*0);
	height: 75px;
}
.common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(2)
{
	left: calc(129px + (645px - 129px)/8*1);
	height: 92px;
	transition-delay: 0.5s;
}
.common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(3)
{
	left: calc(129px + (645px - 129px)/8*2);
	height: 114px;
	transition-delay: 1s;
}
.common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(4)
{
	left: calc(129px + (645px - 129px)/8*3);
	height: 142px;
	transition-delay: 1.5s;
}
.common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(5)
{
	left: calc(129px + (645px - 129px)/8*4);
	height: 173px;
	transition-delay: 2s;
}
.common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(6)
{
	left: calc(129px + (645px - 129px)/8*5);
	height: 215px;
	transition-delay: 2.5s;
}
.common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(7)
{
	left: calc(129px + (645px - 129px)/8*6);
	height: 248px;
	transition-delay: 3.0s;
}
.common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(8)
{
	left: calc(129px + (645px - 129px)/8*7);
	height: calc(250px * 12043 / 10000 - 10px);
	transition-delay: 3.5s;
}
.common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(9)
{
	left: calc(129px + (645px - 129px)/8*8);
	height: calc(250px * 13175 / 10000 - 10px);
	transition-delay: 4.0s;
	background-color: #cd2c4d;
}

.common-box01 .graph-box .left-col .inner .balloon
{
	/* display: none; */
	position: absolute;
	top: 40px;	left: 480px;
	transition: 0.51s;
	transition-delay: 4.5s;
	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;
          font-weight: bold;
          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: 500px; }
          .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 .logo{
        font-family: 'Century Gothic', 'Avenir-Light', 'Futura';
        letter-spacing: -0.02em;
        font-size: 36px; }
/*      .common-box04 h2 span:nth-of-type(2) {
        font-size: 18px; }*/
      .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 h2{
        text-align: center;
        font-size: 20px;
        margin-bottom: 40px;
        color: #cd2c4d;
      }
    .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 form > div {
      max-width: 760px;
      margin: 30px auto; }
      .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; }
      .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;
      margin: 30px 0; }
      .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;
      margin: 30px 0; }
      .common-box06 .f-box12 select {
        width: 458px;
        height: 36px;
        background: url("../images/select02.png") no-repeat left;
        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; }


			    /* #kintai .sentence-box {
			      max-width: 1010px;
			      margin: 40px auto 0; }
			      #kintai .sentence-box .title {
			        font-size: 18px; }
			        #kintai .sentence-box .title > span:nth-of-type(1) {
			          font-family: 'Century Gothic', 'Avenir-Light', 'Futura';
			          letter-spacing: -0.02em;
			          color: #cd2c4d; }
			      #kintai .sentence-box .description p {
			        letter-spacing: 0.1em;
			        margin-top: 20px; } */
  /*-------------------------------
  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::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; } }
          @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 {
    height: 645px;
    background: url("../images/main_visual.jpg") no-repeat center center;
    background-size: cover; }
    #mainVisual .inner {
      max-width: 1200px;
      width: 100%;
      margin: 0 auto;
      padding-top: 120px; }
      #mainVisual .inner h1 {
        position: relative;
        display: inline-block;
        font-size: 35px;
        font-weight: bold;
        line-height: 1.4; }
        #mainVisual .inner h1::before {
          content: '';
          position: absolute;
          top: -25px;
          right: -310px;
          width: 181px;
          height: 181px;
          background: url("../images/mv_balloon.png") no-repeat;
          background-size: 100% 100%; }
      #mainVisual .inner .title {
        font-size: 75px;
        color: #272727; }
      #mainVisual .inner ul li {
        position: relative;
        width: 340px;
        height: 55px;
        margin-top: 22px;
        padding-left: 85px;
        line-height: 55px;
        background-color: #2b9ccc !important;
        border-radius: 55px;
        font-size: 22px;
        font-weight: bold;
        color: #fff; }
        #mainVisual .inner ul li::before {
          content: '';
          position: absolute;
          z-index: 5;
          top: -10px;
          left: 30px; }
        #mainVisual .inner ul li:nth-of-type(1) {
          background: url("../images/mv_icon01.png") no-repeat 40px center;
          background-size: 26px 20px; }
          #mainVisual .inner ul li:nth-of-type(1)::before {
            width: 69px;
            height: 22px;
            background: url("../images/mv_point01.png") no-repeat;
            background-size: 69px 22px; }
        #mainVisual .inner ul li:nth-of-type(2) {
          letter-spacing: -0.1em;
          background: url("../images/mv_icon02.png") no-repeat 50px center;
          background-size: 16px 18px; }
          #mainVisual .inner ul li:nth-of-type(2)::before {
            width: 73px;
            height: 23px;
            background: url("../images/mv_point02.png") no-repeat;
            background-size: 100% 100%; }

  /*-------------------------------
  CONTENTS
  -------------------------------*/
  .c-box01 {
    position: relative;
    padding: 140px 0 130px;
    background-color: #fbfbfb; }
    .c-box01::before {
      content: '';
      position: absolute;
      bottom: -62px;
      left: 50%;
      width: 124px;
      height: 62px;
      margin-left: -62px;
      background: url("../images/sec01_corn.png") no-repeat;
      background-size: 100%; }
    .c-box01 h2 {
      text-align: center;
      font-size: 55px; }
    .c-box01 .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: 100px; }
      .c-box01 .figure-list > div {
        width: 225px;
        padding: 0 50px;
        box-sizing: content-box;
        text-align: center; }
        .c-box01 .figure-list > div .title {
          margin-top: 20px;
          font-size: 35px; }
        .c-box01 .figure-list > div .description {
          margin-top: 10px;
          font-size: 18px;
          font-weight: normal; }

  .c-box02 {
    padding: 110px 0 90px;
    background: url("../images/sec02_bg.png") no-repeat 82% 60px;
    background-size: 771px 449px; }
    .c-box02 h2 {
      text-align: center;
      line-height: 1.4; }
      .c-box02 h2 > span:nth-of-type(1) {
        position: relative; }
        .c-box02 h2 > span:nth-of-type(1)::before {
          content: '';
          position: absolute;
          top: -15px;
          left: -100px;
          width: 90px;
          height: 58px;
          background: url("../images/sec02_icon.png") no-repeat;
          background-size: 90px 58px; }
      .c-box02 h2 > span:nth-of-type(2) {
        font-size: 70px; }
      .c-box02 h2 span {
        font-size: 35px; }
        .c-box02 h2 span span {
          color: #cd2c4d; }
    .c-box02 .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: 65px; }
      .c-box02 .figure-list > div {
        width: 330px;
        height: 330px;
        margin-left: 50px;
        padding-top: 50px;
        text-align: center;
        background-color: #2b9ccc;
        border-radius: 100%;
        color: #fff;
        transform: scale(0, 0);
        opacity: 0;
        transition: 0.51s;
        }
        .c-box02 .figure-list.show > div {
        transform: scale(1, 1);
        opacity: 1; }
        .c-box02 .figure-list > div:nth-of-type(1) {
          margin-left: 0;
          transition-delay: 0.4s;}
          .c-box02 .figure-list > div:nth-of-type(2) {
            transition-delay: 1.0s;
          }
          .c-box02 .figure-list > div:nth-of-type(3) {
            transition-delay: 1.6s;
          }
        .c-box02 .figure-list > div .title {
          margin-top: 15px;
          font-size: 35px; }
        .c-box02 .figure-list > div .description {
          margin-top: 20px;
          font-size: 18px;
          font-weight: normal; }

  .c-box03 {
    padding: 155px 0 150px;
    text-align: center;
    background: url("../images/sec03_bg.png") no-repeat 80% 330px;
    background-size: 907px 828px;
    background-color: #edf5f8; }
    .c-box03 h2 {
      display: inline-block;
      padding: 0 3px 20px 0;
      background: url("../images/ttl_border.png") repeat-x left bottom;
      background-size: 10px 8px; }
      .c-box03 h2 .logo {
        font-size: 36px; }
      .c-box03 h2 > span {
        line-height: 1.2; }
        .c-box03 h2 > span:nth-of-type(2) {
          font-size: 36px; }
        .c-box03 h2 > span:nth-of-type(3) {
          font-size: 70px; }
          .c-box03 h2 > span:nth-of-type(3) span {
            color: #cd2c4d; }
          .c-box03 h2 > span:nth-of-type(3) .logo {
            font-size: 100px; }
    .c-box03 .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: 100px; }
      .c-box03 .media-list > div {
        width: 310px;
        margin-top: 60px; }
        .c-box03 .media-list > div:nth-of-type(1), .c-box03 .media-list > div:nth-of-type(2), .c-box03 .media-list > div:nth-of-type(3) {
          margin-top: 0; }
        .c-box03 .media-list > div .title {
          margin-top: 20px;
          font-size: 24px;
          font-weight: bold;
          letter-spacing: -0.03em; }
        .c-box03 .media-list > div .description {
          margin-top: 20px;
          font-size: 16px;
          text-align: left;
          font-weight: normal;
          letter-spacing: 0.1em; }

  .c-box04 {
    padding: 175px 0 130px;
    background: url("../images/sec04_bg.png") no-repeat center 275px;
    background-size: 1286px 871px;
    background-color: #e2eff3;
    text-align: center; }
    .c-box04 h2 {
      position: relative;
      display: inline-block;
      padding: 0 3px 10px 0;
      font-size: 70px;
      line-height: 1;
      background: url("../images/ttl_border.png") repeat-x left bottom;
      background-size: 10px 8px; }
      .c-box04 h2::before {
        content: '';
        position: absolute;
        top: -130px;
        left: -165px;
        width: 184px;
        height: 181px;
        background: url("../images/sec04_balloon.png") no-repeat;
        background-size: 100%; }
      .c-box04 h2 span {
        font-size: 24px; }
    .c-box04 .linkage-box {
      width: 700px;
      margin: 120px auto 0;
      padding: 35px 25px 30px;
      background-color: #fcfdfe;
      border-radius: 15px;
      box-shadow: 0 0 35px -10px #999; }
      .c-box04 .linkage-box .title {
        font-size: 30px;
        line-height: 1.2; }
        .c-box04 .linkage-box .title span {
          font-family: 'Century Gothic', 'Avenir-Light', 'Futura';
          letter-spacing: -0.02em;
          font-size: 24px;
          color: #cd2c4d; }
      .c-box04 .linkage-box .inner-box {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        display: -webkit-flex;
        -webkit-justify-content: flex-start;
        -webkit-align-items: center;
        margin-top: 20px;
        padding: 15px;
        text-align: left;
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 0 0 25px -10px #666; }
        .c-box04 .linkage-box .inner-box ul {
          flex-shrink: 0;
          -webkit-flex-shrink: 0;
          width: 410px; }
          .c-box04 .linkage-box .inner-box ul li {
            padding: 7px 0 7px 25px;
            background: url("../images/sec04_icon01.png") no-repeat 10px center, url("../images/sec04_icon02.png") no-repeat 95% center;
            background-size: 5px 5px, 19px 15px;
            font-size: 16px;
            border-bottom: 1px solid #eaeaeb; }
            .c-box04 .linkage-box .inner-box ul li > span:nth-of-type(1) {
              display: inline-block;
              width: 110px; }
            .c-box04 .linkage-box .inner-box ul li.caution {
              padding-left: 7px;
              border-bottom: none;
              background: transparent;
              font-size: 12px; }
        .c-box04 .linkage-box .inner-box .right-col {
          width: 100%;
          text-align: center;
          font-size: 16px; }
          .c-box04 .linkage-box .inner-box .right-col .icon {
            margin-top: 10px; }

  .c-box05 {
    padding: 80px 0 150px;
    background: url("../images/sec05_bg.png") no-repeat 55% 205px;
    background-size: 977px 612px; }
    .c-box05 h2 {
      position: relative;
      font-size: 70px;
      text-align: center;
      line-height: 1; }
      .c-box05 h2::before {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 50%;
        width: 500px;
        height: 8px;
        margin-left: -250px;
        background: url("../images/ttl_border.png") repeat-x left bottom;
        background-size: 10px 8px; }
      .c-box05 h2 span:nth-of-type(1) {
        font-family: 'Century Gothic', 'Avenir-Light', 'Futura';
        letter-spacing: -0.02em;
        display: inline-block;
        margin-bottom: 20px;
        font-size: 36px;
        color: #cd2c4d; }
      .c-box05 h2 span:nth-of-type(2) {
        font-size: 24px; }
    .c-box05 .movie-list {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-align-items: flex-start;
      margin-top: 265px; }
      .c-box05 .movie-list > div:nth-of-type(1) .title::before {
        background: url("../images/sec05_balloon01.png") no-repeat; }
      .c-box05 .movie-list > div:nth-of-type(2) {
        margin-left: 80px; }
        .c-box05 .movie-list > div:nth-of-type(2) .title::before {
          left: -30px;
          background: url("../images/sec05_balloon02.png") no-repeat; }
      .c-box05 .movie-list > div .title {
        position: relative;
        margin-bottom: 15px;
        padding-left: 55px;
        font-size: 24px; }
        .c-box05 .movie-list > div .title::before {
          content: '';
          position: absolute;
          top: -170px;
          left: 0;
          width: 146px;
          height: 159px;
          background-size: 100% !important; }

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

  .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; } }
@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, h2 {
    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: 12px;
      font-weight: bold; }

  .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: 5vw 2.5vw 2.5vw; }
          .common-box01 .graph-box .left-col .inner .graph-area > div {
            position: absolute;
            bottom: 11.5%;
            width: 1vw;
            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: 18.4%;
              height: 20%; } }
          @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.7%;
              height: 18%; } }
          @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: 19.5%;
              height: 17%; } }
          @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: 17%; } }
          @media screen and (max-width: 768px) {
            .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(2) {
              left: 32.5%;
              height: 25%;
              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.8%;
              height: 25%; } }
          @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.8%;
              height: 23%; } }
          @media screen and (max-width: 768px) {
            .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(3) {
              left: 47%;
              height: 39%;
              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: 47%;
              height: 34%; } }
          @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: 46.5%;
              height: 32%; } }
          @media screen and (max-width: 768px) {
            .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(4) {
              left: 59.9%;
              height: 45%;
              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: 43%; } }
          @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%;
              height: 39%; } }
          @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: 37%; } }
          @media screen and (max-width: 768px) {
            .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(5) {
              left: 73.7%;
              height: 55%;
              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.8%;
              height: 52%; } }
          @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: 70%;
              height: 42%; } }
          @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: 70.5%;
              height: 41%; } }
          @media screen and (max-width: 768px) {
            .common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(6) {
              left: 87.7%;
              height: 65%;
              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: 61%; } }
          @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.5%;
              height: 58%; } }
          @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: 87%;
              height: 50%; } }
*/

@media screen and (max-width: 768px)
{
	.common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(1)
	{
		left: calc(15% + (89.2% - 15%)/8*0);
		height: 15%;
	}
	.common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(2)
	{
		left: calc(15% + (89.2% - 15%)/8*1);
		height: 19%;
		transition-delay: 0.5s;
	}
	.common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(3)
	{
		left: calc(15% + (89.2% - 15%)/8*2);
		height: 23%;
		transition-delay: 1.0s;
	}
	.common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(4)
	{
		left: calc(15% + (89.2% - 15%)/8*3);
		height: 29%;
		transition-delay: 1.5s;
	}
	.common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(5)
	{
		left: calc(15% + (89.2% - 15%)/8*4);
		height: 36%;
		transition-delay: 2.0s;
	}
	.common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(6)
	{
		left: calc(15% + (89.2% - 15%)/8*5);
		height: 46%;
		transition-delay: 2.5s;
	}
	.common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(7)
	{
		left: calc(15% + (89.2% - 15%)/8*6);
		height: 54%;
		transition-delay: 3.0s;
	}
	.common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(8)
	{
		left: calc(15% + (89.2% - 15%)/8*7);
		height: calc(55% * 12043 / 10000 - 2%);
		transition-delay: 3.5s;
	}
	.common-box01 .graph-box .left-col .inner .graph-area > div:nth-of-type(9)
	{
		left: calc(15% + (89.2% - 15%)/8*8);
		height: calc(55% * 13175 / 10000 - 2%);
		transition-delay: 4.0s;
		background-color: #cd2c4d;
	}
}

@media screen and (max-width: 768px)
{
	.common-box01 .graph-box .left-col .inner .balloon
	{
		position: absolute;
		top: 10%;
		left: 69%;
		width: 18vw;
		transition: transform 0.51s;
		transition-delay: 4.5s;
		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;
      font-weight: bold;
      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 h2 span:nth-of-type(2) {
        font-size: 18px; }
    .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;
          border-radius: 16px;
          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;
      transition: opacity 0.5s; }

  .telOpen,
  .menuOpen {
    overflow: hidden; }

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

  .telOpen #globalWrapper {
    transform: translateX(78%); }
    .telOpen #globalWrapper .wrapper-layer {
      z-index: 10;
      opacity: 0.2; }
  .telOpen #globalHeader .sales-information {
    z-index: 1;
    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;
        font-weight: bold;
        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;
          font-weight: bold;
          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 {
    height: 350px;
    background: url("../images/main_visual_sp.jpg") no-repeat center center;
    background-size: cover; }
    #mainVisual .inner {
      position: relative;
      height: 100%;
      padding: 50px 25px 0; }
      #mainVisual .inner h1 {
        position: relative;
        display: inline-block;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.4; }
        #mainVisual .inner h1::before {
          content: '';
          position: absolute;
          top: -40px;
          right: -45px;
          width: 65px;
          height: 65px;
          background: url("../images/mv_balloon.png") no-repeat;
          background-size: 100% 100%; }
      #mainVisual .inner .title {
        font-size: 28px;
        font-weight: bold;
        color: #272727; }
      #mainVisual .inner ul {
        position: absolute;
        bottom: 40px; }
        #mainVisual .inner ul li {
          position: relative;
          width: 140px;
          height: 25px;
          margin-top: 15px;
          padding-left: 30px;
          line-height: 25px;
          background-color: #2b9ccc !important;
          border-radius: 8px;
          font-size: 10px;
          color: #fff; }
          #mainVisual .inner ul li::before {
            content: '';
            position: absolute;
            z-index: 5;
            top: -6px;
            left: 10px; }
          #mainVisual .inner ul li:nth-of-type(1) {
            background: url("../images/mv_icon01.png") no-repeat 10px center;
            background-size: 13px 10px; }
            #mainVisual .inner ul li:nth-of-type(1)::before {
              width: 35px;
              height: 11px;
              background: url("../images/mv_point01.png") no-repeat;
              background-size: 100%; }
          #mainVisual .inner ul li:nth-of-type(2) {
            letter-spacing: -0.1em;
            background: url("../images/mv_icon02.png") no-repeat 15px center;
            background-size: 8px 9px; }
            #mainVisual .inner ul li:nth-of-type(2)::before {
              width: 36px;
              height: 11px;
              background: url("../images/mv_point02.png") no-repeat;
              background-size: 100%; }

  /*-------------------------------
  CONTENTS
  -------------------------------*/
  .c-box01 {
    padding: 25px 0 15px;
    background-color: #fbfbfb; }
    .c-box01 h2 {
      text-align: center;
      font-size: 15px;
      font-weight: bold; }
    .c-box01 .figure-list {
      margin-top: 30px; }
      .c-box01 .figure-list > div {
        text-align: center;
        margin-top: 20px; }
        .c-box01 .figure-list > div .icon img {
          width: 20%;
          max-width: 162px; }
        .c-box01 .figure-list > div .title {
          margin-top: 5px;
          font-size: 21px;
          line-height: 1;
          font-weight: bold; }
        .c-box01 .figure-list > div .description {
          margin-top: 10px;
          font-size: 10px;
          font-weight: bold; }

  .bg img {
    vertical-align: top; }

  .c-box02 {
    padding: 15px 0 30px;
    background: url("../images/sec02_bg_sp.png") no-repeat center center;
    background-size: 100% auto; }
    .c-box02 h2 {
      text-align: center;
      line-height: 1.6;
      font-size: 15px;
      font-weight: bold; }
      .c-box02 h2 > span:nth-of-type(1) {
        position: relative; }
        .c-box02 h2 > span:nth-of-type(1)::before {
          content: '';
          position: absolute;
          top: -10px;
          left: -55px;
          width: 45px;
          height: 29px;
          background: url("../images/sec02_icon.png") no-repeat;
          background-size: 100%; }
      .c-box02 h2 > span:nth-of-type(4) {
        font-size: 10px; }
      .c-box02 h2 span span {
        color: #cd2c4d; }
    .c-box02 .figure-list {
      margin-top: 10px;
      text-align: center; }
      .c-box02 .figure-list > div {
        display: block;
        width: 150px;
        height: 150px;
        margin: 15px auto 0;
        padding-top: 20px;
        text-align: center;
        background-color: #2b9ccc;
        border-radius: 100%;
        color: #fff; }
        .c-box02 .figure-list > div:nth-of-type(1) {
          margin-top: 0; }
        .c-box02 .figure-list > div .icon img {
          width: auto;
          height: 20px; }
        .c-box02 .figure-list > div .title {
          margin-top: 8px;
          font-size: 12px;
          line-height: 1;
          font-weight: bold; }
        .c-box02 .figure-list > div .description {
          margin-top: 10px;
          font-size: 10px;
          font-weight: bold; }

  .c-box03 {
    padding: 20px 0 10px;
    text-align: center;
    background: url("../images/sec03_bg_sp.png") no-repeat right center;
    background-size: 100% auto;
    background-color: #edf5f8; }
    .c-box03 h2 > span {
      line-height: 1.2;
      font-weight: bold; }
      .c-box03 h2 > span:nth-of-type(1), .c-box03 h2 > span:nth-of-type(2) {
        font-size: 10px; }
      .c-box03 h2 > span:nth-of-type(3) {
        font-size: 18px; }
        .c-box03 h2 > span:nth-of-type(3) span {
          color: #cd2c4d; }
        .c-box03 h2 > span:nth-of-type(3) .logo {
          font-size: 24px; }
    .c-box03 .media-list {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      display: -webkit-flex;
      -webkit-justify-content: center;
      -webkit-align-items: flex-start;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin-top: 25px;
      padding: 0 20px; }
      .c-box03 .media-list > div {
        width: 40%;
        margin-top: 25px; }
        .c-box03 .media-list > div:nth-of-type(1), .c-box03 .media-list > div:nth-of-type(2) {
          margin-top: 0; }
        .c-box03 .media-list > div:nth-of-type(2n) {
          margin-left: 10%; }
        .c-box03 .media-list > div .title {
          margin-top: 10px;
          font-size: 13px;
          font-weight: bold;
          letter-spacing: -0.05em; }
        .c-box03 .media-list > div .description {
          margin-top: 10px;
          font-size: 10px;
          text-align: left;
          font-weight: bold; }

  .bg.sec03 {
    background-color: #e2eff3; }

  .c-box04 {
    padding: 80px 0 20px;
    background: url("../images/sec04_bg_sp.png") no-repeat center center;
    background-size: 100% auto;
    background-color: #e2eff3;
    text-align: center; }
    .c-box04 h2 {
      position: relative;
      font-size: 18px;
      font-weight: bold;
      line-height: 1; }
      .c-box04 h2::before {
        content: '';
        position: absolute;
        top: -70px;
        left: 10px;
        width: 70px;
        height: 70px;
        background: url("../images/sec04_balloon.png") no-repeat;
        background-size: 100%; }
      .c-box04 h2 span {
        font-size: 10px; }
    .c-box04 .linkage-box {
      margin: 10px 20px 0;
      padding: 10px 15px;
      background-color: #fcfdfe;
      border-radius: 15px;
      box-shadow: 0 0 35px -10px #999;
      text-align: left; }
      .c-box04 .linkage-box > div:nth-of-type(1) {
        margin-top: 0; }
      .c-box04 .linkage-box .title {
        display: none; }
      .c-box04 .linkage-box .inner-box {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        display: -webkit-flex;
        -webkit-justify-content: flex-start;
        -webkit-align-items: center;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin-top: 25px; }
        .c-box04 .linkage-box .inner-box ul {
          order: 2;
          -webkit-order: 2;
          flex-shrink: 0;
          -webkit-flex-shrink: 0;
          width: 100%; }
          .c-box04 .linkage-box .inner-box ul li {
            padding: 7px 0 7px 20px;
            background: url("../images/sec04_icon01.png") no-repeat 5px center, url("../images/sec04_icon02.png") no-repeat 97% center;
            background-size: 3px 3px, 9px 7px;
            font-size: 10px;
            font-weight: bold;
            border-bottom: 1px solid #eaeaeb; }
            .c-box04 .linkage-box .inner-box ul li > span:nth-of-type(1) {
              display: inline-block;
              width: 55px; }
            .c-box04 .linkage-box .inner-box ul li.caution {
              padding-left: 7px;
              border-bottom: none;
              background: transparent;
              font-size: 10px; }
        .c-box04 .linkage-box .inner-box .right-col {
          order: 0;
          -webkit-order: 0;
          width: 100%; }
          .c-box04 .linkage-box .inner-box .right-col p {
            padding-left: 15px;
            font-size: 12px;
            font-weight: bold; }
          .c-box04 .linkage-box .inner-box .right-col .icon {
            display: none; }

  .c-box05 {
    padding: 40px 0 50px;
    background: url("../images/sec05_bg_sp.png") no-repeat center center;
    background-size: 100% auto; }
    .c-box05 h2 {
      position: relative;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 1.2; }
      .c-box05 h2::before {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 50%;
        height: 8px;
        margin-left: -250px;
        background: url("../images/ttl_border.png") repeat-x left bottom;
        background-size: 10px 8px; }
      .c-box05 h2 span:nth-of-type(1) {
        display: none; }
      .c-box05 h2 span:nth-of-type(2) {
        font-size: 10px; }
    .c-box05 .movie-list {
      margin-top: 95px;
      padding: 0 15%; }
      .c-box05 .movie-list > div {
        text-align: center; }
        .c-box05 .movie-list > div:nth-of-type(1) .title::before {
          background: url("../images/sec05_balloon01.png") no-repeat; }
        .c-box05 .movie-list > div:nth-of-type(2) {
          margin-top: 90px; }
          .c-box05 .movie-list > div:nth-of-type(2) .title::before {
            background: url("../images/sec05_balloon02.png") no-repeat; }
        .c-box05 .movie-list > div .title {
          position: relative;
          display: inline-block;
          font-size: 10px;
          font-weight: bold;
          margin-bottom: 10px; }
          .c-box05 .movie-list > div .title::before {
            content: '';
            position: absolute;
            top: -80px;
            left: -20px;
            width: 60px;
            height: 69px;
            background-size: 100% !important; }
        .c-box05 .movie-list > div .movie iframe {
          width: 100%; }


  /*-------------------------------
  FOOTER
  -------------------------------*/
  #globalFooter {
    padding: 22px;
    background-color: #373b40;
    color: #fff; }
    #globalFooter .title {
      font-size: 10px;
      font-weight: bold; }
    #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; } }


/* ==================== kintai ==================== */

/* ===== common ===== */
@media screen and (max-width 767px){	#kintai .pc{	display: none !important;	}	}
@media screen and (min-width 768px){	#kintai .sp{	display: none !important;	}	}

#kintai
{
  margin-bottom: 120px;
}

#kintai p
{
	font-weight: normal;
}

#kintai img
{
	width: 100%;
}

#kintai a:link,
#kintai a:visited,
#kintai a:hover
{
	color: #373b40;
}


#kintai .flex
{
	display: flex;
}

#kintai  .flexbox
{
	display: flex;
}

#kintai .Tkintai
{
	width: 1200px;
	padding: 20px 100px 120px;

	background: url("../images/bg_kintai.png") no-repeat center right/cover;
	border-radius: 10px;
}


/* ===== intro ===== */
#kintai h2.intro
{
	margin-bottom: 80px;
	font-size: 60px;
	text-align: center;
}


/* ===== title ===== */
#kintai .title .lcglogo
{
	text-align: center;
	margin-bottom: 50px;
	font-size: 15px;
}
#kintai .title .lcglogo img
{
	align: right;
	margin-right: 20px;
	width: 24px;
}

#kintai .title h2
{
	margin-bottom: 50px;
	font-size: 40px;
	text-align: center;
}

#kintai .title h2 .kcolor
{
	color: #005994;
	font-size: 60px;
}


/* ===== feature1-3 ===== */
#kintai .feature1 h3,
#kintai .feature2 h3,
#kintai .feature3 h3
{
	color: #005994;
	font-size: 40px;
}

#kintai .feature1 hr,
#kintai .feature2 hr,
#kintai .feature3 hr
{
	margin: 0 0 10px 0;
	border: none;
	border-top: 1px solid #373b40;
}

#kintai .feature1 .h3text,
#kintai .feature2 .h3text,
#kintai .feature3 .h3text
{
	margin-bottom: 50px;
	font-size: 20px;
}


/* ===== feature1 ===== */
#kintai .feature1
{
	margin-bottom: 100px;
}

#kintai .feature1 ul
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 20px;
}
#kintai .feature1 li
{
	width: 45%;
}

#kintai .feature1 li:first-child
{
	margin-bottom: 50px;
}

#kintai .feature1 li h4
{
	width: 100%;
	font-size: 40px;
}

#kintai .feature1 li p
{
	width: 100%;
	margin: 0 0 1em;
	font-size: 20px;
}
#kintai .feature1 li:nth-child(2) p
{
	padding: 250px 0 0;
	font-size: 40px;
	line-height: 1.5;
	font-weight: bold;
}

#kintai .feature1 .note
{
	text-align: right;
	font-size: 15px;
}



/* ===== feature2 ===== */
#kintai .feature2
{
	margin-bottom: 100px;
}

#kintai .feature2 .abox
{
	width: 50%;
}

#kintai .feature2 .bbox
{
	width: 50%;
	padding: 100px 0 0 40px;
	font-size: 20px;
}

#kintai .feature2 .bbox span
{
	font-weight: bold;
	font-size: 40px;
}


/* ===== feature3 ===== */
#kintai .feature3
{
	margin-bottom: 100px;
}
#kintai .feature3 .abox
{
	width:  50%;
}

#kintai .feature3 .dbox
{
	width: 50%;
	padding: 80px 0 0 40px;
	font-size: 30px;
	font-weight: bold;
}
#kintai .feature3 .dbox span
{
	font-size: 40px;
}
#kintai .feature3 .dbox em
{
	cursor: pointer;
	text-decoration: underline;
}

/* ===== feature4 ===== */
#kintai .feature4
{
	margin-bottom: 75px;
}

#kintai .feature4 h4
{
	margin-bottom: 25px;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
}

#kintai .feature4 li
{
	width: 100%;
	font-size: 30px;
	line-height: 2;
	text-align: center;
}

#kintai .feature4 span
{
	color: #e1640d;
}


/* ===== feature5 ===== */
#kintai .feature5
{
	margin: 0 0 50px;
}
#kintai .feature5 h4
{
	font-size: 20px;
}

#kintai .feature5 ul
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#kintai .feature5 li
{
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 1.5;
}

#kintai .feature5 .note
{
	text-align: right;
	font-size: 15px;
}

/* ===== feature6 ===== */
#kintai .feature6 h4
{
	font-size: 20px;
}
#kintai .feature6 p
{
	font-size: 15px;
}




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

	/* ===== common ===== */
	#kintai
	{
	  margin-bottom: 20vw;
	}

	#kintai .flex
	{
		flex-wrap: wrap;
		flex-flow: column-reverse;
		width: 100%;
		margin-bottom: 10vw;
	}

	#kintai .Tkintai
	{
		width: 90vw;
		padding: 5vw 5vw 20vw 5vw;
		border-radius: 5vw;
	}

	#kintai .contents-inner
	{
		padding: 0 5vw;
	}


	/* ===== intro ===== */
	#kintai h2.intro
	{
		margin-bottom: 10vw;
		font-size: 5vw;
	}


	/* ===== title ===== */
	#kintai .title .lcglogo
	{
		margin: 0 auto 5vw;
		font-size: 2.8vw;
	}

	#kintai .title .lcglogo img
	{
		margin-right: 0.5em;
		width: 4vw;
	}

	#kintai .title h2
	{
		margin-bottom: 10vw;
		font-size: 4.5vw;
	}

	#kintai .title h2 .kcolor
	{
		font-size: 6.5vw;
	}


	/* ===== feature1-3 ===== */
	#kintai .feature1 h3,
	#kintai .feature2 h3,
	#kintai .feature3 h3
	{
		font-size: 6vw;
	}

	#kintai .feature1 hr,
	#kintai .feature2 hr,
	#kintai .feature3 hr
	{
		margin: 0 0 2vw 0;
	}

	#kintai .feature1 .h3text,
	#kintai .feature2 .h3text,
	#kintai .feature3 .h3text
	{
		margin-bottom: 5vw;
		font-size: 3.5vw;
	}


	/* ===== feature1 ===== */
	#kintai .feature1
	{
		margin-bottom: 20vw;
	}

	#kintai .feature1 li
	{
		width: 100%;
		margin: 0 auto 10vw;
	}

	#kintai .feature1 li:first-child
	{
		margin-bottom: 0;
	}
	#kintai .feature1 li:last-child
	{
		margin-bottom: 0;
	}
	#kintai .feature1 li h4
	{
		font-size: 6vw;
	}

	#kintai .feature1 li p
	{
		font-size: 4.5vw;
	}
	#kintai .feature1 li:nth-child(2) p
	{
		margin: 0;
		padding: 5vw 0 0;
		font-size: 6vw;
		text-align: center;
	}

	#kintai .feature1 .note
	{
		font-size: 3vw;
	}


	/* ===== feature2 ===== */
	#kintai .feature2
	{
		margin-bottom: 20vw;
	}

	#kintai .feature2 .abox
	{
		width: 100%;
		margin: 0 auto 5vw;
	}

	#kintai .feature2 .bbox
	{
		width: 100%;
		margin: 0 0 5vw;
		padding: 0;
		font-size: 4.5vw;
	}

	#kintai .feature2 .bbox span
	{
		font-size: 6vw;
	}


	/* ===== feature3 ===== */
	#kintai .feature3
	{
		margin-bottom: 20vw;
	}

	#kintai .feature3 .abox
	{
		width: 100%;
	}

	#kintai .feature3 .dbox
	{
		width: 100%;
		margin: 0 auto 5vw;
		padding: 0;
		font-size: 4.5vw;
		/* text-align: center; */
	}

	#kintai .feature3 .dbox span
	{
		font-size: 6vw;
	}

	/* ===== feature4 ===== */
	#kintai .feature4
	{
		margin-bottom: 15vw;
	}

	#kintai .feature4 h4
	{
		margin-bottom: 5vw;
		font-size: 6vw;
	}

	#kintai .feature4 li
	{
		margin-bottom: 3vw;
		font-size: 4.5vw;
		line-height: 1.5;
		text-align: left;
	}


	/* ===== feature5 ===== */
	#kintai .feature5
	{
		margin-bottom: 10vw;
	}
	#kintai .feature5 h4
	{
		font-size: 4.5vw;
	}
	#kintai .feature5 ul
	{
		margin-bottom: 3vw;
	}
	#kintai .feature5 li
	{
		justify-content: flex-start;
		width: 100%;
		margin: 0 0 2vw;
		font-size: 3.5vw;
		line-height: 1.5;
	}

	#kintai .feature5 .note
	{
		font-size: 2.5vw;
		line-height: 1.5;
	}

	/* ===== feature6 ===== */
	#kintai .feature6 h4
	{
		font-size: 4.5vw;
	}
	#kintai .feature6 p
	{
		font-size: 3.5vw;
		line-height: 1.5;
	}


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