@charset "UTF-8";
/* =========================================================
sectionBox
========================================================= */
.sectionBox {
  margin-top: 50px;
  margin-bottom: 50px; }

.sectionBox:before, .sectionBox:after {
  content: "";
  display: block; }

.sectionBox:after {
  clear: both; }

.sectionBox > h2:first-child, .sectionBox > h3:first-child, .sectionBox > h4:first-child, .sectionBox > h5:first-child {
  margin-top: 0 !important; }

.sectionBox > *:last-child {
  margin-bottom: 0 !important; }

/* =========================================================
frameBox
========================================================= */
.frameBox {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #0d2538; }

.frameBox:before, .frameBox:after {
  content: "";
  display: block; }

.frameBox:after {
  clear: both; }

.frameBox > h2:first-child, .frameBox > h3:first-child, .frameBox > h4:first-child, .frameBox > h5:first-child {
  margin-top: 0 !important; }

.frameBox > *:last-child {
  margin-bottom: 0 !important; }

.frameBox.frameBox-bold {
  border-width: 3px; }

.frameBox.frameBox-red {
  border-color: red; }

.frameBox.frameBox-colormain {
  border-color: #0d2538 !important; }

.frameBox.frameBox-colorsub {
  border-color: #089b8c !important; }

/* =========================================================
.breadcrumb（パンくず）
========================================================= */
.breadcrumb {
  background: #F2F2F2;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.2; }
  @media screen and (max-width: 575px) {
    .breadcrumb {
      font-size: 1rem; } }

.breadcrumb:before, .breadcrumb:after {
  content: "";
  display: block; }

.breadcrumb:after {
  clear: both; }

.breadcrumb ul li {
  color: #333;
  position: relative;
  float: left;
  display: inline-block;
  padding-right: .2em;
  line-height: 1.2; }

.breadcrumb ul li + li {
  padding-left: 1.2em; }

.breadcrumb ul li + li::before {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.6em;
  width: 1.2em;
  color: inherit;
  line-height: 1.2;
  text-align: center;
  left: 0;
  font-family: 'FontAwesome';
  content: "\f105";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.breadcrumb a {
  color: #666;
  text-decoration: none; }

.breadcrumb a:hover {
  color: #333;
  text-decoration: none; }

/* =========================================================
#pageHero
========================================================= */
#pageHero {
  background-image: url(../images/page/pageHero-master.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 50%;
  width: 100%;
  position: relative; }

.about #pageHero {
  background-image: url(../images/page/pageHero-master.png); }

.research_unit #pageHero {
  background-image: url(../images/page/pageHero-research_unit.png); }

.project #pageHero {
  background-image: url(../images/page/pageHero-project.png); }

.member #pageHero {
  background-image: url(../images/page/pageHero-member.png); }

.equipment #pageHero {
  background-image: url(../images/page/pageHero-equipment.png); }

.contact #pageHero {
  background-image: url(../images/page/pageHero-contact.png);
  background-position: center 0%; }

.collaboration #pageHero {
  background-image: url(../images/page/pageHero-collaboration.png); }

.achivement #pageHero {
  background-image: url(../images/page/pageHero-achivement.png); }

#pageHero .pageHero-inner {
  transition: all 0.3s ease;
  height: 240px;
  width: 100%;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    #pageHero .pageHero-inner {
      height: 160px;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; } }

#pageHero .page-title {
  font-feature-settings: "palt";
  display: inline-flex;
  left: 0;
  bottom: 0;
  color: #fff;
  font-weight: bold;
  font-size: clamp(2.2rem, 3.6vw, 3.6rem);
  line-height: 1.4;
  padding: 0.7em 1em;
  text-shadow: 0px 0px 4px #000; }

#pageHero .page-title span {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/* =========================================================
.contentRow
========================================================= */
.contents-row {
  min-height: 40vh;
  padding-top: 30px;
  padding-bottom: 30px; }

.contents-row:before, .contents-row:after {
  content: "";
  display: block; }

.contents-row:after {
  clear: both; }

.contents-row .contents-main {
  width: 100%;
  position: relative;
  z-index: 0; }
  @media screen and (max-width: 767px) {
    .contents-row .contents-main {
      padding-left: 5vw;
      padding-right: 5vw; } }
  @media screen and (max-width: 575px) {
    .contents-row .contents-main {
      padding-left: 3vw;
      padding-right: 3vw; } }

@media screen and (max-width: 767px) {
  .contents-row .contents-side {
    padding-left: 5vw;
    padding-right: 5vw; } }
@media screen and (max-width: 575px) {
  .contents-row .contents-side {
    padding-left: 3vw;
    padding-right: 3vw; } }

/* side使用 */
.sideArray .contents-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: spacebetween;
  justify-content: spacebetween; }
  @media screen and (max-width: 991px) {
    .sideArray .contents-row {
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse; } }

.sideArray .contents-row .contents-main {
  width: calc(100% - 240px - 30px); }
  @media screen and (max-width: 991px) {
    .sideArray .contents-row .contents-main {
      width: 100%;
      margin-bottom: 20px; } }

/* サイド */
.sideArray .contents-row .contents-side {
  margin-left: auto;
  width: 240px; }
  @media screen and (max-width: 991px) {
    .sideArray .contents-row .contents-side {
      position: relative;
      width: 100%; } }

.sideArea {
  top: 150px;
  position: -webkit-sticky;
  position: sticky; }
  @media screen and (max-width: 991px) {
    .sideArea {
      position: relative !important;
      top: 0px; } }

.sideArea:before,
.sideArea:after {
  content: '';
  display: table; }

/* =========================================================
#siblingsLinkArea
========================================================= */
.siblingsLinkArea {
  margin-bottom: 20px;
  width: 100%; }

.siblingsLinkArea h4 a {
  transition: all .3s;
  background-color: #0d2538;
  color: #fff;
  padding: 1em 1.6em 1em 1em;
  display: block;
  position: relative; }

.siblingsLinkArea h4 a:hover {
  background-color: #66baff; }

.siblingsLinkArea h4 a::after {
  position: absolute;
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f0da";
  right: 10px;
  top: calc(50% - 0.5em);
  line-height: 1;
  color: #fff;
  transition: all .3s; }

.contents-side ul {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.contents-side ul li {
  width: 100%;
  border: 1px solid #e6e6e6; }
  @media screen and (max-width: 991px) {
    .contents-side ul li {
      width: 50%; } }
  @media screen and (max-width: 575px) {
    .contents-side ul li {
      width: 100%; } }

.contents-side ul li + li {
  border-top: 0px;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6; }
  @media screen and (max-width: 991px) {
    .contents-side ul li + li {
      border-top: 1px solid #e6e6e6; } }
  @media screen and (max-width: 575px) {
    .contents-side ul li + li {
      border-top: 0px !important; } }

@media screen and (max-width: 991px) {
  .contents-side ul li:nth-child(2n) {
    border-left: 0; } }
@media screen and (max-width: 575px) {
  .contents-side ul li:nth-child(2n) {
    border-left: 1px solid #e6e6e6; } }

@media screen and (max-width: 991px) {
  .contents-side ul li:nth-child(n+3) {
    border-top: 0; } }
@media screen and (max-width: 575px) {
  .contents-side ul li:nth-child(n+3) {
    border-top: 1px solid #e6e6e6; } }

.contents-side ul li a {
  transition: all .3s;
  position: relative;
  background-color: #fff;
  color: #333;
  padding: 1em 1.6em 1em 1em;
  display: block;
  line-height: 1.2; }

.contents-side ul li a::after {
  position: absolute;
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f0da";
  right: 10px;
  top: calc(50% - 0.5em);
  line-height: 1;
  color: #333;
  transition: all .3s; }

.contents-side ul li a[href$="#"]::after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.contents-side ul li a:hover {
  color: #333;
  background-color: white; }

.contents-side ul li a:hover::after {
  border-top-color: #fff; }

 /************************************
**.flexLink
************************************/
.flexLink, .flexLink-2col {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: -5px !important;
  margin-right: -5px !important; }

.flexLink li, .flexLink-3col li {
  margin: 0 0 10px !important;
  padding: 0 5px !important;
  list-style: none;
  width: 33.333%; }
  @media screen and (max-width: 991px) {
    .flexLink li, .flexLink-3col li {
      width: 50%; } }
  @media screen and (max-width: 575px) {
    .flexLink li, .flexLink-3col li {
      width: 100%; } }

.flexLink-2col li {
  margin: 0 0 10px !important;
  padding: 0 5px !important;
  list-style: none;
  width: 50%; }
  @media screen and (max-width: 991px) {
    .flexLink-2col li {
      width: 50%; } }
  @media screen and (max-width: 575px) {
    .flexLink-2col li {
      width: 100%; } }

.flexLink li:after, .flexLink li:before, .flexLink-2col li:after, .flexLink-2col li:before {
  display: none; }

.flexLink a, .flexLink-2col a {
  display: block;
  line-height: 1.2;
  position: relative;
  padding: 1em 1.8em 1em 1.1em;
  background-color: #fff;
  border: 2px solid #008cff;
  min-width: 8em;
  color: #008cff !important;
  font-weight: bold;
  text-decoration: none !important;
  transition: all .3s;
  border-radius: 5px;
  cursor: pointer; }

.flexLink a:hover, .flexLink-3col a:hover, .flexLink-2col a:hover {
  background-color: #008cff;
  color: #fff !important; }

.flexLink a::after, .flexLink-2col a::after {
  position: absolute;
  right: .6em;
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f0da";
  color: #008cff !important;
  top: calc(50% - 0.5em);
  line-height: 1;
  transition: all .3s; }

.flexLink a[href^="#"]::after, .flexLink-2col a[href^="#"]::after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.flexLink a:hover::after, .flexLink-2col a:hover::after {
  color: #fff !important; }

/* =========================================================

google-map

========================================================= */
.google-map {
  position: relative;
  width: 100%;
  /* 左右に余白が必要なら値を変更してもOK */
  height: 0;
  padding-bottom: 56.25%;
  /* padding-topでもOK */
  overflow: hidden; }

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* 必要であれば!importantを付けてください */
  height: 100%;
  /* 必要であれば!importantを付けてください */ }

/* =========================================================

.video .youtube 

========================================================= */
.video, .youtube {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin: 20px 0 20px; }

.video iframe, .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* =========================================================

#entry-header（投稿ページのタイトル）

========================================================= */
#entry-header {
  padding: 10px 0 10px 20px;
  position: relative;
  border-bottom: 1px solid #999;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    #entry-header {
      padding: 10px 0 10px 0px; } }
  #entry-header::before {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: block;
    vertical-align: middle;
    background-image: linear-gradient(135deg, #0d2538 0%, #089b8c 100%);
    left: 0;
    top: 0;
    height: 100%;
    width: 10px; }
    @media screen and (max-width: 767px) {
      #entry-header::before {
        display: none; } }
  #entry-header .entry-title {
    font-feature-settings: "palt";
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0.2em; }
    @media screen and (max-width: 767px) {
      #entry-header .entry-title {
        font-size: 2rem; } }
  #entry-header .entry-meta p {
    color: #888;
    font-weight: 700;
    line-height: 1.2; }

/* =========================================================

editor

========================================================= */
.editor > *:first-child {
  margin-top: 0 !important; }

/***************************
/ hタグの設定
**************************/
.editor .readMidashi {
  font-feature-settings: "palt";
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 1em; }
  @media screen and (max-width: 767px) {
    .editor .readMidashi {
      font-size: 1.8rem; } }
  .editor .readMidashi span {
    display: inline-block; }
.editor h2:not([class]) {
  padding: 0.5em 1em 0.5em;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  font-display: swap;
  background: #F2F2F2;
  font-feature-settings: "palt";
  color: #333;
  margin: 1.5em 0 0.7em; }
  @media screen and (max-width: 767px) {
    .editor h2:not([class]) {
      font-size: 1.8rem; } }
.editor h2:not([class])::before {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  display: block;
  vertical-align: middle;
  background-image: linear-gradient(135deg, #0d2538 0%, #089b8c 100%);
  left: 0;
  top: 0;
  height: 100%;
  width: 6px; }
.editor h3:not([class]) {
  padding: 0.2em 0.5em;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.4;
  margin: 1.5em 0 0.6em;
  background-image: linear-gradient(90deg, #0d2538 40%, #174061 100%);
  color: #fff; }
.editor h4:not([class]) {
  position: relative;
  margin: 1.2em 0 0.6em;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 0.3em 0em 0.3em;
  font-feature-settings: "palt";
  color: #0d2538;
  font-weight: 700;
  border-bottom: 2px solid #888; }
.editor h4.noborder {
  position: relative;
  margin: 1.2em 0 0.5em;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 0.3em 0em 0.3em;
  font-feature-settings: "palt";
  color: #0d2538;
  font-weight: 700; }
.editor h5:not([class]) {
  padding-left: 1.2em;
  color: #333;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1.1em 0 0.3em;
  line-height: 1.4; }
.editor h5:not([class])::after {
  position: absolute;
  height: 1em;
  width: 1em;
  content: "";
  display: block;
  top: 0.2em;
  left: 0;
  background-image: linear-gradient(135deg, #0d2538 0%, #089b8c 100%); }
.editor h6:not([class]) {
  color: #333;
  position: relative;
  font-weight: bold;
  margin: 1.1em 0 0.3em;
  line-height: 1.4; }

/***************************
/ p・strong・emタグの設定
**************************/
.editor p {
  margin-bottom: 10px;
  line-height: 1.8; }
.editor a {
  text-decoration: underline;
  color: #888; }
.editor strong, .editor b {
  font-weight: bold; }
.editor i:not([class]) {
  font-style: italic; }
.editor a > img:hover {
  opacity: 0.7; }

/***************************
img設定
**************************/
.editor img {
  height: auto;
  /* even more control with max-width */
  max-width: 100%; }
.editor .img-scroll {
  display: block;
  width: 100%;
  min-height: 0%;
  overflow-x: auto; }
.editor .img-scroll img {
  max-width: inherit; }

/***************************
改行設定
**************************/
.editor .word-break-break-all {
  word-break: break-all; }
.editor .word-break-keep-all {
  word-break: keep-all; }
.editor .word-break-nomal {
  word-break: normal; }

/***************************
table設定
**************************/
.editor table {
  margin: 15px 0 20px;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.4; }
  .editor table caption {
    line-height: 1.4;
    font-weight: bold;
    padding-bottom: 0.2em; }
  .editor table caption + tbody tr:first-child {
    border-top: none; }
.editor table {
  width: 100%;
  max-width: 100%; }
.editor .nowrap {
  white-space: nowrap; }
.editor .nowrap-th tr > th {
  white-space: nowrap; }
.editor .nowrap-cell-1 tbody tr > *:nth-child(1),
.editor .nowrap-cell-2 tbody tr > *:nth-child(2),
.editor .nowrap-cell-3 tbody tr > *:nth-child(3),
.editor .nowrap-cell-4 tbody tr > *:nth-child(4),
.editor .nowrap-cell-5 tbody tr > *:nth-child(5),
.editor .nowrap-cell-6 tbody tr > *:nth-child(6),
.editor .nowrap-cell-7 tbody tr > *:nth-child(7),
.editor .nowrap-cell-8 tbody tr > *:nth-child(8),
.editor .nowrap-cell-9 tbody tr > *:nth-child(9),
.editor .nowrap-cell-10 tbody tr > *:nth-child(10),
.editor .nowrap-cell-last tbody tr > *:last-child,
.editor .nowrap-cell-first tbody tr > *:first-child {
  white-space: nowrap; }
.editor .tac-th tr > th, .editor .tac-th tbody tr > th {
  text-align: center; }
.editor .tac-td tr > td, .editor .tac-td tbody tr > td {
  text-align: center; }
.editor .tac-cell-1 tbody tr > *:nth-child(1),
.editor .tac-cell-2 tbody tr > *:nth-child(2),
.editor .tac-cell-3 tbody tr > *:nth-child(3),
.editor .tac-cell-4 tbody tr > *:nth-child(4),
.editor .tac-cell-5 tbody tr > *:nth-child(5),
.editor .tac-cell-6 tbody tr > *:nth-child(6),
.editor .tac-cell-7 tbody tr > *:nth-child(7),
.editor .tac-cell-8 tbody tr > *:nth-child(8),
.editor .tac-cell-9 tbody tr > *:nth-child(9),
.editor .tac-cell-10 tbody tr > *:nth-child(10),
.editor .tac-cell-last tbody tr > *:last-child,
.editor .tac-cell-first tbody tr > *:first-child {
  text-align: center; }
.editor .tar-th tr > th, .editor .tar-th tbody tr > th {
  text-align: right; }
.editor .tar-td tr > td, .editor .tar-td tbody tr > td {
  text-align: right; }
.editor .tar-cell-1 tbody tr > *:nth-child(1),
.editor .tar-cell-2 tbody tr > *:nth-child(2),
.editor .tar-cell-3 tbody tr > *:nth-child(3),
.editor .tar-cell-4 tbody tr > *:nth-child(4),
.editor .tar-cell-5 tbody tr > *:nth-child(5),
.editor .tar-cell-6 tbody tr > *:nth-child(6),
.editor .tar-cell-7 tbody tr > *:nth-child(7),
.editor .tar-cell-8 tbody tr > *:nth-child(8),
.editor .tar-cell-9 tbody tr > *:nth-child(9),
.editor .tar-cell-10 tbody tr > *:nth-child(10),
.editor .tar-cell-last tbody tr > *:last-child,
.editor .tar-cell-first tbody tr > *:first-child {
  text-align: right; }
.editor table th {
  background-color: #F1F1F1;
  font-weight: bold; }
.editor table td {
  background-color: #fff;
  vertical-align: top; }
.editor table img {
  vertical-align: top; }
.editor table th,
.editor table td {
  padding: 1rem 1em; }
  @media screen and (max-width: 575px) {
    .editor table th,
    .editor table td {
      padding: 0.6rem 0.6rem; } }
.editor table tbody th, .editor table tbody td {
  border: 1px solid #9e9fa0; }
.editor table thead th, .editor table thead td {
  border: 1px solid #9e9fa0;
  vertical-align: middle;
  background-color: #C9D0E0; }
.editor table tfoot th, .editor table tfoot td {
  border: 1px solid #9e9fa0; }
.editor table tbody th {
  text-align: left; }
.editor table tbody + tbody {
  border-top: 1px solid #9e9fa0; }
.editor table tfoot td, .editor table .kyocho td {
  font-weight: 700;
  background-color: #F7F7D0; }
.editor .table-responsive {
  display: block;
  width: 100%;
  min-height: 0%;
  overflow-x: auto;
  margin: 15px 0 20px;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
.editor .table-responsive > table, .editor .table-responsive-sm > table, .editor .table-responsive-md > table, .editor .table-responsive-lg > table, .editor .table-responsive-xl > table {
  margin: 0;
  min-width: 480px; }
.editor .table-responsive-sm {
  margin: 15px 0 20px;
  display: block;
  width: 100%; }
  @media screen and (max-width: 575px) {
    .editor .table-responsive-sm {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; } }
.editor .table-responsive-md {
  margin: 15px 0 20px;
  display: block;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .editor .table-responsive-md {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; } }
.editor .table-responsive-lg {
  margin: 15px 0 20px;
  display: block;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .editor .table-responsive-lg {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; } }
.editor .table-responsive-xl {
  margin: 15px 0 20px;
  display: block;
  width: 100%; }
  @media screen and (max-width: 991px) {
    .editor .table-responsive-xl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; } }
@media screen and (max-width: 767px) {
  .editor .table-scroll table th, .editor .table-scroll table td {
    min-width: 10em; } }

/***************************
list
**************************/
.editor ul:not(.newsList), .editor ol {
  margin-block-start: 0.5em;
  margin-block-end: 0.5em; }
.editor ul:not(.newsList) ul, .editor ol ol {
  margin: 5px 0 10px; }
.editor ul:not(.newsList) > li, .editor ol > li {
  margin-bottom: 0.6em;
  line-height: 1.6; }
.editor ul:not(.newsList) > li > ul > li, .editor ol > li > ol > li {
  margin-bottom: 0.25em; }
.editor ul:not(.newsList) > li {
  position: relative;
  padding-left: 1.1em; }
.editor ul:not(.newsList) > li:before {
  color: #0d2538;
  position: absolute;
  left: 0;
  top: 0.1em;
  margin-right: 0.1em;
  line-height: 1.4;
  font-family: 'FontAwesome';
  content: "\f111";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.editor ul:not(.newsList) > li > ul > li:before {
  content: "\f10c"; }
.editor ol {
  padding-left: 2em; }
.editor ol > li {
  list-style-type: decimal; }
.editor ul.flexlist {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 !important; }
.editor ul.flexlist > li {
  padding-right: 1em;
  width: 33.333%; }
  @media screen and (max-width: 767px) {
    .editor ul.flexlist > li {
      width: 50%; } }
  @media screen and (max-width: 575px) {
    .editor ul.flexlist > li {
      width: 100%; } }

/***************************
ニュースレターにpreタグを使っているので
**************************/
.editor pre {
  /* Mozilla */
  white-space: -moz-pre-wrap;
  /* Opera 4-6 */
  white-space: -pre-wrap;
  /* Opera 7 */
  white-space: -o-pre-wrap;
  /* CSS3 */
  white-space: pre-wrap;
  /* IE 5.5+ */
  word-wrap: break-word; }

/***************************
blockquote
**************************/
blockquote {
  background-color: #f4f1ed;
  padding: 1em 1em 1em 3em;
  position: relative;
  margin: 15px 0 15px; }

blockquote > :last-child {
  margin-bottom: 0; }

blockquote:before {
  content: "“";
  font-size: 600%;
  line-height: 1em;
  font-family: "ＭＳ Ｐゴシック",sans-serif;
  color: #999;
  position: absolute;
  left: 0;
  top: 0; }

 /************************************
** 文字の色
************************************/
.color-main {
  color: #0d2538 !important; }

.color-green {
  color: #089b8c !important; }

.color-blue {
  color: #008cff !important; }

.color-red {
  color: red !important; }

.color-white {
  color: white !important; }

.color-orange {
  color: orange !important; }

.color-yellow {
  color: #ffff00 !important; }

.color-black {
  color: #000 !important; }

.color-gray {
  color: #888 !important; }

.color-lightgray {
  color: #f2f2f2 !important; }

 /************************************
** 文字の大きさ
************************************/
.text-small {
  font-size: 90% !important;
  line-height: 1.2em; }

.text-smaller {
  font-size: 80% !important;
  line-height: 1.2em; }

.text-smallest {
  font-size: 60% !important;
  line-height: 1.2em; }

.text-big {
  font-size: 114.3% !important;
  line-height: 1.6em; }

.text-bigger {
  font-size: 142.9% !important;
  line-height: 1.6em; }

.text-biggest {
  font-size: 171.4% !important;
  line-height: 1.6em; }

.text-bold {
  font-weight: bold; }

.text-nomal {
  font-weight: 400; }

.caption {
  font-size: 90% !important;
  line-height: 1.4em;
  font-weight: 400;
  display: block;
  text-align: center;
  margin-top: 5px; }

 /************************************
** 明朝体
************************************/
.text-mincho {
  font-family: 'Noto Serif JP',游明朝,"Yu Mincho Medium",YuMincho Medium,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif; }

 /************************************
** 明朝体
************************************/
 /************************************
** マーカー
************************************/
.marker {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffff66 60%); }

 /************************************
**ボタン
************************************/
.btn, .btn-black, .btn-white, .btn-blue, .btn-green, .btn-gray {
  text-decoration: none !important;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 0.8em 1.8em 0.8em 0.8em;
  background-color: #7F7F7F;
  min-width: 8em;
  color: #fff;
  text-align: center;
  transition: all .3s;
  border-radius: 5px;
  cursor: pointer; }

table .btn, table .btn-black, table .btn-white, table .btn-blue, table .btn-green, table .btn-gray {
  min-width: inherit;
  padding: 0.2em 1.8em 0.2em 0.8em;
  margin: 0.15em 0 0.15em;
  white-space: nowrap; }

.btn:hover, .btn-black:hover, .btn-white:hover, .btn-blue:hover, .btn-green:hover, .btn-gray:hover {
  background-color: #99d1ff;
  color: #fff; }

.btn::after, .btn-black::after, .btn-white::after, .btn-blue::after, .btn-green::after, .btn-gray::after {
  position: absolute;
  right: .6em;
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f0da";
  color: #fff !important;
  top: calc(50% - 0.5em);
  line-height: 1;
  transition: all .3s; }

.btn-white::after {
  color: #333 !important; }

.btn-white:hover::after {
  color: #fff !important; }

.btn {
  background-color: #0d2538;
  color: #fff !important; }

.btn:hover {
  background-color: #2a77b4; }

.btn-black {
  background-color: #333;
  color: #fff !important; }

.btn-black:hover {
  background-color: #666666; }

.btn-white {
  background-color: #fff;
  color: #333 !important;
  -webkit-box-shadow: 0px 0px 0px 1px #333 inset;
  box-shadow: 0px 0px 0px 1px #333 inset; }

.btn-white:hover {
  background-color: #666666;
  color: #333 !important;
  -webkit-box-shadow: 0px 0px 0px 1px #666666 inset;
  box-shadow: 0px 0px 0px 1px #666666 inset; }

.btn-blue {
  background-color: #008cff;
  color: #fff !important; }

.btn-blue:hover {
  background-color: #66baff; }

.btn-green {
  background-color: #089b8c;
  color: #fff !important; }

.btn-green:hover {
  background-color: #16f3dc; }

.btn-gray {
  background-color: #7F7F7F;
  color: #fff !important; }

.btn-gray:hover {
  background-color: #b2b2b2; }

/************************************
**ボックス
************************************/
.box-frame {
  margin-bottom: 20px;
  border: 1px solid #0d2538;
  padding: 14px 20px; }

.box-frame > *:first-child {
  margin-top: 0 !important; }

.box-frame > *:last-child {
  margin-bottom: 0 !important; }

.box-frame:before, .box-ami:after {
  content: "";
  display: block; }

.box-frame:after {
  clear: both; }

.box-ami {
  margin-bottom: 20px;
  background-color: #efefef;
  padding: 14px 20px; }

.box-ami > *:first-child {
  margin-top: 0 !important; }

.box-ami > *:last-child {
  margin-bottom: 0 !important; }

.box-ami:before, .box-ami:after {
  content: "";
  display: block; }

.box-ami:after {
  clear: both; }

.box-card {
  margin-bottom: 20px;
  border: 1px solid #0d2538;
  border-radius: 5px;
  overflow: hidden; }

.box-card > *:first-child {
  margin-top: 0 !important; }

.box-card > *:last-child {
  margin-bottom: 0 !important; }

.box-card:before, .box-ami:after {
  content: "";
  display: block; }

.box-card:after {
  clear: both; }

.box-card > .box-head {
  color: #fff;
  padding: 8px 20px 8px 20px;
  background-color: #089b8c;
  position: relative;
  border-bottom: 1px solid #0d2538;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (max-width: 575px) {
    .box-card > .box-head {
      padding: 8px 15px 8px 15px; } }

.box-head > *:first-child {
  margin-top: 0 !important; }

.box-head > *:last-child {
  margin-bottom: 0 !important; }

.box-card > .box-head > * {
  position: relative;
  z-index: 2; }

/*box-headの中だけボタン特別*/
.box-head .btn, .box-head .btn-black, .box-head .btn-white, .box-head .btn-blue, .box-head .btn-skyblue, .box-head .btn-gray {
  font-size: 1.2rem;
  padding: 0.5em 1.8em 0.5em 1.1em;
  min-width: inherit; }

.box-card > .box-head > *:first-child {
  font-size: 1.6rem !important;
  font-weight: bold !important;
  line-height: 1.4 !important;
  border: none !important;
  position: relative;
  z-index: 2;
  margin: 0 !important;
  padding: 0 !important; }

.box-card > .box-head > *::before, .box-card > .box-head > *::after {
  display: none !important; }

.box-card > .box-body {
  padding: 8px 20px 14px 20px; }
  @media screen and (max-width: 575px) {
    .box-card > .box-body {
      padding: 5px 15px 10px 15px; } }

.box-card > .box-body > *:first-child {
  margin-top: 0 !important; }

.box-card > .box-body > *:last-child {
  margin-bottom: 0 !important; }

/* =========================================================

組織概要ページ専用

========================================================= */
#aboutBox {
  border: 2px solid #0d2538;
  margin-bottom: 20px; }

#aboutBox .aboutBox-titleArea {
  background-color: #0d2538;
  padding: 1em; }

#aboutBox .aboutBox-title {
  text-align: center;
  color: #fff;
  line-height: 1.4; }
  #aboutBox .aboutBox-title .ja {
    font-size: 2.4rem;
    display: block;
    font-weight: 700; }
    @media screen and (max-width: 575px) {
      #aboutBox .aboutBox-title .ja {
        font-size: 2rem; } }
  #aboutBox .aboutBox-title .en {
    font-size: 1.6rem;
    display: block; }
    @media screen and (max-width: 575px) {
      #aboutBox .aboutBox-title .en {
        font-size: 1.4rem; } }

#aboutBox .aboutBox-contentArea {
  padding: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

#aboutBox .aboutBox-contentArea-col {
  padding-left: 15px;
  padding-right: 15px;
  width: 50%; }
  @media screen and (max-width: 767px) {
    #aboutBox .aboutBox-contentArea-col {
      width: 100%; } }

#aboutBox .aboutBox-midashi {
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 700;
  text-align: center; }

#aboutBox .aboutBox-gsList li {
  color: #fff;
  background-color: #089b8c;
  padding: 0.6em;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px; }
  @media screen and (max-width: 575px) {
    #aboutBox .aboutBox-gsList li {
      font-size: 1.6rem; } }

#aboutBox .aboutBox-gsList li::before {
  display: none; }

#aboutBox .aboutBox-amiBox {
  background-color: #e6e6e6;
  padding: 20px; }

#aboutBox .aboutBox-amiBox p {
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.4;
  color: #089b8c;
  font-weight: 700;
  text-align: center; }
  @media screen and (max-width: 575px) {
    #aboutBox .aboutBox-amiBox p {
      font-size: 1.6rem; } }

#aboutBox .aboutBox-amiBox p span {
  display: inline-block; }

#aboutBox-after {
  background-color: #089b8c;
  padding: 20px; }

#aboutBox-after .aboutBox-after-midashi {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center; }
  @media screen and (max-width: 575px) {
    #aboutBox-after .aboutBox-after-midashi {
      font-size: 1.8rem; } }
  #aboutBox-after .aboutBox-after-midashi span {
    display: inline-block; }

#aboutBox-after .aboutBox-ballList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px; }
  @media screen and (max-width: 575px) {
    #aboutBox-after .aboutBox-ballList {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; } }

#aboutBox-after .aboutBox-ballList li {
  max-width: 120px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
  margin-bottom: 0; }
  @media screen and (max-width: 575px) {
    #aboutBox-after .aboutBox-ballList li {
      width: 33.333%; } }

#aboutBox-after .aboutBox-ballList li::before {
  display: none; }

/*********************************************************

**バイオエコノミーページ専用

*********************************************************/
.bioeconomyBox {
  background-color: #0d2538;
  padding: 20px;
  color: #fff; }

.bioeconomyBox li::before {
  color: #fff !important; }

.bioeconomyBox.box01 {
  background-color: #0d2538; }

.bioeconomyBox.box02 {
  background-color: #12334d; }

.bioeconomyBox.box03 {
  background-color: #174061; }

.bioeconomyBox-midashi {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 10px; }

/*********************************************************

**メンバーページ専用

*********************************************************/
.memberBoxArea {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  gap: 2%; }
  .memberBoxArea .memberBox {
    width: 49%; }
    @media screen and (max-width: 767px) {
      .memberBoxArea .memberBox {
        width: 100%; } }
  .memberBoxArea .memberBox.membercol-1 {
    width: 100%; }
    @media screen and (max-width: 767px) {
      .memberBoxArea .memberBox.membercol-1 {
        width: 100%; } }

.memberBox {
  border: 1px solid #0d2538;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (max-width: 575px) {
    .memberBox {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }

.memberBox-content {
  padding: 20px 20px 20px;
  width: 100%; }
  @media screen and (max-width: 575px) {
    .memberBox-content {
      padding: 15px 15px 15px; } }

.memberBox-content a {
  color: #888; }

.memberBox-content a:hover {
  color: #089b8c;
  text-decoration: underline; }

.memberBox-content a[class*="btn"] {
  color: #fff; }

.memberBox-content a[class*="btn"]:hover {
  text-decoration: none; }

.memberBox-img {
  text-align: center;
  padding: 20px 20px 20px 0;
  width: 200px; }
  @media screen and (max-width: 575px) {
    .memberBox-img {
      padding: 0px 15px 15px 15px;
      width: 100%; } }

@media screen and (max-width: 575px) {
  .memberBox-img img {
    max-width: 150px; } }

.memberBox-header {
  border-bottom: 1px solid #0d2538; }

.memberBox-group-position {
  margin-bottom: 0 !important; }

.memberBox-group-position span {
  background-color: #089b8c;
  color: #fff;
  font-weight: bold;
  padding: 0.3em 1em;
  line-height: 1;
  display: inline-block; }

.memberBox-name {
  line-height: 1.4;
  margin-bottom: 0.5em;
  font-size: 0; }

.memberBox-name .m_position {
  font-weight: bold;
  display: inline-block;
  margin-right: 0.5em;
  font-size: 1.4rem; }

.memberBox-name .m_name {
  font-weight: bold;
  font-size: 2rem;
  display: inline-block; }

.memberBox-name .m_cc {
  color: #888;
  display: inline-block;
  font-size: 1.4rem; }

.memberBox-name .m_cc::before {
  content: "〈"; }

.memberBox-name .m_cc::after {
  content: "〉"; }

.memberBox-content > *:first-child {
  margin-top: 0 !important; }

.memberBox-content > * {
  line-height: 1.4 !important;
  word-break: break-all; }

.memberBox-content h5 {
  margin: 0.8em 0 0.2em !important; }

/* =========================================================

設備ページ専用

========================================================= */
#jumpMenuArea {
  transition: all 0.3s ease; }

.jumpMenu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-left: -5px;
  margin-right: -5px; }
  .jumpMenu div {
    width: 20%;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px; }
    @media screen and (max-width: 991px) {
      .jumpMenu div {
        width: 25%; } }
    @media screen and (max-width: 767px) {
      .jumpMenu div {
        width: 33.333%; } }
    @media screen and (max-width: 575px) {
      .jumpMenu div {
        width: 50%; } }
    .jumpMenu div a {
      background-color: #fff;
      display: block;
      border: 1px solid #888;
      padding: 0.6em 2em 0.6em 0.6em;
      line-height: 1.2;
      border-radius: 5px;
      position: relative;
      text-decoration: none;
      font-weight: bold;
      transition: all 0.3s ease; }
      .jumpMenu div a::before {
        position: absolute;
        content: "";
        right: 10px;
        top: 50%;
        transition: all 0.3s ease;
        display: block;
        width: 0.8em;
        height: 0.8em;
        border-bottom: 2px solid #089b8c;
        border-right: 2px solid #089b8c;
        -webkit-transform: rotate(45deg) translate(-0.4em, -50%);
        transform: rotate(45deg) translate(-0.4em, -50%); }
      .jumpMenu div a:hover {
        border: 1px solid #089b8c;
        text-decoration: none;
        background-color: #089b8c;
        color: #fff; }
        .jumpMenu div a:hover::before {
          border-bottom: 2px solid #fff;
          border-right: 2px solid #fff; }

#jumpMenuArea {
  transition: all 0.3s ease; }

.jumpMenu-open #jumpMenuArea {
  position: fixed;
  background-color: rgba(13, 37, 56, 0.8);
  top: 0;
  z-index: 999;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1; }
  .jumpMenu-open #jumpMenuArea .jumpMenu {
    padding: 140px 20px 40px; }
    @media screen and (max-width: 767px) {
      .jumpMenu-open #jumpMenuArea .jumpMenu {
        padding: 80px 20px 40px; } }
.jumpMenu-open .pagetop {
  opacity: 0; }

.jumpMenuToggle {
  border: 1px solid #fff;
  transform: translate3d(0px, 70px, 0px);
  position: fixed;
  padding-left: 10px;
  padding-right: 10px;
  bottom: 10px;
  left: 10px;
  color: #fff;
  cursor: pointer;
  z-index: 100;
  display: table;
  border-radius: 21px;
  transition: all .25s ease;
  background-color: #0d2538; }
  .jumpMenuToggle.jumpMenuToggle-visible {
    transform: translate3d(0px, 0px, 0px); }
  .jumpMenuToggle .icon {
    height: 42px;
    width: 42px;
    padding: 10px;
    display: table-cell; }
  .jumpMenuToggle .txt {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px; }
  .jumpMenuToggle:hover {
    background-color: #089b8c; }
  .jumpMenuToggle.active .icon span:nth-child(1) {
    transform: translateY(8px) translateX(0) rotate(45deg); }
  .jumpMenuToggle.active .icon span:nth-child(2) {
    opacity: 0; }
  .jumpMenuToggle.active .icon span:nth-child(3) {
    transform: translateY(-7px) translateX(0) rotate(-45deg); }
  .jumpMenuToggle span {
    background: #fff;
    border: none;
    height: 2px;
    width: 100%;
    position: relative;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
    display: block; }
    .jumpMenuToggle span:nth-of-type(1) {
      top: 2px; }
    .jumpMenuToggle span:nth-of-type(2) {
      top: 8px; }
    .jumpMenuToggle span:nth-of-type(3) {
      top: 13px; }

.equipmentTable tbody tr td:nth-child(1),
.equipmentTable tbody tr td:nth-child(2),
.equipmentTable tbody tr td:nth-child(3),
.equipmentTable tbody tr td:nth-child(4) {
  width: 20%; }
.equipmentTable tbody tr td:nth-child(5) {
  width: 10%;
  min-width: 6em; }
.equipmentTable tbody tr td a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin: 0 auto; }
  .equipmentTable tbody tr td a img {
    position: absolute;
    max-height: 80px;
    max-width: 80px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/*********************************************************

**テーブルのスクロールシステム専用

*********************************************************/
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0; }
  10% {
    opacity: 1; }
  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0; } }
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)); }

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)); }

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)); }

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px; }

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none; }

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px; }

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8; }

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=); }

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s; }

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1; }

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2; }

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4); }

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=); }

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==); }

.scroll-hint-icon-white .scroll-hint-text {
  color: #000; }
