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

html {
  -webkit-text-size-adjust: 100%; }

body {
  color: #333;
  font-family: Bellefair, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 14px;
  line-height: 1; }

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

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #333; }

a:focus {
  outline: 0;
  border-color: orange; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

body {
  position: relative;
  min-width: 1024px; }
  @media screen and (max-width: 767px) {
    body .header.is-fixed {
      position: fixed;
      top: 0;
      overflow: visible;
      height: auto; }
      body .header.is-fixed.active .header__navi-area.fixed {
        position: fixed;
        top: 0px;
        background: #373f48;
        height: auto;
        overflow: visible; }
    body .header.active {
      overflow: visible;
      height: auto; }
      body .header.active .header__navi-area.fixed {
        position: absolute;
        top: 0px;
        overflow: visible;
        height: auto; } }
  @media screen and (max-width: 767px) {
    body .header__navi-area.fixed {
      position: absolute;
      top: 0;
      background: #373f48; } }
  @media screen and (max-width: 767px) {
    body {
      min-width: inherit;
      width: 100%;
      position: inherit; } }

.pc-on {
  display: block; }
  @media screen and (max-width: 767px) {
    .pc-on {
      display: none; } }

.sp-on {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp-on {
      display: block; } }

.parallax-window {
  min-height: 240px;
  background: transparent; }

.bg-gray {
  background: #a6a9aa;
  position: relative;
  z-index: 10; }

.wrap {
  width: 75%;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .wrap {
      width: 100%; } }

.btn {
  display: block;
  width: 310px;
  height: 60px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #373f48;
  box-sizing: border-box;
  border: solid 1px #373f48;
  -webkit-transition: .3s;
  transition: .3s; }
  .btn:last-child {
    margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .btn:last-child {
        margin-bottom: 0; } }
  .btn:hover {
    background: #fff;
    border: solid 1px #373f48;
    color: #373f48; }
  @media screen and (max-width: 767px) {
    .btn {
      width: 87.5%;
      margin: 0 auto 15px; } }

.header {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  text-align: right;
  z-index: 100;
  color: #fff; }
  .header__inner {
    margin: auto;
    max-width: 75%; }
    @media screen and (max-width: 767px) {
      .header__inner {
        max-width: 100%; } }
  .header__navi-area.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 12.5%;
    box-sizing: border-box;
    background: #373f48; }
    @media screen and (max-width: 767px) {
      .header__navi-area.is-fixed {
        height: 48px;
        overflow: hidden;
        padding: 0; } }
  .header a {
    position: relative;
    display: inline-block;
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff; }
    .header a::after {
      position: absolute;
      bottom: -2px;
      left: 0;
      content: '';
      width: 0;
      height: 1px;
      background-color: #fff;
      -webkit-transition: .3s;
      transition: .3s; }
    .header a:hover::after {
      width: 100%; }
  .header__logo {
    margin-bottom: 30px;
    font-size: 16px;
    font-family: Bellefair, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
    @media screen and (max-width: 767px) {
      .header__logo {
        display: none; } }
  .header .menu {
    display: none; }
  .header__navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      .header__navi {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
                justify-content: flex-start; } }
    .header__navi li {
      margin: 0 1.5em;
      font-size: 14px; }
      @media screen and (max-width: 767px) {
        .header__navi li {
          margin: 0;
          font-size: 12px; } }
      .header__navi li:first-child {
        margin-left: 0; }
        @media screen and (max-width: 767px) {
          .header__navi li:first-child {
            margin: 0; } }
      .header__navi li:last-child {
        margin-right: 0; }
        @media screen and (max-width: 767px) {
          .header__navi li:last-child {
            margin: 0; } }
      @media screen and (min-width: 320px) and (max-width: 399px) {
        .header__navi li:nth-child(3) {
          margin-right: 80px; } }
      @media screen and (min-width: 400px) and (max-width: 479px) {
        .header__navi li:nth-child(4) {
          margin-right: 80px; } }
      @media screen and (min-width: 480px) and (max-width: 559px) {
        .header__navi li:nth-child(5) {
          margin-right: 80px; } }
      @media screen and (min-width: 560px) and (max-width: 639px) {
        .header__navi li:nth-child(6) {
          margin-right: 80px; } }
      @media screen and (min-width: 640px) and (max-width: 767px) {
        .header__navi li:nth-child(7) {
          margin-right: 80px; } }
  @media screen and (max-width: 767px) {
    .header {
      position: absolute;
      top: 100vh;
      background: #373f48;
      height: 48px;
      overflow: hidden; }
      .header.lower {
        top: 240px; }
      .header a {
        display: block;
        width: 80px;
        text-align: center;
        height: 48px;
        line-height: 48px; }
      .header .menu {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 80px;
        height: 48px;
        padding-right: 15px;
        box-sizing: border-box;
        font-size: 12px;
        text-align: center;
        line-height: 48px; }
        .header .menu::after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 3px 3px 0 3px;
          border-color: #ffffff transparent transparent transparent;
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          display: inline-block;
          margin-left: 10px; } }
    @media screen and (max-width: 767px) and (min-width: 640px) and (max-width: 767px) {
      .header .menu {
        display: none; } }

.sec {
  margin-bottom: 13.75%;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .sec {
      margin-bottom: 125px; } }
  .sec:last-child {
    margin-bottom: 0; }
  .sec__intro {
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .sec__intro {
        margin: 0 6.25% 30px; } }
  .sec__ttl {
    position: relative;
    margin-bottom: 28px;
    font-family: Bellefair, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 46px;
    opacity: .4; }
    .sec__ttl span {
      font-size: 20px; }
    .sec__ttl::before {
      position: absolute;
      content: "";
      width: 1px;
      height: 120px;
      background: #fff;
      top: -150px;
      left: 0; }
    .sec__ttl rt {
      font-size: 35%; }
      @media screen and (max-width: 767px) {
        .sec__ttl rt {
          font-size: 35%; }
        .sec__ttl::before {
          height: 60px;
          top: -80px; } }
  .sec__ttl__copy {
     }
      @media screen and (max-width: 767px) {
        .sec__ttl__copy {
          position: relative;
          margin-bottom: 28px;
          font-family: Bellefair, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
          font-size: 20px; } }
  .sec__text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.01em;
    margin-bottom: 1em; }
    .sec__text:last-child {
      margin-bottom: 0; }
      .sec__text span {
      font-size: 20px;
      }
    @media screen and (max-width: 767px) {
      .sec__text {
        font-size: 14px; } }
  .sec img {
    display: block; }

.footer {
  z-index: 10;
  padding-bottom: 45px;
  background: #b8babb; }
  .footer__inner {
    width: 75%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .footer__inner {
        width: 87.5%; } }
  .footer__logo {
    position: relative;
    top: -30px;
    left: 0;
    width: 13.75%;
    max-width: 165px;
    z-index: 20; }
    @media screen and (max-width: 767px) {
      .footer__logo {
        width: 52%; } }
    .footer__logo img {
      width: 100%; }
  .footer__info {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-bottom: 60px;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .footer__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column; }
        .footer__info .btn {
          width: 100%;
          margin-top: 45px; } }
    .footer__info::before {
      position: absolute;
      content: "";
      width: 1px;
      height: 120px;
      background: #fff;
      opacity: .4;
      top: -150px;
      right: 0;
      z-index: 20; }
  .footer__access {
    width: calc(100% - 310px);
    margin-top: 30px;
    line-height: 1.4; }
    @media screen and (max-width: 767px) {
      .footer__access {
        width: 100%; } }
    .footer__access__name {
      margin-bottom: 1em;
      font-size: 18px; }
      .footer__access__name span {
        font-size: 12px; }
  .footer__navi, .footer__sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .footer__navi, .footer__sns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column; } }
    .footer__navi li, .footer__sns li {
      margin: 0 1.5em;
      font-size: 14px; }
      @media screen and (max-width: 767px) {
        .footer__navi li, .footer__sns li {
          margin: 0; } }
      .footer__navi li:first-child, .footer__sns li:first-child {
        margin-left: 0; }
      .footer__navi li:last-child, .footer__sns li:last-child {
        margin-right: 0; }
      .footer__navi li.insta, .footer__sns li.insta {
        position: relative; }
        @media screen and (max-width: 767px) {
          .footer__navi li.insta, .footer__sns li.insta {
            padding-left: 2em;
            box-sizing: border-box; } }
        .footer__navi li.insta::before, .footer__sns li.insta::before {
          content: "";
          width: 16px;
          height: 16px;
          background: url(../img/common/icon_insta.png) no-repeat;
          background-size: 100%;
          display: inline-block;
          margin: -5px 5px 0 0;
          vertical-align: middle; }
          @media screen and (max-width: 767px) {
            .footer__navi li.insta::before, .footer__sns li.insta::before {
              position: absolute;
              left: 0;
              top: 0;
              bottom: 0;
              margin: auto; } }
    .footer__navi a, .footer__sns a {
      position: relative;
      display: inline-block;
      -webkit-transition: .3s;
      transition: .3s;
      color: #373f48; }
      @media screen and (max-width: 767px) {
        .footer__navi a, .footer__sns a {
          display: block;
          line-height: 2.5; } }
      .footer__navi a::after, .footer__sns a::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        content: '';
        width: 0;
        height: 1px;
        background-color: #373f48;
        -webkit-transition: .3s;
        transition: .3s; }
      .footer__navi a:hover::after, .footer__sns a:hover::after {
        width: 100%; }

.index .kv {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #000; }
  .index .kv__catch {
    position: absolute;
    z-index: 10;
    width: 75%;
    left: 0;
    right: 0;
    bottom: 120px;
    margin: auto;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .index .kv__catch {
        width: 87.5%;
        top: 0; } }
    .index .kv__catch__logo {
      margin-bottom: 3.5%;
      z-index: 10; }
      @media screen and (max-width: 767px) {
        .index .kv__catch__logo {
          margin-bottom: 0;
          min-height: 40vh;
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
                  align-items: center; } }
      .index .kv__catch__logo img {
        width: 22.5%;
        max-width: 270px; }
        @media screen and (max-width: 767px) {
          .index .kv__catch__logo img {
            width: 86%;
            max-width: 240px; } }
    .index .kv__catch__ttl {
      margin-bottom: 20px;
      font-size: 31px;
      font-weight: normal; }
      @media screen and (max-width: 767px) {
        .index .kv__catch__ttl {
          font-size: 21px; } }
    .index .kv__catch__text {
      width: 45%;
      letter-spacing: 0.01em;
      line-height: 1.8; }
      @media screen and (max-width: 767px) {
        .index .kv__catch__text {
          width: 100%;
          font-size: 10px; } }

.index .slider {
  width: 100%; }

.index .slide-bg__inner {
  width: 100%;
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.index .slide-dots {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  width: 75%;
  margin: auto;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .index .slide-dots {
      bottom: 60px; } }
  .index .slide-dots li {
    display: inline-block;
    margin: 0 5px; }
    .index .slide-dots li button {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      appearance: none;
      position: relative;
      text-indent: -9999px;
      width: 10px; }
      .index .slide-dots li button:before {
        content: '□';
        font-size: 11px;
        text-indent: 0px;
        position: absolute;
        top: 0;
        left: 0;
        color: #a6a9aa; }
    .index .slide-dots li.slick-active button:before {
      content: '■'; }

.index .slick-dotted.slick-slider {
  margin-bottom: 0; }

.index .slide-item1 {
  background-image: url(../img/index/kv01.jpg); }

@media screen and (max-width: 767px) {
  .index .slide-item1 {
    background-image: url(../img/index/kv01_sp.jpg); } }

.index .slide-item2 {
  background-image: url(../img/index/kv02.jpg); }

@media screen and (max-width: 767px) {
  .index .slide-item2 {
    background-image: url(../img/index/kv02_sp.jpg); } }

.index .slide-item3 {
  background-image: url(../img/index/kv03.jpg); }

@media screen and (max-width: 767px) {
  .index .slide-item3 {
    background-image: url(../img/index/kv03_sp.jpg); } }

.index .slide-item4 {
  background-image: url(../img/index/kv04.jpg); }

@media screen and (max-width: 767px) {
  .index .slide-item4 {
    background-image: url(../img/index/kv04_sp.jpg); } }

.index .bg-gray {
  top: 100vh;
  padding: 15% 0 11%; }
  @media screen and (max-width: 767px) {
    .index .bg-gray {
      padding: 100px 0; } }

.index .lesson {
  margin-bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .index .lesson {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column;
      margin-bottom: 60px; }
      .index .lesson:nth-of-type(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  .index .lesson:last-child {
    margin-bottom: 0; }
  .index .lesson__text-area {
    width: 42%; }
    @media screen and (max-width: 767px) {
      .index .lesson__text-area {
        width: 100%;
        z-index: 1; } }
  .index .lesson__ttl {
    font-family: Bellefair, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-bottom: 50px;
    font-size: 34px; }
  .index .lesson__ttl span {
    font-size: 20px;}
    @media screen and (max-width: 767px) {
      .index .lesson__ttl {
        margin: -10px 6.25% 30px; } }
  .index .lesson__text {
    font-size: 14px;
    line-height: 1.8; }
    @media screen and (max-width: 767px) {
      .index .lesson__text {
        margin: 0 6.25%; } }
  .index .lesson__link {
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      .index .lesson__link {
        margin: 25px 6.25% 0; } }
    .index .lesson__link a {
      position: relative;
      display: inline-block;
      -webkit-transition: .3s;
      transition: .3s;
      font-weight: bold;
      color: #373f48; }
      .index .lesson__link a::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background-color: #373f48;
        -webkit-transition: .3s;
        transition: .3s; }
      .index .lesson__link a:hover::after {
        width: 0; }
  .index .lesson__img {
    width: 48%;
    max-width: 580px; }
    .index .lesson__img img {
      width: 100%; }
    @media screen and (max-width: 767px) {
      .index .lesson__img {
        width: 100%; } }

.index .order__img {
  margin-bottom: 60px;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;*/
           }
  @media screen and (max-width: 767px) {
    .index .order__img {
      position: relative;
      margin: 0 6.25% 0;
      padding-bottom: 18px;
      overflow: scroll; } }
  .index .order__img div {
    /*width: 22.5%;
    max-width: 270px;*/ }
    @media screen and (max-width: 767px) {
      .index .order__img div.yoko_scroll {
        /*width: 202px;
        min-width: 202px;
        height: 100px !important;
        margin-right: 15px;*/
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch; /*惰性を与えてスムーズなスクロールにしますよ*/
       }
      .index .order__img div.yoko_scroll::-webkit-scrollbar{
        height: 5px; /*スクロールバーを出しますよ*/
       }
      .index .order__img div.yoko_scroll::-webkit-scrollbar-track{
   background: #F1F1F1; /*スクロールバーの背景の色*/
}
      .index .order__img div.yoko_scroll::-webkit-scrollbar-thumb {
   background: #BCBCBC; /*スクロールバーの色を変えるなら*/
}
        .index .order__img div:last-child {
          /*margin-right: 0;*/ }
        .index .order__img div iframe {
          width: 100%;
          min-width: 500px;
          height: 100px !important;
          min-height: 80px; } }
  .index .order__img img {
    width: 100%; }



@media screen and (max-width: 767px) {
  .index .order__scroll {
    position: relative;
    padding-bottom: 5px;
    width: 100px;
    margin: 0 auto 30px;
    font-size: 12px;
    color: #373f48;
    border-bottom: solid 1px #373f48; }
    .index .order__scroll::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 0;
      height: 0;
      text-align: right;
      border-style: solid;
      border-width: 4.5px 0 0 7.5px;
      border-color: transparent transparent transparent #373f48; } }

.index .wedding,
.index .decoration,
.index .regular {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .index .wedding,
    .index .decoration,
    .index .regular {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column; } }
  .index .wedding__text-area,
  .index .decoration__text-area,
  .index .regular__text-area {
    width: 46%;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .index .wedding__text-area,
      .index .decoration__text-area,
      .index .regular__text-area {
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px; } }
  .index .wedding__img,
  .index .decoration__img,
  .index .regular__img {
    width: 48%;
    max-width: 580px; }
    @media screen and (max-width: 767px) {
      .index .wedding__img,
      .index .decoration__img,
      .index .regular__img {
        width: 100%;
        margin: 0 auto; } }
    .index .wedding__img img,
    .index .decoration__img img,
    .index .regular__img img {
      width: 100%; }

.index .profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .index .profile {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column;
      width: 87.5%;
      margin: 0 auto; } }
  .index .profile__img {
    width: 29%;
    max-width: 350px; }
    @media screen and (max-width: 767px) {
      .index .profile__img {
        width: 100%;
        margin: 0 auto 30px; } }
    .index .profile__img img {
      width: 100%; }
  .index .profile__text-area {
    width: 42%; }
    @media screen and (max-width: 767px) {
      .index .profile__text-area {
        width: 100%; } }

.index .footer {
  position: relative;
  top: 100vh; }

.page-lesson--1 .kv {
  position: relative;
  top: 0;
  padding-top: 55.62%;
  background: url(../img/lesson/kv01_pc.jpg) no-repeat center;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .page-lesson--1 .kv {
      height: 240px;
      padding-top: 0;
      background: url(../img/lesson/kv01_sp.jpg) no-repeat center;
      background-size: cover; } }

.page-lesson--2 .kv {
  position: relative;
  top: 0;
  padding-top: 55.62%;
  background: url(../img/lesson/kv02_pc.jpg) no-repeat center;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .page-lesson--2 .kv {
      height: 240px;
      padding-top: 0;
      background: url(../img/lesson/kv02_sp.jpg) no-repeat center;
      background-size: cover; } }

.page-lesson .kv__catch {
  position: absolute;
  width: 75%;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .page-lesson .kv__catch {
      top: 30px;
      width: 87.5%; } }
  .page-lesson .kv__catch__logo {
    margin-bottom: 7.5%;
    z-index: 50; }
    @media screen and (max-width: 767px) {
      .page-lesson .kv__catch__logo {
        margin-bottom: 0; } }
    .page-lesson .kv__catch__logo img {
      width: 22.5%;
      max-width: 270px; }
      @media screen and (max-width: 767px) {
        .page-lesson .kv__catch__logo img {
          width: 46%;
          max-width: 240px; } }

.page-lesson .bg-gray {
  padding: 15% 0 11%; }
  @media screen and (max-width: 767px) {
    .page-lesson .bg-gray {
      padding: 168px 0; } }

.page-lesson .sec__ttl {
  opacity: 1;
  font-size: 54px; }
  @media screen and (max-width: 767px) {
    .page-lesson .sec__ttl {
      font-size: 46px; } }
  .page-lesson .sec__ttl span {
    font-size: 21px; }
  .page-lesson .sec__ttl .sub-ttl {
    display: block;
    margin-bottom: 30px;
    font-size: 16px; }

.page-lesson .lesson {
  margin-bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .page-lesson .lesson {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
              flex-direction: column-reverse;
      margin-bottom: 45px; }
      .page-lesson .lesson:nth-of-type(2), .page-lesson .lesson:nth-of-type(4) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
                flex-direction: column; } }
  .page-lesson .lesson:last-child {
    margin-bottom: 0; }
  .page-lesson .lesson__text-area {
    width: 48%; }
    @media screen and (max-width: 767px) {
      .page-lesson .lesson__text-area {
        width: 100%;
        z-index: 1; } }
  .page-lesson .lesson__ttl {
    font-family: Bellefair, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-bottom: 30px;
    font-size: 28px; }
    @media screen and (max-width: 767px) {
      .page-lesson .lesson__ttl {
        margin: -10px 6.25% 30px; } }
  .page-lesson .lesson__text {
    font-size: 14px;
    line-height: 1.8; }
    .page-lesson .lesson__text .ttl {
      margin-right: 3em;
      font-size: 20px; }
    .page-lesson .lesson__text .fee {
      margin-right: 1em;
      font-size: 20px; }
    @media screen and (max-width: 767px) {
      .page-lesson .lesson__text {
        margin: 0 6.25%; }
        .page-lesson .lesson__text .ttl,
        .page-lesson .lesson__text .fee,
        .page-lesson .lesson__text .time,
        .page-lesson .lesson__text .total {
          display: block;
          margin: 0; } }
  .page-lesson .lesson__link {
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      .page-lesson .lesson__link {
        margin: 25px 6.25% 0; } }
    .page-lesson .lesson__link a {
      position: relative;
      display: inline-block;
      -webkit-transition: .3s;
      transition: .3s;
      font-weight: bold;
      color: #373f48; }
      .page-lesson .lesson__link a::after {
        position: absolute;
        bottom: -2px;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background-color: #373f48;
        -webkit-transition: .3s;
        transition: .3s; }
      .page-lesson .lesson__link a:hover::after {
        width: 0; }
  .page-lesson .lesson__img {
    width: 48%;
    max-width: 580px; }
    .page-lesson .lesson__img img {
      width: 100%; }
    @media screen and (max-width: 767px) {
      .page-lesson .lesson__img {
        width: 100%; } }

.page-lesson .note {
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .page-lesson .note {
      width: 87.5%;
      margin: 0 auto;
      font-size: 12px;
      line-height: 1.8; } }

.page-lesson .btn {
  margin-top: 60px; }

@media screen and (max-width: 767px) {
  .contact .header.lower {
    top: 140px; } }

.contact .kv {
  position: relative;
  width: 100%;
  height: 200px;
  background: #a6a9aa; }
  @media screen and (max-width: 767px) {
    .contact .kv {
      height: 140px; } }
  .contact .kv__catch {
    position: absolute;
    z-index: 50;
    width: 75%;
    left: 0;
    right: 0;
    top: 60px;
    margin: auto;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .contact .kv__catch {
        top: 30px;
        width: 87.5%; } }
    .contact .kv__catch__logo {
      margin-bottom: 7.5%;
      z-index: 50; }
      @media screen and (max-width: 767px) {
        .contact .kv__catch__logo {
          margin-bottom: 0; } }
      .contact .kv__catch__logo img {
        width: 22.5%;
        max-width: 270px; }
        @media screen and (max-width: 767px) {
          .contact .kv__catch__logo img {
            width: 130px; } }

.contact .bg-gray {
  padding: 5% 0 11%; }
  @media screen and (max-width: 767px) {
    .contact .bg-gray {
      padding: 168px 0; } }

.contact .form__block {
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    .contact .form__block {
      margin: 0 6.25% 30px; } }

.contact .form__ttl {
  font-size: 24px;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .contact .form__ttl {
      font-size: 20px;
      margin-bottom: 15px; } }
  .contact .form__ttl .required {
    display: inline-block;
    margin-left: 1em;
    font-size: 12px;
    color: #771329; }

@media screen and (max-width: 767px) {
  .contact .form .category-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
    .contact .form .category-area label {
      margin: 0 2em 1.5em 0; } }

.contact .form label {
  margin-right: 3em;
  line-height: 135%;
  position: relative;
  cursor: pointer; }
  .contact .form label input[type="radio"] {
    position: relative;
    margin: 0 1rem 0 0;
    cursor: pointer; }
    .contact .form label input[type="radio"]::before, .contact .form label input[type="radio"]::after {
      position: absolute;
      z-index: 1;
      top: -0.125rem;
      left: -0.125rem;
      width: 1rem;
      height: 1rem;
      content: '';
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      border-radius: 50%;
      background: #a6a9aa; }
    .contact .form label input[type="radio"]::after {
      z-index: 0;
      top: -0.25rem;
      left: -0.25rem;
      width: 1.25rem;
      height: 1.25rem;
      background: #373f48; }
    .contact .form label input[type="radio"]:checked:before {
      -webkit-transform: scale(0, 0);
              transform: scale(0, 0);
      border-width: 0.625rem;
      border-color: #373f48; }

.contact .form input[type="text"],
.contact .form input[type="email"],
.contact .form input[type="tel"],
.contact .form textarea {
  font-size: 16px;
  line-height: 2;
  box-sizing: border-box;
  width: 100%;
  padding: 0.3em 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  border-radius: 4px; }

.contact .form input[type="tel"],
.contact .form input.postal-code {
  width: 20em; }
  @media screen and (max-width: 767px) {
    .contact .form input[type="tel"],
    .contact .form input.postal-code {
      width: 100%; } }

.contact .form textarea {
  line-height: 1.8;
  height: 12em; }

.contact .btn--submit {
  margin: 0 auto; }
.contact .sec--contact p{
  text-align: center;
  margin-top: 20px;
}
.contact .sec--contact p.thanks{
  font-size: 20px;
  line-height: 2;
}