@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  box-sizing: border-box;
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  padding: 0px;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  height: auto;
  max-width: 100%;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *  (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.top-navigation::after, .top-navigation ul::after, .section-block2::after, #feelings .column-wrap1::after, #feelings .column-wrap2::after, #feelings .salary-list::after, #jobs .job-tabs::after, #jobs .job-content::after, #message .teacher-tabs::after, #message .teacher-info .interview::after,
.group::after {
  content: '';
  display: block;
  clear: both;
}

.hide-text {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}

/* ====================
   general
==================== */
html,
body {
  height: 100%;
}

html {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #221b03;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", Osaka, Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  margin: 0 auto;
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  a:hover {
    text-decoration: underline;
  }
}

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

/* ====================
   header
==================== */
/* navigation */
.top-navigation {
  color: #fff;
  left: 0;
  padding: 1em;
  position: fixed;
  top: 0;
  transition: all ease-in 200ms;
  width: 100%;
  z-index: 100;
}
.top-navigation.scrolled, .top-navigation.opened {
  background-color: rgba(249, 201, 23, 0.9);
  box-shadow: 0 1px 2px rgba(34, 27, 3, 0.25);
}
.top-navigation a:hover {
  text-decoration: none;
}
.top-navigation .logo {
  float: left;
  margin: 0;
  width: 4.75em;
}
.top-navigation .menu-wrap {
  clear: both;
}
.top-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-navigation ul > li {
  float: left;
  line-height: 1.3;
  margin: 2em 0 0;
  width: 50%;
}
.top-navigation ul > li:nth-child(odd) {
  padding-right: 1em;
}
.top-navigation ul > li:nth-child(even) {
  padding-left: 1em;
}
.top-navigation ul > li a {
  display: table;
  width: 100%;
}
.top-navigation ul > li a > span {
  display: table-cell;
  vertical-align: middle;
}
.top-navigation ul > li a > span:first-child {
  width: 4em;
}
.top-navigation ul > li a > span:last-child {
  padding-left: 1em;
}
.top-navigation ul > li img {
  vertical-align: middle;
  width: 4em;
}
.top-navigation button {
  background: none;
  border: none;
  float: right;
  margin: 1em 0 0;
  outline: none;
  padding: 0;
  width: 4em;
}
.top-navigation button .close-menu {
  display: none;
}
.top-navigation button.opened .close-menu {
  display: inline;
}
.top-navigation button.opened .open-menu {
  display: none;
}
@media only screen and (min-width: 768px) {
  .top-navigation {
    font-size: 12px;
  }
  .top-navigation .menu-wrap {
    clear: none;
    float: right;
    overflow: hidden;
  }
  .top-navigation ul {
    display: block;
    float: right;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }
  .top-navigation ul.showing {
    transform: translateX(0);
  }
  .top-navigation ul > li {
    margin: 1em 2em 0 0;
    width: 6em;
  }
  .top-navigation ul > li:nth-child(odd), .top-navigation ul > li:nth-child(even) {
    padding: 0;
  }
  .top-navigation ul > li a {
    display: block;
  }
  .top-navigation ul > li a > span {
    display: block;
    text-align: center;
  }
  .top-navigation ul > li a > span:first-child {
    width: auto;
  }
  .top-navigation ul > li a > span:last-child {
    padding-left: 0;
    padding-top: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1149px) {
  .top-navigation .logo {
    width: 4em;
  }
  .top-navigation ul > li img {
    width: 3em;
  }
  .top-navigation button {
    width: 3em;
  }
}
@media only screen and (min-width: 1150px) {
  .top-navigation {
    font-size: 16px;
  }
  .top-navigation .logo {
    width: auto;
  }
  .top-navigation ul > li {
    margin-right: 2.5em;
  }
  .top-navigation ul > li img {
    width: auto;
  }
  .top-navigation button {
    width: auto;
  }
}

/* ====================
   footer
==================== */
.main-footer {
  padding: 5.5em 0;
  position: relative;
}
.main-footer .page-top {
  height: 4em;
  margin: 0;
  position: absolute;
  right: 3.125%;
  top: 1em;
  width: 4em;
}
.main-footer .page-top a {
  background: url(../images/pagetop.png) no-repeat center center;
  background-size: contain;
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  width: 100%;
}
.main-footer .footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.main-footer .footer-nav > li {
  color: #f9c917;
  display: inline-block;
  margin: 0 1em 1em;
}
.main-footer .copyright {
  color: #f9c917;
  margin: 2em 0 0;
  text-align: center;
}
.main-footer.inverted {
  background-color: #f9c917;
}
.main-footer.inverted .footer-nav > li {
  color: #fff;
}
.main-footer.inverted .copyright {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .main-footer .page-top a {
    transition: opacity 200ms ease-in-out;
  }
  .main-footer .page-top a:hover {
    opacity: .7;
  }
}

/* ====================
   main
==================== */
/* section-block */
.section-block h2,
.section-block2 h2 {
  font-size: 4em;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1em;
  padding-top: 1em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-block h2,
  .section-block2 h2 {
    font-size: 4.25em;
  }
  .section-block h2 br,
  .section-block2 h2 br {
    display: none;
  }
}

.section-block .wrap {
  padding: 0 1em;
}
.section-block h2 {
  text-align: center;
}
.section-block h2 + p {
  font-size: 1.333em;
  margin: 0 0 3em;
  text-align: center;
}
.section-block .link-button {
  color: #fff;
  font-size: 2.583em;
  line-height: 1.2;
  margin: 0 auto 2em;
  text-align: center;
  text-shadow: 0 1px 4px rgba(34, 27, 3, 0.25);
}
.section-block .link-button a {
  background: #f9c917 url(../images/arrow-link2.png) no-repeat 95% 50%;
  background-size: auto 1em;
  border-bottom: none;
  box-shadow: 0 1px 4px rgba(34, 27, 3, 0.25);
  display: block;
  padding: .5em;
  transition: background-color 200ms ease-in-out;
}
@media only screen and (min-width: 768px) {
  .section-block .link-button {
    margin-bottom: 0;
  }
  .section-block .link-button a:hover {
    background-color: #fad549;
    text-decoration: none;
  }
}

.section-block2 .wrap {
  padding: 0 1em;
}
.section-block2 .section-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0;
  margin-top: 2em;
  padding-bottom: 162.162162%;
}
.section-block2 h2 + p {
  margin: 0 0 1.5em;
}
@media only screen and (min-width: 768px) {
  .section-block2 .wrap {
    float: right;
    padding: 0 4.054054%;
    width: 70%;
  }
  .section-block2 .section-image {
    background-size: cover;
    float: left;
    margin-top: 0;
    padding-bottom: 0;
    width: 30%;
  }
  .section-block2 h2 {
    text-align: left;
  }
}
@media only screen and (min-width: 1150px) {
  .section-block2 .wrap {
    width: 60%;
  }
  .section-block2 .section-image {
    width: 40%;
  }
}

.hero {
  background-color: #f9c917;
  padding-top: 8.5em;
}
@media only screen and (min-width: 768px) {
  .hero {
    padding-top: 5.25em;
  }
}
@media only screen and (min-width: 1150px) {
  .hero {
    padding-top: 8.313em;
  }
}

.video-wrap {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* ====================
   main
==================== */
#features .wrap {
  background: url(../images/bg-logo.png) no-repeat right bottom;
  background-size: 50% auto;
  padding-bottom: 4em;
}
#features .wrap h2 {
  text-align: center;
}
#features .wrap h2 + p {
  font-size: 1.625em;
  margin-bottom: 0;
  text-align: center;
}
#features .wrap h2 + p br:nth-child(2),
#features .wrap h2 + p br:nth-child(4),
#features .wrap h2 + p br:nth-child(5) {
  display: none;
}
#features .section-image {
  background-image: url(../images/section-image-01_20190724.jpg);
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  #features .wrap {
    padding-bottom: 0;
  }
  #features .wrap h2 + p {
    margin-bottom: 45%;
  }
  #features .wrap h2 + p br:nth-child(2),
  #features .wrap h2 + p br:nth-child(4),
  #features .wrap h2 + p br:nth-child(5) {
    display: inline;
  }
}

#feelings {
  background-color: #f9c917;
}
#feelings .wrap {
  padding-bottom: 4em;
}
#feelings .section-image {
  background: url(../images/section-image-03_20190724.jpg) no-repeat center top;
  background-size: contain;
  height: 0;
  padding-bottom: 32.432432%;
}
#feelings h2 {
  color: #fff;
}
#feelings h2 + p {
  font-size: 1.625em;
  line-height: 2;
  margin-bottom: 3em;
}
#feelings h2 + p img {
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(34, 27, 3, 0.25);
  max-width: 266px;
}
#feelings h2 + p > span {
  display: block;
}
#feelings h2 + p > span:first-child {
  margin-bottom: 1.5em;
  text-align: center;
}
#feelings h3 {
  background: url(../images/logo-bullet.png) no-repeat left 0.1em;
  background-size: auto 1em;
  color: #fff;
  font-size: 2.625em;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1.2;
  margin: 0 0 0.75em;
  padding: 0 0 0 1.25em;
}
#feelings h3 + p {
  line-height: 2;
  margin: 0 0 1.5em;
}
#feelings h4 {
  color: #fff;
  font-weight: bold;
  margin: 0 0 1em;
}
#feelings dl {
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(34, 27, 3, 0.25);
  padding: 1em;
}
#feelings dl dt {
  color: #f9c917;
  font-weight: bold;
  margin: 0 0 1em;
  padding: 0;
}
#feelings dl dd {
  margin: 0;
  padding: 0;
}
#feelings .column-wrap1 {
  margin: 0 auto 4em;
}
#feelings .column-wrap1:last-child {
  margin-bottom: 0;
}
#feelings .column-wrap1 p {
  line-height: 2;
  margin: 0 0 1.5em;
}
#feelings .column-wrap1 dl dt {
  margin: 0 0 1em;
  text-align: center;
}
#feelings .column-wrap1 dl dt br {
  display: none;
}
#feelings .column-wrap1 dl + p {
  line-height: 1.5;
  text-align: right;
  margin: 0;
}
#feelings .column-wrap1 dl + p small {
  font-size: 0.75em;
}
#feelings .column-wrap1 .left-area {
  margin-bottom: 2em;
}
#feelings .column-wrap2 {
  margin: 0 auto 4em;
}
#feelings .column-wrap2 dl {
  background-position: 1em center;
  background-repeat: no-repeat;
  background-size: auto 5em;
  padding-left: 6em;
}
#feelings .column-wrap2 dl:nth-of-type(1) {
  background-image: url(../images/icon-misc-01.png);
}
#feelings .column-wrap2 dl:nth-of-type(2) {
  background-image: url(../images/icon-misc-02.png);
}
#feelings .column-wrap2 dl:nth-of-type(3) {
  background-image: url(../images/icon-misc-03.png);
}
#feelings .column-wrap2 dl:nth-of-type(4) {
  background-image: url(../images/icon-misc-04.png);
}
#feelings .column-wrap2 dl:nth-of-type(5) {
  background-image: url(../images/icon-misc-05.png);
}
#feelings .column-wrap2 dl:nth-of-type(6) {
  background-image: url(../images/icon-misc-06.png);
  margin-bottom: 0;
}
#feelings .salary-list {
  list-style: none;
  margin: 0 auto;
  max-width: 464px;
  padding: 0;
}
#feelings .salary-list > li {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 4em auto;
  color: #fff;
  float: left;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin: 0 0 0 24.137931%;
  padding-top: 5.375em;
  position: relative;
  width: 17.241379%;
}
#feelings .salary-list > li:before {
  background: url(../images/arrow1.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  height: 0;
  left: -110%;
  padding-bottom: 2.75em;
  position: absolute;
  top: 1.625em;
  width: 4em;
}
#feelings .salary-list > li:nth-child(1) {
  background-image: url(../images/icon-misc-07.png);
  margin-left: 0;
}
#feelings .salary-list > li:nth-child(1):before {
  display: none;
}
#feelings .salary-list > li:nth-child(2) {
  background-image: url(../images/icon-misc-08.png);
}
#feelings .salary-list > li:nth-child(3) {
  background-image: url(../images/icon-misc-09.png);
}
@media only screen and (min-width: 768px) {
  #feelings .wrap {
    padding: 0 4.054054% 4em;
  }
  #feelings h2 + p {
    display: table;
  }
  #feelings h2 + p > span {
    display: table-cell;
    vertical-align: middle;
  }
  #feelings h2 + p > span:first-child {
    width: 266px;
  }
  #feelings h2 + p > span:last-child {
    padding-left: 2em;
    text-align: left;
  }
  #feelings h3 + p {
    width: 38.970588%;
  }
  #feelings .column-wrap1 dl dt br {
    display: inline;
  }
  #feelings .column-wrap1 .left-area {
    float: left;
    margin-bottom: 0;
    width: 38.970588%;
  }
  #feelings .column-wrap1 .right-area {
    float: right;
    width: 56.470588%;
  }
  #feelings .column-wrap1 .right-area dl {
    display: table;
    width: 100%;
  }
  #feelings .column-wrap1 .right-area dl dt,
  #feelings .column-wrap1 .right-area dl dd {
    display: table-cell;
    vertical-align: middle;
  }
  #feelings .column-wrap1 .right-area dl dt {
    margin: 0;
    padding-right: 1em;
    text-align: left;
    width: 160px;
  }
  #feelings .column-wrap2 dl {
    float: left;
    margin: 0 0 4.7794115% 4.7794115%;
    width: 30.147059%;
  }
  #feelings .column-wrap2 dl:nth-child(3n+1) {
    margin-left: 0;
  }
  #feelings .column-wrap2 dl:nth-child(4), #feelings .column-wrap2 dl:nth-child(5), #feelings .column-wrap2 dl:nth-child(6) {
    margin-bottom: 0;
  }
}

#jobs .job-tabs {
  background-color: #f9c917;
  list-style: none;
  margin: 0 0 1.5em;
  padding: 1em;
}
#jobs .job-tabs > li {
  margin: 0 auto 1em;
}
#jobs .job-tabs > li a {
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 0.5em;
  display: block;
  font-size: 1.333em;
  font-weight: bold;
  padding: 0.5em;
  text-align: center;
}
#jobs .job-tabs > li a.current {
  background-color: #fff;
}
#jobs .job-tabs > li a span:before {
  background-position: 0 0;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 24px;
  margin-right: 0.5em;
  vertical-align: middle;
}
#jobs .job-tabs > li:nth-child(1) a span:before {
  background-image: url(../images/icon-kinder-1.png);
  width: 24px;
}
#jobs .job-tabs > li:nth-child(2) a span:before {
  background-image: url(../images/icon-kinder-2.png);
  width: 20px;
}
#jobs .job-tabs > li:nth-child(3) a span:before {
  background-image: url(../images/icon-kinder-3.png);
  width: 22px;
}
#jobs .job-tabs > li:nth-child(4) {
  margin-bottom: 0;
}
#jobs .job-tabs > li:nth-child(4) a span:before {
  background-image: url(../images/icon-kinder-4.png);
  width: 20px;
}
#jobs .job-content {
  display: none;
}
#jobs .job-content.current {
  display: inherit;
}
#jobs .job-content > dt {
  background-color: #f9c917;
  font-weight: bold;
  padding: 1em;
  text-align: center;
  margin: 0;
}
#jobs .job-content > dt.color2 {
  background: #ececec;
  border-bottom: 2px solid #ececec;
}
#jobs .job-content > dd {
  border-bottom: 2px dotted #f9c917;
  margin: 0 0 2em;
  padding: 1em;
}
#jobs .job-content > dd.color2 {
  border-bottom: 2px dotted #ececec;
}
#jobs .job-content > dd:last-child {
  margin-bottom: 0;
}
#jobs .job-content > .empty {
  width: 100%;
  height: 80px;
  background: none;
  border: none;
}
@media only screen and (min-width: 768px) {
  #jobs .wrap {
    padding: 0 4.054054% 4em;
  }
  #jobs .job-tabs > li {
    float: left;
    margin: 0 0 0 1.176471%;
    width: 23.529412%;
  }
  #jobs .job-tabs > li a {
    font-size: 1em;
    height: 100%;
    transition: background-color 200ms ease-in-out;
  }
  #jobs .job-tabs > li a:hover {
    background-color: #fff;
    text-decoration: none;
  }
  #jobs .job-content > dt {
    border-bottom: 2px solid #f9c917;
    float: left;
    margin-bottom: 2em;
    text-align: left;
    width: 14.117647%;
  }
  #jobs .job-content > dt.color2 {
    background: #ececec;
    border-bottom: 2px solid #ececec;
  }
  #jobs .job-content > dd {
    float: left;
    width: 35.882353%;
  }
  #jobs .job-content > dd.full-width {
    width: 85.882353%;
  }
}

#message {
  background-color: #f9c917;
}
#message .wrap {
  padding: 0 1em 4em;
}
#message h2 {
  color: #fff;
}
#message .teacher-tabs {
  list-style: none;
  margin: 0 auto 3em;
  padding: 0;
}
#message .teacher-tabs > li {
  float: left;
  margin: 0 0 0 4.054054%;
  width: 30.630631%;
}
#message .teacher-tabs > li:first-child {
  margin-left: 0;
}
#message .teacher-tabs > li a {
  display: block;
  height: 100%;
  position: relative;
}
#message .teacher-tabs > li a:hover {
  text-decoration: none;
}
#message .teacher-tabs > li a.current .card {
  opacity: 1;
}
#message .teacher-tabs > li a.current:after {
  background: url(../images/triangle1.png) no-repeat 0 0;
  background-size: contain;
  bottom: -3em;
  content: "";
  display: block;
  height: 2em;
  left: 50%;
  margin-left: -2em;
  position: absolute;
  width: 4em;
}
#message .teacher-tabs figure {
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
}
#message .teacher-tabs .card {
  background-color: #fff;
  border: 0.5em solid #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(34, 27, 3, 0.25);
  margin: 0 auto 0.5em;
  opacity: .7;
  overflow: hidden;
}
#message .teacher-tabs .card-front img {
  display: block;
  margin: 0 auto;
}
#message .teacher-tabs .card-back {
  background-color: rgba(249, 201, 23, 0.9);
  display: none;
}
#message .teacher-tabs figcaption {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
}
#message .teacher-tabs figcaption span {
  display: block;
  font-size: 0.8em;
}
#message .teacher-content {
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(34, 27, 3, 0.25);
  display: none !important;
}
#message .teacher-content.current {
  display: inherit !important;
}
#message .teacher-image {
  margin: 0 auto;
  padding: 1em;
}
#message .teacher-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#message .teacher-info {
  padding: 1em;
}
#message .teacher-info h3 {
  color: #f9c917;
  font-size: 2.625em;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 .5em;
}
#message .teacher-info h3 span {
  font-size: 0.619em;
}
#message .teacher-info dl {
  margin: 2em 0 0;
  padding: 0;
}
#message .teacher-info dl:first-child {
  margin-top: 0;
}
#message .teacher-info dl dt {
  color: #f9c917;
  font-weight: bold;
  margin: 0 0 1em;
  padding: 0;
}
#message .teacher-info dl dd {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 960px) {
  #message .teacher-tabs > li a:hover:not(.current) .card {
    opacity: .7;
  }
  #message .teacher-tabs > li a.current .card-back {
    opacity: 1;
    visibility: visible;
    padding: 20px;
  }
  #message .teacher-tabs > li .card {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  #message .wrap {
    padding: 0 4.054054% 4em;
  }
  #message h2 br {
    display: none;
  }
  #message .teacher-tabs {
    max-width: 1236px;
  }
  #message .teacher-tabs > li {
    margin: 0 0 0 13.592233%;
    width: 24.271845%;
  }
  #message .teacher-tabs .card {
    margin-bottom: 1em;
    position: relative;
    transition: opacity 200ms ease-in-out;
  }
  #message .teacher-tabs .card-back {
    align-items: center;
    border-radius: 50%;
    bottom: 0;
    display: flex;
    font-size: 0.75em;
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 100%;
  }
  #message .teacher-tabs .card-back > span {
    display: block;
    margin: 0 auto;
  }
  #message .teacher-tabs figcaption {
    font-size: 1.625em;
  }
  #message .teacher-tabs figcaption span {
    font-size: 0.619em;
  }
  #message .teacher-content {
    display: table;
    width: 100%;
  }
  #message .teacher-content .teacher-image {
    display: table-cell;
    padding: 0;
    max-width: 320px;
    vertical-align: top;
    width: 23.529412%;
  }
  #message .teacher-content .teacher-info {
    display: table-cell;
    vertical-align: top;
    width: 76.470588%;
  }
}
@media only screen and (min-width: 1150px) {
  #message .teacher-tabs .card-back {
    font-size: 1em;
  }
  #message .teacher-tabs figcaption {
    font-size: 2.625em;
  }
  #message .teacher-tabs figcaption span {
    display: inline-block;
    font-size: 0.619em;
    margin-left: 0.5em;
  }
  #message .teacher-content .teacher-info {
    padding: 2em 2em 1em;
  }
  #message .teacher-content .teacher-info dl {
    float: left;
    width: 50%;
  }
  #message .teacher-content .teacher-info dl:nth-child(odd) {
    padding-right: 2em;
  }
  #message .teacher-content .teacher-info dl:nth-child(even) {
    padding-left: 2em;
  }
  #message .teacher-content .teacher-info dl:nth-child(2) {
    margin-top: 0;
  }
}

#faq .section-image {
  background-image: url(../images/section-image-04_20190724.jpg);
  background-position: 70% 0;
}
#faq .faq {
  margin: 0;
  padding: 0;
}
#faq .faq dt {
  background: url(../images/question.png) no-repeat left top;
  background-size: 1.5em auto;
  color: #f9c917;
  font-weight: bold;
  margin: 0 0 1em;
  padding: 0 0 0 2em;
}
#faq .faq dd {
  border-bottom: 2px dotted #f9c917;
  margin: 0 0 1.5em;
  padding: 0 0 1.5em 2em;
}
#faq .faq dd:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/*# sourceMappingURL=styles.css.map */
