@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
td,
th {
  border: 1px solid #333;
}

html {
  font-size: 100%;
  background-color: #fff;
  word-break: break-word;
}

body {
  min-height: 100vh;
  color: #333;
  overflow-x: hidden;
  font: normal normal normal 14px/1.6 sans-serif;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
a:active,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: underline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
dialog,
hr,
img {
  display: block;
}

audio,
canvas,
iframe,
img,
svg,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

textarea {
  resize: vertical;
}

input,
select {
  vertical-align: middle;
}

button {
  vertical-align: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: 1em;
}

mark {
  background-color: #ff0;
}

small {
  font-size: 80%;
}

img {
  max-inline-size: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
}

/* hasbg css */
/* if u want to change function for JQcode , plase open function.js file , search function's name , that name is css's name */
/* css for function hasbg */
.hasbg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hasbg:after {
  display: block;
  content: "";
  padding-top: 100%;
}

.hasbg > img {
  display: none;
}

/* /hasbg */
/* sp mobile-btn */
.sp-wrapper {
  display: none;
}

@media screen and (max-width: 825px) {
  body.logged-in .mobile-btn {
    top: 52px;
  }
  .mobile-btn {
    position: fixed;
    z-index: 80;
    top: 20px;
    right: 20px;
    display: block;
  }
  .mobile-btn div {
    width: 30px;
    height: 20px;
    background: none;
    cursor: pointer;
    display: block;
    position: relative;
    right: 0;
    top: 0;
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  }
  .mobile-btn div span {
    width: 30px;
    height: 2px;
    top: 9px;
    background: #002e63;
    display: block;
    position: absolute;
    z-index: 5;
    left: 50%;
    margin: 0 0 0 -15px;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
  }
  body.page .mobile-btn div span {
    background-color: #002e63;
  }
  .mobile-btn div span:nth-child(1) {
    -webkit-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px);
  }
  .mobile-btn div span:nth-child(3) {
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
  }
  .mobile-btn .active {
    -webkit-transform: translateX(-200px) rotate(180deg);
        -ms-transform: translateX(-200px) rotate(180deg);
            transform: translateX(-200px) rotate(180deg);
  }
  .mobile-btn .active span:nth-child(1) {
    -webkit-transform: rotate3d(0, 0, 1, -40deg) !important;
            transform: rotate3d(0, 0, 1, -40deg) !important;
    -webkit-transform-origin: 0.71429px center !important;
        -ms-transform-origin: 0.71429px center !important;
            transform-origin: 0.71429px center !important;
    width: 20px !important;
  }
  .mobile-btn .active span:nth-child(3) {
    -webkit-transform: rotate3d(0, 0, 1, 40deg) !important;
            transform: rotate3d(0, 0, 1, 40deg) !important;
    -webkit-transform-origin: 0.71429px center !important;
        -ms-transform-origin: 0.71429px center !important;
            transform-origin: 0.71429px center !important;
    width: 20px !important;
  }
  .sp-wrapper-move {
    -webkit-transform: translateX(0px) !important;
        -ms-transform: translateX(0px) !important;
            transform: translateX(0px) !important;
  }
  .sp-wrapper {
    width: 200px;
    height: 100vh;
    position: fixed;
    z-index: 60;
    background: #333;
    right: 0;
    top: 0;
    -webkit-transform: translateX(200px);
        -ms-transform: translateX(200px);
            transform: translateX(200px);
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    display: block;
  }
  .sp-wrapper .sp-heading {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
  }
  .sp-wrapper nav ul {
    padding: 0 15px;
  }
  .sp-wrapper nav ul li {
    border-bottom: 1px solid #5d5d5d;
  }
  .sp-wrapper nav ul li a {
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 15px 0;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sp-wrapper nav ul li a svg {
    display: none;
  }
  .sp-wrapper nav ul li a:hover {
    background: #f2f2f2;
    color: #000;
  }
}
.logged-in .sp-wrapper {
  height: calc(100vh - 32px);
  top: auto;
  bottom: 0;
}

@media screen and (max-width: 782px) {
  .logged-in .sp-wrapper {
    height: calc(100vh - 46px);
  }
}
@media screen and (max-width: 782px) {
  body.logged-in .mobile-btn {
    top: 65px;
  }
}
@media screen and (max-width: 600px) {
  .mobile-btn.wordpress-logged-in {
    top: 20px !important;
  }
  .sp-wrapper.wordpress-logged-in {
    height: 100vh;
  }
}
/* /sp mobile-btn */
/* nav */
@media screen and (max-width: 825px) {
  .main-navigation {
    display: none;
  }
}
/* /nav */
/* wrapper css */
.wrapper {
  -webkit-transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  position: relative;
  left: 0;
  z-index: 20;
  overflow: hidden;
}

.wrapper .wrapperbg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 69;
  background: rgba(0, 0, 0, 0.5);
}

.wrapper-move {
  overflow: hidden;
  left: -200px;
}

/* /wrapper css */
body.error404 {
  background-color: #121212;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.text404 {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  color: #ccc;
  text-align: center;
  font-family: sans-serif;
  white-space: nowrap;
}
.text404 strong {
  font-size: 80px;
  line-height: 1.2;
  font-weight: bold;
  display: inline-block;
  text-indent: -0.08em;
}
@media (max-width: 600px) {
  .text404 strong {
    font-size: 45px;
  }
}
.text404 p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
.text404 a,
.text404 a:link {
  margin-top: 40px;
  font-size: 14px;
  line-height: 1.2;
  white-space: normal;
  display: inline-block;
  height: 2.5em;
  line-height: 2.5em;
  width: auto;
  padding: 0 1.5em;
  background-color: #333 !important;
  color: #ccc !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 100em;
  overflow: hidden;
  font-weight: normal;
}
.text404 a:hover,
.text404 a:link:hover {
  color: #333 !important;
  background-color: #ccc !important;
  text-decoration: none;
}

/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

html {
  font-size: 100%;
  background-color: #fff;
  word-break: break-word;
}

body {
  min-height: 100vh;
  color: #333;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
body.home {
  background: url(../img/index-icon-bg.jpg);
}
@media (max-width: 1280px) {
  body {
    font-size: 14px;
  }
}

img {
  width: 100%;
  height: auto;
}

.outer {
  width: 100%;
  position: relative;
  margin: 120px auto;
}
@media (max-width: 1280px) {
  .outer {
    margin: 80px auto;
  }
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 0 40px;
}
@media (max-width: 1280px) {
  .inner {
    padding: 0 20px;
  }
}

hgroup.heading {
  line-height: 1;
}
hgroup.heading p {
  font-size: 72px;
  font-weight: bold;
  color: #002e63;
  text-transform: uppercase;
}
hgroup.heading h2 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 0.3em;
}
@media (max-width: 1500px) {
  hgroup.heading p {
    font-size: 54px;
  }
  hgroup.heading h2 {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  hgroup.heading p {
    font-size: 46px;
  }
  hgroup.heading h2 {
    font-size: 22px;
  }
}
@media (max-width: 825px) {
  hgroup.heading p {
    font-size: 40px;
  }
  hgroup.heading h2 {
    font-size: 18px;
  }
}

hgroup.pageheading {
  line-height: 1;
  border-left: 2px solid #002e63;
  padding-left: 1em;
  margin-bottom: 40px;
}
hgroup.pageheading p {
  text-transform: uppercase;
  color: #002e63;
  font-size: 20px;
  margin-bottom: 0.5em;
  font-weight: bold;
}
hgroup.pageheading h2,
hgroup.pageheading h3 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  hgroup.pageheading {
    margin-bottom: 20px;
  }
  hgroup.pageheading p {
    font-size: 18px;
  }
  hgroup.pageheading h2,
  hgroup.pageheading h3 {
    font-size: 24px;
  }
}
@media (max-width: 820px) {
  hgroup.pageheading p {
    font-size: 16px;
  }
  hgroup.pageheading h2,
  hgroup.pageheading h3 {
    font-size: 18px;
  }
}

.more a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  border: 1px solid #fff;
  color: #fff;
  line-height: 1;
  padding: 0.7em 2em;
  border-radius: 2em;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}
.more a svg {
  width: 1em;
  height: 1em;
  margin-left: 1em;
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more a:hover {
  background-color: #fff;
  color: #002e63;
}
.more a:hover svg {
  fill: #002e63;
}
.more.bgblue a {
  background-color: #002e63;
  border: 1px solid #002e63;
}
.more.bgblue a:hover {
  background-color: #fff;
  color: #002e63;
}
.more.bgblue a:hover svg {
  fill: #002e63;
}

.sp-contact-btn {
  display: none;
}
@media (max-width: 825px) {
  .sp-contact-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 0;
    position: fixed;
    top: 0;
    right: 60px;
    width: 50px;
    height: 60px;
    z-index: 20;
  }
  .sp-contact-btn svg {
    width: 35px;
    height: auto;
    fill: #002e63;
  }
}

header {
  position: absolute;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 140px;
  padding-right: 40px;
  z-index: 60;
  top: 0;
  padding-top: 40px;
}
header .h1part {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}
@media (max-width: 825px) {
  header .h1part {
    display: none;
  }
}
header .h1part h1 {
  font-size: 14px;
  line-height: 1;
  padding: 1em 0.5em;
  color: #fff;
}
header .site-logo {
  width: 165px;
  height: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  line-height: 0;
}
header .site-logo img {
  width: 65px;
  height: auto;
}
header .main-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .main-navigation ul li a {
  color: #fff;
}
header .main-navigation ul li a svg {
  width: 1em;
  height: 1em;
}
header .main-navigation ul li:last-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #002e63;
  padding: 0.7em 2em;
  line-height: 1;
  border-radius: 2em;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff !important;
  border: 1px solid #002e63;
}
header .main-navigation ul li:last-child a svg {
  fill: #fff;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .main-navigation ul li:last-child a:hover {
  background-color: #fff;
  color: #002e63 !important;
}
header .main-navigation ul li:last-child a:hover svg {
  fill: #002e63;
}

@media (max-width: 1500px) {
  header {
    padding-left: 80px;
  }
  header .site-logo {
    width: 130px;
    height: 120px;
  }
  header .site-logo img {
    width: 70px;
  }
}
@media (max-width: 1280px) {
  header {
    padding-left: 0;
  }
  header .site-logo {
    width: 110px;
    height: 90px;
  }
  header .site-logo img {
    width: 60px;
  }
  header .main-navigation ul {
    gap: 20px;
  }
}
@media (max-width: 825px) {
  header {
    background-color: #fff;
    padding-top: 0;
  }
  header .site-logo {
    width: 70px;
    height: 60px;
  }
  header .site-logo img {
    width: 50px;
  }
}
body.page header,
body.single header {
  background-color: rgb(255, 255, 255);
  padding-left: 0;
  padding-top: 0;
}
body.page header .main-navigation ul li a,
body.single header .main-navigation ul li a {
  color: #000;
}
@media (max-width: 1280px) {
  body.page header,
  body.single header {
    padding-left: 0;
  }
}

section.banner {
  width: 100%;
  height: 100vh;
  position: relative;
}
section.banner .banner-bg {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 455px;
  height: 100vh;
  background-color: #002e63;
}
section.banner .banner-img {
  width: calc(100% - 140px);
  height: calc(100% - 80px);
  position: absolute;
  z-index: 20;
  right: 0;
  top: 0;
  overflow: hidden;
}
section.banner .banner-img::after {
  content: "";
  position: absolute;
  z-index: 30;
  left: 0;
  top: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}
section.banner .banner-img .swiper {
  width: 100%;
  height: 100%;
}
section.banner .banner-img .swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
section.banner .banner-img .swiper .swiper-slide figure.hasbg {
  position: absolute;
  width: 100%;
  height: 100%;
}
section.banner .banner-img .swiper .swiper-slide figure.hasbg::after {
  display: none;
}
section.banner .banner-img .banner-newsmod {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  z-index: 10;
}
@media (max-width: 820px) {
  section.banner .banner-img .banner-newsmod {
    font-size: 16px;
  }
}
section.banner .banner-img .banner-newsmod .title {
  background-color: #002e63;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1em;
  color: #fff;
  padding: 1.5em;
  line-height: 1;
}
@media (max-width: 820px) {
  section.banner .banner-img .banner-newsmod .title {
    padding: 1em;
  }
}
section.banner .banner-img .banner-newsmod .title .en {
  font-size: 0.8em;
}
section.banner .banner-img .banner-newsmod .title .jp {
  font-size: 0.8em;
  margin-top: 0.5em;
}
section.banner .banner-img .banner-newsmod .content {
  padding: 1em 1.5em;
  font-size: 0.8em;
  line-height: 1;
}
@media (max-width: 820px) {
  section.banner .banner-img .banner-newsmod .content {
    padding: 1em;
  }
}
section.banner .banner-img .banner-newsmod .content a {
  text-decoration: none;
}
section.banner .banner-img .banner-newsmod .content a .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.banner .banner-img .banner-newsmod .content a .time span {
  font-size: 0.8em;
  display: block;
  background-color: #ff0000;
  color: #fff;
  padding: 3px 10px;
  border-radius: 10px;
  margin-left: 1em;
}
section.banner .banner-img .banner-newsmod .content a .subtitle {
  margin-top: 0.5em;
}
section.banner .banner-slogan {
  position: absolute;
  z-index: 30;
  width: 100%;
  max-width: 1480px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 40px;
  color: #fff;
}
section.banner .banner-slogan .website-title {
  font-size: 100px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
}
section.banner .banner-slogan .website-subtitle {
  font-size: 46px;
  margin-top: 1em;
  text-align: left;
}
section.banner .banner-scroll {
  position: absolute;
  z-index: 50;
  left: 70px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
  color: #fff;
  background-color: #ff0000;
}
section.banner .banner-scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 200px;
  background-color: #fff;
}
section.banner .banner-scroll::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: scrollDown 2s linear infinite;
          animation: scrollDown 2s linear infinite;
}
@-webkit-keyframes scrollDown {
  0% {
    top: 0;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 200px;
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    top: 0;
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 200px;
    opacity: 0;
  }
}

@media (max-width: 1500px) {
  section.banner .banner-img {
    width: calc(100% - 80px);
    height: calc(100% - 40px);
  }
  section.banner .banner-scroll {
    left: 39px;
  }
  section.banner .banner-slogan .website-title {
    font-size: 60px;
  }
  section.banner .banner-slogan .website-subtitle {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  section.banner .banner-img {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
  }
  section.banner .banner-scroll {
    display: none;
  }
  section.banner .banner-slogan {
    padding: 20px;
  }
  section.banner .banner-slogan .website-title {
    font-size: 50px;
  }
  section.banner .banner-slogan .website-subtitle {
    font-size: 22px;
  }
}
@media (max-width: 825px) {
  section.banner .banner-slogan {
    padding: 20px;
  }
  section.banner .banner-slogan .website-title {
    font-size: 40px;
  }
  section.banner .banner-slogan .website-subtitle {
    font-size: 18px;
  }
}
section.outstrength .heading {
  text-align: center;
}
section.outstrength .layout {
  overflow: hidden;
  margin-top: 60px;
}
section.outstrength .layout p:last-child {
  margin-bottom: 0;
}
section.outstrength .layout .subtitle {
  text-align: center;
}
section.outstrength .layout .subtitle .pageheading {
  text-align: center;
  display: inline-block;
  padding-right: 1em;
  border-left: 0px solid #002e63;
}
section.outstrength .layout > h3 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
section.outstrength .layout > p {
  text-align: center;
  margin-top: 1em;
  font-size: 18px;
  margin-bottom: 3em;
  line-height: 2;
}
section.outstrength .layout .items {
  margin-top: -40px;
  margin-left: -40px;
}
section.outstrength .layout .items .item {
  float: left;
  padding-left: 40px;
  padding-top: 40px;
  width: 25%;
}
section.outstrength .layout .items .item figure.hasbg::after {
  padding-top: 66%;
}
section.outstrength .layout .items .item h4 {
  text-align: center;
  margin-top: 0.7em;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 1500px) {
  section.outstrength .layout h3 {
    font-size: 28px;
  }
  section.outstrength .layout p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  section.outstrength .layout {
    margin-top: 40px;
  }
  section.outstrength .layout h3 {
    font-size: 20px;
  }
  section.outstrength .layout .items {
    margin-top: -20px;
    margin-left: -20px;
  }
  section.outstrength .layout .items .item {
    padding-left: 20px;
    padding-top: 20px;
    width: 33.3333333333%;
  }
  section.outstrength .layout .items .item h4 {
    font-size: 16px;
  }
}
@media (max-width: 825px) {
  section.outstrength .layout h3 {
    font-size: 24px;
  }
  section.outstrength .layout p {
    font-size: 14px;
    line-height: 1.6;
  }
  section.outstrength .layout .items {
    margin-top: -20px;
    margin-left: -20px;
  }
  section.outstrength .layout .items .item {
    padding-left: 20px;
    padding-top: 20px;
    width: 50%;
  }
}
@media (max-width: 825px) and (max-width: 650px) {
  section.outstrength .layout .items .item {
    width: 100%;
  }
}
@media (max-width: 825px) {
  section.outstrength .layout .items .item h4 {
    font-size: 14px;
    margin-bottom: 0.5em;
  }
}
section.business {
  position: relative;
}
section.business .business-pic {
  width: 50%;
  height: auto;
  min-height: 650px;
  padding-bottom: 70px;
}
section.business .business-pic figure::after {
  padding-top: 75%;
}
section.business .business-content {
  position: absolute;
  width: 60%;
  right: 0;
  bottom: 0;
  background-color: #002e63;
  padding: 80px 40px 80px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.business .business-content .heading {
  color: #fff;
}
section.business .business-content .heading p {
  color: #fff;
}
section.business .business-content .layout {
  color: #fff;
  margin: 60px 0 60px;
}
section.business .business-content .layout h3 {
  font-size: 30px;
}
section.business .business-content .layout p {
  font-size: 18px;
  line-height: 2;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
section.business .business-content .layout p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1500px) {
  section.business .business-content .layout h3 {
    font-size: 26px;
  }
  section.business .business-content .layout p {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  section.business .business-pic {
    min-height: auto;
  }
  section.business .business-pic figure::after {
    padding-top: 100%;
  }
  section.business .business-content {
    padding: 40px 20px 40px 60px;
    min-height: 530px;
  }
  section.business .business-content .layout {
    margin: 40px 0 40px;
  }
  section.business .business-content .layout h3 {
    font-size: 24px;
  }
  section.business .business-content .layout p {
    font-size: 16px;
  }
}
@media (max-width: 1030px) {
  section.business {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.business .business-pic {
    width: 100%;
    padding-bottom: 0;
  }
  section.business .business-pic figure::after {
    padding-top: 75%;
  }
  section.business .business-content {
    position: relative;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 0px;
    padding: 80px 20px;
  }
}
@media (max-width: 825px) {
  section.business .business-content .layout h3 {
    font-size: 20px;
  }
  section.business .business-content .layout p {
    font-size: 16px;
    line-height: 1.6;
  }
}
section.products {
  overflow: hidden;
}
section.products .title {
  position: relative;
}
section.products .title div.more {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.products .layout .abstract {
  margin: 60px auto;
  line-height: 2;
}
@media (max-width: 1280px) {
  section.products .layout .abstract {
    margin: 40px auto;
  }
}
section.products .layout .slidelayout {
  position: relative;
}
section.products .layout .slidelayout .swiper {
  position: relative;
  padding-bottom: 80px;
}
section.products .layout .slidelayout .swiper .swiper-slide .box {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.products .layout .slidelayout .swiper .swiper-slide .box:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
section.products .layout .slidelayout .swiper .swiper-slide .box a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
section.products .layout .slidelayout .swiper .swiper-slide .box figure.hasbg {
  border: 1px solid #ccc;
}
section.products .layout .slidelayout .swiper .swiper-slide .box figure.hasbg::after {
  padding-top: 118%;
}
section.products .layout .slidelayout .swiper .swiper-slide .box h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 0.7em;
}
@media (max-width: 1500px) {
  section.products .layout .slidelayout .swiper .swiper-slide .box h3 {
    font-size: 16px;
  }
}
section.products .layout .slidelayout .swiper .swiper-pagination {
  position: absolute;
  width: calc(100% - 150px);
  height: 2px;
  bottom: 18px;
}
section.products .layout .slidelayout .swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #000000;
}
section.products .layout .slidelayout .swiper .diy-navigation {
  width: 120px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 20px;
}
section.products .layout .slidelayout .swiper .diy-navigation > div {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.products .layout .slidelayout .swiper .diy-navigation > div:hover {
  background-color: #000;
  color: #fff;
}
@media (max-width: 520px) {
  section.products .title div.more {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: 20px;
  }
}

section.case {
  background: url(../img/case-bg.jpg) no-repeat center center/cover;
  padding: 120px 40px;
  overflow: hidden;
}
section.case hgroup {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
section.case .layout {
  margin: 80px auto;
  position: relative;
}
section.case .layout .swiper-slide .box {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.case .layout .swiper-slide .box:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
section.case .layout .swiper-slide .box figure.hasbg::after {
  padding-top: 95%;
}
section.case .layout .swiper-slide .box h3 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 0.7em;
}
section.case .layout .swiper-slide .box p {
  margin-top: 0.5em;
  line-height: 1.8;
}
section.case .layout .swiper-slide .box a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
section.case .layout .swiper-button-prev,
section.case .layout .swiper-button-next {
  color: #333;
  width: 30px;
  height: 20px;
}
@media (min-width: 769px) {
  section.case .layout .swiper-button-prev,
  section.case .layout .swiper-button-next {
    display: none;
  }
}
section.case .more {
  text-align: center;
}
@media (max-width: 1500px) {
  section.case .layout .swiper-slide .box h3 {
    font-size: 24px;
  }
  section.case .layout .swiper-slide .box p {
    line-height: 1.6;
  }
}
@media (max-width: 1280px) {
  section.case {
    padding: 80px 20px;
  }
  section.case .layout {
    margin: 40px auto;
  }
  section.case .layout .swiper-slide .box h3 {
    font-size: 24px;
  }
  section.case .layout .swiper-slide .box p {
    line-height: 1.6;
  }
}
@media (max-width: 825px) {
  section.case .layout .swiper-slide .box h3 {
    font-size: 20px;
  }
}

section.company {
  overflow: hidden;
}
section.company .layout {
  margin-top: 80px;
}
section.company .layout .items {
  margin-left: -40px;
  margin-top: -40px;
}
section.company .layout .items .item {
  width: 33.3333333333%;
  padding-left: 40px;
  padding-top: 40px;
  float: left;
}
section.company .layout .items .item a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section.company .layout .items .item a:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
section.company .layout .items .item a figure.hasbg::after {
  padding-top: 66%;
}
section.company .layout .items .item a h3 {
  margin-top: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
section.company .layout .items .item a h3 svg {
  width: 1.5em;
  height: 1.5em;
  margin-left: 1em;
  fill: #002e63;
}
@media (max-width: 1280px) {
  section.company .layout {
    margin-top: 40px;
  }
  section.company .layout .items {
    margin-left: -20px;
    margin-top: -20px;
  }
  section.company .layout .items .item {
    width: 50%;
    padding-left: 20px;
    padding-top: 20px;
  }
  section.company .layout .items .item h3 {
    font-size: 18px;
  }
}
@media (max-width: 825px) {
  section.company .layout .items .item {
    width: 100%;
  }
  section.company .layout .items .item h3 {
    font-size: 16px;
  }
}

footer {
  position: relative;
  z-index: 30;
}
footer .contact-tel {
  padding: 120px 40px;
  background: url(../img/contact-bg.jpg) center center/cover no-repeat;
}
footer .contact-tel .heading {
  text-align: center;
  margin-bottom: 80px;
}
footer .contact-tel .heading h2 {
  color: #fff;
}
footer .contact-tel .heading p {
  color: #fff;
}
footer .contact-tel .layout {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
footer .contact-tel .layout .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 20px;
}
footer .contact-tel .layout .items .item {
  width: 50%;
  text-align: center;
}
footer .contact-tel .layout .items .item:first-child {
  border-right: 1px solid #fff;
}
footer .contact-tel .layout .items .item:first-child p:last-child {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 1em;
  line-height: 1.4;
}
footer .contact-tel .layout .items .item a {
  margin-top: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  padding: 0.7em 2em;
  border-radius: 3em;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .contact-tel .layout .items .item a svg {
  width: 1.5em;
  height: 1.5em;
  margin-right: 1em;
  fill: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .contact-tel .layout .items .item a:hover {
  background-color: #fff;
  color: #002e63;
}
footer .contact-tel .layout .items .item a:hover svg {
  fill: #002e63;
}
@media (max-width: 1280px) {
  footer .contact-tel {
    padding: 80px 20px;
  }
  footer .contact-tel .heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 825px) {
  footer .contact-tel .layout .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .contact-tel .layout .items .item {
    width: 100%;
    font-size: 16px;
  }
  footer .contact-tel .layout .items .item:first-child {
    border-right: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
footer .footer-nav .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer-nav .inner .footer-logo {
  width: 35%;
}
footer .footer-nav .inner .footer-logo img {
  max-width: 320px;
}
footer .footer-nav .inner .footer-logo p:nth-child(2) {
  font-weight: bold;
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
}
footer .footer-nav .inner .footer-logo p:nth-child(2) svg {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
}
footer .footer-nav .inner .footer-logo a:last-child {
  font-size: 14px;
  text-decoration: underline;
  margin-top: 1em;
}
footer .footer-nav .inner .nav {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 20px;
  font-size: 18px;
}
footer .footer-nav .inner .nav > dl {
  width: 25%;
}
footer .footer-nav .inner .nav > dl > *:not(:last-child) {
  margin-bottom: 0.5em;
}
footer .footer-nav .inner .nav > dl dt {
  font-size: 1em;
  font-weight: bold;
}
footer .footer-nav .inner .nav > dl dd {
  font-size: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-nav .inner .nav > dl dd::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #002e63;
  margin-right: 0.5em;
  border-radius: 50%;
}
@media (max-width: 1280px) {
  footer .footer-nav .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  footer .footer-nav .inner .footer-logo,
  footer .footer-nav .inner .nav {
    width: 100%;
    text-align: left;
  }
  footer .footer-nav .inner .nav {
    margin-top: 40px;
    gap: 20px;
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  footer .footer-nav .inner .footer-logo {
    text-align: center;
  }
  footer .footer-nav .inner .footer-logo p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-nav .inner .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    text-align: center;
    display: none;
  }
  footer .footer-nav .inner .nav > dl {
    width: 100%;
  }
  footer .footer-nav .inner .nav > dl dd {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .copyright {
  background-color: #000;
  padding: 2em 0;
}
footer .copyright .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
}
footer .copyright .inner p a {
  color: #808080;
}
@media (max-width: 580px) {
  footer .copyright {
    font-size: 12px;
  }
  footer .copyright .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

section.pagebanner {
  width: 100%;
  height: 580px;
  position: relative;
}
section.pagebanner::after {
  display: block;
  content: "";
  width: 450px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #002e63;
  z-index: 10;
}
section.pagebanner .banner-img {
  position: absolute;
  width: calc(100% - 160px);
  height: calc(100% - 80px);
  top: 0;
  right: 0;
  z-index: 20;
}
section.pagebanner .banner-img figure.hasbg {
  position: absolute;
  width: 100%;
  height: 100%;
}
section.pagebanner .banner-img figure.hasbg::after {
  display: none;
}
section.pagebanner .banner-img .slogan {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
  color: #fff;
  padding: 40px;
}
section.pagebanner .banner-img .slogan h1 {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
section.pagebanner .banner-img .slogan p {
  font-size: 30px;
  font-weight: bold;
  margin-top: 0.5em;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 1500px) {
  section.pagebanner {
    height: 350px;
  }
  section.pagebanner::after {
    width: 300px;
  }
  section.pagebanner .banner-img {
    width: calc(100% - 80px);
    height: calc(100% - 40px);
  }
  section.pagebanner .banner-img .slogan {
    padding: 20px;
  }
  section.pagebanner .banner-img .slogan h1 {
    font-size: 48px;
  }
  section.pagebanner .banner-img .slogan p {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  section.pagebanner {
    height: 300px;
  }
  section.pagebanner::after {
    width: 200px;
  }
  section.pagebanner .banner-img {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
  }
  section.pagebanner .banner-img .slogan h1 {
    font-size: 40px;
  }
  section.pagebanner .banner-img .slogan p {
    font-size: 20px;
  }
}
@media (max-width: 825px) {
  section.pagebanner {
    height: 250px;
  }
  section.pagebanner .banner-img .slogan h1 {
    font-size: 30px;
  }
  section.pagebanner .banner-img .slogan p {
    font-size: 16px;
  }
}
section.navigation {
  padding: 1em 0;
  background-color: #f1f1f1;
}

.pagemain {
  margin: 60px auto;
}
@media (max-width: 820px) {
  .pagemain {
    margin: 40px auto;
  }
}
.pagemain .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 820px) {
  .pagemain .inner {
    display: block;
  }
}
.pagemain .inner div.sidebar {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 40px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
}
.pagemain .inner div.sidebar ul li:not(:last-child) {
  margin-bottom: 1em;
}
.pagemain .inner div.sidebar ul li a {
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #aeaeae;
}
.pagemain .inner div.sidebar ul li a:before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 0.5em;
  opacity: 0;
}
.pagemain .inner div.sidebar ul li a.active, .pagemain .inner div.sidebar ul li a:hover {
  color: #002e63;
}
.pagemain .inner div.sidebar ul li a.active:before, .pagemain .inner div.sidebar ul li a:hover:before {
  opacity: 1;
}
@media (max-width: 1280px) {
  .pagemain .inner div.sidebar {
    font-size: 20px;
    padding-right: 20px;
    width: 240px;
  }
}
@media (max-width: 820px) {
  .pagemain .inner div.sidebar {
    font-size: 16px;
    display: block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .pagemain .inner div.sidebar ul {
    position: relative !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
  .pagemain .inner div.sidebar ul li {
    margin-bottom: 0 !important;
  }
}
.pagemain .inner div.sidebar.fixed ul {
  position: fixed;
  top: 100px;
}
.pagemain .inner div.pagelayout {
  width: 100%;
}
.pagemain .inner div.pagelayout > *:not(:last-child) {
  margin-bottom: 3em;
}
.pagemain .inner div.pagelayout .aboutus .content h3 {
  color: #002e63;
  margin-top: 22px;
  margin-bottom: 8px;
}
.pagemain .inner div.pagelayout .aboutus .content p {
  margin: 6px 0;
}
.pagemain .inner div.pagelayout .aboutus .content .divider {
  border-top: 1px solid #e6e6e6;
  margin: 18px 0;
}
.pagemain .inner div.pagelayout .business p {
  margin-bottom: 1em;
  font-size: 15px;
}
.pagemain .inner div.pagelayout .business p strong {
  color: #0b67b2;
}
.pagemain .inner div.pagelayout .business h3 {
  margin: 24px 0 12px;
  font-size: 18px;
  color: #0b2540;
  padding-left: 10px;
  border-left: 4px solid #0b67b2;
  line-height: 1.4;
}
.pagemain .inner div.pagelayout .business ul {
  margin: 0 0 1em 1.2em;
  padding: 0;
}
.pagemain .inner div.pagelayout .business li {
  margin-bottom: 0.4em;
  font-size: 15px;
}
.pagemain .inner div.pagelayout .business .section {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .pagemain .inner div.pagelayout .business h3 {
    font-size: 20px;
  }
  .pagemain .inner div.pagelayout .business p,
  .pagemain .inner div.pagelayout .business li {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .pagemain .inner div.pagelayout .business h3 {
    font-size: 22px;
  }
}
@media print {
  .pagemain .inner div.pagelayout .business .section {
    background: none;
    border: none;
  }
}
.pagemain .inner div.pagelayout .company dl.info-dl {
  font-size: 18px;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 1280px) {
  .pagemain .inner div.pagelayout .company dl.info-dl {
    font-size: 16px;
  }
}
@media (max-width: 820px) {
  .pagemain .inner div.pagelayout .company dl.info-dl {
    font-size: 14px;
  }
}
.pagemain .inner div.pagelayout .company dl.info-dl .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  border-top: 1px solid #e6e6e6;
}
.pagemain .inner div.pagelayout .company dl.info-dl .info-row dt {
  width: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
}
@media (max-width: 820px) {
  .pagemain .inner div.pagelayout .company dl.info-dl .info-row dt {
    width: 100px;
  }
}
.pagemain .inner div.pagelayout .company dl.info-dl .info-row dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.pagemain .inner div.pagelayout .concept .content .items {
  border-top: 1px solid #ccc;
  margin-top: 2em;
}
.pagemain .inner div.pagelayout .concept .content .items .item {
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
}
.pagemain .inner div.pagelayout .concept .content .items .item h3 {
  font-size: 22px;
  font-weight: bold;
  color: #002e63;
}
@media (max-width: 1280px) {
  .pagemain .inner div.pagelayout .concept .content .items .item h3 {
    font-size: 20px;
  }
}
@media (max-width: 820px) {
  .pagemain .inner div.pagelayout .concept .content .items .item h3 {
    font-size: 18px;
  }
}
.pagemain .inner div.pagelayout .concept .content .items .item p {
  font-size: 18px;
}
@media (max-width: 1280px) {
  .pagemain .inner div.pagelayout .concept .content .items .item p {
    font-size: 16px;
  }
}
@media (max-width: 820px) {
  .pagemain .inner div.pagelayout .concept .content .items .item p {
    font-size: 14px;
  }
}
.pagemain .inner div.pagelayout .products .content {
  overflow: hidden;
}
.pagemain .inner div.pagelayout .products .content p {
  margin-bottom: 1em;
}
.pagemain .inner div.pagelayout .products .content .items {
  margin-top: -40px;
  margin-left: -40px;
}
.pagemain .inner div.pagelayout .products .content .items .item {
  padding-left: 40px;
  padding-top: 40px;
  width: 25%;
  float: left;
}
.pagemain .inner div.pagelayout .products .content .items .item .box {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagemain .inner div.pagelayout .products .content .items .item .box:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.pagemain .inner div.pagelayout .products .content .items .item .box a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.pagemain .inner div.pagelayout .products .content .items .item figure.hasbg::after {
  padding-top: 118%;
}
.pagemain .inner div.pagelayout .products .content .items .item h3 {
  font-size: 20px;
}
@media (max-width: 1280px) {
  .pagemain .inner div.pagelayout .products .content .items {
    margin-top: -20px;
    margin-left: -20px;
  }
  .pagemain .inner div.pagelayout .products .content .items .item {
    padding-left: 20px;
    padding-top: 20px;
    width: 33.3333333333%;
  }
  .pagemain .inner div.pagelayout .products .content .items .item h3 {
    font-size: 18px;
  }
}
@media (max-width: 820px) {
  .pagemain .inner div.pagelayout .products .content .items .item {
    width: 50%;
  }
  .pagemain .inner div.pagelayout .products .content .items .item h3 {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  .pagemain .inner div.pagelayout .products .content .items .item {
    width: 50%;
  }
}
.pagemain .inner div.pagelayout .products .more {
  margin-top: 1em;
  text-align: right;
}
.pagemain .inner div.pagelayout .qualitycontrol .content {
  overflow: hidden;
}
.pagemain .inner div.pagelayout .qualitycontrol .content > p {
  margin-bottom: 1em;
}
.pagemain .inner div.pagelayout .qualitycontrol .content .items {
  margin-top: -40px;
  margin-left: -40px;
}
.pagemain .inner div.pagelayout .qualitycontrol .content .items .item {
  padding-left: 40px;
  padding-top: 40px;
  width: 25%;
  float: left;
  text-align: center;
}
.pagemain .inner div.pagelayout .qualitycontrol .content .items .item figure.hasbg::after {
  padding-top: 118%;
}
.pagemain .inner div.pagelayout .qualitycontrol .content .items .item p {
  font-size: 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  background-color: #002e63;
  color: #fff;
  padding: 0.4em 1em;
  border-radius: 2em;
  line-height: 1;
  margin-top: 0.5em;
  font-weight: bold;
}
.pagemain .inner div.pagelayout .qualitycontrol .content .items .item h3 {
  font-weight: normal;
  margin-top: 0.5em;
  font-size: 1em;
}
@media (max-width: 1280px) {
  .pagemain .inner div.pagelayout .qualitycontrol .content .items {
    margin-top: -20px;
    margin-left: -20px;
  }
  .pagemain .inner div.pagelayout .qualitycontrol .content .items .item {
    padding-left: 20px;
    padding-top: 20px;
  }
  .pagemain .inner div.pagelayout .qualitycontrol .content .items .item p {
    font-size: 18px;
  }
}
@media (max-width: 820px) {
  .pagemain .inner div.pagelayout .qualitycontrol .content .items .item {
    width: 50%;
  }
  .pagemain .inner div.pagelayout .qualitycontrol .content .items .item p {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  .pagemain .inner div.pagelayout .qualitycontrol .content .items .item {
    width: 50%;
  }
}
.pagemain .inner div.pagelayout .qualitycontrol .more {
  margin-top: 1em;
  text-align: right;
}
.pagemain .inner div.pagelayout .cleaningprocess .content {
  overflow: hidden;
}
.pagemain .inner div.pagelayout .cleaningprocess .content > p {
  margin-bottom: 1em;
}
.pagemain .inner div.pagelayout .cleaningprocess .content .steppic {
  margin-top: 2em;
}
.pagemain .inner div.pagelayout .cleaningprocess .content .items {
  margin-top: -40px;
  margin-left: -40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagemain .inner div.pagelayout .cleaningprocess .content .items .item {
  padding-left: 40px;
  padding-top: 40px;
  width: 25%;
  float: left;
  text-align: center;
}
.pagemain .inner div.pagelayout .cleaningprocess .content .items .item figure.hasbg::after {
  padding-top: 118%;
}
.pagemain .inner div.pagelayout .cleaningprocess .content .items .item p {
  font-size: 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  background-color: #002e63;
  color: #fff;
  padding: 0.4em 1em;
  border-radius: 2em;
  line-height: 1;
  margin-top: 0.5em;
  font-weight: bold;
}
.pagemain .inner div.pagelayout .cleaningprocess .content .items .item h3 {
  font-weight: normal;
  margin-top: 0.5em;
  font-size: 1em;
}
@media (max-width: 1280px) {
  .pagemain .inner div.pagelayout .cleaningprocess .content .items {
    margin-top: -20px;
    margin-left: -20px;
  }
  .pagemain .inner div.pagelayout .cleaningprocess .content .items .item {
    padding-left: 20px;
    padding-top: 20px;
  }
  .pagemain .inner div.pagelayout .cleaningprocess .content .items .item p {
    font-size: 18px;
  }
}
@media (max-width: 820px) {
  .pagemain .inner div.pagelayout .cleaningprocess .content .items .item {
    width: 50%;
  }
  .pagemain .inner div.pagelayout .cleaningprocess .content .items .item p {
    font-size: 16px;
  }
}
@media (max-width: 650px) {
  .pagemain .inner div.pagelayout .cleaningprocess .content .items .item {
    width: 50%;
  }
}
.pagemain .inner div.pagelayout .cleaningprocess .more {
  margin-top: 1em;
  text-align: right;
}

.pagecase .items {
  margin-top: -40px;
  margin-left: -40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagecase .items .item {
  padding-top: 40px;
  padding-left: 40px;
  width: 33.3333333333%;
  float: left;
}
.pagecase .items .item .box {
  position: relative;
}
.pagecase .items .item .box figure {
  border: 1px solid #e7e7e7;
}
.pagecase .items .item .box figure.hasbg:after {
  padding-top: 100%;
}
.pagecase .items .item .box h3 {
  font-size: 28px;
  margin-top: 0.5em;
}
.pagecase .items .item .box a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 1280px) {
  .pagecase .items {
    margin-top: -20px;
    margin-left: -20px;
  }
  .pagecase .items .item {
    padding-left: 20px;
    padding-top: 20px;
  }
  .pagecase .items .item .box h3 {
    font-size: 22px;
  }
}
@media (max-width: 820px) {
  .pagecase .items {
    margin-top: -20px;
    margin-left: -20px;
  }
  .pagecase .items .item {
    padding-left: 20px;
    padding-top: 20px;
    width: 50%;
  }
  .pagecase .items .item .box h3 {
    font-size: 18px;
  }
  .pagecase .items .item .box p {
    line-height: 1.6;
  }
}
@media (max-width: 500px) {
  .pagecase .items .item {
    width: 50%;
  }
  .pagecase .items .item .box h3 {
    font-size: 16px;
  }
  .pagecase .items .item .box p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0.5em;
  }
}

.pagenews .inner {
  display: block;
}
.pagenews .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3em 0;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.pagenews .item:first-child {
  border-top: 1px solid #ccc;
}
.pagenews .item figure.hasbg {
  width: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pagenews .item figure.hasbg::after {
  padding-top: 66%;
}
.pagenews .item .box {
  padding-left: 40px;
  width: 100%;
}
.pagenews .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 1280px) {
  .pagenews .item figure.hasbg {
    width: 125px;
  }
  .pagenews .item .box {
    padding-left: 20px;
  }
}
.pagenews .pagination {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenews .pagination > * {
  margin: 0 0.5em;
}
.pagenews .pagination a {
  line-height: 1;
  border: 1px solid #000;
  padding: 0.5em 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagenews .pagination a:hover {
  background-color: #000;
  color: #fff;
}

.pagemain.products .inner {
  display: block;
}
.pagemain.products .inner .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pagemain.products .inner .items .item .pic {
  width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pagemain.products .inner .items .item .pic img {
  width: 100%;
  height: auto;
}
.pagemain.products .inner .items .item .content {
  width: 60%;
  padding-left: 40px;
}
.pagemain.products .inner .items .item .content .title {
  font-size: 28px;
  font-weight: bold;
}
.pagemain.products .inner .items .item .content .text {
  margin-top: 1em;
}
.pagemain.products .inner .items .goback a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  border-bottom: 1px solid #000;
  font-weight: bold;
  padding: 1em;
  font-size: 18px;
}
.pagemain.products .inner .items .goback a svg {
  margin-left: 2em;
  width: 2em;
  height: 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagemain.products .inner .items .goback a:hover {
  text-decoration: none;
}
.pagemain.products .inner .items .goback a:hover svg {
  margin-left: 1em;
}
@media (max-width: 1280px) {
  .pagemain.products .inner .items .item .content {
    padding-left: 20px;
  }
  .pagemain.products .inner .items .item .content .title {
    font-size: 24px;
  }
}
@media (max-width: 820px) {
  .pagemain.products .inner .items .item .content .title {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .pagemain.products .inner .items .item {
    display: block;
  }
  .pagemain.products .inner .items .item .pic {
    width: 100%;
  }
  .pagemain.products .inner .items .item .content {
    width: 100%;
    padding-left: 0;
  }
  .pagemain.products .inner .items .item .content .title {
    font-size: 20px;
  }
}
.pagemain.news .inner {
  display: block;
}
.pagemain.news .inner .content {
  margin-top: 2em;
}
.pagemain.news .inner .content > *:not(:last-child) {
  margin-bottom: 2em;
}

.pageproducts.hasbgcolor {
  background-color: #f5f5f5;
  margin: 0 auto;
  padding: 80px 0;
}
@media (max-width: 820px) {
  .pageproducts.hasbgcolor {
    padding: 40px 0;
  }
}
.pageproducts.hasbgcolor .products-part {
  margin: 0 auto;
}
@media (max-width: 820px) {
  .pageproducts.hasbgcolor .products-part {
    margin: 0px auto;
  }
}
.pageproducts .inner {
  display: block;
}
.pageproducts .products-part {
  margin: 80px auto;
}
@media (max-width: 820px) {
  .pageproducts .products-part {
    margin: 40px auto;
  }
}
.pageproducts .products-part.row4 .content .items .item {
  width: 33.3333333333%;
}
.pageproducts .products-part .content {
  overflow: hidden;
  margin-top: 2em;
}
.pageproducts .products-part .content > h3 {
  font-size: 24px;
  font-weight: 600;
  color: #003366;
  border-left: 4px solid #0074c2;
  padding-left: 10px;
  margin: 0 0 15px;
  letter-spacing: 0.5px;
  line-height: 1.4;
}
@media (max-width: 1280px) {
  .pageproducts .products-part .content > h3 {
    font-size: 20px;
  }
}
@media (max-width: 820px) {
  .pageproducts .products-part .content > h3 {
    font-size: 18px;
  }
}
.pageproducts .products-part .content > p {
  margin-bottom: 1em;
}
.pageproducts .products-part .content .items {
  margin-top: -40px;
  margin-left: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pageproducts .products-part .content .items .item {
  padding-top: 40px;
  padding-left: 40px;
  width: 25%;
  float: left;
  overflow: hidden;
}
.pageproducts .products-part .content .items .item .box {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pageproducts .products-part .content .items .item .box:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.pageproducts .products-part .content .items .item .box figure {
  border: 1px solid #ccc;
  line-height: 0;
}
.pageproducts .products-part .content .items .item .box figure img {
  width: 100%;
}
.pageproducts .products-part .content .items .item .box figure.hasbg:after {
  padding-top: 125%;
}
.pageproducts .products-part .content .items .item .box h3 {
  font-size: 20px;
  margin-top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pageproducts .products-part .content .items .item .box h3 svg {
  width: 1.5em;
  height: 1.5em;
}
.pageproducts .products-part .content .items .item .box h4 {
  font-size: 18px;
  margin-top: 0.5em;
}
.pageproducts .products-part .content .items .item .box a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 1280px) {
  .pageproducts .products-part .content .items {
    margin-top: -20px;
    margin-left: -20px;
  }
  .pageproducts .products-part .content .items .item {
    padding-left: 20px;
    padding-top: 20px;
    width: 33.3333333333% !important;
  }
  .pageproducts .products-part .content .items .item .box h3 {
    font-size: 18px;
  }
}
@media (max-width: 820px) {
  .pageproducts .products-part .content .items {
    margin-top: -20px;
    margin-left: -20px;
  }
  .pageproducts .products-part .content .items .item {
    padding-left: 20px;
    padding-top: 20px;
  }
  .pageproducts .products-part .content .items .item .box h3 {
    font-size: 16px;
  }
  .pageproducts .products-part .content .items .item .box h4 {
    font-size: 14px;
  }
  .pageproducts .products-part .content .items .item .box p {
    line-height: 1.6;
  }
}
@media (max-width: 500px) {
  .pageproducts .products-part .content .items .item {
    width: 50% !important;
  }
  .pageproducts .products-part .content .items .item .box h3 {
    font-size: 16px;
  }
  .pageproducts .products-part .content .items .item .box p {
    line-height: 1.6;
  }
}

.pagecontact {
  background-color: #f5f5f5;
  width: 100%;
  padding: 60px 40px;
}
@media (max-width: 1280px) {
  .pagecontact {
    padding: 40px 20px;
  }
}
.pagecontact .title {
  text-align: center;
}
.pagecontact .main {
  margin-top: 1em;
}
.pagecontact .main .contactform {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.pagecontact .main .contactform dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1em;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 600px) {
  .pagecontact .main .contactform dl {
    display: block;
  }
  .pagecontact .main .contactform dl > * {
    width: 100% !important;
  }
  .pagecontact .main .contactform dl dt {
    margin-bottom: 10px;
    padding-right: 0;
  }
}
.pagecontact .main .contactform dl dt {
  width: 30%;
  font-weight: bold;
  padding-right: 1em;
}
.pagecontact .main .contactform dl dt font {
  font-size: 12px;
  color: #fff;
  background-color: #ff0000;
  border-radius: 50px;
  padding: 0.2em 0.5em;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagecontact .main .contactform dl dt em {
  display: block;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
}
.pagecontact .main .contactform dl dd {
  width: 70%;
}
.pagecontact .main .contactform dl dd input {
  width: 100%;
  padding: 1em;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #fff;
}
.pagecontact .main .contactform dl dd input[type=file] {
  margin: 0.5em auto;
}
.pagecontact .main .contactform dl dd textarea {
  width: 100%;
  padding: 1em;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #fff;
}
.pagecontact .main .contactform .send {
  text-align: center;
  margin-top: 2em;
}
.pagecontact .main .contactform .send p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pagecontact .main .contactform .send input {
  margin: 0 auto;
  background-color: #002e63;
  color: #fff;
  padding: 1em 2em;
  border: none;
  cursor: pointer;
}
.pagecontact .main .contactform .send input:hover {
  opacity: 0.8;
}

/* page */
.pagestyle .inner {
  display: block;
}
.pagestyle .inner .page-quality h2 {
  font-size: 2rem;
  border-left: 6px solid #002e63;
  padding-left: 12px;
  color: #002e63;
  margin-bottom: 1.5em;
}
.pagestyle .inner .page-quality h3 {
  font-size: 1.4rem;
  margin-top: 2em;
  margin-bottom: 0.8em;
  color: #002e63;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 0.3em;
}
.pagestyle .inner .page-quality p {
  font-size: 1rem;
  margin-bottom: 1em;
}
.pagestyle .inner .page-quality hr {
  border: none;
  border-top: 1px dashed #ccc;
  margin: 2em 0;
}
.pagestyle .inner .page-quality ul,
.pagestyle .inner .page-quality ol {
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.pagestyle .inner .page-quality li {
  margin-bottom: 0.5em;
}
.pagestyle .inner .page-quality strong {
  color: #000;
  font-weight: 600;
}
.pagestyle .inner .page-quality .highlight-box {
  background: #f7faff;
  border-left: 4px solid #007bff;
  padding: 15px 20px;
  margin: 1.5em 0;
}
@media (max-width: 768px) {
  .pagestyle .inner .page-quality h2 {
    font-size: 1.6rem;
    padding-left: 10px;
  }
  .pagestyle .inner .page-quality h3 {
    font-size: 1.2rem;
  }
  .pagestyle .inner .page-quality p {
    font-size: 0.95rem;
  }
}
@media (max-width: 480px) {
  .pagestyle .inner .page-quality h2 {
    font-size: 1.4rem;
    border-left-width: 4px;
  }
  .pagestyle .inner .page-quality h3 {
    font-size: 1.05rem;
  }
  .pagestyle .inner .page-quality p,
  .pagestyle .inner .page-quality li {
    font-size: 0.9rem;
  }
}

@media (max-width: 600px) {
  .wp-block-media-text > .wp-block-media-text__content {
    padding: 0;
    margin-top: 1em;
  }
}