@charset "UTF-8";
/*
    Theme Name: Project_Name
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address, em, img, small, strong, b, i,
dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, canvas, footer,
header, menu, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, footer, header, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

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

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

em, b {
  font-style: normal; }

img {
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

input, select {
  vertical-align: middle; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html,
body {
  width: 100%;
  height: 100%;
  font-size: 10px; }

body {
  position: relative;
  height: 100%;
  font-family: YakuHanJP, "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFFFFF; }
  @media screen and (max-width: 767px) {
    body {
      -webkit-text-size-adjust: 100%; } }

a {
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

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

input, button, textarea, select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none; }

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

.base-bg {
  z-index: 0;
  position: relative;
  background-size: unset;
  background-repeat: unset;
  background-position: unset;
  background-image: none;
  background-attachment: unset; }
  .base-bg:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, -1px);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .base-bg.--styledesign:before {
    background-image: url(assets/img/styledesign/hero-bg.jpg); }
  .base-bg.--dance:before {
    background-image: url(assets/img/dance/hero-bg.jpg); }
  .base-bg.--rental:before {
    background-image: url(assets/img/rental/hero-bg.jpg); }
  .base-bg.--onlinelesson:before {
    background-image: url(assets/img/onlinelesson/hero.jpg); }
  .base-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }

.base-content {
  position: relative;
  background-color: #FFFFFF; }

.base-link {
  color: #607d8b;
  text-decoration: underline;
  transition: .3s; }
  .base-link:hover {
    color: #34515e; }

.st-header__logo {
  z-index: 9998;
  position: absolute;
  top: 40px;
  left: 50px; }
  @media screen and (max-width: 767px) {
    .st-header__logo {
      top: 30px;
      left: 25px; } }
  .st-header__logo img {
    width: auto;
    height: 44px; }
    @media screen and (max-width: 767px) {
      .st-header__logo img {
        height: 32px; } }

.st-header__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9998;
  position: fixed;
  top: 10px;
  right: 20px;
  width: 90px;
  height: 90px;
  margin: auto;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .st-header__toggle {
      top: 0;
      right: 0; } }
  .st-header__toggle span:before, .st-header__toggle span:after {
    content: '';
    display: block;
    width: 28px;
    height: 2px;
    background-color: #EEEEEE;
    transition: .3s; }
  .st-header__toggle span:after {
    margin-top: 9px; }
  .st-header__toggle.--open span:before, .st-header__toggle.--open span:after {
    background-color: #000000; }
  .st-header__toggle.--open span:before {
    transform: rotate(45deg); }
  .st-header__toggle.--open span:after {
    margin-top: -2px;
    transform: rotate(-45deg); }

.st-footer {
  position: relative;
  width: 100%;
  padding: 20px 0 0;
  background-color: #FFFFFF; }

.st-footer__top a {
  display: block;
  text-align: center;
  transition: .3s; }
  .st-footer__top a:hover {
    transform: translateY(-4px); }
  .st-footer__top a i {
    font-size: 2.4rem;
    color: #9E9E9E; }

.st-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  padding: 0 40px;
  background-color: #F5F5F5; }
  @media screen and (max-width: 767px) {
    .st-footer__bottom {
      flex-direction: column; } }
  .st-footer__bottom .m-wrap {
    padding: 28px 0 30px; }
    .st-footer__bottom .m-wrap .a-title {
      margin-left: 12px;
      font-family: "Oswald";
      font-size: 1rem;
      letter-spacing: .2rem;
      color: #9E9E9E; }
      @media screen and (max-width: 767px) {
        .st-footer__bottom .m-wrap .a-title {
          margin-left: 0;
          text-align: center; } }

.st-footer__sns {
  display: flex;
  justify-content: center;
  margin-top: 8px; }
  .st-footer__sns li {
    margin: 0 12px; }
  .st-footer__sns i {
    color: #607d8b;
    font-size: 2rem;
    transition: .3s; }
    .st-footer__sns i:hover {
      color: #34515e; }
    .st-footer__sns i.fa-facebook-f {
      position: relative;
      top: -1px;
      font-size: 1.9rem; }

.st-footer__copy {
  font-family: "Oswald";
  font-size: 1.2rem;
  letter-spacing: .1rem;
  color: #9E9E9E; }
  @media screen and (max-width: 767px) {
    .st-footer__copy {
      padding: 24px 0; } }

.st-menu {
  visibility: hidden;
  opacity: 0;
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  transition: .3s; }
  .st-menu.--open {
    visibility: visible;
    opacity: 1; }

.st-menu__nav {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%; }
  .st-menu__nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    top: -40px; }
    @media screen and (max-width: 767px) {
      .st-menu__nav ul {
        top: -20px;
        padding: 0 10px; } }
    .st-menu__nav ul li {
      margin: 20px 60px; }
      @media screen and (max-width: 767px) {
        .st-menu__nav ul li {
          margin: 10px 15px; } }
      .st-menu__nav ul li a {
        font-family: "Oswald";
        font-size: 7rem;
        line-height: 1.4;
        font-weight: 500;
        color: #E0E0E0;
        transition: .3s; }
        .st-menu__nav ul li a:hover {
          color: #000000; }
        @media screen and (max-width: 767px) {
          .st-menu__nav ul li a {
            font-size: 2.6rem;
            line-height: 1.2; } }

.st-menu__sns {
  position: fixed;
  bottom: 60px;
  left: 60px; }
  @media screen and (max-width: 767px) {
    .st-menu__sns {
      bottom: 36px;
      left: 25px; } }
  .st-menu__sns ul {
    display: flex; }
    .st-menu__sns ul li {
      margin-right: 25px; }
      .st-menu__sns ul li a {
        color: #E0E0E0;
        font-size: 2rem;
        transition: .3s; }
        .st-menu__sns ul li a:hover {
          color: #000000; }

.st-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-height: 800px; }
  @media screen and (min-width: 1281px) {
    .st-hero {
      max-height: 100vh; } }

.st-hero__video {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .st-hero__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }

.st-hero__back {
  position: absolute;
  top: 24px;
  left: 24px; }
  .st-hero__back .sw-button {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }
  .st-hero__back i {
    position: relative;
    left: -24px; }
  .st-hero__back:hover span {
    text-shadow: none; }
  .st-hero__back span {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.6); }

.st-hero__wrap {
  position: relative;
  top: -20px;
  width: 100%; }

.st-hero__heading {
  z-index: 1;
  position: relative;
  margin-top: -40px;
  font-family: "Oswald";
  font-size: 8rem;
  font-weight: 500;
  letter-spacing: .9rem;
  line-height: 1.4;
  color: #FFFFFF;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .st-hero__heading {
      text-align: left;
      font-size: 4.2rem;
      letter-spacing: 0.5rem;
      padding: 0 25px; }
      .st-hero__heading.--front {
        font-size: 16vw;
        margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .st-hero__heading.--subpage {
      text-align: center; } }

.st-hero__arrow {
  z-index: 1;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  text-align: center; }
  .st-hero__arrow i {
    font-size: 2rem;
    color: #FFFFFF; }

.st-instructor {
  position: relative;
  width: 100%;
  padding: 60px 0 80px; }

.st-instructor__heading {
  text-align: center;
  font-family: "Oswald";
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .3rem; }

.st-instructor__units {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 880px;
  padding: 0 20px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .st-instructor__units {
      padding: 0 15px; } }

.st-instructor__unit {
  width: calc(100% / 4 - 40px);
  margin: 60px 20px 0; }
  @media screen and (max-width: 767px) {
    .st-instructor__unit {
      width: calc(100% / 2 - 20px);
      margin: 40px 10px 0; } }
  .st-instructor__unit .a-img {
    width: 100%;
    height: auto; }
  .st-instructor__unit .a-name {
    margin-top: 12px;
    text-align: center;
    font-family: "Oswald";
    font-size: 1.6rem;
    letter-spacing: .1rem; }
  .st-instructor__unit .m-sns {
    display: flex;
    justify-content: center;
    margin-top: 4px; }
    .st-instructor__unit .m-sns li {
      margin: 0 6px; }
    .st-instructor__unit .m-sns i {
      color: #607d8b;
      font-size: 1.6rem;
      transition: .3s; }
      .st-instructor__unit .m-sns i:hover {
        color: #34515e; }
      .st-instructor__unit .m-sns i.fa-facebook-f {
        position: relative;
        top: -1px;
        font-size: 1.5rem; }

.st-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 0;
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 600px; }
  .st-contact:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }

.st-contact__heading {
  position: relative;
  text-align: center;
  font-family: "Oswald";
  font-size: 1.8rem;
  letter-spacing: .3rem;
  color: #FFFFFF; }

.st-contact__copy {
  margin: 20px auto 52px;
  font-size: 4.4rem;
  font-weight: bold;
  letter-spacing: .2rem;
  line-height: 1;
  color: #FFFFFF;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.4); }
  @media screen and (max-width: 767px) {
    .st-contact__copy {
      font-size: 3rem;
      letter-spacing: 0.1rem;
      line-height: 1.4;
      text-align: center; } }
  .st-contact__copy br {
    display: none; }
    @media screen and (max-width: 767px) {
      .st-contact__copy br {
        display: block; } }
  .st-contact__copy.--rentalstudio {
    line-height: 1.6; }
    @media screen and (max-width: 767px) {
      .st-contact__copy.--rentalstudio {
        padding: 0 25px; } }
    .st-contact__copy.--rentalstudio br {
      display: block; }
      @media screen and (max-width: 767px) {
        .st-contact__copy.--rentalstudio br {
          display: none; } }

.st-contact__button .sw-button {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3); }
  .st-contact__button .sw-button:hover span {
    text-shadow: none; }
  @media screen and (max-width: 767px) {
    .st-contact__button .sw-button {
      font-size: 1.5rem; } }
  .st-contact__button .sw-button span {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.6); }

.st-outline {
  width: 100%;
  padding: 120px 0; }
  @media screen and (max-width: 767px) {
    .st-outline {
      padding: 60px 20px; } }
  .st-outline .a-heading {
    text-align: center;
    font-family: "Oswald";
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: .3rem; }
  .st-outline .a-text {
    margin-top: 40px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.4; }
    @media screen and (max-width: 767px) {
      .st-outline .a-text {
        margin-top: 30px;
        text-align: justify;
        text-justify: inter-ideograph; }
        .st-outline .a-text br {
          display: none; } }

.st-course {
  position: relative;
  width: 100%; }

.st-course__unit {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 800px;
  padding: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (max-width: 767px) {
    .st-course__unit {
      padding: 20px; } }
  .st-course__unit:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); }
  .st-course__unit .m-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    border: solid 1px #FFFFFF; }
    @media screen and (max-width: 767px) {
      .st-course__unit .m-wrap {
        padding: 20px; } }
    .st-course__unit .m-wrap .a-heading {
      position: relative;
      margin-bottom: 30px;
      padding-bottom: 65px;
      font-family: "Oswald";
      font-size: 2.6rem;
      font-weight: 500;
      letter-spacing: .3rem;
      color: #FFFFFF; }
      .st-course__unit .m-wrap .a-heading:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 2px;
        height: 40px;
        margin: auto;
        background-color: #FFFFFF; }
    .st-course__unit .m-wrap .a-text {
      display: block;
      max-width: 400px;
      font-size: 1.6rem;
      color: #FFFFFF;
      line-height: 2.4;
      text-align: justify;
      text-justify: inter-ideograph; }

.st-feature {
  width: 100%;
  padding: 0 0 120px; }
  @media screen and (max-width: 767px) {
    .st-feature {
      padding: 40px 20px; } }
  .st-feature .a-heading {
    text-align: center;
    font-family: "Oswald";
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: .3rem; }

.st-feature__units {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: 60px auto 0; }
  @media screen and (max-width: 767px) {
    .st-feature__units {
      flex-direction: column;
      padding: 0 25px; } }

.st-feature__unit {
  width: calc(100% / 3 - 60px); }
  @media screen and (max-width: 767px) {
    .st-feature__unit {
      width: 100%;
      margin-top: 60px; }
      .st-feature__unit:first-of-type {
        margin-top: 0; } }
  .st-feature__unit img {
    width: 100%; }
  .st-feature__unit h3 {
    margin-top: 24px;
    font-size: 1.8rem;
    text-align: center; }
  .st-feature__unit p {
    margin-top: 12px; }

.st-fee {
  width: 100%;
  padding: 0 0 120px; }
  @media screen and (max-width: 767px) {
    .st-fee {
      padding: 40px 20px; } }
  .st-fee .a-heading {
    text-align: center;
    font-family: "Oswald";
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: .3rem; }

.st-fee__table {
  width: 100%;
  max-width: 1100px;
  margin: 60px auto 0;
  border: 1px solid #E0E0E0; }
  .st-fee__table.--col_2 th, .st-fee__table.--col_2 td {
    width: calc(100% / 2); }
  .st-fee__table.--col_3 th, .st-fee__table.--col_3 td {
    width: calc(100% / 3); }
  .st-fee__table th, .st-fee__table td {
    padding: 20px;
    border-right: 1px solid #E0E0E0; }
    .st-fee__table th:last-child, .st-fee__table td:last-child {
      border-right: none; }
  .st-fee__table td {
    border-top: 1px solid #E0E0E0;
    text-align: center; }

.st-fee__text {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  text-align: right;
  font-size: 1.2rem;
  margin-top: 4px;
  color: #757575; }

.st-admission {
  width: 100%;
  padding: 0 0 120px; }
  @media screen and (max-width: 767px) {
    .st-admission {
      padding: 40px 20px 80px; } }
  .st-admission .a-heading {
    text-align: center;
    font-family: "Oswald";
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: .3rem; }

.st-admission__units {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: 60px auto 0; }
  @media screen and (max-width: 767px) {
    .st-admission__units {
      flex-direction: column;
      padding: 0 25px; } }

.st-admission__unit {
  width: calc(100% / 3 - 60px); }
  @media screen and (max-width: 767px) {
    .st-admission__unit {
      width: 100%;
      margin-top: 60px; }
      .st-admission__unit:first-of-type {
        margin-top: 0; } }
  .st-admission__unit img {
    width: 100%; }
  .st-admission__unit h3 {
    margin-top: 24px;
    font-size: 1.8rem;
    text-align: center; }
  .st-admission__unit p {
    margin-top: 12px; }

.st-schedule {
  width: 100%;
  padding: 0 0 120px; }
  @media screen and (max-width: 767px) {
    .st-schedule {
      padding: 40px 20px; } }
  .st-schedule .a-heading {
    text-align: center;
    font-family: "Oswald";
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: .3rem; }

@media screen and (max-width: 767px) {
  .st-schedule__wrap {
    overflow: auto;
    white-space: nowrap; }
    .st-schedule__wrap::-webkit-scrollbar {
      height: 3px; }
    .st-schedule__wrap::-webkit-scrollbar-track {
      background: #EEEEEE;
      border-radius: 5px; }
    .st-schedule__wrap::-webkit-scrollbar-thumb {
      border-radius: 2px;
      background: #424242; }
    .st-schedule__wrap:after {
      display: block;
      font-size: 1.2rem;
      color: #757575;
      margin-bottom: 5px; } }

.st-schedule__wrap img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 880px; }

.st-schedule__table {
  width: 100%;
  max-width: 1100px;
  margin: 60px auto 0;
  border: 1px solid #E0E0E0; }
  .st-schedule__table th, .st-schedule__table td {
    width: calc(100% / 7);
    padding: 20px;
    border-right: 1px solid #E0E0E0; }
    .st-schedule__table th:last-child, .st-schedule__table td:last-child {
      border-right: none; }
  .st-schedule__table td {
    border-top: 1px solid #E0E0E0;
    text-align: center; }
    .st-schedule__table td.is-time {
      vertical-align: middle; }

.sw-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 44px;
  letter-spacing: .2rem;
  font-family: "Oswald";
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 22px;
  transition: .3s; }
  .sw-button span {
    position: relative;
    top: -1px; }
  .sw-button i {
    margin-left: 4px;
    font-size: 1.6rem; }
  .sw-button.--large {
    width: 360px;
    height: 80px;
    border-radius: 40px;
    font-size: 1.8rem; }
    @media screen and (max-width: 767px) {
      .sw-button.--large {
        width: 280px;
        height: 60px;
        border-radius: 30px;
        font-size: 1.4rem; } }
  .sw-button.--border {
    border: solid 2px; }
    .sw-button.--border.--white {
      color: #FFFFFF;
      border-color: #FFFFFF; }
      .sw-button.--border.--white:hover {
        color: #000000;
        background-color: #FFFFFF; }
    .sw-button.--border.--black {
      color: #000000;
      border-color: #000000; }
      .sw-button.--border.--black:hover {
        color: #FFFFFF;
        background-color: #000000; }
    .sw-button.--border.--gray {
      color: #BDBDBD;
      border-color: #BDBDBD; }
      .sw-button.--border.--gray:hover {
        color: #FFFFFF;
        background-color: #BDBDBD; }
  .sw-button.--fill.--black {
    color: #000000;
    background-color: #000000; }
  .sw-button.--fill.--gray {
    color: #FFFFFF;
    background-color: #BDBDBD; }

.front-news {
  padding: 60px 0 70px; }

.front-news__heading {
  text-align: center;
  font-family: "Oswald";
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .3rem; }

.front-news__lists {
  width: 100%;
  max-width: 680px;
  padding: 0 25px;
  margin: 30px auto 0; }
  .front-news__lists .m-list {
    display: flex;
    margin-top: 12px; }
    .front-news__lists .m-list:first-of-type {
      margin-top: 0; }
    @media screen and (max-width: 767px) {
      .front-news__lists .m-list {
        flex-direction: column; } }
    .front-news__lists .m-list time {
      margin-right: 40px;
      letter-spacing: .1rem; }
    .front-news__lists .m-list a {
      color: #607d8b;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      transition: .3s; }
      .front-news__lists .m-list a:hover {
        color: #34515e; }

.front-course {
  width: 100%; }

.front-course__units {
  display: flex; }
  @media screen and (max-width: 767px) {
    .front-course__units {
      flex-direction: column; } }

.front-course__unit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  max-height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .front-course__unit.--styledesign {
    background-image: url(assets/img/front/course-styledesign.jpg); }
  .front-course__unit.--dance {
    background-image: url(assets/img/front/course-dance.jpg); }
  @media screen and (max-width: 767px) {
    .front-course__unit {
      width: 100%; } }

.front-course__rental {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  max-height: 800px;
  background-image: url(assets/img/front/course-rental.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.front-course__onlinelesson {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  max-height: 800px;
  background-image: url(assets/img/front/course-onlinelesson.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.front-course__heading {
  margin-bottom: 20px;
  font-family: "Oswald";
  font-size: 2.8rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: .3rem; }

.front-access {
  position: relative;
  width: 100%;
  padding-bottom: 30px; }

.front-access__map {
  width: 100%;
  height: 500px; }
  .front-access__map iframe {
    width: 100%;
    height: 100%; }

.front-access__address {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 880px;
  padding: 0 20px;
  margin: 30px auto 0; }
  @media screen and (max-width: 767px) {
    .front-access__address {
      flex-direction: column; } }
  .front-access__address .m-wrap a {
    color: #607d8b;
    transition: .3s; }
    .front-access__address .m-wrap a:hover {
      color: #34515e; }
  .front-access__address .sw-button {
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      .front-access__address .sw-button {
        margin: 24px auto 0; } }
    .front-access__address .sw-button span {
      margin-top: -1px; }

.news-content {
  width: 100%;
  max-width: 680px;
  padding: 80px 25px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .news-content {
      padding: 60px 25px; } }
  .news-content h1 {
    font-size: 2.4rem;
    font-weight: bold; }

.news-content__lists .m-list {
  display: flex;
  margin-top: 12px; }
  .news-content__lists .m-list:first-of-type {
    margin-top: 0; }
  @media screen and (max-width: 767px) {
    .news-content__lists .m-list {
      flex-direction: column; } }
  .news-content__lists .m-list time {
    margin-right: 40px;
    letter-spacing: .1rem; }
  .news-content__lists .m-list a {
    color: #607d8b;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: .3s; }
    .news-content__lists .m-list a:hover {
      color: #34515e; }

.news-content__article {
  margin-top: 60px; }

.contact-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 500px;
  padding-top: 100px;
  background-image: url(assets/img/common/contact-hero-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media screen and (max-width: 767px) {
    .contact-hero {
      height: 280px;
      padding-top: 90px; } }
  .contact-hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
  .contact-hero .a-heading {
    position: relative;
    margin-top: -30px;
    font-family: "Oswald";
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
    color: #FFFFFF; }

.contact-content {
  width: 100%;
  max-width: 640px;
  margin: auto;
  padding: 80px 0; }

.contact-content__description {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .contact-content__description {
      padding: 0 25px;
      text-align: left; } }
  .contact-content__description a {
    color: #607d8b;
    text-decoration: underline;
    transition: .3s; }
    .contact-content__description a:hover {
      color: #34515e; }

.contact-content__units {
  margin-top: 60px;
  border-top: 1px solid #EEEEEE; }
  @media screen and (max-width: 767px) {
    .contact-content__units {
      padding: 0 25px; } }

.contact-content__unit {
  display: flex;
  position: relative;
  padding: 32px 0;
  border-bottom: 1px solid #EEEEEE; }
  @media screen and (max-width: 767px) {
    .contact-content__unit {
      flex-direction: column; } }
  .mw_wp_form_confirm .contact-content__unit {
    align-items: center;
    border-bottom: 1px solid #EEEEEE; }
    @media screen and (max-width: 767px) {
      .mw_wp_form_confirm .contact-content__unit {
        align-items: flex-start; } }
  .contact-content__unit:first-of-type {
    margin-top: 0; }
  .contact-content__unit .a-title {
    width: 180px;
    padding: 12px 0; }
    @media screen and (max-width: 767px) {
      .contact-content__unit .a-title {
        width: 100%;
        padding: 4px 0; } }
    .contact-content__unit .a-title.--require:before {
      content: '※';
      color: #EF5350; }
  .contact-content__unit .a-input,
  .contact-content__unit .a-textarea,
  .contact-content__unit .a-select {
    flex: 1;
    width: 100%;
    padding: 12px;
    border: 1px solid #E0E0E0;
    border-radius: 3px; }
  .contact-content__unit .a-textarea {
    height: 200px; }
  .contact-content__unit.--select {
    z-index: 0;
    position: relative; }
    .contact-content__unit.--select:before {
      content: '▼';
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: -1;
      position: absolute;
      top: -1px;
      bottom: 0;
      right: 0;
      width: 49px;
      height: 49px;
      margin: auto;
      font-size: 1rem;
      color: #000000; }
      @media screen and (max-width: 767px) {
        .contact-content__unit.--select:before {
          top: 31px; } }
    .contact-content__unit.--select option {
      background-color: transparent; }
    .mw_wp_form_confirm .contact-content__unit.--select:before {
      display: none; }
  .contact-content__unit .error {
    position: absolute;
    bottom: 16px;
    left: 180px;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .contact-content__unit .error {
        left: 0; } }

.contact-content__button {
  display: flex;
  justify-content: center;
  margin-top: 60px; }
  .contact-content__button .sw-button {
    margin: 0 15px; }
    @media screen and (max-width: 767px) {
      .contact-content__button .sw-button {
        margin: 0 8px; } }

.mw_wp_form_complete {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .mw_wp_form_complete {
      text-align: center; } }

.contact-content__complete {
  display: flex;
  justify-content: center;
  margin-top: 60px; }

.u-container-base {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto; }

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

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

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

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

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

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

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

.u-margin-top-xl {
  margin-top: 60px !important; }

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

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

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

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

.u-margin-right-xl {
  margin-right: 60px !important; }

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

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

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

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

.u-margin-bottom-xl {
  margin-bottom: 60px !important; }

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

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

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

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

.u-margin-left-xl {
  margin-left: 60px !important; }

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

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

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

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

.u-padding-top-xl {
  padding-top: 60px !important; }

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

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

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

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

.u-padding-right-xl {
  padding-right: 60px !important; }

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

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

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

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

.u-padding-bottom-xl {
  padding-bottom: 60px !important; }

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

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

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

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

.u-padding-left-xl {
  padding-left: 60px !important; }

.u-fontsize-xs {
  font-size: 1rem !important; }

.u-fontsize-sm {
  font-size: 1.2rem !important; }

.u-fontsize-md {
  font-size: 1.5rem !important; }

.u-fontsize-lg {
  font-size: 1.8rem !important; }

.u-fontsize-xl {
  font-size: 2.6rem !important; }

.u-fontweight-lighter {
  font-weight: lighter !important; }

.u-fontweight-normal {
  font-weight: normal !important; }

.u-fontweight-bold {
  font-weight: bold !important; }

.u-heading-xs {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2rem;
  letter-spacing: 0.1rem; }

.u-heading-sm {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2.4rem;
  letter-spacing: 0.1rem; }

.u-heading-md {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.8rem;
  letter-spacing: 0.1rem; }

.u-heading-lg {
  font-size: 2rem;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: 0.2rem; }

.u-heading-xl {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 5.2rem;
  letter-spacing: 0.2rem; }

.u-color-main {
  color: #000000; }

.u-color-sub {
  color: #ffffff; }

.u-color-white {
  color: #FFFFFF; }

.u-color-black {
  color: #000000; }

.u-color-text {
  color: #212121; }

.u-wrap-xs {
  width: 100%;
  max-width: 200px;
  margin: auto; }

.u-wrap-sm {
  width: 100%;
  max-width: 400px;
  margin: auto; }

.u-wrap-md {
  width: 100%;
  max-width: 600px;
  margin: auto; }

.u-wrap-lg {
  width: 100%;
  max-width: 800px;
  margin: auto; }

.u-wrap-xl {
  width: 100%;
  max-width: 1000px;
  margin: auto; }

@media screen and (min-width: 1281px) {
  .u-display-pc {
    display: block !important; } }

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

@media screen and (min-width: 1281px) {
  .u-display-tl {
    display: none; } }

@media screen and (max-width: 1280px) {
  .u-display-tl {
    display: block !important; } }

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

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

.u-fadein {
  opacity: 0;
  transition: .8s;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px); }
  .u-fadein.is-active {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }

.u-fadein-first,
.u-fadein-second,
.u-fadein-third {
  opacity: 0;
  transition: .8s;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px); }
  .u-fadein-first.is-active,
  .u-fadein-second.is-active,
  .u-fadein-third.is-active {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }

.u-fadein-fourth {
  opacity: 0;
  transition: .8s;
  transform: translate(0, -50px);
  -webkit-transform: translate(0, -50px); }
  .u-fadein-fourth.is-active {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }
