@charset "UTF-8";
/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

iframe {
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

*:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img, embed, object, audio, video {
  border: 0;
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td, th {
  padding: 0;
  text-align: left;
  font-weight: normal;
}

.clearfix:after {
  clear: both;
  display: block;
  content: '';
}

main {
  display: block;
}

.fadeIn {
  opacity: 0;
}

.fadeInUp {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.loadFadeIn {
  opacity: 0;
}

.loadFadeInUp {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: loadFadeInUp;
  animation-name: loadFadeInUp;
}

@-webkit-keyframes loadFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes loadFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media only screen and (min-width: 801px) {
  .anm-img-zoom__img-wrap {
    overflow: hidden;
  }
  .anm-img-zoom img {
    -webkit-transition: .7s;
    transition: .7s;
  }
  .anm-img-zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
}

/*
#overview
【Setting】
*/
/* ----------------------------------------------------
margin
---------------------------------------------------- */
/*
#styleguide
マージン
※それぞれ50まで設定してあります。
※頭文字のmをpに変えるとpaddingになります。
```
<p class="mt00">margin-top:  0px;</p>
<p class="mt05">margin-top:  5px;</p>
<p class="mt20">margin-top:  20px;</p>

<p class="mb00">margin-bottom:  0px;</p>
<p class="mb05">margin-bottom:  5px;</p>
<p class="mb20">margin-bottom:  20px;</p>

<p class="ml00">margin-left:  0px;</p>
<p class="ml05">margin-left:  5px;</p>
<p class="ml20">margin-left:  20px;</p>

<p class="mr00">margin-right:  0px;</p>
<p class="mr05">margin-right:  5px;</p>
<p class="mr20">margin-right:  20px;</p>
```

*/
.mt00 {
  margin-top: 0px !important;
}

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

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

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

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

.mt25 {
  margin-top: 25px !important;
}

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

.mt35 {
  margin-top: 35px !important;
}

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

.mt45 {
  margin-top: 45px !important;
}

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

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mt {
  /*
  #styleguide
  マージン（PCのみ）
  ※SP&タブレット時はすべて0になります。
  ※頭文字のmをpに変えるとpaddingになります。
  ```
  <p class="mt-pc-10">margin-top:  10px;</p>
  <p class="mt-pc-20">margin-top:  20px;</p>

  <p class="mb-pc-10">margin-bottom:  10px;</p>
  <p class="mb-pc-20">margin-bottom:  20px;</p>

  <p class="ml-pc-10">margin-left:  10px;</p>
  <p class="ml-pc-20">margin-left:  20px;</p>

  <p class="mr-pc-10">margin-right:  10px;</p>
  <p class="mr-pc-20">margin-right:  20px;</p>

  ```

  */
  /*
  #styleguide
  マージン（SPのみ）
  ※PC時はすべて0になります。
  ※頭文字のmをpに変えるとpaddingになります。
  ```
  <p class="mt-sp-10">margin-top:  10px;</p>
  <p class="mt-sp-20">margin-top:  20px;</p>

  <p class="mb-sp-10">margin-bottom:  10px;</p>
  <p class="mb-sp-20">margin-bottom:  20px;</p>

  <p class="ml-sp-10">margin-left:  10px;</p>
  <p class="ml-sp-20">margin-left:  20px;</p>

  <p class="mr-sp-10">margin-right:  10px;</p>
  <p class="mr-sp-20">margin-right:  20px;</p>

  ```

  */
}

@media only screen and (min-width: 801px) {
  .mt-pc-10 {
    margin-top: 10px !important;
  }
  .mt-pc-15 {
    margin-top: 15px !important;
  }
  .mt-pc-20 {
    margin-top: 20px !important;
  }
  .mt-pc-25 {
    margin-top: 25px !important;
  }
  .mt-pc-30 {
    margin-top: 30px !important;
  }
  .mt-pc-35 {
    margin-top: 35px !important;
  }
  .mt-pc-40 {
    margin-top: 40px !important;
  }
  .mt-pc-45 {
    margin-top: 45px !important;
  }
  .mt-pc-50 {
    margin-top: 50px !important;
  }
  .mt-pc-60 {
    margin-top: 60px !important;
  }
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .mt-sp-05 {
    margin-top: 5px !important;
  }
  .mt-sp-10 {
    margin-top: 10px !important;
  }
  .mt-sp-15 {
    margin-top: 15px !important;
  }
  .mt-sp-20 {
    margin-top: 20px !important;
  }
  .mt-sp-25 {
    margin-top: 25px !important;
  }
  .mt-sp-30 {
    margin-top: 30px !important;
  }
  .mt-sp-35 {
    margin-top: 35px !important;
  }
  .mt-sp-40 {
    margin-top: 40px !important;
  }
  .mt-sp-45 {
    margin-top: 45px !important;
  }
  .mt-sp-50 {
    margin-top: 50px !important;
  }
}

@media only screen and (min-width: 801px) {
  .mr-pc-10 {
    margin-right: 10px !important;
  }
  .mr-pc-15 {
    margin-right: 15px !important;
  }
  .mr-pc-20 {
    margin-right: 20px !important;
  }
  .mr-pc-25 {
    margin-right: 25px !important;
  }
  .mr-pc-30 {
    margin-right: 30px !important;
  }
  .mr-pc-35 {
    margin-right: 35px !important;
  }
  .mr-pc-40 {
    margin-right: 40px !important;
  }
  .mr-pc-45 {
    margin-right: 45px !important;
  }
  .mr-pc-50 {
    margin-right: 50px !important;
  }
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .mr-sp-10 {
    margin-right: 10px !important;
  }
  .mr-sp-15 {
    margin-right: 15px !important;
  }
  .mr-sp-20 {
    margin-right: 20px !important;
  }
  .mr-sp-25 {
    margin-right: 25px !important;
  }
  .mr-sp-30 {
    margin-right: 30px !important;
  }
  .mr-sp-35 {
    margin-right: 35px !important;
  }
  .mr-sp-40 {
    margin-right: 40px !important;
  }
  .mr-sp-45 {
    margin-right: 45px !important;
  }
  .mr-sp-50 {
    margin-right: 50px !important;
  }
}

@media only screen and (min-width: 801px) {
  .mb-pc-10 {
    margin-bottom: 10px !important;
  }
  .mb-pc-15 {
    margin-bottom: 15px !important;
  }
  .mb-pc-20 {
    margin-bottom: 20px !important;
  }
  .mb-pc-25 {
    margin-bottom: 25px !important;
  }
  .mb-pc-30 {
    margin-bottom: 30px !important;
  }
  .mb-pc-35 {
    margin-bottom: 35px !important;
  }
  .mb-pc-40 {
    margin-bottom: 40px !important;
  }
  .mb-pc-45 {
    margin-bottom: 45px !important;
  }
  .mb-pc-50 {
    margin-bottom: 50px !important;
  }
  .mb-pc-60 {
    margin-bottom: 60px !important;
  }
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .mb-sp-15 {
    margin-bottom: 15px !important;
  }
  .mb-sp-20 {
    margin-bottom: 20px !important;
  }
  .mb-sp-25 {
    margin-bottom: 25px !important;
  }
  .mb-sp-30 {
    margin-bottom: 30px !important;
  }
  .mb-sp-35 {
    margin-bottom: 35px !important;
  }
  .mb-sp-40 {
    margin-bottom: 40px !important;
  }
  .mb-sp-45 {
    margin-bottom: 45px !important;
  }
  .mb-sp-50 {
    margin-bottom: 50px !important;
  }
}

@media only screen and (min-width: 801px) {
  .ml-pc-10 {
    margin-left: 10px !important;
  }
  .ml-pc-15 {
    margin-left: 15px !important;
  }
  .ml-pc-20 {
    margin-left: 20px !important;
  }
  .ml-pc-25 {
    margin-left: 25px !important;
  }
  .ml-pc-30 {
    margin-left: 30px !important;
  }
  .ml-pc-35 {
    margin-left: 35px !important;
  }
  .ml-pc-40 {
    margin-left: 40px !important;
  }
  .ml-pc-45 {
    margin-left: 45px !important;
  }
  .ml-pc-50 {
    margin-left: 50px !important;
  }
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .ml-sp-10 {
    margin-left: 10px !important;
  }
  .ml-sp-15 {
    margin-left: 15px !important;
  }
  .ml-sp-20 {
    margin-left: 20px !important;
  }
  .ml-sp-25 {
    margin-left: 25px !important;
  }
  .ml-sp-30 {
    margin-left: 30px !important;
  }
  .ml-sp-35 {
    margin-left: 35px !important;
  }
  .ml-sp-40 {
    margin-left: 40px !important;
  }
  .ml-sp-45 {
    margin-left: 45px !important;
  }
  .ml-sp-50 {
    margin-left: 50px !important;
  }
}

/* ----------------------------------------------------
padding
---------------------------------------------------- */
.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

@media only screen and (min-width: 801px) {
  .pt-pc-10 {
    padding-top: 10px !important;
  }
  .pt-pc-15 {
    padding-top: 15px !important;
  }
  .pt-pc-20 {
    padding-top: 20px !important;
  }
  .pt-pc-25 {
    padding-top: 25px !important;
  }
  .pt-pc-30 {
    padding-top: 30px !important;
  }
  .pt-pc-35 {
    padding-top: 35px !important;
  }
  .pt-pc-40 {
    padding-top: 40px !important;
  }
  .pt-pc-45 {
    padding-top: 45px !important;
  }
  .pt-pc-50 {
    padding-top: 50px !important;
  }
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .pt-sp-05 {
    padding-top: 5px !important;
  }
  .pt-sp-10 {
    padding-top: 10px !important;
  }
  .pt-sp-15 {
    padding-top: 15px !important;
  }
  .pt-sp-20 {
    padding-top: 20px !important;
  }
  .pt-sp-25 {
    padding-top: 25px !important;
  }
  .pt-sp-30 {
    padding-top: 30px !important;
  }
  .pt-sp-35 {
    padding-top: 35px !important;
  }
  .pt-sp-40 {
    padding-top: 40px !important;
  }
  .pt-sp-45 {
    padding-top: 45px !important;
  }
  .pt-sp-50 {
    padding-top: 50px !important;
  }
}

@media only screen and (min-width: 801px) {
  .pr-pc-10 {
    padding-right: 10px !important;
  }
  .pr-pc-15 {
    padding-right: 15px !important;
  }
  .pr-pc-20 {
    padding-right: 20px !important;
  }
  .pr-pc-25 {
    padding-right: 25px !important;
  }
  .pr-pc-30 {
    padding-right: 30px !important;
  }
  .pr-pc-35 {
    padding-right: 35px !important;
  }
  .pr-pc-40 {
    padding-right: 40px !important;
  }
  .pr-pc-45 {
    padding-right: 45px !important;
  }
  .pr-pc-50 {
    padding-right: 50px !important;
  }
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .pr-sp-10 {
    padding-right: 10px !important;
  }
  .pr-sp-15 {
    padding-right: 15px !important;
  }
  .pr-sp-20 {
    padding-right: 20px !important;
  }
  .pr-sp-25 {
    padding-right: 25px !important;
  }
  .pr-sp-30 {
    padding-right: 30px !important;
  }
  .pr-sp-35 {
    padding-right: 35px !important;
  }
  .pr-sp-40 {
    padding-right: 40px !important;
  }
  .pr-sp-45 {
    padding-right: 45px !important;
  }
  .pr-sp-50 {
    padding-right: 50px !important;
  }
}

@media only screen and (min-width: 801px) {
  .pb-pc-10 {
    padding-bottom: 10px !important;
  }
  .pb-pc-15 {
    padding-bottom: 15px !important;
  }
  .pb-pc-20 {
    padding-bottom: 20px !important;
  }
  .pb-pc-25 {
    padding-bottom: 25px !important;
  }
  .pb-pc-30 {
    padding-bottom: 30px !important;
  }
  .pb-pc-35 {
    padding-bottom: 35px !important;
  }
  .pb-pc-40 {
    padding-bottom: 40px !important;
  }
  .pb-pc-45 {
    padding-bottom: 45px !important;
  }
  .pb-pc-50 {
    padding-bottom: 50px !important;
  }
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .pb-sp-10 {
    padding-bottom: 10px !important;
  }
  .pb-sp-15 {
    padding-bottom: 15px !important;
  }
  .pb-sp-20 {
    padding-bottom: 20px !important;
  }
  .pb-sp-25 {
    padding-bottom: 25px !important;
  }
  .pb-sp-30 {
    padding-bottom: 30px !important;
  }
  .pb-sp-35 {
    padding-bottom: 35px !important;
  }
  .pb-sp-40 {
    padding-bottom: 40px !important;
  }
  .pb-sp-45 {
    padding-bottom: 45px !important;
  }
  .pb-sp-50 {
    padding-bottom: 50px !important;
  }
}

@media only screen and (min-width: 801px) {
  .pl-pc-10 {
    padding-left: 10px !important;
  }
  .pl-pc-15 {
    padding-left: 15px !important;
  }
  .pl-pc-20 {
    padding-left: 20px !important;
  }
  .pl-pc-25 {
    padding-left: 25px !important;
  }
  .pl-pc-30 {
    padding-left: 30px !important;
  }
  .pl-pc-35 {
    padding-left: 35px !important;
  }
  .pl-pc-40 {
    padding-left: 40px !important;
  }
  .pl-pc-45 {
    padding-left: 45px !important;
  }
  .pl-pc-50 {
    padding-left: 50px !important;
  }
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .pl-sp-10 {
    padding-left: 10px !important;
  }
  .pl-sp-15 {
    padding-left: 15px !important;
  }
  .pl-sp-20 {
    padding-left: 20px !important;
  }
  .pl-sp-25 {
    padding-left: 25px !important;
  }
  .pl-sp-30 {
    padding-left: 30px !important;
  }
  .pl-sp-35 {
    padding-left: 35px !important;
  }
  .pl-sp-40 {
    padding-left: 40px !important;
  }
  .pl-sp-45 {
    padding-left: 45px !important;
  }
  .pl-sp-50 {
    padding-left: 50px !important;
  }
}

html {
  font-size: 62.5%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  html {
    font-size: calc(100vw / 64);
  }
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  html {
    font-size: calc(100vw / 32);
  }
}

body {
  background: url(../img/bg_body.gif);
  font-size: 1.6rem;
  color: #000;
  line-height: 1.8;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  body {
    font-size: 1.2rem;
  }
}

.preload * {
  -webkit-transition: 0s !important;
  transition: 0s !important;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

img[usemap] {
  height: auto;
}

svg {
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  text-decoration: none;
}

a:hover img {
  opacity: .6;
}

input:not([type="radio"]):not([type="checkbox"]),
button,
select,
textarea {
  -webkit-border-radius: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: inherit;
}

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

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .pc {
    display: none !important;
  }
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  background: #FFF;
}

.inner, .inner--wide {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .inner, .inner--wide {
    padding: 0 3.125%;
  }
}

.inner--wide {
  max-width: 960px;
}

.header-logo {
  padding: 15px 20px 85px;
  background: url(../img/bg_header.jpg) 0 0 no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .header-logo {
    padding: 3vw 2vw 6vw;
  }
  .header-logo img {
    width: 40%;
  }
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .gnav {
    position: fixed;
    right: 0;
    top: 0;
    width: 80%;
    height: 100%;
    padding: 5vw 2vw;
    background: rgba(40, 127, 67, 0.9);
    text-align: center;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 15;
  }
  .gnav-trigger {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 12vw;
    height: 10vw;
    padding: 2vw;
    background: #FFF;
    border: 1px solid #287f43;
    border-radius: 3px;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 20;
  }
  .gnav-trigger__inner {
    position: relative;
    height: 100%;
  }
  .gnav-trigger__bar {
    position: absolute;
    width: 100%;
    height: 1vw;
    left: 0;
    background: #287f43;
    border-radius: 3px;
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
  }
  .gnav-trigger__bar:nth-child(1) {
    top: 0;
  }
  .gnav-trigger__bar:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .gnav-trigger__bar:nth-child(3) {
    bottom: 0;
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
  }
  .gnav-open .gnav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .gnav-open .gnav-trigger {
    background: 0;
    border: 0;
  }
  .gnav-open .gnav-trigger__bar {
    background: #FFF;
  }
  .gnav-open .gnav-trigger__bar:nth-child(1) {
    top: 50%;
    margin-top: -.5vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .gnav-open .gnav-trigger__bar:nth-child(2) {
    opacity: 0;
  }
  .gnav-open .gnav-trigger__bar:nth-child(3) {
    top: 50%;
    bottom: auto;
    margin-top: -.5vw;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.gnav-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 98.8%;
  margin: -37px auto 0;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .gnav-list {
    display: block;
    max-width: 90%;
    margin-top: 10vw;
  }
}

.gnav-list__item {
  -ms-flex-preferred-size: 19.23%;
  flex-basis: 19.23%;
  max-width: 19.23%;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .gnav-list__item {
    max-width: 100%;
  }
  .gnav-list__item + .gnav-list__item {
    margin-top: 15px;
  }
}

.gnav-list__item a {
  position: relative;
  display: block;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .gnav-list__item a {
    display: inline-block;
  }
}

.gnav-list__item a:after {
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 80%;
  height: 10px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  visibility: hidden;
  opacity: 0;
  content: '';
}

.gnav-list__item a img {
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.gnav-list__item a:hover:after {
  opacity: 1;
  visibility: visible;
}

.gnav-list__item a:hover img {
  opacity: 1;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.gnav-list__current-ico, .gnav-list__current-ico--about, .gnav-list__current-ico--access, .gnav-list__current-ico--fee, .gnav-list__current-ico--teacher, .gnav-list__current-ico--course {
  position: absolute;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .gnav-list__current-ico, .gnav-list__current-ico--about, .gnav-list__current-ico--access, .gnav-list__current-ico--fee, .gnav-list__current-ico--teacher, .gnav-list__current-ico--course {
    max-width: 20%;
  }
}

.gnav-list__current-ico--about {
  top: -10px;
  left: 12px;
}

.gnav-list__current-ico--access {
  top: -3px;
  right: 10px;
}

.gnav-list__current-ico--fee {
  right: 3px;
  bottom: -2px;
}

.gnav-list__current-ico--teacher {
  top: 1px;
  right: 10px;
}

.gnav-list__current-ico--course {
  bottom: -2px;
  right: 9px;
}

.footer {
  position: relative;
  margin-top: 20px;
  padding-bottom: 80px;
  background: url(../img/bg_footer.png) center bottom/100% no-repeat;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .footer {
    padding-bottom: 110px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .footer {
    padding-bottom: 22vw;
  }
}

.footer:before, .footer:after {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  content: '';
  z-index: 0;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .footer:before, .footer:after {
    background-position: center bottom;
    background-size: 100% auto;
  }
}

.footer:before {
  left: 23px;
  bottom: 20px;
  width: 262px;
  height: 138px;
  background-image: url(../img/bg_footer_illust01.png);
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .footer:before {
    left: 0;
    bottom: 2vw;
    width: 42vw;
    height: 25vw;
  }
}

.footer:after {
  right: 18px;
  bottom: 13px;
  width: 235px;
  height: 140px;
  background-image: url(../img/bg_footer_illust02.png);
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .footer:after {
    right: 0;
    bottom: 2vw;
    width: 42vw;
    height: 25vw;
  }
}

.footer-bnrs {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .footer-bnrs {
    margin-top: -5vw;
    margin-bottom: 8vw;
  }
}

.footer-bnrs__item {
  -ms-flex-preferred-size: 23.125%;
  flex-basis: 23.125%;
  max-width: 23.125%;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .footer-bnrs__item {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    max-width: 48%;
    margin-top: 5vw;
  }
}

.footer-bnrs__link {
  display: block;
}

.footer-bnrs__txt {
  margin-top: 5px;
  font-size: 1.4rem;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .footer-bnrs__txt {
    font-size: 1.0rem;
  }
}

.footer-contact {
  position: relative;
  padding: 30px 20px;
  background: url(../img/bg_footer_contact.png) 0 0 no-repeat;
  background-size: 100% 100%;
  text-align: center;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .footer-contact {
    padding: 2vw 1vw 4vw 15vw;
  }
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .footer-contact {
    padding: 3vw 0 8.5vw;
    background: rgba(239, 195, 189, 0.5);
  }
}

.footer-contact__img {
  position: absolute;
  left: 0;
  top: 20px;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .footer-contact__img {
    position: static;
    margin-bottom: 4vw;
  }
  .footer-contact__img img {
    width: 100%;
  }
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .footer-contact__ttl {
    max-width: 50%;
    margin: 0 auto;
  }
}

.footer-contact__txt {
  margin: 30px 0 8px;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .footer-contact__txt {
    margin: 1.5vw 0 2vw;
  }
}

.footer-contact__link, .footer-contact__link--tel, .footer-contact__link--mail {
  padding-left: 45px;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.4;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .footer-contact__link, .footer-contact__link--tel, .footer-contact__link--mail {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .footer-contact__link, .footer-contact__link--tel, .footer-contact__link--mail {
    padding-left: 7vw;
    font-size: 1.8rem;
  }
}

.footer-contact__link:hover, .footer-contact__link--tel:hover, .footer-contact__link--mail:hover {
  text-decoration: underline;
}

.footer-contact__link--tel {
  background-image: url(../img/ico_tel.png);
  background-size: auto 27px;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .footer-contact__link--tel {
    background-size: auto 80%;
  }
}

.footer-contact__link--mail {
  background-image: url(../img/ico_mail.png);
  background-size: 31px auto;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .footer-contact__link--mail {
    background-size: auto 80%;
  }
}

.footer-contact__address {
  font-size: 2.3rem;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .footer-contact__address {
    font-size: 1.3rem;
  }
}

.footer-contact__btn {
  margin: 20px 0 10px;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .footer-contact__btn {
    margin: 4vw 0 3vw;
  }
}

.footer-nav {
  position: relative;
  margin-top: 60px;
  text-align: center;
  z-index: 5;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .footer-nav {
    margin-top: 5vw;
  }
}

.footer-nav__logo {
  margin-bottom: 15px;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .footer-nav__logo {
    display: none;
  }
}

.footer-nav-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .footer-nav-list {
    display: none;
  }
}

.footer-nav-list__item + .footer-nav-list__item {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px dotted #604c3f;
}

.footer-nav-list__link {
  color: #604c3f;
}

.footer-nav-list__link:hover {
  text-decoration: underline;
}

.footer-copyright {
  margin-top: 30px;
  color: #604c36;
  font-size: 1.5rem;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .footer-copyright {
    margin-top: 5vw;
    font-size: 1.2rem;
  }
}

.footer__date.font-bold {
  margin: 0 0 14px;
  line-height: 1;
}

@media (max-width: 640px) {
  .footer__date.font-bold {
    margin: 2.5vw 0 3.5vw;
  }
}

.footer__date.font-bold + p {
  line-height: 1.4;
}

.footer__underline {
  display: block;
  margin: 11px auto 0;
}

@media (max-width: 640px) {
  .footer__underline {
    width: 80vw;
    margin-top: 3.75vw;
  }
}

.footer__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  margin: 0 auto;
  max-width: 561px;
  padding-top: 13px;
}

@media (max-width: 800px) {
  .footer__line {
    padding: 13px 1em 0;
  }
}

@media (max-width: 640px) {
  .footer__line {
    display: block;
    text-align: center;
    padding-top: 4.5vw;
  }
}

.footer__line--container {
  margin-right: 26px;
}

.footer__line--title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.9;
}

@media (max-width: 640px) {
  .footer__line--title {
    font-size: 3.75vw;
  }
}

.footer__line--text {
  font-size: 16px;
  line-height: 1.6;
  margin-right: 30px;
  width: 373px;
}

@media (max-width: 800px) {
  .footer__line--text {
    width: 294px;
  }
}

@media (max-width: 640px) {
  .footer__line--text {
    width: auto;
    text-align: center;
    margin-right: 0;
    font-size: 3.75vw;
  }
}

.footer__line--button {
  margin-top: 6px;
}

@media (max-width: 640px) {
  .footer__line--button {
    width: 40vw;
    display: block;
    margin: 3.25vw auto 0;
  }
}

@media (max-width: 640px) {
  .sm-none {
    display: none;
  }
}

@media (max-width: 640px) {
  .sm-block {
    display: block;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
  z-index: 50;
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .slick-prev,
  .slick-next {
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
  border-top: 2px solid #bdbdbd;
  border-left: 2px solid #bdbdbd;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.slick-next {
  right: 0;
  border-top: 2px solid #bdbdbd;
  border-right: 2px solid #bdbdbd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  background: #CCC;
  border-radius: 100%;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  background: #444;
}

.ttl-primary {
  color: #915324;
  font-size: 2.5rem;
  font-weight: bold;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .ttl-primary {
    font-size: 1.5rem;
  }
}

.ttl-primary__ico {
  width: 18px;
  vertical-align: baseline;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .ttl-primary__ico {
    width: 3.7vw;
  }
}

.ttl-cmn {
  margin-bottom: 20px;
  text-align: center;
}

.ttl-border {
  padding: 10px 0;
  background: url(../img/bg_ttl_border.png) center top/100% no-repeat, url(../img/bg_ttl_border.png) center bottom/100% no-repeat;
  font-size: 2.5rem;
  text-align: center;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .ttl-border {
    padding: 3vw 0;
    font-size: 1.5rem;
  }
}

.ttl-border--large {
  background: url(../../course/img/bg_ttl_border_full.png) center top/100% no-repeat, url(../../course/img/bg_ttl_border_full.png) center bottom/100% no-repeat;
}

.rythmique__title {
  letter-spacing: -2px;
}

.btn-area {
  margin-top: 20px;
  text-align: center;
}

.btn-cmn, .btn-cmn--gray {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 15px;
  border-radius: 4px;
  background: #307F45;
  border: 1px solid #307F45;
  color: #FFF;
  font-size: 120%;
  font-weight: bold;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.btn-cmn:hover, .btn-cmn--gray:hover {
  opacity: .7;
}

.btn-cmn--gray {
  background: #E3E3E3;
  border-color: #E3E3E3;
  color: #000;
}

.btn-studio {
  width: 376px;
  margin: 0 auto;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .btn-studio {
    width: 79.33vw;
  }
}

.btn-cmn.-mail, .-mail.btn-cmn--gray {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 640px) {
  .btn-cmn.-mail, .-mail.btn-cmn--gray {
    width: 80vw;
    max-width: initial;
  }
}

.btn-cmn.-mail:hover img, .-mail.btn-cmn--gray:hover img {
  fill: #307f45;
}

.btn-cmn.-mail img, .-mail.btn-cmn--gray img {
  margin-right: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

/*
#overview
【List】
*/
.list-cmn__item + .list-cmn__item {
  margin-top: 70px;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .list-cmn__item + .list-cmn__item {
    margin-top: 35px;
  }
}

.list-half {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .list-half {
    display: block;
  }
}

.list-half__item {
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
}

.list-number {
  padding-left: 2rem;
}

.list-number-brackets {
  list-style-type: none;
}

.list-number-brackets__item {
  position: relative;
  padding-left: 2rem;
}

.list-number-brackets__number {
  position: absolute;
  top: 0;
  left: 0;
}

.list-style--none {
  list-style-type: none;
}

.list-bnr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-bnr__item {
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  margin-top: 20px;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .list-bnr__item {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-top: 15px;
  }
}

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

.grid--just-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

.grid--flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid02, .grid02--align-center {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

.grid02__item {
  -ms-flex-preferred-size: 47.8%;
  flex-basis: 47.8%;
}

.grid02__item:nth-child(2n) {
  margin-left: 4.4%;
}

.grid02__item:nth-child(n + 3) {
  margin-top: 2.3%;
}

.grid03, .grid03--flex-start {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid03--flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid03__item {
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  margin-right: 3.5%;
}

.grid03__item:nth-child(3n) {
  margin-right: 0;
}

.grid03__item:nth-child(n + 4) {
  margin-top: 3.2%;
}

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

.grid04__item {
  -ms-flex-preferred-size: 19%;
  flex-basis: 19%;
  margin-right: 1.25%;
}

.grid04__item:nth-child(5n) {
  margin-right: 0;
}

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

.grid05__item {
  -ms-flex-preferred-size: 18.5%;
  flex-basis: 18.5%;
  margin-right: 1.875%;
}

.grid05__item:nth-child(5n) {
  margin-right: 0;
}

.grid06 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.grid06__item {
  -ms-flex-preferred-size: 15.11%;
  flex-basis: 15.11%;
  margin-right: 1.868%;
}

.grid06__item:nth-child(6n) {
  margin-right: 0;
}

.grid06__item:nth-child(n + 7) {
  margin-top: 3.2%;
}

.grid-flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -.35em;
}

.grid-flex__item {
  margin-top: .35em;
  margin-right: .5em;
}

.bread-crumb {
  padding: 15px 0;
  border-top: 1px solid #EDEDED;
  background: #fafafa;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ffffff));
  background: linear-gradient(to bottom, #fafafa 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff',GradientType=0 );
}

.bread-crumb ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.2rem;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .bread-crumb {
    display: none;
  }
}

.bread-crumb li + li:before {
  margin: 0 10px;
  content: '>';
}

.table-cmn {
  width: 100%;
}

.table-cmn th,
.table-cmn td {
  padding: 5px 10px;
  border: 1px solid #CCC;
  font-size: 1.3rem;
  vertical-align: top;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .table-cmn th,
  .table-cmn td {
    padding: 5px 3px;
    font-size: .833rem;
  }
}

.table-cmn th {
  font-weight: bold;
}

.table-cmn thead {
  background: #ececec;
  font-weight: bold;
}

.table-cmn thead th {
  text-align: center;
  vertical-align: middle;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .table-cmn tbody th {
    width: 30%;
  }
}

.table-layout {
  display: table;
  width: 100%;
}

.table-layout + .table-layout {
  margin-top: 40px;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .table-layout + .table-layout {
    margin-top: 25px;
  }
}

.table-layout__item {
  display: table-cell;
  vertical-align: top;
}

/*
#overview
【Block】
*/
.bg-green {
  background: #d7ebd8;
}

.section-cmn {
  padding-top: 45px;
  padding-bottom: 45px;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .section-cmn {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }
}

.section-course, .section-course--bottom-only {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url(../../img/bg_course_top.jpg), url(../../img/bg_course_bottom.jpg);
  background-position: top center, bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .section-course, .section-course--bottom-only {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .section-course, .section-course--bottom-only {
    background-size: 100% 4vw;
  }
}

.section-course--bottom-only {
  background: #D8EBD9 url(../../img/bg_course_bottom.jpg) bottom center/100% no-repeat;
}

@media only screen and (min-width: 801px) {
  .section-course--bottom-only {
    margin-top: -38px;
  }
}

.section-teacher {
  padding-top: 105px;
  padding-bottom: 105px;
  background: #e3f6fa url(../img/bg_teacher_bottom.jpg) bottom center/100% no-repeat;
}

@media only screen and (min-width: 801px) {
  .section-teacher {
    margin-top: -38px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .section-teacher {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .section-teacher {
    background-size: 100% 4vw;
  }
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.display-inline {
  display: inline;
}

.bg-float {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .footer__sns {
    margin-top: 30px;
  }
}

.footer__sns > * {
  width: calc(50% - 20px) !important;
  max-width: 500px !important;
  text-align: center;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .footer__sns > * {
    width: 80% !important;
    max-width: 100% !important;
  }
}

.footer__sns > *:first-of-type * {
  width: 100% !important;
}

/*
#overview
【Other】
*/
.font-red {
  color: #D80000;
}

.font-green {
  color: #287f43;
}

.font-bold {
  font-weight: bold;
}

.font-black {
  color: #333;
}

.font-white {
  color: #FFF;
}

.font-gray {
  color: #999;
}

.font-gold {
  color: #D99B31;
}

.font-ex-sm {
  font-size: 1.0rem;
}

.font-sm {
  font-size: 1.2rem;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .font-sm {
    font-size: 1.0rem;
  }
}

.font-normal {
  font-size: 1.6rem;
}

.font-lg {
  font-size: 2.5rem;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .font-lg {
    font-size: 1.7rem;
  }
}

.font-ex-lg {
  font-size: 5.0rem;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .font-ex-lg {
    font-size: 3.0rem;
  }
}

.txt-attention {
  position: relative;
  padding-left: 1em;
}

.txt-attention:before {
  position: absolute;
  left: 0;
  top: 0;
}

.txt-attention:before {
  content: '※';
}

.txt-disc {
  position: relative;
  padding-left: 1em;
}

.txt-disc:before {
  position: absolute;
  left: 0;
  top: 0;
}

.txt-disc:before {
  content: '・';
}

.txt-cube, .txt-cube--black {
  position: relative;
  padding-left: 1em;
}

.txt-cube:before, .txt-cube--black:before {
  position: absolute;
  left: 0;
  top: 0;
}

.txt-cube:before, .txt-cube--black:before {
  top: 3px;
  width: 13px;
  height: 13px;
  background: #000;
  content: '';
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .txt-cube:before, .txt-cube--black:before {
    top: 7px;
  }
}

.txt-cube--black:before {
  background: #333;
}

.txt-ico {
  position: relative;
  padding-left: 1em;
}

.txt-ico:before {
  position: absolute;
  left: 0;
  top: 0;
}

.txt-ico:before {
  top: 0;
  content: attr(data-txt);
}

.txt-link, .txt-link--blue, .txt-link--green {
  text-decoration: none;
  color: inherit;
}

.txt-link:hover, .txt-link--blue:hover, .txt-link--green:hover,
.txt-link:hover span,
.txt-link--blue:hover span,
.txt-link--green:hover span {
  text-decoration: underline;
}

.txt-link--blue {
  color: #1361ba;
}

.txt-link--green {
  color: #287f43;
}

.txt-link--disabled {
  cursor: text;
}

.txt-link--disabled:hover {
  text-decoration: none;
}

.txt-underline {
  text-decoration: underline;
}

.txt-underline:hover {
  text-decoration: none;
}

.txt-paragraph + .txt-paragraph {
  margin-top: 1em;
}

@media only screen and (min-width: 801px) {
  .float-left {
    float: left;
  }
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .float-left {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 801px) {
  .float-right {
    float: right;
  }
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .float-right {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.valign-top {
  vertical-align: top !important;
}

.valign-middle {
  vertical-align: middle !important;
}

.valign-bottom {
  vertical-align: bottom !important;
}

.valign-baseline {
  vertical-align: baseline !important;
}

.border {
  padding: 0 5px;
  border: 1px solid #7f7f7f;
}

.border-bottom {
  border-bottom: 1px solid #7f7f7f;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.display-inline {
  display: inline;
}

.home-teacher__img {
  margin-top: 35px;
}

.about-content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .about-content {
    display: block;
  }
}

.about-content__img {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  text-align: center;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .about-content__img {
    max-width: 100%;
  }
}

.about-content__img figcaption {
  margin-top: 20px;
  font-size: 2.5rem;
  line-height: 1.4;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .about-content__img figcaption {
    margin-top: 3vw;
    font-size: 1.8rem;
  }
}

.about-content__txt {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
  padding-left: 50px;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .about-content__txt {
    max-width: 100%;
    margin-top: 3vw;
    padding-left: 0;
  }
}

@media only screen and (min-width: 801px) {
  .course-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 801px) {
  .course-list__item {
    -ms-flex-preferred-size: 46%;
    flex-basis: 46%;
    max-width: 46%;
    margin-top: 30px;
  }
  .course-list__item:nth-child(2n) {
    margin-left: 8%;
  }
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .course-list__item + .course-list__item {
    margin-top: 10vw;
  }
}

.course-list__item--rythmique {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.course-list__img {
  text-align: center;
}

@media only screen and (min-width: 801px) {
  .course-list__img {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 300px;
  }
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .course-list__img {
    width: 70%;
    margin: 0 auto;
  }
}

.course-list__ttl {
  margin: 20px 0 10px;
}

@media screen and (max-width: 800px) {
  .home-course__img.sp {
    display: block;
  }
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .rythmique__text--course {
    font-size: 1.12rem;
    margin-top: 0;
  }
}

.rythmique__text--secondary {
  text-align: left;
  font-size: 1.4rem;
  margin-top: 10px;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .rythmique__text--secondary {
    font-size: .96rem;
    margin-top: 12px;
  }
}

.rythmique__container {
  margin-top: 20px;
  padding: 28px 20px 14px;
  background-color: #ffeddc;
  border-radius: 20px;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .rythmique__container {
    border-radius: 10px;
    padding: 24px 13px 14px;
    display: block;
  }
}

.rythmique__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rythmique__list:not(:last-of-type) {
  background-image: linear-gradient(to right, #fff, #fff 4px, transparent 2px, transparent 8px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

.rythmique__item {
  position: relative;
}

.rythmique__list .rythmique__item:first-of-type {
  width: 20.75%;
  text-align: center;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .rythmique__list .rythmique__item:first-of-type {
    width: 31.75%;
  }
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .rythmique__list .rythmique__item:first-of-type > br {
    display: block;
  }
}

.rythmique__list .rythmique__item:nth-of-type(2) {
  width: 41%;
  padding: 12px 6px 12px 28px;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .rythmique__list .rythmique__item:nth-of-type(2) {
    width: 68%;
    padding: 12px 0 12px 16px;
    font-size: 1.12rem;
  }
}

.rythmique__list .rythmique__item:nth-of-type(2)::before {
  content: '';
  width: 6px;
  height: 70%;
  border-radius: 10px;
  background-color: #ffc896;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .rythmique__list .rythmique__item:nth-of-type(2)::before {
    width: 4px;
  }
}

.rythmique__list .rythmique__item:last-of-type {
  width: 38.25%;
  padding: 12.5px 0 12.5px 26px;
  background-image: linear-gradient(to bottom, #fff, #fff 4px, transparent 2px, transparent 8px);
  background-size: 1px 8px;
  background-position: left top;
  background-repeat: repeat-y;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .rythmique__list .rythmique__item:last-of-type {
    display: none;
  }
}

.rythmique__list:first-of-type .rythmique__item:not(:first-of-type) {
  color: #6d3b18;
  font-size: 2rem;
  font-weight: bold;
  padding-top: 0;
  letter-spacing: -0.3px;
}

@media screen and (max-width: 800px) {
  .rythmique__list:first-of-type .rythmique__item:not(:first-of-type) {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .rythmique__list:first-of-type .rythmique__item:not(:first-of-type) {
    font-size: 1.44rem;
  }
}

.rythmique__list:first-of-type .rythmique__item:not(:first-of-type) span {
  font-size: 0.9em;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .rythmique__list:first-of-type .rythmique__item:not(:first-of-type) span {
    font-size: 0.8em;
  }
}

.rythmique__list:first-of-type .rythmique__item:first-of-type {
  padding: 0 15px 15px 0;
}

.rythmique__list:first-of-type .rythmique__item:nth-of-type(2)::before {
  -webkit-transform: none;
  transform: none;
  top: 0;
}

.rythmique__list:nth-of-type(2) .rythmique__item:first-of-type {
  padding-right: 15px;
}

.rythmique__list:nth-of-type(3) .rythmique__item:first-of-type {
  padding-right: 15px;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .rythmique__list:nth-of-type(3) .rythmique__item:first-of-type {
    padding-right: 10px;
  }
}

.rythmique__list:last-of-type {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.rythmique__list:last-of-type .rythmique__item:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .rythmique__list:last-of-type .rythmique__item:first-of-type {
    padding-right: 10px;
  }
}

.rythmique__list:last-of-type .rythmique__item:nth-of-type(2)::before {
  height: 93%;
  -webkit-transform: none;
  transform: none;
  top: 10px;
  bottom: 0;
}

.rythmique__list:last-of-type .rythmique__item:not(:first-of-type) {
  line-height: 1.88;
}

.letter__space--small {
  display: inline-block;
  margin-inline: -0.5em;
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .letter__space--small {
    margin-right: -1em;
  }
}

.letter__space--small2 {
  letter-spacing: -1px;
}

.font-orange {
  color: #f7931e;
  font-weight: bold;
  line-height: 1.8 !important;
}

.font-orange > span {
  display: inline-block;
  margin-left: -4px;
  letter-spacing: -0.4px;
}

.text-height {
  line-height: 1.88;
}

.teacher-intro {
  position: relative;
}

.teacher-intro__table {
  width: 90%;
  max-width: 625px;
  margin: 0 auto;
}

@media only screen and (min-width: 801px) {
  .teacher-intro__table {
    width: 90%;
  }
}

.teacher-intro__table tr + tr {
  position: relative;
}

.teacher-intro__table tr + tr::after {
  content: '';
  border-bottom: 2px dotted #c69c6d;
  position: absolute;
  left: 10.8%;
  left: 4%;
  width: 91%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media only screen and (min-width: 801px) {
  .teacher-intro__table tr + tr::after {
    left: 10.8%;
    width: 80%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 91%;
    max-width: 650px;
    width: 100%;
  }
}

.teacher-intro__table th,
.teacher-intro__table td {
  padding: 10px 20px;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .teacher-intro__table th,
  .teacher-intro__table td {
    padding: 10px 5px;
  }
}

.teacher-intro__table th.sm,
.teacher-intro__table td.sm {
  padding-right: 7px;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .teacher-intro__table th.sm,
  .teacher-intro__table td.sm {
    padding: 10px 5px;
    padding-left: 12vw;
  }
}

.teacher-intro__table td {
  padding-left: 12vw;
}

@media only screen and (min-width: 801px) {
  .teacher-intro__table td {
    padding-left: 25px;
  }
}

.teacher-intro__table th {
  width: 40vw;
  padding-left: 0;
  padding-right: 30px;
  background: url(../img/ico_arrow_right.png) right center/13px no-repeat;
}

@media only screen and (min-width: 801px) {
  .teacher-intro__table th {
    width: 209px;
    padding-right: 0;
  }
}

.teacher-intro__table th img {
  vertical-align: middle;
}

.teacher-intro__ico {
  position: absolute;
  bottom: 80px;
  right: 0;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .teacher-intro__ico {
    bottom: 8vw;
    width: 37%;
  }
}

.teacher-intro__name {
  margin-right: 19px;
  color: #6d3b18;
  display: inline-block;
  font-size: 2.0rem;
  font-weight: bold;
}

.teacher-intro__name:last-child {
  margin-right: 0;
}

.teacher-intro__name:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .teacher-intro__name {
    display: block;
    margin: 0;
    font-size: 1.4rem;
  }
}

.teacher-list__item {
  text-align: center;
}

@media only screen and (min-width: 801px) {
  .teacher-list__item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.teacher-list__item + .teacher-list__item {
  margin-top: 20px;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .teacher-list__item + .teacher-list__item {
    margin-top: 4vw;
  }
}

@media only screen and (min-width: 801px) {
  .teacher-list__img {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: 33%;
  }
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .teacher-list__img {
    width: 70%;
    margin: 0 auto 3vw;
  }
}

@media only screen and (min-width: 801px) {
  .teacher-list__img--unique {
    -ms-flex-preferred-size: 95%;
    flex-basis: 95%;
    max-width: 95%;
  }
}

@media only screen and (min-width: 801px) {
  .teacher-list__txt {
    -ms-flex-preferred-size: 67%;
    flex-basis: 67%;
    max-width: 67%;
  }
}

@media only screen and (min-width: 801px) {
  .teacher-list__left {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media only screen and (min-width: 801px) {
  .teacher-list__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: -5%;
  }
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .teacher-list__right--unique {
    display: block;
  }
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .teacher-list__comment {
    padding: 5vw;
    font-size: 1.0rem;
    text-align: left;
  }
  .teacher-list__comment.color01 {
    background: #fbf6b7;
  }
  .teacher-list__comment.color02 {
    background: #e1f5c1;
  }
  .teacher-list__comment.color03 {
    background: #fae8e0;
  }
  .teacher-list__comment.color04 {
    background: #efe1ee;
  }
  .teacher-list__comment.color05 {
    background: #e4f6fa;
  }
  .teacher-list__comment.color06 {
    background: #fbf6b7;
  }
  .teacher-list__comment.color07 {
    background: #e1f5c1;
  }
  .teacher-list__comment.color08 {
    background: #fae8e0;
  }
  .teacher-list__comment.color09 {
    background: #efe1ee;
  }
  .teacher-list__comment.color10 {
    background: #e4f6fa;
  }
  .teacher-list__comment.color11 {
    background: #fbf6b7;
  }
  .teacher-list__comment.color12 {
    background: #EFE1EE;
  }
  .teacher-list__comment.color13 {
    background: #FAF6BA;
  }
  .teacher-list__ttl, .teacher-list__ttl--mt {
    margin-bottom: 1.5vw;
    font-size: 1.5rem;
    font-weight: bold;
    font-weight: bold;
  }
  .teacher-list__ttl--mt {
    margin-top: 3vw;
  }
  .teacher-list__ttl--sm {
    margin-left: 3vw;
    font-size: 1.0rem;
    font-weight: normal;
  }
  .teacher-list__ico {
    display: inline-block;
    padding: 0 2vw;
    margin-bottom: 2vw;
    color: #FFF;
    background: #915324;
  }
}

.fee-intro {
  text-align: center;
}

@media only screen and (min-width: 801px) {
  .fee-intro {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media only screen and (min-width: 801px) {
  .fee-intro__img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

@media only screen and (min-width: 801px) {
  .fee-intro__txt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 20px;
  }
}

.fee-table + .fee-table {
  margin-top: 20px;
}

.fee-course-about {
  margin: 10px 0 20px;
}

.fee-txt {
  margin-top: 6px;
  padding-left: 2vw;
  text-indent: -1em;
  font-size: .833rem;
}

@media only screen and (min-width: 801px) {
  .fee-txt {
    font-size: 1.3rem;
    text-indent: 0;
    padding-left: 0;
  }
}

.fee-admission {
  color: #6d3b18;
  padding: 4vw 0;
  text-align: left;
}

@media only screen and (min-width: 801px) {
  .fee-admission {
    padding: 4px 0;
  }
}

@media only screen and (min-width: 801px) {
  .fee-admission-wrap {
    padding-top: 20px;
  }
}

.fee-admission-txt {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.36px;
}

@media only screen and (min-width: 801px) {
  .fee-admission-txt {
    font-size: 1.8rem;
  }
}

.fee-admission-txt-sm {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.26px;
}

@media only screen and (min-width: 801px) {
  .fee-admission-txt-sm {
    font-size: 1.3rem;
  }
}

.fee-admission-txt-xs {
  color: #6d3b18;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.32px;
}

@media only screen and (min-width: 801px) {
  .fee-admission-txt-xs {
    font-size: 1.3rem;
  }
}

.rythmique__age {
  font-weight: normal;
}

@media only screen and (min-width: 801px) {
  .rythmique__age {
    font-size: 1rem;
  }
}

.rythmique__child {
  padding-bottom: 4px;
  font-size: .833rem;
  font-weight: bold;
  letter-spacing: -0.43px;
  color: #915324;
  background-image: linear-gradient(to right, #915324, #915324 4px, transparent 2px, transparent 8px);
  background-size: 8px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}

@media only screen and (min-width: 801px) {
  .rythmique__child {
    font-size: 1.3rem;
  }
}

.rythmique__text {
  margin-top: 20px;
}

.rythmique__text > p {
  font-size: .833rem;
  line-height: 1.38;
  margin-top: 10px;
}

@media only screen and (min-width: 801px) {
  .rythmique__text > p {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .rythmique__fee {
    width: 40% !important;
  }
}

@media only screen and (min-width: 1px) and (max-width: 640px) {
  .price__list {
    width: 21% !important;
  }
}

.font-bold {
  display: block;
  font-weight: bold;
  line-height: 1.77;
  letter-spacing: 0.64px;
  margin: 3px 0 -3px;
}

.font-bold > span {
  display: inline-block;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vertical-center {
  vertical-align: middle !important;
}

.text-height-1_4 {
  line-height: 1.4;
}

.x-trim {
  margin-inline: -0.5em;
}

.access-map {
  position: relative;
  height: 470px;
}

.access-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.access-detail {
  margin-top: 20px;
  text-align: center;
}

.contact-table {
  width: 100%;
}

.contact-table th,
.contact-table td {
  padding: 15px;
  border: 1px solid #EEE;
  vertical-align: top;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .contact-table th,
  .contact-table td {
    display: block;
    width: 100%;
    padding: 10px;
  }
}

.contact-table th {
  background: #D9EBD9;
  font-weight: bold;
}

.contact-txt {
  font-size: 1.4rem;
  line-height: 2.06;
}

@media (max-width: 640px) {
  .contact-txt.font-red {
    line-height: 1.6;
    font-size: 3.75vw;
  }
}

.contact-txt--warn {
  font-weight: 700;
  font-size: 1.8rem;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .contact-txt--warn {
    font-size: 1.4rem;
  }
}

.contact-input, .contact-input-textarea, .contact-input-sm {
  padding: 5px;
  border: 1px solid #CCC;
  font-size: 1.6rem;
  width: 100%;
  max-width: 350px;
}

.contact-input-textarea {
  max-width: none;
}

.contact-input-sm {
  max-width: 120px;
  margin-right: 13px;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .contact-input-sm {
    max-width: none;
    width: 90%;
  }
}

.contact-select, .contact-select-sm {
  padding: 5px;
  border: 1px solid #CCC;
  font-size: 1.6rem;
  height: 38px;
  line-height: 38px;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .contact-select, .contact-select-sm {
    width: 100%;
  }
}

.contact-select-sm {
  width: 80px;
  margin-left: 20px;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .contact-select-sm {
    margin-left: 0;
    margin-top: 10px;
    width: 90%;
  }
}

.contact-checkbox label {
  display: inline-block;
  position: relative;
  margin-right: 20px;
  padding-left: 20px;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .contact-checkbox label {
    margin-right: 5vw;
    padding-left: 5vw;
  }
}

.contact-checkbox label::before, .contact-checkbox label::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}

.contact-checkbox label::before {
  width: 14px;
  height: 14px;
  border: 1px solid #666;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .contact-checkbox label::before {
    width: 3.5vw;
    height: 3.5vw;
  }
}

.contact-checkbox label::after {
  display: none;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #307f45;
}

@media only screen and (min-width: 1px) and (max-width: 800px) {
  .contact-checkbox label::after {
    left: 0.75vw;
    width: 2vw;
    height: 2vw;
  }
}

.contact-checkbox input {
  display: none;
}

.contact-checkbox input:checked + label::after {
  display: block;
}

.contact-btns {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 600px;
  margin: 30px auto 0;
}

.contact-btns__item {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  max-width: 48%;
}

label.radio_text {
  cursor: pointer;
  position: relative;
  padding-left: 5px;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}

label.radio_text:before {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 1px solid #666;
  border-radius: 50%;
  left: 0px;
  top: 6px;
  content: '';
  z-index: 3;
}

label.radio_text:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  left: 3px;
  top: 9px;
  background-color: #307f45;
  z-index: 1;
}

label.radio_text input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 1px;
  margin: 0px;
  -webkit-box-shadow: 20px -1px #FFF;
  box-shadow: 20px -1px #FFF;
}

label.radio_text input[type="radio"]:checked {
  -webkit-box-shadow: none;
  box-shadow: none;
}

label.radio_text input[type="radio"]:focus {
  opacity: 0.2;
  -webkit-box-shadow: 20px -1px #FFF;
  box-shadow: 20px -1px #FFF;
}

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