@charset "UTF-8";
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

button {
  overflow: visible;
  /* Internet Explorer 11- */
  -webkit-appearance: button;
  /* iOS 8+ */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

input {
  -webkit-border-radius: 0;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

small {
  font-size: 75%;
  /* All browsers */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
}

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #4c2b03;
  text-shadow: none;
}

/* specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}


@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?6lv2of");
  src: url("../fonts/icomoon.eot?6lv2of#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?6lv2of") format("truetype"), url("../fonts/icomoon.woff?6lv2of") format("woff"), url("../fonts/icomoon.svg?6lv2of#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
:root {
  font-size: 62.5%;
}

body {
  font-family: "Lato", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  color: #111;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

a {
  color: #39599f;
}

p {
  letter-spacing: 0.03em;
}

:focus {
  outline: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.row__item {
  padding: 20px;
}

.col-mobile-1 {
  width: 8.3333333333%;
}

.col-mobile-2 {
  width: 16.6666666667%;
}

.col-mobile-3 {
  width: 25%;
}

.col-mobile-4 {
  width: 33.3333333333%;
}

.col-mobile-5 {
  width: 41.6666666667%;
}

.col-mobile-6 {
  width: 50%;
}

.col-mobile-7 {
  width: 58.3333333333%;
}

.col-mobile-8 {
  width: 66.6666666667%;
}

.col-mobile-9 {
  width: 75%;
}

.col-mobile-10 {
  width: 83.3333333333%;
}

.col-mobile-11 {
  width: 91.6666666667%;
}

.col-mobile-12 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .col-tablet-1 {
    width: 8.3333333333%;
  }
}

@media screen and (min-width: 768px) {
  .col-tablet-2 {
    width: 16.6666666667%;
  }
}

@media screen and (min-width: 768px) {
  .col-tablet-3 {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .col-tablet-4 {
    width: 33.3333333333%;
  }
}

@media screen and (min-width: 768px) {
  .col-tablet-5 {
    width: 41.6666666667%;
  }
}

@media screen and (min-width: 768px) {
  .col-tablet-6 {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .col-tablet-7 {
    width: 58.3333333333%;
  }
}

@media screen and (min-width: 768px) {
  .col-tablet-8 {
    width: 66.6666666667%;
  }
}

@media screen and (min-width: 768px) {
  .col-tablet-9 {
    width: 75%;
  }
}

@media screen and (min-width: 768px) {
  .col-tablet-10 {
    width: 83.3333333333%;
  }
}

@media screen and (min-width: 768px) {
  .col-tablet-11 {
    width: 91.6666666667%;
  }
}

@media screen and (min-width: 768px) {
  .col-tablet-12 {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .col-desktop-1 {
    width: 8.3333333333%;
  }
}

@media screen and (min-width: 1025px) {
  .col-desktop-2 {
    width: 16.6666666667%;
  }
}

@media screen and (min-width: 1025px) {
  .col-desktop-3 {
    width: 25%;
  }
}

@media screen and (min-width: 1025px) {
  .col-desktop-4 {
    width: 33.3333333333%;
  }
}

@media screen and (min-width: 1025px) {
  .col-desktop-5 {
    width: 41.6666666667%;
  }
}

@media screen and (min-width: 1025px) {
  .col-desktop-6 {
    width: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .col-desktop-7 {
    width: 58.3333333333%;
  }
}

@media screen and (min-width: 1025px) {
  .col-desktop-8 {
    width: 66.6666666667%;
  }
}

@media screen and (min-width: 1025px) {
  .col-desktop-9 {
    width: 75%;
  }
}

@media screen and (min-width: 1025px) {
  .col-desktop-10 {
    width: 83.3333333333%;
  }
}

@media screen and (min-width: 1025px) {
  .col-desktop-11 {
    width: 91.6666666667%;
  }
}

@media screen and (min-width: 1025px) {
  .col-desktop-12 {
    width: 100%;
  }
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

.alignnone,
.alignleft,
.alignright,
.aligncenter {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin: 0 1em 0 0;
  }
}

@media screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin: 0 0 0 1em;
  }
}

img.aligncenter {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 1025px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1025px) {
  .container--small {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1025px) {
  .container--medium {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1025px) {
  .container--large {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1024px) {
  .container--std {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header-basis {
  position: relative;
  height: 144px;
}
@media screen and (min-width: 768px) {
  .header-basis {
    height: 164px;
  }
}
@media screen and (min-width: 1025px) {
  .header-basis {
    height: 174px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 50;
}
.header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(-225deg, #2cd8d5 0%, #d5c1ff 56%, #ffbac3 100%);
}
@media screen and (min-width: 1025px) {
  .header:after {
    height: 6px;
  }
}
.header__body {
  transition: 0.2s ease-out;
}
@media screen and (min-width: 1025px) {
  .header__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 174px;
    padding: 20px 40px;
  }
}
@media screen and (min-width: 1281px) {
  .header__body {
    padding: 40px;
  }
}
.header--fixed .logo {
  display: none;
}
.header--fixed .navbar-global {
  display: none;
}
@media screen and (min-width: 1025px) {
  .header--fixed .header__body {
    height: auto;
  }
}
@media screen and (min-width: 1281px) {
  .header--fixed .header__body {
    padding: 20px 40px;
  }
}

.logo {
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  height: 62px;
  transition: 0.2s ease-out;
  transform: translate(-50%, 10%);
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .logo {
    width: 160px;
    height: 84px;
  }
}
@media screen and (min-width: 1281px) {
  .logo {
    width: 200px;
    height: 104px;
    transform: translate(-50%, 30%);
  }
}

.navbar {
  width: 100%;
}

.navbar-global {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .navbar-global {
    height: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .navbar-global {
    height: auto;
  }
}

.global {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: calc(50% - 100px);
}
.global--left {
  justify-content: flex-start;
}
@media screen and (min-width: 1025px) {
  .global--left {
    align-items: flex-end;
  }
}
.global--right {
  justify-content: flex-end;
}
.global__item {
  padding: 3px 0;
}
.global__item ~ .global__item {
  margin-left: 30px;
}
@media screen and (max-width: 1024px) {
  .global--left .global__item:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .global--right .global__item:nth-child(1), .global--right .global__item:nth-child(2) {
    display: none;
  }
}
.global__link--chusho {
  display: block;
}
@media screen and (max-width: 767px) {
  .global__link--chusho {
    width: 80px;
  }
}
.global__link--chusho img {
  max-width: 95%;
}
.global__link--sitemap {
  font-size: 1.4rem;
  color: #999;
  letter-spacing: 0.05em;
}
.global__link--sitemap:before {
  content: "\e909";
  font-family: "icomoon";
  margin-right: 10px;
}
.global__link--contact {
  font-size: 1.6rem;
  font-weight: bold;
  color: #00aeef;
}
.global__link--contact:before, .global__link--contact:after {
  font-family: "icomoon";
  font-size: 1.4rem;
  font-weight: normal;
}
.global__link--contact:before {
  content: "\e900";
  margin-right: 6px;
}
.global__link--contact:after {
  content: "\e903";
  margin-left: 6px;
}
.global__link--phone {
  font-size: 1.8rem;
  font-weight: bold;
  color: #00aeef;
}
.global__link--phone:before {
  content: "\e905";
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: normal;
  margin-right: 6px;
}
.global__link--facebook {
  color: #fff;
  letter-spacing: 0.1em;
  background: #39599f;
  padding: 4px 6px;
}
@media screen and (min-width: 768px) {
  .global__link--facebook {
    font-size: 1.4rem;
  }
}
.global__link--facebook:before {
  content: "\ea90";
  font-family: "icomoon";
  margin-right: 6px;
}

.nav-desktop {
  list-style: none;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .nav-desktop {
    display: none;
  }
}
.nav-desktop__item {
  position: relative;
  flex: 1 0 auto;
  transition: 0.2s ease-out;
}
.nav-desktop__item:before, .nav-desktop__item:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1px;
  height: 20px;
  transform: translateY(-50%);
}
@media screen and (min-width: 1281px) {
  .nav-desktop__item:nth-child(3) {
    padding-right: 120px;
  }
}
@media screen and (min-width: 1281px) {
  .header--fixed .nav-desktop__item:nth-child(3) {
    padding-right: 0;
  }
}
@media screen and (min-width: 1281px) {
  .header--fixed .nav-desktop__item:nth-child(3):after {
    right: 0;
    background: #ec008c;
  }
}
@media screen and (min-width: 1281px) {
  .nav-desktop__item:nth-child(4) {
    padding-left: 120px;
  }
}
@media screen and (min-width: 1281px) {
  .header--fixed .nav-desktop__item:nth-child(4) {
    padding-left: 0;
  }
}
.nav-desktop__item:nth-child(-n+3):before {
  left: 0;
}
.nav-desktop__item:nth-child(n+4):before {
  right: 0;
}
.nav-desktop__item:nth-child(3n):before {
  background: #00aeef;
}
.nav-desktop__item:nth-child(3n+1):before {
  background: #f9ec00;
}
.nav-desktop__item:nth-child(3n+2):before {
  background: #ec008c;
}
.nav-desktop__link {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: inherit;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0.1em;
}

.nav-child {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 30px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 100;
  transition: 0.2s ease-out;
}
.nav-child__link {
  display: block;
  font-size: 1.4rem;
  color: inherit;
  line-height: 32px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.nav-desktop__item:hover .nav-child {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.nav-mobile {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .nav-mobile {
    display: none;
  }
}
.nav-mobile__item {
  display: flex;
  flex: 1 0 0;
}
.nav-mobile__item ~ .nav-mobile__item {
  margin-left: 2px;
}
.nav-mobile__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 64px;
  color: #fff;
  text-align: center;
  background: #31424e;
}
.nav-mobile__link:before {
  font-family: "icomoon";
  font-size: 1.8rem;
}
.nav-mobile__link--call:before {
  content: "\e906";
}
.nav-mobile__link--event:before {
  content: "\e904";
}
.nav-mobile__link--access:before {
  content: "\e90e";
}
.nav-mobile__link--menu:before {
  content: "\f0c9";
}

.bg,
.nav-fixed {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s ease-out;
}
.menu-open .bg,
.menu-open .nav-fixed {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 200;
}
.bg:before {
  position: absolute;
  top: 3%;
  right: 5%;
  content: "\f00d";
  font-family: "icomoon";
  font-size: 3rem;
  color: #fff;
}

.nav-fixed {
  position: fixed;
  top: 10%;
  left: 10%;
  right: 10%;
  bottom: 10%;
  background: #fff;
  border: 2px solid #00aeef;
  border-radius: 10px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 201;
}
.nav-fixed__link {
  display: block;
  color: #00aeef;
  padding: 10px 30px;
}
.nav-fixed__link--std {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  border-bottom: 1px solid #83CFFF;
}
.nav-fixed__link--std:before {
  content: "\e908";
  font-family: "icomoon";
  font-weight: normal;
  margin-right: 10px;
  font-size: 10px;
  color: #83CFFF;
}
.nav-fixed__link--facebook {
  font-size: 1.4rem;
}
.nav-fixed__link--facebook:before {
  content: "\e90b";
  font-family: "icomoon";
  margin-right: 10px;
}
.nav-fixed__link--sitemap {
  font-size: 1.3rem;
  padding-top: 0px;
}
.nav-fixed__link--sitemap:before {
  content: "\e909";
  font-family: "icomoon";
  margin-right: 10px;
}

.breadcrumb {
  padding: 10px 0;
  background: #f7f7f7;
}

.breadcrumb-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .breadcrumb-list {
    font-size: 1.4rem;
  }
}
.breadcrumb-list__item {
  margin-right: 1em;
  white-space: nowrap;
}
.breadcrumb-list__sep:before {
  content: "\e908";
  font-family: "icomoon";
  margin-right: 1em;
}
.breadcrumb-list__link {
  color: inherit;
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  color: #fff;
  background: no-repeat center center;
  background-size: cover;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .hero {
    height: 200px;
  }
}
.hero--about, .hero--contents {
  background-image: url(../images/mv_about.png);
}
.hero--course {
  background-image: url(../images/mv_course.png);
}
.hero--event {
  background-image: url(../images/mv_event.png);
}
.hero--staff {
  background-image: url(../images/mv_event.png);
}
.hero--facility {
  background-image: url(../images/mv_facility.png);
}
.hero--access {
  background-image: url(../images/mv_access.png);
}
.hero--link {
  background-image: url(../images/mv_link.png);
}
.hero--news {
  background-image: url(../images/mv_news.png);
}
.hero--sitemap {
  background-image: url(../images/mv_sitemap.png);
}
.hero--interview, .hero--member {
  background-image: url(../images/mv_interview.png);
}
.hero__en {
  font-size: 2rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .hero__en {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .hero__en {
    font-size: 3rem;
  }
}
.hero__ja {
  margin-top: 3px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .hero__ja {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .hero__ja {
    font-size: 1.6rem;
  }
}

.share {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .share {
    margin-top: 40px;
  }
}

.share-list {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.share-list__item ~ .share-list__item {
  margin-left: 5px;
}

/**
 * スライダー
 */
.slider {
  position: relative;
  overflow: hidden;
}
.slider:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(-225deg, #2cd8d5 0%, #d5c1ff 56%, #ffbac3 100%);
}
@media screen and (min-width: 1025px) {
  .slider:after {
    height: 6px;
  }
}
.slider__eyecatch {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 40px;
}
@media screen and (min-width: 1281px) {
  .slider__eyecatch {
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.slider__text {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 10px 20px;
  background: linear-gradient(-225deg, rgba(44, 216, 213, 0.8) 0%, rgba(213, 193, 255, 0.8) 56%, rgba(255, 186, 195, 0.8) 100%);
}
@media screen and (min-width: 768px) {
  .slider__text {
    flex-direction: row;
    font-size: 1.8rem;
    background: linear-gradient(-225deg, #2cd8d5 0%, #d5c1ff 56%, #ffbac3 100%);
  }
}
@media screen and (min-width: 1025px) {
  .slider__text {
    font-size: 3rem;
  }
}

.headline-svg g text {
  font-size: 2.7rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1281px) {
  .event-slider__body {
    padding: 0 40px;
  }
}
.event-slider__body .slick-arrow {
  position: absolute;
  top: 130px;
  width: 35px;
  height: 75px;
  background: rgba(249, 236, 0, 0.5);
  cursor: pointer;
  z-index: 20;
}
@media screen and (min-width: 1025px) {
  .event-slider__body .slick-arrow {
    position: absolute;
    top: 0;
    width: 44px;
    height: 100%;
  }
}
.event-slider__body .slick-arrow span {
  display: inline-block;
}
.event-slider__body .slick-arrow span:before {
  content: "\e908";
  font-family: "icomoon";
}
.event-slider__body .slick-next {
  right: 0;
}
@media screen and (min-width: 1281px) {
  .event-slider__body .slick-next {
    transform: translateX(100%);
  }
}
.event-slider__body .slick-prev {
  left: 0;
}
@media screen and (min-width: 1281px) {
  .event-slider__body .slick-prev {
    transform: translateX(-100%);
  }
}
.event-slider__body .slick-prev span {
  transform: rotate(180deg);
}
.event-slider__body .slick-disabled {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.event-slider__item {
  width: 240px;
  padding: 25px;
  margin-top: 5px;
  background: #fafafa;
  border-right: 5px solid #fff;
}

.youtube-responsive {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-left: auto;
  margin-right: auto;
}
.youtube-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.headline__container {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.headline__head {
  position: relative;
}
.headline__body {
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .headline__body {
    margin-top: 20px;
  }
}
.headline--youtube {
  background: #fff;
  max-width: 560px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .headline--youtube {
    margin-left: auto;
    margin-right: auto;
  }
}
.headline--sticky, .headline--event, .headline--course, .headline--member, .headline--staff, .headline--news {
  border-bottom: 1px solid #999;
}

.headline-title {
  text-align: center;
}
.headline-title__en {
  display: block;
  font-size: 2.7rem;
  letter-spacing: 0.05em;
}
.headline-title__ja {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ccc;
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .headline-title__ja {
    font-size: 1.6rem;
  }
}

.headline-more {
  list-style: none;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .headline-more {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .headline-more {
    position: absolute;
    top: 50%;
    right: 0;
    display: flex;
  }
}
.headline-more__item ~ .headline-more__item {
  margin-left: 20px;
}
.headline-more__link {
  display: block;
  font-size: 1.2rem;
  color: #999;
}
@media screen and (max-width: 767px) {
  .headline-more__link {
    padding: 10px 20px;
    border: 1px solid #999;
    border-radius: 20px;
  }
}
@media screen and (min-width: 768px) {
  .headline-more__link {
    font-size: 1.4rem;
  }
}
.headline-more__link:before {
  content: "\e909";
  font-family: "icomoon";
  margin-right: 5px;
}

.sticky {
  position: relative;
}
@media screen and (min-width: 1281px) {
  .sticky {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 25px;
    padding: 8px 200px 8px 30px;
  }
}
.sticky__more {
  display: block;
  font-size: 1.4rem;
  color: #31424e;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1280px) {
  .sticky__more {
    width: 180px;
    text-align: center;
    padding: 10px 0;
    margin: 20px auto 0;
    border: 1px solid #31424e;
    border-radius: 24px;
  }
}
@media screen and (min-width: 1281px) {
  .sticky__more {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }
}
.sticky__more:before {
  content: "\e909";
  font-family: "icomoon";
  margin-right: 10px;
}

.sticky-board {
  position: relative;
  padding-left: 100px;
}
@media screen and (min-width: 1025px) {
  .sticky-board {
    padding-left: 240px;
  }
}
.sticky-board__title {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0;
  padding-right: 10px;
  border-right: 1px solid #31424e;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .sticky-board__title {
    font-size: 1.8rem;
    color: #31424e;
    letter-spacing: 0.05em;
    padding-right: 1.5em;
  }
  .sticky-board__title br {
    display: none;
  }
}
.sticky-board__slider {
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  .sticky-board__slider {
    font-size: 1.6rem;
  }
}

.sticky-slider__time {
  margin-right: 1em;
}

.interviews {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .interviews {
    flex-direction: row;
    align-items: center;
  }
}
.interviews__item {
  width: 100%;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .interviews__item {
    width: 50%;
    padding: 20px;
  }
}

.interview {
  display: flex;
  flex-wrap: wrap;
}
.interview__item {
  width: 50%;
  padding: 10px;
}

.event-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.event-list__item {
  width: 100%;
  padding: 25px 15px;
}
@media screen and (min-width: 768px) {
  .event-list__item {
    width: 25%;
  }
}

.event-card {
  position: relative;
}
.event-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.event-card__time {
  font-family: "Montserrat", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.event-card__category {
  line-height: 20px;
  padding: 0 1em;
  border: 1px solid #111;
  background: #fff;
  border-radius: 10px;
  white-space: nowrap;
}
.event-card__title {
  display: block;
  height: 45px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.event-card__locate {
  position: relative;
  display: block;
  color: #999;
  margin-bottom: 18px;
  padding-left: 1.5em;
}
@media screen and (min-width: 768px) {
  .event-card__locate {
    font-size: 1.1rem;
  }
}
.event-card__locate:before {
  content: "\e90e";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  left: 0;
}
.event-card__body {
  display: block;
  position: relative;
}
.event-card__status {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  text-align: center;
}
.event-card__status--active {
  background: rgba(236, 0, 140, 0.6);
}
.event-card__status--deactive {
  background: rgba(0, 174, 239, 0.6);
}
.event-card__more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .event-card__more:hover ~ .event-card__title {
    text-decoration: underline;
  }
}

.course {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.course__item {
  width: 100%;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .course__item {
    width: 33.333333%;
  }
}

.course-card {
  position: relative;
}
.course-card__more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.course-card__title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .course-card__title {
    font-size: 1.8rem;
  }
}
.course-card__more:hover ~ .course-card__title {
  color: #00aeef;
  text-decoration: underline;
}
.course-card__description {
  font-size: 1.2rem;
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  .course-card__description {
    font-size: 1.6rem;
  }
}
.course-card__more:hover ~ .course-card__description {
  color: #00aeef;
  text-decoration: underline;
}

.news {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .news {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.news__item {
  width: 100%;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .news__item {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .news__item {
    width: 25%;
  }
}
@media screen and (min-width: 1025px) {
  .news--3column .news__item {
    width: 33.3333333333%;
  }
}

.news-card {
  position: relative;
}
.news-card__more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.news-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}
.news-card__meta--movie {
  justify-content: flex-start;
}
.news-card__time {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #999;
}
.news-card__title {
  font-size: 1.5rem;
  font-weight: normal;
  margin-top: 10px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1025px) {
  .news-card__more:hover ~ .news-card__title {
    color: #00aeef;
    text-decoration: underline;
  }
}
.news-card__title--mbnon {
  margin-top: 0 !important;
}
.news-card__category {
  display: inline-block;
  padding: 0 10px;
  border-width: 1px;
  white-space: nowrap;
}
.news-card__category--press {
  color: #b5b532;
  border-color: #b5b532;
}
.news-card__category--information {
  color: #00aeef;
  border-color: #00aeef;
}
.news-card__category--letter {
  color: #ec008c;
  border-color: #ec008c;
}
.news-card__category--course {
  color: #11b583;
  border-color: #11b583;
}
.news-card__category--useful {
  color: #ec9000;
  border-color: #ec9000;
}
.news-card__category--etc {
  color: #8e40be;
  border-color: #8e40be;
}
.news-card__category--movie {
  color: #999;
  border-color: #999;
  font-size: 1.3rem;
  margin-right: 0.5rem;
}

.member-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (min-width: 768px) {
  .member-list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.member-list__item {
  width: 100%;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .member-list__item {
    width: 33.333333%;
    padding: 20px;
  }
}

.member-card {
  position: relative;
  overflow: hidden;
  border: solid 1px #D9D9D9;
  padding: 30px;
  height: 100%;
  transition: 0.2s ease-out;
}
.member-card:hover {
  opacity: 0.7;
}
.member-card__more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.member-card__body {
  margin-top: 20px;
}
.member-card__title, .member-card__name {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.member-card__name {
  margin-top: 10px;
}
.member-card__category {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px;
}
.member-card__category--interview {
  background: rgba(0, 174, 239, 0.6);
}
.member-card__category--introduction {
  background: rgba(236, 0, 140, 0.6);
}
.member-card__category--voice {
  color: #111;
  background: rgba(249, 236, 0, 0.6);
}

.staff-summary {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.5em;
}
@media screen and (min-width: 1025px) {
  .staff-summary {
    font-size: 1.6rem;
  }
}

.staff-list {
  display: flex;
  flex-wrap: wrap;
}
.staff-list__item {
  width: 50%;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .staff-list__item {
    width: 25%;
    padding: 20px;
  }
}

.staff-card {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 20px;
  border: solid 1px #D9D9D9;
  transition: 0.2s ease-out;
}
.staff-card:hover {
  opacity: 0.7;
}
.staff-card__more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.staff-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 10px;
}
.staff-card__body:after {
  content: "\e909";
  font-family: "icomoon";
  font-size: 1.6rem;
  display: inline-block;
  transform: rotate(90deg);
  margin-top: 10px;
}
.staff-card__title {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.staff-card__position {
  font-size: 1.2rem;
}

.scroller {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  color: #fff;
  background: #31424e;
}
.scroller:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "\e908";
  font-family: "icomoon";
  font-size: 1.4rem;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.navbar-footer {
  margin-bottom: 10px;
}
@media screen and (min-width: 1025px) {
  .navbar-footer {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
}

.nav-footer {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .nav-footer {
    flex-wrap: nowrap;
    padding: 0 40px;
  }
}
.nav-footer__item {
  flex: 0 0 50%;
  /*
  @include min_tablet {
    flex: 0 0 33.333333%;
  }
  */
  /*
  &:not(:nth-child(3n + 1)) {
    @include only_tablet {
      border-left: 1px solid #ddd;
    }
  }
      */
}
@media screen and (max-width: 1024px) {
  .nav-footer__item {
    border-bottom: 1px solid #ddd;
  }
}
@media screen and (min-width: 1025px) {
  .nav-footer__item {
    flex: 1 0 auto;
    border-left: 1px solid #ddd;
  }
}
@media screen and (max-width: 1024px) {
  .nav-footer__item:nth-child(even) {
    border-left: 1px solid #ddd;
  }
}
@media screen and (min-width: 1025px) {
  .nav-footer__item:last-child {
    border-right: 1px solid #ddd;
  }
}
.nav-footer__link {
  display: block;
  font-size: 1.2rem;
  color: inherit;
  padding: 10px;
}
@media screen and (min-width: 1025px) {
  .nav-footer__link {
    font-size: 1.4rem;
    text-align: center;
  }
}
.nav-footer__link[target=_blank]:after {
  content: "\e903";
  font-family: "icomoon";
  color: #00aeef;
  margin-left: 10px;
}

.footer-company__logo {
  display: block;
  width: 150px;
  height: 48px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .footer-company__logo {
    width: 180px;
    height: 58px;
  }
}
.footer-company__access {
  text-align: center;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .footer-company__access {
    font-size: 1.4rem;
  }
}

.footer-title__body {
  margin: 0 1em;
}

@media screen and (min-width: 768px) {
  .footer-contact {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer-contact__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
  margin: 20px 0;
}
.footer-contact__title:before, .footer-contact__title:after {
  content: "";
  flex: 1 0 0;
  height: 0;
  border-top: 1px solid #999;
}
.footer-contact__title:before {
  margin-right: 1em;
}
.footer-contact__title:after {
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .footer-contact__item {
    width: 50%;
  }
}
.footer-contact__name {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #00aeef;
}
.footer-contact__name:before {
  font-family: "icomoon";
  font-weight: normal;
  margin-right: 10px;
}
.footer-contact__name--mail:before {
  content: "\e900";
}
.footer-contact__name--phone:before {
  content: "\e905";
}
.footer-contact__text {
  margin-top: 0.5em;
  margin-bottom: 1.6em;
}

.copyright {
  color: #999;
  text-align: center;
  background: #f7f7f7;
  padding: 10px 3px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}

.post-type-page,
.post-type-event,
.post-type-news,
.post-type-staff,
.post-type-member {
  max-width: 1024px;
  font-size: 1.4rem;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .post-type-page,
  .post-type-event,
  .post-type-news,
  .post-type-staff,
  .post-type-member {
    font-size: 1.6rem;
  }
}

.post-type-page p:not(:first-child),
.post-type-event p:not(:first-child),
.post-type-news p:not(:first-child),
.post-type-staff p:not(:first-child),
.post-type-member p:not(:first-child) {
  margin-top: 1em;
}

.main {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .main {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .article-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.article-header--flexnone {
  display: block;
}
.article-header__list {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.5rem;
}
.article-header__tag {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .article-header__tag {
    font-size: 1.6rem;
    margin-right: 20px;
  }
}
.article-header__tag--wanted, .article-header__tag--introduction {
  background: #ec008c;
}
.article-header__tag--interview {
  background: #00aeef;
}
.article-header__tag--voice {
  background: #f9ec00;
}
.article-header__tag--movie {
  background: #999;
  font-size: 1.2rem;
  margin-right: 0.5rem;
  font-weight: normal;
}
.article-header__title {
  font-size: 20px;
  font-weight: normal;
  color: #00aeef;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .article-header__title {
    font-size: 28px;
  }
}

.article-meta {
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  padding: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .article-meta {
    display: flex;
    align-items: center;
  }
}
.article-meta__time {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .article-meta__time {
    font-size: 1.4rem;
    margin-right: 20px;
  }
}
.article-meta__category {
  line-height: 30px;
  border: 1px solid #999;
  border-radius: 15px;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .article-meta__category {
    font-size: 1.2rem;
    margin-right: 20px;
  }
}
.article-meta__place {
  position: relative;
  font-size: 1.2rem;
  color: #999;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .article-meta__place {
    font-size: 1.4rem;
  }
}
.article-meta__place:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

.article-footer {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .article-footer {
    margin-top: 60px;
  }
}

.single-pager {
  list-style: none;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .single-pager {
    flex-direction: column;
  }
}
.single-pager__item {
  white-space: nowrap;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .single-pager__item {
    width: 100%;
    margin: 5px 0;
  }
}
@media screen and (min-width: 768px) {
  .single-pager__item {
    margin: 0 20px;
  }
}
.single-pager__link {
  display: block;
  color: #999;
  text-align: center;
  line-height: 30px;
  padding: 0 30px;
  border: 1px solid #999;
  border-radius: 15px;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .single-pager__link {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 44px;
    padding: 0 50px;
    border-radius: 22px;
  }
}
.single-pager__link:hover {
  color: #fff;
  background: #999;
}

.pager {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .pager {
    margin-top: 60px;
  }
}
.pager__item {
  margin: 0 10px;
}
.pager__link {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 1.4rem;
  color: #31424e;
  line-height: 30px;
  text-align: center;
  border: 1px solid #31424e;
  border-radius: 50%;
  transition: 0.2s ease-out;
}
.pager__link:hover, .pager__link--active {
  color: #fff;
  background: #31424e;
}

.staff-cats {
  list-style: none;
  display: flex;
  justify-content: center;
}
.staff-cats__item {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .staff-cats__item {
    padding: 20px;
  }
}
.staff-cats__link {
  position: relative;
  display: block;
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: 0.05em;
  border: 2px solid #000;
  padding: 10px 18px;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .staff-cats__link {
    font-size: 2rem;
    transition: 0.2s ease-out;
    padding: 12px 24px;
    opacity: 0.3;
  }
}
.staff-cats__link:before, .staff-cats__link:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-width: 10px 8px 0 8px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
.staff-cats__link:before {
  transform: translate(-50%, 2px);
}
.staff-cats__link:after {
  border-top-color: #fff;
  transform: translate(-50%, 0);
}
.staff-cats__link--support, .staff-cats__link--introduction {
  color: #ec008c;
  border-color: #ec008c;
  background: #ffebf5;
}
.staff-cats__link--support:after, .staff-cats__link--introduction:after {
  border-top-color: #ffebf5;
}
.staff-cats__link--mentor, .staff-cats__link--interview {
  color: #00aeef;
  border-color: #00aeef;
  background: #ebf7ff;
}
.staff-cats__link--mentor:after, .staff-cats__link--interview:after {
  border-top-color: #ebf7ff;
}
.staff-cats__link--voice {
  color: #b5b532;
  border-color: #b5b532;
  background: #fdfddf;
}
.staff-cats__link--voice:after {
  border-top-color: #fdfddf;
}
.staff-cats__link:hover, .staff-cats__link--active {
  opacity: 1;
}

.category-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .category-list__item {
    width: 100%;
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .category-list__item {
    padding: 20px;
  }
}
.category-list__link {
  display: block;
  font-size: 1.2rem;
  color: #999;
  line-height: 30px;
  text-align: center;
  border: 1px solid #999;
  border-radius: 15px;
  padding: 0 10px;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .category-list__link {
    font-size: 1.4rem;
    line-height: 44px;
    padding: 0 20px;
    border-radius: 22px;
  }
}
.category-list__link:before {
  content: "\e909";
  font-family: "icomoon";
  margin-right: 10px;
}
.category-list__link:hover, .category-list__link--active {
  color: #fff;
  background: #999;
}

.month-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .month-list__item {
    width: 100%;
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .month-list__item {
    padding: 20px;
  }
}
.month-list__link {
  display: block;
  font-size: 1.2rem;
  color: #00aeef;
  line-height: 30px;
  text-align: center;
  border: 1px solid #00aeef;
  border-radius: 15px;
  padding: 0 10px;
  transition: 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .month-list__link {
    font-size: 1.4rem;
    line-height: 44px;
    padding: 0 20px;
    border-radius: 22px;
  }
}
.month-list__link:after {
  content: "\e908";
  font-family: "icomoon";
  margin-left: 10px;
}
.month-list__link:hover, .month-list__link--active {
  color: #fff;
  background: #00aeef;
}

.children {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -5px;
}
@media screen and (min-width: 768px) {
  .children {
    margin: 10px -10px;
  }
}
.children__item {
  display: flex;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .children__item {
    padding: 10px;
  }
}
.children--standard .children__item {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .children--standard .children__item {
    width: 25%;
  }
}
.children--wide .children__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .children--wide .children__item {
    width: 33.333333%;
  }
}

.children-card {
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 1.5;
  background: #fff;
  border: 1px solid #ccc;
}
.children-card__more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.children-card__head {
  position: relative;
}
.children-card--standard .children-card__head {
  padding: 10px 10px 0;
}
@media screen and (min-width: 768px) {
  .children-card--standard .children-card__head {
    padding: 20px 20px 0;
  }
}
.children-card--standard .children-card__thumbnail {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
}
.children-card__tag {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 1rem;
}
.children-card__tag--active {
  color: #fff;
  background: rgba(236, 0, 140, 0.6);
}
.children-card__tag--always {
  background: rgba(249, 236, 0, 0.6);
}
.children-card__body {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .children-card__body {
    padding: 20px;
  }
}
.children-card__title {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .children-card__title {
    font-size: 1.8rem;
  }
}
.children-card__title:after {
  display: inline-block;
  content: "\e909";
  font-family: "icomoon";
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .children-card__title:after {
    font-size: 1.6rem;
  }
}
.children-card__description {
  display: block;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .children-card__description {
    font-size: 1.4rem;
  }
}

.list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.list:not(:first-child) {
  margin-top: 1em;
}
.list__item {
  position: relative;
  padding: 0 20px 0 calc(20px + 1.5em);
}
.list__item:before {
  content: "\e909";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  left: 20px;
}
.list--red .list__item:before {
  color: #ffa7d3;
}
.list--orange .list__item:before {
  color: #ffd2a5;
}
.list--green .list__item:before {
  color: #b2efa7;
}
.list a[target=_blank]:after {
  content: "\e903";
  font-family: "icomoon";
  font-weight: normal;
  color: #00aeef;
  margin-left: 10px;
}

.ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.ul:not(:first-child) {
  margin-top: 1em;
}
.ul li {
  position: relative;
  padding-left: 1.5em;
}
.ul li:before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0.5em;
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: #00aeef;
  border-radius: 50%;
}

.ol {
  counter-reset: number;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.ol:not(:first-child) {
  margin-top: 1em;
}
.ol li {
  position: relative;
  padding-left: 2em;
}
.ol li:before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 0.25em;
  left: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  background: #ec008c;
  border-radius: 50%;
}

.links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.links:not(:first-child) {
  margin-top: 1em;
}
.links__item {
  padding: 10px;
}
.links__link {
  display: flex;
  width: 100%;
  align-items: center;
}
.links__link--red {
  color: #ec008c;
  border-color: #ec008c;
}
.links__link--gray {
  color: #999;
  border-color: #999;
}
.links__link--button {
  display: block;
  text-align: center;
  border: 1px solid;
  border-radius: 20px;
}
.links__link--button:before {
  content: "\e909";
  font-family: "icomoon";
  margin-right: 1em;
}
.links__link--pdf, .links__link--word {
  line-height: 3rem;
}
.links__link--pdf:before, .links__link--word:before {
  font-family: "icomoon";
  font-size: 3rem;
  margin-right: 10px;
}
.links__link--pdf:after, .links__link--word:after {
  content: "\e908";
  font-family: "icomoon";
  margin-left: 10px;
}
.links__link--pdf:before {
  content: "\e902";
}
.links__link--word:before {
  content: "\e907";
}

.h1 {
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .h1 {
    font-size: 2.8rem;
  }
}
.h1:not(:first-child) {
  margin-top: 2em;
}

.h2 {
  position: relative;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .h2 {
    font-size: 2.4rem;
  }
}
.h2:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  .h2:not(:first-child) {
    margin-top: 60px;
  }
}
.h2--strong {
  font-weight: bold;
  color: #00aeef;
}

.h3 {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  color: #00aeef;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  border-bottom: 2px solid #00aeef;
}
@media screen and (min-width: 1025px) {
  .h3 {
    font-size: 2.2rem;
  }
}
.h3:not(:first-child) {
  margin-top: 2em;
}

.h4 {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}
@media screen and (min-width: 1025px) {
  .h4 {
    font-size: 1.8rem;
  }
}
.h4:not(:first-child) {
  margin-top: 1em;
}
.h4--blue {
  border-bottom-color: #83CFFF;
}
.h4--red {
  border-bottom-color: #FFA7D3;
}
.h4--orange {
  border-bottom-color: #ffd2a5;
}
.h4--green {
  border-bottom-color: #b2efa7;
}

.h5 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .h5 {
    font-size: 1.8rem;
  }
}
.h5:not(:first-child) {
  margin-top: 1em;
}
.h5--blue {
  color: #00aeef;
}
.h5--red {
  color: #ec008c;
}

.h6:not(:first-child) {
  margin-top: 1em;
}
.h6__inner {
  display: inline-block;
  font-size: 1.4rem;
  color: #00aeef;
  border: 1px solid #00aeef;
  padding: 0 2em;
}

.profile {
  background: #fffff4;
  padding: 30px;
  border-radius: 30px;
}
.profile:not(:first-child) {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .media {
    display: flex;
  }
}
.media:not(:first-child) {
  margin-top: 1em;
}
.media__figure {
  flex: 0 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .media__body {
    flex: 1 0 0;
  }
}
@media screen and (min-width: 768px) {
  .media--left .media__figure {
    order: 1;
    margin-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .media--left .media__body {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .media--right .media__figure {
    order: 2;
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .media--right .media__body {
    order: 1;
  }
}

.table-responsive {
  max-width: 100%;
  overflow-x: auto;
}
.table-responsive:not(:first-child) {
  margin-top: 1em;
}

.table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.table:not(:first-child) {
  margin-top: 1em;
}
.table th,
.table td {
  text-align: left;
  padding: 20px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.table thead th,
.table thead td {
  font-weight: bold;
  color: #fff;
  background: #31424e;
}
.table tbody th {
  font-weight: bold;
  background: #f7f7f7;
  word-break: keep-all;
}
.table--correspond td {
  text-align: center;
}
.table--correspond td.active:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #ec008c;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .table--block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .table--block thead,
  .table--block tbody,
  .table--block tr,
  .table--block th,
  .table--block td {
    display: block;
  }
}

.photoslider {
  max-width: 800px;
  background: #fffff4;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}
.photoslider:not(:first-child) {
  margin-top: 1em;
}

.photoslider-main .slick-arrow,
.photoslider-nav .slick-arrow {
  position: absolute;
  top: 50%;
  display: block;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  cursor: pointer;
}
.photoslider-main .slick-arrow:before,
.photoslider-nav .slick-arrow:before {
  font-family: "icomoon";
  color: #fff;
}
.photoslider-main .slick-prev,
.photoslider-nav .slick-prev {
  left: 0;
  transform: translate(50%, -50%) rotate(180deg);
}
.photoslider-main .slick-prev:before,
.photoslider-nav .slick-prev:before {
  content: "\e908";
}
.photoslider-main .slick-next,
.photoslider-nav .slick-next {
  right: 0;
  transform: translate(-50%, -50%);
}
.photoslider-main .slick-next:before,
.photoslider-nav .slick-next:before {
  content: "\e908";
}

.photoslider-main .slick-arrow {
  width: 40px;
  height: 40px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .photoslider-main .slick-arrow {
    width: 60px;
    height: 60px;
    font-size: 2rem;
  }
}

.photoslider-nav {
  padding: 5px 0;
}
.photoslider-nav__item {
  padding: 5px;
}
.photoslider-nav .slick-arrow {
  width: 30px;
  height: 30px;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .photoslider-nav .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
}

.gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery:not(:first-child) {
  margin-top: 1em;
}
.gallery-item {
  text-align: center;
  padding: 10px;
}
.gallery-columns-2 .gallery-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
}
.gallery-columns-3 .gallery-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gallery-columns-3 .gallery-item {
    width: 33.333333%;
  }
}
.gallery-columns-4 .gallery-item {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
}
.gallery-columns-5 .gallery-item {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
.gallery-caption {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .gallery-caption {
    font-size: 1.4rem;
  }
}
.gallery img {
  max-width: 100%;
  height: auto;
}

.tel-btn,
.mail-btn {
  position: relative;
  display: inline-block;
  color: #00aeef;
  text-align: center;
  border: 1px solid #00aeef;
  border-radius: 20px;
  padding-right: 2rem;
  padding-left: 4rem;
}
.tel-btn:before,
.mail-btn:before {
  position: absolute;
  top: 50%;
  left: 1rem;
  font-family: "icomoon";
  transform: translateY(-50%);
}

.tel-btn:before {
  content: "\e905";
}

.mail-btn:before {
  content: "\e900";
}

.gmap-wrapper {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  margin-top: 2rem;
  overflow: hidden;
}
.gmap-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.video-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 3rem 0 1rem;
}
.video-wrap__item {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .video-wrap__item {
    width: calc(50% - 1rem);
  }
}
.video-wrap__item iframe {
  width: 100%;
}
.video-wrap__title {
  display: block;
  margin-bottom: 0.5rem;
}
.video-wrap__length {
  font-size: 80%;
  font-weight: normal;
  display: inline-block;
  margin-left: 1rem;
}

.movie-info {
  margin-top: 0.5rem;
}
.movie-info dt {
  display: inline-block;
  font-size: 1.3rem;
}
.movie-info dt::after {
  content: ":";
  display: inline-block;
  margin: 0 0.5rem;
}
.movie-info dd {
  display: inline;
  font-size: 1.3rem;
  word-wrap: break-word;
}

.movie-head {
  background: #fffff4;
  padding: 30px;
}
.movie-head p {
  font-size: 1.6rem;
}
.movie-head p a {
  text-decoration: underline;
  transition: 0.2s ease-out;
}
.movie-head p a:hover {
  opacity: 0.6;
}

.post-password-form {
  margin-top: 3rem;
}
.post-password-form label input:first-child {
  background: #fff;
  border: 1px solid #999;
  border-radius: 5px;
}
.post-password-form label + input {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  background: #00aeef;
  padding: 0.5rem 2rem;
  border-radius: 3px;
}