@charset "UTF-8";

/*--基本スタイル--*/
/* グラデーション */
/*--mixin--*/
/*共通部分*/
html {
  font-size: 100%;
  letter-spacing: 0.22em;
  visibility: hidden;
  opacity: 0;
}

html.wf-active {
  visibility: visible;
  opacity: 1;
}

.grecaptcha-badge {
  visibility: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif, apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothicM, YuGothic, Meiryo, Arial, Helvetica, "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.5;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  body {
    font-size: 0.75rem;
  }
}

body.fixed {
  width: 100%;
  position: fixed;
  overflow: hidden;
}

.max-extend {
  max-width: 1920px;
  margin: 0 auto;
}

.max-extend-inner {
  max-width: 1366px;
  margin: 0 auto;
}

.content-extend, .contact, .news__flex, .membership-map, .membership, .association-map, .association, .top-about, .top-business {
  max-width: 1366px;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .content-extend, .contact, .news__flex, .membership-map, .membership, .association-map, .association, .top-about, .top-business {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.content-width, .common-contact {
  width: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
  .content-width, .common-contact {
    width: 100%;
    padding-right: 5.13%;
    padding-left: 5.13%;
  }
}

.spaceGrotesk, .archive__title, .fv__title__main, .common-kv__title h1, .common-title__main {
  font-family: "Space Grotesk", sans-serif;
}

.wrapper {
  padding: 0 4%;
}

.content-wrapper {
  padding: 0 5%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 576px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 1.25rem;
  }
}

b {
  font-weight: 700;
}

p {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  p {
    font-size: 0.75rem;
  }
}

.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
}

.pc-show {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc-show {
    display: none;
  }
}

.m-show {
  display: none;
}
@media screen and (max-width: 992px) {
  .m-show {
    display: block;
  }
}

.l-show {
  display: none;
}
@media screen and (max-width: 1280px) {
  .l-show {
    display: block;
  }
}

.sp-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-show {
    display: block;
  }
}

.sp-xs-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-xs-none {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .sp-xs-none {
    display: none;
  }
}

.sp-xs-show {
  display: none;
}
@media screen and (max-width: 576px) {
  .sp-xs-show {
    display: block;
  }
}

.xs-show {
  display: none;
}
@media screen and (max-width: 576px) {
  .xs-show {
    display: block;
  }
}

.m-none {
  display: block;
}
@media screen and (max-width: 992px) {
  .m-none {
    display: none;
  }
}

.xs-none {
  display: block;
}
@media screen and (max-width: 576px) {
  .xs-none {
    display: none;
  }
}

ul {
  list-style: none;
}

select {
  -webkit-appearance: revert;
     -moz-appearance: revert;
          appearance: revert;
}

table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 576px) {
  table th, table td {
    font-size: 0.875rem;
  }
}

ol {
  padding-left: 20px;
}

ul {
  list-style: none;
}

.back-inherit {
  background-color: inherit !important;
}

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

.mr-right {
  margin-right: 4%;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .flex {
    display: block;
  }
}

.flex-warp {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex-as {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.justify-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.no-warp {
  white-space: nowrap;
}

.pointer {
  cursor: pointer;
}

/* フォントカラー */
.fc-white {
  color: #ffffff;
}

/* bottom 三角 */
.triangle-bottom {
  margin: 48px auto;
  width: 0;
  height: 0;
  border-left: 250px solid transparent;
  border-right: 250px solid transparent;
  border-top: 64px solid #000000;
}
@media screen and (max-width: 576px) {
  .triangle-bottom {
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 50px solid #000000;
  }
}

.vertical-font {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.position-right {
  text-align: right;
}

.position-left {
  text-align: left;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.d-inline {
  display: inline-block;
}

.arrow-right:after {
  content: "";
  position: absolute;
  right: 32px;
  top: 16px;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-color: #ffffff #ffffff transparent transparent;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.transparent, .membership__table__td__link, .common-contact__flex__left__tel, .footer__inner__content, .header .nav-bar .logo a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.transparent:hover, .membership__table__td__link:hover, .common-contact__flex__left__tel:hover, .footer__inner__content:hover, .header .nav-bar .logo a:hover {
  opacity: 0.7;
}

.m-center, .form-table, .member-form, .member-date__content, .login__content, .membership__table, .association__table, .top-business__flex__block__content__list, .top-news, .white-btn {
  margin-left: auto;
  margin-right: auto;
}

.header {
  padding: 25px 50px 25px;
  background-color: rgba(255, 255, 255, 0.3);
  width: 100%;
  position: absolute;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 18px 10px 0;
  }
}
.header .nav-bar {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .nav-bar .logo {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.header .nav-bar .logo a {
  width: 100%;
  color: #000000;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .header .nav-bar .logo a {
    font-size: 1rem;
  }
}
.header .nav-bar .logo a:hover {
  opacity: 0.7;
}
.header .nav-bar .global-menu {
  width: 100%;
  margin-left: 24px;
  margin-top: 0px;
}
@media screen and (max-width: 992px) {
  .header .nav-bar .global-menu {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: fixed;
    height: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 105;
    margin-left: 0px;
    margin-top: 0px;
    background: #1A6EC3;
  }
}
.header .nav-bar .global-menu .menu-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .header .nav-bar .global-menu .menu-list {
    display: none !important;
  }
}
.header .nav-bar .global-menu .menu-list li:nth-child(n+2) {
  margin-left: 44px;
}
@media screen and (max-width: 1100px) {
  .header .nav-bar .global-menu .menu-list li:nth-child(n+2) {
    margin-left: 24px;
  }
}
@media screen and (max-width: 992px) {
  .header .nav-bar .global-menu .menu-list li:nth-child(n+2) {
    margin-left: 0;
  }
}
.header .nav-bar .global-menu .menu-list li:last-child {
  margin-left: 30px;
}
@media screen and (max-width: 992px) {
  .header .nav-bar .global-menu .menu-list li:last-child {
    margin-left: 0;
  }
}
.header .nav-bar .global-menu .menu-list li .link {
  position: relative;
  display: inline-block;
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .header .nav-bar .global-menu .menu-list li .link {
    color: #ffffff;
  }
}
.header .nav-bar .global-menu .menu-list li .link.contact-btn {
  background: #F9FF58;
  padding: 11px 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #F9FF58;
}
@media screen and (max-width: 992px) {
  .header .nav-bar .global-menu .menu-list li .link.contact-btn {
    color: #000000;
  }
}
.header .nav-bar .global-menu .menu-list li .link.contact-btn:before {
  display: none;
}
.header .nav-bar .global-menu .menu-list li .link:before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 50%;
  background-color: #1A6EC3;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .nav-bar .global-menu .menu-list li .link:hover:before {
  width: 80%;
}
.header .nav-bar .global-menu .menu-list li .link:hover.contact-btn {
  background: #ffffff;
}
.header .nav-bar .global-menu .menu-list li .link.active:before {
  width: 100%;
}
.header .nav-bar .global-menu .menu-list li .link.active:hover:before {
  width: 100%;
}
.header .nav-bar .global-menu.show {
  height: 100vh;
  overflow: scroll;
}
.header .nav-bar .global-menu.show .menu-list {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 110;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-animation: menuFadein 0.5s forwards;
          animation: menuFadein 0.5s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  padding-top: 12%;
  padding-bottom: 5%;
}
@media screen and (max-width: 576px) {
  .header .nav-bar .global-menu.show .menu-list {
    padding-top: 22%;
  }
}
.header .nav-bar .global-menu.show .menu-list li {
  display: block;
}
.header .nav-bar .global-menu.show .menu-list li:nth-child(n+2) {
  margin-top: 32px;
}
.header .nav-bar .global-menu.show .menu-list li .link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  text-align: center;
}
.header .nav-bar .global-menu.show .menu-list li .link.contact {
  background: #F9FF58;
  padding: 6px 20px;
}
.header .nav-bar .global-menu.show .menu-list li .link:before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 50%;
  background-color: #1A6EC3;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .nav-bar .global-menu.show .menu-list li .link:hover:before {
  width: 80%;
}
.header .nav-bar .global-menu.show .menu-list li .link.active:before {
  width: 100%;
}
.header .nav-bar .global-menu.show .menu-list li .link.active:hover:before {
  width: 100%;
}

@-webkit-keyframes menuFadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes menuFadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.toggle-hamburger {
  display: none;
}
@media screen and (max-width: 992px) {
  .toggle-hamburger {
    position: fixed;
    display: block;
    cursor: pointer;
    width: 46px;
    height: 40px;
    padding: 10px 8px;
    z-index: 120;
    right: 50px;
    top: 24px;
    background: #F9FF58;
  }
}
@media screen and (max-width: 768px) {
  .toggle-hamburger {
    right: 10px;
  }
}
.toggle-hamburger span {
  position: relative;
  display: block;
}
.toggle-hamburger span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #000000;
  top: -9px;
  border-radius: 100px;
  right: 0;
  -webkit-transform: translateY(0) rotate(0);
      -ms-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.toggle-hamburger span:nth-of-type(2)::before {
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  width: 100%;
}
.toggle-hamburger span:nth-of-type(3)::before {
  -webkit-transform: translateY(16px);
      -ms-transform: translateY(16px);
          transform: translateY(16px);
  width: 100%;
  opacity: 1;
}
.toggle-hamburger.close span:before {
  top: -1px;
}
.toggle-hamburger.close span:nth-of-type(1)::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 100%;
}
.toggle-hamburger.close span:nth-of-type(2)::before {
  width: 100%;
  -webkit-transform: rotate(45deg) translateY(0);
      -ms-transform: rotate(45deg) translateY(0);
          transform: rotate(45deg) translateY(0);
}
.toggle-hamburger.close span:nth-of-type(3)::before {
  opacity: 0;
}

.footer {
  margin-top: 200px;
  background: #F9FF58;
  padding: 40px 50px 12px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 32px 10px 8px;
    margin-top: 120px;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__inner__content {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.footer__inner__content__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .footer__inner__content__title {
    font-size: 1rem;
    line-height: 24px;
  }
}
.footer__inner__content__address {
  font-size: 1rem;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .footer__inner__content__address {
    font-size: 0.875rem;
    margin-top: 12px;
  }
}
.footer__inner__content__tel {
  font-size: 1rem;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .footer__inner__content__tel {
    font-size: 0.875rem;
    margin-top: 2px;
  }
}
.footer__inner__content__tel a {
  color: #000000;
}
.footer__inner__content img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__inner__list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .footer__inner__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner__list {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .footer__inner__list__item {
    margin-top: 16px;
  }
}
.footer__inner__list__item:nth-of-type(n+2) {
  margin-left: 44px;
}
@media screen and (max-width: 768px) {
  .footer__inner__list__item:nth-of-type(n+2) {
    margin-left: 30px;
  }
}
.footer__inner__list__item:last-child {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .footer__inner__list__item:last-child {
    margin-left: 30px;
  }
}
.footer__inner__list__item__link {
  position: relative;
  display: inline-block;
  color: #000000;
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer__inner__list__item__link {
    font-size: 0.875rem;
  }
}
.footer__inner__list__item__link.contact-btn {
  background: #1A6EC3;
  padding: 11px 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #1A6EC3;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .footer__inner__list__item__link.contact-btn {
    padding: 8px 12px;
  }
}
.footer__inner__list__item__link.contact-btn:before {
  display: none;
}
.footer__inner__list__item__link:before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 50%;
  background-color: #000000;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__inner__list__item__link:hover:before {
  width: 80%;
}
.footer__inner__list__item__link:hover.contact-btn {
  background: #ffffff;
  color: #1A6EC3;
}
.footer__inner__list__item__link.active:before {
  width: 100%;
}
.footer__inner__list__item__link.active:hover:before {
  width: 100%;
}
.footer__small {
  margin-top: 90px;
  font-size: 0.75rem;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__small {
    margin-top: 48px;
  }
}

.pagination-list {
  margin-top: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pagination-list a, .pagination-list span {
  color: #000000;
  font-size: 1.125rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.pagination-list a:hover, .pagination-list span:hover {
  color: #F9FF58;
}
.pagination-list .page-numbers {
  margin-left: 18px;
}
.pagination-list .next, .pagination-list .prev {
  margin-top: -1px;
}
.pagination-list .current, .pagination-list .dots {
  color: #000000;
}
.pagination-list .current {
  background: #F9FF58;
}

.pagination {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination a, .pagination span {
  color: #000000;
  font-size: 1.125rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 10px;
  padding: 0 6px;
}
.pagination a:hover, .pagination span:hover {
  background: #F9FF58;
}
.pagination .next, .pagination .prev {
  margin-top: -1px;
}
.pagination .current, .pagination .dots {
  color: #000000;
}
.pagination .current {
  background: #F9FF58;
}

.common-title__main {
  font-size: 2.625rem;
  line-height: 1.26;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .common-title__main {
    font-size: 1.375rem;
  }
}
.common-title__sub {
  font-size: 1.375rem;
  font-weight: 700;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .common-title__sub {
    font-size: 0.875rem;
  }
}
.common-title.center {
  text-align: center;
}
.common-title.right {
  text-align: right;
}

.common-contact {
  margin-top: 200px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .common-contact {
    margin-top: 100px;
  }
}
.common-contact__detail {
  margin-top: 30px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .common-contact__detail {
    font-size: 0.875rem;
    margin-top: 16px;
  }
}
.common-contact__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 48px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .common-contact__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 1.5%;
  }
}
@media screen and (max-width: 768px) {
  .common-contact__flex {
    margin-top: 32px;
  }
}
.common-contact__flex__left {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .common-contact__flex__left {
    width: 100%;
    text-align: center;
  }
}
.common-contact__flex__left__tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
}
@media screen and (max-width: 992px) {
  .common-contact__flex__left__tel {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.common-contact__flex__left__tel img {
  display: block;
  width: 36px;
  margin-top: 1px;
}
@media screen and (max-width: 768px) {
  .common-contact__flex__left__tel img {
    width: 26px;
  }
}
.common-contact__flex__left__tel__text {
  margin-left: 8px;
  font-size: 2.25rem;
}
@media screen and (max-width: 992px) {
  .common-contact__flex__left__tel__text {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 768px) {
  .common-contact__flex__left__tel__text {
    font-size: 1.5rem;
  }
}
.common-contact__flex__left__time {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .common-contact__flex__left__time {
    font-size: 0.875rem;
  }
}
.common-contact__flex__right {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .common-contact__flex__right {
    width: 100%;
    margin-top: 54px;
  }
}
@media screen and (max-width: 768px) {
  .common-contact__flex__right {
    margin-top: 32px;
  }
}
.common-contact__flex__right a {
  display: block;
  width: 90%;
  color: #ffffff;
  padding: 28px 0;
  background: #1A6EC3;
  position: relative;
  font-size: 1.125rem;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #1A6EC3;
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .common-contact__flex__right a {
    max-width: 320px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .common-contact__flex__right a {
    max-width: 275px;
    font-size: 1rem;
    padding: 20px;
  }
}
.common-contact__flex__right a:hover {
  background: #ffffff;
  color: #1A6EC3;
}
.common-contact__flex:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #000000;
}
@media screen and (max-width: 992px) {
  .common-contact__flex:after {
    display: none;
  }
}

.common-kv {
  position: relative;
  height: 384px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .common-kv {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .common-kv {
    height: 250px;
  }
}
@media screen and (max-width: 576px) {
  .common-kv {
    height: 200px;
  }
}
.common-kv.white:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.27);
}
.common-kv__title {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 300px;
  background-color: #1A6EC3;
  padding: 12px 12px 16px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .common-kv__title {
    width: 250px;
    left: 10px;
    top: 65%;
  }
}
@media screen and (max-width: 576px) {
  .common-kv__title {
    width: 230px;
    padding: 8px 12px 12px;
  }
}
.common-kv__title h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .common-kv__title h1 {
    font-size: 1.75rem;
    line-height: 36px;
  }
}
@media screen and (max-width: 576px) {
  .common-kv__title h1 {
    font-size: 1.5rem;
    line-height: 32px;
  }
}
.common-kv__title p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  .common-kv__title p {
    font-size: 1rem;
    line-height: 24px;
  }
}
@media screen and (max-width: 576px) {
  .common-kv__title p {
    font-size: 0.875rem;
    line-height: 22px;
  }
}
.common-kv__image {
  width: 100%;
  height: 100%;
  display: block;
}
.common-kv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common-space {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .common-space {
    margin-top: 100px;
  }
}

.regular-btn {
  width: 200px;
  margin-left: auto;
  margin-top: 48px;
  background: #1A6EC3;
  color: #ffffff;
  text-align: center;
  font-size: 1rem;
  -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  padding: 10px 12px 10px 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .regular-btn {
    width: 138px;
    font-size: 0.875rem;
    -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  }
}

.white-btn {
  width: 288px;
  background: #ffffff;
  color: #000000;
  text-align: center;
  font-size: 1rem;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  padding: 21px 0px;
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .white-btn {
    width: 240px;
    padding: 16px 0px;
    font-size: 0.875rem;
  }
}

.login-btn {
  width: 80%;
  max-width: 230px;
  margin: 52px auto 0;
  background: #1A6EC3;
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  padding: 18px 0;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .login-btn {
    margin: 36px auto 0;
  }
}
@media screen and (max-width: 576px) {
  .login-btn {
    max-width: 200px;
    padding: 12px 0;
    font-size: 0.875rem;
  }
}
.login-btn:hover {
  opacity: 0.7;
}

.submit-btn {
  width: 80%;
  max-width: 290px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .submit-btn {
    margin: 64px auto 0;
  }
}
@media screen and (max-width: 576px) {
  .submit-btn {
    max-width: 230px;
  }
}
.submit-btn input {
  background: #1A6EC3;
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  padding: 18px 0;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 576px) {
  .submit-btn input {
    padding: 12px 0;
    font-size: 0.875rem;
  }
}
.submit-btn input:hover {
  opacity: 0.7;
}

/*----scrollFadein----*/
.scroll-fadein {
  opacity: 0;
}
.scroll-fadein.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}

@-webkit-keyframes up-fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes up-fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*時間差でフェイドイン*/
.scroll-fadein-delay1 {
  opacity: 0;
}
.scroll-fadein-delay1.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay1.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-delay1.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-delay1.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-delay1.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-delay1.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-delay1.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-delay1.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-delay1.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-delay1.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-delay1.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-delay1.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-delay1.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-delay1.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-delay1.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-delay1.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-delay1.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-delay1.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-delay1.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-delay1.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-delay1.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-delay2 {
  opacity: 0;
}
.scroll-fadein-delay2.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay2.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-delay2.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-delay2.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-delay2.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-delay2.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-delay2.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-delay2.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-delay2.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-delay2.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-delay2.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-delay2.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-delay2.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-delay2.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-delay2.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-delay2.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-delay2.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-delay2.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-delay2.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-delay2.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-delay2.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-delay3 {
  opacity: 0;
}
.scroll-fadein-delay3.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay3.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-delay3.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-delay3.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-delay3.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-delay3.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-delay3.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-delay3.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-delay3.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-delay3.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-delay3.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-delay3.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-delay3.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-delay3.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-delay3.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-delay3.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-delay3.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-delay3.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-delay3.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-delay3.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-delay3.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-delay4 {
  opacity: 0;
}
.scroll-fadein-delay4.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay4.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-delay4.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-delay4.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-delay4.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-delay4.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-delay4.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-delay4.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-delay4.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-delay4.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-delay4.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-delay4.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-delay4.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-delay4.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-delay4.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-delay4.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-delay4.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-delay4.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-delay4.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-delay4.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-delay4.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-delay5 {
  opacity: 0;
}
.scroll-fadein-delay5.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay5.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-delay5.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-delay5.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-delay5.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-delay5.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-delay5.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-delay5.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-delay5.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-delay5.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-delay5.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-delay5.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-delay5.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-delay5.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-delay5.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-delay5.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-delay5.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-delay5.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-delay5.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-delay5.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-delay5.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-delay6 {
  opacity: 0;
}
.scroll-fadein-delay6.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay6.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-delay6.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-delay6.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-delay6.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-delay6.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-delay6.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-delay6.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-delay6.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-delay6.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-delay6.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-delay6.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-delay6.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-delay6.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-delay6.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-delay6.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-delay6.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-delay6.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-delay6.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-delay6.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-delay6.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-delay7 {
  opacity: 0;
}
.scroll-fadein-delay7.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay7.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-delay7.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-delay7.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-delay7.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-delay7.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-delay7.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-delay7.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-delay7.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-delay7.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-delay7.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-delay7.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-delay7.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-delay7.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-delay7.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-delay7.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-delay7.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-delay7.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-delay7.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-delay7.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-delay7.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-delay8 {
  opacity: 0;
}
.scroll-fadein-delay8.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay8.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-delay8.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-delay8.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-delay8.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-delay8.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-delay8.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-delay8.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-delay8.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-delay8.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-delay8.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-delay8.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-delay8.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-delay8.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-delay8.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-delay8.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-delay8.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-delay8.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-delay8.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-delay8.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-delay8.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-delay9 {
  opacity: 0;
}
.scroll-fadein-delay9.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay9.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-delay9.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-delay9.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-delay9.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-delay9.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-delay9.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-delay9.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-delay9.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-delay9.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-delay9.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-delay9.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-delay9.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-delay9.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-delay9.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-delay9.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-delay9.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-delay9.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-delay9.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-delay9.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-delay9.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-delay10 {
  opacity: 0;
}
.scroll-fadein-delay10.show {
  -webkit-animation: up-fadein 1s ease-out forwards;
          animation: up-fadein 1s ease-out forwards;
}
.scroll-fadein-delay10.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-delay10.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-delay10.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-delay10.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-delay10.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-delay10.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-delay10.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-delay10.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-delay10.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-delay10.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-delay10.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-delay10.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-delay10.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-delay10.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-delay10.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-delay10.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-delay10.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-delay10.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-delay10.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-delay10.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay1 {
  opacity: 0;
}
.scroll-fadein-left-delay1.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}
.scroll-fadein-left-delay1.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-left-delay1.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-left-delay1.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-left-delay1.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-left-delay1.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-left-delay1.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-left-delay1.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-left-delay1.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-left-delay1.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-left-delay1.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-left-delay1.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-left-delay1.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-left-delay1.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-left-delay1.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-left-delay1.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-left-delay1.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-left-delay1.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-left-delay1.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-left-delay1.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-left-delay1.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay2 {
  opacity: 0;
}
.scroll-fadein-left-delay2.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}
.scroll-fadein-left-delay2.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-left-delay2.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-left-delay2.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-left-delay2.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-left-delay2.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-left-delay2.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-left-delay2.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-left-delay2.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-left-delay2.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-left-delay2.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-left-delay2.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-left-delay2.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-left-delay2.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-left-delay2.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-left-delay2.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-left-delay2.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-left-delay2.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-left-delay2.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-left-delay2.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-left-delay2.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay3 {
  opacity: 0;
}
.scroll-fadein-left-delay3.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}
.scroll-fadein-left-delay3.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-left-delay3.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-left-delay3.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-left-delay3.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-left-delay3.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-left-delay3.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-left-delay3.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-left-delay3.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-left-delay3.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-left-delay3.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-left-delay3.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-left-delay3.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-left-delay3.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-left-delay3.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-left-delay3.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-left-delay3.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-left-delay3.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-left-delay3.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-left-delay3.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-left-delay3.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay4 {
  opacity: 0;
}
.scroll-fadein-left-delay4.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}
.scroll-fadein-left-delay4.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-left-delay4.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-left-delay4.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-left-delay4.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-left-delay4.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-left-delay4.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-left-delay4.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-left-delay4.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-left-delay4.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-left-delay4.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-left-delay4.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-left-delay4.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-left-delay4.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-left-delay4.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-left-delay4.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-left-delay4.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-left-delay4.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-left-delay4.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-left-delay4.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-left-delay4.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay5 {
  opacity: 0;
}
.scroll-fadein-left-delay5.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}
.scroll-fadein-left-delay5.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-left-delay5.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-left-delay5.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-left-delay5.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-left-delay5.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-left-delay5.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-left-delay5.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-left-delay5.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-left-delay5.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-left-delay5.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-left-delay5.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-left-delay5.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-left-delay5.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-left-delay5.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-left-delay5.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-left-delay5.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-left-delay5.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-left-delay5.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-left-delay5.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-left-delay5.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay6 {
  opacity: 0;
}
.scroll-fadein-left-delay6.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}
.scroll-fadein-left-delay6.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-left-delay6.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-left-delay6.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-left-delay6.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-left-delay6.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-left-delay6.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-left-delay6.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-left-delay6.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-left-delay6.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-left-delay6.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-left-delay6.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-left-delay6.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-left-delay6.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-left-delay6.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-left-delay6.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-left-delay6.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-left-delay6.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-left-delay6.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-left-delay6.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-left-delay6.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay7 {
  opacity: 0;
}
.scroll-fadein-left-delay7.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}
.scroll-fadein-left-delay7.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-left-delay7.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-left-delay7.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-left-delay7.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-left-delay7.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-left-delay7.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-left-delay7.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-left-delay7.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-left-delay7.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-left-delay7.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-left-delay7.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-left-delay7.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-left-delay7.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-left-delay7.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-left-delay7.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-left-delay7.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-left-delay7.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-left-delay7.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-left-delay7.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-left-delay7.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay8 {
  opacity: 0;
}
.scroll-fadein-left-delay8.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}
.scroll-fadein-left-delay8.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-left-delay8.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-left-delay8.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-left-delay8.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-left-delay8.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-left-delay8.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-left-delay8.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-left-delay8.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-left-delay8.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-left-delay8.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-left-delay8.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-left-delay8.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-left-delay8.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-left-delay8.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-left-delay8.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-left-delay8.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-left-delay8.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-left-delay8.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-left-delay8.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-left-delay8.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay9 {
  opacity: 0;
}
.scroll-fadein-left-delay9.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}
.scroll-fadein-left-delay9.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-left-delay9.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-left-delay9.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-left-delay9.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-left-delay9.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-left-delay9.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-left-delay9.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-left-delay9.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-left-delay9.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-left-delay9.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-left-delay9.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-left-delay9.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-left-delay9.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-left-delay9.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-left-delay9.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-left-delay9.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-left-delay9.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-left-delay9.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-left-delay9.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-left-delay9.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

.scroll-fadein-left-delay10 {
  opacity: 0;
}
.scroll-fadein-left-delay10.show {
  -webkit-animation: left-fadein 1s ease-out forwards;
          animation: left-fadein 1s ease-out forwards;
}
.scroll-fadein-left-delay10.show:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.scroll-fadein-left-delay10.show:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.scroll-fadein-left-delay10.show:nth-of-type(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.scroll-fadein-left-delay10.show:nth-of-type(4) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.scroll-fadein-left-delay10.show:nth-of-type(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.scroll-fadein-left-delay10.show:nth-of-type(6) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.scroll-fadein-left-delay10.show:nth-of-type(7) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.scroll-fadein-left-delay10.show:nth-of-type(8) {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.scroll-fadein-left-delay10.show:nth-of-type(9) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.scroll-fadein-left-delay10.show:nth-of-type(10) {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.scroll-fadein-left-delay10.show:nth-of-type(11) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.scroll-fadein-left-delay10.show:nth-of-type(12) {
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}
.scroll-fadein-left-delay10.show:nth-of-type(13) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.scroll-fadein-left-delay10.show:nth-of-type(14) {
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}
.scroll-fadein-left-delay10.show:nth-of-type(15) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.scroll-fadein-left-delay10.show:nth-of-type(16) {
  -webkit-animation-delay: 7.5s;
          animation-delay: 7.5s;
}
.scroll-fadein-left-delay10.show:nth-of-type(17) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}
.scroll-fadein-left-delay10.show:nth-of-type(18) {
  -webkit-animation-delay: 8.5s;
          animation-delay: 8.5s;
}
.scroll-fadein-left-delay10.show:nth-of-type(19) {
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
.scroll-fadein-left-delay10.show:nth-of-type(20) {
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}

/*右から左にフェイドイン*/
.scroll-fadein-right {
  opacity: 0;
}
.scroll-fadein-right.show {
  opacity: 1;
  -webkit-animation: right-fadein 1s ease-out;
          animation: right-fadein 1s ease-out;
}

@-webkit-keyframes right-fadein {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes right-fadein {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*左から右にフェイドイン*/
.scroll-fadein-left {
  opacity: 0;
}
.scroll-fadein-left.show {
  opacity: 1;
  -webkit-animation: left-fadein 1s ease-out;
          animation: left-fadein 1s ease-out;
}

@-webkit-keyframes left-fadein {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes left-fadein {
  from {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.side-fadein {
  overflow: hidden;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -o-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.side-fadein span {
  display: block;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -o-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.side-fadein.show,
.side-fadein.show span {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-one-text-up-fadein {
  opacity: 0;
}

.sp-js-span-wrap-text span, .js-span-wrap-text span, .js-span-wrap-bottom-text span, .js-one-text-up-fadein span {
  opacity: 0;
  display: inline-block;
}
.sp-js-span-wrap-text span:nth-child(1), .js-span-wrap-text span:nth-child(1), .js-span-wrap-bottom-text span:nth-child(1), .js-one-text-up-fadein span:nth-child(1) {
  -webkit-animation: oneFade 1s ease 0.7s forwards;
          animation: oneFade 1s ease 0.7s forwards;
}
.sp-js-span-wrap-text span:nth-child(2), .js-span-wrap-text span:nth-child(2), .js-span-wrap-bottom-text span:nth-child(2), .js-one-text-up-fadein span:nth-child(2) {
  -webkit-animation: oneFade 1s ease 0.8s forwards;
          animation: oneFade 1s ease 0.8s forwards;
}
.sp-js-span-wrap-text span:nth-child(3), .js-span-wrap-text span:nth-child(3), .js-span-wrap-bottom-text span:nth-child(3), .js-one-text-up-fadein span:nth-child(3) {
  -webkit-animation: oneFade 1s ease 0.9s forwards;
          animation: oneFade 1s ease 0.9s forwards;
}
.sp-js-span-wrap-text span:nth-child(4), .js-span-wrap-text span:nth-child(4), .js-span-wrap-bottom-text span:nth-child(4), .js-one-text-up-fadein span:nth-child(4) {
  -webkit-animation: oneFade 1s ease 1s forwards;
          animation: oneFade 1s ease 1s forwards;
}
.sp-js-span-wrap-text span:nth-child(5), .js-span-wrap-text span:nth-child(5), .js-span-wrap-bottom-text span:nth-child(5), .js-one-text-up-fadein span:nth-child(5) {
  -webkit-animation: oneFade 1s ease 1.1s forwards;
          animation: oneFade 1s ease 1.1s forwards;
}
.sp-js-span-wrap-text span:nth-child(6), .js-span-wrap-text span:nth-child(6), .js-span-wrap-bottom-text span:nth-child(6), .js-one-text-up-fadein span:nth-child(6) {
  -webkit-animation: oneFade 1s ease 1.2s forwards;
          animation: oneFade 1s ease 1.2s forwards;
}
.sp-js-span-wrap-text span:nth-child(7), .js-span-wrap-text span:nth-child(7), .js-span-wrap-bottom-text span:nth-child(7), .js-one-text-up-fadein span:nth-child(7) {
  -webkit-animation: oneFade 1s ease 1.3s forwards;
          animation: oneFade 1s ease 1.3s forwards;
}
.sp-js-span-wrap-text span:nth-child(8), .js-span-wrap-text span:nth-child(8), .js-span-wrap-bottom-text span:nth-child(8), .js-one-text-up-fadein span:nth-child(8) {
  -webkit-animation: oneFade 1s ease 1.4s forwards;
          animation: oneFade 1s ease 1.4s forwards;
}
.sp-js-span-wrap-text span:nth-child(9), .js-span-wrap-text span:nth-child(9), .js-span-wrap-bottom-text span:nth-child(9), .js-one-text-up-fadein span:nth-child(9) {
  -webkit-animation: oneFade 1s ease 1.5s forwards;
          animation: oneFade 1s ease 1.5s forwards;
}
.sp-js-span-wrap-text span:nth-child(10), .js-span-wrap-text span:nth-child(10), .js-span-wrap-bottom-text span:nth-child(10), .js-one-text-up-fadein span:nth-child(10) {
  -webkit-animation: oneFade 1s ease 1.6s forwards;
          animation: oneFade 1s ease 1.6s forwards;
}
.sp-js-span-wrap-text span:nth-child(11), .js-span-wrap-text span:nth-child(11), .js-span-wrap-bottom-text span:nth-child(11), .js-one-text-up-fadein span:nth-child(11) {
  -webkit-animation: oneFade 1s ease 1.7s forwards;
          animation: oneFade 1s ease 1.7s forwards;
}
.sp-js-span-wrap-text span:nth-child(12), .js-span-wrap-text span:nth-child(12), .js-span-wrap-bottom-text span:nth-child(12), .js-one-text-up-fadein span:nth-child(12) {
  -webkit-animation: oneFade 1s ease 1.8s forwards;
          animation: oneFade 1s ease 1.8s forwards;
}
.sp-js-span-wrap-text span:nth-child(13), .js-span-wrap-text span:nth-child(13), .js-span-wrap-bottom-text span:nth-child(13), .js-one-text-up-fadein span:nth-child(13) {
  -webkit-animation: oneFade 1s ease 1.9s forwards;
          animation: oneFade 1s ease 1.9s forwards;
}
.sp-js-span-wrap-text span:nth-child(14), .js-span-wrap-text span:nth-child(14), .js-span-wrap-bottom-text span:nth-child(14), .js-one-text-up-fadein span:nth-child(14) {
  -webkit-animation: oneFade 1s ease 2s forwards;
          animation: oneFade 1s ease 2s forwards;
}
.sp-js-span-wrap-text span:nth-child(15), .js-span-wrap-text span:nth-child(15), .js-span-wrap-bottom-text span:nth-child(15), .js-one-text-up-fadein span:nth-child(15) {
  -webkit-animation: oneFade 1s ease 2.1s forwards;
          animation: oneFade 1s ease 2.1s forwards;
}
.sp-js-span-wrap-text span:nth-child(16), .js-span-wrap-text span:nth-child(16), .js-span-wrap-bottom-text span:nth-child(16), .js-one-text-up-fadein span:nth-child(16) {
  -webkit-animation: oneFade 1s ease 2.2s forwards;
          animation: oneFade 1s ease 2.2s forwards;
}
.sp-js-span-wrap-text span:nth-child(17), .js-span-wrap-text span:nth-child(17), .js-span-wrap-bottom-text span:nth-child(17), .js-one-text-up-fadein span:nth-child(17) {
  -webkit-animation: oneFade 1s ease 2.3s forwards;
          animation: oneFade 1s ease 2.3s forwards;
}
.sp-js-span-wrap-text span:nth-child(18), .js-span-wrap-text span:nth-child(18), .js-span-wrap-bottom-text span:nth-child(18), .js-one-text-up-fadein span:nth-child(18) {
  -webkit-animation: oneFade 1s ease 2.4s forwards;
          animation: oneFade 1s ease 2.4s forwards;
}
.sp-js-span-wrap-text span:nth-child(19), .js-span-wrap-text span:nth-child(19), .js-span-wrap-bottom-text span:nth-child(19), .js-one-text-up-fadein span:nth-child(19) {
  -webkit-animation: oneFade 1s ease 2.5s forwards;
          animation: oneFade 1s ease 2.5s forwards;
}
.sp-js-span-wrap-text span:nth-child(20), .js-span-wrap-text span:nth-child(20), .js-span-wrap-bottom-text span:nth-child(20), .js-one-text-up-fadein span:nth-child(20) {
  -webkit-animation: oneFade 1s ease 2.6s forwards;
          animation: oneFade 1s ease 2.6s forwards;
}
.sp-js-span-wrap-text span:nth-child(21), .js-span-wrap-text span:nth-child(21), .js-span-wrap-bottom-text span:nth-child(21), .js-one-text-up-fadein span:nth-child(21) {
  -webkit-animation: oneFade 1s ease 2.7s forwards;
          animation: oneFade 1s ease 2.7s forwards;
}
.sp-js-span-wrap-text span:nth-child(22), .js-span-wrap-text span:nth-child(22), .js-span-wrap-bottom-text span:nth-child(22), .js-one-text-up-fadein span:nth-child(22) {
  -webkit-animation: oneFade 1s ease 2.8s forwards;
          animation: oneFade 1s ease 2.8s forwards;
}
.sp-js-span-wrap-text span:nth-child(23), .js-span-wrap-text span:nth-child(23), .js-span-wrap-bottom-text span:nth-child(23), .js-one-text-up-fadein span:nth-child(23) {
  -webkit-animation: oneFade 1s ease 2.9s forwards;
          animation: oneFade 1s ease 2.9s forwards;
}
.sp-js-span-wrap-text span:nth-child(24), .js-span-wrap-text span:nth-child(24), .js-span-wrap-bottom-text span:nth-child(24), .js-one-text-up-fadein span:nth-child(24) {
  -webkit-animation: oneFade 1s ease 3s forwards;
          animation: oneFade 1s ease 3s forwards;
}
.sp-js-span-wrap-text span:nth-child(25), .js-span-wrap-text span:nth-child(25), .js-span-wrap-bottom-text span:nth-child(25), .js-one-text-up-fadein span:nth-child(25) {
  -webkit-animation: oneFade 1s ease 3.1s forwards;
          animation: oneFade 1s ease 3.1s forwards;
}
.sp-js-span-wrap-text span:nth-child(26), .js-span-wrap-text span:nth-child(26), .js-span-wrap-bottom-text span:nth-child(26), .js-one-text-up-fadein span:nth-child(26) {
  -webkit-animation: oneFade 1s ease 3.2s forwards;
          animation: oneFade 1s ease 3.2s forwards;
}
.sp-js-span-wrap-text span:nth-child(27), .js-span-wrap-text span:nth-child(27), .js-span-wrap-bottom-text span:nth-child(27), .js-one-text-up-fadein span:nth-child(27) {
  -webkit-animation: oneFade 1s ease 3.3s forwards;
          animation: oneFade 1s ease 3.3s forwards;
}
.sp-js-span-wrap-text span:nth-child(28), .js-span-wrap-text span:nth-child(28), .js-span-wrap-bottom-text span:nth-child(28), .js-one-text-up-fadein span:nth-child(28) {
  -webkit-animation: oneFade 1s ease 3.4s forwards;
          animation: oneFade 1s ease 3.4s forwards;
}
.sp-js-span-wrap-text span:nth-child(29), .js-span-wrap-text span:nth-child(29), .js-span-wrap-bottom-text span:nth-child(29), .js-one-text-up-fadein span:nth-child(29) {
  -webkit-animation: oneFade 1s ease 3.5s forwards;
          animation: oneFade 1s ease 3.5s forwards;
}
.sp-js-span-wrap-text span:nth-child(30), .js-span-wrap-text span:nth-child(30), .js-span-wrap-bottom-text span:nth-child(30), .js-one-text-up-fadein span:nth-child(30) {
  -webkit-animation: oneFade 1s ease 3.6s forwards;
          animation: oneFade 1s ease 3.6s forwards;
}
.sp-js-span-wrap-text span:nth-child(31), .js-span-wrap-text span:nth-child(31), .js-span-wrap-bottom-text span:nth-child(31), .js-one-text-up-fadein span:nth-child(31) {
  -webkit-animation: oneFade 1s ease 3.7s forwards;
          animation: oneFade 1s ease 3.7s forwards;
}
.sp-js-span-wrap-text span:nth-child(32), .js-span-wrap-text span:nth-child(32), .js-span-wrap-bottom-text span:nth-child(32), .js-one-text-up-fadein span:nth-child(32) {
  -webkit-animation: oneFade 1s ease 3.8s forwards;
          animation: oneFade 1s ease 3.8s forwards;
}
.sp-js-span-wrap-text span:nth-child(33), .js-span-wrap-text span:nth-child(33), .js-span-wrap-bottom-text span:nth-child(33), .js-one-text-up-fadein span:nth-child(33) {
  -webkit-animation: oneFade 1s ease 3.9s forwards;
          animation: oneFade 1s ease 3.9s forwards;
}
.sp-js-span-wrap-text span:nth-child(34), .js-span-wrap-text span:nth-child(34), .js-span-wrap-bottom-text span:nth-child(34), .js-one-text-up-fadein span:nth-child(34) {
  -webkit-animation: oneFade 1s ease 4s forwards;
          animation: oneFade 1s ease 4s forwards;
}
.sp-js-span-wrap-text span:nth-child(35), .js-span-wrap-text span:nth-child(35), .js-span-wrap-bottom-text span:nth-child(35), .js-one-text-up-fadein span:nth-child(35) {
  -webkit-animation: oneFade 1s ease 4.1s forwards;
          animation: oneFade 1s ease 4.1s forwards;
}
.sp-js-span-wrap-text span:nth-child(4), .sp-js-span-wrap-text span:nth-child(14), .sp-js-span-wrap-text span:nth-child(27), .sp-js-span-wrap-text span:nth-child(21), .sp-js-span-wrap-text span:nth-child(26), .sp-js-span-wrap-text span:nth-child(30), .js-span-wrap-text span:nth-child(4), .js-span-wrap-text span:nth-child(14), .js-span-wrap-text span:nth-child(27), .js-span-wrap-text span:nth-child(21), .js-span-wrap-text span:nth-child(26), .js-span-wrap-text span:nth-child(30), .js-span-wrap-bottom-text span:nth-child(4), .js-span-wrap-bottom-text span:nth-child(14), .js-span-wrap-bottom-text span:nth-child(27), .js-span-wrap-bottom-text span:nth-child(21), .js-span-wrap-bottom-text span:nth-child(26), .js-span-wrap-bottom-text span:nth-child(30), .js-one-text-up-fadein span:nth-child(4), .js-one-text-up-fadein span:nth-child(14), .js-one-text-up-fadein span:nth-child(27), .js-one-text-up-fadein span:nth-child(21), .js-one-text-up-fadein span:nth-child(26), .js-one-text-up-fadein span:nth-child(30) {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .sp-js-span-wrap-text span:nth-child(4), .sp-js-span-wrap-text span:nth-child(14), .sp-js-span-wrap-text span:nth-child(27), .sp-js-span-wrap-text span:nth-child(21), .sp-js-span-wrap-text span:nth-child(26), .sp-js-span-wrap-text span:nth-child(30), .js-span-wrap-text span:nth-child(4), .js-span-wrap-text span:nth-child(14), .js-span-wrap-text span:nth-child(27), .js-span-wrap-text span:nth-child(21), .js-span-wrap-text span:nth-child(26), .js-span-wrap-text span:nth-child(30), .js-span-wrap-bottom-text span:nth-child(4), .js-span-wrap-bottom-text span:nth-child(14), .js-span-wrap-bottom-text span:nth-child(27), .js-span-wrap-bottom-text span:nth-child(21), .js-span-wrap-bottom-text span:nth-child(26), .js-span-wrap-bottom-text span:nth-child(30), .js-one-text-up-fadein span:nth-child(4), .js-one-text-up-fadein span:nth-child(14), .js-one-text-up-fadein span:nth-child(27), .js-one-text-up-fadein span:nth-child(21), .js-one-text-up-fadein span:nth-child(26), .js-one-text-up-fadein span:nth-child(30) {
    margin-right: 12px;
  }
}

@-webkit-keyframes oneFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes oneFade {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fv {
  position: relative;
}
.fv:after {
  content: "";
  background: rgba(0, 0, 0, 0.14);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fv__title {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 10.7%;
  left: 146px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .fv__title {
    left: 5.13%;
    top: 45%;
  }
}
.fv__title__main {
  font-size: 2rem;
  line-height: 52px;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .fv__title__main {
    font-size: 1.5rem;
    line-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .fv__title__main {
    font-size: 1.2rem;
    line-height: 40px;
  }
}
@media screen and (max-width: 576px) {
  .fv__title__main {
    font-size: 1.125rem;
    line-height: 24px;
  }
}
.fv__title__main span {
  color: #F9FF58;
}
.fv__title__p {
  font-size: 2rem;
}
.fv__title__sub {
  margin-top: 24px;
  font-weight: 700;
  padding: 12px 24px;
  background: #1A6EC3;
  color: #ffffff;
  font-size: 1.5rem;
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .fv__title__sub {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .fv__title__sub {
    margin-top: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 576px) {
  .fv__title__sub {
    padding: 6px 13px;
    font-size: 0.875rem;
  }
}
.fv__image {
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .fv__image {
    width: 100%;
  }
}
.fv__image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-news {
  margin-top: 135px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 700px;
  width: calc(100% - 50px);
}
@media screen and (max-width: 768px) {
  .top-news {
    margin-top: 100px;
    width: calc(100% - 20px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .top-news__title {
    text-align: center;
    margin: auto;
  }
}
.top-news__sub {
  margin-top: 0;
}
.top-news__content {
  margin-left: 100px;
}
@media screen and (max-width: 768px) {
  .top-news__content {
    margin: 42px 0 0;
    width: 100%;
    text-align: center;
  }
}
.top-news__content__list {
  margin-top: 4px;
  min-height: 136px;
}
@media screen and (max-width: 768px) {
  .top-news__content__list {
    margin: auto;
    min-height: inherit;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .top-news__content__list__item {
    text-align: left;
  }
}
.top-news__content__list__item:nth-child(n+2) {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .top-news__content__list__item:nth-child(n+2) {
    margin-top: 24px;
  }
}
.top-news__content__list__item__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .top-news__content__list__item__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-news__content__list__item__link p {
  font-size: 0.875rem;
  font-weight: 500;
}
.top-news__content__list__item__link__date {
  width: 170px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .top-news__content__list__item__link__date {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .top-news__content__list__item__link__title {
    margin-top: 4px;
  }
}
.top-business {
  margin-top: 195px;
}
@media screen and (max-width: 768px) {
  .top-business {
    margin-top: 80px;
  }
}
.top-business__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .top-business__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}
.top-business__flex__block {
  width: calc(50% - 20px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-business__flex__block {
    width: 100%;
    margin: auto;
    max-width: 500px;
  }
  .top-business__flex__block:nth-child(n+2) {
    margin-top: 100px;
  }
}
.top-business__flex__block__image {
  width: 100%;
}
.top-business__flex__block__image img {
  display: block;
  width: 100%;
}
.top-business__flex__block__content {
  max-width: 420px;
  width: 80%;
  position: absolute;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  bottom: -54px;
  min-height: 232px;
  padding: 24px 16px 30px;
}
@media screen and (max-width: 992px) {
  .top-business__flex__block__content {
    padding: 16px 12px 24px;
    min-height: 195px;
    bottom: -72px;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .top-business__flex__block__content {
    min-height: inherit;
    max-width: 350px;
    width: 85%;
  }
}
.top-business__flex__block__content__title {
  font-size: 1.375rem;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .top-business__flex__block__content__title {
    font-size: 1.125rem;
  }
}
.top-business__flex__block__content__list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .top-business__flex__block__content__list {
    margin-top: 24px;
  }
}
.top-business__flex__block__content__list__item {
  position: relative;
  padding-left: 12px;
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 2px;
}
@media screen and (max-width: 992px) {
  .top-business__flex__block__content__list__item {
    font-size: 0.875rem;
  }
}
.top-business__flex__block__content__list__item:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 12px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  .top-business__flex__block__content__list__item:after {
    top: 9px;
  }
}
.top-business__flex__block__content.left {
  right: 54px;
  background: #F9FF58;
  color: #000000;
}
@media screen and (max-width: 992px) {
  .top-business__flex__block__content.left {
    right: 16px;
  }
}
.top-business__flex__block__content.left .top-business__flex__block__content__list {
  max-width: 235px;
}
.top-business__flex__block__content.left .top-business__flex__block__content__list__item:after {
  background: #000000;
}
.top-business__flex__block__content.right {
  left: 54px;
  background: #1A6EC3;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .top-business__flex__block__content.right {
    left: 16px;
  }
}
.top-business__flex__block__content.right .top-business__flex__block__content__list {
  max-width: 270px;
}
.top-business__flex__block__content.right .top-business__flex__block__content__list__item:after {
  background: #ffffff;
}

.top-reserve {
  margin-top: 254px;
  background: #F9FF58;
  padding: 70px 0 100px;
}
@media screen and (max-width: 768px) {
  .top-reserve {
    margin-top: 160px;
    padding: 46px 0 60px;
  }
}
.top-reserve__detail {
  margin-top: 42px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top-reserve__detail {
    margin-top: 32px;
    font-size: 0.875rem;
  }
}
.top-reserve__btn {
  margin-top: 28px;
}

.top-about {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .top-about {
    margin-top: 100px;
  }
}
.top-about__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .top-about__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-about__flex__image {
  width: calc(50% - 15px);
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-about__flex__image {
    width: 100%;
    max-width: 450px;
    margin: auto;
    padding-right: 15px;
  }
}
.top-about__flex__image img {
  display: block;
  width: 100%;
}
.top-about__flex__image:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 10px;
  width: 100%;
  height: 100%;
  background: #F9FF58;
}
.top-about__flex__content {
  width: calc(50% - 35px);
}
@media screen and (max-width: 768px) {
  .top-about__flex__content {
    width: 100%;
    margin-top: 40px;
  }
}
.top-about__flex__content__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 34px;
}
@media screen and (max-width: 768px) {
  .top-about__flex__content__text {
    font-size: 0.875rem;
    line-height: 28px;
  }
}

.greeting {
  margin-top: 64px;
  max-width: 760px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .greeting {
    margin-top: 40px;
  }
}
.greeting figure {
  float: left;
  margin: 0 15px 15px 0;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .greeting figure {
    width: 30%;
  }
}
.greeting figure img {
  width: 100%;
}
.greeting .name {
  text-align: right;
  margin-top: 34px;
  font-weight: 700;
}

.association__table {
  margin-top: 64px;
  max-width: 760px;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .association__table {
    margin-top: 40px;
  }
}
.association__table__th {
  border: 1px solid #000000;
  background: #1A6EC3;
  padding: 12px 12px 12px 30px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  width: 29.6%;
}
@media screen and (max-width: 768px) {
  .association__table__th {
    padding: 12px 12px;
    font-size: 0.875rem;
  }
}
.association__table__td {
  border: 1px solid #000000;
  padding: 12px 12px 12px 30px;
  font-size: 1rem;
  font-weight: 500;
  width: 70.4%;
}
@media screen and (max-width: 768px) {
  .association__table__td {
    padding: 12px 12px;
    font-size: 0.875rem;
  }
}
.association-map__content {
  margin-top: 64px;
}
.association-map__content iframe {
  width: 100%;
  height: 512px;
}
@media screen and (max-width: 768px) {
  .association-map__content iframe {
    height: 400px;
  }
}
@media screen and (max-width: 576px) {
  .association-map__content iframe {
    height: 350px;
  }
}

.membership__icon {
  display: none;
}
.membership__table {
  margin-top: 160px;
  table-layout: fixed;
  max-width: 1100px;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .membership__table {
    margin-top: 100px;
  }
}
@media screen and (max-width: 576px) {
  .membership__table {
    margin-top: 64px;
  }
}
.membership__table__th {
  border: 1px solid #000000;
  background: #F9FF58;
  padding: 12px 12px;
  color: #000000;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .membership__table__th {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .membership__table__th {
    padding: 8px;
    font-size: 0.875rem;
  }
}
.membership__table__th.tel {
  width: 13.2%;
}
.membership__table__th.email {
  width: 35.7%;
}
.membership__table__td {
  border: 1px solid #000000;
  padding: 12px 12px 12px 30px;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 992px) {
  .membership__table__td {
    padding: 12px 12px;
  }
}
@media screen and (max-width: 768px) {
  .membership__table__td {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  .membership__table__td {
    padding: 8px 8px;
    font-size: 0.75rem;
  }
}
.membership__table__td a {
  color: #000000;
}
.membership__table__td__link {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .membership__table__td__link {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 576px) {
  .membership__table__td__link {
    font-size: 0.75rem;
  }
}
.membership-map__content {
  margin-top: 64px;
}
.membership-map__content iframe {
  width: 100%;
  height: 512px;
}
@media screen and (max-width: 768px) {
  .membership-map__content iframe {
    height: 400px;
  }
}
@media screen and (max-width: 576px) {
  .membership-map__content iframe {
    height: 350px;
  }
}

.news.space {
  margin-top: 16px;
}
.news__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 64px;
}
@media screen and (max-width: 992px) {
  .news__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .news__flex {
    margin-top: 40px;
  }
}
.news__flex__content {
  width: 100%;
  padding-right: 50px;
}
@media screen and (max-width: 992px) {
  .news__flex__content {
    padding-right: 0;
  }
}
.news__flex__content__list {
  max-width: 610px;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .news__flex__content__list {
    width: 100%;
    max-width: inherit;
  }
}
.news__flex__content__list__item {
  padding-bottom: 8px;
  border-bottom: 1px solid #1A6EC3;
}
.news__flex__content__list__item:nth-child(n+2) {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .news__flex__content__list__item:nth-child(n+2) {
    margin-top: 24px;
  }
}
.news__flex__content__list__item__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  color: #000000;
}
@media screen and (max-width: 576px) {
  .news__flex__content__list__item__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news__flex__content__list__item__link__date {
  font-size: 0.875rem;
  width: 160px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 576px) {
  .news__flex__content__list__item__link__date {
    font-size: 0.75rem;
  }
}
.news__flex__content__list__item__link__title {
  font-size: 0.875rem;
}
@media screen and (max-width: 576px) {
  .news__flex__content__list__item__link__title {
    margin-top: 6px;
  }
}
.news__flex__content__list__item__link:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-top: 2.5px solid transparent;
  border-bottom: 2.5px solid transparent;
  border-left: 3.5px solid #2C2D2D;
}
.news__flex__detail {
  padding-right: 128px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .news__flex__detail {
    padding-right: 0;
  }
}
.news__flex__detail__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 7px;
  border-bottom: 1px solid #000000;
}
@media screen and (max-width: 576px) {
  .news__flex__detail__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news__flex__detail__title__data {
  font-size: 1.125rem;
  font-weight: 700;
  width: 160px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 576px) {
  .news__flex__detail__title__data {
    font-size: 0.875rem;
    width: 100%;
  }
}
.news__flex__detail__title__main {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .news__flex__detail__title__main {
    font-size: 1rem;
  }
}
.news__flex__detail__content {
  margin-top: 20px;
}
.news__flex__detail__content p, .news__flex__detail__content div {
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .news__flex__detail__content p, .news__flex__detail__content div {
    line-height: 20px;
    font-size: 0.875rem;
    line-height: 22px;
  }
}
.news__btn {
  margin-top: 100px;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .news__btn {
    margin-top: 64px;
  }
}

.login .loginAfter {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 60px auto;
}
.login .topLink {
  margin-right: auto;
}
.login__content {
  margin-top: 34px;
  max-width: 630px;
  width: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
  .login__content {
    width: calc(100% - 20px);
  }
}
.login__content__table {
  table-layout: fixed;
}
.login__content__table th {
  width: 27.62%;
  font-size: 1.375rem;
  font-weight: 500;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .login__content__table th {
    font-size: 1rem;
    padding-top: 16px;
  }
}
.login__content__table td {
  width: 72.38%;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .login__content__table td {
    padding-top: 16px;
  }
}
.login__content__table td input {
  border: 1px solid #707070;
  width: 100%;
  display: block;
  padding: 0 8px;
  height: 49px;
}
@media screen and (max-width: 768px) {
  .login__content__table td input {
    height: 38px;
  }
}
.login .wpmem_msg {
  margin: auto;
  width: 100%;
}
.login #wpmem_login {
  margin: auto;
  font-family: "Noto Sans JP", sans-serif, apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothicM, YuGothic, Meiryo, Arial, Helvetica, "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", sans-serif;
  color: #000000;
}
.login #wpmem_login legend {
  display: none;
}
.login #wpmem_login fieldset:first-child label {
  margin-top: 16px;
  font-size: 1.375rem;
  font-weight: 500;
}
.login #wpmem_login fieldset:nth-child(2) label {
  margin-top: 16px;
  font-size: 1.375rem;
  font-weight: 500;
}
.login #wpmem_login .div_text input {
  border: 1px solid #707070;
  width: 100%;
  display: block;
  padding: 0 8px;
  height: 49px;
}
@media screen and (max-width: 768px) {
  .login #wpmem_login .div_text input {
    height: 38px;
  }
}
.login #wpmem_login .button_div .buttons {
  display: block;
  width: 80%;
  max-width: 230px;
  margin: 52px auto 0;
  background: #1A6EC3;
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  padding: 18px 0;
  font-size: 1rem;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .login #wpmem_login .button_div .buttons {
    margin: 36px auto 0;
  }
}
@media screen and (max-width: 576px) {
  .login #wpmem_login .button_div .buttons {
    max-width: 200px;
    padding: 12px 0;
    font-size: 0.875rem;
  }
}
.login #wpmem_login .button_div .buttons:hover {
  opacity: 0.7;
}
.login__forget {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .login__forget {
    margin-top: 56px;
  }
}
.login__forget a {
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #000000;
}
.login__forget a:after {
  content: "";
  position: absolute;
  bottom: -4px;
  width: calc(100% + 20px);
  left: -10px;
  height: 1px;
  background-color: #000000;
}
.login__btn {
  margin-top: 200px;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .login__btn {
    margin-top: 100px;
  }
}

.member-date__content {
  margin-top: 64px;
  max-width: 820px;
  width: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
  .member-date__content {
    width: calc(100% - 20px);
    margin-top: 48px;
  }
}
.member-date__content__item {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .member-date__content__item {
    padding-bottom: 12px;
  }
}
.member-date__content__item:nth-child(n+2) {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .member-date__content__item:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .member-date__content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.member-date__content__item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 576px) {
  .member-date__content__item__inner {
    margin-top: 12px;
  }
}
.member-date__content__item__title {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .member-date__content__item__title {
    font-size: 0.875rem;
    margin-top: 4px;
  }
}
.member-date__content__item__link {
  display: block;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
  padding: 4.5px 0 4.5px 38px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .member-date__content__item__link {
    font-size: 0.875rem;
    padding: 3px 0 3px 32px;
  }
}
.member-date__content__item__link:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 33px;
  height: 33px;
}
@media screen and (max-width: 768px) {
  .member-date__content__item__link:after {
    width: 28px;
    height: 28px;
  }
}
.member-date__content__item__link.pdf {
  width: 165px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .member-date__content__item__link.pdf {
    width: 150px;
    margin-right: 8px;
  }
}
.member-date__content__item__link.pdf:after {
  background-image: url("../img/member/pdf.png");
}
.member-date__content__item__link.excel {
  width: 185px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .member-date__content__item__link.excel {
    margin-left: 8px;
    width: 160px;
  }
}
.member-date__content__item__link.excel:after {
  background-image: url("../img/member/xlsx.png");
}
.member-form {
  max-width: 870px;
  width: calc(100% - 50px);
}
@media screen and (max-width: 768px) {
  .member-form {
    width: calc(100% - 20px);
  }
}
.member-form__title {
  margin-top: 60px;
  background: #1A6EC3;
  color: #ffffff;
  padding: 18px 26px;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .member-form__title {
    font-size: 0.875rem;
    padding: 12px 18px;
    margin-top: 40px;
  }
}
.member-form__table {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .member-form__table {
    margin-top: 40px;
  }
}

.contact__detail {
  font-size: 1rem;
  font-weight: 700;
  line-height: 24px;
  margin-top: 8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact__detail {
    font-size: 0.875rem;
    line-height: 20px;
  }
}
.contact__detail.space {
  margin-top: 16px;
}

.archive {
  width: 250px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .archive {
    margin-top: 48px;
  }
}
.archive__title {
  font-size: 1rem;
  line-height: 21px;
  text-align: center;
  background: #F9FF58;
  padding: 10px 0;
}
.archive__list {
  margin-top: 12px;
}
.archive__list li {
  padding-bottom: 7px;
  border-bottom: 1px solid #000000;
}
.archive__list li:nth-child(n+2) {
  margin-top: 10px;
}
.archive__list li a {
  font-size: 0.875rem;
  font-weight: 500;
  display: block;
  text-align: center;
  color: #000000;
}

.form-table {
  max-width: 685px;
  table-layout: fixed;
}
.form-table__th {
  width: 26.27%;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .form-table__th {
    width: 100%;
    padding-top: 18px;
    display: block;
  }
}
.form-table__th.top {
  vertical-align: top;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .form-table__th.top {
    padding-top: 18px;
  }
}
.form-table__td {
  width: 73.73%;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .form-table__td {
    display: block;
    width: 100%;
    padding-top: 6px;
  }
}
.form-title {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .form-title {
    font-size: 0.875rem;
  }
}
.form-title:after {
  content: "※";
  position: absolute;
  right: -14px;
  top: 3px;
  color: #D54634;
  font-size: 0.75rem;
}
.form-input {
  height: 37px;
  background: #EBEBEB;
  display: block;
  width: 100%;
  padding: 0 12px;
}
.form-input::-webkit-input-placeholder {
  color: #ACABAB;
  font-size: 0.875rem;
}
.form-input::-moz-placeholder {
  color: #ACABAB;
  font-size: 0.875rem;
}
.form-input:-ms-input-placeholder {
  color: #ACABAB;
  font-size: 0.875rem;
}
.form-input::-ms-input-placeholder {
  color: #ACABAB;
  font-size: 0.875rem;
}
.form-input::placeholder {
  color: #ACABAB;
  font-size: 0.875rem;
}
.form-textarea {
  background: #EBEBEB;
  display: block;
  width: 100%;
  padding: 8px 12px;
}
.form-textarea::-webkit-input-placeholder {
  color: #ACABAB;
  font-size: 0.875rem;
}
.form-textarea::-moz-placeholder {
  color: #ACABAB;
  font-size: 0.875rem;
}
.form-textarea:-ms-input-placeholder {
  color: #ACABAB;
  font-size: 0.875rem;
}
.form-textarea::-ms-input-placeholder {
  color: #ACABAB;
  font-size: 0.875rem;
}
.form-textarea::placeholder {
  color: #ACABAB;
  font-size: 0.875rem;
}
.form-file {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-file__label {
  padding: 6px 20px;
  background: #F9FF58;
  color: #000000;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form-file__label {
    font-size: 0.875rem;
    padding: 4px 16px;
  }
}
.form-file__name {
  font-size: 1rem;
  font-weight: 500;
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .form-file__name {
    font-size: 0.875rem;
  }
}
.form-file input[type=file] {
  display: none;
}
.form-hidden {
  display: none;
}
/*# sourceMappingURL=style.css.map */
