@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* -----------------------
  COMMON
 ------------------------- */
html {
  background-color: #fff;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  position: relative;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body, button, input, select, textarea {
  color: #333;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

body {
  font-size: 16px;
  line-height: 1.5;
  background-color: #f0f0f0;
}

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

article, aside, audio, blockquote, body, canvas, caption, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, iframe, legend, li, nav, ol, p, section, ul, video {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
  padding-left: 0;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

*, article {
  box-sizing: border-box;
}

.scroll_fadein {
  opacity: 0;
  transform: translate(-60px, 0);
  transition: all 1s;
}
.scroll_fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

*:focus {
  outline: none;
}

/* -----------------------
  LAYOUT
 ------------------------- */
.section-inner {
  position: relative;
  margin: auto;
  padding: 50px 20px;
}
@media screen and (min-width: 768px), print {
  .section-inner {
    padding: 50px 20px;
  }
}
@media screen and (min-width: 992px) {
  .section-inner {
    max-width: 1240px;
    padding: 80px 0;
  }
}
.section-inner:after {
  content: '';
  display: block;
  clear: both;
}

/* -----------------------
　　PARTS
-------------------------- */
a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-entry a {
  background-color: #005189;
  background-image: url(../img/ico_arrow.png);
  background-repeat: no-repeat;
  background-position: top 50% right 10px;
  display: inline-block;
  text-decoration: none;
  color: #basic_text_color;
  text-align: center;
  margin: auto;
  width: 90%;
  padding: 15px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px), print {
  .btn-entry a {
    width: 80%;
    background-position: top 50% right 20px;
    line-height: 82px;
    font-size: 1.8rem;
    padding: 0;
  }
}
.btn-entry a small {
  font-size: 0.83em;
}

.alignright {
  float: right;
  margin-left: 2rem;
  margin-bottom: 2rem;
}

.alignleft {
  float: left;
  margin-right: 2rem;
  margin-bottom: 2rem;
}

.aligncenter {
  text-align: center;
}
.aligncenter > * {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .only-pc {
    display: block !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-pc {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

/* -----------------------
　　MEDIA
-------------------------- */
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }

  .row {
    display: block;
  }
  .row > * {
    margin-bottom: 20px;
  }
  .row > * p {
    text-align: left;
  }

  .alignright {
    float: none;
    margin-left: 0;
    margin-bottom: 1rem;
  }

  .alignleft {
    float: none;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  img.alignleft, img.alignright {
    width: 100%;
    height: auto;
  }

  .textleft img,
  .textright img,
  .textcenter img,
  .alignleft img,
  .alignright img,
  .aligncenter img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px), print {
  body {
    font-size: 16px;
  }

  .aligncenter img {
    width: 100%;
    height: auto;
  }

  .row {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .row.col1 > * {
    width: 90%;
  }
  .row.col2 > * {
    width: 45%;
  }
  .row.col3 > * {
    width: 30%;
  }
  .row.col4 > * {
    width: 22.5%;
  }
  .row.col5 > * {
    width: 18%;
  }
  .row.col6 > * {
    width: 15%;
  }
  .row.wrap {
    flex-wrap: wrap;
  }
  .row.center {
    justify-content: center;
  }
  .row img {
    width: 100%;
    height: auto;
  }
  .row > *.full {
    width: 100% !important;
  }
}
@media screen and (min-width: 992px) {
  a:hover, button:hover {
    opacity: 0.6;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* ------------------------------
	 HEADER
 ------------------------------- */
#header {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
#header .section-inner {
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
#header .section-inner:after {
  display: none;
}
#header .section-inner h1 {
  max-width: 60%;
  padding: 10px;
  line-height: 0;
}
@media screen and (min-width: 768px), print {
  #header .section-inner h1 {
    max-width: auto;
  }
}
#header .section-inner h1 img {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  #header .section-inner h1 img {
    width: auto;
  }
}

/* ------------------------------
	 FOOTER
 ------------------------------- */
#footer {
  background-color: #3071b9;
  padding: 20px;
}
#footer .copyright {
  line-height: 1.3;
  color: #fff;
  text-align: center;
}

/* ------------------------------
	 COMMON
 ------------------------------- */
h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  color: #5c91cc;
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 36px;
  }
}
h2 + .lead {
  margin-bottom: 30px;
  font-family: "vdl-logog",sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #5c91cc;
  text-align: center;
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  h2 + .lead {
    font-size: 27px;
  }
}

.btn {
  display: inline-block;
  border: 1px solid #fff;
  line-height: 45px;
  padding: 0 50px;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .btn {
    padding: 0 130px;
    line-height: 58px;
  }
  .btn:hover {
    opacity: 1;
    background-color: #fff;
    color: #333;
  }
}
.btn:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}
@media screen and (min-width: 768px), print {
  .btn:after {
    border-width: 0 0 19px 19px;
  }
}
.btn-event {
  display: inline-block;
  background-color: #005189;
  color: #fff;
  margin: 5px 5px 10px 0;
  padding: 10px;
  font-size: 1.25rem;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .btn-event {
    padding: 15px;
    width: 100%;
  }
}
.btn-event:before {
  content: "";
  width: 27px;
  height: 24px;
  background-image: url(../img/ico_school.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 0;
}
.btn-request {
  display: inline-block;
  background-color: #005189;
  color: #fff;
  margin: 5px 5px 10px 0;
  padding: 10px;
  font-size: 1.25rem;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .btn-request {
    padding: 15px;
    width: 100%;
  }
}
.btn-request:before {
  content: "";
  width: 21px;
  height: 24px;
  background-image: url(../img/ico_request.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 0;
}

.links {
  margin: auto;
  padding: 30px 20px;
}
@media screen and (min-width: 768px), print {
  .links {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .links > * {
    width: 48%;
  }
  .links > * a {
    font-size: 25px;
  }
  .links > * a small {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 992px) {
  .links {
    padding-left: 0;
    padding-right: 0;
  }
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt20 {
  margin-top: 20px;
}

.slick-prev {
  background-color: transparent;
  background-image: url(../img/ico_paging.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: none;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  width: 35px;
  height: 0;
  padding-top: 34px;
  top: 130px;
  left: -10px;
  margin-top: -20px;
  z-index: 99;
}
@media screen and (min-width: 768px), print {
  .slick-prev {
    top: 50%;
    left: -10px;
  }
}
@media screen and (min-width: 992px) {
  .slick-prev {
    width: 77px;
    height: 0;
    padding-top: 76px;
    left: -4%;
    top: 50%;
    margin-top: -40px;
  }
}
.slick-next {
  background-color: transparent;
  background-image: url(../img/ico_paging.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: none;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  width: 35px;
  height: 0;
  padding-top: 34px;
  top: 130px;
  right: -10px;
  margin-top: -20px;
  z-index: 99;
}
@media screen and (min-width: 768px), print {
  .slick-next {
    top: 50%;
    right: -10px;
  }
}
@media screen and (min-width: 992px) {
  .slick-next {
    width: 77px;
    height: 0;
    padding-top: 76px;
    right: 0;
    top: 50%;
    margin-top: -40px;
  }
}

.entry {
  text-align: center;
}
.entry h3 {
  margin-bottom: 30px;
  padding: 0 20px;
}
@media screen and (min-width: 992px) {
  .entry h3 {
    padding: 0;
  }
}
.entry img {
  max-width: 100%;
  height: auto;
}
.entry .row {
  padding: 0 20px;
  justify-content: center;
  background-image: url(../img/bg_entry.jpg);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 80%;
  padding-bottom: 50px;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .entry .row {
    padding: 0;
    background-size: auto 280px;
  }
}
@media screen and (min-width: 992px) {
  .entry .row li {
    padding: 10px;
  }
}
.entry .row li a {
  display: block;
}
@media screen and (min-width: 992px) {
  .entry .row li a {
    max-width: 370px;
  }
}

/* ------------------------------
	 CONTENTS
 ------------------------------- */
.top-image {
  background-image: url(../img/top_image.png);
  background-size: auto 80vh;
  background-position: -40vw 0;
  background-repeat: no-repeat;
  height: 100vh;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .top-image {
    height: 80vh;
    background-position: bottom center;
    background-size: cover;
  }
}
@media screen and (min-width: 992px) {
  .top-image {
    height: 953px;
    align-items: center;
  }
}
.top-image .row .l {
  height: 40vh;
  text-align: right;
}
.top-image .row .l img {
  width: 50%;
  height: auto;
}
@media screen and (min-width: 768px), print {
  .top-image .row {
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 30vh;
  }
  .top-image .row .l {
    text-align: center;
  }
  .top-image .row .l img {
    width: auto;
  }
  .top-image .row .r {
    width: 700px;
  }
}
@media screen and (min-width: 992px) {
  .top-image .row {
    padding-top: 0;
  }
}
.top-image .row img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .top-image .row img {
    width: auto;
  }
}

#intro {
  background-image: url(../img/bg_intro.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto;
}
#intro .section-inner {
  position: relative;
}
@media screen and (min-width: 992px) {
  #intro .section-inner {
    width: 1090px;
    padding: 30px 0 35px;
  }
}
#intro .chara {
  display: none;
}
@media screen and (min-width: 992px) {
  #intro .chara {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    line-height: 0;
  }
}
#intro .box {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 992px) {
  #intro .box {
    width: 770px;
    margin-left: calc(100% - 770px);
  }
}
#intro .box img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 6;
}
@media screen and (min-width: 992px) {
  #intro .box img {
    width: auto;
  }
}
#intro .box .text {
  background-color: #fff;
  margin-top: -25px;
  padding: 20px;
  border: 1px solid #4f86c5;
  position: relative;
  z-index: 8;
  line-height: 1.8;
}
@media screen and (min-width: 992px) {
  #intro .box .text {
    padding: 40px 50px;
  }
}

#merit {
  background-image: url(../img/bg_merit.png);
  background-repeat: repeat;
  background-position: top left;
}
#merit .row {
  margin-bottom: 0;
  padding: 30px 0;
}
@media screen and (min-width: 768px), print {
  #merit .row {
    justify-content: center;
    align-items: center;
  }
  #merit .row > * {
    padding: 10px 35px;
  }
}
#merit .row dl {
  text-align: center;
  color: #fff;
}
#merit .row img {
  width: auto;
  height: auto;
}

@media screen and (min-width: 768px), print {
  #merit .row img {
    width: 100%;
  }
}

#gakka {
  background-image: url(../img/bg_gakka.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
#gakka .section-inner {
  background-image: url(../img/mark_ribbon.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 20px 35px;
}
@media screen and (min-width: 992px) {
  #gakka .section-inner {
    width: 1030px;
    padding-top: 100px;
    background-size: auto;
  }
}
#gakka .slider-item {
  display: block;
  position: relative;
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  #gakka .slider-item {
    width: 960px;
    padding-top: 80px;
  }
}
#gakka .slider-item .slider-inner {
  position: relative;
  padding: 50px 20px 20px;
}
@media screen and (min-width: 768px), print {
  #gakka .slider-item .slider-inner {
    margin-left: 5px;
    padding: 80px 30vw 40px 50px;
  }
}
@media screen and (min-width: 992px) {
  #gakka .slider-item .slider-inner {
    width: 960px;
    padding: 80px 410px 40px 50px;
  }
}
#gakka .slider-item .slider-inner:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27px 27px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  #gakka .slider-item .slider-inner:before {
    border-width: 47px 47px 0 0;
    top: -5px;
    left: -5px;
  }
}
#gakka .slider-item .slider-inner:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 27px 27px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media screen and (min-width: 992px) {
  #gakka .slider-item .slider-inner:after {
    border-width: 0 0 47px 47px;
    bottom: -5px;
    right: -5px;
  }
}
#gakka .slider-item h3 {
  position: absolute;
  top: -20px;
  left: 30px;
  font-weight: 400;
  display: block;
  line-height: 1.3;
  font-size: 32px;
}
@media screen and (min-width: 992px) {
  #gakka .slider-item h3 {
    font-size: 54px;
    top: -35px;
    left: 70px;
  }
}
#gakka .slider-item h3 small {
  display: block;
  font-size: 0.3em;
  color: #333 !important;
}
#gakka .slider-item .img {
  padding-top: 20px;
}
#gakka .slider-item .img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px), print {
  #gakka .slider-item .img {
    width: 40vw;
    top: 0;
    right: 0;
    position: absolute;
  }
}
@media screen and (min-width: 992px) {
  #gakka .slider-item .img {
    width: auto;
  }
}
#gakka .slider-item .badge {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
  background-color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  #gakka .slider-item .badge {
    padding: 10px 50px;
    border-radius: 35px;
  }
}
#gakka .slider-item .badge small {
  font-weight: 400;
}
#gakka .slider-item .body {
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px 15px 0;
}
@media screen and (min-width: 992px) {
  #gakka .slider-item .body {
    margin-left: -50px;
    margin-right: -50px;
    margin-top: 30px;
    padding: 30px 45px;
  }
}
#gakka .slider-item .body .catch {
  margin-bottom: 10px;
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  #gakka .slider-item .body .catch {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
#gakka .slider-item .body p:not(.catch) {
  font-size: 0.9em;
  line-height: 1.8;
}
#gakka .slider-item .body .shikaku {
  position: relative;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  #gakka .slider-item .body .shikaku {
    font-size: 24px;
  }
}
#gakka .slider-item .body .shikaku .bubble {
  position: absolute;
  top: -30px;
  right: -10px;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  #gakka .slider-item .body .shikaku .bubble {
    top: -50px;
    right: -175px;
    text-align: left;
  }
}
#gakka .slider-item .body .shikaku .bubble img {
  display: block;
}
@media screen and (max-width: 767px) {
  #gakka .slider-item .body .shikaku .bubble img {
    width: 55px;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  #gakka .slider-item .body .shikaku .bubble img {
    display: inline-block;
  }
}
#gakka .slider-item .body .shikaku .bubble small {
  color: #333;
  font-size: 10px;
}
#gakka .gakka01 .slider-inner {
  background-color: #f3ffec;
}
#gakka .gakka01 .slider-inner:before {
  border-color: #6eba44 transparent transparent transparent;
}
#gakka .gakka01 .slider-inner:after {
  border-color: transparent transparent #6eba44;
}
#gakka .gakka01 h3 {
  color: #6eba44;
}
#gakka .gakka01 .badge {
  border: 1px solid #6eba44;
}
#gakka .gakka01 .body {
  border-top: 1px solid #6eba44;
}
#gakka .gakka01 .body .catch {
  color: #6eba44;
}
#gakka .gakka01 .body .shikaku {
  color: #6eba44;
}
#gakka .gakka02 .slider-inner {
  background-color: #e7f2fd;
}
#gakka .gakka02 .slider-inner:before {
  border-color: #3071b9 transparent transparent transparent;
}
#gakka .gakka02 .slider-inner:after {
  border-color: transparent transparent #3071b9;
}
#gakka .gakka02 h3 {
  color: #3071b9;
}
#gakka .gakka02 .badge {
  border: 1px solid #3071b9;
}
#gakka .gakka02 .body {
  border-top: 1px solid #3071b9;
}
#gakka .gakka02 .body .catch {
  color: #3071b9;
}
#gakka .gakka02 .body .shikaku {
  color: #3071b9;
}
#gakka .gakka03 .slider-inner {
  background-color: #ffecf1;
}
#gakka .gakka03 .slider-inner:before {
  border-color: #e83c6b transparent transparent transparent;
}
#gakka .gakka03 .slider-inner:after {
  border-color: transparent transparent #e83c6b;
}
#gakka .gakka03 h3 {
  color: #e83c6b;
}
#gakka .gakka03 .badge {
  border: 1px solid #e83c6b;
}
#gakka .gakka03 .body {
  border-top: 1px solid #e83c6b;
}
#gakka .gakka03 .body .catch {
  color: #e83c6b;
}
#gakka .gakka03 .body .shikaku {
  color: #e83c6b;
}
#gakka .gakka04 .slider-inner {
  background-color: #fff9f0;
}
#gakka .gakka04 .slider-inner:before {
  border-color: #ffa500 transparent transparent transparent;
}
#gakka .gakka04 .slider-inner:after {
  border-color: transparent transparent #ffa500;
}
#gakka .gakka04 h3 {
  color: #ffa500;
}
#gakka .gakka04 .badge {
  border: 1px solid #ffa500;
}
#gakka .gakka04 .body {
  border-top: 1px solid #ffa500;
}
#gakka .gakka04 .body .catch {
  color: #ffa500;
}
#gakka .gakka04 .body .shikaku {
  color: #ffa500;
}
#gakka .slide-dots {
  display: flex;
  justify-content: center;
  margin: 10px auto;
}
@media screen and (min-width: 992px) {
  #gakka .slide-dots {
    margin: 30px auto;
  }
}
#gakka .slide-dots li {
  padding: 5px;
}
#gakka .slide-dots li button {
  border-radius: 8px;
  border: none;
  font-weight: 600;
  color: #fff;
  opacity: 0.2;
  font-size: 0.9rem;
  padding: 0 5px;
  line-height: 30px;
}
@media screen and (min-width: 992px) {
  #gakka .slide-dots li button {
    font-size: 26px;
    padding: 0 20px;
    line-height: 50px;
  }
}
#gakka .slide-dots li:nth-of-type(1) button {
  background-color: #6eba44;
}
#gakka .slide-dots li:nth-of-type(2) button {
  background-color: #3071b9;
}
#gakka .slide-dots li:nth-of-type(3) button {
  background-color: #e83c6b;
}
#gakka .slide-dots li:nth-of-type(4) button {
  background-color: #ffa200;
}
#gakka .slide-dots li.slick-active button {
  opacity: 1;
}

#movie {
  background-image: url(../img/bg_movie.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
#movie .w80 {
  margin: auto auto 30px;
}
@media screen and (min-width: 992px) {
  #movie .w80 {
    width: 80%;
    margin: auto auto 50px;
  }
}
#movie .section-inner {
  padding-bottom: 0;
  background-image: url(../img/mark_ribbon.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 20px 35px;
}
@media screen and (min-width: 992px) {
  #movie .section-inner {
    padding-top: 100px;
    background-size: auto;
  }
}
@media screen and (min-width: 992px) {
  #movie .road {
    width: 1100px;
    height: 800px;
    margin: auto;
    position: relative;
  }
}
#movie .road .box {
  padding: 40px 0 0 60px;
  background-image: url(../img/bg_movie_box.png);
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
  margin-bottom: 30px;
}
#movie .road .box h3 {
  margin-bottom: 20px;
  color: #5c91cc;
  font-family: "kozuka-mincho-pro",serif;
  font-style: normal;
  /*
  font-family: ten-mincho-text,serif;
  font-weight: 400;
  font-style: normal;
  */
  /*
  font-family: "yu-mincho-pr6",sans-serif;
  font-weight: 400;
  font-style: normal;
  */
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  #movie .road .box h3 {
    font-size: 32px;
  }
}
#movie .road .box h3 small {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 1rem;
  display: block;
}
#movie .road .box .img {
  position: absolute;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #movie .road .box:nth-of-type(1) .img {
    bottom: 0;
    left: -15px;
  }
  #movie .road .box:nth-of-type(1) .img img {
    width: 80px;
    height: auto;
  }
  #movie .road .box:nth-of-type(2) .img {
    bottom: 0;
    left: 0;
  }
  #movie .road .box:nth-of-type(2) .img img {
    width: 50px;
    height: auto;
  }
  #movie .road .box:nth-of-type(3) .img {
    bottom: 0;
    left: -10px;
  }
  #movie .road .box:nth-of-type(3) .img img {
    width: 80px;
    height: auto;
  }
  #movie .road .box:nth-of-type(4) .img {
    bottom: 0;
    left: -10px;
  }
  #movie .road .box:nth-of-type(4) .img img {
    width: 80px;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  #movie .road .box {
    width: 430px;
    position: absolute;
  }
  #movie .road .box:nth-of-type(1) {
    top: -40px;
    left: 0;
  }
  #movie .road .box:nth-of-type(1) .img {
    right: -250px;
    top: 0;
    z-index: 0;
  }
  #movie .road .box:nth-of-type(2) {
    top: 50px;
    right: 0;
  }
  #movie .road .box:nth-of-type(2) .img {
    left: -170px;
    bottom: -70px;
  }
  #movie .road .box:nth-of-type(3) {
    bottom: 120px;
    left: 120px;
  }
  #movie .road .box:nth-of-type(3) .img {
    left: -150px;
    bottom: 0;
  }
  #movie .road .box:nth-of-type(4) {
    bottom: -10px;
    left: 625px;
  }
  #movie .road .box:nth-of-type(4) .img {
    left: -212px;
    bottom: 0;
  }
}
#movie .video {
  width: 100%;
  position: relative;
}
#movie .video:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#movie .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#tour {
  background-image: url(../img/bg_flow.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: 100% auto;
  padding-bottom: 60px;
}
@media screen and (min-width: 992px) {
  #tour {
    background-size: auto;
  }
}
#tour .section-inner {
  background-image: url(../img/bg_tour.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50% auto;
}
@media screen and (min-width: 992px) {
  #tour .section-inner {
    width: 1080px;
    margin: auto;
    background-size: auto;
  }
}
#tour h2 {
  text-align: left;
}
#tour .lead {
  margin-bottom: 60px;
  text-align: left;
}
#tour .row .badge {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 99;
}
@media screen and (min-width: 992px) {
  #tour .row .badge {
    top: -30px;
    left: -30px;
    width: 70px;
    height: 70px;
  }
}
#tour .row .col {
  position: relative;
  padding-left: 30px;
}
@media screen and (min-width: 992px) {
  #tour .row .col {
    padding-left: 0;
    width: 28%;
  }
}
#tour .row .col:nth-of-type(1) .badge {
  background-color: #ee859a;
}
#tour .row .col:nth-of-type(2) .badge {
  background-color: #fabf2a;
}
#tour .row .col:nth-of-type(3) .badge {
  background-color: #65aadd;
}
#tour .row .col p {
  color: #5c91cc;
  text-align: center;
  font-size: 1.25rem;
  font-family: "kozuka-mincho-pro",serif;
  font-style: normal;
  /*
  font-family: ten-mincho-text,serif;
  font-weight: 400;
  font-style: normal;
  */
  /*
  font-family: "yu-mincho-pr6",sans-serif;
  font-weight: 400;
  font-style: normal;
  */
  font-weight: 400;
}
#tour .video {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
#tour .video:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#tour .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#flow {
  background-color: #fffeee;
}
@media screen and (min-width: 992px) {
  #flow .section-inner {
    width: 960px;
    margin: auto;
    padding-top: 30px;
  }
}
#flow .steps .step {
  background-color: #fff;
  border-top: 1px solid #78bebc;
  border-left: 1px solid #78bebc;
  border-bottom: 5px solid #78bebc;
  border-right: 5px solid #78bebc;
  position: relative;
  margin-bottom: 30px;
  padding: 40px 20px;
}
@media screen and (min-width: 992px) {
  #flow .steps .step {
    width: 860px;
    padding: 35px 70px;
  }
  #flow .steps .step:nth-of-type(2n) {
    margin-left: 90px;
  }
}
#flow .steps .step:before {
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  font-family: copperplate,serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  line-height: 50px;
  width: 50px;
  font-size: 40px;
  border-radius: 50%;
  background-color: #78bebc;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #flow .steps .step:before {
    width: 70px;
    font-size: 55px;
    line-height: 70px;
  }
}
#flow .steps .step:nth-of-type(1):before {
  content: "1";
}
#flow .steps .step:nth-of-type(2):before {
  content: "2";
}
#flow .steps .step:nth-of-type(3):before {
  content: "3";
}
#flow .steps .step:nth-of-type(4):before {
  content: "4";
}
#flow .steps .step:nth-of-type(5):before {
  content: "5";
}
#flow .steps .step .heading {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px), print {
  #flow .steps .step .heading:not(.wrap) {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px), print {
  #flow .steps .step .heading .time {
    display: flex;
    align-items: center;
  }
}
#flow .steps .step .heading .time p {
  padding: 0 10px;
}
@media screen and (min-width: 768px), print {
  #flow .steps .step .heading .time p {
    display: inline-block;
  }
}
#flow .steps .step .heading .time small.gakka01 {
  color: #6eba44;
}
#flow .steps .step .heading .time small.gakka02 {
  color: #3071b9;
}
#flow .steps .step .heading .time small.gakka03 {
  color: #e83c6b;
}
#flow .steps .step .heading .time small.gakka04 {
  color: #f39800;
}
#flow .steps .step .heading .time img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
#flow .steps .step h3 {
  display: inline-block;
  padding-right: 20px;
  font-size: 24px;
  color: #78bebc;
}
@media screen and (min-width: 992px) {
  #flow .steps .step h3 {
    font-size: 36px;
  }
}

#interview {
  background-image: url(../img/bg_interview.png);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: auto 80px;
  padding-top: 70px;
}
@media screen and (min-width: 992px) {
  #interview {
    padding-top: 140px;
    background-size: auto 160px;
  }
}
@media screen and (min-width: 992px) {
  #interview .section-inner {
    width: 1100px;
    margin: auto;
  }
}
#interview .row {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px), print {
  #interview .row {
    justify-content: space-between;
    margin-bottom: 50px;
    padding-right: 60px;
  }
  #interview .row .img {
    width: 30%;
  }
  #interview .row .text {
    width: 70%;
  }
  #interview .row:nth-of-type(1), #interview .row:nth-of-type(3) {
    flex-direction: row-reverse;
  }
  #interview .row:nth-of-type(1) .text, #interview .row:nth-of-type(3) .text {
    padding-left: 60px;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  #interview .row .img {
    width: 430px;
  }
  #interview .row .text {
    width: calc(100% - 480px);
  }
}
#interview .row .img {
  margin-bottom: 20px;
}
#interview .row .img img {
  width: 100%;
  max-width: 440px;
  height: auto;
}
#interview h3 {
  margin-bottom: 10px;
  font-family: "kozuka-mincho-pro",serif;
  font-style: normal;
  /*
  font-family: ten-mincho-text,serif;
  font-weight: 400;
  font-style: normal;
  */
  /*
  font-family: "yu-mincho-pr6",sans-serif;
  font-weight: 400;
  font-style: normal;
  */
  font-size: 22px;
}
@media screen and (min-width: 992px) {
  #interview h3 {
    font-size: 28px;
  }
}
#interview .profile {
  margin-bottom: 20px;
}
#interview .profile strong {
  font-size: 1.125rem;
}
#interview .catch {
  padding: 50px 0 15px;
  font-size: 1.25rem;
  position: relative;
  font-weight: 600;
}
#interview .catch:before {
  content: "";
  display: block;
  width: 138px;
  height: 47px;
  background-image: url(../img/mark_voice.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  #interview .catch:before {
    left: -30px;
  }
}
#interview .gakka01 h3 {
  color: #6eba44;
}
#interview .gakka01 .catch {
  color: #6eba44;
}
#interview .gakka02 h3 {
  color: #3071b9;
}
#interview .gakka02 .catch {
  color: #3071b9;
}
#interview .gakka03 h3 {
  color: #e83c6b;
}
#interview .gakka03 .catch {
  color: #e83c6b;
}

@media screen and (min-width: 992px) {
  #access .row {
    justify-content: center;
  }
}
#access .row > * {
  padding: 10px 20px;
}
#access .row > * img {
  max-width: 100%;
}
#access p {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px), print {
  #access p {
    font-size: 1.125em;
  }
}
#access p.notice {
  font-size: 0.8rem;
  color: #bd3a3a;
}
