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

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

address {
  font-style: normal; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

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

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/*
Zarigani Design Office Drawer Menu
Copyright 2018 Zarigani Design Office

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/* === Hambuerger Button's Style Paste Here === */
/*+++ Reset +++*/
.zdo_drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none; }

.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 42px;
  height: 26px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none; }

.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 42px;
  height: 2px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0; }

.zdo_drawer_button .zdo_drawer_bar1 {
  top: 0; }

.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%; }

.zdo_drawer_button .zdo_drawer_bar3 {
  top: 100%; }

.zdo_drawer_button.active .zdo_drawer_bar {
  width: 36.77px;
  left: 8px; }

.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 0px; }

.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0; }

.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
  top: calc(100% - 0px); }

.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none; }

.zdo_drawer_button.active .zdo_drawer_close {
  display: block; }

.zdo_drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px; }

.zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none; }

/*+++ Default Button Color +++*/
.zdo_drawer_button {
  color: #2274a5; }

.zdo_drawer_button .zdo_drawer_bar {
  background-color: #2274a5; }

/* === Hambuerger Button's Style End === */
.zdo_drawer_menu .zdo_drawer_button {
  /*+++ Hamburger Button Position +++*/
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 1001; }
.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none; }
.zdo_drawer_menu a:visited {
  color: inherit; }
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0; }
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 312px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF; }
  .zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
    transform: translate(0); }
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px; }
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0; }
  .zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
    transform: translate(0); }

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 112px 24px; }
  .zdo_drawer_menu .zdo_drawer_nav li {
    font-size: 16px;
    margin-bottom: 15px; }

/* wrap */
/*	common
---------------------------------*/
::selection {
  background: #000;
  color: #fff; }

::-moz-selection {
  background: #000;
  color: #fff; }

body {
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 14px; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* link */
a {
  color: #000;
  text-decoration: none;
  transition: .4s;
  overflow: hidden; }

a:hover {
  transition: .4s;
  opacity: 0.6; }

a:active, a:focus {
  outline: none; }

/* element */
.image {
  display: inline; }
  @media (max-width: 800px) {
    .image {
      display: none; } }

.image_s {
  display: none; }
  @media (max-width: 800px) {
    .image_s {
      display: inline; } }

.cf::after {
  content: "";
  display: block;
  clear: both; }

/* adjust anchor */
.anc {
  margin-top: 0px;
  padding-top: 0px; }
  @media screen and (max-width: 800px) {
    .anc {
      margin-top: 0px;
      padding-top: 0px; } }

/* figure */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

/*	clearfix
---------------------------------*/
.cl:before, .cl:after {
  content: " ";
  display: table; }

.cl:after {
  clear: both; }

.cl {
  *zoom: 1;
  display: block; }

.block_p {
  display: block; }
  @media screen and (max-width: 800px) {
    .block_p {
      display: none; } }

.block_s {
  display: none; }
  @media screen and (max-width: 800px) {
    .block_s {
      display: block; } }

.inline_p {
  display: inline; }
  @media screen and (max-width: 800px) {
    .inline_p {
      display: none; } }

.inline_s {
  display: none; }
  @media screen and (max-width: 800px) {
    .inline_s {
      display: inline; } }

/* fadein */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

.fadein2 {
  opacity: 0;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 1s;
  transition: all 1s; }

.fadein_r {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

.fadein_l {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

/* wrapper */
.wrapper {
  overflow: hidden;
  margin: auto;
  position: relative;
  padding: 50px 50px 0; }
  @media screen and (max-width: 800px) {
    .wrapper {
      padding: 25px 25px 0; } }

/* header */
.header.scrolled .header__list {
  transition: .4s; }

.header {
  width: 100%;
  height: 230px;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  align-items: flex-end;
  z-index: 10; }
  @media screen and (max-width: 800px) {
    .header__spBtn {
      background: #000;
      color: #FFF;
      display: inline-block;
      box-sizing: border-box;
      padding: 10px 20px;
      color: #FFF !important;
      margin-left: 25px; } }
  .header__spTel {
    display: block;
    width: 25px;
    position: fixed;
    right: 20px;
    top: 85px; }
    .header__spTel img {
      display: block;
      width: 100%; }
  .header .zdo_drawer_menu .zdo_drawer_button {
    top: 40px;
    right: 12px;
    color: #000; }
  .header .zdo_drawer_button .zdo_drawer_bar {
    background: #000; }
  @media screen and (max-width: 800px) {
    .header {
      height: 125px; } }
  .header__logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #FFF;
    height: 210px;
    width: 145px;
    overflow: hidden;
    padding-left: 50px;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0; }
    .header__logo img {
      display: block;
      width: 73.72px; }
    @media screen and (max-width: 800px) {
      .header__logo {
        width: 65px;
        height: auto;
        padding: 15px 10px;
        box-sizing: border-box; }
        .header__logo img {
          width: 100%; } }
  .header__list {
    transition: .4s;
    overflow: hidden;
    position: absolute;
    right: 100px;
    bottom: 0; }
    @media screen and (max-width: 800px) {
      .header__list {
        position: static;
        padding: 40px 20px 0; } }
  .header__li {
    margin: 0 5px;
    float: left; }
    @media screen and (max-width: 800px) {
      .header__li {
        float: none;
        margin: 0 0 10px;
        font-size: 16px; } }
    .header__li:last-of-type {
      margin-right: 0; }
    .header__li a {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      box-sizing: border-box;
      padding: 10px 5px;
      background: #FFF; }
      @media screen and (max-width: 800px) {
        .header__li a {
          display: block;
          writing-mode: horizontal-tb;
          padding: 5px; } }
      .header__li a:hover {
        background: #000;
        color: #FFF;
        opacity: 1; }
        @media screen and (max-width: 800px) {
          .header__li a:hover {
            background: none;
            color: #000; } }

.mv {
  height: 670px;
  position: relative; }
  @media screen and (max-width: 800px) {
    .mv {
      height: 300px; } }
  .mv__logo {
    width: 90px;
    display: block;
    position: absolute;
    left: calc(50% - 45px);
    top: calc( 50% - 90px); }
    @media screen and (max-width: 800px) {
      .mv__logo {
        width: 50px;
        left: calc(50% - 25px);
        top: calc( 50% - 50px); } }
  .mv__slides, .mv__slide {
    height: 670px; }
    @media screen and (max-width: 800px) {
      .mv__slides, .mv__slide {
        height: 300px; } }
  .mv__slide1 {
    background: url("../img/mv1.jpg") center no-repeat;
    background-size: cover; }
  .mv__slide2 {
    background: url("../img/mv2.jpg") center no-repeat;
    background-size: cover; }
  .mv__slide3 {
    background: url("../img/mv3.jpg") center no-repeat;
    background-size: cover; }
  .mv__box {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: auto;
    position: relative;
    margin-top: -120px; }
    @media screen and (max-width: 800px) {
      .mv__box {
        margin-top: -40px; } }
  .mv__ttl {
    font-weight: normal; }
  .mv__ttlInner {
    font-size: 16px;
    letter-spacing: 2px;
    display: inline-block;
    box-sizing: border-box;
    background: #FFF;
    padding: 10px 5px;
    margin: 0 7px; }
    @media screen and (max-width: 800px) {
      .mv__ttlInner {
        padding: 8px 3px;
        font-size: 13px;
        margin: 0 4px; } }

@keyframes zoomUp {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.15);
    /* 拡大率 */ } }
.add-animation {
  animation: zoomUp 13s linear 0s normal both; }

.copy {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: fixed;
  left: 0;
  top: calc(50% - 67px);
  font-size: 12px;
  font-family: "Helvetica Neue" , Helvetica;
  letter-spacing: 0.5px;
  left: 18px; }
  @media screen and (max-width: 800px) {
    .copy {
      left: 8px;
      font-size: 10px;
      top: calc(50% - 56px); } }

.fixedNav {
  position: fixed;
  right: 0;
  top: 100px;
  width: 50px;
  text-align: center;
  top: calc(50% - 91px); }
  @media screen and (max-width: 800px) {
    .fixedNav {
      display: none; } }
  .fixedNav a {
    display: block; }
  .fixedNav__insta {
    width: 23.03px;
    margin: auto; }
  .fixedNav__tel {
    width: 16.83px;
    margin: auto; }
    @media screen and (max-width: 800px) {
      .fixedNav__tel {
        position: relative;
        top: 2px; } }
  .fixedNav__txt {
    text-align: center;
    letter-spacing: 0.5px; }
  .fixedNav__list {
    margin-bottom: 20px; }
    @media screen and (max-width: 800px) {
      .fixedNav__list {
        margin-left: 25px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px; } }
  .fixedNav__li {
    margin-bottom: 10px; }
    @media screen and (max-width: 800px) {
      .fixedNav__li {
        margin: 0 15px 0 0; } }

.ttl {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.5; }

.lead {
  margin-top: 250px;
  position: relative;
  height: 575px;
  margin-bottom: 100px; }
  @media screen and (max-width: 800px) {
    .lead {
      height: auto;
      margin-top: 300px; } }
  .lead__spImg {
    margin-top: 30px; }
  .lead__bg {
    background: url("../img/bg_about.jpg") center no-repeat;
    background-size: cover;
    width: 50%;
    height: 575px;
    position: absolute;
    right: 0px;
    top: 0; }
  .lead__enTtl {
    width: 318.24px;
    display: block;
    position: absolute;
    top: -80px;
    left: -50px; }
  .lead__box {
    position: relative;
    max-width: 390px; }
    @media screen and (max-width: 800px) {
      .lead__box {
        max-width: 100%; } }
  .lead__txt {
    line-height: 2;
    margin: 30px 0; }
  .lead__enTxt {
    font-size: 12px;
    font-family: "Helvetica Neue" , Helvetica;
    line-height: 2;
    letter-spacing: 1px; }
    @media screen and (max-width: 800px) {
      .lead__enTxt {
        font-size: 10px; } }

.otherMenu {
  position: relative;
  height: 575px; }
  @media screen and (max-width: 800px) {
    .otherMenu {
      height: auto; } }
  .otherMenu__spImg {
    margin-top: 30px; }
  .otherMenu__bg {
    background: url("../img/bg_menu.jpg") center no-repeat;
    background-size: cover;
    width: 50%;
    height: 575px;
    position: absolute;
    left: 0px;
    top: 0; }
  .otherMenu__enTtl {
    width: 223.32px;
    display: block;
    position: absolute;
    top: -70px;
    right: -50px; }
  .otherMenu__box {
    position: relative;
    max-width: 390px;
    float: right; }
    @media screen and (max-width: 800px) {
      .otherMenu__box {
        float: none;
        max-width: 100%; } }
  .otherMenu__txt {
    line-height: 2;
    margin: 30px 0; }
  .otherMenu__enTxt {
    font-size: 12px;
    font-family: "Helvetica Neue" , Helvetica;
    line-height: 2;
    letter-spacing: 1px; }
    @media screen and (max-width: 800px) {
      .otherMenu__enTxt {
        font-size: 10px; } }
  @media screen and (max-width: 800px) {
    .otherMenu .ttl {
      text-align: right; } }

.course {
  position: relative;
  margin-top: 200px; }
  .course__caution {
    font-size: 12px;
    letter-spacing: -1px;
    line-height: 1.6;
    display: block;
    margin-top: 20px; }
  @media screen and (max-width: 800px) {
    .course {
      margin-top: 100px; } }
  .course .slick-dots li {
    margin: 0; }
  .course__entTl {
    position: absolute;
    left: -70px;
    top: -30px;
    width: 439.84px; }
    @media screen and (max-width: 980px) {
      .course__entTl {
        left: 0;
        top: -50px; } }
    @media screen and (max-width: 800px) {
      .course__entTl {
        display: none; } }
  .course__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
    @media screen and (max-width: 980px) {
      .course__wrap {
        flex-direction: column; } }
  .course__detail {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    flex-direction: row-reverse; }
    @media screen and (max-width: 980px) {
      .course__detail {
        margin: auto;
        justify-content: flex-end;
        width: 100%; } }
  .course__slidesWrap {
    width: calc(100% / 2 - 50px); }
    @media screen and (max-width: 980px) {
      .course__slidesWrap {
        width: 80%;
        margin: 30px auto 0; } }
    @media screen and (max-width: 800px) {
      .course__slidesWrap {
        width: 100%;
        margin-top: 50px; } }
  .course__ttl {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: 1px; }
    .course__ttl span {
      font-size: 34px; }
    @media screen and (max-width: 800px) {
      .course__ttl {
        margin: auto; } }
  .course__list {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-top: 100px; }
    @media screen and (max-width: 980px) {
      .course__list {
        margin-top: 50px;
        margin-right: 30px; } }
    @media screen and (max-width: 800px) {
      .course__list {
        margin: 40px auto 0; } }
  .course__li {
    background: #FFEFF0;
    font-weight: 100;
    letter-spacing: 2px;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 5px;
    margin-left: 15px;
    font-size: 16px; }
    .course__li:last-of-type {
      margin-left: 0px; }
    @media screen and (max-width: 1105px) {
      .course__li {
        font-size: 13px;
        margin-left: 10px; } }
  .course__txt {
    text-align: center;
    line-height: 2;
    margin-top: 30px; }

.access {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 450px;
  margin: 200px 0; }
  @media screen and (max-width: 800px) {
    .access {
      height: auto;
      margin: 100px 0; } }
  .access__map {
    width: 50%; }
    .access__map iframe {
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      width: 100%; }
      @media screen and (max-width: 800px) {
        .access__map iframe {
          height: 300px; } }
    @media screen and (max-width: 800px) {
      .access__map {
        width: 100%;
        margin: 0 0 80px;
        height: 300px; } }
  .access__detail {
    width: 50%;
    box-sizing: border-box;
    padding-left: 70px;
    position: relative; }
    @media screen and (max-width: 800px) {
      .access__detail {
        width: 100%;
        padding: 0 20px; } }
  .access__li {
    margin-bottom: 10px;
    line-height: 2;
    position: relative;
    z-index: 1; }
  .access__enTtl {
    position: absolute;
    left: 30px;
    top: -80px;
    width: 227.09px; }
    @media screen and (max-width: 800px) {
      .access__enTtl {
        left: 0;
        width: 150px;
        top: -60px; } }

.contact .ttl {
  text-align: center; }
.contact__line {
  background: #000;
  width: 1px;
  margin: 50px auto;
  height: 60px;
  display: block; }
  @media screen and (max-width: 800px) {
    .contact__line {
      margin: 30px auto 50px; } }
.contact__boxWrap {
  height: 460px;
  background: url("../img/bg_contact.png") center no-repeat;
  background-size: cover;
  color: #FFF; }
  @media screen and (max-width: 800px) {
    .contact__boxWrap {
      height: auto; } }
  .contact__boxWrap .inner {
    height: 100%;
    padding: 0; }
.contact__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  height: 100%;
  padding: 50px 10px; }
.contact__box {
  width: 50%;
  padding: 0 40px; }
  @media screen and (max-width: 800px) {
    .contact__box {
      width: 100%;
      padding: 0 20px; } }
  @media screen and (max-width: 800px) {
    .contact__box:first-of-type {
      margin-bottom: 50px;
      padding-bottom: 50px;
      border-bottom: 1px solid #FFF; } }
.contact__btn {
  max-width: 375px;
  display: block;
  margin: 30px auto 40px; }
  @media screen and (max-width: 800px) {
    .contact__btn {
      margin: 20px auto 30px; } }
.contact__subttl {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 2px; }
.contact__txt {
  line-height: 1.6;
  font-size: 14px;
  font-family: "Helvetica Neue" , Helvetica; }
.contact__subTxt {
  text-align: center;
  margin-bottom: 20px; }

/* footer */
.footer {
  margin-top: 150px;
  margin-bottom: 20px;
  position: relative; }
  @media screen and (max-width: 800px) {
    .footer {
      margin-top: 100px; } }
  .footer__logo {
    width: 150px;
    margin: auto; }
    @media screen and (max-width: 800px) {
      .footer__logo {
        width: 90px; } }
  .footer__list {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 40px auto 100px; }
  .footer__li {
    margin: 0 5px;
    display: inline-block; }
    .footer__li a {
      display: block;
      background: #FFF;
      box-sizing: border-box;
      padding: 10px 5px; }
      .footer__li a:hover {
        background: #000;
        opacity: 1;
        color: #FFF; }
  .footer__copy {
    text-align: center;
    font-size: 12px;
    font-family: "Helvetica Neue" , Helvetica;
    letter-spacing: 1px; }
  .footer__totop {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
    width: 35px; }
    @media screen and (max-width: 800px) {
      .footer__totop {
        right: 0; } }

/* inner */
.inner {
  max-width: 1120px;
  padding: 0 40px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 800px) {
    .inner {
      padding: 0 10px; } }
