@charset "UTF-8";
/*
Theme Name: 2025multibook
Theme URI: https://www.multibook.jp
Description: Theme of multibook 2025
Version: 1.0
Author: Idea Complex Inc.
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  /*line-height: 1;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

dt {
  font-weight: bold;
}

sup {
  font-size: .8em;
  vertical-align: super;
}

input, select, textarea {
  font: inherit;
}

/* =========================================================
 public
========================================================= */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  /*font: 1.5rem/1.53333 "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", Helvetica, sans-serif;*/
  /*color: #000;*/
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-box-direction: normal;*/
      /*-ms-flex-direction: column;*/
          /*flex-direction: column;*/
  /*height: 100vh;*/
  /*-webkit-text-size-adjust: 100%;*/
  /*-webkit-tap-highlight-color: transparent;*/
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: #0062cc;
  text-decoration: none;
}

a:hover {
  /*text-decoration: underline;*/
}

a img {
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover img {
  opacity: 0.7;
}

hr {
  width: calc(100% - 32px);
  max-width: 992px;
  margin: 16px auto;
}

/* =========================================================
 layout
========================================================= */
.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: block;
  min-height: 1px;
}

/* section
--------------------------------------------------------- */
.section {
  padding: 24px 0;
}

.section--grey {
  background: #f5f5f3;
}

.section--orange {
  background: #ffbe00;
}

.section--theme {
  background: #f1592a;
  color: #fff;
}

/* grid/cell
--------------------------------------------------------- */
.grid {
  width: 100%;
  max-width: 1024px;
  padding: 0 8px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cell {
  margin: 8px;
}

.cell--1-col {
  width: calc(8.3333333333% - 16px);
}

.cell--2-col {
  width: calc(16.6666666667% - 16px);
}

.cell--3-col {
  width: calc(25% - 16px);
}

.cell--4-col {
  width: calc(33.3333333333% - 16px);
}

.cell--5-col {
  width: calc(41.6666666667% - 16px);
}

.cell--6-col {
  width: calc(50% - 16px);
}

.cell--7-col {
  width: calc(58.3333333333% - 16px);
}

.cell--8-col {
  width: calc(66.6666666667% - 16px);
}

.cell--9-col {
  width: calc(75% - 16px);
}

.cell--10-col {
  width: calc(83.3333333333% - 16px);
}

.cell--11-col {
  width: calc(91.6666666667% - 16px);
}

.cell--12-col {
  width: calc(100% - 16px);
}

@media screen and (max-width: 768px) {
  .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cell {
    width: calc(100% - 16px);
  }
  .cell--1-col, .cell--2-col, .cell--3-col, .cell--4-col, .cell--5-col, .cell--6-col, .cell--7-col, .cell--8-col, .cell--9-col, .cell--10-col, .cell--11-col {
    width: calc(100% - 16px);
  }
}

/* responsive
--------------------------------------------------------- */
.tablet--inline {
  display: none;
}

@media screen and (max-width: 768px) {
  .tablet--none {
    display: none;
  }
  .tablet--inline {
    display: inline;
  }
}

/* contents area
--------------------------------------------------------- */
.contents-area p:not(:last-child),
.contents-area .list-circle:not(:last-child),
.contents-area .table:not(:last-child),
.contents-area .table__frame:not(:last-child),
.contents-area figure:not(:last-child) {
  margin-bottom: 16px;
}

.contents-area .section-subtitle:not(:first-of-type) {
  margin-top: 32px;
}

.contents-area__no-margin p:not(:last-child),
.contents-area__no-margin .list-circle:not(:last-child),
.contents-area__no-margin .table:not(:last-child),
.contents-area__no-margin .table__frame:not(:last-child),
.contents-area__no-margin figure:not(:last-child) {
  margin-bottom: 0;
}

.contents-area__no-margin .section-subtitle:not(:first-of-type) {
  margin-top: 0;
}

/* =========================================================
 header
========================================================= */
.header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.header__top {
  background: #f1592a;
  font-size: 1.3rem;
  color: #fff;
}

.header__top__inner {
  width: 100%;
  max-width: 1024px;
  padding: 8px 8px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__top__item {
  margin: 2px 8px;
}

.header__bottom {
  width: 100%;
  max-width: 1024px;
  padding: 11px 8px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  margin: 0 8px;
}

.header__logo:hover img {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .header__top__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

/* global nav
--------------------------------------------------------- */
.global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.global-nav + .global-nav {
  margin-top: 8px;
}

.global-nav__item {
  padding: 0 8px;
  line-height: 1.6rem;
}

.global-nav__item + .global-nav__item {
  border-left: 1px solid #000;
}

@media screen and (max-width: 960px) {
  .global-nav {
    display: none;
  }
}

/* =========================================================
 footer
========================================================= */
.footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  font-size: 1.3rem;
}

.footer__top {
  background: #3f3f3f;
}

.footer__top__inner {
  width: 100%;
  max-width: 1024px;
  padding: 10px 8px;
  padding: 6px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__top__item {
  margin: 4px 8px;
}

.footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__address__text {
  margin: 0 8px;
  color: #fff;
  font-style: normal;
}

.footer__address__logo {
  margin: 0 8px;
}

.footer__copyright {
  width: 100%;
  padding: 10px 8px;
  background: #f1592a;
  display: block;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .footer__top__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  .footer__address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .footer__address__logo {
    margin-top: 8px;
  }
}

/* footer nav
--------------------------------------------------------- */
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-nav__item {
  padding: 0 8px;
  line-height: 1.6rem;
}

.footer-nav__item + .footer-nav__item {
  border-left: 1px solid #fff;
}

.footer-nav__item a {
  color: #fff;
}

@media screen and (max-width: 640px) {
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-nav__item + .footer-nav__item {
    border-left: none;
    margin-top: 8px;
  }
}

/* =========================================================
 contact
========================================================= */

.contact__grid {
  width: 100%;
  max-width: 1024px;
  padding: 0 8px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__cell {
  width: calc(25% - 16px);
  margin: 8px;
}

.contact__text {
  margin-bottom: 8px;
  font-size: 1.3rem;
  text-align: center;
  font-weight: bold;
}

.contact__label {
  display: inline-block;
  padding: 0 8px;
  border-radius: 5px;
  margin-right: 8px;
  background: #fff;
  font-size: 1.2rem;
  color: #f1592a;
  font-weight: normal;
}

.contact__button {
  width: 100%;
  max-width: 204px;
  padding: 5px 8px;
  border-radius: 5px;
  border: 1px solid #f1592a;
  margin: 0 auto;
  display: block;
  background: #f1592a;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  font-weight: 900;
  -webkit-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact__button:hover {
  background: #fff;
  color: #f1592a;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .contact__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact__cell {
    width: calc(100% - 16px);
  }
}

/* =========================================================
 components
========================================================= */
/* page header
--------------------------------------------------------- */
.page-header {
  padding: 70px 16px;
  min-height: 272px;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 4px #000, 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 3px #000;
  background: #fff no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-header__title {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
}

.page-header__description {
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: -.05em;
}

.page-header__seminar {
  font-size: 1.6rem;
  color: #000;
}

.page-header__seminar:first-of-type {
  margin-top: 8px;
}

.page-header--no-background {
  text-shadow: none;
}

.page-header--no-background .page-header__title {
  color: #f1592a;
}

.page-header--no-background .page-header__description {
  color: #000;
}

/* breadcrumb
--------------------------------------------------------- */
.breadcrumb {
  width: 100%;
  background: #f5f5f3;
  font-size: 1.3rem;
}

.breadcrumb__inner {
  max-width: 1024px;
  padding: 14px 12px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumb__item {
  margin: 0 4px;
  position: relative;
}

.breadcrumb__item:not(:last-child) {
  padding-right: 16px;
}

.breadcrumb__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 2px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 960px) {
  .breadcrumb {
    display: none;
  }
}

/* heading
--------------------------------------------------------- */
.section-title {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-title:not(:only-child) {
  margin-bottom: 16px;
}

.section-title__icon {
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.section-subtitle {
  color: #f1592a;
  font-weight: bold;
}

.section-headline {
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
}

/* table
--------------------------------------------------------- */
.table {
  width: 100%;
  table-layout: fixed;
  font-size: 1.5rem;
}

.table__frame {
  width: 100%;
}

.table th,
.table td {
  padding: 6px 8px;
  border: 1px solid #ccc;
  text-align: left;
}

.table th {
  background: #f5f5f3;
}

.table thead th {
  padding: 14px 8px;
  font-weight: bold;
  vertical-align: middle;
  font-size: 1em;
}

.table tbody th {
  font-weight: 500;
  vertical-align: middle;
  font-size: 1em;
}

.table td {
  font-size: .8666666666em;
}

.table .table__logo {
  padding: 7px 8px;
}

.table .table__icon {
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}

.table .table--bg-light-blue {
  background: #d9ecf9;
}

.table .table--bg-orange {
  background: #ffdf8a;
}

.table .table--bg-light-orange {
  background: #ffefca;
}

@media screen and (max-width: 768px) {
  .table {
    font-size: 1.3rem;
  }
  .table__frame {
    overflow-x: auto;
  }
  .table__frame .table {
    width: 992px;
  }
}

/* card
--------------------------------------------------------- */
.card {
  width: 100%;
  max-width: 1024px;
  padding: 0 8px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card__cell {
  width: calc(33.3333333333% - 16px);
  max-width: 320px;
  border: 1px solid #ccc;
  margin: 8px;
}

.card__cell .tag {
  padding-bottom: 8px;
}

.card__description {
  padding: 16px 16px 8px;
}

.card__link {
  display: block;
  font-weight: 500;
  overflow-wrap: break-word;
}

.card__text {
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .card {
    max-width: 688px;
  }
  .card__cell {
    width: calc(50% - 16px);
  }
}

@media screen and (max-width: 500px) {
  .card {
    max-width: 352px;
  }
  .card__cell {
    width: calc(100% - 16px);
  }
}

/* list
--------------------------------------------------------- */
.list-circle {
  width: 100%;
  display: table;
  list-style: none;
}

.list-circle__item {
  display: table-row;
  color: #b2b2b2;
}

.list-circle__item::before {
  content: "● ";
  display: table-cell;
  white-space: pre;
}

.list-circle__item > span {
  width: 100%;
  display: table-cell;
  color: #000;
}

.list-circle--wide > .list-circle__item + .list-circle__item::before {
  padding-top: 8px;
}

.list-number {
  width: 100%;
  display: table;
  list-style: none;
  counter-reset: number;
}

.list-number__item {
  display: table-row;
  counter-increment: number;
}

.list-number__item::before {
  content: counter(number) ". ";
  white-space: pre;
  display: table-cell;
}

.list-number__item > span {
  width: 100%;
  display: table-cell;
}

.list-brackets {
  width: 100%;
  display: table;
  list-style: none;
  counter-reset: number;
}

.list-brackets__item {
  display: table-row;
  counter-increment: number;
}

.list-brackets__item::before {
  content: "（" counter(number) "）";
  white-space: pre;
  display: table-cell;
}

.list-brackets__item > span {
  width: 100%;
  display: table-cell;
}

.list-roman {
  padding-left: 1em;
  list-style: lower-roman;
}

.list-notice {
  display: table;
  width: 100%;
  margin: 8px 0;
}

.list-notice:first-child {
  margin-top: 0;
}

.list-notice:last-child {
  margin-bottom: 0;
}

.list-notice__item {
  display: table-row;
}

.list-notice__item::before {
  content: "※ ";
  display: table-cell;
  white-space: pre;
}

.list-notice__item > span {
  display: table-cell;
  width: 100%;
}

.list-notice--center {
  display: block;
  text-align: center;
}

.list-notice--center .list-notice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list-notice--center .list-notice__item::before {
  display: block;
}

.list-notice--center .list-notice__item > span {
  display: block;
  width: auto;
}

.list-custom {
  width: 100%;
  display: table;
  list-style: none;
}

.list-custom__item {
  display: table-row;
}

.list-custom__mark {
  display: table-cell;
  white-space: pre;
}

.list-custom__text {
  width: 100%;
  display: table-cell;
}

/* image-box
--------------------------------------------------------- */
.image-box {
  text-align: center;
}

.image-box__caption {
  overflow-wrap: break-word;
}

.image-box__caption:first-child {
  margin-bottom: 8px;
  font-weight: bold;
  text-align: left;
}

.image-box__caption:last-child {
  margin-top: 8px;
  font-size: 1.3rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .image-box__caption:first-child {
    text-align: center;
  }
  .image-box__caption:last-child {
    text-align: center;
  }
}

/* icon
--------------------------------------------------------- */
.icon-popup {
  padding-left: 1.2em;
  background: url(images/common_icon_popup.svg) no-repeat left center;
}

/* link button
--------------------------------------------------------- */
.link-button {
  width: calc(100% + 16px);
  margin: 8px 0 8px -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.link-button:first-child {
  margin-top: 0;
}

.link-button:last-child {
  margin-bottom: 0;
}

.link-button__item {
  display: block;
  min-width: 320px;
  max-width: calc(100% - 16px);
  padding: 3px 4px;
  margin: 8px;
  border: 1px solid #f1592a;
  border-radius: 5px;
  background: #f1592a;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -webkit-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.link-button__item:hover {
  background: #fff;
  color: #f1592a;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .link-button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .link-button__item {
    min-width: auto;
  }
}

/* fade in
--------------------------------------------------------- */
.fade-in-item {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.fade-in-item.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* update
--------------------------------------------------------- */
.tag-area__grid {
  width: 100%;
  max-width: 1024px;
  padding: 0 8px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tag-area__title {
  width: 125px;
  margin: 8px;
  font-weight: bold;
}

.tag-area__tag {
  width: calc(100% - 125px - 16px);
}

.tag-area__tag:last-child {
  margin-bottom: 0;
}

.tag-area__tag .tag {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .tag-area__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tag-area__title {
    margin-bottom: 0;
  }
}

.update__grid {
  width: 100%;
  max-width: 1024px;
  padding: 0 8px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.update__date {
  width: 125px;
  margin: 8px;
  font-weight: bold;
}

.update__label {
  width: 125px;
  margin: 8px;
}

.update__label__item {
  width: 100%;
  max-width: 125px;
  padding: 0 16px;
  border: 1px solid #f1592a;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.2rem;
  text-align: center;
  color: #f1592a;
}

.update__label__item--new {
  display: none;
}

.update__text {
  width: calc(100% - 250px - 48px);
  margin: 8px;
}

.update__text__new {
  padding: 1px 16px;
  border-radius: 5px;
  margin-left: 16px;
  font-size: 1.2rem;
  background: #ffbe00;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .update {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .update__date {
    width: calc(100% - 16px);
    margin-bottom: 0;
  }
  .update__label {
    width: calc(100% - 16px);
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .update__label__item {
    display: block;
  }
  .update__label__item--new {
    width: auto;
    border-color: #ffbe00;
    margin-left: 16px;
    background: #ffbe00;
    color: #000;
  }
  .update__text {
    width: calc(100% - 16px);
  }
  .update__text__new {
    display: none;
  }
}

/* blog
--------------------------------------------------------- */
.blog__grid {
  width: 100%;
  max-width: 1024px;
  padding: 0 8px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog__date {
  width: 125px;
  margin: 8px;
  font-weight: bold;
}

.blog__label {
  width: 125px;
  margin: 8px;
}

.blog__label__item {
  width: 100%;
  max-width: 125px;
  padding: 0 16px;
  border: 1px solid #f1592a;
  border-radius: 5px;
  display: inline-block;
  font-size: 1.2rem;
  text-align: center;
  color: #f1592a;
}

.blog__label__item:not(:first-child) {
  margin-top: 8px;
}

.blog__label__item--new {
  display: none;
}

.blog__text {
  width: calc(100% - 250px - 48px);
  margin: 8px;
}

.blog__text__new {
  padding: 1px 16px;
  border-radius: 5px;
  margin-left: 16px;
  font-size: 1.2rem;
  background: #ffbe00;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog__date {
    width: calc(100% - 16px);
    margin-bottom: 0;
  }
  .blog__label {
    width: calc(100% - 16px);
    margin: 4px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog__label__item {
    display: block;
    margin: 4px 8px;
  }
  .blog__label__item:not(:first-child) {
    margin-top: 4px;
  }
  .blog__label__item--new {
    width: auto;
    border-color: #ffbe00;
    background: #ffbe00;
    color: #000;
  }
  .blog__text {
    width: calc(100% - 16px);
  }
  .blog__text__new {
    display: none;
  }
}

/* post
--------------------------------------------------------- */
.post-lead {
  font-weight: 500;
}

.post-date {
  text-align: right;
}

.post-tag {
  width: 100%;
  max-width: 1024px;
  padding: 0 8px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.post-tag__title {
  margin: 8px;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.post-tag__tag .tag {
  padding: 0;
}

/* =========================================================
 form
========================================================= */
.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px 8px;
  border-bottom: 1px solid #ccc;
}

.form-item:first-of-type {
  border-top: 1px solid #ccc;
}

.form-item__label {
  width: 25%;
  padding: 0 8px;
  font-weight: bold;
}

.form-item__requirement {
  width: 25%;
  padding: 0 8px;
}

.form-item__input {
  width: 50%;
  padding: 0 8px;
}

.form-item__message {
  display: none;
  margin-top: 4px;
  color: #f1592a;
}

.form-item__message.is-active {
  display: block;
}

.form-item__result {
  display: none;
  padding: 8px 16px;
  border: 1px solid #ccc;
}

.form-item__result.is-active {
  display: block;
}

.form-item__result.is-error {
  border-color: #f1592a;
}

.form-text {
  width: 100%;
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 0;
  background: none;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

.form-text:placeholder-shown {
  color: #ccc;
}

.form-text::-webkit-input-placeholder {
  color: #ccc;
}

.form-text:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-text::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-text:-ms-input-placeholder {
  color: #ccc;
}

.form-text.wpcf7c-conf {
  border: 1px solid #ccc;
  background-color: #f5f5f3;
  color: #000;
}

.form-textarea {
  width: 100%;
  padding: 4px 8px;
  border: 1px solid #ccc;
  border-radius: 0;
  background: none;
  display: block;
  resize: vertical;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

.form-textarea.wpcf7c-conf {
  border: 1px solid #ccc;
  background-color: #f5f5f3;
  color: #000;
}

.form-dropdown {
  position: relative;
}

.form-dropdown::before {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  border-top: 10px solid #ccc;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  top: 12px;
  right: 8px;
  pointer-events: none;
}

.form-dropdown__select {
  width: 100%;
  padding: 4px 28px 4px 8px;
  border: 1px solid #ccc;
  border-radius: 0;
  background: none;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}

.form-dropdown__select::-ms-expand {
  display: none;
}

.form-dropdown__select.wpcf7c-conf {
  border: 1px solid #ccc;
  background-color: #f5f5f3;
  color: #000;
  cursor: auto;
}

.form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-radio__item {
  display: block;
  padding-left: 24px;
  position: relative;
  cursor: pointer;
}

.form-radio__item::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-radio__item::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%) scale(0, 0);
          transform: translateY(-50%) scale(0, 0);
  -webkit-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.form-radio__item.is-active::before {
  border-color: #f1592a;
}

.form-radio__item.is-active::after {
  background: #f1592a;
  -webkit-transform: translateY(-50%) scale(1, 1);
          transform: translateY(-50%) scale(1, 1);
}

.form-radio__item + .form-radio__item {
  margin-top: 4px;
}

.form-radio__input {
  display: none;
}

.form-panel__item {
  display: none;
}

.form-panel__item.is-active {
  display: block;
}

.wpcf7-acceptance label,
.form-checkbox {
  padding-left: 26px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.wpcf7-acceptance label::before,
.form-checkbox::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: border 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.wpcf7-acceptance label::after,
.form-checkbox::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 35%;
  left: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.wpcf7-acceptance label.is-checked::before,
.form-checkbox.is-checked::before {
  border-color: #f1592a;
  background: #f1592a;
}

.wpcf7-acceptance label input,
.form-checkbox input {
  display: none;
}

.form-button {
  width: 100%;
  max-width: 204px;
  padding: 5px 8px;
  border-radius: 5px;
  border: 1px solid #f1592a;
  margin: 0 8px;
  display: inline-block;
  background: #f1592a;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  font-weight: 900;
  -webkit-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.form-button[disabled] {
  cursor: auto;
  border-color: #ccc;
  background: #fff;
  color: #ccc;
}

.form-button:not([disabled]):hover {
  background: #fff;
  color: #f1592a;
  text-decoration: none;
}

.form-button.is-hidden {
  display: none;
}

.form-button__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-loader {
  display: block;
  background-image: url("images/ajax-loader.gif");
  width: 16px;
  height: 16px;
  margin-left: 4px;
  visibility: hidden;
}

.form-loader.is-active {
  visibility: visible;
}

.wpcf7-form {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 16px;
}

.wpcf7-not-valid-tip {
  margin-top: 4px;
  color: #f1592a !important;
}

.wpcf7-response-output {
  margin: 0 16px 32px !important;
  padding: 8px 16px !important;
  border: 1px solid #ff0000 !important;
}

.wpcf7-mail-sent-ok {
  border: 1px solid #ccc !important;
}

.wpcf7-mail-sent-ng,
.wpcf7-aborted,
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  border: 1px solid #f1592a !important;
}

.wpcf7 .ajax-loader {
  display: block !important;
  width: 100% !important;
  margin: 16px 0 0 !important;
  background-repeat: no-repeat;
  background-position: center center;
}

.wpcf7 .ajax-loader:not(.is-active) {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .form-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-item__label {
    width: 100%;
  }
  .form-item__requirement {
    width: 100%;
  }
  .form-item__input {
    width: 100%;
    margin-top: 4px;
  }
  .form-button + .form-button {
    margin-top: 16px;
  }
  .form-button__area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* =========================================================
 wordpress block editor
========================================================= */
.post-entry h2 {
  margin-bottom: 8px;
  font-size: 2.4rem;
  font-weight: bold;
  overflow-wrap: break-word;
}

.post-entry h2:not(:first-child) {
  margin-top: 32px;
}

.post-entry h3 {
  font-weight: 500;
  color: #f1592a;
  overflow-wrap: break-word;
}

.post-entry h3:not(:first-child) {
  margin-top: 16px;
}

.post-entry a[target="_blank"] {
  padding-left: 1.2em;
  background: url(images/common_icon_popup.svg) no-repeat left center;
}

.post-entry p {
  word-break: break-all;
}

.post-entry ol {
  width: 100%;
  display: table;
  list-style: none;
  counter-reset: number;
}

.post-entry ol li {
  display: table-row;
  counter-increment: number;
}

.post-entry ol li::before {
  content: counter(number) ". ";
  white-space: pre;
  display: table-cell;
}

.post-entry ul {
  width: 100%;
  list-style: none;
}

.post-entry ul li {
  padding-left: 1.2em;
  text-indent: -1.2em;
  color: #000;
}

.post-entry ul li::before {
  content: "● ";
  color: #b2b2b2;
  white-space: pre;
}

.post-entry .wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 16px);
  margin-left: -8px;
}

.post-entry .wp-block-columns .wp-block-column {
  padding: 0 8px;
  margin: 0;
}

.post-entry .wp-block-columns.grid-1-3 .wp-block-column:first-child {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 25%;
}

.post-entry .wp-block-columns.grid-1-3 .wp-block-column:last-child {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 75%;
}

.post-entry .wp-block-columns.grid-2-2 .wp-block-column:first-child {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 50%;
}

.post-entry .wp-block-columns.grid-2-2 .wp-block-column:last-child {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 50%;
}

.post-entry .wp-block-columns.grid-3-1 .wp-block-column:first-child {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 75%;
}

.post-entry .wp-block-columns.grid-3-1 .wp-block-column:last-child {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 25%;
}

.post-entry .wp-block-columns.grid-1-2 .wp-block-column:first-child {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 33.3333333333%;
}

.post-entry .wp-block-columns.grid-1-2 .wp-block-column:last-child {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 66.6666666666%;
}

.post-entry .wp-block-columns.grid-2-1 .wp-block-column:first-child {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 66.6666666666%;
}

.post-entry .wp-block-columns.grid-2-1 .wp-block-column:last-child {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 33.3333333333%;
}

.post-entry .wp-block-image {
  margin: 0;
  text-align: center;
}

.post-entry .wp-block-image figcaption {
  color: #000;
  overflow-wrap: break-word;
}

.post-entry .wp-block-image figcaption:first-child {
  margin: 0 0 8px;
  font-weight: bold;
  text-align: left;
}

.post-entry .wp-block-image figcaption:last-child {
  margin: 8px 0 0;
  font-size: 1.3rem;
  text-align: left;
}

.post-entry .wp-block-separator {
  width: 100%;
  margin: 32px auto;
}

.post-entry .color-box {
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  margin-bottom: 16px;
  background: #ffefca;
}

.post-entry .color-box:not(:first-child) {
  margin-top: 32px;
}

.post-entry .image-h2 {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post-entry .image-h2 figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.post-entry .image-h2 h2 {
  margin: 0 0 0 8px;
}

.post-entry .image-h2:not(:first-child) {
  margin-top: 32px;
}

.post-entry p + p,
.post-entry p + figure,
.post-entry p + ul,
.post-entry p + ol,
.post-entry ol + p,
.post-entry ol + figure,
.post-entry ol + ol,
.post-entry ol + ul,
.post-entry ul + p,
.post-entry ul + figure,
.post-entry ul + ol,
.post-entry ul + ul,
.post-entry figure + p,
.post-entry figure + ul,
.post-entry figure + ol {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .post-entry .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-entry .wp-block-columns .wp-block-column:not(:first-child) {
    margin-top: 16px;
  }
  .post-entry .wp-block-image figcaption:first-child {
    text-align: center;
  }
  .post-entry .wp-block-image figcaption:last-child {
    text-align: center;
  }
  .post-entry .wp-block-columns.grid-1-3 .wp-block-column:first-child,
  .post-entry .wp-block-columns.grid-2-2 .wp-block-column:first-child,
  .post-entry .wp-block-columns.grid-3-1 .wp-block-column:first-child,
  .post-entry .wp-block-columns.grid-1-2 .wp-block-column:first-child,
  .post-entry .wp-block-columns.grid-2-1 .wp-block-column:first-child {
    width: 100%;
  }
  .post-entry .wp-block-columns.grid-1-3 .wp-block-column:last-child,
  .post-entry .wp-block-columns.grid-2-2 .wp-block-column:last-child,
  .post-entry .wp-block-columns.grid-3-1 .wp-block-column:last-child,
  .post-entry .wp-block-columns.grid-1-2 .wp-block-column:last-child,
  .post-entry .wp-block-columns.grid-2-1 .wp-block-column:last-child {
    width: 100%;
  }
}

/* =========================================================
 unique
========================================================= */
/* top
--------------------------------------------------------- */
.mainvisual {
  background: no-repeat center center;
  background-size: cover;
  visibility: hidden;
}

.mainvisual__slider.bx-wrapper.is-active .mainvisual {
  visibility: visible;
}

.mainvisual--before {
  background-image: url("images/top_mainvisual_background_2_dandy.jpg");
}

.mainvisual--after {
  background-image: url("images/top_mainvisual_background_dandy.jpg");
}

.mainvisual__slider.bx-wrapper {
  margin-bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.mainvisual__slider.bx-wrapper.is-active {
  opacity: 1;
  pointer-events: auto;
}

.mainvisual__inner {
  width: 100%;
  max-width: 1112px;
  min-height: 552px;
  padding: 0 16px;
  margin: 0 auto;
  position: relative;
}

.mainvisual__balloon {
  width: 52.877697841%;
  max-width: 588px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mainvisual__thumb {
  position: absolute;
  z-index: 1;
  top: 190px;
  right: 16px;
}

.mainvisual__badge {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
  pointer-events: none;
}

a:hover .mainvisual__badge img {
  opacity: 1;
}

.mainvisual-sp__slider.bx-wrapper {
  display: none;
}

@media screen and (max-width: 768px) {
  .mainvisual__slider.bx-wrapper {
    display: none;
  }
  .mainvisual-sp__inner {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: no-repeat center center;
    background-size: cover;
  }
  .mainvisual-sp__slider.bx-wrapper {
    display: block;
  }
  .mainvisual-sp__slider.bx-wrapper.is-active .mainvisual-sp {
    visibility: visible;
  }
  .mainvisual-sp--before .mainvisual-sp__inner {
    background-image: url("images/top_mainvisual_background-sp_2.jpg");
  }
  .mainvisual-sp--after .mainvisual-sp__inner {
    background-image: url("images/top_mainvisual_background-sp.jpg");
  }
  .mainvisual-sp__slider.bx-wrapper {
    margin-bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
  }
  .mainvisual-sp__slider.bx-wrapper.is-active {
    opacity: 1;
    pointer-events: auto;
  }
  .mainvisual-sp__thumb {
    position: relative;
    z-index: 1;
  }
  .mainvisual-sp--before .mainvisual-sp__thumb {
    visibility: hidden;
  }
  .mainvisual-sp__badge {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
  }
  a:hover .mainvisual-sp__badge img {
    opacity: 1;
  }
}

.main-subtitle {
  margin-bottom: 16px;
  line-height: 1.5;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-subtitle__text {
  font-size: 2.4rem;
  font-weight: 900;
}

.main-subtitle__sub-text {
  margin-left: 16px;
  font-size: 1.3rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .main-subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-button {
  width: 100%;
  max-width: 125px;
  padding: 3px 8px;
  border-radius: 5px;
  border: 1px solid #0062cc;
  margin: 8px auto 0;
  display: block;
  background: #fff;
  font-size: 1.3rem;
  text-align: center;
  -webkit-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.top-button:hover {
  background: #0062cc;
  color: #fff;
  text-decoration: none;
}

.problem-grid {
  width: calc(100% + 16px);
  margin-left: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.problem-cell {
  width: calc(33.3333333333% - 16px);
  margin: 8px;
}

.problem-list {
  width: 100%;
  list-style: none;
}

.problem-list__item {
  position: relative;
  padding-left: 24px;
}

.problem-list__item::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #f1592a;
  position: absolute;
  top: 2px;
  left: 0;
}

.problem-list__item::after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  top: 5px;
  left: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.problem-list__item + .problem-list__item {
  margin-top: 8px;
}

@media screen and (max-width: 640px) {
  .problem-grid {
    width: 100%;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .problem-cell {
    width: calc(100% - 16px);
    margin: 0;
  }
  .problem-cell + .problem-cell {
    margin-top: 8px;
  }
}

.resolve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 8px;
  border-radius: 10px;
  background: #f5f5f3;
}

.resolve__cell {
  margin: 8px;
}

.resolve__cell--center {
  text-align: center;
}

.resolve__cell--left, .resolve__cell--right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.resolve__header {
  text-align: center;
  margin-bottom: 16px;
}

.resolve__badge {
  position: absolute;
  top: -42px;
  left: -50px;
}

.resolve__whitepaper-lead {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.resolve__button {
  width: calc(100% + 16px);
  margin: 8px 0 8px -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.resolve__button__item {
  display: block;
  min-width: 204px;
  max-width: calc(100% - 16px);
  padding: 5px 8px;
  margin: 8px;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  color: #f1592a;
  text-align: center;
  -webkit-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.resolve__button__item:hover {
  background: #f1592a;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 1112px) {
  .resolve__cell--left .image-box {
    position: relative;
    z-index: 2;
  }
  .resolve__badge {
    top: 0px;
    left: 0px;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  .resolve {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .resolve__cell--center {
    width: calc(100% - 16px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .resolve__cell--left {
    width: calc(66.6666666666% - 16px);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .resolve__cell--left .image-box {
    width: calc(50% - 8px);
  }
  .resolve__cell--right {
    width: calc(33.3333333333% - 16px);
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .resolve__badge {
    width: calc(50% - 8px);
    position: static;
    margin-left: 16px;
    text-align: center;
  }
}

.top-merit {
  width: 100%;
  max-width: 1024px;
  padding: 0 8px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-merit__cell {
  width: calc(33.3333333333% - 16px);
  padding: 16px 16px 16px;
  border-radius: 10px;
  margin: 8px;
  background: #fff;
  text-align: center;
}

.top-merit__header {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-merit__header__logo {
  margin-bottom: 16px;
}

.top-merit__title {
  margin-bottom: 8px;
  font-size: 3.2rem;
  font-weight: 900;
}

.top-merit .image-box {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .top-merit__cell {
    width: calc(50% - 16px);
  }
}

@media screen and (max-width: 640px) {
  .top-merit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-merit__cell {
    width: calc(100% - 16px);
  }
}

.top-case {
  width: calc(100% + 16px);
  margin-left: -8px;
  position: relative;
}

.top-case__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-case__item {
  max-width: 238px;
  margin: 8px;
}

.top-case__left {
  display: none;
}

.top-case__right {
  display: none;
}

.top-case.is-active {
  padding: 0 56px;
}

.top-case.is-active .top-case__inner {
  display: block;
}

.top-case.is-active .top-case__item {
  margin: 0;
}

.top-case.is-active .top-case__left {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-case.is-active .top-case__right {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-case .bx-wrapper {
  margin-bottom: 0;
}

.top-company-logo {
  overflow: hidden;
}

.top-company-logo__slide {
  width: 100%;
  max-width: 1024px;
  padding: 0 8px;
  margin: 0 auto;
  overflow: visible;
}

.top-company-logo__slide::before, .top-company-logo__slide::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 50;
}

.top-company-logo__slide::before {
  background: linear-gradient(to left, transparent 0, #fff 64px, #fff 100%);
  background-size: 100% 100%;
  right: 100%;
  left: -1000%;
}

.top-company-logo__slide::after {
  background: linear-gradient(to right, transparent 0, #fff 64px, #fff 100%);
  background-size: 100% 100%;
  right: -1000%;
  left: 100%;
}

.top-company-logo__slide .slick-list {
  overflow: visible;
}

.top-company-logo__slide .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-company-logo .top-company-logo__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 16px;
}

@media screen and (max-width: 768px) {
  .top-case__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-case__item {
    max-width: none;
  }
  .top-case__left, .top-case__right {
    display: none;
  }
}

.top-partner {
  width: 100%;
  table-layout: fixed;
}

.top-partner thead tr {
  font-weight: bold;
  text-align: center;
}

.top-partner thead tr th {
  padding: 10px 8px;
}

.top-partner tbody tr {
  height: 72px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.top-partner tbody tr th {
  padding: 8px 16px;
  text-align: left;
  vertical-align: middle;
}

.top-partner tbody tr td {
  padding: 0 8px;
  text-align: center;
  vertical-align: middle;
}

.top-partner img {
  vertical-align: middle;
}

.top-update {
  width: 100%;
  padding: 12px 8px;
  border-bottom: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-update:first-of-type {
  border-top: 1px solid #ccc;
}

.top-update__date {
  width: 120px;
  padding: 0 8px;
  font-size: 1.3rem;
  font-weight: 500;
}

.top-update__label {
  width: 160px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-update__label__item {
  width: 100%;
  max-width: 144px;
  padding: 0 16px;
  border: 1px solid #f1592a;
  border-radius: 5px;
  display: block;
  font-size: 1.2rem;
  text-align: center;
  color: #f1592a;
}

.top-update__label__item--new {
  width: auto;
  max-width: none;
  padding: 0 16px;
  border-color: #ffbe00;
  margin-left: 16px;
  background: #ffbe00;
  color: #000;
  display: none;
}

.top-update__title {
  width: calc(100% - 120px - 160px);
  padding: 0 8px;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-update__title__text {
  color: #0062cc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-update__title__new {
  padding: 0 16px;
  border-radius: 5px;
  margin-left: 16px;
  font-size: 1.2rem;
  background: #ffbe00;
  display: block;
}

@media screen and (max-width: 768px) {
  .top-update {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-update__date {
    width: 100%;
  }
  .top-update__label {
    width: 100%;
    margin-top: 8px;
  }
  .top-update__label__item--new {
    display: block;
  }
  .top-update__title {
    width: 100%;
    margin-top: 8px;
  }
  .top-update__title__text {
    white-space: inherit;
    overflow: inherit;
    text-overflow: inherit;
  }
  .top-update__title__new {
    display: none;
  }
}

/* seminar
--------------------------------------------------------- */
.seminar-talk__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.seminar-talk__item::before {
  content: url(images/seminar_icon_talk.svg);
  display: block;
  width: 32px;
  height: 32px;
}

.seminar-talk__item > span {
  width: calc(100% - 8px - 32px - 16px);
  padding: 8px 12px;
  border: 1px solid #ccc;
  background: #fff;
  display: block;
  position: relative;
}

.seminar-talk__item:nth-child(odd)::before {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.seminar-talk__item:nth-child(odd) > span {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.seminar-talk__item:nth-child(odd) > span::before, .seminar-talk__item:nth-child(odd) > span::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.seminar-talk__item:nth-child(odd) > span::before {
  border-left: 16px solid #ccc;
  right: -16px;
  z-index: 1;
}

.seminar-talk__item:nth-child(odd) > span::after {
  border-left: 16px solid #fff;
  right: -13px;
  z-index: 2;
}

.seminar-talk__item:nth-child(even)::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.seminar-talk__item:nth-child(even) > span {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.seminar-talk__item:nth-child(even) > span::before, .seminar-talk__item:nth-child(even) > span::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.seminar-talk__item:nth-child(even) > span::before {
  border-right: 16px solid #ccc;
  left: -16px;
  z-index: 1;
}

.seminar-talk__item:nth-child(even) > span::after {
  border-right: 16px solid #fff;
  left: -13px;
  z-index: 2;
}

.seminar-talk__item + .seminar-talk__item {
  margin-top: 16px;
}

.seminar__cell--white {
  padding: 16px;
  border-radius: 10px;
  background: #fff;
}

.seminar__cell + .seminar__cell {
  margin-top: 16px;
}

.seminar__lead {
  margin-top: 12px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.seminar__title {
  margin-bottom: 16px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.seminar__subtitle {
  margin: 8px 0;
  font-weight: bold;
  color: #f1592a;
}

.seminar__button {
  width: 100%;
  max-width: 204px;
  padding: 5px 8px;
  border-radius: 5px;
  border: 1px solid #f1592a;
  margin: 16px auto 0;
  display: block;
  background: #f1592a;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  font-weight: 900;
  -webkit-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.seminar__button:not(.seminar__button--done):hover {
  background: #fff;
  color: #f1592a;
  text-decoration: none;
}

.seminar__button--done {
  border-color: #ccc;
  background-color: #ccc;
}

.seminar__button--small {
  margin-top: 0;
  font-size: 1.3rem;
  font-weight: normal;
}

.seminar__button--small.seminar__button--done:hover {
  background: #fff;
  color: #ccc;
  text-decoration: none;
}

.post-entry a.seminar__button[target="_blank"] {
  padding: 5px 8px;
  background: #f1592a;
}

.post-entry a.seminar__button[target="_blank"]:hover {
  background: #fff;
  color: #f1592a;
  text-decoration: none;
}

/* ifrs16
--------------------------------------------------------- */
.ifrs16-lead {
  padding: 16px 0;
  background: #ffbe00;
}

.ifrs16-lead__text {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.ifrs16-merit {
  width: 100%;
  max-width: 1024px;
  padding: 0 8px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ifrs16-merit__cell {
  width: calc(33.3333333333% - 16px);
  padding: 16px 8px;
  border-radius: 10px;
  margin: 8px;
  background: #fff;
  text-align: center;
}

.ifrs16-merit__header {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ifrs16-merit__header__text {
  font-weight: 500;
  margin: 16px 0;
}

.ifrs16-merit__title {
  margin-bottom: 16px;
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 900;
}

.ifrs16-merit .image-box {
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .ifrs16-merit__cell {
    width: calc(50% - 16px);
  }
  .ifrs16-section--5 {
    margin-top: 56px;
  }
}

@media screen and (max-width: 640px) {
  .ifrs16-merit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ifrs16-merit__cell {
    width: calc(100% - 16px);
  }
}

/* =========================================================
 utility
========================================================= */
.pt--0 {
  padding-top: 0;
}

.pt--8 {
  padding-top: 8px;
}

.pb--8 {
  padding-bottom: 8px;
}

.mt--8 {
  margin-top: 8px !important;
}

.mb--8 {
  margin-bottom: 8px !important;
}

.text--center {
  text-align: center !important;
}

.text--right {
  text-align: right !important;
}

.text--medium {
  font-weight: 500;
}

.text--bold {
  font-weight: bold;
}

.display--tablet-inline {
  display: none;
}

@media screen and (max-width: 768px) {
  .display--pc {
    display: none;
  }
  .display--tablet-inline {
    display: inline;
  }
}

/* =========================================================
 pageme
========================================================= */
.infinite-message {
  padding: 8px 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  position: fixed;
  z-index: 10;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 20rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: 8px;
  padding-left: 8px;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1.5rem;
  display: block;
  padding: 8px 16px;
  text-decoration: none;
  color: #0062cc;
  font-weight: bold;
  background-color: #fff;
  -webkit-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.drawer-menu-item:hover {
  text-decoration: none;
  color: #fff;
  background-color: #f1592a;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -20rem;
  -webkit-transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 20rem;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: relative;
  z-index: 104;
  top: 0;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 24px;
  padding: 0;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 20px;
  padding-left: 8px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #f1592a;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 961px) {
  .drawer-hamburger {
    display: none;
  }
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
            transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 20rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 20rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 20rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}

/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 8px;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 20rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 8px;
  }
}

/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 8px;
  padding-left: 16px;
  text-decoration: none;
  color: #0062cc;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #fff;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}

/* =========================================================
 bxSlider
========================================================= */
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 16px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -16px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  line-height: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #0062cc;
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  outline: 0;
  border-radius: 50%;
  -webkit-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #f1592a;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* =========================================================
 Modal Video
========================================================= */
@-webkit-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
          animation-name: modal-video;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
          animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -4px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
}

.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}
