@charset "UTF-8";
/* font family */
/* ボタン */
/* ----------------------------------------
 	reset
 ---------------------------------------- */
@import url(../fonts/font.css);
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p,
a, img,
dl, dt, dd, ol, ul, li,
strong, sub, sup, i, small, address, time,
fieldset, form, label, legend, hr,
table, caption, tbody, tfoot, thead, tr, th, td,
header, footer, nav, section, article, aside,
figure, figcaption, canvas, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

html {
  overflow-y: scroll;
  height: 100%;
  min-height: 100%;
}

body {
  height: 100%;
  min-height: 100%;
}

ul, ol, li {
  list-style: none;
}

input, textarea, button {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

input[type="submit"],
input[type="button"],
button {
  cursor: pointer;
}

a {
  color: #323232;
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

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

body {
  width: 100%;
  color: #323232;
  font-size: 14px;
  line-height: 22px;
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}
#wrapper {
  overflow: hidden;
}
/* font family */
/* ボタン */
/* ----------------------------------------
 	ヘッダ
 ---------------------------------------- */
.header {
  position: fixed;
  z-index: 99;
  background-color: rgba(255, 100, 100, 0.8);
  top: 0;
  left: 0;
  right: 0;
}
.header .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header .site-logo {
  font-size: inherit;
  line-height: 1;
  margin: 16px 0;
}
.header .site-logo img {
  max-width: 180px;
}
.header #header-menu {
  margin-left: auto;
}
@media (min-width: 769px) {
  .header #header-menu {
    height: auto !important;
  }
}

.main-nav:after {
  content: '';
  display: block;
  clear: both;
}
.main-nav a {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.main-nav li {
  float: left;
  margin-left: 21px;
  padding-left: 21px;
  border-left: 1px solid #fff;
  line-height: 1;
}
.main-nav li.only-sp:first-child + li {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

@media (max-width: 768px) {
  .header-bar {
    width: 100%;
    position: relative;
    height: 58px;
  }
  .header-bar .site-logo {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5px;
    margin: 0;
  }
  .header-bar .site-logo img {
    max-width: 165px;
  }
  .header-bar .header-menu-btn {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    width: 24px;
    height: 22px;
    border-radius: 3px;
    cursor: pointer;
  }
  .header-bar .header-menu-btn:before,
  .header-bar .header-menu-btn span, .header-bar .header-menu-btn:after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
  }
  .header-bar .header-menu-btn:before {
    top: 0;
  }
  .header-bar .header-menu-btn span {
    top: 10px;
  }
  .header-bar .header-menu-btn:after {
    top: 20px;
  }
}

@media (max-width: 768px) {
  #header-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.2s height ease;
    -moz-transition: 0.2s height ease;
    -ms-transition: 0.2s height ease;
    -o-transition: 0.2s height ease;
    transition: 0.2s height ease;
    z-index: 9999;
    zoom: 1;
  }
  .menu-open #header-menu {
    height: auto;
  }
}

@media (max-width: 768px) {
  .header {
    position: relative;
  }

  .main-nav {
    background-color: #2e2e2e;
  }
  .main-nav > li {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #1b1b1b;
    color: #fff;
  }
  .main-nav > li a {
    display: block;
    color: #efefef;
    position: relative;
    padding: 15px;
    font-size: 18px;
  }
  .main-nav > li a:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("../img/common/arrow-rw.png");
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
  }
  .main-nav > li.only-sp {
    background-color: #575757;
  }
  .main-nav > li:first-child {
    padding: 15px 15px 0;
    background-color: #2e2e2e;
  }
  .main-nav > li .btns-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-nav > li .btn {
    border-radius: 5px;
    background-color: #ff6464;
    border: 0;
    margin-bottom: 15px;
    min-width: inherit;
    padding-left: 0;
    padding-right: 0;
    height: 46px;
    padding: 0;
  }
  .main-nav > li .btn.btn-white {
    background-color: #fff;
  }
  .main-nav > li .btn.btn-white a {
    color: #ff6464;
    background-color:#fff;
  }
  .main-nav > li .btn-l {
    width: 100%;
  }
  .main-nav > li .btn-m {
    width: 49%;
  }
  .main-nav > li.contact_nav{
    background-color: #575757;
  }
  .main-nav > li.contact_nav a{
    color: #FFF;
  }
}
@media (max-width: 768px) and (max-width: 600px) {
  .main-nav > li .btn-m {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .main-nav .list-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 15px 0 30px;
  }
  .main-nav .list-social li {
    width: auto;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .main-nav .list-social a {
    display: block;
    width: 25px;
    height: 25px;
    margin-left: 20px;
    padding: 0 !important;
  }
  .main-nav .list-social a:after {
    content: none !important;
  }
  .main-nav .list-social span {
    position: relative;
    color: #fff;
    padding-right: 51px;
    margin-right: 4px;
    letter-spacing: 1px;
  }
  .main-nav .list-social span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    width: 28px;
    height: 1px;
    background-color: #FFF;
    z-index: 1;
  }
}
/* font family */
/* ボタン */
/* ----------------------------------------
 	フッタ
 ---------------------------------------- */
.footer .copyright {
  text-align: center;
  color: #242629;
  font-size: 11px;
  letter-spacing: 1px;
}

/* font family */
/* ボタン */
/* ----------------------------------------
 	layout
 ---------------------------------------- */
/* レイアウト
------------------------------ */
body.admin-bar .header {
  top: 30px;
}

.container {
  position: relative;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.container:after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 768px) {
  .container {
    padding: 0 12px;
  }
}

h1 {
  font-size: 40px;
  line-height: 1.5;
  margin: 20px 0;
}

h2 {
  font-size: 30px;
  line-height: 1.5;
  margin: 20px 0;
}

h3 {
  font-size: 22px;
  line-height: 1.5;
  margin: 20px 0;
}

a {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

::-webkit-input-placeholder {
  color: #a2a2a2 !important;
}

::-moz-placeholder {
  color: #a2a2a2 !important;
}

:-ms-input-placeholder {
  color: #a2a2a2 !important;
}

:-moz-placeholder {
  color: #a2a2a2 !important;
}

img {
  max-width: 100%;
}

.color-base {
  color: #ff6464;
}

/* コンテンツ
------------------------------ */
.main {
  min-height: 300px;
}
@media (min-width: 769px) {
  .main {
    padding-top: 70px;
  }
  .homepage .main {
    padding-top: 0;
  }
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + span:before {
  content: "";
  background-image: url("../img/common/checkbox.png");
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 11px;
  position: relative;
  top: 3px;
}

input[type="checkbox"]:checked + span:before {
  background-position: right center;
}

select {
  height: 36px;
  border: 1px solid #ededed;
  background-color: #fff;
  padding-left: 14px;
  margin-right: 20px;
  font-size: 14px;
  letter-spacing: 1px;
  background-image: url("../img/common/arrow-s.png");
  background-repeat: no-repeat;
  background-position: 93% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand{
  display:none;
}
.breadcrumb {
  padding: 9px 0;
}
.breadcrumb:after {
  content: '';
  display: block;
  clear: both;
}
.breadcrumb a {
  color: #ff6464;
  text-transform: uppercase;
}
.breadcrumb .breadcrumb-item {
  float: left;
}
.breadcrumb .breadcrumb-item a {
  color: #ff6464;
}
.breadcrumb .breadcrumb-item a:after {
  content: ">";
  display: inline-block;
  margin: 0 5px;
  color: #323232;
}

.heading-page {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 27px;
}
.heading-page span {
  color: #ff6464;
}

.desc {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 33px;
}

.paging {
  text-align: center;
  margin: 20px 0 35px;
}
.paging li {
  display: inline-block;
  margin: 0 4px;
}
.paging li .page-number {
  width: 36px;
  height: 36px;
  border: 1px solid #9a9a9a;
  line-height: 36px;
  text-align: center;
  display: block;
  border-radius: 5px;
  font-size: 18px;
  color: #323232;
}
.paging li .page-number.current {
  background-color: #ff6464;
  border-color: #ff6464;
  color: #fff;
}
.paging li .page-number.next {
  text-indent: -9999px;
  background-image: url("../img/common/next-page.png");
  background-repeat: no-repeat;
  background-position: center;
}
.paging li .page-number.prev {
  text-indent: -9999px;
  background-image: url("../img/common/prev-page.png");
  background-repeat: no-repeat;
  background-position: center;
}

.style-page .style-section {
  padding: 0;
}

.content-page {
  padding: 50px 0 25px;
}

/* font family */
/* ボタン */
/* ----------------------------------------
 	parts
 ---------------------------------------- */
@media (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
/* 共通クラス
------------------------------ */
.pc .hover-op {
  -webkit-transition: 0.2s opacity ease;
  -moz-transition: 0.2s opacity ease;
  -ms-transition: 0.2s opacity ease;
  -o-transition: 0.2s opacity ease;
  transition: 0.2s opacity ease;
}
.pc .hover-op:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

@media (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

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

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: left;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex .col-1 {
  width: 100%;
}
.flex .col-2 {
  width: 48.215%;
}
.flex .col-5 {
  width: 18.6%;
}
.flex .col-3 {
  width: 31.73%;
}
.flex .col-4 {
  width: 24%;
}
.flex .left-section {
  width: 36%;
}
.flex .left-section p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 33px;
}
.flex .right-section {
  width: 64%;
}
.flex .item {
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 2px 1px 4px #e5e5e5;
  -webkit-box-shadow: 2px 1px 4px #e5e5e5;
  overflow: hidden;
  position: relative;
}
.flex .item img {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
  display: block;
}
.flex .item .item-content {
  padding: 0 20px;
}
.flex .item .item-content .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 18px;
}
.flex .item .read-more {
  width: 180px;
  display: block;
  margin: 0 auto 23px;
  min-width: inherit;
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flex .item .date {
  font-size: 13px;
  color: #a0a0a0;
  letter-spacing: 0.5px;
}

.flex-reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-reverse .right-section {
  padding-right: 8%;
}
@media (min-width: 769px) {
  .flex-reverse .left-section .btn {
    margin-left: 4px;
  }
}

.slider-section {
  position: relative;
  z-index: 10;
}
.slider-section .swiper-slide .container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.slider-section .swiper-slide img {
  width: 100%;
  height: auto;
}
@media (min-width: 769px) and (max-width: 1599px) {
  .slider-section .swiper-slide {
    height: 520px;
    overflow: hidden;
  }
  .slider-section .swiper-slide img {
    width: auto;
    max-width: inherit;
    min-height: 520px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.slider-section .swiper-slide .inner-slide {
  color: #fff;
  position: absolute;
  left: 10px;
  top: 22%;
}
.slider-section .swiper-slide .inner-slide h3 {
  /*font-family: "OhioScript", sans-serif;*/
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  margin-left: 6px;
}
.slider-section .swiper-slide .inner-slide h2 {
  font-weight: 700;
  font-size: 58px;
  line-height: 1.2;
  margin-top: 6px;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.slider-section .swiper-slide .inner-slide .link {
  font-size: 16px;
  border: 1px solid #fff;
  padding: 10px 43px;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  letter-spacing: 1px;
}
.slider-section .swiper-slide .inner-slide .link:after {
  content: ">";
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 1px;
}
.slider-section .swiper-pagination-bullets {
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 9px 10px;
  text-align: right;
}
.slider-section .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 10px;
}
.slider-section .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #ff6464;
}
.slider-section .swiper-button-next {
  margin-top: -32px;
  right: 35px;
}
.slider-section .swiper-button-prev {
  margin-top: -32px;
  left: 35px;
}

.swiper-button-next {
  background-image: url("../img/common/next.png") !important;
}

.swiper-button-prev {
  background-image: url("../img/common/prev.png") !important;
}

.benefit-section {
  background-color: #ffe6d7;
  padding: 30px 0;
}
.benefit-section .flex .col-5 {
  width: 17.5%;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.benefit-section .flex .col-5:not(:last-child) h3 {
  font-size: 18px;
  color: #ff6464;
  position: relative;
  padding: 0 5px;
  width: 100px;
  height: 100px;
  margin: 19px auto 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 4px solid #ff6464;
  border-radius: 50%;
  line-height: 1.4;
}
.benefit-section .flex .col-5:not(:last-child) h3:before {
  /*content: "";*/
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  border: 6px solid #ff6464;
  border-radius: 50%;
}
.benefit-section .flex .col-5 .more {
  background-color: #f8f8f8;
  display: block;
  padding: 8px 0;
  background-image: url("../img/common/arrow-d.png");
  background-repeat: no-repeat;
  background-position: 95% center;
}
.benefit-section .flex .col-5 p {
  font-size: 16px;
  margin-bottom: 12px;
}
.benefit-section .flex .col-5 p span {
  color: #ff6464;
}
.benefit-section .flex .col-5 .note {
  font-size: 14px;
  color: #323232;
  font-weight: 500;
  margin-top: 7px;
  display: block;
}
.benefit-section .flex .col-5:last-child {
  width: 22.2%;
  color: #fff;
  background-color: #ff6767;
}
@media (min-width: 769px) {
  .benefit-section .flex .col-5:last-child {
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFFF6767', endColorstr='#FFFF8383');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNjc2NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmODM4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ff6767), color-stop(100%, #ff8383));
    background-image: -moz-linear-gradient(left, #ff6767 0%, #ff8383 100%);
    background-image: -webkit-linear-gradient(left, #ff6767 0%, #ff8383 100%);
    background-image: linear-gradient(to right, #ff6767 0%, #ff8383 100%);
  }
}
.benefit-section .flex .col-5:last-child h3 {
  color: #fff;
  font-weight: normal;
  margin: 10px 0;
}
.benefit-section .flex .col-5:last-child .courses {
  margin-bottom: 10px;
}
.benefit-section .flex .col-5:last-child .courses img {
  max-width: 46%;
}
.benefit-section .flex .col-5:last-child .more {
  background-color: #c15555;
  color: #fff;
  background-image: url("../img/common/arrow-dw.png");
}
.benefit-section .flex .col-5:last-child .note {
  color: #fff;
}

.gallery-section {
  padding: 60px 0 40px;
}
.gallery-section .gallery li {
  margin-bottom: 20px;
  max-height: 207px;
  overflow: hidden;
}
.gallery-section .gallery li img {
  width: 100%;
}

.price-section {
  padding: 60px 0 77px;
}
.price-section .heading-section {
  letter-spacing: 2px;
}

.heading-section {
  font-size: 26px;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
  margin-top: -3px;
  margin-bottom: 18px;
}
.heading-section span {
  font-size: 40px;
  line-height: 1.3;
  color: #ff6464;
  display: block;
  margin-top: 10px;
  text-indent: -20px;
}

.btn {
  font-size: 16px;
  display: inline-block;
  color: #fff;
  border-radius: 30px;
  padding: 13px 37px 15px;
  letter-spacing: 1px;
  min-width: 250px;
  text-align: center;
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
}

.btn-primary {
  background-color: #ff6464;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFFF6464', endColorstr='#FFE27C89');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNjQ2NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyN2M4OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ff6464), color-stop(100%, #e27c89));
  background-image: -moz-linear-gradient(left, #ff6464 0%, #e27c89 100%);
  background-image: -webkit-linear-gradient(left, #ff6464 0%, #e27c89 100%);
  background-image: linear-gradient(to right, #ff6464 0%, #e27c89 100%);
}

.btn-white {
  color: #ff6464;
  background-color: #fff;
}

.btn-center {
  margin: 30px auto 0;
  display: block;
  width: 250px;
}

.style-section {
  padding: 60px 0;
}
.style-section .heading {
  text-align: center;
}
.style-section .heading > p {
  font-size: 16px;
  line-height: 30px;
}
.style-section .heading > p.only-sp {
  text-align: left;
}
.style-section .heading .caption {
  font-size: 36px;
  font-weight: 500;
  margin: 38px 0 44px;
}
.style-section .heading .caption span {
  color: #ff6464;
}
.style-section .heading .heading-section {
  margin-bottom: 26px;
}
.style-section .heading .heading-section span {
  margin-left: 0;
}
.style-section .item {
  background-color: #f8f8f8;
}
.style-section .item .item-content {
  padding: 0 24px;
}

.style-list {
  margin: 0 -0.8%;
}
.style-list:after {
  content: "";
  flex: auto;
}
.style-list li {
  margin: 0 0.8%;
}
.style-list li .style {
  color: #aaaaaa;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 22px;
}

.style {
  margin-bottom: 2px;
}
.style > i {
  margin-right: 8px;
}
.style span {
  display: inline-block;
  padding: 2px 0;
  width: 100px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-left: 0;
  border-radius: 20px;
  position: relative;
  top: -2px;
  letter-spacing: 0;
  margin-right: 4px;
  margin-bottom: 5px;
}
.style .style-01 {
  background-color: #f79d84;
}
.style .style-02 {
  background-color: #3fa7d6;
}
.style .style-03 {
  background-color: #59cd90;
}
.style .style-default {
  background-color: #ff6464;
}

.youtube {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 62%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.youtube .start-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 0.3s;
}
.youtube div.thumbnail_container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.youtube div.thumbnail_container img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.youtube div.thumbnail_container:before {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.youtube-section {
  padding: 60px 0;
}
.youtube-section video{
  width: 100%;
}
.youtube-section .video-wrap {
    position: relative;
}
.youtube-section .video-btn {
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:40px; /*コントローラー分下部に余白を*/
    cursor: pointer;
}

.maps-section {
  padding: 60px 0 55px;
}
.maps-section .left-section {
  padding-right: 36px;
}
.maps-section .left-section p {
  margin-bottom: 23px;
}
.maps-section .right-section {
  text-align: right;
}

.color-base {
  color: #ff6464;
}

.gray-section {
  background-color: #f8f8f8;
}

.course-section {
  padding: 60px 0 54px;
}
@media (min-width: 769px) {
  .course-section .heading-section span {
    font-size: 35px;
    margin-top: -7px;
    text-indent: 0;
  }
}
.course-section .flex .left-section {
  width: 32%;
}
.course-section .flex .left-section p {
  margin-bottom: 22px;
}
.course-section .right-section {
  width: 68%;
  padding-left: 20px;
}
.course-section .right-section > div {
  width: 49%;
  text-align: center;
  padding-top: 3px;
  overflow: hidden;
}
.course-section .right-section > div p {
  font-size: 16px;
  margin-bottom: 0;
}
.course-section .right-section > div h3 {
  font-weight: 500;
  font-size: 22px;
  margin: 7px 0 13px;
  letter-spacing: -1px;
}
.course-section .right-section > div h3 span {
  display: block;
  font-weight: 700;
  font-size: 34px;
  margin-top: -2px;
}
.course-section .right-section > div .price-info {
  background-color: #fff;
  border-top: 1px dashed #ff6464;
  padding: 20px 0;
  line-height: 1;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.course-section .right-section > div .price-info p {
  border: 1px solid #ff6464;
  min-width: 97px;
  height: 58px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  border-radius: 5px;
  padding: 0 11px;
  margin-right: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.course-section .right-section > div .price-info p i {
  font-size: 18px;
}
.course-section .right-section > div .price-info .price {
  font-size: 60px;
  position: relative;
  top: -4px;
}
.course-section .right-section > div .price-info .price .unit {
  font-size: 36px;
  position: relative;
  top: -6px;
  left: 3px;
}
.course-section .right-section > div .price-info .price .unit i {
  font-size: 13px;
  position: absolute;
  top: -7px;
  left: 0;
  right: 0;
}
.course-section .right-section .trial-course .price-info p {
  font-size: 38px;
}
.course-section .right-section .trial-course .price-info p i {
  font-size: 22px;
}

.pink-section {
  background-color: #ff6464;
}

.banner-section {
  text-align: center;
  color: #fff;
}
.banner-section .container {
  padding: 40px 0;
}
.banner-section .container:before {
  content: "";
  position: absolute;
  top: -8px;
  bottom: 0;
  left: 9px;
  width: 50%;
  background-image: url("../img/man.png");
  background-repeat: no-repeat;
  background-position: left top;
}
.banner-section .container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8.5%;
  width: 50%;
  background-image: url("../img/woman.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.banner-section .container .inner {
  position: relative;
  z-index: 9;
}
.banner-section .container h1 {
  font-size: 56px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding-left: 60px;
  letter-spacing: 3px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}
.banner-section .container h1:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -12px;
  top: 0;
  width: 63px;
  height: 63px;
  background-image: url("../img/common/y0.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.banner-section .container h1 span {
  font-size: 40px;
  letter-spacing: -3px;
}
.banner-section .container p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.banner-section .container .btn {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 500;
}

.heading-section-2 {
  text-align: center;
  padding: 58px 0 44px;
  margin: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
}

.converse-section {
  background-color: #f7f2de;
  padding-bottom: 62px;
}
.converse-section .item {
  padding-bottom: 63px;
}
@media (min-width: 769px) {
  .converse-section .item .item_img{
    height: 200px;
    overflow: hidden;
  }
}
.converse-section .item .item-content .style {
  margin-bottom: 7px;
}
.converse-section .item .item-content .style span {
  margin-left: 18px;
  top: 0;
}
.converse-section .item .item-content .text {
  line-height: 26px;
  margin-bottom: 14px;
}
@media (min-width: 769px) {
  .converse-section .btn-center {
    margin-top: 20px;
  }
}
.converse-section .heading-section-2 {
  position: relative;
}
.converse-section .heading-section-2:before {
  content: "";
  width: 70px;
  height: 72px;
  background-image: url("../img/common/sticky.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 55px;
}
.converse-section .heading-section-2:after {
  content: "";
  width: 129px;
  height: 62px;
  background-image: url("../img/common/abc.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -10px;
  top: 65px;
}

.read-more {
  background-color: #fff;
  border: 1px solid #323232;
  color: #323232;
  font-size: 14px;
  padding: 8px 0;
}

.bg-blue {
  background-color: #3fa7d6 !important;
}

.lightbox {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.lightbox .lb-image {
  border-radius: 0;
  border: 0;
  min-width: 300px;
  min-height: 300px;
}
.lightbox .lb-outerContainer {
  border-radius: 0;
  background-color: transparent;
  min-width: 300px;
  min-height: 300px;
}
.lightbox .lb-dataContainer {
  min-width: 300px;
}
.lightbox .lb-dataContainer .lb-details {
  display: none;
}
.lightbox .lb-data .lb-close {
  margin-bottom: 10px;
  opacity: 1;
}

#lightboxOverlay {
  position: fixed !important;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
}

/* font family */
/* ボタン */
/*====================================
	CONTENT
====================================== */
.news-section {
  padding-bottom: 60px;
}
.news-section .heading-section {
  font-size: 36px;
}
.news-section ul {
  margin: 5px 0 40px 0;
}
.news-section ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-top: 1px dashed #ccc;
  padding: 16px 5px 20px;
}
.news-section ul li .post-date {
  font-size: 13px;
  color: #a0a0a0;
  margin: 0 40px 0 0;
  line-height: 1;
  min-width: 103px;
}
.news-section ul li .post-name {
  font-size: 16px;
  color: #323232;
}
.news-section ul li .post-name:hover {
  color: #ff6464;
}
.news-section ul li:last-child {
  border-bottom: 1px dashed #ccc;
}

.search-section {
  padding-bottom: 38px;
}
.search-section .heading-section {
  margin-bottom: 50px;
  font-size: 38px;
}
.search-section .search-form .form-group {
  width: 31%;
  margin-bottom: 10px;
}
.search-section .search-form .form-group .form-btn {
  display: block;
  font-size: 18px;
  padding: 13px 15px;
  background-color: #FFF;
  border: 1px solid #ff6464;
  border-radius: 5px;
}
.search-section .search-form .form-group .form-btn .red {
  color: #ff6464;
}
.search-section .search-form .form-group .form-link {
  padding: 16px 0;
}
@media (min-width: 769px) {
  .search-section .search-form .form-group .form-link {
    display: block !important;
  }
}
.search-section .search-form .form-group .form-link li a {
  position: relative;
  display: block;
  padding: 2px 0 2px 28px;
  font-size: 16px;
  letter-spacing: 1px;
}
.search-section .search-form .form-group .form-link li a:hover {
  color: #ff6464;
}
.search-section .search-form .form-group .form-link li a:before {
  content: "";
  background: url(../img/common/arrow-r.png) no-repeat center center;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  margin-top: -8px;
}

/*====================================
	FOOTER
====================================== */
.footer {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.footer a, .footer p {
  color: #efefef;
}
.footer .footer-top {
  background-color: #2e2e2e;
}
.footer .footer-top .d-flex {
  padding-top: 50px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.footer .footer-top .footer-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer .footer-top .footer-left .footer-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: -5px;
}
.footer .footer-top .footer-left .footer-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 20px;
}
.footer .footer-top .footer-left .footer-btn a {
  font-size: 16px;
  display: block;
  width: 184px;
  padding: 27px 0 23px;
  font-weight: bold;
  text-align: center;
  margin-right: 20px;
  border-radius: 5px;
  background-color: #ff6464;
  line-height: 1 !important;
  box-shadow: 3px 2px 3px #00000063;
}
@media (min-width: 769px) {
  .footer .footer-top .footer-left .footer-btn a span {
    font-size: 18px;
    margin-top: 7px;
    display: block;
  }
}
.footer .footer-top .footer-left .footer-btn a:first-child {
  font-size: 14px;
  padding: 15px 0 12px;
}
.footer .footer-top .footer-right img {
  max-width: 90%;
}
.footer .footer-top .footer-right > a {
  display: block;
  text-align: right;
}
.footer .footer-top .footer-right p {
  display: block;
  margin: 25px 0 33px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  line-height: 28px;
  font-size: 16px;
  padding-left: 28px;
}
.footer .footer-top .footer-right ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.footer .footer-top .footer-right ul.list-social a {
  display: block;
  width: 25px;
  height: 25px;
  margin-left: 20px;
}
.footer .footer-top .footer-right ul.list-social span {
  position: relative;
  color: #fff;
  padding-right: 51px;
  margin-right: 4px;
  letter-spacing: 1px;
}
.footer .footer-top .footer-right ul.list-social span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 28px;
  height: 1px;
  background-color: #FFF;
  z-index: 1;
}
.footer .copyright {
  background-color: #1b1b1b;
}
.footer .copyright p {
  color: #b7b7b7;
  font-size: 13px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.fix-scroll {
  position: fixed;
  top: 50%;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.5s ease opacity;
  transition: 0.5s ease opacity;
  z-index: 9;
  text-align: right;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: hidden;
}
.fix-scroll a {
  display: block;
}
.fix-scroll a#go_top {
  margin-top: 10px;
}

/*====================================
	COMPONENT
====================================== */
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.align-items-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.widget-footer {
  margin-right: 37px;
}
.widget-footer li a {
  display: block;
  padding: 2px 0 4px;
  letter-spacing: -1px;
}

.icon {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.icon.icon-twitter {
  background-image: url(../img/common/icon-twitter.png);
}
.icon.icon-facebook {
  background-image: url(../img/common/icon-facebook.png);
}
.icon.icon-instagram {
  background-image: url(../img/common/icon-instagram.png);
}

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

.ml-auto {
  margin-left: auto;
}

.lh-40 {
  line-height: 40px !important;
}

.bg-white {
  background-color: #FFF !important;
  color: #ff6464 !important;
}

.loopslide ul li {
  margin: 0 10px 0 0;
  padding: 0;
}

/* font family */
/* ボタン */
/* ----------------------------------------
 	Post
 ---------------------------------------- */
.heading-single {
  padding: 12px 0 35px;
}
.heading-single .style {
  margin-bottom: 6px;
}
.heading-single .style span {
  margin-left: 0;
}
.heading-single .single-title {
  margin: 9px 0 5px;
  line-height: 1.4;
}
.heading-single .tags {
  font-size: 16px;
  color: #666;
  margin-bottom: 0;
}

.single-page .content-page {
  padding-bottom: 15px;
}

.single-img {
  position: relative;
  margin-bottom: 46px;
}
.single-img img {
  margin-bottom: 8px;
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .single-img .img {
    margin-bottom: 8px;
    height: 512px;
    overflow: hidden;
    position: relative;
  }
  .single-img .img img {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.single-img .caption {
  color: #666;
  font-size: 14px;
}
.single-img .over-layer {
  position: absolute;
  top: 40px;
  left: 0;
}
.single-img .over-layer > p {
  margin-bottom: 0;
}
.single-img .over-layer span {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
}
.single-img .over-layer .style {
  background-color: #323232;
  font-size: 24px;
  text-transform: uppercase;
  padding: 13px 22px;
  color: #fff;
}
.single-img .over-layer .order {
  font-size: 26px;
  color: #ff8383;
  background-color: #fff;
  padding: 13px 26px 13px 22px;
}

.single-post p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
}

.left-content {
  width: 68.75%;
}

.sidebar-right {
  width: 28%;
}

.single-content .single-post {
  padding-bottom: 30px;
}
.single-content .single-post img {
  margin-top: 19px;
  margin-bottom: 6px;
}
.single-content h2 {
  font-size: 30px;
  line-height: 36px;
  padding-left: 29px;
  position: relative;
  margin: 50px 0 30px;
}
.single-content h2 span {
  display: block;
  color: #ff6464;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 7px;
}
.single-content .single-post h2:first-child {
  margin-top: 0;
}
.single-content h2 br {
  display: none;
}
.single-content h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 3px;
  width: 5px;
  background-color: #ff6464;
}

.widget {
  margin-bottom: 60px;
}

.widget-title {
  border-bottom: 2px solid #ff6464;
  padding-bottom: 23px;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 29px;
  font-weight: normal;
  line-height: 1;
}

.cats-list li {
  margin-bottom: 14px;
  line-height: 1.2;
}

.recent-list li {
  margin-bottom: 30px;
  display: table;
  width: 100%;
}
.recent-list li img {
  float: left;
  margin-right: 19px;
}
.recent-list li .style {
  margin-bottom: 1px;
}
.recent-list li .style span {
  margin-left: 0;
  margin-bottom: 5px;
}
.recent-list li .style span:last-child {
  margin-bottom: 0;
}
.recent-list li .item-content {
  padding-top: 2px;
}
.recent-list li .item-content > span {
  color: #666;
  display: block;
}
.recent-list li .item-content .text {
  display: -webkit-box;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

.recommend-list {
  margin: 0 -1.05%;
}
.recommend-list:after {
  content: "";
  flex: auto;
}
.recommend-list li {
  margin: 0 1.05%;
}

.recommend-list .col-3 {
  width: 31.23%;
}
.recommend-list .style {
  margin-bottom: 2px;
}
.recommend-list .style span {
  margin-left: 0;
}
.recommend-list img {
  margin-bottom: 22px;
  width: 100%;
}
.recommend-list .item-content > span {
  font-size: 16px;
  color: #666;
}
.recommend-list .item-content .text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

/* font family */
/* ボタン */
/* ----------------------------------------
 	school
 ---------------------------------------- */
.img-center {
  display: block;
  margin: 30px auto;
}

.banner-page {
  position: relative;
}
.banner-page img {
  width: 100%;

}
.banner-page .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.banner-page .container h1 {
  color: #fff;
  font-size: 48px;
  margin: 0;
}
.banner-page .container h1 span {
  display: block;
  font-size: 28px;
}

.school-page .content-page {
  font-size: 16px;
  line-height: 30px;
}
.school-page .content-page h2 {
  margin-bottom: 17px;
}
.school-page .content-page .img-center {
  margin: 14px auto 58px;
}

.table-outline {
  border: 1px solid #ff6464;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 40px;
}

.table-list {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 32px;
}
.table-list th {
  background-color: #ff6464;
  color: #fff;
  padding: 8px;
  font-weight: 500;
  border-right: 1px solid #fff;
  font-size: 18px;
}
.table-list th:first-child {
  width: 25%;
}
.table-list th:last-child {
  border-right: 0;
}
.table-list td {
  border-bottom: 1px solid #ff6464;
  padding: 10px 32px 9px;
  letter-spacing: 1px;
  vertical-align: middle;
  border-right: 1px solid #ff6464;
}
.table-list td a {
  color: #ff6464;
}
.table-list td:last-child {
  border-right: 0;
}
.table-list tr:last-child td {
  border-bottom: 0;
}
.table-list tr td:first-child {
  color: #ff6464;
  background-image: url(../img/common/arrow-r.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 47px;
}

.schoolSlider {
  /*display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  margin: 36px 0 30px;
  overflow: hidden;
}
@media (min-width: 1120px) {
  .schoolSlider {
    height: 468px;
  }
}
.schoolSlider .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.schoolSlider .swiper-slide {
  background-size: cover;
  background-position: center;
  align-items: flex-start;
}
.schoolSlider .swiper-slide img {
  width: 100%;
}
.schoolSlider .gallery-top {
  height: 100%;
  width: 67.25%;
  margin: 0;
}
.schoolSlider .gallery-thumbs {
  height: 100%;
  width: 32.75%;
  box-sizing: border-box;
  padding: 0 0 0 10px;
  margin: 0;
}
.schoolSlider .gallery-thumbs .swiper-wrapper {
  display: block;
  transform: none !important;
  margin: 0 -1.375%;
  width: auto;
  height: auto;
}
.schoolSlider .gallery-thumbs .swiper-slide {
  height: auto;
  float: left;
  width: 47.25%;
  margin: 0 1.375% 12px;
  max-height: 108px;
  overflow: hidden;
}
.schoolSlider .gallery-thumbs .swiper-slide img {
  width: 100%;
}
.schoolSlider .gallery-thumbs .swiper-slide:last-child {
  margin-bottom: 0;
}
.schoolSlider .swiper-button-next {
  margin-top: -22px;
  right: 15px;
}
.schoolSlider .swiper-button-prev {
  margin-top: -22px;
  left: 15px;
}
.schoolSlider .swiper-button-white.swiper-button-disabled {
  opacity: 0.5;
}
.flexslider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  border: 0;
}
.flexslider .flex-viewport {
  width: 67.25%;
  overflow: hidden !important;
}
.flexslider .flex-control-nav {
  width: 32.75%;
}
.flex-control-thumbs li {
  width: 47.25%;
  margin: 0 0 12px 2.75%;
}
.flex-control-thumbs {
  margin: 0;
}
.flex-control-thumbs img {
  opacity: 1;
  max-height: 108px;
}
.flex-direction-nav {
  width: 67.25%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); 
}
.flex-direction-nav .flex-prev {
  background-image: url(../img/common/prev.png) !important;
  width: 27px;
  height: 44px;
  text-indent: -9999px;
  text-align: center;
}
.flex-direction-nav .flex-next {
  background-image: url("../img/common/next.png") !important;
  width: 27px;
  height: 44px;
  text-indent: -9999px;
  text-align: center;
}
.flexslider:hover .flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  left: 15px;
}
.flexslider:hover .flex-direction-nav .flex-next {
  right: 15px;
}
.content-page .heading {
  font-size: 40px;
  margin-top: 0;
  border-bottom: 2px solid #ff6464;
  padding-bottom: 14px;
  margin-bottom: 30px;
}
.content-page .heading .icon {
  background-repeat: no-repeat;
  width: 36px;
  height: 39px;
  display: inline-block;
  background-size: contain;
  margin-right: 18px;
  position: relative;
  top: 4px;
}
.content-page .heading .school-icon {
  background-image: url("../img/common/school-icon.png");
}
.content-page h2 {
  margin-bottom: 27px;
}

.school-detail-page p {
  font-size: 16px;
  line-height: 30px;
}

.school-info {
  padding: 22px 0;
}
.school-info h2 {
  font-size: 26px;
  position: relative;
  line-height: 1;
  padding-left: 20px;
  margin-bottom: 33px;
}
.school-info h2:before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #ff6464;
}
.school-info h3 {
  font-size: 18px;
  color: #ff6464;
  border-bottom: 1px solid #ff6464;
  padding-bottom: 15px;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 0;
}
.school-info h3:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 26px;
  background-repeat: no-repeat;
  margin-right: 12px;
  top: 6px;
  position: relative;
}
.school-info .phone h3:before {
  background-image: url("../img/common/phone-ico.png");
}
.school-info .phone p {
  font-size: 24px;
  font-weight: 700;
}
.school-info .address {
  margin-bottom: 30px;
}
.school-info .address h3 {
  margin-bottom: 9px;
}
.school-info .address h3:before {
  background-image: url("../img/common/map-ico.png");
}
.school-info .address p {
  line-height: 24px;
}
.school-info .access {
  clear: both;
}
.school-info .access h3:before {
  background-image: url("../img/common/access-ico.png");
}
.school-info .access p {
  line-height: 28px;
}
.school-info .access p strong {
  display: block;
}
.school-info .access img {
  margin-top: 7px;
  margin-bottom: 28px;
}
.school-info .lesson h3 {
  border-bottom: 0;
  margin-bottom: 0px;
}
.school-info .lesson h3:before {
  background-image: url("../img/common/clock-ico.png");
  width: 26px;
}
.school-info .lesson .lesson-table {
  border-collapse: collapse;
  width: 100%;
}
.school-info .lesson .lesson-table th {
  border-right: 1px solid #ff6464;
  border-bottom: 1px solid #ff6464;
  padding: 5px;
  font-size: 18px;
  background-color: #fff;
}
.school-info .lesson .lesson-table th:nth-last-child(2) {
  color: #3fa7d6;
}
.school-info .lesson .lesson-table th:last-child {
  color: #ff6464;
  border-right: 0;
}
.school-info .lesson .lesson-table th:first-child {
  width: 120px;
}
.school-info .lesson .lesson-table td {
  border-bottom: 1px solid #ff6464;
  padding: 5px;
  line-height: 18px;
}
.school-info .lesson .lesson-table td:last-child {
  border-right: 0;
}
.school-info .lesson .lesson-table tr td {
  font-size: 16px;
  padding: 6px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #ff6464;
}
.school-info .lesson .lesson-table tr td:first-child {
  font-weight: 700;
}
.school-info .lesson .lesson-table tr:nth-child(2) td:first-child {
  background-color: #ffeded;
}
.school-info .lesson .lesson-table tr:last-child td:first-child {
  background-color: #ebf8ff;
}
.school-info .lesson .lesson-table tr:last-child td {
  border-bottom: 0;
}
.school-info p {
  letter-spacing: 1px;
  margin-bottom: 18px;
}
@media (min-width: 769px) {
  .school-info .contact-info {
    width: 48%;
    float: left;
    padding-right: 38px;
  }
  .school-info .lesson {
    width: 52%;
    float: left;
  }
}

#maps {
  margin: 30px 0;
}
#maps .google_map {
  margin-bottom: 40px !important;
}

/* font family */
/* ボタン */
/* ----------------------------------------
 	Price-Plan
 ---------------------------------------- */
.price-plan-page p {
  font-size: 16px;
  line-height: 30px;
}

.fee-plan {
  background-color: #ffefe6;
  padding: 50px 0;
}
.fee-plan .fee-list {
  margin-bottom: 30px;
}
.fee-plan .fee-list li {
  text-align: center;
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid;
  width: 18%;
  min-height: 200px;
  position: relative;
}
.fee-plan .fee-list li.fee-01 {
  background-color: #f59276;
  border-color: #f59276;
}
.fee-plan .fee-list li.fee-02 {
  background-color: #e06363;
  border-color: #e06363;
}
.fee-plan .fee-list li.fee-03 {
  background-color: #a15191;
  border-color: #a15191;
}
.fee-plan .fee-list li.fee-04 {
  background-color: #3fa7d6;
  border-color: #3fa7d6;
}
.fee-plan .fee-list li.fee-05 {
  background-color: #59cd90;
  border-color: #59cd90;
}
.fee-plan .fee-list li span {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 36px;
  font-weight: 700;
  display: block;
  padding: 17px 0;
}
.fee-plan .fee-list li p {
  margin-bottom: 6px;
}
.fee-plan .fee-list li h2 {
  margin: 0;
  line-height: 1;
}
.fee-plan .fee-list li .more {
  background-color: #fff;
  display: block;
  padding: 5px 0;
  background-image: url(../img/common/arrow-d.png);
  background-repeat: no-repeat;
  background-position: 93% center;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.fee-plan .fee-list br {
  display: none;
}
.fee-plan .fee-list img {
  width: auto;
  height: auto;
}
.fee-plan .fee-list .fee-01 {
  width: 29.911%;
}
.fee-plan .fee-list .fee-02 {
  width: 29.911%;
}
.fee-plan .fee-list .fee-03 {
  width: 18.75%;
}
.fee-plan .fee-list .fee-04 {
  width: 18.75%;
}

.icon-desc {
  background-color: #fff;
  padding: 14px 20px;
  min-height: 120px;
  border-radius: 5px;
}
.icon-desc li {
  font-size: 14px;
  line-height: 24px;
}
.icon-desc li:after {
  content: '';
  display: block;
  clear: both;
}
.icon-desc li .plan-icon {
  position: relative;
  top: 5px;
}
.icon-desc li:last-child {
  width: 23%;
}

.plan-icon {
  width: 81px;
  height: 81px;
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.plan-icon.icon-01 {
  background-image: url("../img/common/icon1.png");
}
.plan-icon.icon-02 {
  background-image: url("../img/common/icon2.png");
}
.plan-icon.icon-03 {
  background-image: url("../img/common/icon3.png");
}
.plan-icon.icon-04 {
  background-image: url("../img/common/icon4.png");
}

.school-plan {
  padding: 50px 0;
}
.school-plan h2 {
  font-weight: 500;
  margin: 0;
  font-size: 38px;
  position: relative;
  line-height: 1.07;
  padding-left: 25px;
  margin-bottom: 30px;
}
.school-plan h2:before {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
}
.school-plan h2 span {
  margin-left: 13px;
}
.school-plan h2.color-01:before {
  background-color: #f59276;
}
.school-plan h2.color-01 span {
  color: #f59276;
}
.school-plan h2.color-02:before {
  background-color: #ff6464;
}
.school-plan h2.color-02 span {
  color: #ff6464;
}
.school-plan h2.color-03:before {
  background-color: #a15191;
}
.school-plan h2.color-03 span {
  color: #a15191;
}
.school-plan h2.color-04:before {
  background-color: #3fa7d6;
}
.school-plan h2.color-04 span {
  color: #3fa7d6;
}
.school-plan h2.color-05:before {
  background-color: #59cd90;
}
.school-plan h2.color-05 span {
  color: #59cd90;
}
.school-plan h2 .note {
  font-size: 18px;
  line-height: 1;
  display: block;
  padding-left: 5px;
}
.school-plan h2 .note strong {
  display: inline-block;
  position: relative;
  margin-bottom: 7px;
}
.school-plan h2 .note strong:after {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 10px;
  background-color: #fff95d;
  left: -5px;
  right: 0;
  z-index: -1;
}
.school-plan .flex {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.school-plan .right {
  margin-left: auto;
  margin-top: 10px;
  text-align: right;
}
.school-plan .right span {
  display: block;
  text-align: left;
  margin-top: 2px;
}
.school-plan .right img {
  height: auto;
}
.school-plan .icons {
  margin: 33px 0;
}

.flow-section {
  background-color: #f7f2de;
  padding: 38px;
}
.flow-section h2 {
  text-align: center;
  font-weight: 500;
  font-size: 38px;
  margin: 0 0 30px;
}
.flow-section .step {
  border: 2px solid #ff6464;
  margin-bottom: 43px;
  background-color: #fff;
  border-radius: 6px;
  position: relative;
  padding: 25px 15px 15px 170px;
}
.flow-section .step:after {
  content: '';
  display: block;
  clear: both;
}
.flow-section .step h3 {
  font-size: 28px;
  font-weight: 500;
  color: #ff6464;
  margin-top: 0;
  margin-bottom: 10px;
}
.flow-section .step h3 span {
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #ff6464;
  border-radius: 5px;
  padding: 2px 24px;
  margin-right: 16px;
  text-transform: uppercase;
  position: relative;
  top: -2px;
}
.flow-section .step p {
  line-height: 28px;
  margin-bottom: 0;
}
.flow-section .step:after {
  content: "";
  position: absolute;
  bottom: -35px;
  border-width: 25px 44px 0 44px;
  border-top-color: #ff6464;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom: 0;
  border-style: solid;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow-section .step .step-icon {
  width: 170px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.flow-section .step.step1 .step-icon {
  background-image: url("../img/common/step1-ico.png");
}
.flow-section .step.step2 .step-icon {
  background-image: url("../img/common/step2-ico.png");
}
.flow-section .step.step3:after {
  content: none;
}
.flow-section .step.step3 .step-icon {
  background-image: url("../img/common/step3-ico.png");
}
.flow-section .step.step4 .step-icon {
  background-image: url("../img/common/step4-ico.png");
}
.flow-section .step.step4:before {
  content: "";
  position: absolute;
  top: -35px;
  border-width: 25px 44px 0 44px;
  border-top-color: #ff6464;
  border-left-color: transparent;
  border-right-color: transparent;
  border-style: solid;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flow-section .step.step5 .step-icon {
  background-image: url("../img/common/step5-ico.png");
}
.flow-section .step.step5:after {
  content: none;
}
.flow-section .step.special-step .step-icon {
  background-image: url("../img/common/book-ico.png");
}
.flow-section .special-step {
  border: 2px solid #3fa7d6;
  background-color: #f2fbff;
}
.flow-section .special-step h3 {
  color: #3fa7d6;
}
.flow-section .special-step:after {
  bottom: auto;
  top: -35px;
  border-top-color: #3fa7d6;
}
.flow-section .special-step:before {
  content: "";
  position: absolute;
  left: -35px;
  border-width: 44px 25px 44px 0;
  border-right-color: #3fa7d6;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-style: solid;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.trial-page .fix-scroll a:first-child {
  display: none;
}
.trial-page .adv-sp {
  display: none;
}
/* font family */
/* ボタン */
/* ----------------------------------------
 	Contact Form
 ---------------------------------------- */
.contact-page .content-page {
  padding-top: 32px;
}
.contact-page .content-page p {
  font-size: 16px;
  line-height: 28px;
}
.contact-page .note {
  border: 1px solid #808080;
  border-radius: 6px;
  margin: 28px 0 23px;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
}
.contact-page .note:after {
  content: '';
  display: block;
  clear: both;
}
.contact-page .note p {
  margin-bottom: 0;
}
.contact-page .note .note-lbl {
  width: 170px;
  background-color: #808080;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-right: 25px;
  position: relative;
}
.contact-page .note .note-lbl .note-icon {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-image: url("../img/common/note.png");
  background-repeat: no-repeat;
  margin-right: 7px;
  position: relative;
  top: 6px;
}
.contact-page .note .note-lbl span {
  line-height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact-page .note .note-text {
  padding: 13px 0 17px;
  line-height: 26px;
}

.contact-section {
  padding: 60px 0;
}
.contact-section p {
  font-size: 16px;
  line-height: 28px;
}
.contact-section h2 {
  font-size: 38px;
  margin: 0 0 30px;
  line-height: 1.2;
  font-weight: 500;
}

.contact-form {
  margin: 50px 0;
  background-color: #fff;
  padding: 53px 130px 50px;
}
.contact-form .wpcf7-textarea {
  border: 1px solid #ccc;
  width: 100%;
}
.contact-form .input-text {
  height: 45px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding-left: 15px;
}
.contact-form .form-row {
  margin-bottom: 19px;
}
.contact-form .form-row:after {
  content: '';
  display: block;
  clear: both;
}
.contact-form .form-row > label {
  display: block;
  float: left;
  width: 37%;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
}
.contact-form .form-row > label .required {
  color: #ff6464;
  border: 1px solid #ff6464;
  border-radius: 3px;
  font-size: 14px;
  background-color: #fff;
  padding: 1px 9px;
  margin-left: 12px;
  font-weight: normal;
}
.contact-form .form-row > div {
  width: 63%;
  float: left;
}
.contact-form .form-row .input-group {
  width: 59%;
}
.contact-form .form-row .input-group .wpcf7-form-control-wrap {
  width: 48.215%;
}
.contact-form .form-row .input-row {
  width: 59%;
}
.contact-form .form-row .input-row .wpcf7-form-control-wrap {
  width: 100%;
}
.contact-form .form-row .select-group .s-select {
  width: 88px;
}
.contact-form .form-row .select-group .m-select {
  width: 148px;
}
.contact-form .form-row .select-group .l-select {
  width: 245px;
  background-position: 95% center;
}
.contact-form .form-row .select-group .select {
  margin-right: 6px;
}
.contact-form .form-row .select-group > label {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
}
.contact-form .form-row .form-group .select-group .select {
  margin-bottom: 10px;
}
.contact-form .select {
  border-radius: 3px;
  height: 45px;
  border: 1px solid #ccc;
}
.contact-form .submit-btn {
  display: block;
  width: 250px;
  border: 0;
  font-size: 16px;
  color: #fff;
  padding: 10px;
  font-weight: 700;
  border-radius: 25px;
  line-height: 1;
  height: 50px;
  margin: 25px auto 0;
  background-color: #525252;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF525252', endColorstr='#FF6B6B6B');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyNTI1MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZiNmI2YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #525252), color-stop(100%, #6b6b6b));
  background-image: -moz-linear-gradient(left, #525252 0%, #6b6b6b 100%);
  background-image: -webkit-linear-gradient(left, #525252 0%, #6b6b6b 100%);
  background-image: linear-gradient(to right, #525252 0%, #6b6b6b 100%);
  outline: none;
}
.contact-form span.wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #ff6464;
}
.contact-form > p {
  margin-bottom: 0;
}

div.wpcf7 .ajax-loader {
  display: block;
  margin: 30px auto 0;
}

.school-tell h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 26px;
}
.school-tell .tell-number {
  font-size: 24px;
  font-weight: 500;
  color: #323232;
}
.school-tell .tell-number .tell-icon {
  display: inline-block;
  background-image: url("../img/common/tell-ico.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 13px;
  position: relative;
}
.school-tell .table-outline {
  margin-bottom: 20px;
}
.school-tell .table-list {
  background-color: #fff;
}
.school-tell .table-list th:last-child {
  width: 23.5%;
}
.school-tell .table-list td {
  padding: 8px 10px 6px 22px;
}

/* font family */
/* ボタン */
/* ----------------------------------------
 	About page
 ---------------------------------------- */
.about-page .banner-page {
  position: relative;
}
.about-page .banner-page h1 {
  font-size: 54px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.about-page .banner-page p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.about-page .banner-page .scroll-down {
  text-indent: -9999px;
  background-image: url("../img/common/arrow-scroll.png");
  background-repeat: no-repeat;
  width: 48px;
  height: 31px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about-section .col-2 {
  width: 49%;
}
.about-section .top-section {
  padding: 85px 0;
  height: 600px;
  position: relative;
}
.about-section .top-section:before, .about-section .top-section:after {
  position: absolute;
  bottom: 0;
  width: 50%;
  box-sizing: border-box;
}
.about-section .top-section:before {
  right: 50%;
  border-bottom: 30px solid #fff;
  border-right: 30px solid transparent;
}
.about-section .top-section:after {
  left: 50%;
  border-bottom: 30px solid #fff;
  border-left: 30px solid transparent;
}
.about-section h1 {
  font-size: 40px;
  line-height: 1.45;
  font-weight: 500;
  margin-top: 0;
  padding-top: 40px;
  letter-spacing: -1px;
  margin-bottom: 23px;
}
.about-section p {
  font-size: 16px;
  line-height: 30px;
}
.about-section .left-section {
  margin-right: auto;
  padding-right: 40px;
}
.about-section .right-section {
  margin-left: auto;
}
.about-section .center-section {
  text-align: center;
}
.about-section #one_to_one {
  background-image: url("../img/about1.jpg");
  background-color: #fff;
  background-position: right top;
  background-repeat: no-repeat;
}
.about-section #one_to_one .left-section {
		    background-color: rgba(255, 255, 255, 0.9);
  padding-bottom: 12px;
}

@media (max-width: 768px) {
.about-section #one_to_one .left-section {
background-color:rgba(255,255,255,0.5);
  padding-bottom: 12px;
}
}


.about-section #price {
  background-image: url("../img/about2.png");
  background-color: #aeaeae;
  background-position: left top;
  background-repeat: no-repeat;
  color: #fff;
  height: 630px;
}

@media (max-width: 768px) {
  .about-section #price {
  background-image: url("../img/about2-sp.png");
  background-color: #aeaeae;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  height: 630px;
}
  }




.about-section #price:before, .about-section #price:after {
  content: '';
}
.about-section #price .col-2 {
  margin-right: -43px;
}
.about-section #price h1 {
  text-indent: -22px;
  letter-spacing: -2px;
}
.about-section .graph-section {
  padding: 7px 0 32px;
}
.about-section .graph-section h2 {
  font-size: 36px;
  margin-bottom: 8px;
}
.about-section .graph-section p {
  margin-bottom: 0;
}
.about-section .graph-section img {
  margin-top: 23px;
}
.about-section .graph-section .wp-caption {
  margin: 0 auto;
}
.about-section .graph-section .wp-caption .wp-caption-text {
  text-align: left;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
}
.about-section .price-detail {
  margin-bottom: 30px;
}
.about-section .price-detail li {
  width: 48.25%;
}
.about-section .price-detail li h4 {
  border: 1px solid;
  font-size: 18px;
  padding: 10px 20px 11px;
  border-radius: 5px;
  margin-bottom: 12px;
}
.about-section .price-detail li.price-01 h4 {
  color: #ff6363;
  border-color: #ff6363;
}
.about-section .price-detail li.price-02 h4 {
  color: #ffb445;
  border-color: #ffb445;
}
.about-section .price-detail li.price-03 h4 {
  color: #00ce8e;
  border-color: #00ce8e;
}
.about-section .price-detail li.price-04 h4 {
  color: #00a9d9;
  border-color: #00a9d9;
}
.about-section .price-detail li.price-05 h4 {
  color: #9e6ba6;
  border-color: #9e6ba6;
}
.about-section .price-detail li.price-06 h4 {
  color: #878787;
  border-color: #878787;
}
.about-section #lecturer {
  background-image: url("../img/about3.png");
  background-color: #a69a8b;
  background-position: left top;
  background-repeat: no-repeat;
  height: 630px;
}

@media (max-width: 768px) {
.about-section #lecturer {
  background-image: url("../img/about3.png");
  background-color: #a69a8b;
  background-position: center top;
  background-repeat: no-repeat;
  height: 630px;
}
}


.about-section #lecturer:before, .about-section #lecturer:after {
  content: '';
  border-bottom-color: #f3f1ef;
}
.about-section #lecturer .col-2 {
  width: 45%;
}
.about-section #lecturer .right-section {
  color: #fff;
}
.about-section #lecturer .right-section h1 {
  padding-top: 18px;
  margin-bottom: 30px;
}
.about-section .lecturer-list {
  margin: 0 -3.75%;
}
.about-section .lecturer-list .col-4 {
  width: 17.5%;
  margin: 0 3.75% 22px;
}
.about-section .lecturer-list .col-4 .img {
  margin-bottom: 8px;
}
.about-section .lecturer-list .col-4 p {
  margin-bottom: 0;
}
.about-section .lecturer-list .col-4:last-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.about-section .lecturer-list .col-4:last-child a {
  font-weight: 700;
  font-size: 30px;
  display: block;
  width: 100%;
}
.about-section #style {
  background-image: url("../img/about4.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 615px;
}
.about-section #style:before, .about-section #style:after {
  content: '';
  border-bottom-color: #f8f8f8;
}
.about-section #style .center-section {
  color: #fff;
}
.about-section .style-list {
  margin-top: 30px;
  margin-bottom: 40px;
}
.about-section #system {
  background-image: url("../img/about5.png");
  background-position: left top;
  background-repeat: no-repeat;
}
.about-section #system .col-2 {
  width: 45%;
}
.about-section #system h1 {
  padding-top: 57px;
  font-size: 36px;
  margin-bottom: 30px;
}
.about-section #feedback {
  background-image: url("../img/about6.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 630px;
  padding-top: 33px;
}

@media (max-width: 768px) {
.about-section #feedback {
  background-image: url("../img/about6.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 630px;
  padding-top: 33px;
}
}



	

.about-section #feedback:before, .about-section #feedback:after {
  content: '';
  border-bottom-color: #f8f8f8;
}
.about-section #feedback .left-section {
  color: #fff;
}

.lecturer-section {
  background-color: #f3f1ef;
  padding: 30px 0;
  overflow: hidden;
}

.lecturer-list:after {
  content: "";
  flex: auto;
}
.lecturer-list li {
  text-align: center;
}
.lecturer-list li .img img {
  border-radius: 50%;
}

.feedback-section {
  padding: 52px 0 60px;
}
.feedback-section .container > p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.feedback-section .container > h2 {
  font-size: 46px;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 20px;
}
.feedback-section .level-feedback .select-level {
  height: 48px;
  width: 345px;
  border-color: #ff6464;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
  background-position: 96% center;
  margin-bottom: 30px;
  outline: none;
}
.feedback-section .level-feedback .num-feedback {
  margin: 17px 0 16px;
  color: #e06464;
  font-size: 24px;
  font-weight: 700;
}
.feedback-section .feedback-chart {
  height: 580px;
  width: 100%;
  margin-bottom: 35px;
}
.feedback-section .feedback-chart.show {
  opacity: 0;
}
.feedback-section .feedback-chart #chartContainer {
  width: 100%;
  height: 100%;
}
.feedback-section .canvasjs-chart-credit {
  display: none;
}
.feedback-section .feedback-body .list-feedback-container {
  display: flex;
  padding: 45px 35px;
  background-color: #FFF;
}
.feedback-section .feedback-body .list-feedback-container .list-feedback {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  width: 100%;
}
.feedback-section .feedback-body .list-feedback-container .list-feedback li {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.feedback-section .feedback-body .list-feedback-container .list-feedback li .icon-person {
  background: url(../img/common/icon-person.png) center center no-repeat;
  width: 50px;
  height: 54px;
  margin-right: 27px;
}
.feedback-section .feedback-body .list-feedback-container .list-feedback li .content-feedback {
  margin-bottom: 0;
  padding: 16px 20px;
  border-radius: 8px;
  border: 1px solid #ccc;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  position: relative;
}
.feedback-section .feedback-body .list-feedback-container .list-feedback li .content-feedback:after, .feedback-section .feedback-body .list-feedback-container .list-feedback li .content-feedback:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.feedback-section .feedback-body .list-feedback-container .list-feedback li .content-feedback:after {
  border-right-color: #fff;
  border-top-width: 9px;
  border-bottom-width: 9px;
  border-right-width: 14px;
  margin-top: -9px;
}
.feedback-section .feedback-body .list-feedback-container .list-feedback li .content-feedback:before {
  border-right-color: #ccc;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-right-width: 15px;
  margin-top: -10px;
}
.feedback-section .loading {
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #f8f8f8;
  text-align: center;
}
.feedback-section .loading::after {
  content: "";
  background: url(../img/common/loading.gif) no-repeat center center;
  width: 30px;
  height: 30px;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  z-index: 1;
}

.fix-line {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 60px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.container-scroll {
  position: fixed;
  left: 60px;
  top: 50%;
  margin-top: -147px;
  z-index: 11;
}
.container-scroll ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  width: 100%;
}
.container-scroll ul li a {
  position: relative;
  display: block;
  background-color: #fff;
  color: #e06464;
  border: 1px solid #e06464;
  border-left: 0;
  margin-bottom: 1px;
  font-size: 14px;
  text-align: center;
  padding: 12px 5px;
  width: 105px;
  font-weight: 500;
}
.container-scroll ul li a.active, .container-scroll ul li a:hover {
  color: #FFF;
  background-color: #e06464;
}
.container-scroll ul li a.active::before, .container-scroll ul li a:hover::before {
  background-color: #e06464;
}
.container-scroll ul li a::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #FFF;
  border-radius: 50%;
  position: absolute;
  left: -35px;
  top: 50%;
  margin-top: -5px;
}


/* ----------------------------------------
  Faq page
 ---------------------------------------- */
.faq .container{
  margin: 50px auto;
}

.faq .container h3 {
    border-bottom: solid 1px #ff6464;
    padding-bottom: 10px;
}

.faq .container p{
  margin-top: 20px;
}

.faq .container dl {
  margin: 0 0 30px;
}

.faq .container dt {
  margin: 0 0 20px;
  padding: 10px 50px;
  background:
   url(../img/faq_arrow_b.png) right center no-repeat,
   url(../img/faq_icon_q.png) left center no-repeat;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.38;
  cursor: pointer;
  color: #534741;
}

.faq .container dt.on {
  background-image: url(../img/faq_arrow_t.png),url(../img/faq_icon_q.png);
}

.faq .container dd {
  display: none;
  background: url(../img/faq_icon_a.png) left top no-repeat;
  margin: 0 0 30px;
  padding: 5px 50px;
  line-height: 1.83;
}

.faq .container .last {
  margin-bottom: 0;
}

/* ----------------------------------------
  Company page
 ---------------------------------------- */
.company .container{
  margin: 50px auto;
}

.company .container h3 {
  color: #ff6464;
}
.company .container h4{
  margin-bottom: 20px;
}
.company .container .name{
  text-align: right;
}
.company table{
  width: 100%;
  border-collapse: collapse;
}
.company table tr{
  border-bottom: solid 1px #b3b3b3;
}
.company table tr.last{
  border: none;
}
.company table tr th{
  text-align: left;
  font-weight: normal;
  padding: 20px;
  width: 25%;
}
.company table tr td{
  padding: 20px;
}
.company .message,
.company .about,
.company .history{
  margin-bottom: 50px;
}




/* ----------------------------------------
  Regular page
 ---------------------------------------- */
.reg .container{
	width:940px;
  margin: 50px auto;
}

@media (min-width: 769px) {
.reg .container {
  margin: 50px auto;
	}}



.reg .container h3 {
  color: #ff6464;
}
.reg .container h4{
  margin-bottom: 20px;
}
.reg .container .name{
  text-align: right;
}
.reg table{
  width: 100%;
  border-collapse: collapse;
}
.reg table tr{
  border-bottom: solid 1px #b3b3b3;
}
.reg table tr.last{
  border: none;
}
.reg table tr th{
  text-align: left;
  font-weight: normal;
  padding: 20px;
  width: 25%;
}
.reg table tr td{
  padding: 20px;
}
.reg .message,
.reg .about,
.reg .history{
  margin-bottom: 50px;
}




/* ----------------------------------------
  Privacy page
 ---------------------------------------- */
.privacy .container {
  margin: 50px auto;
}
.privacy .container h3 {
  color: #ff6464;
}
.privacy .container ul li a{
  color: #0921EA;
}




    .feedback-section .fb-title{color:#ff6464; font-size:52px; font-weight:bold; text-align:center;opacity:0;}
@media (max-width: 768px) {
    .feedback-section .fb-title {
	color:#ff6464; font-size:25px; font-weight:bold; text-align:center;opacity:0;
	}
}



/* .feedback-chart {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.feedback-chart.zoomIn {
  animation-name: zoomIn;
  opacity: 1;
} */
/*# sourceMappingURL=common.css.map */

.contact-teaching{text-align:right;margin-top:20px;font-size:1.3em;}
.contact-teaching a{color:#ff6464;text-decoration:underline;}
