@charset "utf-8";

.slideshow__slide-caption-title {
  font-weight: 400;
}

.slideshow__slide-caption-text p {
  font-size: 3.25rem;
  font-weight: 700;
}

.slideshow__slide-caption-text p .small {
  font-size: 1.5rem;
  font-weight: 400;
  float: right;
}

/* services */
#services {
  width: 100%;
  background: #fff;
}

.dark_on #services {
  width: 100%;
  background: #333;
}

#services>ul:after {
  content: '';
  clear: both;
  display: block;
}

#services>ul li {
  float: left;
  width: 33.3%;
  text-align: center;
}

#services>ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  border: 1px solid #f5f5fa;
  box-sizing: border-box;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  line-height: 80px;
}

.dark_on #services>ul li a {
  border: 1px solid #000 !important;
}

#services>ul li a:hover {
  color: #fff;
}

#services>ul li a>img {
  position: absolute;
  top: -3px;
  left: -3px;
}

#services>ul li a>span {
  display: block;
  color: #aaa;
  font-weight: 500;
  font-size: 1.6rem;
  /* line-height: 1.8rem; */
  /* margin-top: 95px; */
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
}

#services>ul li a:hover {
  /* margin-top: -10px; */
  /*box-shadow: 4px 4px 7px rgba(10,88,146,.1);*/
  background-color: #003989;
  /* color: #000; */
}

#services>ul li.serPdf a {
  /* background: #fff url(../images/common/serPdf_active.png) top center no-repeat; */
}

#services>ul li.serEbook a {
  /* background: #fff url(../images/common/serEbook_active.png) top center no-repeat; */
}

#services>ul li.serReader a {
  /* background: #fff url(../images/common/serReader_active.png) top center no-repeat; */
}

#services>ul li.serList a {
  /* background: #fff url(../images/common/serList_active.png) top center no-repeat; */
}

#services>ul li.serPdf a:hover,
#services>ul li.serPdf a:active,
#services>ul li.serPdf a:focus {
  /* background: #fff url(../images/common/serPdf_active.png) top center no-repeat; */
}

#services>ul li.serPdf a:hover span,
#services>ul li.serPdf a:active span,
#services>ul li.serPdf a:focus span {
  color: #fff;
}

#services>ul li.serEbook a:hover,
#services>ul li.serEbook a:active,
#services>ul li.serEbook a:focus {
  /* background: #fff url(../images/common/serEbook_active.png) top center no-repeat; */
}

#services>ul li.serEbook a:hover span,
#services>ul li.serEbook a:active span,
#services>ul li.serEbook a:focus span {
  color: #fff;
}

#services>ul li.serReader a:hover,
#services>ul li.serReader a:active,
#services>ul li.serReader a:focus {
  /* background: #fff url(../images/common/serReader_active.png) top center no-repeat; */
}

#services>ul li.serReader a:hover span,
#services>ul li.serReader a:active span,
#services>ul li.serReader a:focus span {
  color: #fff;
}

#services>ul li.serNews a:hover,
#services>ul li.serNews a:active,
#services>ul li.serNews a:focus {
  background: #fff url(../images/common/serNews_active.png) top center no-repeat;
}

#services>ul li.serNews a:hover span,
#services>ul li.serNews a:active span,
#services>ul li.serNews a:focus span {
  color: #fff;
}

#services>ul li.serList a:hover,
#services>ul li.serList a:active,
#services>ul li.serList a:focus {
  /* background: #fff url(../images/common/serList_active.png) top center no-repeat; */
}

#services>ul li.serList a:hover span,
#services>ul li.serList a:active span,
#services>ul li.serList a:focus span {
  color: #fff;
}


/* slidemenu */
.slidemenu {
  position: relative;
}

.slidemenu a>p {
  height: 20rem;
  overflow: hidden;
  background: #f1f1f1;
}

.slidemenu a>p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}

.slidemenu a:hover>p img {
  transition: transform .5s;
  transform: scale(1.1);
  transform: rotate(3deg) scale(1.15);
}

.slidemenu a:hover .con>strong {
  color: #D3D800;
}

.slidemenu a:hover .con>p {
  /* text-decoration: underline; */
}

.slidemenu .con>p {
  display: block;
  line-height: 24px;
  /* height: 70px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow-wrap: break-word;
  /* font-weight: 500; */
  /* color: rgb(50, 59, 80); */
  word-break: keep-all;
}

.slidemenu .con>p.main {
  display: block;
  line-height: 24px;
  /* height: 70px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-wrap: break-word;
  /* font-weight: 500; */
  /* color: rgb(50, 59, 80); */
  word-break: keep-all;
}

.slidemenu .con strong {
  display: block;
  line-height: 1.7rem;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  font-weight: 600;
  letter-spacing: -2px;
}

.slidemenu .info {
  margin: 0.5rem 0 0.25rem;
  font-size: 20px;
  font-weight: 400;
  background: none;
}

.slidemenu li,
.slidemenu li a>p {
  height: 11rem;
}

.slidemenu li {
  width: 48%;
  float: left;
}

.slidemenu li.fst {
  height: 25rem;
  margin-right: 30px;
}

.slidemenu li.fst a>p {
  width: 100%;
  height: 16rem;
  float: none;
  margin-bottom: 0.5rem;
}

.slidemenu li.fst a .con {
  width: 100%;
  float: none;
}

.slidemenu li.fst a .con>span {
  height: 2.4rem;
}

.slidemenu li.fst+li {
  margin-bottom: 2rem;
}

.slidemenu li a>p {
  width: 50%;
  float: left;
}

.slidemenu li a>.con {
  width: 45%;
  float: right;
}

.slidemenu li a>p {
  text-align: left;
}

.swiper-container .smart-pagination {
  position: absolute;
  right: 0;
  left: inherit;
  width: auto;
  bottom: -1%;
  z-index: 10;
}

.cont03 {
  padding: 0 0 50px;
  position: relative;
  overflow: hidden;
}

.cont03 .swiper-nav {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.cont03 .wrap .swiper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}

.swiper-btnWrap .swiper-button-prev,
.swiper-btnWrap .swiper-button-next {
  position: static;
  background-image: none;
  border: 1px solid #797979;
  width: 40px;
  height: auto;
  text-align: center;
  color: #797979;
  margin: 0;
}

.swiper-btnWrap .swiper-button-prev:hover,
.swiper-btnWrap .swiper-button-next:hover {
  color: #353682;
  border: 1px solid #353682;
  font-weight: 500;
}

.swiper-btnWrap {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 5%;
  gap: 10px;
}

.cont03 .wrap .swiper .swiper-pagination {
  display: none;
}

.cont03 .wrap .swiper .swiper-container {
 /*  width: calc(100% - 152px); */
  margin-right: 0;
  margin-left: 0;
}

.cont03 .wrap .swiper .swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: auto;
  /* max-width: 600px; */
}

.cont03 .wrap .swiper .swiper-container .swiper-slide .thum {
  display: flex;
  justify-content: center;
  align-items: center;
  /* max-width: 600px; */
  height: auto;
  overflow: hidden;
}

.cont03 .wrap .swiper .swiper-container .swiper-slide .thum img {
  display: block;
  width: 100%;
  /* max-width: 600px; */
  transition: transform .5s;
  transform: scale(1);
}

.cont03 .wrap .swiper .swiper-container .swiper-slide:hover .thum img {
  transform: scale(1.15);
}

.cont03 .wrap .swiper .swiper-container .swiper-slide .text {
  color: #000;
  width: 100%;
}

.cont03 .wrap .swiper .swiper-container .swiper-slide .text .title {
  display: block;
  font-size: 1.25rem;
  margin: 0.5rem 0 0.25rem;
  text-align: left;
  font-weight: 600;
}

@media (max-width: 768px) {
  .cont03 .wrap .swiper .swiper-container .swiper-slide .text .title {
    font-size: 1rem;
  }
}


.cont03 .wrap .swiper .swiper-container .swiper-slide .text .depth {
  /* font-size: 1.25rem; */
  /* line-height: 1.5rem; */
  word-break: keep-all;
  font-weight: 400;
  font-size: 1rem;
}

.cont03 .swiper-pagination-bullet {
  cursor: pointer;
  display: inline-block;
  margin: 0 20px 0 0;
  font-size: 21px;
  width: auto;
  height: auto;
  background: none;
  padding-bottom: 5px;
  opacity: inherit;
  border-radius: inherit;
  font-weight: 500;
  color: #000;
}

.cont03 .swiper-pagination-bullet-active {
  color: #003989;
  font-weight: 600;
}

.cont03 .swiper-pagination-bullet-active::after {
  content: '';
  display: block;
  height: 2px;
  background-color: #353682;
  margin-top: 5px;
}

.cont03 .swiper-pagination {
  position: relative;
  text-align: left;
}

.container .depth__fill {
  font-size: 34px;
  font-weight: 700;
  padding: 45px 0 20px;
  background-clip: text;
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  display: inline-block;
  color: #0e0e0e;
}

.cont00 {
  background: #fff;
  padding: 0 0 50px;
  overflow: hidden;
  /* min-height: 500px; */
}

.cont01 {
  background: #ebedff;
  padding: 0 0 50px;
  overflow: hidden;
}

.cont02 {
  background: #fff;
  padding: 0 0 50px;
  overflow: hidden;
}

.cont03 {
  background: #fbf8e9;
}

.cont04 {
  background: #eff1fe;
  padding: 0 0 60px;
  overflow: hidden;
}

.container .imgwrap .left {
  position: relative;
}

.container .imgwrap .center {
  position: relative;
}

.container .imgwrap .right {
  position: relative;
}

.container .imgwrap p {
  /* font-size: 1.1rem; */
  line-height: 1.5rem;
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 5%;
  font-weight: 400;
  z-index: 2;
}

.container .imgwrap p .tit {
  font-size: 1.25rem;
  font-weight: 600;
  display: block;
  margin: 0.5rem 0 4rem;
}

.cont00 .container .imgwrap a figure {
  overflow: hidden;
  position: relative;
}

.cont00 .container .imgwrap a figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.cont00 .imgwrap {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.cont00 .imgwrap.last {
  margin-bottom: 0;
}

.cont02 .container .imgwrap a img {
  max-width: 100%;
  transition: transform .6s;
  width: 100%;
}

.cont00 .container .imgwrap a:hover img {
  transform: rotate(3deg) scale(1.15);
}

.cont01 .container .imgwrap a figure {
  overflow: hidden;
  border-radius: 12px;
}

.cont01 .container .imgwrap a img {
  transition: 0.3s;
}

.cont01 .container .imgwrap a:hover img {
  transform: scale(1.15);
}

.cont02 .container .imgwrap a figure {
  overflow: hidden;
  position: relative;
}

.cont02 .container .imgwrap a figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.cont02 .imgwrap {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.cont02 .imgwrap.last {
  margin-bottom: 0;
}

.cont02 .container .imgwrap a img {
  max-width: 100%;
  transition: transform .6s;
  width: 100%;
}

.cont02 .container .imgwrap a:hover img {
  transform: rotate(3deg) scale(1.15);
}

.container .imgwrap p.black {
  color: #000;
}

.cont03 .container .imgwrap a figure {
  overflow: hidden;
}

.cont03 .container .imgwrap a img {
  max-width: 100%;
  transition: opacity .3s, transform .3s;
}

.cont03 .container .imgwrap a:hover img {
  transform: rotate(1deg) scale(1.1);
  opacity: .8;
}

.cont04 .container .boxWrap {
  display: flex;
  /* gap: 30px; */
}

.cont04 .container .boxWrap .left {
  display: flex;
  width: 50%;
  gap: 30px;
}

.cont04 .container .boxWrap .right {
  display: flex;
  /* flex-wrap: wrap; */
  width: 100%;
  justify-content: space-between;
}

.cont04 .container .boxWrap .left a .thum {
  height: 560px;
  overflow: hidden;
}

.cont04 .container .boxWrap .left a .thum img {
  height: 100%;
  object-fit: cover;
}

.cont04 .container .boxWrap .right a .thum {
  overflow: hidden;
  height: 100%;
  object-fit: cover;
}

.cont04 .container .boxWrap .right a .thum img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.cont04 .container .boxWrap .left .full {
  width: 50%;
  margin-bottom: 30px;
  height: 560px;
}

.cont04 .container .boxWrap .left .full:last-child {
  margin-right: 0;
}

.cont04 .container .boxWrap .left a,
.cont04 .container .boxWrap .right a {
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
}

.cont04 .container .boxWrap .left a .text,
.cont04 .container .boxWrap .right a .text {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: background 0.3s;
}

.cont04 .container .boxWrap .left a:hover .text,
.cont04 .container .boxWrap .right a:hover .text {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
}

.cont04 .container .boxWrap .left a .text .category,
.cont04 .container .boxWrap .right a .text .category {
  display: inline-block;
  font-size: 1.25rem;
  padding: 8px 20px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 0;
  transition: 0.2s;
  font-weight: 600;
  margin: 0 10px;
}

.cont04 .container .boxWrap .left a .text .title,
.cont04 .container .boxWrap .right a .text .title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  opacity: 0;
  height: 0;
  padding-bottom: 0;
  transition: 0.5s;
}

.cont04 .container .boxWrap .right .half {
  width: 100%;
  display: flex;
  gap: 30px;
}

.cont04 .container .boxWrap .right .full {
  width: 100%;
}

.cont04 .container .boxWrap .right .full a {
  width: 100%;
}

.cont04 .container .boxWrap .left a .text .plus,
.cont04 .container .boxWrap .right a .text .plus {
  display: inline-block;
  width: 15px;
  height: 14px;
  background-image: url(../image/common/plus.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  opacity: 0;
  height: 0;
  transition: 0.3s;
}

.cont04 .container .boxWrap .left .half:last-child,
.cont04 .container .boxWrap .right .half:last-child {
  margin-right: 0;
}

.cont04 .container .boxWrap .left a:hover .text .title,
.cont04 .container .boxWrap .right a:hover .text .title {
  padding-bottom: 35px;
  opacity: 1;
  height: auto;
}

.cont04 .container .boxWrap .left a:hover .text .category,
.cont04 .container .boxWrap .right a:hover .text .category {
  margin-bottom: 20px;
  background-color: #fff;
  color: #000;
}

.cont04 .container .boxWrap .left a:hover .text .plus,
.cont04 .container .boxWrap .right a:hover .text .plus {
  opacity: 1;
  height: 13px;
  transform: rotate(360deg);
}

.cont04 .container .boxWrap .left div a,
.cont04 .container .boxWrap .right div a {
  width: 100%;
  height: 265px;
}

.pagination {
  position: absolute !important;
  width: 100%;
  text-align: center;
  right: 0;
  padding: 0 !important;
  bottom: 30px;
  z-index: 50;
}

.pagination__item {
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  margin: 0 5px;
  transition: 0.2s ease-in-out;
}

.pagination__item.is-current,
.pagination__item:hover {
  background-color: #fff;
}

.background-absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}

.slideshow {
  position: relative;
  color: #ffffff;
  background-color: #1e1e22;
  overflow: hidden;
  height: 100vh;
  min-height: 400px;
}

.slideshow__slide {
  visibility: hidden;
  transition: visibility 0s 1.7s;
}

.slideshow__slide.is-current {
  visibility: visible;
  transition-delay: 0s;
}

@media (max-width: 699px) {
  .slideshow .slideshow__slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 700px) {
  .slideshow .slideshow__slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.slideshow__slide-background-load-wrap {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, 100%, 0);
  overflow: hidden;
}

.is-loaded .slideshow__slide-background-load-wrap {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}

.slideshow__slide.is-prev .slideshow__slide-background-parallax,
.slideshow__slide.is-next .slideshow__slide-background-parallax {
  transform: none !important;
}

.slideshow__slide.is-prev-section .slideshow__slide-background-parallax,
.slideshow__slide.is-next-section .slideshow__slide-background-parallax {
  transform: none !important;
}

.slideshow__slide-background-load {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, -50%, 0);
}

.is-loaded .slideshow__slide-background-load {
  transform: translate3d(0, 0, 0);
}

.slideshow__slide-background-wrap {
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  transform: translate3d(0, 0, 0);
}

.slideshow__slide.is-prev .slideshow__slide-background-wrap {
  transform: translate3d(0, -100%, 0);
}

.slideshow__slide.is-next .slideshow__slide-background-wrap {
  transform: translate3d(0, 100%, 0);
}

.slideshow__slide.is-prev-section .slideshow__slide-background-wrap {
  transform: translate3d(0, -100%, 0);
  transition: none;
}

.slideshow__slide.is-next-section .slideshow__slide-background-wrap {
  transform: translate3d(0, 100%, 0);
  transition: none;
}

.slideshow__slide-background {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
  transform: scale(1);
  overflow: hidden;
}

.slideshow__slide.is-prev .slideshow__slide-background,
.slideshow__slide.is-next .slideshow__slide-background {
  transform: scale(0.5);
  transition-delay: 0s;
}

.slideshow__slide.is-prev-section .slideshow__slide-background,
.slideshow__slide.is-next-section .slideshow__slide-background {
  transform: scale(0.5);
  transition-delay: 0s;
  transition: none;
}

.slideshow__slide-image-wrap {
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  transform: translate3d(0, 0, 0);
}

.slideshow__slide.is-prev .slideshow__slide-image-wrap {
  transform: translate3d(0, 50%, 0);
}

.slideshow__slide-image {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
  transform: scale(1);
}

.slideshow__slide.is-prev .slideshow__slide-image,
.slideshow__slide.is-next .slideshow__slide-image {
  transform: scale(1.25);
  transition-delay: 0s;
}

.slideshow__slide.is-prev-section .slideshow__slide-image,
.slideshow__slide.is-next-section .slideshow__slide-image {
  transform: scale(1.25);
  transition-delay: 0s;
  transition: none;
}

.slideshow__slide-image::before,
.slideshow__slide-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.35;
}

.slideshow__slide-image::before {
  background-color: #1e1e22;
}

.slideshow__slide-image::after {
  background: linear-gradient(to bottom, transparent 0%, #1e1e22 100%);
}

.slideshow__slide.is-prev .slideshow_container,
.slideshow__slide.is-next .slideshow_container {
  transform: none !important;
}

.slideshow__slide.is-prev-section .slideshow_container,
.slideshow__slide.is-next-section .slideshow_container {
  transform: none !important;
}

.slideshow__slide-caption-text {
  position: relative;
  height: 100%;
  padding-top: 33vh;
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translate3d(0, 0, 0);
}

.slideshow__slide.is-prev .slideshow__slide-caption-text {
  transform: translate3d(0, -100%, 0);
}

.slideshow__slide.is-next .slideshow__slide-caption-text {
  transform: translate3d(0, 100%, 0);
}

.slideshow__slide.is-prev-section .slideshow__slide-caption-text {
  transform: translate3d(0, -100%, 0);
  transition: none;
}

.slideshow__slide.is-next-section .slideshow__slide-caption-text {
  transform: translate3d(0, 100%, 0);
  transition: none;
}

.slideshow__slide-caption {
  position: relative;
  height: 100%;
  transform: translate3d(0, 100%, 0);
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.is-loaded .slideshow__slide-caption {
  transform: translate3d(0, 0, 0);
}

.slideshow__slide-caption-title.-full {
  width: 100%;
}

.slideshow__slide-caption-subtitle {
  display: inline-block;
  padding: 1.875rem 0;
}

.slideshow__slide-caption-subtitle.-load {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translate3d(0, 3.75rem, 0);
}

.is-loaded .slideshow__slide-caption-subtitle.-load {
  transform: translate3d(0, 0, 0);
}

body[data-route-option=prev-section] .slideshow__slide-caption-subtitle.-load,
body[data-route-option=next-section] .slideshow__slide-caption-subtitle.-load {
  transform: translate3d(0, 0, 0);
}

.slideshow__slide-caption-subtitle-label {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
  display: inline-block;
}

.o-hsub.-link:hover .slideshow__slide-caption-subtitle-label,
.o-hsub-wrap:hover .slideshow__slide-caption-subtitle-label {
  transform: translateX(20px);
}

/* OLD */
.c-header-home_heading {
  line-height: 1;
}

.c-header-home_heading.-full {
  width: 100%;
}

.c-header-home_subheading {
  display: inline-block;
  padding: 1.875rem 0;
}

.c-header-home_subheading.-load {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translate3d(0, 3.75rem, 0);
}

.is-loaded .c-header-home_subheading.-load {
  transform: translate3d(0, 0, 0);
}

body[data-route-option=prev-section] .c-header-home_subheading.-load,
body[data-route-option=next-section] .c-header-home_subheading.-load {
  transform: translate3d(0, 0, 0);
}

.c-header-home_footer {
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 130px;
  left: 0;
}

.c-header-home_controls,
.c-header-home_buttons {
  margin-left: 0;
  letter-spacing: normal;
  font-size: 0;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, 100%, 0);
}

.is-loaded .c-header-home_controls,
.is-loaded .c-header-home_buttons {
  transform: translate3d(0, 0, 0);
}

body[data-route-option=prev-section] .c-header-home_controls,
body[data-route-option=prev-section] .c-header-home_buttons,
body[data-route-option=next-section] .c-header-home_controls,
body[data-route-option=next-section] .c-header-home_buttons {
  transform: translate3d(0, 0, 0);
}

.c-header-home_controls {
  transition-delay: 0.65s;
}

.c-header-filters_button,
.o-button {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: none;
  color: inherit;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button:hover,
.c-header-filters_button:hover,
.o-button:hover {
  text-decoration: none;
}

.o-wrap {
  overflow: hidden;
}

.o-page.-anim {
  transform: translate3d(0, 9.375rem, 0);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.is-loaded .o-page.-anim {
  transform: translate3d(0, 0, 0);
}

.o-barba,
.o-barba_container {
  height: 100%;
}

.js-parallax {
  transform: translateZ(0);
  will-change: transform;
}

.scroll-content {
  overflow: hidden;
}

.o-blockquote.-nomargin {
  margin: 0;
}

.o-action-link {
  display: block;
  padding-top: 12.8125rem;
  padding-bottom: 7.5rem;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}

.o-action-link:hover {
  color: #ffffff;
}

.o-action-link_label {
  display: inline-block;
  position: relative;
}

.o-action-link_label::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 0.1875rem solid;
  transform: scaleX(0);
  transform-origin: center left;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-action-link:hover .o-action-link_label::after {
  transform: scaleX(1);
}

.o-hsub {
  font-size: 1rem;
  padding: 1.25rem 0;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
}

.o-hsub::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid;
  width: 3rem;
  background-color: #1e1e22;
  margin-right: 0.5rem;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center left;
}

.o-hsub.-link {
  color: #ffffff;
  text-decoration: none;
}

.o-hsub.-link:hover::before,
.o-hsub-wrap:hover .o-hsub.-link::before {
  transform: scaleX(1.5);
}

.o-hsub.-link.-dark {
  color: #1e1e22;
}

.o-hsub.-link.-dark:hover {
  color: #1e1e22;
}

.o-hsub.-h {
  vertical-align: middle;
}

.o-hsub_label {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
  display: inline-block;
}

.o-hsub.-link:hover .o-hsub_label,
.o-hsub-wrap:hover .o-hsub_label {
  transform: translateX(20px);
}

.is-loaded .o-loader {
  visibility: hidden;
  transition-delay: 0.6s;
}

.o-container {
  position: relative;
  margin: 0 auto;
}

.o-section {
  position: relative;
}

.o-section.-offset {
  margin-top: -9.375rem;
  background-color: #f6f6f6;
}

.o-section.-padding {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.o-section.-padding-top {
  padding-top: 7.5rem;
}

.o-section.-left {
  margin-right: 15rem;
}

.o-section.-right {
  margin-left: 15rem;
}

.o-section.-left-large {
  margin-right: 22.5rem;
}

.o-section.-right.-padding {
  padding-left: 9.5625rem;
}

.o-section_image {
  position: relative;
  overflow: hidden;
}

.o-section_image.-small {
  padding-bottom: 57.144%;
}

.o-section_image.-large {
  padding-bottom: 55%;
}

.o-section_image.-padding-left {
  margin-left: 7.5rem;
}

.o-section_image.-left {
  margin-right: 15rem;
}

.o-section_image.-right {
  margin-left: 15rem;
}

.o-section_image img {
  width: 100%;
}

.o-grid {
  margin-left: 0;
  letter-spacing: normal;
  font-size: 0;
}

.o-grid.-margin {
  margin-left: -3.75rem;
}

.o-grid_item {
  display: inline-block;
  padding-left: 0;
  width: 100%;
  vertical-align: top;
  font-size: 1rem;
}

.o-grid.-margin .o-grid_item {
  padding-left: 3.75rem;
}

.o-form {
  padding-bottom: 11.25rem;
}

.o-form_fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

.o-form_button {
  text-align: right;
}

.o-button {
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid #1e1e22;
  white-space: nowrap;
  font-size: 0;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.o-button:before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}

.o-button>* {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-size: 1rem;
}

.o-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1e1e22;
  transform: scaleX(0);
  transform-origin: center left;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.o-button:hover {
  color: #ffffff;
  transition-delay: 0s;
}

.o-button:hover::after {
  transform: scaleX(1);
  transition-delay: 0s;
}

.o-button.-left::after {
  transform-origin: center right;
}

.o-button.-white {
  border-color: #ffffff;
}

.o-button.-white::after {
  background-color: #ffffff;
}

.o-button.-white:hover {
  color: #000000;
}

.o-button.-form {
  width: 11.25rem;
}

.o-button.-form:focus {
  color: #ffffff;
  transition-delay: 0s;
}

.o-button.-form:focus::after {
  transform: scaleX(1);
  transition-delay: 0s;
}

.o-button.-square {
  /* padding: 0; */
  width: 3.5rem;
  height: 3.5rem;
}

.o-button-group .o-button+.o-button {
  border-left: none;
}

.o-button_label {
  display: inline-block;
  position: relative;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(0);
  line-height: 0.4;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
  font-size: 0.75rem;
}

.o-button:hover .o-button_label {
  transform: translateX(0.5rem);
  transition-delay: 0.075s;
}

.o-button.-left:hover .o-button_label {
  transform: translateX(-0.5rem);
}

.o-button.-square:hover .o-button_label {
  transform: translateX(0.375rem);
}

.o-button.-left.-square:hover .o-button_label {
  transform: translateX(-0.375rem);
}

.o-button-group {
  margin-left: 0;
  letter-spacing: normal;
  font-size: 0;
}

.o-button_icon {
  position: relative;
  width: 1.1875rem;
  height: 1.1875rem;
  fill: #1e1e22;
  transition: fill 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.o-button.-white .o-button_icon {
  fill: #ffffff;
}

.o-button:hover .o-button_icon {
  fill: #f6f6f6;
  transition-delay: 0s;
}

.o-button.-white:hover .o-button_icon {
  fill: #1e1e22;
}

.o-button_line::before,
.o-button_line::after {
  content: "";
  position: absolute;
  background-color: #1e1e22;
}

.is-mobile .o-button_line::before,
.is-mobile .o-button_line::after {
  display: none;
}

.o-button_line::before {
  width: 1px;
  top: 0;
  bottom: 0;
  transform: scaleY(0);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-button_line::after {
  height: 1px;
  right: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-button_line:first-of-type::before {
  left: 0;
  transform-origin: center bottom;
}

.o-button_line:first-of-type::after {
  top: 0;
  transform-origin: center left;
}

.o-button_line:last-of-type::before {
  right: 0;
  transform-origin: center top;
}

.o-button_line:last-of-type::after {
  bottom: 0;
  transform-origin: center right;
}

.o-button.is-inview .o-button_line::before {
  transform: scaleY(1);
}

.o-button.is-inview .o-button_line::after {
  transform: scaleX(1);
}

.o-button.is-inview .o-button_line:first-of-type::before {
  transition-delay: 1.15s;
}

.o-button.is-inview .o-button_line:first-of-type::after {
  transition-delay: 0.1s;
}

.o-button.is-inview .o-button_line:last-of-type::before {
  transition-delay: 0.55s;
}

.o-button.is-inview .o-button_line:last-of-type::after {
  transition-delay: 0.7s;
}

.c-header-home_controls,
.c-header-home_buttons {
  margin-left: 0;
  letter-spacing: normal;
  font-size: 0;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, 100%, 0);
}

.is-loaded .c-header-home_controls,
.is-loaded .c-header-home_buttons {
  transform: translate3d(0, 0, 0);
}

body[data-route-option=prev-section] .c-header-home_controls,
body[data-route-option=prev-section] .c-header-home_buttons,
body[data-route-option=next-section] .c-header-home_controls,
body[data-route-option=next-section] .c-header-home_buttons {
  transform: translate3d(0, 0, 0);
}

.c-header-home_controls {
  transition-delay: 0.65s;
}

@media screen and (max-width: 1200px) {
  .cont03 .wrap .swiper {
    padding-left: 0;
  }

  .cont03 .wrap .swiper .swiper-container {
    width: 100%;
    margin-right: auto;
  }

  .swiper-btnWrap {
    right: 20px;
    top: 60%;
    bottom: auto;
  }
}

@media screen and (max-width: 1024px) {
  .container .depth__fill:after {
    width: 78%;
  }

  .cont03 .wrap {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .visual-area .container {
    padding: 0 5%;
  }

  .slidemenu li {
    width: 100%;
  }

  .slidemenu li.fst {
    margin-right: 0;
    height: auto;
    margin-bottom: 2rem;
  }

  .container .depth__fill:after {
    width: 70%;
  }

  .container .imgwrap p .tit {
    font-size: 21px;
    margin-bottom: 10px !important;
  }

  .cont02 .imgwrap {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }

  .container .imgwrap .left,
  .container .imgwrap .center,
  .container .imgwrap .right {
    width: 100%;
    float: none;
  }

  .cont04 {
    padding: 0 0 14px;
  }

  .cont04 .container .boxWrap {
    display: block;
  }

  .cont04 .container .boxWrap .left {
    width: 100%;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 2rem;
  }

  .cont04 .container .boxWrap .right {
    width: 100%;
  }

  .cont04 .container .boxWrap .left .full {
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
    height: 350px;
  }

  .cont04 .container .boxWrap .left a .text .title,
  .cont04 .container .boxWrap .right a .text .title {
    font-size: 22px;
  }

  .cont04 .container .boxWrap .left a .thum,
  .cont04 .container .boxWrap .right a .thum {
    height: 100%;
  }

  .cont04 .container .boxWrap .left a .thum img,
  .cont04 .container .boxWrap .right a .thum img {
    width: 100%;
    height: 100%;
  }

  .cont04 .container .boxWrap .left span a,
  .cont04 .container .boxWrap .right span a {
    margin-bottom: 42px;
  }

  .container .depth__fill {
    padding: 35px 0 20px;
  }

  .cont04 .container .boxWrap .left div a,
  .cont04 .container .boxWrap .right div a {
    margin-bottom: 2rem;
    border-radius: 0;
  }

}

@media screen and (max-width: 640px) {

  .container .depth__fill:after,
  section.cont03 .container h2:after,
  section.cont04 .container h2:after {
    width: 95%;
    z-index: -1;
    margin-top: -4%;
    left: 10px;
  }

  .slideshow__slide-caption .container {
    text-align: center;
  }
}

@media screen and (max-width: 475px) {
  .slideshow {
    height: 95vh;
  }

  .slideshow__slide-caption-title {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .slideshow__slide-caption-text p {
    font-size: 1.2rem;
    word-break: keep-all;
    margin-bottom: 20px;
  }

  .c-header-home_footer {
    text-align: center;
  }

  .slideshow__slide-caption-text p .small {
    font-size: 1rem;
    float: unset;
  }

  .swiper-container .smart-pagination {
    right: 10px;
    bottom: inherit;
    top: 0;
  }

  .slidemenu .con>p {
    -webkit-line-clamp: 2;
  }

  .slidemenu li.fst,
  .slidemenu li.fst+li {
    margin-bottom: 1.5rem;
  }

  .slidemenu li a>p,
  .slidemenu li a>.con {
    width: 100%;
  }

  .slidemenu li,
  .slidemenu li.fst a>p {
    height: auto;
  }

  .slidemenu .info {
    font-size: 18px;
  }

  .container .imgwrap p {
    left: 10px;
    font-size: .8rem;
    line-height: 1.2;
  }

  .container .imgwrap .left,
  .container .imgwrap .right {
    width: 100%;
    float: none;
  }

  .container .imgwrap .left,
  .cont02 .container>.imgwrap>div {
    margin-bottom: 30px;
  }

  .cont01,
  .cont03 {
    padding: 0 0 37px;
  }

  .cont02 {
    padding: 0 0 10px;
  }

  .cont04 {
    padding: 0 0 1px;
  }

  .cont02 .imgwrap {
    gap: 0;
    margin-bottom: 0;
  }

  .cont02 .container>.imgwrap>div {
    margin-bottom: 1rem;
  }

  .cont02 .container .imgwrap p .tit {
    font-size: 18px;
  }

  .cont02 .container .imgwrap .left {
    width: 100%;
    float: none;
  }

  .cont02 .container .imgwrap .center {
    width: 100%;
    margin-left: 0;
    float: none;
  }

  .cont02 .container .imgwrap .right {
    width: 100%;
    margin-left: 0;
    float: none;
  }

  .cont02 .container .imgwrap.half .left {
    width: 100%;
  }

  .cont02 .container .imgwrap.half .right {
    width: 100%;
  }

  .cont02 .container .imgwrap a img {
    width: 100%;
  }

  .cont03 .container .imgwrap .left {
    width: 100%;
    float: none;
  }

  .cont03 .container .imgwrap .center {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-bottom: 15px;
  }

  .cont03 .container .imgwrap .right {
    width: 100%;
    margin-left: 0;
    float: none;
  }

  .cont03 .container .imgwrap a img {
    width: 100%;
  }

  .cont03 .container h2 {
    margin-top: 35px;
  }

  .cont03 .swiper-nav {
    margin-bottom: 15px;
  }

  .cont03 .swiper-pagination-bullet {
    font-size: 18px;
    height: 30px;
  }

  .cont03 .wrap .swiper .swiper-container .swiper-slide .thum {
    margin-bottom: 0.5rem;
  }

  .cont03 .wrap .swiper .swiper-container .swiper-slide .text .depth {
    font-size: 18px;
  }

  .container .imgwrap p {
    bottom: 15px;
    top: auto;
  }

  .cont04 .container .boxWrap .left {
    margin-bottom: 1.2rem;
    gap: 1.2rem;
  }

  .cont04 .container .boxWrap .left a .text .category,
  .cont04 .container .boxWrap .right a .text .category {
    font-size: 17px;
  }

  .cont04 .container .boxWrap .left a .text .title,
  .cont04 .container .boxWrap .right a .text .title {
    font-size: .9rem;
  }

  .cont04 .container .boxWrap .left span a,
  .cont04 .container .boxWrap .right span a {
    margin-bottom: 21px;
  }

  .cont04 .container .boxWrap .left .full {
    height: 180px;
  }

  /* .cont04 .container .boxWrap .right .full {height: 180px;} */
  .cont04 .container .boxWrap .left div a,
  .cont04 .container .boxWrap .right div a {
    margin-bottom: 1.2rem;
    height: 180px;
  }

  .cont04 .container .boxWrap .right .half {
    gap: 1.2rem;
  }

  .cont04 .container .boxWrap .left a:hover .text .title,
  .cont04 .container .boxWrap .right a:hover .text .title {
    padding-bottom: 15px;
  }

  .o-button.-square {
    width: 2.5rem;
    height: 2.5rem;
  }

  .o-button_label {
    line-height: 0;
  }

  .cont04 .container .boxWrap .left a:hover .text .category,
  .cont04 .container .boxWrap .right a:hover .text .category {
    margin-bottom: 10px;
  }

  .cont04 .container .boxWrap .left a .text .category,
  .cont04 .container .boxWrap .right a .text .category {
    padding: 6px 13px 4px;
  }

  .o-hsub::before {
    width: 2rem;
  }

  .o-hsub {
    font-size: .8rem;
  }
}


@media screen and (max-width: 360px) {

  .cont04 .container .boxWrap .left a .text .category,
  .cont04 .container .boxWrap .right a .text .category {
    font-size: 14px;
  }

  .cont04 .container .boxWrap .left a:hover .text .title,
  .cont04 .container .boxWrap .right a:hover .text .title {
    padding-bottom: 10px;
  }
}

.mt-act3-right.last_li {
  margin-left: 30px;
}

.h20 {
  height: 20rem !important;
}

@media (max-width: 768px) {

  .cont00.flow_m_txt {
    min-height: unset !important;
  }

  .container .depth__fill {
    font-size: 24px;
  }

  .slidemenu .con strong {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .slidemenu .con>p.main {
    font-size: 0.85rem;
  }

  .mt-act3-right.last_li {
    margin-left: 0px;
  }

  #flowBox .box_1 {
    padding: 30px 0 !important;
  }

  #flowBox .box_2 {
    padding: 30px 0 !important;
  }

  .flowing-text p {
    font-size: 1rem !important;
  }

  .m_people .left .photo {
    display: block !important;
    margin: 20px auto;
  }

  .m_people .right {
    display: none;
  }

  .m_people .left .people_name {
    font-size: 1rem;
  }

  .cont03 .container .imgwrap a img {
    width: auto;
    height: 300px !important;
  }
}

#flowBox .box_1 {
  padding: 40px 0;
  background: url(../images/main/bg_word_info.png) no-repeat;
}

#flowBox .box_2 {
  padding: 40px 0;
  border-bottom: #000 1px solid;
  color: #000;
}

.dark_on #flowBox .box_2 {
  border-bottom: #fff 1px solid !important;
  color: #fff !important;
}

.m_people p.stitle {
  display: contents;
  color: #000;
}

.m_people p.stitle span.tit {
  margin-bottom: 100px;
}


.people_name .record {
  font-weight: 700;
  display: block;
}

.m_people .left .photo {
  display: none;
}

.m_people .right .photo {
  position: absolute;
  right: 120px;
  bottom: -20px;
  width: 290px;
  height: auto;
}

.m_report .right .book_cover {
  position: absolute;
  right: 100px;
  top: calc(50% + 50px);
  transform: translateY(-50%);
}

.m_report .right .book_cover img {
  width: 200px;
  height: auto;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .m_report .right .book_cover {
    position: static;
    transform: none;
  }

  .m_report .right .book_cover img {
    width: 100px;
    margin-right: 10px;
  }
}

.m_news .left,
.m_news .right {
  width: 50%;
}

.m_news .left h3,
.m_news .right h3 {
  margin: 20px 0 10px;
}

.stxt {
  margin-bottom: 20px;
  display: block;
}

@media (max-width: 768px) {
  .m_news .left,
  .m_news .right {
    width: 100%;
  }

  .m_news .left h3, .m_news .right h3 {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

.bg_none {
  background: none !important;
}