@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
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, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

img {
  font-size: 0;
  line-height: 0; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline; }

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

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

del {
  text-decoration: line-through; }

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

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

fieldset, img {
  line-height: 0;
  vertical-align: top; }

hr {
  display: none; }

input, select {
  vertical-align: middle; }

html {
  *zoom: 1;
  /* firefox */ }

* {
  margin: 0;
  padding: 0; }

img {
  vertical-align: bottom; }

html, body {
  width: 100%;
  height: 100%; }

ul, li {
  list-style: none; }

b {
  font-weight: bold; }

iframe {
  border: none;
  outline: none; }

p {
  margin: 0; }

/* ==========================================================================
  base
========================================================================== */
body.cd-body {
  position: relative;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  padding-top: 80px; }
  @media screen and (max-width: 767px) {
    body.cd-body {
      font-size: 16px;
      padding-top: 50px; } }

* {
  box-sizing: border-box; }

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

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

img, video {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  font-size: 0; }

a {
  color: #89B829; }

a img {
  -webkit-transition: all .3s;
  transition: all .3s; }

@media screen and (min-width: 768px) {
  a:hover img {
    opacity: 0.7;
    -webkit-transition: all .3s;
    transition: all .3s; } }

.cd-main {
  position: relative; }

/* ==========================================================================
  header
========================================================================== */
.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 15px;
  height: 80px;
  z-index: 200;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .cd-header {
      height: 50px;
      padding: 0 10px; } }

.header-logo {
  height: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .header-logo {
      height: 50px; } }
  .header-logo img {
    height: 50px;
    width: auto; }
    @media screen and (max-width: 767px) {
      .header-logo img {
        height: 32px; } }

.header-nav {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: calc(100vh - 80px);
  height: calc(100svh - 80px); }
  @media screen and (max-width: 767px) {
    .header-nav {
      top: 50px;
      height: calc(100vh - 50px);
      height: calc(100svh - 50px); } }

.header-nav-inner {
  border-bottom: 1px dashed #89B829; }
  .header-nav-inner li {
    border-top: 1px dashed #89B829; }
    .header-nav-inner li a {
      font-weight: 600;
      font-size: 0.8em;
      text-decoration: none;
      color: #89B829;
      padding: 20px 30px;
      display: block; }
      @media screen and (max-width: 767px) {
        .header-nav-inner li a {
          font-size: 1em;
          width: 100%;
          display: block;
          padding: 15px 20px;
          text-align: center; } }
      @media screen and (min-width: 768px) {
        .header-nav-inner li a:hover {
          opacity: 0.6;
          -webkit-transition: all .3s;
          transition: all .3s;
          background: #FFA500; } }

.header-right {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.hnav-btn {
  width: 80px;
  height: 80px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding-top: 12px; }
  @media screen and (max-width: 767px) {
    .hnav-btn {
      width: 50px;
      height: 50px;
      padding-top: 6px; } }
  .hnav-btn img {
    height: 24px;
    width: auto;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .hnav-btn img {
        height: 16px; } }
  .hnav-btn p {
    font-size: 0.5em; }
    .hnav-btn p:first-child {
      margin-bottom: 8px; }
      @media screen and (max-width: 767px) {
        .hnav-btn p:first-child {
          margin-bottom: 4px; } }

.btn-reserve {
  background: #89B829; }

/* ==========================================================================
  menu
========================================================================== */
.menu {
  position: relative;
  width: 80px;
  height: 80px;
  background: #000000; }
  @media screen and (max-width: 767px) {
    .menu {
      width: 50px;
      height: 50px; } }

.menu span {
  transition: all .2s;
  background: #fff;
  position: absolute;
  width: 40px;
  height: 2px;
  left: 20px; }
  @media screen and (max-width: 767px) {
    .menu span {
      width: 30px;
      left: 10px; } }
  .menu span:nth-child(1) {
    top: 30px; }
    @media screen and (max-width: 767px) {
      .menu span:nth-child(1) {
        top: 17px; } }
  .menu span:nth-child(2) {
    top: 39px; }
    @media screen and (max-width: 767px) {
      .menu span:nth-child(2) {
        top: 24px; } }
  .menu span:nth-child(3) {
    bottom: 30px; }
    @media screen and (max-width: 767px) {
      .menu span:nth-child(3) {
        bottom: 17px; } }

.active span {
  transition: all .2s; }
  .active span:nth-child(1), .active span:nth-child(3) {
    transform-origin: center center;
    -webkit-transform-origin: center center; }
  .active span:nth-child(1) {
    transform: rotate(-45deg);
    top: 40px; }
    @media screen and (max-width: 767px) {
      .active span:nth-child(1) {
        top: 28px; } }
  .active span:nth-child(2) {
    display: none; }
  .active span:nth-child(3) {
    transform: rotate(45deg);
    top: 40px; }
    @media screen and (max-width: 767px) {
      .active span:nth-child(3) {
        top: 28px; } }

/* ==========================================================================
 footer
========================================================================== */
.cd-footer {
  background: #F9F9F9;
  padding: 30px; }
  @media screen and (max-width: 767px) {
    .cd-footer {
      padding: 30px 30px 150px; } }

.footer-logo {
  max-width: 240px;
  margin: 0 auto 30px;
  -webkit-transition: all .3s;
  transition: all .3s; }
  @media screen and (max-width: 767px) {
    .footer-logo {
      max-width: 200px;
      margin: 0 auto 20px; } }
  @media screen and (min-width: 768px) {
    .footer-logo:hover {
      opacity: 0.8;
      -webkit-transition: all .3s;
      transition: all .3s; } }

.footer-sns {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto 30px; }
  .footer-sns p {
    padding: 0 20px; }
    .footer-sns p a {
      display: block; }
      .footer-sns p a img {
        height: 20px;
        width: auto; }

.footer-copy {
  font-size: 0.6em;
  color: #333;
  text-align: center; }

.btn-top {
  display: block;
  position: fixed;
  padding: 10px 20px;
  bottom: 100px;
  right: -2px;
  z-index: 100;
  background: #4185BE;
  color: #fff;
  text-decoration: none;
  transform: rotate(-90deg);
  transform-origin: right bottom;
  font-size: 0.7em;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 1.1;
  font-style: normal; }
  @media screen and (max-width: 767px) {
    .btn-top {
      bottom: 80px; } }

/* ==========================================================================
  movie
========================================================================== */
.movie-outer {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  z-index: 0; }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }

/* ==========================================================================
 共通
========================================================================== */
.cont-ttl {
  margin-bottom: 60px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .cont-ttl {
      margin-bottom: 30px; } }

.cont-ttl-up {
  transform: translate(0, -40px);
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .cont-ttl-up {
      transform: translate(0, -20px); } }

.ttl-icon {
  width: 100px;
  margin: 0 auto 20px; }
  @media screen and (max-width: 767px) {
    .ttl-icon {
      width: 50px;
      margin: 0 auto 10px; } }

.h3-jp {
  font-size: 1.6em;
  font-weight: bold; }
  @media screen and (max-width: 767px) {
    .h3-jp {
      font-size: 1.4em;
      line-height: 1.5;
      font-weight: bold; } }

.h3-jp-white {
  color: #fff; }

.btn-base {
  max-width: 400px;
  margin: 0 auto;
  display: block;
  background: #89B829;
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
  text-align: center;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .btn-base:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg); }
  @media screen and (min-width: 768px) {
    .btn-base:hover {
      -webkit-transition: all .3s;
      transition: all .3s;
      background: #89B829; } }

.font-s {
  font-size: 0.7em;
  margin: 5px auto 0; }

/* ==========================================================================
  MV
========================================================================== */
.top-mv {
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: center;
  padding-top: 30px;
  min-height: 600px; }
  @media screen and (max-width: 767px) {
    .top-mv {
      display: block;
      height: auto;
      padding: 10px 6vw 30px;
      min-height: 0; } }

.mv-cont {
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .mv-cont {
      width: 100%;
      position: relative;
      top: auto;
      left: auto; } }
  .mv-cont .mv-ttl-sub {
    text-align: center;
    padding-left: 2%;
    font-size: 1.3rem;
    letter-spacing: 6px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .mv-cont .mv-ttl-sub {
        text-align: center;
        padding-left: 2%;
        font-size: 10px;
        letter-spacing: 4px;
        margin-bottom: 10px; } }
  .mv-cont h1 {
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .mv-cont h1 {
        margin-bottom: 20px; } }
    .mv-cont h1 img {
      width: 40%;
      max-width: 800px; }
      @media screen and (max-width: 767px) {
        .mv-cont h1 img {
          max-width: 480px; } }

.mv-h2-01 {
  font-size: 1.4em;
  color: #FFA500;
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    .mv-h2-01 {
      font-size: 1.2em;
      margin-bottom: 20px; } }

.mv-h2-02 {
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.7; }
  @media screen and (max-width: 767px) {
    .mv-h2-02 {
      font-size: 1.4em; } }

/* ==========================================================================
 intro
========================================================================== */
.top-intro {
  z-index: 0;
  position: relative;
  background: #89B829;
  margin-top: -100px;
  padding: 60px 30px; }
  @media screen and (max-width: 767px) {
    .top-intro {
      margin: 0;
      padding: 20px 6vw 10px; } }
  .top-intro:before {
    content: '';
    height: 60px;
    width: 100%;
    background: url(../img/wave_bottom.png);
    background-size: 100% 100%;
    position: absolute;
    bottom: -60px;
    left: 0; }
    @media screen and (max-width: 767px) {
      .top-intro:before {
        height: 30px;
        bottom: -30px; } }
  .top-intro:after {
    content: '';
    height: 60px;
    width: 100%;
    background: url(../img/wave_top.png);
    background-size: 100% 100%;
    position: absolute;
    top: -60px;
    left: 0; }
    @media screen and (max-width: 767px) {
      .top-intro:after {
        height: 30px;
        top: -30px; } }

.top-intro-inner {
  max-width: 960px;
  margin: 0 auto; }

.top-intro-head {
  margin: 0 auto 60px; }
  @media screen and (max-width: 767px) {
    .top-intro-head {
      margin: 0 auto 30px; } }

.intro-h3 {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6; }
  @media screen and (max-width: 767px) {
    .intro-h3 {
      font-size: 1.4em;
      margin-bottom: 20px; } }

.intro-list {
  padding: 30px;
  border: 2px dashed #fff;
  border-radius: 20px;
  max-width: 720px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .intro-list {
      border-radius: 10px;
      padding: 15px; } }
  .intro-list li {
    position: relative;
    padding: 0 0 0 40px;
    line-height: 1.7;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    color: #fff; }
    .intro-list li:last-child {
      margin-bottom: 0; }
    .intro-list li:before {
      content: '';
      width: 25px;
      height: 20px;
      background: url(../img/icon_check.svg) left center no-repeat;
      background-size: contain;
      position: absolute;
      left: 0;
      top: 0.5em; }

.intro-bottom {
  background: #fff;
  border-radius: 20px;
  padding: 40px 60px;
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .intro-bottom {
      border-radius: 10px;
      padding: 20px;
      margin: 0 auto 30px; } }
  .intro-bottom:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 30px solid #fff;
    border-top: 0;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: -28px; }
    @media screen and (max-width: 767px) {
      .intro-bottom:after {
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 20px solid #fff;
        margin-left: -10px;
        top: -18px; } }

.intro-left {
  width: 62%; }
  @media screen and (max-width: 767px) {
    .intro-left {
      width: 100%; } }

.intro-soudan {
  text-align: center;
  color: #89B829;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4; }
  @media screen and (max-width: 767px) {
    .intro-soudan {
      font-size: 1.4em; } }

.intro-btn {
  width: 80%;
  display: block;
  background: #FFA500;
  color: #fff;
  position: relative;
  margin: 0 auto;
  text-decoration: none;
  border: 2px silid #fff;
  -webkit-transition: all .3s;
  transition: all .3s; }
  @media screen and (max-width: 767px) {
    .intro-btn {
      width: 100%;
      margin: 0 auto 20px; } }
  @media screen and (min-width: 768px) {
    .intro-btn:hover {
      opacity: 0.7;
      -webkit-transition: all .3s;
      transition: all .3s; } }
  .intro-btn:after {
    content: '';
    width: 14px;
    height: 23px;
    background: url(../img/icon_arrow.svg);
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -7px; }

.intro-btn-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  height: 100px;
  width: 100%;
  padding-right: 20px;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .intro-btn-inner {
      height: 60px; } }
  .intro-btn-inner p {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      .intro-btn-inner p {
        line-height: 1.3; } }
    .intro-btn-inner p small {
      font-size: 0.8em; }
    .intro-btn-inner p img {
      width: 70px;
      margin-right: 30px; }
      @media screen and (max-width: 767px) {
        .intro-btn-inner p img {
          width: 40px;
          margin-right: 15px; } }

.intro-right {
  width: 34%; }
  @media screen and (max-width: 767px) {
    .intro-right {
      width: 60%;
      margin: 0 auto; } }

.intro-last {
  text-align: center;
  color: #000;
  font-weight: bold;
  line-height: 1.7;
  margin-top: 30px;
  font-size: 1.2em; }
  @media screen and (max-width: 767px) {
    .intro-last {
      margin-top: 20px;
      font-size: 1em; } }

.intro-btn-l {
  max-width: 640px;
  margin: 60px auto 0 !important; }
  @media screen and (max-width: 767px) {
    .intro-btn-l {
      margin: 30px auto 0 !important; } }

/* ==========================================================================
できること
========================================================================== */
.top-business {
  padding: 100px 30px;
  background: url(../img/bg_logo.svg) fixed 90% 30% no-repeat;
  background-size: 60% auto; }
  @media screen and (max-width: 767px) {
    .top-business {
      padding: 40px 6vw 60px; } }

.business-box {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }

.business-parts {
  width: 47%; }
  @media screen and (max-width: 767px) {
    .business-parts {
      width: 100%; }
      .business-parts:first-of-type {
        margin-bottom: 30px; } }

.business-img {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .business-img {
      margin-bottom: 20px; } }
  .business-img img {
    border-radius: 10px; }

.business-h4 {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 20px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .business-h4 {
      margin-bottom: 10px; } }

.business-text {
  font-size: 0.9em;
  line-height: 1.8; }

.coaching {
  width: 100%;
  max-width: 960px;
  margin: 60px auto; }
  @media screen and (max-width: 767px) {
    .coaching {
      margin: 30px auto; } }
  .coaching h4 {
    font-weight: bold;
    padding-left: 0; }
  .coaching .table-box {
    width: 100%;
    max-width: 980px;
    margin: 15px auto 30px; }
  .coaching .table-box td {
    padding: 2%;
    line-height: 1em;
    font-size: 0.9rem;
    vertical-align: middle;
    background: #EBEBEB;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff; }
    @media screen and (max-width: 767px) {
      .coaching .table-box td {
        line-height: 1.5em; } }
  .coaching .table-box td.num {
    text-align: center;
    letter-spacing: 1px; }
  .coaching .table-box td.twolines {
    line-height: 1.5em;
    padding: 1% 2%; }

.why-coaching {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }
  .why-coaching .why-coaching-inner {
    overflow: hidden; }
    .why-coaching .why-coaching-inner img {
      max-width: 45%;
      height: auto;
      float: right;
      margin: 0;
      padding: 0 0 3% 3%;
      vertical-align: bottom; }
      @media screen and (max-width: 767px) {
        .why-coaching .why-coaching-inner img {
          max-width: 100%;
          padding: 0 0 3% 0; } }
  .why-coaching .why-coaching-inner:after {
    content: "";
    display: block;
    clear: both; }
  .why-coaching p.coating-text {
    font-size: 1rem;
    line-height: 1.6em; }
  .why-coaching p.coating-ttl {
    font-size: 1.5rem;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .why-coaching p.coating-ttl {
        font-size: 1rem;
        line-height: 1.5em; } }

/* ==========================================================================
理由
========================================================================== */
.top-reason {
  padding: 0 30px 60px;
  background: #F9F9F9; }
  @media screen and (max-width: 767px) {
    .top-reason {
      padding: 0 6vw 40px; } }

.reason-list {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .reason-list li {
    width: 50%;
    padding: 40px; }
    @media screen and (max-width: 767px) {
      .reason-list li {
        width: 100%;
        padding: 0 0 30px 0;
        margin-bottom: 30px;
        border-bottom: 2px dashed #89B829; }
        .reason-list li:last-child {
          border: none;
          margin-bottom: 0;
          padding: 0; } }
    @media screen and (min-width: 768px) {
      .reason-list li:nth-child(n+3) {
        border-top: 2px dashed #89B829; } }
    @media screen and (min-width: 768px) {
      .reason-list li:nth-child(odd) {
        border-right: 2px dashed #89B829; } }

.reason-list:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 25px auto 0;
  width: 50px;
  height: 50px;
  background: url("../img/logo_mark.svg") no-repeat #F9F9F9;
  background-size: contain; }
  @media screen and (max-width: 767px) {
    .reason-list:after {
      display: none; } }

.reason-logo {
  text-align: center;
  margin-bottom: 30px; }
  .reason-logo img {
    height: 90px;
    width: auto; }

.reason-ttl {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center; }

.reason-text {
  font-size: 0.9em;
  line-height: 1.8; }
  .reason-text small {
    font-size: 0.8em; }

.yasumocca-ban {
  width: 60%;
  height: auto;
  margin: 30px auto;
  display: block;
  max-width: 600px; }
  @media screen and (max-width: 767px) {
    .yasumocca-ban {
      width: 90%; } }
  .yasumocca-ban img {
    width: 100%;
    height: auto; }

/* ==========================================================================
流れ
========================================================================== */
.top-flow {
  padding: 60px 30px;
  background: #89B829; }
  @media screen and (max-width: 767px) {
    .top-flow {
      padding: 40px 6vw; } }

.flow-list {
  max-width: 960px;
  margin: 0 auto;
  line-height: 1.7; }
  .flow-list li {
    padding: 30px 50px;
    background: #fff;
    margin-bottom: 40px;
    border-radius: 20px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .flow-list li {
        width: 100%;
        padding: 20px;
        margin-bottom: 30px;
        border-radius: 10px; } }
    .flow-list li:after {
      content: '';
      position: absolute;
      right: 50%;
      bottom: -20px;
      margin-right: -10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent;
      border-top: 20px solid #fff;
      border-bottom: 0; }
    .flow-list li:last-child {
      margin-bottom: 0; }
      .flow-list li:last-child:after {
        content: none; }
    .flow-list li p {
      font-size: 0.9em;
      margin-bottom: 15px; }
      .flow-list li p:last-child {
        margin-bottom: 0; }
      .flow-list li p.caution {
        font-size: 0.7em; }

.flow-ttl {
  color: #89B829;
  font-size: 1.2em;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    .flow-ttl {
      margin-bottom: 20px; } }

.flow-set {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap; }
  @media screen and (max-width: 767px) {
    .flow-set {
      display: block; } }

.flow-left {
  width: 66%;
  margin-right: 30px; }
  @media screen and (max-width: 767px) {
    .flow-left {
      width: 100%;
      margin-bottom: 20px; } }

.flow-right {
  text-align: center; }
  .flow-right img {
    height: 180px;
    width: auto; }
    @media screen and (max-width: 767px) {
      .flow-right img {
        height: 120px; } }

.flow-last {
  text-align: center;
  font-weight: bold; }

/* ==========================================================================
料金
========================================================================== */
.top-plan {
  padding: 60px 30px 100px; }
  @media screen and (max-width: 767px) {
    .top-plan {
      padding: 40px 6vw 60px; } }

.plan-inner {
  max-width: 960px;
  margin: 0 auto; }

.plan-table {
  width: 100%;
  font-weight: bold;
  border-top: 2px solid #89B829;
  border-left: 2px solid #89B829;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .plan-table {
      margin-bottom: 30px; } }
  .plan-table td {
    padding: 20px;
    border-bottom: 2px solid #89B829;
    border-right: 2px solid #89B829;
    min-height: 50px;
    font-weight: bold;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .plan-table td {
        padding: 10px; } }
  .plan-table .attention {
    font-size: 0.8em; }
  .plan-table .red {
    color: #FA0004;
    font-weight: bold; }
  .plan-table tr td:nth-child(odd) {
    text-align: center;
    color: #89B829; }
  .plan-table tr td li {
    margin-bottom: 15px;
    font-weight: normal; }
  .plan-table tr td .course {
    font-weight: bold;
    color: #89B829; }

.plan-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }

.plan-parts {
  width: 47%; }
  @media screen and (max-width: 767px) {
    .plan-parts {
      width: 100%; }
      .plan-parts:first-of-type {
        margin-bottom: 30px; } }
  .plan-parts h4 {
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 2px dashed #4185BE;
    margin-bottom: 15px; }
  .plan-parts p {
    line-height: 1.8;
    font-size: 0.9em; }
    .plan-parts p small {
      font-size: 0.8em; }

/* ==========================================================================
FAQ
========================================================================== */
.top-faq {
  padding: 0 30px 60px;
  background: #F9F9F9; }
  @media screen and (max-width: 767px) {
    .top-faq {
      padding: 0 30px 30px; } }

.faq-list {
  max-width: 960px;
  margin: 0 auto; }
  .faq-list dl {
    margin-bottom: 40px;
    line-height: 1.8; }
    @media screen and (max-width: 767px) {
      .faq-list dl {
        margin-bottom: 30px; } }
    .faq-list dl:last-child {
      margin-bottom: 0; }
    .faq-list dl dt {
      cursor: pointer;
      position: relative;
      font-size: 1.1em;
      font-weight: bold;
      color: #89B829;
      padding-bottom: 20px;
      border-bottom: 2px dashed #89B829;
      padding-right: 80px; }
      @media screen and (max-width: 767px) {
        .faq-list dl dt {
          font-size: 1em;
          padding-right: 50px;
          padding-bottom: 10px; } }
      .faq-list dl dt:after {
        -webkit-transition: all .3s;
        transition: all .3s;
        position: absolute;
        right: 15px;
        top: 14px;
        width: 28px;
        height: 16px;
        background: url(../img/icon_arrow_b.svg);
        background-size: cover;
        content: ''; }
        @media screen and (max-width: 767px) {
          .faq-list dl dt:after {
            width: 21px;
            height: 12px;
            top: 10px; } }
      .faq-list dl dt.active:after {
        -webkit-transition: all .3s;
        transition: all .3s;
        transform: rotate(180deg); }
    .faq-list dl dd {
      display: none;
      padding-top: 20px;
      font-size: 0.9em; }

/* ==========================================================================
事例
========================================================================== */
.top-case {
  padding: 60px 30px 100px; }
  @media screen and (max-width: 767px) {
    .top-case {
      padding: 40px 6vw 60px; } }

.case-inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto; }

.case-sub-ttl {
  width: 100%;
  padding: 2%;
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  background: #89B829;
  border-radius: 30px;
  position: relative; }

.case-sub-ttl:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 24px solid #89B829; }

.case-box {
  padding: 0 0 40px;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .case-box {
      margin-bottom: 0; } }

.case-box .case-name {
  position: relative;
  padding: 0 0 10px 80px;
  margin-bottom: 20px;
  line-height: 60px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left;
  border-bottom: 3px solid #89B829; }

.case-box .case-name:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px; }

.case-box .case-name.case1:before {
  background: url("../img/case_img_1.png") no-repeat;
  background-size: contain; }

.case-box .case-name.case2:before {
  background: url("../img/case_img_2.png") no-repeat;
  background-size: contain; }

.case-box .case-name.case3:before {
  background: url("../img/case_img_3.png") no-repeat;
  background-size: contain; }

.case-box .case-name.case4:before {
  background: url("../img/case_img_4.png") no-repeat;
  background-size: contain; }

.case-box p {
  font-size: 1rem;
  line-height: 1.6rem; }

/* ==========================================================================
スタッフ
========================================================================== */
.top-staff {
  padding: 0 30px 60px;
  background: #F9F9F9; }
  @media screen and (max-width: 767px) {
    .top-staff {
      padding: 0 6vw 40px; } }

.staff-inner {
  max-width: 960px;
  margin: 0 auto; }

.prof-box {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .prof-box {
      margin-bottom: 40px; } }

.prof-left {
  width: 30%; }
  @media screen and (max-width: 767px) {
    .prof-left {
      width: 100%;
      margin-bottom: 30px; } }

.prof-photo {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .prof-photo {
      margin-bottom: 15px; } }

/*.prof-btns {
	width: 100%;
	margin: 40px auto 0;
	padding-bottom: 40px;
	border-bottom: 2px dashed colors(orange);
	@include flex;
	justify-content: space-between;
}

.prof-btn {
	width: 48%;
	height: 60px;
	line-height: 60px;
	font-size: 1em;
	background: #808080;
	border-radius: 0;
	max-width:inherit;
}*/
.prof-btns {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }

.prof-btn {
  width: 46%;
  height: 40px;
  line-height: 40px;
  font-size: 0.8em; }

.prof-right {
  width: 64%; }
  @media screen and (max-width: 767px) {
    .prof-right {
      width: 100%; } }

.prof-sub {
  color: #FFA500;
  margin-bottom: 15px;
  font-size: 0.8em;
  font-weight: 500; }

.prof-name {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .prof-name {
      margin-bottom: 15px; } }
  .prof-name small {
    font-size: 0.7em; }

.prof-text p {
  line-height: 1.7;
  font-size: 0.9em;
  margin-bottom: 15px; }
  @media screen and (max-width: 767px) {
    .prof-text p {
      margin-bottom: 10px; } }
  .prof-text p:last-child {
    margin: 0; }

.hokenshi-box {
  padding: 40px;
  background: #fff; }
  @media screen and (max-width: 767px) {
    .hokenshi-box {
      padding: 20px; } }

.hokenshi-ttl {
  text-align: center;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .hokenshi-ttl {
      margin-bottom: 15px;
      line-height: 1.7; } }

.hokenshi-list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }
  .hokenshi-list li {
    width: 30%;
    line-height: 1.7;
    font-size: 0.7em; }
    @media screen and (max-width: 767px) {
      .hokenshi-list li {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        font-size: 0.8em; } }

.hokenshi-icon {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .hokenshi-icon {
      width: 30%; } }
  .hokenshi-icon img {
    width: 100px; }

@media screen and (max-width: 767px) {
  .hokenshi-text {
    width: 64%; } }

/* ==========================================================================
コンセプト
========================================================================== */
.top-concept {
  padding: 60px 30px;
  background: url(../img/bg_logo.svg) fixed 90% 30% no-repeat;
  background-size: 60% auto; }
  @media screen and (max-width: 767px) {
    .top-concept {
      padding: 40px 6vw; } }

.concept-inner {
  padding-top: 60px;
  max-width: 960px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .concept-inner {
      padding-top: 30px; } }
  .concept-inner p {
    margin-bottom: 40px;
    line-height: 1.8;
    font-size: 0.9em; }
    @media screen and (max-width: 767px) {
      .concept-inner p {
        margin-bottom: 20px; } }
    .concept-inner p:last-child {
      margin-bottom: 0; }

/* ==========================================================================
firstmeeting_thankyou　ページ
========================================================================== */
@media screen and (max-width: 767px) {
  .thanks {
    padding-top: 30px !important; } }
@media screen and (max-width: 767px) {
  .thanks .cd-main {
    padding: 0 3%; } }
.thanks .cd-main .thanks-mv {
  margin: 0 auto;
  max-width: 780px; }
  @media screen and (max-width: 767px) {
    .thanks .cd-main .thanks-mv {
      max-width: auto;
      width: 100%; } }
  .thanks .cd-main .thanks-mv h1 {
    width: 100%;
    height: auto;
    margin: 0 auto 8%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .thanks .cd-main .thanks-mv h1 {
        width: 50%; } }
    .thanks .cd-main .thanks-mv h1 img {
      width: auto;
      max-height: 100px; }
      @media screen and (max-width: 767px) {
        .thanks .cd-main .thanks-mv h1 img {
          width: 100%;
          max-height: auto; } }
  .thanks .cd-main .thanks-mv p {
    text-align: center;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-size: 18px;
    word-wrap: break-word;
    line-height: 1.6;
    color: #3c4146; }
  .thanks .cd-main .thanks-mv .thanks-bold {
    color: #89B829;
    line-height: 2;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .thanks .cd-main .thanks-mv .thanks-bold {
        font-size: 20px; } }
  .thanks .cd-main .thanks-mv a.online-reserve {
    width: 100%;
    color: #fff;
    background: orange;
    display: inline-block;
    font-size: 1.3rem;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    text-align: center;
    text-shadow: none;
    border: 0;
    cursor: pointer;
    font-weight: normal;
    padding: 0.8em 1.8em;
    margin-top: 5%;
    min-width: 30%;
    line-height: 1.2;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      .thanks .cd-main .thanks-mv a.online-reserve {
        font-size: 1.1rem; } }
  .thanks .cd-main .thanks-mv a.online-reserve:hover {
    opacity: 0.7; }
  .thanks .cd-main .thanks-mv p.attention {
    margin-top: 10px;
    font-size: 0.7em; }
    @media screen and (max-width: 767px) {
      .thanks .cd-main .thanks-mv p.attention {
        font-size: 0.8em; } }
  .thanks .cd-main .thanks-mv a.page-back {
    background: #89B829;
    width: 40%;
    margin: 10% auto 0;
    color: #fff;
    display: block;
    font-size: 1.3rem;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    text-align: center;
    text-shadow: none;
    border: 0;
    cursor: pointer;
    font-weight: normal;
    padding: 0.8em 1.8em;
    min-width: 30%;
    line-height: 1.2;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      .thanks .cd-main .thanks-mv a.page-back {
        font-size: 1.1rem;
        width: 100%; } }
.thanks .thanks-footer {
  margin-top: 8%; }
  .thanks .thanks-footer .footer-copy {
    max-resolution: 0 auto;
    text-align: center;
    color: #3c4146;
    font-size: 0.7em; }
    @media screen and (max-width: 767px) {
      .thanks .thanks-footer .footer-copy {
        font-size: 0.8em; } }
  .thanks .thanks-footer .footer-link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3%;
    padding-bottom: 1%; }
    @media screen and (max-width: 767px) {
      .thanks .thanks-footer .footer-link {
        display: block;
        text-align: center;
        margin-top: 20px; } }
    .thanks .thanks-footer .footer-link li {
      margin: 0 10px;
      font-size: 14px; }
      @media screen and (max-width: 767px) {
        .thanks .thanks-footer .footer-link li {
          margin-bottom: 20px; } }
      .thanks .thanks-footer .footer-link li a {
        text-decoration: underline;
        color: #3c4146; }
      .thanks .thanks-footer .footer-link li a:hover {
        text-decoration: none; }

/* ==========================================================================
floatingbanner
========================================================================== */
.floating-btn {
  display: none;
  position: fixed;
  bottom: 0;
  right: 2%;
  max-width: 300px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  z-index: 50;
  width: 30%;
  border-radius: 10px; }
  .floating-btn p {
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.5em;
    color: #000;
    padding: 10px 0 15px; }
  .floating-btn a {
    position: relative;
    width: 72%;
    height: auto;
    display: inline-table; }
    .floating-btn a:hover {
      opacity: 0.7; }
    .floating-btn a img {
      width: 100%;
      height: auto; }

.floating-btn:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 2%;
  width: 90px;
  height: 90px;
  background: url(../img/floating_btn_img.png) bottom right no-repeat;
  background-size: contain; }

.banner-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 50; }

@media screen and (max-width: 767px) {
  .floating-btn {
    bottom: -1px;
    right: 0;
    width: 100%;
    max-width: inherit;
    border-radius: 0; }
    .floating-btn p {
      font-size: 1rem;
      line-height: 1.3em; }
    .floating-btn a {
      width: 100%;
      display: block;
      margin: 0 auto; }
      .floating-btn a:hover {
        opacity: 1; }

  .floating-btn:after {
    display: none; }

  .banner-close {
    position: absolute;
    top: -15px;
    right: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 50; } }
#close h3 {
  text-align: center;
  margin-bottom: 60px; }
#close .close-inner {
  width: 100%;
  padding: 0 3%;
  margin: 0 auto 60px;
  max-width: 900px; }
  #close .close-inner p {
    font-size: 0.9em;
    line-height: 1.8; }
