@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
/*clear fix*/
/* ------------------------------------------------
 common     
 ---------------------------------------------- */
body {
  font-family: 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.8;
  }
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.en, .message__img:before, .pager, .article__meta-item--date {
  font-family: 'Oswald', sans-serif;
}
strong {
  font-weight: bold;
}
/* wrapper
 -------------------------*/
.wrapper {
  position: relative;
  left: 0;
  transition: left 300ms;
  min-width: 1000px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .wrapper {
    min-width: inherit;
  }
}
.wrapper.is_open {
  left: -260px;
}
.wrapper.is_open .header {
  left: -260px;
}
.wrapper.is_open .gnav {
  right: 0;
}
.wrapper.is_open .layer {
  display: block;
}
.wrapper.is_open .header__menu-btn:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: none;
  top: 6px;
  left: -5px;
}
.wrapper.is_open .header__menu-btn:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: none;
  top: 8px;
  left: 1px;
}
.layer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(114, 133, 140, .6);
  z-index: 92;
}
/* breadcrumb
 -------------------------*/
.breadcrumb {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb__item {
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
}
.breadcrumb__item:last-child {
  font-weight: bold;
}
.breadcrumb__item:last-child:after {
  display: none;
}
.breadcrumb__item:after {
  content: ">";
}
.breadcrumb__item a {
  padding-right: 8px;
}
.breadcrumb__item--current {
  cursor: default;
  color: #333;
}
/* contents
 -------------------------*/
.contents {
  background-color: rgba(229, 248, 255, .3);
}
@media screen and (max-width: 1000px) {
  .contents {
    padding-top: 50px;
  }
}
/* ------------------------------------------------
 common  parts
 ---------------------------------------------- */
.container {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container {
    width: auto;
    padding: 0 20px;
  }
}
.wrap, .fade {
  display: block;
  text-decoration: none;
}
.wrap:hover, .fade:hover {
  text-decoration: none;
}
.ib {
  display: inline-block;
}
.phoneTxt {
  text-decoration: none;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .is_pc {
    display: none;
  }
}
.is_sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .is_sp {
    display: block !important;
  }
}
.contact__submit-btn, .contact__jump-btn {
  display: block;
  margin: 0 auto 20px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #00bffe;
  letter-spacing: 0.2em;
  color: #000;
  cursor: pointer;
  width: 386px;
  border: 3px solid #000;
filter: alpha(opacity=100);
  opacity: 1;
  transition: opacity 300ms;
}
.contact__submit-btn:hover, .contact__jump-btn:hover {
  text-decoration: none;
filter: alpha(opacity=70);
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .contact__submit-btn, .contact__jump-btn {
    width: 100%;
    font-size: 14px;
    padding: 10px 15px;
    min-width: inherit;
  }
}
.big-white-button {
  display: block;
  margin: 0 auto 20px;
  background: #fff;
  width: 300px;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  transition: opacity 300ms;
  border: 3px solid #000;
filter: alpha(opacity=100);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .big-white-button {
    width: 250px;
    font-size: 14px;
  }
}
.big-white-button:hover {
filter: alpha(opacity=70);
  opacity: 0.7;
}
.big-white-button:hover {
  text-decoration: none;
}
@-webkit-keyframes fadeInUp {
  from {
filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    -webkit-transform: translate3d(0, 15%, 0);
    -ms-transform: translate3d(0, 15%, 0);
    -moz-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  to {
filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  from {
filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    -webkit-transform: translate3d(0, 15%, 0);
    -ms-transform: translate3d(0, 15%, 0);
    -moz-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  to {
filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    -webkit-transform: translate3d(0, 15%, 0);
    -ms-transform: translate3d(0, 15%, 0);
    -moz-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  to {
filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInSide {
  from {
filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -webkit-transform: translate3d(10%, 0, 0);
    -ms-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInSide {
  from {
filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -webkit-transform: translate3d(10%, 0, 0);
    -ms-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
@keyframes fadeInSide {
  from {
filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -webkit-transform: translate3d(10%, 0, 0);
    -ms-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
.bgt-grid, .bgt-container, .bgb-title, .fadeinAnime {
filter: alpha(opacity=0);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .bgt-grid, .bgt-container, .bgb-title, .fadeinAnime {
filter: alpha(opacity=100);
    opacity: 1 !important;
  }
}
.bgt-grid.animated, .bgt-container.animated, .bgb-title.animated, .fadeinAnime.animated {
  -webkit-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media screen and (max-width: 768px) {
  .bgt-grid.animated, .bgt-container.animated, .bgb-title.animated, .fadeinAnime.animated {
    -webkit-animation: none;
    -ms-animation: none;
    -moz-animation: none;
    animation: none;
  }
}
.rm-head1, .sideinAnime {
filter: alpha(opacity=0);
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .rm-head1, .sideinAnime {
filter: alpha(opacity=100);
    opacity: 1 !important;
  }
}
.rm-head1.animated, .sideinAnime.animated {
  -webkit-animation-name: fadeInSide;
  -ms-animation-name: fadeInSide;
  -moz-animation-name: fadeInSide;
  animation-name: fadeInSide;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media screen and (max-width: 768px) {
  .rm-head1.animated, .sideinAnime.animated {
    -webkit-animation: none;
    -ms-animation: none;
    -moz-animation: none;
    animation: none;
  }
}
[data-bgb="rm-philosophy1"] .bgt-grid, [data-bgb="rm-philosophy1"] .bgt-container, [data-bgb="rm-philosophy1"] .bgb-title, [data-bgb="rm-philosophy1"] .fadeinAnime, .page-contents .bgt-grid, .page-contents .bgt-container, .page-contents .bgb-title, .page-contents .fadeinAnime, .article .bgt-grid, .article .bgt-container, .article .bgb-title, .article .fadeinAnime, .contact__privacy .bgt-container, .modaal-content-container .bgt-grid, .modaal-content-container .bgt-container, .modaal-content-container .bgb-title, .modaal-content-container .fadeinAnime {
filter: alpha(opacity=100);
  opacity: 1 !important;
}
[data-bgb="rm-philosophy1"] .bgt-grid.animated, [data-bgb="rm-philosophy1"] .bgt-container.animated, [data-bgb="rm-philosophy1"] .bgb-title.animated, [data-bgb="rm-philosophy1"] .fadeinAnime.animated, .page-contents .bgt-grid.animated, .page-contents .bgt-container.animated, .page-contents .bgb-title.animated, .page-contents .fadeinAnime.animated, .article .bgt-grid.animated, .article .bgt-container.animated, .article .bgb-title.animated, .article .fadeinAnime.animated, .contact__privacy .bgt-container.animated, .modaal-content-container .bgt-grid.animated, .modaal-content-container .bgt-container.animated, .modaal-content-container .bgb-title.animated, .modaal-content-container .fadeinAnime.animated {
  -webkit-animation-name: none !important;
  -ms-animation-name: none !important;
  -moz-animation-name: none !important;
  animation-name: none !important;
}
/* header
 -------------------------*/
.header {
  position: relative;
  padding: 18px 0 0;
  background: #fff;
  box-sizing: border-box;
}
.header--fix {
  position: fixed;
  width: 100%;
  z-index: 95;
}
@media screen and (max-width: 1000px) {
  .header {
    position: fixed;
    height: 50px;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 15px 14px;
    text-align: center;
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 1px 1px #f0f0f0;
    z-index: 95;
    transition: left 300ms;
  }
}
.header > .container {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.header > .container:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
@media screen and (max-width: 1000px) {
  .header > .container {
    padding: 0;
  }
}
.header__logo {
  display: block;
  float: left;
  height: auto;
  margin-bottom: 18px;
}
@media screen and (max-width: 1000px) {
  .header__logo {
    display: inline-block;
    float: none;
    margin: 0 auto;
    height: 20px;
  }
}
.header__logo img {
  display: block;
  width: auto;
  height: 100%;
}
.header__menu-btn {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 19px;
}
.header__menu-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-top: 3px solid #00bffe;
  border-bottom: 3px solid #00bffe;
  content: "";
  transition: all 300ms;
}
.header__menu-btn:after {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00bffe;
  content: "";
  transition: all 300ms;
}
@media screen and (max-width: 1000px) {
  .header__menu-btn {
    display: block;
  }
}
/* footer
 -------------------------*/
.footer__top {
  padding: 30px 0;
  background: #000;
  text-align: center;
}
.footer__logo {
  margin-bottom: 15px;
  text-align: center;
}
.footer__sns-ttl {
  display: inline-block;
  border-top: 1px solid #fff;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #fff;
}
.footer__sns-list li {
  display: inline-block;
  margin: 0 5px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer__sns-list li {
    margin: 0 5px;
  }
}
.footer__sns-list li img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
}
.footer__sns-list li a {
  color: #fff;
  font-size: 42px;
  vertical-align: middle;
  transition: opacity 300ms;
}
.footer__sns-list li a:hover {
filter: alpha(opacity=70);
  opacity: 0.7;
}
.footer__sns-list li a img.icon {
  height: 42px;
  line-height: 1;
  display: inline-block;
  vertical-align: text-bottom;
}
.footer__middle {
  padding: 30px 0;
  background: #555;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__middle {
    display: none;
  }
}
.footer__link {
  display: inline-block;
  margin: 0 25px;
  vertical-align: top;
}
.footer__link-ttl {
  position: relative;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
  padding-left: 14px;
  line-height: 1;
  font-size: 14px;
}
.footer__link-ttl:before {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 10px;
  height: 1px;
  background: #fff;
  content: "";
}
.footer__link-list {
  text-align: left;
  margin-left: 14px;
}
.footer__link-list li {
  line-height: 1.8;
  font-size: 13px;
}
.footer__link-list a {
  color: #fff;
}
.footer__bottom {
  padding: 30px 0;
  background: #fff;
  color: #525252;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    padding: 15px 15px;
    font-size: 12px;
  }
}
.footer__bottom a {
  color: #525252;
}
.footer__bottom > .container:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.footer__bottom-left {
  float: left;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .footer__bottom-left {
    float: none;
    margin-bottom: 10px;
  }
}
.footer__bottom-right {
  float: right;
}
@media screen and (max-width: 768px) {
  .footer__bottom-right {
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .footer__bottom-list {
    display: none;
  }
}
.footer__bottom-list li {
  display: inline-block;
  font-size: 12px;
  border-left: 1px solid #525252;
  line-height: 1;
  padding: 0 8px;
}
.footer__bottom-list li:first-child {
  border-left: none;
}
.footer__copyright {
  font-size: 11px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    text-align: center;
    font-size: 10px;
  }
}
.footer__page-top {
  position: fixed;
  bottom: 50px;
  right: 20px;
  font-size: 70px;
}
@media screen and (max-width: 768px) {
  .footer__page-top {
    display: none;
  }
}
.footer__page-top .fas {
  color: rgba(221, 221, 221, .8);
}
/* gnav
 -------------------------*/
.gnav {
  background: #00bffe;
  z-index: 90;
}
@media screen and (max-width: 1000px) {
  .gnav {
    position: fixed;
    top: 0;
    right: -260px;
    width: 260px;
    height: 100%;
    box-sizing: border-box;
    text-align: left;
    transition: right 300ms;
  }
}
@media screen and (max-width: 1000px) {
  .gnav .container {
    height: 100%;
    width: auto;
    overflow: auto;
    padding: 0;
  }
}
.gnav__header-list {
  position: absolute;
  top: 30px;
  right: 20px;
  margin-top: 0px;
  margin-bottom: 17px;
}
@media screen and (max-width: 1000px) {
  .gnav__header-list {
    position: relative;
    top: 0;
    right: 0;
    border-top: 1px solid rgba(255, 255, 255, .8);
  }
  .gnav__header-list:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
  }
}
.gnav__header-item {
  display: inline-block;
  border-left: 1px solid #6a6a6a;
  line-height: 1;
  padding: 0 10px;
  font-size: 13px;
}
@media screen and (max-width: 1000px) {
  .gnav__header-item {
    display: block;
    border-left: none;
    padding: 0;
    width: 50%;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    box-sizing: border-box;
  }
  .gnav__header-item:nth-child(even) {
    border-right: none;
  }
}
.gnav__header-item:first-child {
  border-left: none;
}
.gnav__header-item a {
  display: block;
  color: #535353;
}
@media screen and (max-width: 1000px) {
  .gnav__header-item a {
    padding: 15px 10px;
    color: #fff;
    font-weight: bold;
  }
}
.gnav__list {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .gnav__list {
    text-align: left;
    margin-bottom: 40px;
    display: block;
  }
}
.gnav__item {
  padding: 10px 0;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .gnav__item {
    display: block;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .8);
  }
}
.gnav__item a {
  position: relative;
  display: block;
  padding: 13px 10px;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  transition: all 300ms;
}
@media screen and (max-width: 1000px) {
  .gnav__item a {
    border-radius: 0;
  }
}
.gnav__item a:hover {
  background: #13b5eb;
}
@media screen and (max-width: 1000px) {
  .gnav__item a {
    padding: 10px 15px;
  }
  .gnav__item a:before {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg) translate3d(0, -50%, 0);
    -ms-transform: rotate(45deg) translate3d(0, -50%, 0);
    -moz-transform: rotate(45deg) translate3d(0, -50%, 0);
    transform: rotate(45deg) translate3d(0, -50%, 0);
  }
}
.gnav__entry {
  margin-left: 8px;
}
@media screen and (max-width: 1000px) {
  .gnav__entry {
    margin-left: 0;
  }
}
.gnav__entry a {
  background: #000;
  letter-spacing: 0.05em;
  padding: 13px 25px;
}
.gnav__entry a:hover {
  background: #000;
  color: #00bffe;
}
.gnav__ttl {
  display: none;
  margin-bottom: 5px;
  padding: 0 10px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .gnav__ttl {
    display: block;
  }
}
.fixed .gnav {
  position: fixed;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .fixed .gnav {
    width: 260px;
  }
}
.fixed + .contents {
  margin-top: 47px;
}
@media screen and (max-width: 1000px) {
  .fixed + .contents {
    margin-top: 0;
  }
}
.fixed .gnav__header-list {
  top: -120px;
}
@media screen and (max-width: 1000px) {
  .fixed .gnav__header-list {
    top: 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 36px;
  height: 36px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  border-radius: 50%;
  outline: none;
  background: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .slick-prev, .slick-next {
    display: none !important;
  }
}
.slick-prev:before, .slick-next:before {
  position: absolute;
  content: "";
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: 1px solid #333;
}
.slick-prev {
  margin-left: -518px;
}
.slick-prev:before {
  left: 16px;
  border-left: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slick-next {
  margin-left: 483px;
}
.slick-next:before {
  right: 16px;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slick-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -478px;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: 10px;
    left: 0;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.slick-dots li {
  display: inline-block;
  margin-right: 8px;
}
.slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  border-radius: 50%;
  outline: none;
  background: #fff;
  z-index: 5;
  font-size: 0;
  line-height: 0;
}
.slick-dots .slick-active button {
  background: #00bffe;
}
.slick-current {
filter: alpha(opacity=100);
  opacity: 1 !important;
}
/* ------------------------------------------------
 TOP
 ---------------------------------------------- */
.section:nth-child(odd) {
  background-color: #fff;
}
.slider {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  background: #fff;
}
.slider__list.only {
  background: #ddd;
}
@media screen and (max-width: 768px) {
  .slider__list.only {
    padding: 0;
  }
}
.slider__list.only .slider__item {
filter: alpha(opacity=100);
  opacity: 1;
  margin: 0 auto;
}
.slider__item {
  position: relative;
filter: alpha(opacity=50);
  opacity: 0.5;
  width: 1000px;
  height: 500px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .slider__item {
    width: 100%;
    height: auto;
  }
}
.slider__item:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  content: "";
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, .7)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .7) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .7) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .7) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$start-color', endColorstr='$end-color',GradientType=0);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .slider__item:before {
    display: none;
  }
}
.slider__img {
  height: 500px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .slider__img {
    height: 180px;
  }
}
.slider img {
  display: none;
  width: 100%;
  height: auto;
  transition: -webkit-transform 300ms;
  transition: -ms-transform 300ms;
  transition: -moz-transform 300ms;
  transition: transform 300ms;
}
@media screen and (max-width: 768px) {
}
.slider__txt-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85px;
  box-sizing: border-box;
  padding: 0 20px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .slider__txt-wrap {
    position: relative;
    padding: 20px 10px 10px;
    background: #000;
  }
}
.slider__ttl {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .slider__ttl {
    font-size: 12px;
  }
}
.slider__category {
  color: #00bffe;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .slider__category {
    display: block;
    font-size: 10px;
  }
}
.slider__pickup {
  position: absolute;
  left: 50%;
  bottom: 110px;
  margin-left: -510px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 5px;
  background: #fd6a62;
  font-weight: bold;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .slider__pickup {
    bottom: 72px;
    height: 25px;
    line-height: 25px;
    left: 0;
    font-size: 10px;
  }
}
.slider__pickup:before {
  position: absolute;
  top: 0;
  right: -20px;
  border-left: 20px solid #fd6a62;
  border-top: 40px solid transparent;
  content: "";
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .slider__pickup:before {
    border-top: 25px solid transparent;
  }
}
.slider__pickup:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  border-right: 10px solid #910902;
  border-bottom: 10px solid transparent;
  content: "";
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .slider__pickup:after {
    bottom: 0;
    left: 100%;
    border-right: none;
    border-left: 20px solid #fd6a62;
    border-bottom: 25px solid transparent;
  }
}
.slider__pickup-inner {
  display: block;
  position: relative;
  z-index: 2;
}
.slider__pickup-inner:before {
  position: absolute;
  bottom: -10px;
  left: -24px;
  border-bottom: 20px solid #fd6a62;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .slider__pickup-inner:before {
    display: none;
  }
}
.slider__pickup-inner:after {
  position: absolute;
  top: 10px;
  left: -24px;
  border-top: 20px solid #fd6a62;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .slider__pickup-inner:after {
    display: none;
  }
}
.article-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .article-list {
    margin-bottom: 20px;
    padding: 0 5px;
  }
}
.article-list__item {
  position: relative;
  width: 33.3%;
  margin-bottom: 20px;
  background-color: rgba(229, 248, 255, .3);
}
@media screen and (max-width: 768px) {
  .article-list__item {
    width: 50%;
    margin-bottom: 10px;
    background: #fff;
  }
  .article-list__item:nth-child(odd) {
    left: -5px !important;
  }
  .article-list__item:nth-child(even) {
    left: 5px !important;
  }
}
.article-list__item:nth-child(3n) {
  left: 20px;
}
.article-list__item:nth-child(3n+1) {
  left: -20px;
}
.article-list__item--new:before {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 32px;
  height: 32px;
  background: #fd6a62;
  content: "";
  z-index: 2;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .article-list__item--new:before {
    right: inherit;
    left: -10px;
  }
}
.article-list__item--new:after {
  position: absolute;
  top: -3px;
  right: -7px;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  content: "NEW";
  font-family: 'Montserrat', sans-serif;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .article-list__item--new:after {
    right: inherit;
    left: -7px;
  }
}
.article-list article {
  height: 100%;
}
.article-list .wrap {
  height: 100%;
  padding-bottom: 52px;
  color: #333;
  transition: color 400ms;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .article-list .wrap {
    padding: 0 10px 27px;
    background: #fff;
  }
  .article-list .wrap:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
  }
}
.article-list .wrap:hover {
  color: #00bffe;
}
.article-list .wrap:hover img {
  -webkit-transform: scale(1.1) translateY(-50%);
  -ms-transform: scale(1.1) translateY(-50%);
  -moz-transform: scale(1.1) translateY(-50%);
  transform: scale(1.1) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .article-list .wrap:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.article-list__thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .article-list__thumb {
    min-width: 160px;
    min-height: calc(160px / 1.61803);
    width: 22.3vw;
    height: calc(22.3vw / 1.61803);
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .article-list__thumb {
    min-width: 220px;
    min-height: calc(220px / 1.61803);
    width: 43vw;
    height: calc(43vw / 1.61803);
  }
}
@media screen and (min-width: 768px) {
  .article-list__thumb {
    min-width: 320px;
    min-height: calc(320px / 1.61803);
  }
}
@media screen and (max-width: 768px) {
  .article-list__thumb {
    margin: 0 -10px 5px;
    padding-bottom: 25px;
  }
}
.article-list__thumb img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: -webkit-transform 400ms;
  transition: -ms-transform 400ms;
  transition: -moz-transform 400ms;
  transition: transform 400ms;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .article-list__thumb img {
    min-width: 160px;
    min-height: calc(160px / 1.61803);
    width: 22.3vw;
    height: calc(22.3vw / 1.61803);
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .article-list__thumb img {
    min-width: 220px;
    min-height: calc(220px / 1.61803);
    width: 43vw;
    height: calc(43vw / 1.61803);
  }
}
@media screen and (min-width: 768px) {
  .article-list__thumb img {
    min-width: 320px;
    min-height: calc(320px / 1.61803);
  }
}
@media screen and (max-width: 768px) {
  .article-list__thumb img {
    left: 3vw;
    position: relative;
    top: 0;
    -webkit-transform: translate(-3vw, 0);
    -ms-transform: translate(-3vw, 0);
    -moz-transform: translate(-3vw, 0);
    transform: translate(-3vw, 0);
  }
}
.article-list__category {
  position: absolute;
  bottom: 0;
  padding-left: 10px;
  padding-right: 5px;
  background: #00bffe;
  color: #fff;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .article-list__category {
    display: block;
    padding: 0;
    width: 100%;
    font-size: 10px;
    text-align: center;
  }
}
.article-list__category:before {
  position: absolute;
  top: 0;
  right: -12px;
  border-left: 12px solid #00bffe;
  border-top: 25px solid transparent;
  content: "";
}
@media screen and (max-width: 768px) {
  .article-list__category:before {
    display: none;
  }
}
.article-list__label {
  margin-bottom: 5px;
}
.article-list__label__prefecture, .article-list__label__keitai {
  color: #333;
  font-weight: bold;
  font-size: 11px;
  margin-right: 8px;
  background: linear-gradient(transparent 60%, #00bffe 60%);
}
@media screen and (max-width: 768px) {
  .article-list__label__prefecture, .article-list__label__keitai {
    display: inline-block;
    padding: 0;
    font-size: 8px;
    text-align: center;
    margin-right: 4px;
    background: linear-gradient(transparent 90%, #00bffe 90%);
  }
}
.article-list__label__prefecture:before, .article-list__label__keitai:before {
  margin-right: 3px;
  font-family: "Font Awesome 5 Free";
}
.article-list__label__keitai:before {
  content: "\f007";
}
.article-list__label__prefecture:before {
  content: "\f3c5";
}
.article-list__inner {
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .article-list__inner {
    padding: 0;
  }
}
.article-list__ttl {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .article-list__ttl {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 1.5;
  }
}
.article-list__txt {
  margin-bottom: 20px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .article-list__txt {
    display: none;
  }
}
.article-list__meta {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  white-space: nowrap;
}
.article-list__meta:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
@media screen and (max-width: 768px) {
  .article-list__meta {
    bottom: 10px;
    padding: 0 10px;
  }
}
.article-list__meta-item {
  float: left;
  width: 50%;
  font-size: 13px;
  color: #777;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .article-list__meta-item {
    font-size: 10px;
  }
}
.article-list__meta-item--date:before {
  margin-right: 10px;
  content: "\f017";
  font-family: "Font Awesome 5 Free";
}
@media screen and (max-width: 768px) {
  .article-list__meta-item--date:before {
    margin-right: 5px;
  }
}
.article-list__meta-item--like {
  padding-left: 20px;
  font-weight: bold;
  border-left: 1px solid #e2e2e2;
}
.article-list__meta-item--like:before {
  margin-right: 10px;
  content: "\f004";
  color: #fd6a62;
  font-family: "fontAwesome";
}
@media screen and (max-width: 768px) {
  .article-list__meta-item--like:before {
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .article-list__meta-item--like {
    border-left: 0;
  }
}
.article-list__btns {
  position: absolute;
  left: 0;
  bottom: 22px;
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  white-space: nowrap;
  padding: 0 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .article-list__btns {
    padding: 0;
    bottom: 10px;
  }
}
.article-list__btns__entry {
  display: block;
  width: 120px;
  float: left;
  font-size: 11px;
  font-weight: bold;
  border: none;
  border-radius: 3px;
  background: #00bffe;
  color: #fff;
  padding: 5px 0;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  transition: background 300ms;
}
.article-list__btns__entry:first-child {
  margin-right: 19px;
}
@media screen and (max-width: 768px) {
  .article-list__btns__entry:first-child {
    margin: 0 auto 5px;
  }
}
@media screen and (max-width: 768px) {
  .article-list__btns__entry {
    font-size: 10px;
    margin: 0 auto;
    float: none;
    padding: 5px 0;
  }
}
.article-list__btns__entry:hover {
  background: #13b5eb;
  text-decoration: none;
}
.article-list__btns__clickable-btn {
  cursor: pointer;
}
.article-list__btns .fas {
  margin-right: 6px;
  font-size: 14px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .article-list--archive {
    padding-bottom: 40px;
  }
}
.contents-top .article-list {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 1000px) {
  .contents-top {
    padding-top: 50px;
  }
}
.ranking {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .ranking {
    padding: 0 0 30px;
  }
}
.ranking__ttl {
  position: relative;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px solid #333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .ranking__ttl {
    font-size: 24px;
  }
}
.ranking__ttl-ico {
  position: relative;
  display: inline-block;
}
.ranking__ttl-ico:before {
  color: #333;
  content: "\f521";
  font-family: "Font Awesome 5 Free";
}
.ranking__ttl-ico--before {
  margin-right: 5px;
}
.ranking__ttl-ico--after {
  margin-left: 5px;
}
.ranking__list {
  margin-left: -10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}
.ranking__list:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
@media screen and (max-width: 768px) {
  .ranking__list {
    display: block;
    margin: 0;
  }
}
.ranking article {
  height: 100%;
}
.ranking .wrap {
  height: 100%;
  padding-bottom: 23px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .ranking .wrap {
    padding: 10px;
    background: #fff;
  }
  .ranking .wrap:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
  }
}
.ranking .wrap:hover .ranking__item-img {
filter: alpha(opacity=60);
  opacity: 0.6;
}
.ranking__item {
  position: relative;
  width: 20%;
  box-sizing: border-box;
  margin-left: 10px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .ranking__item {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.ranking__item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background: #000;
  content: "";
  z-index: 2;
}
.ranking__item:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  line-height: 25px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  z-index: 3;
}
.ranking__item:nth-child(1):after {
  content: "1";
}
.ranking__item:nth-child(2):after {
  content: "2";
}
.ranking__item:nth-child(3):after {
  content: "3";
}
.ranking__item:nth-child(4):after {
  content: "4";
}
.ranking__item:nth-child(5):after {
  content: "5";
}
.ranking__item-img {
  position: relative;
  overflow: hidden;
filter: alpha(opacity=100);
  opacity: 1;
  transition: opacity 300ms;
  height: 96px;
}
@media screen and (max-width: 768px) {
  .ranking__item-img {
    width: 120px;
    height: auto;
    float: left;
  }
}
.ranking__item-img img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
}
.ranking__item-ttl {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ranking__item-ttl {
    margin-bottom: 0;
    line-height: 1.5;
    margin-left: 130px;
  }
}
.ranking__item-inner {
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .ranking__item-inner {
    padding: 0;
  }
}
.ranking__item-category {
  font-size: 12px;
  font-weight: bold;
  color: #00bffe;
}
@media screen and (max-width: 768px) {
  .ranking__item-category {
    display: block;
    font-size: 10px;
    margin-left: 130px;
  }
}
.ranking__item-meta {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .ranking__item-meta {
    bottom: inherit;
    top: 5px;
    left: 0;
    padding: 0 15px 0 0;
    text-align: right;
  }
}
.ranking__item-meta-item {
  display: inline-block;
  font-size: 13px;
  color: #777;
}
@media screen and (max-width: 768px) {
  .ranking__item-meta-item {
    font-size: 10px;
  }
}
.ranking__item-meta-item--like:before {
  margin-right: 10px;
  content: "\f004";
  color: #fd6a62;
  font-family: "fontAwesome";
}
.media {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .media {
    padding: 30px 0 20px;
  }
}
.media__ttl {
  font-size: 70px;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .media__ttl {
    font-size: 30px;
  }
}
.media__ttl-sub {
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .media__ttl-sub {
    margin-top: 0;
    font-size: 12px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .media .article-list {
    padding-top: 0 !important;
  }
}
.job {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .job {
    padding: 30px 0 20px;
  }
}
.job__ttl {
  font-size: 70px;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .job__ttl {
    font-size: 30px;
  }
}
.job__ttl-sub {
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .job__ttl-sub {
    margin-top: 0;
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .job .article-list {
    padding-top: 30px !important;
  }
}
.job .article-list__ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .job .article-list__ttl {
    margin-bottom: 10px;
  }
}
.job .article-list__item {
  padding-bottom: 52px;
}
@media screen and (max-width: 768px) {
  .job .article-list__item {
    padding-bottom: 71px;
  }
}
.job .article-list .wrap {
  padding-bottom: 0;
}
.staff {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .staff {
    padding: 30px 0 20px;
  }
}
.staff__ttl {
  font-size: 70px;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .staff__ttl {
    font-size: 30px;
  }
}
.staff__ttl-sub {
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .staff__ttl-sub {
    margin-top: 0;
    font-size: 12px;
    margin-bottom: 20px;
  }
}
.staff__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .staff__list {
    display: block;
    margin: 0;
    text-align: center;
    margin: 0 -15px 0 0;
  }
}
.staff__item {
  position: relative;
  text-align: center;
  margin: 0 12px 25px;
  width: 230px;
}
@media screen and (max-width: 768px) {
  .staff__item {
    display: inline-block;
    float: none;
    width: 130px;
    margin: 0 15px 20px 0;
    box-sizing: border-box;
    vertical-align: top;
  }
}
.staff__item:before {
  position: absolute;
  top: 200px;
  right: 35px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #00bffe;
  content: "";
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .staff__item:before {
    top: 116px;
    right: 27px;
  }
}
.staff__item:after {
  position: absolute;
  top: 200px;
  right: 40px;
  font-size: 12px;
  content: "\f002";
  color: #fff;
  font-family: "fontAwesome";
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .staff__item:after {
    top: 116px;
    right: 33px;
  }
}
.staff__img {
  position: relative;
  overflow: hidden;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  margin-bottom: 10px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .staff__img {
    width: 130px;
    height: 130px;
    margin: 0 auto 10px;
  }
}
.staff__img img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: -webkit-transform 400ms;
  transition: -ms-transform 400ms;
  transition: -moz-transform 400ms;
  transition: transform 400ms;
  width: 100% !important;
}
.staff .wrap {
  transition: color 400ms;
}
.staff .wrap:hover {
  color: #00bffe;
}
.staff .wrap:hover img {
  -webkit-transform: scale(1.1) translateY(-50%);
  -ms-transform: scale(1.1) translateY(-50%);
  -moz-transform: scale(1.1) translateY(-50%);
  transform: scale(1.1) translateY(-50%);
}
.staff__dtl {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .staff__dtl {
    font-size: 10px;
  }
}
.staff__name {
  position: relative;
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .staff__name {
    font-size: 16px;
  }
}
.staff__name:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #00bffe;
  content: "";
}
.message {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .message {
    padding: 30px 0 20px;
  }
}
.message__ttl {
  font-size: 70px;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .message__ttl {
    font-size: 30px;
  }
}
.message__ttl-sub {
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .message__ttl-sub {
    margin-top: 0;
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.message__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  justify-content: center;
}
.message__list:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
@media screen and (max-width: 768px) {
  .message__list {
    display: block;
    margin-bottom: 30px;
  }
}
.message__item {
  margin: 0 15px 40px;
  -webkit-flex: 3;
  -ms-flex: 3;
  -moz-flex: 3;
  flex: 3;
}
@media screen and (max-width: 768px) {
  .message__item {
    width: 100%;
    margin: 0 0 20px;
    border-bottom: 1px dotted #00bffe;
  }
}
.message__item-inner {
  position: relative;
  padding: 5px 10px 10px;
}
@media screen and (max-width: 768px) {
  .message__item-inner {
    padding: 0;
    margin-left: 95px;
  }
}
.message__item-inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  background: #fd6a62;
  content: "";
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .message__item-inner:before {
    width: 30px;
    height: 30px;
  }
}
.message__item-inner:after {
  position: absolute;
  top: 0;
  left: 42px;
  width: 0;
  height: 0;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 21px solid #fd6a62;
  content: "";
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .message__item-inner:after {
    left: 30px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fd6a62;
  }
}
.message__item h3 {
  position: relative;
  margin-bottom: 10px;
  font-size: 20px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .message__item h3 {
    font-size: 16px;
    line-height: 1.6;
  }
}
.message__img {
  position: relative;
  overflow: hidden;
  margin: 0 auto 15px;
  width: 100%;
  height: 300px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .message__img {
    width: 80px;
    height: 80px;
    float: left;
  }
}
.message__img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  box-sizing: border-box;
  padding-top: 65px;
  content: "Read";
  text-align: center;
  color: #00bffe;
  transition: opacity 300ms;
  font-size: 30px;
  letter-spacing: 0.05em;
filter: alpha(opacity=0);
  opacity: 0;
  z-index: 3;
}
.message__img:after {
  position: absolute;
  top: 105px;
  left: 0;
  width: 100%;
  text-align: center;
  content: "メッセージを読む";
  font-size: 11px;
  color: #fff;
  font-weight: bold;
filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity 300ms;
  z-index: 3;
}
.message__img img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.message__name {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .message__name {
    font-size: 10px;
  }
}
.message__name strong {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .message__name strong {
    font-size: 14px;
  }
}
.message__txt {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .message__txt {
    font-size: 12px;
  }
}
.message .wrap {
  position: relative;
  transition: all 400ms;
  outline: none;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .message .wrap {
    padding: 0 40px 10px 0;
    overflow: hidden;
  }
}
.message .wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid transparent;
  box-sizing: border-box;
  transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: -ms-transform 0.3s, opacity 0.3s;
  transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  content: "";
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .message .wrap:before {
    position: absolute;
    top: 50%;
    left: inherit;
    width: 0;
    height: 0;
    right: 5px;
    width: 8px;
    height: 8px;
    border-left: none;
    border-bottom: none;
    border-top: 2px solid #00bffe;
    border-right: 2px solid #00bffe;
    content: "";
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }
}
.message .wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #00bffe;
  box-sizing: border-box;
  transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: -ms-transform 0.3s, opacity 0.3s;
  transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  content: "";
filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(-7px) translateX(6px);
  -ms-transform: translateY(-7px) translateX(6px);
  -moz-transform: translateY(-7px) translateX(6px);
  transform: translateY(-7px) translateX(6px);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .message .wrap:after {
    display: none;
  }
}
.message .wrap:hover:before {
filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translateY(5px) translateX(-5px);
  -ms-transform: translateY(5px) translateX(-5px);
  -moz-transform: translateY(5px) translateX(-5px);
  transform: translateY(5px) translateX(-5px);
}
@media screen and (max-width: 768px) {
  .message .wrap:hover:before {
filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: rotate(45deg) translateY(-50%) translateX(0);
    -ms-transform: rotate(45deg) translateY(-50%) translateX(0);
    -moz-transform: rotate(45deg) translateY(-50%) translateX(0);
    transform: rotate(45deg) translateY(-50%) translateX(0);
  }
}
.message .wrap:hover:after {
filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px) translateX(0px);
  -ms-transform: translateY(0px) translateX(0px);
  -moz-transform: translateY(0px) translateX(0px);
  transform: translateY(0px) translateX(0px);
}
.message .wrap:hover .message__img:before, .message .wrap:hover .message__img:after {
filter: alpha(opacity=100);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .message .wrap:hover .message__img:before, .message .wrap:hover .message__img:after {
filter: alpha(opacity=0);
    opacity: 0;
  }
}
@-webkit-keyframes bgAnime {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@keyframes bgAnime {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.bgb-rm-company .infiniteslide_wrap {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.bgb-rm-company .rm-body .bgt-grid6 {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .bgb-rm-company .rm-body .bgt-grid6 {
    width: 100%;
  }
}
.bgb-rm-company .rm-body .bgt-grid--last {
  width: 60%;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .bgb-rm-company .rm-body .bgt-grid--last {
    width: 100%;
    padding-left: 0;
  }
}
.bgb-rm-company .rm-body .bgt-image-container img {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.company {
  padding: 60px 0 0;
}
.company h3 {
  font-size: 24px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .company {
    padding: 30px 0;
  }
}
.company .rm-body {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}
.company .rm-body:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
@media screen and (max-width: 768px) {
  .company .rm-body {
    width: auto;
    padding: 0 20px;
  }
}
.company .rm-body .bgt-grid6 {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .company .rm-body .bgt-grid6 {
    width: 100%;
  }
}
.company .rm-body .bgt-grid--last {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .company .rm-body .bgt-grid--last {
    width: 100%;
    padding-left: 0;
  }
}
.company__ttl {
  font-size: 70px;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .company__ttl {
    font-size: 30px;
  }
}
.company__ttl-sub {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .company__ttl-sub {
    margin-top: 0;
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.company__bg {
  width: 100%;
  height: 158px;
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto 100%;
  -webkit-animation: bgAnime 30s linear infinite;
  -ms-animation: bgAnime 30s linear infinite;
  -moz-animation: bgAnime 30s linear infinite;
  animation: bgAnime 30s linear infinite;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .company__bg {
    height: 75px;
  }
}
.company__dtl {
  margin-right: 580px;
}
@media screen and (max-width: 768px) {
  .company__dtl {
    margin-right: 0;
  }
}
.company img {
  max-width: 420px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .company img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.company__txt {
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .company__txt {
    font-size: 12px;
    line-height: 1.6;
  }
}
.company__map {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 350px;
}
@media screen and (max-width: 768px) {
  .company__map {
    height: 200px;
  }
}
.loop-slide {
  position: relative;
}
@media screen and (max-width: 768px) {
  .loop-slide {
    display: none !important;
  }
}
.loop-slide li {
  float: left;
}
.loop-slide img {
  display: block;
}
.top__body {
  padding: 35px 0px;
}
@media screen and (max-width: 768px) {
  .top__body {
    padding: 15px 15px 5px;
  }
}
.top__body img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
}
.top__body h2 {
  position: relative;
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.41;
  padding-bottom: 0.5em;
  border-bottom: 5px solid rgba(0, 191, 254, .1);
}
@media screen and (max-width: 768px) {
  .top__body h2 {
    font-size: 18px;
  }
}
.top__body h2:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 5px;
  background: #00bffe;
  content: "";
}
.top__body h3 {
  margin-bottom: 1em;
  padding-left: 12px;
  border-left: 3px solid #00bffe;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.41;
}
@media screen and (max-width: 768px) {
  .top__body h3 {
    font-size: 16px;
  }
}
.top__body h4 {
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.41;
}
@media screen and (max-width: 768px) {
  .top__body h4 {
    font-size: 14px;
  }
}
.top__body p {
  margin-bottom: 1.5em;
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .top__body p {
    font-size: 13px;
    line-height: 1.7;
  }
}
.top__body p a {
  color: #00bffe;
  text-decoration: underline;
}
.top__body p a:hover {
  text-decoration: none;
}
.top__body ul {
  margin-bottom: 1.5em;
}
.top__body ul li {
  position: relative;
  line-height: 2;
  margin-bottom: 0.5em;
  padding-left: 14px;
}
@media screen and (max-width: 768px) {
  .top__body ul li {
    line-height: 1.7;
    font-size: 13px;
  }
}
.top__body ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 191, 254, .3);
  content: "";
}
@media screen and (max-width: 768px) {
  .top__body ul li:before {
    top: 7px;
  }
}
.top__body table {
  width: 100%;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .top__body table {
    float: none;
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.top__body table th {
  padding: 12px 15px;
  box-sizing: border-box;
  font-weight: bold;
  width: 120px;
  border-bottom: 1px solid #ddd;
  background-color: #f0f0f0;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .top__body table th {
    width: 100px;
  }
}
.top__body table td {
  padding: 12px 20px;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
#article {
  padding-bottom: 60px;
}
.to-archives a {
  display: block;
  width: 400px;
  height: 60px;
  margin: 0 auto;
  border: 3px solid #333;
  text-align: center;
  font-weight: bold;
  line-height: 60px;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 300ms;
}
@media screen and (max-width: 768px) {
  .to-archives a {
    font-size: 14px;
    padding: 5px 0;
    width: 280px;
    margin: 0 auto 30px;
    height: auto;
    line-height: 1.8;
  }
}
.to-archives a:hover {
  border: 3px solid #00bffe;
  text-decoration: none;
  color: #00bffe;
}
#philosophy {
  width: 100%;
  position: relative;
}
.main_visual img {
  width: 100%;
}
.main_visual + .container {
  width: inherit;
}
.pc_main_visual {
  display: block !important;
}
.sp_main_visual {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .pc_main_visual {
    display: none !important;
  }
  .sp_main_visual {
    display: block !important;
  }
}
.contact__ttl-main {
  font-size: 70px;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contact__ttl-main {
    font-size: 30px;
  }
}
.contact__ttl-sub {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact__ttl-sub {
    margin-top: 0;
    font-size: 12px;
    margin-bottom: 10px;
  }
}
/* ------------------------------------------------
 page
 ---------------------------------------------- */
.page-ttl {
  padding-top: 60px;
  font-size: 50px;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-ttl {
    padding-top: 0;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.page-ttl.en, .message__img:before.page-ttl, .pager.page-ttl, .article__meta-item--date.page-ttl {
  font-weight: normal;
  font-size: 70px;
  margin-bottom: 10px;
  line-height: 1;
}
.page-sub-ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-sub-ttl {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.page-sub-ttl-inner {
  display: inline;
  background: linear-gradient(transparent 60%, #00bffe 60%);
}
.page-list-ttl {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .page-list-ttl {
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center;
  }
}
.pager {
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .pager {
    padding-bottom: 40px;
  }
}
.pager__item {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 5px;
  box-sizing: border-box;
  background: #fff;
  border: 3px solid #fff;
  text-align: center;
  line-height: 29px;
  vertical-align: middle;
  font-size: 16px;
  margin: 0 3px;
}
@media screen and (max-width: 768px) {
  .pager__item {
    font-size: 13px;
    width: 28px;
    height: 28px;
    line-height: 22px;
  }
}
.pager__item a {
  display: block;
  color: #00bffe;
  font-weight: bold;
  text-decoration: none;
  transition: all 300ms;
}
.pager__item a:hover {
  background-color: rgba(0, 191, 254, 0.07);
  color: #8f8887;
}
.pager .current a {
  background-color: rgba(229, 248, 255, .3);
  color: #8f8887;
}
.pager img {
  display: inline-block;
  width: 4px;
  vertical-align: middle;
  margin-top: -4px;
}
.no-data {
  text-align: center;
  padding: 40px 50px;
  border: 1px solid #e2e2e2;
  background: #fff;
  margin-bottom: 80px;
  margin-top: 40px;
}
.main-contents {
  margin-top: 20px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .main-contents {
    padding: 30px 0;
  }
}
.main-contents__inner {
  padding: 40px 50px;
  border: 1px solid #e2e2e2;
  background: #fff;
}
.main-contents > .container {
  padding: 50px 0;
}
.main-contents > .container:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
@media screen and (max-width: 768px) {
  .main-contents > .container {
    padding: 15px 15px;
  }
}
.main-contents__ttl {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .main-contents__ttl {
    font-size: 24px;
  }
}
.main-contents__ttl-sub {
  margin-top: -10px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main-contents__ttl-sub {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.main-contents__bg {
  width: 100%;
  height: 158px;
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto 100%;
  -webkit-animation: bgAnime 30s linear infinite;
  -ms-animation: bgAnime 30s linear infinite;
  -moz-animation: bgAnime 30s linear infinite;
  animation: bgAnime 30s linear infinite;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .main-contents__bg {
    height: 75px;
  }
}
.main-contents table {
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .main-contents table {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.main-contents table th {
  padding: 12px 15px;
  box-sizing: border-box;
  font-weight: bold;
  width: 120px;
  border-bottom: 1px solid #ddd;
  background-color: #f0f0f0;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .main-contents table th {
    width: 100px;
  }
}
.main-contents table td {
  padding: 12px 20px;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.main-contents__dtl {
  margin-right: 580px;
}
@media screen and (max-width: 768px) {
  .main-contents__dtl {
    margin-right: 0;
  }
}
.main-contents__img {
  margin-bottom: 10px;
}
.main-contents__img img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
}
.main-contents__txt {
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .main-contents__txt {
    font-size: 12px;
    line-height: 1.6;
  }
}
.main-contents__map {
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 768px) {
  .main-contents__map {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .main-contents-company {
    padding: 30px 0;
  }
}
.main-contents-company > .container {
  padding: 50px 0;
}
.main-contents-company > .container:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
@media screen and (max-width: 768px) {
  .main-contents-company > .container {
    padding: 15px 15px;
  }
}
.main-contents-company .main-contents__inner {
  overflow: hidden;
}
.main-contents-company table {
  width: 440px;
  float: right;
  margin-left: 30px;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .main-contents-company table {
    margin: 0;
    width: 100%;
    float: none;
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.main-contents-company table th {
  padding: 12px 15px;
  box-sizing: border-box;
  font-weight: bold;
  width: 120px;
  border-bottom: 1px solid #ddd;
  background-color: #f0f0f0;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .main-contents-company table th {
    width: 100px;
  }
}
.main-contents-company table td {
  padding: 12px 20px;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.main-contents-company img {
  max-width: 420px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .main-contents-company img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.contents .article-list {
  padding-top: 40px;
  padding-bottom: 80px;
}
/* ------------------------------------------------
 article
 ---------------------------------------------- */
.article {
  margin-bottom: 60px;
}
.article:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
@media screen and (max-width: 768px) {
  .article {
    margin-bottom: 40px;
    margin-top: 15px;
  }
}
.article__ttl-box {
  position: relative;
  width: 100%;
  background: #fff f;
  float: right;
  box-sizing: border-box;
  padding: 0px 20px 0px 10px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .article__ttl-box {
    padding: 15px;
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
}
.article__ttl-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  border-left: 3px solid #00bffe;
  content: "";
}
@media screen and (max-width: 768px) {
  .article__ttl-box:before {
    display: none;
  }
}
.article__side {
  float: right;
  width: 340px;
  box-sizing: border-box;
  padding: 10px 10px;
  background: rgba(229, 248, 255, .3);
}
@media screen and (max-width: 768px) {
  .article__side {
    display: none;
    float: none;
    width: 100%;
    padding: 10px 15px;
  }
}
.article__side-ttl {
  font-size: 30px;
  line-height: 1.6;
  text-align: right;
  font-style: italic;
  font-family: 'Oswald', sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  border: none !important;
  padding-right: 10px;
}
.article__side-list-item {
  margin-bottom: 60px;
}
.article__side-list .wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.article__side-list .wrap:hover .article__side-list-ttl {
  text-decoration: underline;
}
.article__side-list-thumb {
  width: 180px;
  height: 100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .article__side-list-thumb {
    width: 80px;
    height: 80px;
  }
}
.article__side-list-thumb img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  height: 100%;
}
.article__side-list-category {
  color: #00bffe;
  font-weight: bold;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .article__side-list-category {
    margin-left: 95px;
    font-size: 10px;
  }
}
.article__side-list-ttl {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .article__side-list-ttl {
    margin-left: 95px;
    font-size: 11px;
  }
}
.article__meta {
  margin-bottom: 10px;
}
.article__meta:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.article__meta-item {
  float: left;
  font-size: 12px;
  padding: 8px 20px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .article__meta-item {
    font-size: 10px;
  }
}
.article__meta-item--category {
  background: #00bffe;
  color: #fff;
  font-weight: bold;
}
.article__meta-item--category a {
  color: #fff;
  transition: opacity 300ms;
}
.article__meta-item--category a:hover {
filter: alpha(opacity=60);
  opacity: 0.6;
  text-decoration: none;
}
.article__meta-item--date {
  padding: 8px 15px 8px 30px;
  background-color: rgba(114, 133, 140, .2);
  background-image: url(../../../theme/philosophy/img/icon/ico_date.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 11px auto;
}
.article__ttl {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.41;
}
@media screen and (max-width: 768px) {
  .article__ttl {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.article__tag-item {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 5px;
  padding: 5px 8px;
  background: rgba(114, 133, 140, .2);
  font-size: 11px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .article__tag-item {
    font-size: 10px;
  }
}
.article__main-img img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
}
.article__body {
  position: relative;
  width: 660px;
  float: left;
  box-sizing: border-box;
  background: #fff;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .article__body {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 1px;
  }
}
.article__body-inner {
  padding: 30px 50px;
}
@media screen and (max-width: 768px) {
  .article__body-inner {
    padding: 15px 15px 5px;
  }
}
.article__under {
  padding: 10px 10px;
  position: relative;
  width: 660px;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .article__under {
    width: 100%;
  }
}
.article__under-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .article__under-list {
    display: grid;
  }
}
.article__under-list-item {
  font-weight: normal;
  margin-bottom: 10px;
  width: calc(660px/3);
  padding: 0 !important;
}
.article__under-list-item::before {
  background: none !important;
}
@media screen and (max-width: 768px) {
  .article__under-list-item {
    width: 100%;
  }
}
.article__under-list-item a:hover {
  text-decoration: none;
  color: #00bffe;
}
.article__under-list .wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.article__under-list-thumb {
  width: 100px;
  height: 100px;
  overflow: hidden;
  float: left;
}
@media screen and (max-width: 768px) {
  .article__under-list-thumb {
    width: 80px;
    height: 80px;
  }
}
.article__under-list-thumb img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  height: 100%;
}
.article__under-list-category {
  margin-left: 105px;
  font-weight: bold;
  font-size: 10px;
}
.article__under-list-category:hover {
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .article__under-list-category {
    margin-left: 95px;
    font-size: 10px;
  }
}
.article__under-list-ttl {
  margin-left: 105px;
  font-size: 12px !important;
  padding-left: 0 !important;
  border-left: none !important;
  line-height: 1.6;
  padding-right: 5px;
}
@media screen and (max-width: 768px) {
  .article__under-list-ttl {
    margin-left: 95px;
    font-size: 11px;
  }
}
.article__sns {
  margin: 10px 10px 15px;
  border: 1px solid #e2e2e2;
  padding: 10px 20px;
  background: rgba(114, 133, 140, .1);
}
@media screen and (max-width: 768px) {
  .article__sns {
    padding: 10px;
  }
}
.article__sns ul {
  margin-bottom: 0 !important;
}
.article__sns li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  margin-right: 10px;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.article__sns li:before {
  display: none;
}
.article__sns li .fb_iframe_widget > span {
  vertical-align: baseline !important;
}
@media screen and (max-width: 768px) {
  .article__sns li {
    margin-bottom: 5px;
  }
}
.article__sns #___plusone_0 {
  width: 60px !important;
}
.article__autor {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.article__autor:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.article__autor-ttl {
  font-size: 30px !important;
  line-height: 1.6;
  font-family: 'Oswald', sans-serif;
  margin-top: 0;
  margin-bottom: 0 !important;
  font-weight: bold;
  border: none !important;
  padding-left: 10px;
}
.article__autor-ttl::before {
  background: none !important;
}
@media screen and (max-width: 768px) {
  .article__autor {
    padding-bottom: 15px;
  }
}
.article__autor:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
}
.article__autor-thumb {
  margin-bottom: 10px;
  width: 80px;
  height: 80px;
  border: 4px solid #fff;
  box-sizing: border-box;
  float: left;
  border-radius: 50%;
}
.article__autor-thumb img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
  border-radius: 50%;
}
.article__autor-name {
  margin-left: 95px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .article__autor-name {
    padding: 20px 0px;
    margin: 0;
  }
}
.article__autor-dtl {
  font-weight: normal;
  font-size: 13px;
  margin-bottom: 10px;
}
.article__autor-dtl:before {
  content: "-";
  margin-right: 5px;
}
.article__autor-txt {
  padding-left: 15%;
  line-height: 1.6;
  font-size: 12px !important;
}
.article__autor-txt p {
  font-size: 12px !important;
  margin-bottom: 5px !important;
}
@media screen and (max-width: 768px) {
  .article__autor-txt {
    clear: both;
    padding: 0 10px;
    font-size: 11px;
  }
}
.article__autor-post-ttl {
  line-height: 1.6;
  font-family: 'Oswald', sans-serif;
  margin-top: 0;
  margin-bottom: 20px !important;
  font-weight: bold;
  text-align: right;
  border: none !important;
  padding-right: 10px;
  font-style: italic;
}
.article__autor-post-ttl::before {
  background: none !important;
}
@media screen and (max-width: 1110px) {
  .modaal-content-container .article {
    margin-bottom: 40px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1110px) {
  .modaal-content-container .article__ttl-box {
    padding: 15px;
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1110px) {
  .modaal-content-container .article__ttl-box:before {
    display: none;
  }
}
@media screen and (max-width: 1110px) {
  .modaal-content-container .article__side {
    float: none;
    width: 100%;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 1110px) {
  .modaal-content-container .article__side-thumb {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 1110px) {
  .modaal-content-container .article__side-category {
    margin-left: 95px;
    font-size: 10px;
  }
}
@media screen and (max-width: 1110px) {
  .modaal-content-container .article__side-ttl {
    margin-left: 95px;
    font-size: 11px;
  }
}
@media screen and (max-width: 1110px) {
  .modaal-content-container .article__meta-item {
    font-size: 10px;
  }
}
@media screen and (max-width: 1110px) {
  .modaal-content-container .article__ttl {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1110px) {
  .modaal-content-container .article__tag-item {
    font-size: 10px;
  }
}
@media screen and (max-width: 1110px) {
  .modaal-content-container .article__body {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 1px;
  }
}
@media screen and (max-width: 1110px) {
  .modaal-content-container .article__body-inner {
    padding: 15px 15px 5px;
  }
}
@media screen and (max-width: 1110px) {
  .modaal-content-container .article__body-inner h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1110px) {
  .modaal-content-container .article__body-inner h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1110px) {
  .modaal-content-container .article__body-inner h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1110px) {
  .modaal-content-container .article__body-inner p {
    font-size: 13px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 1110px) {
  .modaal-content-container .article__body-inner ul li {
    line-height: 1.7;
    font-size: 13px;
  }
}
@media screen and (max-width: 1110px) {
  .modaal-content-container .article__body-inner ul li:before {
    top: 7px;
  }
}
@media screen and (max-width: 1110px) {
  .modaal-content-container .article__body-inner table {
    float: none;
    font-size: 12px;
  }
}
@media screen and (max-width: 1110px) {
  .modaal-content-container .article__body-inner table th {
    width: 100px;
  }
}
@media screen and (max-width: 1110px) {
  .modaal-content-container .article__sns {
    padding: 10px;
  }
}
@media screen and (max-width: 1110px) {
  .modaal-content-container .article__sns li {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1110px) {
  .modaal-content-container .article__autor {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1110px) {
  .modaal-content-container .article__autor-txt {
    font-size: 11px;
  }
}
#Message .article__body {
  width: 100% !important;
}
/* ------------------------------------------------
 contact
 ---------------------------------------------- */
.contact {
  margin-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-bottom: 40px;
  }
}
.contact__inner {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact__inner {
    width: 100%;
  }
}
.contact__inner__1st {
  display: block;
  margin-bottom: -40px;
  z-index: 0;
  position: relative;
}
.contact__inner__1st img {
  width: 100%;
}
.contact__inner__2nd {
  width: 90%;
  padding-top: 40px;
  padding-left: 3%;
  padding-right: 3%;
  margin: 0 auto;
  background-color: #fff;
  z-index: 10;
  position: relative;
}
.contact__inner_top {
  padding: 0 0 40px;
}
.contact__job-info {
  margin-bottom: 20px;
}
.contact__job-info:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.contact__job-info__summary {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .contact__job-info__summary {
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .contact__job-info__eyecatch {
    width: 100%;
    float: none;
  }
}
.contact__ttl {
  position: relative;
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.41;
  padding-bottom: 0.5em;
  border-bottom: 5px solid rgba(0, 191, 254, .1);
}
@media screen and (max-width: 768px) {
  .contact__ttl {
    font-size: 18px;
  }
}
.contact__ttl:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 5px;
  background: #00bffe;
  content: "";
}
.contact__txt {
  margin-bottom: 1.5em;
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .contact__txt {
    font-size: 13px;
    line-height: 1.7;
  }
}
.contact__table {
  width: 100%;
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contact__table {
    float: none;
    display: block;
    font-size: 12px;
  }
  .contact__table tbody, .contact__table tr {
    display: block;
    width: 100%;
  }
}
.contact__table th {
  position: relative;
  padding: 25px 85px 25px 20px;
  box-sizing: border-box;
  font-weight: bold;
  width: 230px;
  border-bottom: 1px solid #ddd;
  background-color: #f0f0f0;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .contact__table th {
    display: block;
    width: 100%;
    padding: 8px 50px 8px 15px;
  }
}
.contact__table td {
  padding: 20px 20px;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .contact__table td {
    display: block;
    width: 100%;
    padding: 12px 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .contact__item {
    display: block;
  }
  .contact__item + .contact__item {
    margin-top: 10px;
  }
}
.contact__note {
  width: 700px;
  margin: 0 auto 30px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .contact__note {
    width: auto;
    margin: 0 auto 15px;
    font-size: 12px;
  }
}
.contact__note a {
  color: #00bffe;
  text-decoration: underline;
}
.contact__note a:hover {
  text-decoration: none;
}
.contact__submit-btn {
  min-width: 250px;
}
.contact__cancel-btn {
  display: block;
  margin: 0 auto 20px;
  border-radius: 4px;
  background: #aaa;
  padding: 10px 15px;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact__cancel-btn {
    display: inline-block;
    font-size: 16px;
  }
}
.contact .must, .contact .option {
  color: #fff;
  font-size: 12px;
  padding: 1px 5px;
  font-weight: bold;
  border-radius: 3px;
  white-space: nowrap;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.contact .must {
  position: absolute;
  top: 25px;
  right: 10px;
  background-color: #c30;
}
@media screen and (max-width: 768px) {
  .contact .must {
    top: 8px;
    right: 0;
  }
}
.contact .option {
  position: absolute;
  top: 25px;
  right: 10px;
  background-color: #999;
}
@media screen and (max-width: 768px) {
  .contact .option {
    top: 8px;
    right: 0;
  }
}
.contact .before-txt {
  margin-right: 10px;
}
.contact select {
  font-size: 16px;
  border: 1px solid #e2e2e2;
  padding: 6px 10px;
}
@media screen and (max-width: 768px) {
  .contact select {
    font-size: 12px;
  }
}
.contact input[type="file"] {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .contact input[type="file"] {
    font-size: 11px;
  }
}
.contact .input-txt {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e2e2e2;
  font-size: 16px;
  padding: 6px 10px;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contact .input-txt {
    font-size: 16px;
  }
}
.contact .input-txt + .before-txt {
  margin-left: 20px;
}
.contact .input-txt--1 {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .contact .input-txt--1 {
    width: 150px;
  }
}
.contact .input-txt--2 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact .input-txt--2 {
    width: 100%;
  }
}
.contact #MailMessageOld {
  width: 80px;
}
.contact__btn-list {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__btn-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.contact__btn-list li {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .contact__btn-list li {
    display: block;
    order: 2;
  }
}
.contact__btn-list li + li {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .contact__btn-list li + li {
    margin-left: 0;
    order: 1;
  }
}
.contact__privacy {
  width: 90%;
  height: 200px;
  margin: 10px auto;
  overflow: scroll;
  border: #ccc 1px solid;
}
.contact__privacy .viewport {
  overflow: hidden;
  position: relative;
}
.contact__privacy p {
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
}
.contact__check-box {
  width: auto;
  margin: 20px auto;
  text-align: center;
}
#entry_form {
  padding-top: 60px;
}
.recruit {
  padding-top: 60px;
}
.activity {
  padding-top: 60px;
}
.page__ttl-sub {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page__ttl-sub {
    font-size: 12px;
  }
}
.contact__privacy .bge-ckeditor {
  background-color: #fff;
}
.job-contents {
  margin-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .job-contents {
    margin-top: 0;
    padding-bottom: 40px;
  }
}
.job-contents__inner {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .job-contents__inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.job-contents__inner__1st {
  display: block;
  margin-bottom: -40px;
  z-index: 0;
  position: relative;
}
.job-contents__inner__1st img {
  width: 100%;
}
.job-contents__inner__2nd {
  width: 90%;
  padding-top: 40px;
  padding-left: 3%;
  padding-right: 3%;
  margin: 0 auto;
  background-color: #fff;
  z-index: 10;
  position: relative;
}
.job-contents__inner_top {
  padding: 0 0 40px;
}
.job-contents__job-info {
  margin-bottom: 20px;
}
.job-contents__job-info:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}
.job-contents__job-info__summary {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .job-contents__job-info__summary {
    margin-top: 0;
    width: 100%;
    float: none;
  }
}
.job-contents__job-info__eyecatch {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .job-contents__job-info__eyecatch {
    margin-bottom: 20px;
  }
}
.job-contents__job-info__eyecatch img {
  width: 100% !important;
}
.job-characteristic {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .job-characteristic {
    padding: 0 20px 20px;
  }
}
.job-characteristic__title {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .job-characteristic__title {
    font-size: 12px;
  }
}
.job-characteristic__list {
  margin-top: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .job-characteristic__list {
    justify-content: -webkit-flex-start;
    justify-content: -ms-flex-start;
    justify-content: -moz-flex-start;
    justify-content: flex-start;
  }
}
.job-characteristic__item {
  font-size: 12px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  background: #00bffe;
  color: #fff;
  padding: 3px 10px;
  margin-bottom: 4px;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .job-characteristic__item {
    font-size: 10px;
  }
}
.contents-job-detail {
  background: #fff;
}
.contents-job-detail > .container {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contents-job-detail > .container {
    padding: 0;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .contents-job-detail .page-ttl {
    padding: 50px 20px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .contents-job-detail .page-sub-ttl {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .contents-job-detail .article-list {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.entry-nav {
  width: 800px;
  margin: 40px auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}
.entry-nav div {
  width: 50%;
  text-align: center;
  font-weight: bold;
  padding: 15px 10px;
  border: 3px solid #000;
  background-color: #fff;
  cursor: pointer;
}
.entry-nav div:hover {
  background-color: #00bffe;
}
.entry-nav__current {
  background-color: #000 !important;
  color: #fff;
  cursor: default !important;
}
@media screen and (max-width: 768px) {
  .entry-nav {
    width: auto;
  }
}
.maintenance {
  text-align: center;
  padding-bottom: 200px;
}
/*!
 Modaal - accessible modals - v0.4.4
 by Humaan, for all humans.
 http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}
.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
filter: alpha(opacity=0);
  opacity: 0;
}
.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
filter: alpha(opacity=100);
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
filter: alpha(opacity=100);
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
filter: alpha(opacity=0);
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}
.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}
.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}
.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}
.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
filter: alpha(opacity=100);
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:hover:before, .modaal-close:focus:after, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #f3c401;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modaal-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}
.modaal-content-container {
  padding: 30px;
}
.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}
.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}
@-webkit-keyframes instaReveal {
  0% {
filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
filter: alpha(opacity=100);
    opacity: 1;
  }
}
@keyframes instaReveal {
  0% {
filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
filter: alpha(opacity=100);
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
filter: alpha(opacity=100);
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
filter: alpha(opacity=100);
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
filter: alpha(opacity=100);
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
filter: alpha(opacity=0);
    opacity: 0;
  }
  100% {
filter: alpha(opacity=100);
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
filter: alpha(opacity=0);
  opacity: 0 !important;
}
.modaal-instagram iframe {
filter: alpha(opacity=0);
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  -ms-animation: instaReveal 1s linear forwards;
  -moz-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards;
}
.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}
.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}
.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}
.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}
.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
filter: alpha(opacity=100);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
filter: alpha(opacity=0);
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:hover:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}
.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}
.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}
.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe, .modaal-video-container object, .modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}
.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
  -ms-transform: scale(0.25);
  -moz-transform: scale(0.25);
  transform: scale(0.25);
}
@-ms-keyframes modaal-loading-spinner {
  0% {
filter: alpha(opacity=100);
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
filter: alpha(opacity=10);
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
filter: alpha(opacity=100);
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
filter: alpha(opacity=10);
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
filter: alpha(opacity=100);
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
filter: alpha(opacity=10);
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
filter: alpha(opacity=100);
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
filter: alpha(opacity=10);
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
filter: alpha(opacity=100);
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
filter: alpha(opacity=10);
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
filter: alpha(opacity=100);
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
filter: alpha(opacity=10);
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}
.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}
.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}
.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  animation-delay: 0.12s;
}
.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  animation-delay: 0.37s;
}
.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}
.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  animation-delay: 0.62s;
}
.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}
.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  animation-delay: 0.87s;
}
.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}
