<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*ベースフォント設定*/
/*Font Awesome5---------------------------------------------*/
@media screen and (min-width: 1081px ) { /*PC*/ }
@media screen and (max-width: 760px ) { /*SP*/ }
@media screen and (max-width: 1080px ) and (min-width: 761px ) { /*TB*/ }
@media screen and (max-width: 760px ) { /*SP*/
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 75%;
  }
}
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.fade.effect {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.slidein {
  opacity: 0;
  -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.slidein.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-list &gt; * {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
}
.fade-list.effect &gt; *:nth-child(1) {
  -webkit-animation: fadeUp 1s 0.5s 1 ease normal forwards;
          animation: fadeUp 1s 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(2) {
  -webkit-animation: fadeUp 1s 1s 1 ease normal forwards;
          animation: fadeUp 1s 1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(3) {
  -webkit-animation: fadeUp 1s 1.5s 1 ease normal forwards;
          animation: fadeUp 1s 1.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(4) {
  -webkit-animation: fadeUp 1s 2s 1 ease normal forwards;
          animation: fadeUp 1s 2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(5) {
  -webkit-animation: fadeUp 1s 2.5s 1 ease normal forwards;
          animation: fadeUp 1s 2.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(6) {
  -webkit-animation: fadeUp 1s 3s 1 ease normal forwards;
          animation: fadeUp 1s 3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(7) {
  -webkit-animation: fadeUp 1s 3.5s 1 ease normal forwards;
          animation: fadeUp 1s 3.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(8) {
  -webkit-animation: fadeUp 1s 4s 1 ease normal forwards;
          animation: fadeUp 1s 4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(9) {
  -webkit-animation: fadeUp 1s 4.5s 1 ease normal forwards;
          animation: fadeUp 1s 4.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(10) {
  -webkit-animation: fadeUp 1s 5s 1 ease normal forwards;
          animation: fadeUp 1s 5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(11) {
  -webkit-animation: fadeUp 1s 5.5s 1 ease normal forwards;
          animation: fadeUp 1s 5.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect &gt; *:nth-child(12) {
  -webkit-animation: fadeUp 1s 6s 1 ease normal forwards;
          animation: fadeUp 1s 6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.move-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.move-img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: 1;
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.move-img img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  left: -100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.move-img.effect img {
  opacity: 1;
  left: 0;
}
.move-img.effect:before {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
}

.blur {
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.blur.effect {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: blur(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.focus-img {
  position: relative;
}
.focus-img img {
  display: block;
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  -ms-transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  -webkit-transition: all 3s;
  transition: all 3s;
}
.focus-img.effect img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1) rotateZ(0);
  -ms-transform: translate(-50%, -50%) scale(1) rotateZ(0);
  transform: translate(-50%, -50%) scale(1) rotateZ(0);
}


/*共通------------------------------------------*/
.text-main {
  font-size: 110%;
  letter-spacing: 2px;
  color: #fff;
  text-shadow: 1px 1px 0 #000, 1px 0px 0 #000, 1px -1px 0 #000, 0px 1px 0 #000, 0px 0px 0 #000, 0px -1px 0 #000, -1px 1px 0 #000, -1px 0px 0 #000, -1px -1px 0 #000;
}

.text-main2 {
  text-shadow: 1px 1px 0 #fff, 1px 0px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0px 0px 0 #fff, 0px -1px 0 #fff, -1px 1px 0 #fff, -1px 0px 0 #fff, -1px -1px 0 #fff;
}

.text-sub {
  font-size: 75%;
}

.text-pop &gt; span {
  display: inline-block;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
}
.text-pop.effect &gt; span:nth-child(1) {
  -webkit-animation: fadeUp 0.8s 0.1s 1 ease normal forwards;
          animation: fadeUp 0.8s 0.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(2) {
  -webkit-animation: fadeUp 0.8s 0.2s 1 ease normal forwards;
          animation: fadeUp 0.8s 0.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(3) {
  -webkit-animation: fadeUp 0.8s 0.3s 1 ease normal forwards;
          animation: fadeUp 0.8s 0.3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(4) {
  -webkit-animation: fadeUp 0.8s 0.4s 1 ease normal forwards;
          animation: fadeUp 0.8s 0.4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(5) {
  -webkit-animation: fadeUp 0.8s 0.5s 1 ease normal forwards;
          animation: fadeUp 0.8s 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(6) {
  -webkit-animation: fadeUp 0.8s 0.6s 1 ease normal forwards;
          animation: fadeUp 0.8s 0.6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(7) {
  -webkit-animation: fadeUp 0.8s 0.7s 1 ease normal forwards;
          animation: fadeUp 0.8s 0.7s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(8) {
  -webkit-animation: fadeUp 0.8s 0.8s 1 ease normal forwards;
          animation: fadeUp 0.8s 0.8s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(9) {
  -webkit-animation: fadeUp 0.8s 0.9s 1 ease normal forwards;
          animation: fadeUp 0.8s 0.9s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(10) {
  -webkit-animation: fadeUp 0.8s 1s 1 ease normal forwards;
          animation: fadeUp 0.8s 1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(11) {
  -webkit-animation: fadeUp 0.8s 1.1s 1 ease normal forwards;
          animation: fadeUp 0.8s 1.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(12) {
  -webkit-animation: fadeUp 0.8s 1.2s 1 ease normal forwards;
          animation: fadeUp 0.8s 1.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(13) {
  -webkit-animation: fadeUp 0.8s 1.3s 1 ease normal forwards;
          animation: fadeUp 0.8s 1.3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(14) {
  -webkit-animation: fadeUp 0.8s 1.4s 1 ease normal forwards;
          animation: fadeUp 0.8s 1.4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(15) {
  -webkit-animation: fadeUp 0.8s 1.5s 1 ease normal forwards;
          animation: fadeUp 0.8s 1.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(16) {
  -webkit-animation: fadeUp 0.8s 1.6s 1 ease normal forwards;
          animation: fadeUp 0.8s 1.6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(17) {
  -webkit-animation: fadeUp 0.8s 1.7s 1 ease normal forwards;
          animation: fadeUp 0.8s 1.7s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(18) {
  -webkit-animation: fadeUp 0.8s 1.8s 1 ease normal forwards;
          animation: fadeUp 0.8s 1.8s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(19) {
  -webkit-animation: fadeUp 0.8s 1.9s 1 ease normal forwards;
          animation: fadeUp 0.8s 1.9s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(20) {
  -webkit-animation: fadeUp 0.8s 2s 1 ease normal forwards;
          animation: fadeUp 0.8s 2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(21) {
  -webkit-animation: fadeUp 0.8s 2.1s 1 ease normal forwards;
          animation: fadeUp 0.8s 2.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(22) {
  -webkit-animation: fadeUp 0.8s 2.2s 1 ease normal forwards;
          animation: fadeUp 0.8s 2.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(23) {
  -webkit-animation: fadeUp 0.8s 2.3s 1 ease normal forwards;
          animation: fadeUp 0.8s 2.3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(24) {
  -webkit-animation: fadeUp 0.8s 2.4s 1 ease normal forwards;
          animation: fadeUp 0.8s 2.4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(25) {
  -webkit-animation: fadeUp 0.8s 2.5s 1 ease normal forwards;
          animation: fadeUp 0.8s 2.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(26) {
  -webkit-animation: fadeUp 0.8s 2.6s 1 ease normal forwards;
          animation: fadeUp 0.8s 2.6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(27) {
  -webkit-animation: fadeUp 0.8s 2.7s 1 ease normal forwards;
          animation: fadeUp 0.8s 2.7s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(28) {
  -webkit-animation: fadeUp 0.8s 2.8s 1 ease normal forwards;
          animation: fadeUp 0.8s 2.8s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(29) {
  -webkit-animation: fadeUp 0.8s 2.9s 1 ease normal forwards;
          animation: fadeUp 0.8s 2.9s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.text-pop.effect &gt; span:nth-child(30) {
  -webkit-animation: fadeUp 0.8s 3s 1 ease normal forwards;
          animation: fadeUp 0.8s 3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

/*=============================================================================*/
/*ページ内コンテンツ===============================================================*/
/*=============================================================================*/
#top-slider {
  background: #ddf1f0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ddf1f0), color-stop(33.3333333333%, #ddf1f0), color-stop(33.3333333333%, #ddf1f0), color-stop(66.6666666667%, #ddf1f0), color-stop(66.6666666667%, #fff));
  background: linear-gradient(to bottom, #ddf1f0 0%, #ddf1f0 33.3333333333%, #ddf1f0 33.3333333333%, #ddf1f0 66.6666666667%, #fff 66.6666666667%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$statCol", endColorstr="$endCol",GradientType=1 );
  padding: 10em 0 6em;
  position: relative;
}
@media screen and (max-width: 760px ) {
  #top-slider {
    padding: 5em 0;
  }
}
#top-slider h1 {
  font-size: 7vw;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  opacity: 0.3;
  z-index: 1;
  position: absolute;
  top: 8%;
  left: 0;
  width: 100%;
  text-align: center;
}
#top-slider ul {
  position: relative;
  z-index: 3;
}
#top-slider ul li {
  text-align: center;
  -webkit-filter: grayscale(50%) invert(10%);
          filter: grayscale(50%) invert(10%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#top-slider ul li span {
  display: inline-block;
  position: relative;
}
#top-slider ul li span:before, #top-slider ul li span:after {
  display: inline-block;
  content: "";
  width: 0em;
  height: 0em;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#top-slider ul li span:before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: 1em;
  left: 1em;
}
#top-slider ul li span:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 1em;
  right: 1em;
}
#top-slider ul li span img {
  display: inline-block;
}
#top-slider ul li.slick-active {
  -webkit-filter: grayscale(30%) invert(5%);
          filter: grayscale(30%) invert(5%);
}
#top-slider ul li:hover, #top-slider ul li.slick-center {
  -webkit-filter: grayscale(0%) invert(0%);
          filter: grayscale(0%) invert(0%);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#top-slider ul li:hover span:before, #top-slider ul li:hover span:after {
  width: 5em;
  height: 5em;
  opacity: 1;
}
@media screen and (max-width: 760px ) {
  #top-slider ul li { /*SP*/
    -webkit-filter: grayscale(0%) invert(0%) !important;
            filter: grayscale(0%) invert(0%) !important;
  }
}

#top-about {
  position: relative;
  margin-bottom: 18em;
  padding: 5em 0 0;
  background: url("../img/bg-about.jpg") no-repeat left bottom;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  #top-about {
    padding: 0;
    margin-bottom: 5em;
  }
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  #top-about {
    background-size: cover;
  }
}
#top-about header {
  padding: 3.5em 0 8em;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  position: relative;
  background: url("../img/acc-title.svg") no-repeat center top;
  background-size: auto 2.5em;
}
#top-about header h1, #top-about header p {
  display: block;
  width: 100%;
}
#top-about header h1 {
  font-size: 350%;
  font-weight: 900;
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}
@media screen and (max-width: 760px ) {
  #top-about header h1 {
    font-size: 220%;
  }
}
#top-about header h1 span {
  display: inline-block;
}
#top-about header p {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 0;
}
#top-about #about-body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding-bottom: 3em;
}
#top-about #about-body #about-thum {
  width: 42%;
  max-width: 720px;
}
#top-about #about-body #about-exp {
  width: 58%;
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  #top-about #about-body { /*SP*/
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  #top-about #about-body #about-thum {
    width: 90%;
  }
  #top-about #about-body #about-exp {
    width: 90%;
    margin-top: 3em;
  }
}
#top-about #about-nav {
  position: absolute;
  bottom: 3em;
  right: 0;
}
#top-about:before {
  display: block;
  content: "";
  width: 50%;
  height: 30%;
  background: #fff;
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-filter: drop-shadow(0 20px 15px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(0 20px 15px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 20px 15px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 20px 15px rgba(0, 0, 0, 0.1));
}
@media all and (-ms-high-contrast: none) {
  #top-about:before {
    -webkit-box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  #top-about:before {
    display: none;
  }
}

#about-thum {
  padding: 0 5%;
}
#about-thum dl dt {
  width: 80%;
  margin: 0 auto;
  max-width: 420px;
  aspect-ratio: 1/1.2;
  background: #fff;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 20px 15px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(0 20px 15px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 20px 15px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 20px 15px rgba(0, 0, 0, 0.1));
  z-index: 3;
}
@media all and (-ms-high-contrast: none) {
  #about-thum dl dt {
    -webkit-box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.1);
  }
}
#about-thum dl dt img {
  min-height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#about-thum dl dd {
  position: relative;
  margin-top: -2.5em;
  z-index: 5;
  font-size: 120%;
  font-weight: bold;
}
#about-thum dl dd #about_title {
  font-size: 320%;
  margin-bottom: 5px;
}
#about-thum dl dd .more {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 0;
}

#about-exp {
  list-style-type: none;
  padding-bottom: 5em;
  position: relative;
  overflow: hidden;
  width: 100%;
}
#about-exp &gt; li {
  padding: 3em 5% 0;
  position: relative;
  min-height: 36em;
  display: none;
}
#about-exp &gt; li.active {
  display: block;
}
#about-exp &gt; li h2, #about-exp &gt; li p {
  position: relative;
  z-index: 3;
}
#about-exp &gt; li .num {
  font-size: 8em;
  font-family: "Anton", serif;
  line-height: 1;
  letter-spacing: 5px;
  color: #fff;
  opacity: 0.3 !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-filter: drop-shadow(0 20px 15px rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(0 20px 15px rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 20px 15px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 20px 15px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 1080px ) and (min-width: 761px ), screen and (max-width: 760px ) {
  #about-exp &gt; li .num {
    font-size: 6em;
  }
}
@media all and (-ms-high-contrast: none) {
  #about-exp &gt; li .num {
    -webkit-box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.1);
  }
}
#about-exp &gt; li h2 {
  font-size: 120%;
  font-weight: 900;
  margin-bottom: 3em;
}
#about-exp &gt; li h2 span {
  display: block;
}
#about-exp &gt; li h2 .main {
  font-size: 160%;
  letter-spacing: 0.1em;
}
#about-exp &gt; li h2 .main.mini {
  font-size: 140%;
}
#about-exp &gt; li h2 .sub {
  margin-bottom: 5px;
}
#about-exp &gt; li p {
  font-size: 90%;
  line-height: 2;
  margin-bottom: 2em;
}

#about-nav ol {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  padding-right: 3em;
}
#about-nav ol li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  color: #fff;
  cursor: pointer;
}
#about-nav ol li span {
  display: inline-block;
}
#about-nav ol li .num {
  margin-right: 10px;
  font-size: 2em;
  font-family: "Anton", serif;
  letter-spacing: 0.1em;
}
#about-nav ol li .title {
  display: none;
  padding-bottom: 0.25em;
  border-bottom: 3px solid #000;
}
#about-nav ol li.active {
  color: #000;
}
#about-nav ol li.active .title {
  display: inline-block;
}
#about-nav ol li:not(:last-child):after {
  display: inline-block;
  color: #fff;
  margin: 0 0.5em;
  font-size: 2em;
  font-family: "Anton", serif;
  content: "/";
}

#top-works {
  position: relative;
  padding-top: 10em;
  margin-bottom: 10em;
}
@media screen and (max-width: 760px ) {
  #top-works {
    margin-bottom: 3em;
  }
}
#top-works:before {
  display: inline-block;
  content: "";
  width: 23%;
  aspect-ratio: 1/1.2;
  background: url("../img/acc-interview.png") no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 5%;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 760px ) {
  #top-works:before {
    width: 35%;
    top: 0;
    left: 1%;
  }
}
#top-works:hover:before {
  opacity: 0.3;
}

#title-works {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  max-width: 20em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  z-index: 200;
}
@media screen and (max-width: 760px ) {
  #title-works {
    width: 30%;
    font-size: 85%;
  }
}
#title-works h1 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 380%;
  line-height: 1.25;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  font-weight: 900;
}
@media screen and (max-width: 760px ) {
  #title-works h1 {
    font-size: 340%;
  }
}
#title-works h1 .text-main {
  letter-spacing: 0.2em;
}
#title-works h1 span {
  display: block;
}
#title-works h1 span span {
  display: inline-block;
}
#title-works .sub {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
  width: 100%;
  border-bottom: 1px solid #000;
  margin-bottom: 1.5em;
  font-size: 120%;
  font-weight: 900;
}
@media screen and (max-width: 760px ) {
  #title-works .sub { /*SP*/
    margin-bottom: 10px;
    font-weight: bold;
  }
}
#title-works .more {
  width: 100%;
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}
@media screen and (max-width: 760px ) {
  #title-works .more { /*SP*/
    font-size: 75%;
  }
}

#act-slide {
  counter-reset: numlist;
}
#act-slide li {
  counter-increment: numlist;
  padding: 1px;
}
#act-slide li a {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
#act-slide li a .num {
  color: #fff;
  opacity: 0.1;
  line-height: 1;
  font-size: 500%;
  font-family: "Teko", serif;
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  z-index: 5;
}
@media screen and (max-width: 760px ) {
  #act-slide li a .num {
    font-size: 350%;
  }
}
#act-slide li a dl dt {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  z-index: 1;
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
}
#act-slide li a dl dt img {
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#act-slide li a dl dd {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  opacity: 0.1;
  z-index: 3;
}
#act-slide li a dl dd p {
  display: inline-block;
  font-size: 150%;
  max-width: 95%;
  font-weight: bold;
  margin-bottom: 0;
}
#act-slide li a dl dd p span {
  display: inline-block;
  background: #fff;
  padding: 5px 15px;
  margin-bottom: 5px;
}
#act-slide li.slick-current a .num {
  opacity: 1;
}
#act-slide li.slick-current a img {
  opacity: 1;
}
#act-slide li.slick-current a dl dt {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
#act-slide li.slick-current a dl dd {
  opacity: 1;
}

#top-environment {
  padding-top: 10em;
  margin-bottom: 10em;
  background: url("../img/bg-working.jpg") no-repeat left top;
  background-size: 100% auto;
}
@media screen and (max-width: 760px ) {
  #top-environment { /*SP*/
    padding-top: 5em;
    margin-bottom: 5em;
  }
}
#top-environment header {
  padding-left: 3%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-bottom: 3em;
}
#top-environment header h1 {
  font-size: 380%;
}
@media screen and (max-width: 760px ) {
  #top-environment header h1 {
    font-size: 320%;
    letter-spacing: 2px;
  }
}
#top-environment header h1 .sub {
  font-size: 50%;
  letter-spacing: 1px;
  display: block;
}
#top-environment header p {
  line-height: 2;
  margin-bottom: 0;
}
@media screen and (min-width: 1081px ), screen and (max-width: 1080px ) and (min-width: 761px ) {
  #top-environment header p {
    padding-left: 5%;
  }
}
@media screen and (max-width: 760px ) {
  #top-environment header p {
    padding: 1em 3%;
  }
}
#top-environment header p::first-letter {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#environment-menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
#environment-menu li {
  width: 50%;
}
@media screen and (min-width: 1081px ), screen and (max-width: 1080px ) and (min-width: 761px ) {
  #environment-menu li#box-environment {
    margin-top: 5%;
  }
}
@media screen and (max-width: 760px ) {
  #environment-menu li { /*SP*/
    width: 85%;
  }
  #environment-menu li#box-environment {
    margin-left: 15%;
  }
}
#environment-menu li a {
  display: block;
  aspect-ratio: 1.8/1;
  background: #dedede;
  position: relative;
  background-size: 120% auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#environment-menu li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  max-width: 60%;
}
#environment-menu li a:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
#environment-menu li a:hover {
  background-size: 150% auto;
}
#environment-menu li a:hover:before {
  background-repeat: #000, 0;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}
#environment-menu li a:hover img {
  opacity: 1;
}
#environment-menu li#box-environment a {
  background-image: url("../img/bg-environment.jpg");
}
#environment-menu li#box-interview a {
  background-image: url("../img/bg-interview.jpg");
}

#top-entry {
  padding: 10em 0 8em;
  background: #def3ff;
  position: relative;
}
#top-entry header {
  margin-bottom: 5em;
  text-align: center;
  color: #3d4c55;
  position: relative;
}
#top-entry header h1, #top-entry header p {
  position: relative;
  z-index: 3;
}
#top-entry header h1 {
  font-size: 260%;
}
#top-entry header h1 span {
  line-height: 1;
}
#top-entry header h1 span:nth-last-child(2) {
  display: inline-block;
  font-size: 120%;
  color: #fff;
  padding: 8px;
  background: #51BAA5;
  margin: 0 5px;
}
#top-entry header p {
  font-size: 110%;
  margin-top: 1em;
}
#top-entry header:before {
  z-index: 0;
  content: "RECRUIT";
  font-size: 10vw;
  font-weight: 900;
  color: #fff;
  opacity: 0.3;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  padding-bottom: 0.25em;
}
@media screen and (max-width: 760px ) {
  #top-entry {
    padding: 5em 0;
  }
  #top-entry header h1 {
    font-size: 200%;
  }
}
#top-entry:before {
  display: block;
  content: "";
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  letter-spacing: 0;
}

#entry-menu {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
#entry-menu li {
  position: relative;
}
@media screen and (max-width: 760px ) {
  #entry-menu li {
    width: 85%;
    margin: 5px auto;
  }
}
#entry-menu li:before {
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  border: 2px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#entry-menu li a {
  padding: 3.5em 10%;
}
#entry-menu li a span {
  display: block;
}
#entry-menu li a .main {
  font-size: 140%;
}
#entry-menu li:hover:before {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 1px solid #fff;
}

</pre></body></html>