@charset "UTF-8";
/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0; }

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  * overflow-x: hidden;
  _overflow: auto; }

html, body {
  width: 100%;
  min-height: 100%; }

body {
  font-family: "Figtree", "Noto Sans JP", serif;
  font-size: 10px;
  font-size: 1.4rem;
  background: #fff;
  line-height: 1.6;
  color: #024c8e;
  letter-spacing: .1rem;
  font-weight: 400; }

@media only screen and (min-width: 1025px) {
  .sp-visible {
    display: none !important; }

  .tablet-visible {
    display: none !important; } }
@media only screen and (max-width: 1024px) {
  html {
    font-size: .9vw; }

  .tablet-hidden {
    display: none; }

  .sp-visible {
    display: none !important; } }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .sp-visible {
    display: block !important; } }
@media only screen and (max-width: 767px) {
  html {
    font-size: 2.75vw; }

  body {
    letter-spacing: 0; }

  .sp-hidden {
    display: none !important; }

  select,
  textarea,
  input[type='url'],
  input[type='text'],
  input[type='date'],
  input[type='tel'],
  input[type='email'],
  input[type='submit'] {
    -webkit-appearance: none; } }
span.link,
a {
  color: #024c8e;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer; }
  span.link.none,
  a.none {
    opacity: 0.4;
    pointer-events: none; }

@media only screen and (min-width: 1025px) {
  a:hover {
    text-decoration: none; } }
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700; }

p {
  line-height: 1.6; }

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
  list-style: none; }

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  vertical-align: top; }

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none; }

input, textarea, select, label {
  font-size: 100%;
  font-family: "Figtree", "Noto Sans JP", serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400; }

@media only screen and (max-width: 767px) {
  input, textarea, select {
    font-size: 1.6rem;
    box-sizing: border-box; } }
button {
  font-family: "Figtree", "Noto Sans JP", serif; }

label {
  cursor: pointer; }

textarea {
  overflow: auto; }

legend {
  display: none; }

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle; }

object {
  vertical-align: middle;
  outline: none; }

em {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 100%; }

i {
  font-style: normal; }

u {
  text-decoration: none; }

abbr, acronym {
  border: none;
  font-variant: normal; }

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal; }

sup {
  font-size: 1em;
  vertical-align: text-top; }

sub {
  font-size: 1em;
  vertical-align: text-bottom; }

hr {
  display: none; }

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative; }
  @media only screen and (max-width: 1024px) {
    #wrap {
      overflow: hidden; } }

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none; }

/* --------------------------------------
		105 other
-------------------------------------- */
.edita:after {
  content: "";
  display: block;
  clear: both; }
.edita img {
  height: auto; }
  @media only screen and (max-width: 767px) {
    .edita img {
      max-width: 100% !important; } }
.edita p {
  padding-bottom: 1em; }
.edita h1 {
  font-size: 2.0em;
  margin: 1.5em 0 1em; }
.edita h2 {
  font-size: 1.8em;
  margin: 1.5em 0 1em; }
.edita h3 {
  font-size: 1.65em;
  margin: 1.5em 0 1em;
  background: #22b1cf;
  color: #fff;
  border-bottom: 3px solid #024c8e;
  padding: .5em 1em; }
.edita h4 {
  font-size: 1.55em;
  margin: 1.5em 0 1em;
  border-left: 5px solid rgba(34, 177, 207, 0.8);
  padding-left: .5em; }
.edita h5 {
  font-size: 1.4em;
  margin: 1.5em 0 1em;
  border-bottom: 1px dashed rgba(2, 76, 142, 0.2);
  padding: .5em 0; }
.edita h6 {
  font-size: 1.3em;
  margin: 1.5em 0 1em;
  background: rgba(2, 76, 142, 0.05);
  color: rgba(2, 76, 142, 0.75);
  padding: .8em 1.2em; }
@media only screen and (max-width: 767px) {
  .edita h1 {
    font-size: 1.5em; }
  .edita h2 {
    font-size: 1.4em; }
  .edita h3 {
    font-size: 1.3em; }
  .edita h4 {
    font-size: 1.2em; }
  .edita h5 {
    font-size: 1.1em; }
  .edita h6 {
    font-size: 1em; } }
.edita small {
  font-size: 80%; }
.edita pre {
  display: block; }
.edita strong {
  font-weight: bold; }
.edita em {
  font-style: italic; }
.edita ul {
  margin-bottom: 1.5em; }
  .edita ul li {
    list-style: outside disc;
    margin-left: 2em;
    overflow: visible;
    zoom: normal;
    padding-bottom: .5em; }
    .edita ul li p {
      padding-bottom: 0; }
.edita ol {
  margin-bottom: 1.5em; }
  .edita ol li {
    list-style: outside decimal;
    margin-left: 2em;
    overflow: visible;
    zoom: normal;
    padding-bottom: .5em; }
    .edita ol li p {
      padding-bottom: 0; }
.edita blockquote {
  display: block;
  margin: 1em 2.5em;
  position: relative; }
  .edita blockquote:before {
    content: "“";
    position: absolute;
    left: -.5em;
    font-size: 4em;
    line-height: 1;
    opacity: 0.5;
    top: 0; }
  .edita blockquote:after {
    content: "”";
    position: absolute;
    right: -.5em;
    font-size: 4em;
    line-height: 1;
    opacity: 0.5;
    bottom: 0; }
.edita a {
  color: #22b1cf;
  text-decoration: underline; }
  .edita a:hover {
    text-decoration: none; }
.edita u, .edita mark {
  background: #f6dd04;
  text-decoration: none;
  color: #024c8e;
  font-weight: 700; }
.edita del {
  text-decoration: line-through; }
.edita hr {
  display: block;
  border: none;
  border-top: rgba(2, 76, 142, 0.1) 1px solid;
  margin-bottom: .5em; }
.edita .alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
  margin-right: .5em; }
  @media only screen and (max-width: 767px) {
    .edita .alignright {
      float: none;
      margin-left: auto;
      margin-right: auto; } }
.edita .alignleft {
  float: left;
  margin-right: 1em;
  margin-left: .5em;
  margin-bottom: 1em; }
  @media only screen and (max-width: 767px) {
    .edita .alignleft {
      float: none;
      margin-left: auto;
      margin-right: auto; } }
.edita .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  max-width: 640px; }
.edita table {
  border-top: 1px solid rgba(2, 76, 142, 0.1);
  border-left: 1px solid rgba(2, 76, 142, 0.1);
  width: 100%;
  margin-bottom: 1em; }
  @media only screen and (max-width: 767px) {
    .edita table {
      font-size: 80%; } }
  .edita table tr:nth-of-type(1) th {
    background: rgba(2, 76, 142, 0.05); }
  .edita table tr th, .edita table tr td {
    padding: 1em;
    text-align: center;
    border-right: 1px solid rgba(2, 76, 142, 0.1);
    border-bottom: 1px solid rgba(2, 76, 142, 0.1); }
    @media only screen and (max-width: 767px) {
      .edita table tr th, .edita table tr td {
        padding: .5em; } }

#loader {
  width: 100%;
  height: 100%;
  background: rgba(2, 76, 142, 0.1), #fff;
  transition: all 1s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  opacity: 1; }
  #loader.on {
    opacity: 0;
    z-index: -1; }

body #wrap {
  z-index: -1;
  position: relative; }
  body #wrap.on {
    z-index: 1; }

/* --------------------------------------
		102 header
-------------------------------------- */
.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding: 1.5rem; }
  @media only screen and (max-width: 767px) {
    .header {
      padding: 0;
      justify-content: flex-start; } }
  .header:before {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 15rem;
    position: absolute; }
    @media only screen and (max-width: 767px) {
      .header:before {
        height: 7rem; } }
  .header-logo {
    width: 29rem;
    flex-shrink: 0;
    margin-right: auto;
    z-index: 10; }
    .header-logo.fade {
      animation-name: fadeDownAnime;
      animation-fill-mode: forwards;
      animation-duration: 1s; }
    @media only screen and (max-width: 767px) {
      .header-logo {
        width: 20rem; } }
    .header-logo a {
      display: block; }
  .header-contact {
    margin-left: .5rem;
    margin-top: 2rem;
    position: relative;
    z-index: 9; }
    .header-contact.fade {
      animation-name: fadeDownAnime;
      animation-fill-mode: forwards;
      animation-duration: 1s; }
    @media only screen and (max-width: 767px) {
      .header-contact {
        width: auto;
        margin: 1rem 1rem 0 .5rem; } }
    .header-contact a {
      width: 21.8rem;
      height: 4.5rem;
      font-size: 2.2rem;
      background: #fff;
      border: 1px solid rgba(2, 76, 142, 0.2);
      border-radius: 3rem;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 1.5rem; }
      @media only screen and (max-width: 1190px) {
        .header-contact a {
          width: auto;
          font-size: 1.8rem;
          letter-spacing: 0; } }
      @media only screen and (max-width: 767px) {
        .header-contact a {
          width: 4rem;
          height: 4rem;
          padding: 0;
          letter-spacing: 0; } }
      .header-contact a b {
        font-weight: 500; }
        @media only screen and (max-width: 767px) {
          .header-contact a b {
            display: none; } }
      .header-contact a span {
        font-size: 2.4rem;
        margin-right: .3rem; }
        @media only screen and (max-width: 1190px) {
          .header-contact a span {
            font-size: 2rem; } }
        @media only screen and (max-width: 767px) {
          .header-contact a span {
            margin: 0; } }
  @media only screen and (max-width: 767px) {
    .header-menu {
      width: 4rem;
      height: 4rem;
      margin-top: 1rem;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      cursor: pointer;
      top: 0;
      right: 0;
      z-index: 10;
      position: relative; }
      .header-menu:after {
        content: "";
        width: 2rem;
        height: 2px;
        background: #024c8e;
        margin: .3rem auto; }
      .header-menu.fade {
        animation-name: fadeDownAnime;
        animation-fill-mode: forwards;
        animation-duration: 1s; } }
  @media only screen and (max-width: 767px) {
    .header-menu span {
      width: 2rem;
      height: 2px;
      background: #024c8e;
      margin: .3rem auto; } }
  .header-menu.on:after {
    display: none; }
  .header-menu.on span:nth-of-type(1) {
    position: absolute;
    transform: rotate(45deg);
    left: 50%;
    top: 50%;
    margin-left: -1rem;
    margin-top: 0; }
  .header-menu.on span:nth-of-type(2) {
    position: absolute;
    transform: rotate(-45deg);
    right: 50%;
    top: 50%;
    margin-right: -1rem;
    margin-top: 0; }
  .header-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 2rem;
    z-index: 9; }
    .header-nav.fade {
      animation-name: fadeDownAnime;
      animation-fill-mode: forwards;
      animation-duration: 1s; }
    @media only screen and (max-width: 767px) {
      .header-nav {
        width: 100vw;
        height: 100vh;
        position: fixed;
        right: -100vw;
        top: 0;
        background: rgba(238, 238, 238, 0.9);
        transition: all .5s;
        margin: 0;
        flex-direction: column; }
        .header-nav.active {
          right: 0;
          transition: all .5s; } }
    .header-nav-global {
      width: 100%;
      display: flex;
      justify-content: flex-end; }
      @media only screen and (max-width: 767px) {
        .header-nav-global {
          flex-direction: column;
          align-items: center; } }
      @media only screen and (max-width: 767px) {
        .header-nav-global > li {
          margin-bottom: 1.5rem; } }
      .header-nav-global > li a {
        height: 4.5rem;
        font-weight: 700;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.3;
        text-align: center;
        font-size: 1.5rem;
        padding: 0 1.5rem;
        position: relative;
        border-bottom: .2rem solid transparent; }
        @media only screen and (max-width: 1190px) {
          .header-nav-global > li a {
            font-size: 1.4rem;
            padding: 0 .8rem;
            letter-spacing: 0; } }
        @media only screen and (max-width: 767px) {
          .header-nav-global > li a {
            width: 31rem;
            background: #fff;
            border-radius: 5rem;
            height: 4rem;
            display: flex;
            justify-content: flex-start;
            font-size: 1.6rem;
            border: 1px solid #ccc;
            padding: 0 2rem;
            letter-spacing: .1rem; }
            .header-nav-global > li a:before {
              content: "\e5c8";
              font-family: "material symbols Outlined", cursive;
              color: #22b1cf;
              font-size: 2rem;
              margin-right: .8rem; } }
        .header-nav-global > li a:hover {
          border-bottom: 0.2rem solid #024c8e; }
    @media only screen and (max-width: 767px) {
      .header-nav-link {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        font-size: 1rem; }
        .header-nav-link a {
          display: flex;
          align-items: center;
          font-weight: 500;
          padding: .5rem; }
          .header-nav-link a span {
            font-size: 1.4rem;
            color: #22b1cf;
            margin-right: .4rem; }
      .header-nav-official {
        display: flex !important;
        justify-content: center;
        padding-bottom: 2rem; }
        .header-nav-official li {
          margin: 0 .5rem; }
          .header-nav-official li a {
            width: 16rem;
            height: 4rem;
            background: #024c8e;
            color: #fff;
            font-size: 1.2rem;
            border-radius: 2rem;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 500; }
            .header-nav-official li a span {
              font-size: 1.4rem; }
      .header-nav-sns {
        display: flex !important;
        padding-top: 2rem; }
        .header-nav-sns li {
          margin: 0 1rem; }
          .header-nav-sns li a {
            width: 3.6rem;
            height: 3.6rem;
            background: #22b1cf;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%; }
          .header-nav-sns li img {
            width: 2rem; } }

/* --------------------------------------
		103 content
-------------------------------------- */
.container-header {
  background: url("../img/bg_result.jpg") no-repeat;
  background-size: cover;
  padding: 18rem 0 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .container-header {
      padding: 10rem 0 2rem; } }
  .container-header-ttl {
    font-size: 4rem;
    line-height: 1.2; }
    @media only screen and (max-width: 767px) {
      .container-header-ttl {
        font-size: 2.4rem; } }
  .container-header-en {
    color: #22b1cf;
    font-weight: 600;
    letter-spacing: .1rem; }
    @media only screen and (max-width: 767px) {
      .container-header-en {
        font-size: 1.2rem; } }
.container-pankuzu {
  padding: 1.5rem; }
  .container-pankuzu ul {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .container-pankuzu ul {
        flex-wrap: wrap; } }
    .container-pankuzu ul li {
      font-weight: 700;
      font-size: 1.4rem;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .container-pankuzu ul li {
          font-size: 1rem; } }
      .container-pankuzu ul li:nth-last-of-type(1):after {
        display: none; }
      .container-pankuzu ul li:after {
        content: "●";
        color: #22b1cf;
        opacity: 0.5;
        font-size: 1rem;
        margin: 0 .5rem; }
        @media only screen and (max-width: 767px) {
          .container-pankuzu ul li:after {
            font-size: .9rem; } }
      .container-pankuzu ul li a {
        font-weight: 400;
        font-size: 1.3rem; }
        @media only screen and (max-width: 767px) {
          .container-pankuzu ul li a {
            font-size: 1.1rem; } }
.container-inner {
  min-height: 100vh; }
.container-news {
  display: flex;
  justify-content: space-between;
  max-width: 116rem;
  margin: 0 auto;
  padding: 0 2.5rem 10rem; }
  @media only screen and (max-width: 767px) {
    .container-news {
      flex-direction: column;
      padding: 0; } }
  .container-news-detail {
    width: 100%;
    padding-right: 4rem; }
    @media only screen and (max-width: 767px) {
      .container-news-detail {
        padding: 0; } }
  .container-news-list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-right: 4rem; }
    @media only screen and (max-width: 767px) {
      .container-news-list {
        padding: 0 2rem 2rem; } }
    .container-news-list-ttl {
      font-size: 2.8rem;
      line-height: 1.3;
      border-bottom: 1px solid rgba(2, 76, 142, 0.5);
      padding: 2.3rem .5rem;
      margin-bottom: 3rem; }
      .container-news-list-ttl span {
        color: #22b1cf; }
      @media only screen and (max-width: 767px) {
        .container-news-list-ttl {
          font-size: 2rem;
          padding: 1.5rem .5rem;
          margin-bottom: 1.5rem; } }
.container-nav {
  width: 28rem;
  flex-shrink: 0;
  padding-bottom: 10rem; }
  @media only screen and (max-width: 767px) {
    .container-nav {
      width: 100%;
      padding: 0 2rem 2rem;
      background: rgba(2, 76, 142, 0.05); } }
  .container-nav .nav-category {
    padding: 1.5rem 0; }
    .container-nav .nav-category-ttl {
      font-size: 2.4rem;
      padding: 1.5rem .5rem;
      border-bottom: 1px solid rgba(2, 76, 142, 0.1); }
      @media only screen and (max-width: 767px) {
        .container-nav .nav-category-ttl {
          font-size: 1.8rem;
          padding: 1rem .5rem; } }
    .container-nav .nav-category ul {
      padding-top: 1.5rem; }
      @media only screen and (max-width: 767px) {
        .container-nav .nav-category ul {
          padding-top: 1rem; } }
      .container-nav .nav-category ul li a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 1rem .5rem; }
        @media only screen and (max-width: 767px) {
          .container-nav .nav-category ul li a {
            font-size: 1.4rem;
            padding: .5rem; } }
        .container-nav .nav-category ul li a:before {
          content: "\e5c8";
          font-family: "material symbols Outlined", cursive;
          color: #22b1cf;
          font-size: 2rem;
          margin-right: .8rem; }
          @media only screen and (max-width: 767px) {
            .container-nav .nav-category ul li a:before {
              font-size: 1.6rem; } }
  .container-nav .nav-tag {
    padding: 1.5rem 0; }
    .container-nav .nav-tag-ttl {
      font-size: 2.4rem;
      padding: 1.5rem .5rem;
      border-bottom: 1px solid rgba(2, 76, 142, 0.1); }
      @media only screen and (max-width: 767px) {
        .container-nav .nav-tag-ttl {
          font-size: 1.8rem;
          padding: 1rem .5rem; } }
    .container-nav .nav-tag ul {
      display: flex;
      flex-wrap: wrap;
      padding-top: 1.5rem; }
      .container-nav .nav-tag ul li {
        padding: .5rem; }
        .container-nav .nav-tag ul li a {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          padding: .4rem 2rem;
          border: 1px solid #024c8e;
          border-radius: 5rem;
          background: #fff; }
          @media only screen and (max-width: 767px) {
            .container-nav .nav-tag ul li a {
              font-size: 1.2rem;
              padding: .3rem 1rem; } }
          .container-nav .nav-tag ul li a:before {
            content: "#";
            color: #22b1cf;
            font-size: 1.7rem;
            margin-right: .8rem; }
            @media only screen and (max-width: 767px) {
              .container-nav .nav-tag ul li a:before {
                font-size: 1.5rem; } }

.aside-insta {
  max-width: 128rem;
  margin: 0 auto;
  padding: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .aside-insta {
      flex-direction: column;
      padding: 4rem 1rem; } }
  .aside-insta-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 3.5rem;
    flex-shrink: 0; }
    @media only screen and (max-width: 767px) {
      .aside-insta-header {
        padding: 0 0 3rem; } }
    .aside-insta-header a {
      width: 16rem;
      height: 3rem;
      background: #22b1cf;
      color: #fff;
      border-radius: 5rem;
      font-size: 1.2rem;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .aside-insta-header a {
          width: 13rem;
          height: 2.4rem;
          font-size: 1rem; } }
    .aside-insta-header-ttl {
      font-size: 4rem;
      font-weight: 600;
      line-height: 1.3; }
      @media only screen and (max-width: 767px) {
        .aside-insta-header-ttl {
          font-size: 3rem; } }

#wrap {
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    #wrap.scrool .header-menu {
      position: fixed;
      top: 1rem;
      right: 5.5rem; }
    #wrap.scrool .header-contact {
      position: fixed;
      top: 1rem;
      right: 0; } }

#content #wrap {
  overflow: hidden; }
  #content #wrap .header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0; }

@media only screen and (max-width: 767px) {
  .slick-dots {
    display: flex;
    justify-content: center; }
    .slick-dots li {
      margin: 0 .2rem; }
      .slick-dots li button {
        margin: 0;
        padding: 0;
        width: .7rem;
        height: .7rem;
        border-radius: 50%;
        background: #fff;
        text-indent: -999rem;
        border: none;
        outline: none; }
      .slick-dots li.slick-active button {
        background: #22b1cf; } }
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.trigger, .start {
  opacity: 0; }

.delay > div, .delay > article, .delay > li {
  opacity: 0; }

.fadeUp {
  opacity: 0;
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: .5s; }

.fadeUUp {
  opacity: 0;
  animation-name: none; }
  .fadeUUp.fade {
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: .5s; }

.fadeLeft {
  animation-name: none;
  opacity: 0; }
  .fadeLeft.fade {
    animation-name: fadeLeftAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: .5s; }

.fadeRight {
  animation-name: none;
  opacity: 0; }
  .fadeRight.fade {
    animation-name: fadeRightAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: .5s; }

.wp-pagenavi {
  text-align: center;
  clear: both;
  padding: 2.5rem 0;
  display: flex;
  justify-content: center; }
  @media only screen and (max-width: 767px) {
    .wp-pagenavi {
      flex-wrap: wrap; } }
  .wp-pagenavi a:hover {
    background: rgba(238, 238, 238, 0.5); }
  .wp-pagenavi > a, .wp-pagenavi > span {
    min-width: 5.6rem;
    height: 5.6rem;
    font-size: 1.4rem;
    text-decoration: none;
    background: #fff;
    margin: .4rem .8rem;
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #eee; }
    @media only screen and (max-width: 767px) {
      .wp-pagenavi > a, .wp-pagenavi > span {
        min-width: 3.6rem;
        height: 3.6rem;
        font-size: 1rem;
        margin: .4rem;
        padding: 0 .5rem; } }
    .wp-pagenavi > a span, .wp-pagenavi > span span {
      font-size: 1.6rem; }
      @media only screen and (max-width: 767px) {
        .wp-pagenavi > a span, .wp-pagenavi > span span {
          font-size: 1.1rem; } }
    .wp-pagenavi > a.current, .wp-pagenavi > span.current {
      color: #fff;
      background: #024c8e; }
    @media only screen and (min-width: 1025px) {
      .wp-pagenavi > a:hover, .wp-pagenavi > span:hover {
        backgroundr: #22b1cf; } }

/* --------------------------------------
		104 footer
-------------------------------------- */
.footer-copy {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 1.6rem 0;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .footer-copy {
      font-size: 1rem; } }
.footer-nav {
  padding: 2rem 0;
  background: #024c8e; }
  @media only screen and (max-width: 767px) {
    .footer-nav {
      display: flex;
      flex-direction: column;
      align-items: center; } }
  .footer-nav ol {
    display: flex;
    justify-content: center;
    padding-bottom: 1rem; }
    .footer-nav ol li {
      margin: 0 1rem; }
      .footer-nav ol li img {
        width: 2.4rem; }
  .footer-nav ul {
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .footer-nav ul {
        flex-direction: column; } }
    .footer-nav ul li {
      display: flex;
      align-items: center; }
      .footer-nav ul li:after {
        content: "|";
        margin: 0 1rem;
        color: #fff; }
        @media only screen and (max-width: 767px) {
          .footer-nav ul li:after {
            display: none; } }
      .footer-nav ul li:nth-last-of-type(1):after {
        display: none; }
      .footer-nav ul li a {
        font-size: 1.2rem;
        line-height: 1.3;
        color: #fff; }
        @media only screen and (max-width: 767px) {
          .footer-nav ul li a {
            font-size: 1rem;
            display: block;
            padding: .5rem; } }
        .footer-nav ul li a:hover {
          color: #22b1cf; }
