.slider1 {
  margin-top: 75px;
  position: relative;
}
.slider1 .splide__track .splide__list .splide__slide img {
  width: 100%;
}
.slider1 .slide-text {
  max-width: 1350px;
  width: 100%;
  position: absolute;
  bottom: 5px;
  z-index: 999;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}
.slider1 .slide-text .st1 {
  font-size: 16px;
  letter-spacing: 0.15rem;
  color: #fff;
  text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.862745098);
  margin-bottom: 12px;
}
.slider1 .slide-text .st2 {
  background: linear-gradient(to right, rgba(156, 242, 242, 0.6862745098), rgba(249, 247, 202, 0.768627451));
  font-size: 15px;
  width: 100%;
  padding: 2px 0;
  margin: 0 auto;
  letter-spacing: 0.15rem;
}
.slider1 .splide__arrow--prev,
.slider1 .splide__arrow--next {
  display: none;
}
.slider1 .splide__pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10px;
}
.slider1 .splide__pagination .splide__pagination__page {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  background-color: rgba(231, 231, 231, 0.5764705882);
  border-radius: 50%;
  transition: 0.5s all;
  border: none;
}
.slider1 .splide__pagination .splide__pagination__page.is-active {
  background-color: #ffffff;
  opacity: 1;
}

@media print, screen and (min-width: 490px) {
  .slider1 .slide-text {
    bottom: 10px;
  }
  .slider1 .slide-text .st1 {
    font-size: 23px;
    letter-spacing: 0.3rem;
  }
  .slider1 .slide-text .st2 {
    font-size: 20px;
    letter-spacing: 0.3rem;
  }
  .slider1 .splide__pagination .splide__pagination__page {
    width: 12px !important;
    height: 12px !important;
    margin: 0 0 0 20px !important;
  }
}
@media print, screen and (min-width: 830px) {
  .slider1 .slide-text {
    bottom: 10px;
  }
  .slider1 .slide-text .st1 {
    font-size: 35px;
    letter-spacing: 0.6rem;
    margin-bottom: 18px;
  }
  .slider1 .slide-text .st2 {
    padding: 10px 20px;
    letter-spacing: 0.8rem;
    padding: 10px 0;
    font-size: 30px;
  }
  .slider1 .splide__pagination {
    bottom: 30px;
  }
  .slider1 .splide__pagination .splide__pagination__page {
    width: 20px !important;
    height: 20px !important;
    margin: 0 0 0 40px !important;
  }
}
@media print, screen and (min-width: 1000px) {
  .slider1 {
    margin-top: 160px;
  }
}
@media print, screen and (min-width: 1150px) {
  .slider1 {
    margin-bottom: 60px;
  }
  .slider1 .slide-text {
    bottom: 70px;
  }
  .slider1 .slide-text .st1 {
    font-size: 48px;
    margin-bottom: 35px;
  }
  .slider1 .slide-text .st2 {
    font-size: 40px;
  }
}
.slider2 {
  margin-top: 75px;
  position: relative;
}
.slider2 .splide__track .splide__list .splide__slide a img {
  width: 100%;
}
.slider2 .splide__arrow--prev,
.slider2 .splide__arrow--next {
  display: none;
}
.slider2 .splide__pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10px;
}
.slider2 .splide__pagination .splide__pagination__page {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  background-color: rgba(231, 231, 231, 0.5764705882);
  border-radius: 50%;
  transition: 0.5s all;
  border: none;
}
.slider2 .splide__pagination .splide__pagination__page.is-active {
  background-color: #ffffff;
  opacity: 1;
}

.col2-news {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  height: auto;
  gap: 20px;
  font-size: 16px;
}
.col2-news .left {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
}
.col2-news .left .slider2 {
  margin-top: 0;
}
.col2-news .right {
  width: 100%;
  position: relative;
  /* Up */
  /* Down */
}
.col2-news .right .notice-list-wrap {
  overflow-y: scroll;
  border: 2px solid #000;
  max-width: 550px;
  max-height: 400px;
  width: 100%;
  height: 100%;
  padding: 0 12px 12px 12px;
  margin: 0 auto;
}
.col2-news .right .notice-list-wrap .h2-news {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #ffffff;
  padding: 8px 0;
  z-index: 9999;
}
.col2-news .right .notice-list-wrap .notice-list {
  display: grid;
  grid-template-columns: 1fr;
}
.col2-news .right .notice-list-wrap .notice-list dt {
  padding: 0 0 5px 0;
  opacity: 0.4;
  font-weight: bold;
}
.col2-news .right .notice-list-wrap .notice-list dt span {
  display: inline-block;
  text-align: right;
  width: 2ch;
}
.col2-news .right .notice-list-wrap .notice-list dd {
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.137254902);
}
.col2-news .right .notice-list-wrap .notice-list dd:hover a {
  text-decoration: underline;
}
.col2-news .right .notice-list-wrap .notice-list dt.space, .col2-news .right .notice-list-wrap .notice-list dd.space {
  display: none !important;
}
.col2-news .right ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: #000;
}
.col2-news .right ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.5);
}
.col2-news .right ::-webkit-scrollbar-thumb {
  background: #ffffff;
  border: 2px solid #000;
}
.col2-news .right ::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 9px solid rgb(255, 255, 255);
  border-left: 6px solid transparent;
}
.col2-news .right ::-webkit-scrollbar-button:single-button:vertical:increment {
  border-top: 6px solid rgb(255, 255, 255);
  border-right: 6px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 6px solid transparent;
}

@media print, screen and (min-width: 880px) {
  .col2-news {
    flex-direction: row;
    font-size: 17px;
  }
  .col2-news .left {
    max-width: 420px;
    width: 100%;
  }
  .col2-news .left img {
    max-height: 420px;
  }
  .col2-news .right {
    width: 100%;
    /* Up */
    /* Down */
  }
  .col2-news .right .notice-list-wrap {
    max-width: 100%;
    max-height: 420px;
    padding: 0 20px 10px 20px;
    border: 4px solid #000;
    border-right: none;
  }
  .col2-news .right .notice-list-wrap .notice-list {
    grid-template-columns: 135px 1fr;
  }
  .col2-news .right .notice-list-wrap .notice-list dt {
    opacity: 1;
    font-weight: normal;
  }
  .col2-news .right .notice-list-wrap .notice-list dd {
    border-bottom: none;
    margin: 0;
  }
  .col2-news .right .notice-list-wrap .notice-list dt.space, .col2-news .right .notice-list-wrap .notice-list dd.space {
    display: flex !important;
  }
  .col2-news .right ::-webkit-scrollbar {
    width: 22px;
    height: 22px;
    background-color: #000;
  }
  .col2-news .right ::-webkit-scrollbar-button:single-button:vertical:decrement {
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid rgb(255, 255, 255);
    border-left: 10px solid transparent;
  }
  .col2-news .right ::-webkit-scrollbar-button:single-button:vertical:increment {
    border-top: 10px solid rgb(255, 255, 255);
    border-right: 10px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 10px solid transparent;
  }
}
.h2-main {
  width: 100%;
  margin-bottom: 20px;
}
.h2-main h2 {
  font-size: 18px;
  padding: 5px 10px 10px 10px;
  font-weight: 300;
  line-height: 1.3rem;
}
.h2-main h2 .h2-mini {
  font-size: 12px;
}

@media print, screen and (min-width: 880px) {
  .h2-main h2 {
    font-size: 40px;
    padding: 10px 30px 30px 30px;
    line-height: 2.5rem;
  }
  .h2-main h2 .h2-mini {
    font-size: 20px;
  }
}
.sky-yellow {
  background: linear-gradient(to right, #9cf2f2, #f9f7ca);
}

.blue-sky {
  background: linear-gradient(to right, #00073F, #9CF2F2);
  color: #fff;
}

.people-centered-wrap {
  width: 100%;
  position: relative;
}
.people-centered-wrap .people-centered {
  width: 100%;
  text-align: center;
}
.people-centered-wrap .people-centered .left p {
  text-align: left;
}
.people-centered-wrap .people-centered .left img {
  width: 100%;
  max-width: 589px;
}
.people-centered-wrap .people-centered .right {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.people-centered-wrap .people-centered .right .fade-pic {
  -webkit-animation: fade 11s infinite;
          animation: fade 11s infinite;
}
.people-centered-wrap .people-centered .right .fade-pic img {
  position: absolute;
  top: 0;
  left: 0;
}
.people-centered-wrap .people-centered .right div img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 880px) {
  .people-centered-wrap {
    display: flex;
  }
  .people-centered-wrap .people-centered {
    gap: 40px;
  }
  .people-centered-wrap .people-centered .left {
    line-height: 1.8rem;
    letter-spacing: 0.2rem;
    font-size: 17px;
  }
}
.mati-wrap {
  width: 100%;
  display: flex;
  position: relative;
  margin-bottom: 90px;
}
.mati-wrap .fade-pic-wrap {
  max-width: 1100px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.mati-wrap .fade-pic-wrap .fade-pic {
  -webkit-animation: fade 11s infinite;
          animation: fade 11s infinite;
}
.mati-wrap .fade-pic-wrap .fade-pic img {
  border: 1px solid rgba(0, 0, 0, 0.0352941176);
  max-width: 1100px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mati-wrap .fade-pic-wrap .fade-pic-2 img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.0352941176);
}
.mati-wrap .pic-right {
  margin-left: auto;
}
.mati-wrap .pic-left {
  margin-right: auto;
}
.mati-wrap .kouka-more {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 250px;
  height: 76px;
  background-color: rgba(255, 255, 255, 0.8156862745);
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.0901960784);
  transform: translate(-50%, -50%) !important;
}
.mati-wrap .kouka-more::before {
  content: url(../img/frame_top.png);
  position: absolute;
  left: -91px;
  top: -78px;
  transform: scale(0.3);
}
.mati-wrap .kouka-more::after {
  content: url(../img/frame_bottom.png);
  position: absolute;
  right: -91px;
  bottom: -79px;
  transform: scale(0.3);
}
.mati-wrap a.kouka-more:hover {
  -webkit-animation: ripple 1.5s infinite;
          animation: ripple 1.5s infinite;
  text-decoration: underline;
}
.mati-wrap .h3-l {
  bottom: -70px;
  left: 50%;
}
.mati-wrap .h3-r {
  bottom: -70px;
  left: 50%;
  right: 5%;
}

@media print, screen and (min-width: 880px) {
  .mati-wrap .kouka-more {
    width: 400px;
    height: 190px;
    font-size: 23px;
    transform: none;
  }
  .mati-wrap .kouka-more::before {
    left: -26px;
    top: -55px;
    transform: scale(1);
    z-index: 0;
  }
  .mati-wrap .kouka-more::after {
    right: -26px;
    bottom: -61px;
    transform: scale(1);
    z-index: 0;
  }
  .mati-wrap .h3-l {
    bottom: 0px;
    left: 16%;
  }
  .mati-wrap .h3-r {
    bottom: 0px;
    right: -10%;
    left: auto;
  }
}
@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #8a8a8a;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #8a8a8a;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
.h3-main {
  background-color: #2f2725;
  color: #fff;
  padding: 8px 8px 8px 32px;
  position: relative;
  margin-bottom: 20px;
}
.h3-main h3 {
  font-size: 20px;
  font-weight: 300;
}
.h3-main::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: linear-gradient(to left, #00073F, #9CF2F2);
  left: 8px;
  top: 15px;
}

@media print, screen and (min-width: 880px) {
  .h3-main {
    padding: 10px 10px 10px 70px;
  }
  .h3-main h3 {
    font-size: 40px;
    letter-spacing: 0.23em;
  }
  .h3-main::before {
    width: 40px;
    height: 40px;
    left: 15px;
    top: 20px;
  }
}
.jigyou-content {
  margin-bottom: 70px;
  gap: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.jigyou-content .left {
  width: 100%;
}
.jigyou-content .left .h4-main-2 {
  width: 100%;
  padding: 4px;
  margin-bottom: 20px;
}
.jigyou-content .left .h4-main-2 h4 {
  font-size: 22px;
  font-weight: 300;
  background-color: #fff;
  color: #0A0A0A;
  padding: 6px;
  line-height: 1.2em;
}
.jigyou-content .left .h5-main {
  padding-left: 35px;
  position: relative;
  margin-bottom: 10px;
}
.jigyou-content .left .h5-main::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 21px;
  background: linear-gradient(to right, #00073F, #9CF2F2);
  left: 0px;
  top: 7px;
}
.jigyou-content .left .h5-main h5 {
  font-size: 22px;
  font-weight: 300;
}
.jigyou-content .jigyou-left {
  padding: 8px;
  display: flex;
  align-items: center;
}
.jigyou-content .right {
  max-width: 400px;
  max-height: 400px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.jigyou-content .right .fade-pic {
  -webkit-animation: fade 11s infinite;
          animation: fade 11s infinite;
}
.jigyou-content .right .fade-pic img {
  position: absolute;
  top: 0;
  left: 0;
}
.jigyou-content .right div img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 880px) {
  .jigyou-content {
    flex-direction: row;
  }
  .jigyou-content .left .h4-main-2 {
    padding: 8px;
    padding-right: 0;
  }
  .jigyou-content .left .h4-main-2 h4 {
    font-size: 40px;
    padding: 10px 20px;
    letter-spacing: 0.23em;
  }
  .jigyou-content .left .text-wrap {
    margin-left: 25px;
  }
  .jigyou-content .left .h5-main {
    padding-left: 70px;
  }
  .jigyou-content .left .h5-main::before {
    width: 40px;
    height: 36px;
    left: 10px;
    top: 14px;
  }
  .jigyou-content .left .h5-main h5 {
    font-size: 40px;
  }
  .jigyou-content .jigyou-left {
    padding: 0 0 0 100px;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.jigyou-text {
  max-width: 940px;
  font-size: 16px;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 880px) {
  .jigyou-text {
    font-size: 17px;
    line-height: 1.6rem;
    letter-spacing: 0.2rem;
  }
}
.viewmore {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 39px;
  background-color: #0A0A0A;
  text-align: center;
  margin-bottom: 20px;
}
.viewmore a {
  transition-duration: 0.8s;
  color: #fff;
  display: block;
  letter-spacing: 0.2rem;
  font-size: 15px;
  width: 100%;
  height: 100%;
  padding: 7px;
}
.viewmore:hover {
  background-color: #fff;
  border: 1px solid #0A0A0A;
}
.viewmore:hover a {
  color: #0A0A0A;
}

@media print, screen and (min-width: 880px) {
  .viewmore {
    width: 215px;
  }
  .viewmore a {
    font-size: 17px;
    padding: 5px;
  }
}
.commingsoon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 39px;
  background-color: #0A0A0A;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: 0.2rem;
  font-size: 15px;
  padding: 7px;
}

img.project {
  display: block;
  max-width: 100%;
  height: auto;
}

#svg-btns a:hover g {
  fill: #ffffff;
  transition-duration: 0.1s;
}

#svg-btns a:hover g text {
  fill: #000;
  transition-duration: 0.8s;
}

#svg-btns a g text {
  fill: #ffffff;
}
/*# sourceMappingURL=top.css.map */