#header {
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, transform 0s;
  transition: opacity 0s, transform 0s, -webkit-transform 0s;
  opacity: 0;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
@media screen and (max-width: 1299px) {
  #header {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
}
@media screen and (max-width: 639px) {
  #header {
    -webkit-transform: translateY(-62px);
            transform: translateY(-62px);
  }
}

#header.fadeIn {
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.76, 0, 0.24, 1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.76, 0, 0.24, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.76, 0, 0.24, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 1s cubic-bezier(0.76, 0, 0.24, 1);
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#header.setTransition {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

#header.hide {
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}
@media screen and (max-width: 1299px) {
  #header.hide {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
}
@media screen and (max-width: 639px) {
  #header.hide {
    -webkit-transform: translateY(-62px);
            transform: translateY(-62px);
  }
}

#splash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
}
#splash .container {
  position: relative;
}
#splash .container .logo {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#splash .container .logo img {
  height: 64px;
}
@media screen and (max-width: 859px) {
  #splash .container .logo img {
    height: 51.2px;
  }
}
#splash .container .logo.fadeIn {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.6s, -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.6s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.6s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#splash .container .logo.moveUp {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
#splash .container .title {
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  margin-top: 40px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 859px) {
  #splash .container .title {
    margin-top: 30px;
  }
}
#splash .container .title .text {
  padding-left: 0.18em;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.18em;
  font-weight: 500;
}
#splash .container .title .text span {
  font-weight: 500;
}
#splash .container .title .text {
  text-align: center;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media screen and (max-width: 859px) {
  #splash .container .title .text {
    font-size: 14px;
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
#splash .container .title.fadeIn {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s, -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s, transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
#splash .container.fadeOut {
  -webkit-transition: opacity 0.5s 0.4s, -webkit-transform 1s cubic-bezier(0.32, 0, 0.67, 0);
  transition: opacity 0.5s 0.4s, -webkit-transform 1s cubic-bezier(0.32, 0, 0.67, 0);
  transition: opacity 0.5s 0.4s, transform 1s cubic-bezier(0.32, 0, 0.67, 0);
  transition: opacity 0.5s 0.4s, transform 1s cubic-bezier(0.32, 0, 0.67, 0), -webkit-transform 1s cubic-bezier(0.32, 0, 0.67, 0);
  opacity: 0;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

#splash.displayOff {
  display: none;
  left: 200vw;
}

.fixed_content_back {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fixed_content_back .fixed_content_container {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fixed_content_back .fixed_content_container .bg_shape {
  height: 100vh;
  height: 100svh;
  mix-blend-mode: overlay;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fixed_content_back .fixed_content_container .bg_shape .shape_wrap {
  width: max(100vw, 160vh);
  width: max(100vw, 160svh);
  height: max(100vh, 62.5vw);
  height: max(100svh, 62.5vw);
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.fixed_content_back .fixed_content_container .bg_shape .shape_wrap .shape {
  opacity: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 859px) {
  .fixed_content_back .fixed_content_container .bg_shape .shape_wrap .shape {
    background-position: 50% 80%;
  }
}
.fixed_content_back .fixed_content_container .bg_shape .shape_wrap .shape.shape_a1 {
  background-image: url("../../_common/img/bg_shape_a1.png");
  clip-path: polygon(0% 0%, 20% 0%, -9% 100%, 0% 100%);
}
.fixed_content_back .fixed_content_container .bg_shape .shape_wrap .shape.shape_a2 {
  background-image: url("../../_common/img/bg_shape_a2.png");
  clip-path: polygon(0% 0%, 0% 0%, -29% 100%, 0% 100%);
}
.fixed_content_back .fixed_content_container .bg_shape .shape_wrap .shape.shape_a3 {
  background-image: url("../../_common/img/bg_shape_a3.png");
  clip-path: polygon(0% 0%, 0% 0%, -29% 100%, 0% 100%);
}
.fixed_content_back .fixed_content_container .bg_shape .shape_wrap .shape.shape_b1 {
  background-image: url("../../_common/img/bg_shape_b1.png");
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
.fixed_content_back .fixed_content_container .bg_shape .shape_wrap .shape.shape_b2 {
  background-image: url("../../_common/img/bg_shape_b2.png");
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
.fixed_content_back .fixed_content_container .bg_shape .shape_wrap .shape.shape_b3 {
  background-image: url("../../_common/img/bg_shape_b3.png");
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
.fixed_content_back .fixed_content_container .bg_shape.fadeIn {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.fixed_content_back .fixed_content_container .bg_shape.fadeIn .shape.shape_a1 {
  -webkit-transition: opacity 1s 0s, clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  transition: opacity 1s 0s, clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0s;
  opacity: 0.4;
  clip-path: polygon(0% 0%, 61% 0%, 32% 100%, 0% 100%);
}
.fixed_content_back .fixed_content_container .bg_shape.fadeIn .shape.shape_a2 {
  -webkit-transition: opacity 1s 0.3s, clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  transition: opacity 1s 0.3s, clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  opacity: 0.4;
  clip-path: polygon(0% 0%, 61% 0%, 32% 100%, 0% 100%);
}
.fixed_content_back .fixed_content_container .bg_shape.fadeIn .shape.shape_a3 {
  -webkit-transition: opacity 1s 0.6s, clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  transition: opacity 1s 0.6s, clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  opacity: 0.4;
  clip-path: polygon(0% 0%, 61% 0%, 32% 100%, 0% 100%);
}
.fixed_content_back .fixed_content_container .bg_shape.fadeIn .shape.shape_b1 {
  -webkit-transition: opacity 1s 0.3s, clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  transition: opacity 1s 0.3s, clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  opacity: 0.4;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.fixed_content_back .fixed_content_container .bg_shape.fadeIn .shape.shape_b2 {
  -webkit-transition: opacity 1s 0.6s, clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  transition: opacity 1s 0.6s, clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  opacity: 0.4;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.fixed_content_back .fixed_content_container .bg_shape.fadeIn .shape.shape_b3 {
  -webkit-transition: opacity 1s 0.9s, clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.9s;
  transition: opacity 1s 0.9s, clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1) 0.9s;
  opacity: 0.4;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.fixed_content_back .fixed_content_container .bg_shape.fadeOut {
  opacity: 0;
}
.fixed_content_back .fixed_content_container .bg_white {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fixed_content_back .fixed_content_container .bg_white.fadeIn {
  opacity: 1;
}
.fixed_content_back .fixed_content_container .semiconductor_wrap {
  opacity: 0;
  -webkit-transform: translateX(-15px) translateY(5px);
          transform: translateX(-15px) translateY(5px);
  position: absolute;
  left: 50%;
  top: calc(50vh + 140px);
  top: calc(50svh + 140px);
}
@media screen and (max-width: 1299px) {
  .fixed_content_back .fixed_content_container .semiconductor_wrap {
    top: calc(50vh + 95px);
    top: calc(50svh + 95px);
  }
}
@media screen and (max-width: 859px) {
  .fixed_content_back .fixed_content_container .semiconductor_wrap {
    top: calc(50vh + 0px);
    top: calc(50svh + 0px);
  }
}
@media screen and (max-width: 639px) {
  .fixed_content_back .fixed_content_container .semiconductor_wrap {
    -webkit-transform: translateX(-12.5px) translateY(7.5px);
            transform: translateX(-12.5px) translateY(7.5px);
  }
}
.fixed_content_back .fixed_content_container .semiconductor_wrap .semiconductor_icon {
  height: 30px;
}
@media screen and (max-width: 639px) {
  .fixed_content_back .fixed_content_container .semiconductor_wrap .semiconductor_icon {
    height: 25px;
  }
}
@media screen and (max-width: 639px) {
  .fixed_content_back .fixed_content_container .semiconductor_wrap .semiconductor_icon svg {
    width: 25px;
    height: 25px;
  }
}
.fixed_content_back .fixed_content_container .semiconductor_wrap .semiconductor_icon svg .st0 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
}
.fixed_content_back .fixed_content_container .semiconductor_wrap .semiconductor_icon svg .st1 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
}
.fixed_content_back .fixed_content_container .semiconductor_wrap .semiconductor_icon svg .sc_line {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
}
.fixed_content_back .fixed_content_container .semiconductor_wrap .semiconductor_icon svg .sc_line.fadeOut {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 0;
}
.fixed_content_back .fixed_content_container .semiconductor_wrap .semiconductor_icon svg .semiconductor_rect.displayOff {
  opacity: 0;
}
.fixed_content_back .fixed_content_container .semiconductor_wrap .semiconductor_line {
  -webkit-transition: height 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: height 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  width: 12px;
  height: 0;
  overflow: hidden;
  position: relative;
  left: 9px;
}
.fixed_content_back .fixed_content_container .semiconductor_wrap .semiconductor_line span {
  width: 2px;
  height: 300px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
}
.fixed_content_back .fixed_content_container .semiconductor_wrap .semiconductor_line span:nth-of-type(1) {
  left: 0;
}
.fixed_content_back .fixed_content_container .semiconductor_wrap .semiconductor_line span:nth-of-type(2) {
  left: 5px;
}
.fixed_content_back .fixed_content_container .semiconductor_wrap .semiconductor_line span:nth-of-type(3) {
  left: 10px;
}
.fixed_content_back .fixed_content_container .semiconductor_wrap.fadeIn {
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  -webkit-transform: translateX(-15px) translateY(-15px);
          transform: translateX(-15px) translateY(-15px);
}
@media screen and (max-width: 639px) {
  .fixed_content_back .fixed_content_container .semiconductor_wrap.fadeIn {
    -webkit-transform: translateX(-12.5px) translateY(-12.5px);
            transform: translateX(-12.5px) translateY(-12.5px);
  }
}
.fixed_content_back .fixed_content_container .semiconductor_wrap.fadeOut {
  opacity: 0;
}

.fixed_content_back.fadeIn .fixed_content_container {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
}

.fixedContainer {
  display: none;
  margin: 0 auto;
  width: 1200px;
}
@media screen and (max-width: 1299px) {
  .fixedContainer {
    width: 100vw;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer {
    width: 88vw;
  }
}
.fixedContainer .slideContainer #main {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main {
    padding-top: 100vh;
    padding-top: 100svh;
  }
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section {
    width: 88vw;
  }
}
.fixedContainer .slideContainer #main .section > .container .section_circle {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  position: relative;
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
.fixedContainer .slideContainer #main .section > .container .section_circle .bg {
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fixedContainer .slideContainer #main .section > .container .section_circle .content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
}
.fixedContainer .slideContainer #main .section > .container .section_circle .content .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 146px;
  height: 44px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .content .en {
    width: 135px;
    height: 42px;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .content .en {
    width: 124px;
    height: 40px;
  }
}
.fixedContainer .slideContainer #main .section > .container .section_circle .content .en .frame {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .content .en .frame svg {
    width: 100%;
    height: 100%;
  }
}
.fixedContainer .slideContainer #main .section > .container .section_circle .content .en .frame svg .st0 {
  fill: none;
  stroke: url(#enGradient);
  stroke-width: 2;
  stroke-dasharray: 168px;
  stroke-dashoffset: 168px;
}
.fixedContainer .slideContainer #main .section > .container .section_circle .content .en h2 {
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.fixedContainer .slideContainer #main .section > .container .section_circle .content .en h2 span {
  font-weight: 600;
}
.fixedContainer .slideContainer #main .section > .container .section_circle .content .en h2 {
  color: #4b70b5;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .content .en h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .content .en h2 {
    font-size: 18px;
  }
}
.fixedContainer .slideContainer #main .section > .container .section_circle .content .en.fadeElem h2 {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.fixedContainer .slideContainer #main .section > .container .section_circle .content .en.fadeIn .frame svg .st0 {
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.76, 0, 0.24, 1) 0.5s;
  transition: stroke-dashoffset 1s cubic-bezier(0.76, 0, 0.24, 1) 0.5s;
  stroke-dashoffset: 0px;
}
.fixedContainer .slideContainer #main .section > .container .section_circle .content .en.fadeIn h2 {
  -webkit-transition: opacity 1s 0.9s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.9s;
  transition: opacity 1s 0.9s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.9s;
  transition: opacity 1s 0.9s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.9s;
  transition: opacity 1s 0.9s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.9s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.9s;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fixedContainer .slideContainer #main .section > .container .section_circle .content .jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .content .jp {
    margin-top: 40px;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .content .jp {
    margin-top: 35px;
  }
}
.fixedContainer .slideContainer #main .section > .container .section_circle .content .jp h3 {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 42px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.fixedContainer .slideContainer #main .section > .container .section_circle .content .jp h3 span {
  font-weight: 600;
}
.fixedContainer .slideContainer #main .section > .container .section_circle .content .jp h3 {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#329fdf), to(#4b70b5));
  background: linear-gradient(90deg, #329fdf 0%, #4b70b5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .content .jp h3 {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 37px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .content .jp h3 {
    font-size: 32px;
  }
}
.fixedContainer .slideContainer #main .section > .container .section_circle .content .jp.fadeElem h3 {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.fixedContainer .slideContainer #main .section > .container .section_circle .content .jp.fadeIn h3 {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.fixedContainer .slideContainer #main .section > .container .section_circle .content .line {
  margin: 30px auto 0;
  width: 28px;
  height: 1px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .content .line {
    margin-top: 27px;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .content .line {
    margin-top: 25px;
  }
}
.fixedContainer .slideContainer #main .section > .container .section_circle .content .line::before {
  content: "";
  display: inline-block;
  background-color: #333333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.fixedContainer .slideContainer #main .section > .container .section_circle .content .line.fadeIn::before {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.fixedContainer .slideContainer #main .section > .container .section_circle .content .lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .content .lead {
    margin-top: 27px;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .content .lead {
    margin-top: 25px;
  }
}
.fixedContainer .slideContainer #main .section > .container .section_circle .content .lead p {
  display: inline-block;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 20px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.fixedContainer .slideContainer #main .section > .container .section_circle .content .lead p span {
  font-weight: 500;
}
.fixedContainer .slideContainer #main .section > .container .section_circle .content .lead p {
  text-align: center;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .content .lead p {
    font-size: 18px;
    line-height: 1.75em;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .content .lead p {
    font-size: 16px;
    line-height: 28px;
  }
}
.fixedContainer .slideContainer #main .section > .container .section_circle .content .lead.fadeElem p span.b {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.fixedContainer .slideContainer #main .section > .container .section_circle .content .lead.fadeIn p span.b {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.9s;
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.9s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.fixedContainer .slideContainer #main .section > .container .section_circle .content .lead.fadeIn p span.b:nth-of-type(2) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.fixedContainer .slideContainer #main .section > .container .section_circle .content .lead.fadeIn p span.b:nth-of-type(3) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu {
  padding-top: 70px;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 100%;
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .section_menu {
    padding-top: 100px;
    left: calc(50% - 135px);
    top: calc(100% - 60px);
  }
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 25px;
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul li {
  position: relative;
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul li .line {
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul li .line svg {
  stroke: #ffffff;
  stroke-width: 2px;
  fill: transparent;
  position: absolute;
  left: 0;
  bottom: 13px;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul li .line svg {
    bottom: 12.5px;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul li .line svg {
    bottom: 12px;
  }
}
@media screen and (max-width: 859px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul li .line svg.svg_pc {
    display: none;
  }
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul li .line svg.svg_sp {
  display: none;
}
@media screen and (max-width: 859px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul li .line svg.svg_sp {
    display: block;
    stroke-width: 1.5px;
  }
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul li a {
  display: inline-block;
  margin-left: 37px;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul li a {
    margin-left: 37.5px;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul li a {
    margin-left: 38px;
  }
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul li a .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul li a .container .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26px;
  height: 26px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul li a .container .point {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul li a .container .point {
    width: 24px;
    height: 24px;
  }
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul li a .container .point::before {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul li a .container .point::after {
  -webkit-transition: border-color 0.3s, left 0.3s cubic-bezier(0.33, 1, 0.68, 1), right 0.3s cubic-bezier(0.33, 1, 0.68, 1), top 0.3s cubic-bezier(0.33, 1, 0.68, 1), bottom 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: border-color 0.3s, left 0.3s cubic-bezier(0.33, 1, 0.68, 1), right 0.3s cubic-bezier(0.33, 1, 0.68, 1), top 0.3s cubic-bezier(0.33, 1, 0.68, 1), bottom 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  content: "";
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul li a .container .text {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul li a .container .text span {
  font-weight: 700;
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul li a .container .text {
  color: #ffffff;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul li a .container .text {
    font-size: 17px;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul li a .container .text {
    font-size: 16px;
  }
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul li a .container .text.t_viewmore {
  font-weight: 500;
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul li a .container .text.t_viewmore span {
  font-weight: 500;
}
@media screen and (min-width: 1079px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul li a:hover .container .point::before {
    background-color: #329fdf;
  }
}
@media screen and (min-width: 1079px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul li a:hover .container .point::after {
    border-color: #329fdf;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
  }
}
@media screen and (min-width: 1079px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul li a:hover .container .text {
    color: #329fdf;
  }
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul.fadeElem li .line svg polyline {
  stroke-dasharray: 121px;
  stroke-dashoffset: 121px;
}
@media screen and (max-width: 859px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul.fadeElem li .line svg polyline {
    stroke-dasharray: 171px;
    stroke-dashoffset: 171px;
  }
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul.fadeElem li a .container .point::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul.fadeElem li a .container .point::after {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul.fadeElem li a .container .text {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul.fadeIn li .line svg polyline {
  -webkit-transition: stroke-dashoffset 0.5s linear 0.5s;
  transition: stroke-dashoffset 0.5s linear 0.5s;
  stroke-dashoffset: 0;
}
@media screen and (max-width: 859px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul.fadeIn li .line svg polyline {
    -webkit-transition: stroke-dashoffset 0.5s linear 0s;
    transition: stroke-dashoffset 0.5s linear 0s;
  }
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul.fadeIn li a .container .point::before {
  -webkit-transition: background-color 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1s;
  transition: background-color 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1s;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1s, background-color 0.3s;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1s, background-color 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 859px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul.fadeIn li a .container .point::before {
    -webkit-transition: background-color 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
    transition: background-color 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, background-color 0.3s;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, background-color 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  }
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul.fadeIn li a .container .point::after {
  -webkit-animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1s both pointPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 1.4s forwards pointPop_02;
          animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1s both pointPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 1.4s forwards pointPop_02;
}
@media screen and (max-width: 859px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul.fadeIn li a .container .point::after {
    -webkit-animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.5s both pointPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.9s forwards pointPop_02;
            animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.5s both pointPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.9s forwards pointPop_02;
  }
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul.fadeIn li a .container .text {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 1s, color 0.3s;
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 1s, color 0.3s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 859px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul.fadeIn li a .container .text {
    -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, color 0.3s;
    transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, color 0.3s;
  }
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul.fadeIn li:nth-of-type(2) svg polyline {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media screen and (max-width: 859px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul.fadeIn li:nth-of-type(2) svg polyline {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul.fadeIn li:nth-of-type(2) a .container .point::before {
  -webkit-transition: background-color 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1.3s;
  transition: background-color 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1.3s;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1.3s, background-color 0.3s;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1.3s, background-color 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 1.3s;
}
@media screen and (max-width: 859px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul.fadeIn li:nth-of-type(2) a .container .point::before {
    -webkit-transition: background-color 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
    transition: background-color 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, background-color 0.3s;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, background-color 0.3s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
  }
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul.fadeIn li:nth-of-type(2) a .container .point::after {
  -webkit-animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1.3s both pointPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 1.7s forwards pointPop_02;
          animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 1.3s both pointPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 1.7s forwards pointPop_02;
}
@media screen and (max-width: 859px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul.fadeIn li:nth-of-type(2) a .container .point::after {
    -webkit-animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.8s both pointPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 1.2s forwards pointPop_02;
            animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.8s both pointPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 1.2s forwards pointPop_02;
  }
}
.fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul.fadeIn li:nth-of-type(2) a .container .text {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 1.3s, color 0.3s;
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 1.3s, color 0.3s;
}
@media screen and (max-width: 859px) {
  .fixedContainer .slideContainer #main .section > .container .section_circle .section_menu .menu_ul.fadeIn li:nth-of-type(2) a .container .text {
    -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, color 0.3s;
    transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, color 0.3s;
  }
}
@-webkit-keyframes pointPop_01 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@keyframes pointPop_01 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@-webkit-keyframes pointPop_02 {
  0% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pointPop_02 {
  0% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fixedContainer .slideContainer #main .section > .container .section_circle_pop.fadeElem .bg {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  overflow: hidden;
}
.fixedContainer .slideContainer #main .section > .container .section_circle_pop.fadeIn .bg {
  -webkit-animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s both fadePhotoPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.7s forwards fadePhotoPop_02;
          animation: 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s both fadePhotoPop_01, 0.28s cubic-bezier(0.65, 0, 0.35, 1) 0.7s forwards fadePhotoPop_02;
}
@-webkit-keyframes fadePhotoPop_01 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@keyframes fadePhotoPop_01 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@-webkit-keyframes fadePhotoPop_02 {
  0% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadePhotoPop_02 {
  0% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fixedContainer .slideContainer #main .section > .container .photo {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
}
.fixedContainer .slideContainer #main .section > .container .photo .photo_container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@-webkit-keyframes floatY {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@keyframes floatY {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section > .container .semiconductor_wrap {
    display: none;
  }
}
.fixedContainer .slideContainer #main .section > .container .semiconductor_wrap .semiconductor_line {
  position: relative;
}
.fixedContainer .slideContainer #main .section > .container .semiconductor_wrap .semiconductor_line svg {
  position: absolute;
  left: 0;
  top: 0;
}
.fixedContainer .slideContainer #main .section > .container .semiconductor_wrap .semiconductor_line svg polyline {
  stroke: #ffffff;
  stroke-width: 2px;
  fill: transparent;
}
.fixedContainer .slideContainer #main .section_message {
  padding-top: calc(50vh + 140px - 400px);
  padding-top: calc(50svh + 140px - 400px);
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_message {
    padding-top: calc(50vh + 95px - 400px);
    padding-top: calc(50svh + 95px - 400px);
  }
}
@media screen and (max-width: 859px) {
  .fixedContainer .slideContainer #main .section_message {
    margin-left: auto;
    margin-right: auto;
    padding-top: 160px;
    width: 100%;
  }
}
.fixedContainer .slideContainer #main .section_message > .container {
  height: auto;
  position: relative;
}
.fixedContainer .slideContainer #main .section_message > .container .message_box {
  margin: 0 auto;
  padding: 120px 50px;
  width: 800px;
  position: relative;
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_message > .container .message_box {
    padding: 80px 0 100px;
    width: 76vw;
  }
}
@media screen and (max-width: 859px) {
  .fixedContainer .slideContainer #main .section_message > .container .message_box {
    width: 88vw;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_message > .container .message_box {
    padding: 40px 0 60px;
    width: 100%;
  }
}
.fixedContainer .slideContainer #main .section_message > .container .message_box .bg {
  -webkit-transition: width 0.5s cubic-bezier(0.33, 1, 0.68, 1), height 0.5s cubic-bezier(0.33, 1, 0.68, 1), left 0.5s cubic-bezier(0.33, 1, 0.68, 1), top 0.5s cubic-bezier(0.33, 1, 0.68, 1), background-color 0.5s;
  transition: width 0.5s cubic-bezier(0.33, 1, 0.68, 1), height 0.5s cubic-bezier(0.33, 1, 0.68, 1), left 0.5s cubic-bezier(0.33, 1, 0.68, 1), top 0.5s cubic-bezier(0.33, 1, 0.68, 1), background-color 0.5s;
  width: 18px;
  height: 18px;
  border: 2px solid #ffffff;
  left: 391px;
  top: 391px;
  opacity: 0;
  background-color: transparent;
  position: absolute;
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_message > .container .message_box .bg {
    -webkit-transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, -webkit-transform 0s;
    transition: opacity 0s, transform 0s;
    transition: opacity 0s, transform 0s, -webkit-transform 0s;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    width: auto;
    height: auto;
    border: none;
    background-color: #ffffff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.fixedContainer .slideContainer #main .section_message > .container .message_box .bg.visible {
  opacity: 1;
}
.fixedContainer .slideContainer #main .section_message > .container .message_box .bg.setBg {
  background-color: #ffffff;
}
.fixedContainer .slideContainer #main .section_message > .container .message_box .bg.fadeIn {
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fixedContainer .slideContainer #main .section_message > .container .message_box .content .title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px auto 20px 1fr;
  grid-template-columns: 1fr auto 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 0 50px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_message > .container .message_box .content .title {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 859px) {
  .fixedContainer .slideContainer #main .section_message > .container .message_box .content .title {
    padding: 0;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_message > .container .message_box .content .title {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.fixedContainer .slideContainer #main .section_message > .container .message_box .content .title::before, .fixedContainer .slideContainer #main .section_message > .container .message_box .content .title::after {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #4b70b5;
}
.fixedContainer .slideContainer #main .section_message > .container .message_box .content .title::before {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
.fixedContainer .slideContainer #main .section_message > .container .message_box .content .title::after {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.fixedContainer .slideContainer #main .section_message > .container .message_box .content .title h2 {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  padding-left: 0.1em;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.fixedContainer .slideContainer #main .section_message > .container .message_box .content .title h2 span {
  font-weight: 600;
}
.fixedContainer .slideContainer #main .section_message > .container .message_box .content .title h2 {
  color: #4b70b5;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_message > .container .message_box .content .title h2 {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
    font-size: 20px;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_message > .container .message_box .content .title h2 {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    font-size: 18px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_message > .container .message_box .content .title.fadeIn::before, .fixedContainer .slideContainer #main .section_message > .container .message_box .content .title.fadeIn::after {
    -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_message > .container .message_box .content .title.fadeIn h2 {
    -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fixedContainer .slideContainer #main .section_message > .container .message_box .content .lead {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  margin-top: 70px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_message > .container .message_box .content .lead {
    margin-top: 55px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_message > .container .message_box .content .lead {
    -webkit-transition: opacity 0s, -webkit-transform 0s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0s, -webkit-transform 0s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0s, transform 0s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 0s, transform 0s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_message > .container .message_box .content .lead {
    margin-top: 40px;
  }
}
.fixedContainer .slideContainer #main .section_message > .container .message_box .content .lead p {
  font-family: "Zen Old Mincho", serif;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 18px;
  line-height: 2.2em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.fixedContainer .slideContainer #main .section_message > .container .message_box .content .lead p span {
  font-weight: 600;
}
.fixedContainer .slideContainer #main .section_message > .container .message_box .content .lead p {
  text-align: center;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_message > .container .message_box .content .lead p {
    font-size: 17px;
    line-height: 2em;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_message > .container .message_box .content .lead p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.15em;
  }
}
.fixedContainer .slideContainer #main .section_message > .container .message_box .content .lead p span.fadeB {
  display: inline-block;
}
.fixedContainer .slideContainer #main .section_message > .container .message_box .content .catch {
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_message > .container .message_box .content .catch {
    margin-top: 65px;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_message > .container .message_box .content .catch {
    margin-top: 50px;
  }
}
.fixedContainer .slideContainer #main .section_message > .container .message_box .content .catch h3 {
  font-family: "Zen Old Mincho", serif;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0.2em;
  font-weight: 500;
}
.fixedContainer .slideContainer #main .section_message > .container .message_box .content .catch h3 span {
  font-weight: 500;
}
.fixedContainer .slideContainer #main .section_message > .container .message_box .content .catch h3 {
  text-align: center;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_message > .container .message_box .content .catch h3 {
    font-size: 25px;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_message > .container .message_box .content .catch h3 {
    font-size: 22px;
  }
}
.fixedContainer .slideContainer #main .section_message > .container .message_box .content.fadeIn .title::before, .fixedContainer .slideContainer #main .section_message > .container .message_box .content.fadeIn .title::after {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.fixedContainer .slideContainer #main .section_message > .container .message_box .content.fadeIn .title h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_message > .container .message_box .content.fadeIn .title h2 {
    -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
    transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
.fixedContainer .slideContainer #main .section_message > .container .message_box .content.fadeIn .lead {
  -webkit-transition: opacity 1s 0.5s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: opacity 1s 0.5s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: opacity 1s 0.5s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: opacity 1s 0.5s, transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fixedContainer .slideContainer #main .section_message > .container .semiconductor_wrap {
  position: absolute;
  left: calc(50% - 6px);
  top: 100%;
}
.fixedContainer .slideContainer #main .section_message > .container .semiconductor_wrap .semiconductor_line .scSvg .polyline {
  stroke-dasharray: 700px;
  stroke-dashoffset: 700px;
}
.fixedContainer .slideContainer #main .section_about {
  margin-top: 500px;
  margin-left: 720px;
  width: 1200px;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_about {
    margin-left: calc(610px + (100vw - 980px) / 2);
    width: 980px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_about {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_about {
    margin-top: 60px;
  }
}
.fixedContainer .slideContainer #main .section_about > .container {
  margin: 0 auto;
  width: 1060px;
  height: 680px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_about > .container {
    width: 100%;
    height: 600px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_about > .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
  }
}
.fixedContainer .slideContainer #main .section_about > .container .semiconductor_wrap {
  position: absolute;
  right: 204px;
  top: calc(100% - 15px);
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_about > .container .semiconductor_wrap {
    right: 204px;
  }
}
.fixedContainer .slideContainer #main .section_about > .container .semiconductor_wrap .semiconductor_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12px;
  height: 620px;
}
.fixedContainer .slideContainer #main .section_about > .container .semiconductor_wrap .semiconductor_line svg polyline {
  stroke-dasharray: 620px;
  stroke-dashoffset: 620px;
}
.fixedContainer .slideContainer #main .section_about > .container .section_circle {
  width: 450px;
  height: 450px;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_about > .container .section_circle {
    width: 420px;
    height: 420px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_about > .container .section_circle {
    -ms-grid-row: 3;
    grid-row: 3;
    margin-top: -6px;
    margin-bottom: 117px;
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_about > .container .section_circle {
    margin-top: -26px;
    width: 340px;
    height: 340px;
  }
}
.fixedContainer .slideContainer #main .section_about > .container .photo_1 {
  width: 200px;
  height: 200px;
  top: 30px;
  left: 580px;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_about > .container .photo_1 {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_about > .container .photo_1 {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column-align: center;
        justify-self: center;
    margin-top: -60px;
    position: relative;
    top: 0;
    left: 180px;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_about > .container .photo_1 {
    margin-top: -20px;
    width: 140px;
    height: 140px;
    left: 80px;
  }
}
.fixedContainer .slideContainer #main .section_about > .container .photo_1 .photo_container {
  background-image: url("../img/about_1.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.fixedContainer .slideContainer #main .section_about > .container .photo_2 {
  width: 420px;
  height: 420px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_about > .container .photo_2 {
    width: 336px;
    height: 336px;
    right: 40px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_about > .container .photo_2 {
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-row: 1;
    grid-row: 1;
    position: relative;
    right: 105px;
    bottom: auto;
    top: 0;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_about > .container .photo_2 {
    width: 200px;
    height: 200px;
    right: 55px;
  }
}
.fixedContainer .slideContainer #main .section_about > .container .photo_2 .photo_container {
  background-image: url("../img/about_2.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.fixedContainer .slideContainer #main .section_work {
  margin-top: 450px;
  margin-left: 720px;
  width: 1200px;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_work {
    margin-top: 350px;
    margin-left: calc(610px + (100vw - 980px) / 2);
    width: 980px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_work {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_work {
    margin-top: 60px;
  }
}
.fixedContainer .slideContainer #main .section_work > .container {
  margin: 0 auto;
  width: 1180px;
  height: 1060px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_work > .container {
    width: 100%;
    height: 860px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_work > .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
  }
}
.fixedContainer .slideContainer #main .section_work > .container .semiconductor_wrap {
  position: absolute;
  left: 520px;
  top: calc(100% - 120px);
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_work > .container .semiconductor_wrap {
    left: 400px;
    top: calc(100% - 100px);
  }
}
.fixedContainer .slideContainer #main .section_work > .container .semiconductor_wrap .semiconductor_line svg polyline {
  stroke-dasharray: 750px;
  stroke-dashoffset: 750px;
}
.fixedContainer .slideContainer #main .section_work > .container .section_circle {
  width: 450px;
  height: 450px;
  position: absolute;
  top: 150px;
  right: 45px;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_work > .container .section_circle {
    width: 420px;
    height: 420px;
    right: 0px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_work > .container .section_circle {
    -ms-grid-row: 3;
    grid-row: 3;
    margin-top: 0px;
    margin-bottom: 66px;
    width: 400px;
    height: 400px;
    position: relative;
    top: auto;
    right: auto;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_work > .container .section_circle {
    margin-top: -35px;
    width: 340px;
    height: 340px;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_work > .container .section_circle .section_menu {
    left: calc(50% - 125px);
  }
}
.fixedContainer .slideContainer #main .section_work > .container .photo_1 {
  width: 320px;
  height: 320px;
  top: 0;
  left: 270px;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_work > .container .photo_1 {
    width: 256px;
    height: 256px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_work > .container .photo_1 {
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-top: -50px;
    position: relative;
    left: auto;
    right: 170px;
    top: 0;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_work > .container .photo_1 {
    margin-top: -20px;
    width: 140px;
    height: 140px;
    right: 100px;
  }
}
.fixedContainer .slideContainer #main .section_work > .container .photo_1 .photo_container {
  background-image: url("../img/work_1.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.fixedContainer .slideContainer #main .section_work > .container .photo_2 {
  width: 640px;
  height: 640px;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_work > .container .photo_2 {
    width: 512px;
    height: 512px;
    left: 0px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_work > .container .photo_2 {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-align: center;
        justify-self: center;
    width: 448px;
    height: 448px;
    position: relative;
    left: 120px;
    bottom: auto;
    top: 0;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_work > .container .photo_2 {
    width: 240px;
    height: 240px;
    left: 50px;
  }
}
.fixedContainer .slideContainer #main .section_work > .container .photo_2 .photo_container {
  background-image: url("../img/work_2.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.fixedContainer .slideContainer #main .section_people {
  margin-top: 250px;
  margin-left: 1720px;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_people {
    margin-left: 1520px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_people {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_people {
    margin-top: 60px;
  }
}
.fixedContainer .slideContainer #main .section_people > .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 80px auto;
  grid-template-columns: auto auto;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  width: 2360px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_people > .container {
    width: 2340px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_people > .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
  }
}
.fixedContainer .slideContainer #main .section_people > .container .semiconductor_wrap {
  position: absolute;
  right: 50px;
  top: calc(100% - 260px);
}
.fixedContainer .slideContainer #main .section_people > .container .semiconductor_wrap .semiconductor_line svg polyline {
  stroke-dasharray: 930px;
  stroke-dashoffset: 930px;
}
.fixedContainer .slideContainer #main .section_people > .container .section_circle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 420px;
  height: 420px;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_people > .container .section_circle {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_people > .container .section_circle {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-bottom: 66px;
    width: 400px;
    height: 400px;
    top: auto;
    right: auto;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_people > .container .section_circle {
    margin-top: 17px;
    margin-bottom: 66px;
    width: 340px;
    height: 340px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_people > .container .people_wrap {
    display: none;
  }
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .photo {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .photo .photo_container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .spec_ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 22px;
  margin: 20px auto 0;
  width: 200px;
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .spec_ul li .title {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: inline-block;
  font-size: 11px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .spec_ul li .title span {
  font-weight: 400;
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .spec_ul li .title {
  color: #ffffff;
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .spec_ul li .line {
  margin-top: 7px;
  width: 100%;
  height: 1px;
  position: relative;
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .spec_ul li .line::before {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .spec_ul li .content {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: inline-block;
  margin-block: calc((1em - 1lh) / 2);
  padding-top: 14px;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .spec_ul li .content span {
  font-weight: 400;
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .spec_ul li .content {
  color: #ffffff;
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .spec_ul li.fadeElem .title {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .spec_ul li.fadeElem .line::before {
  right: 100%;
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .spec_ul li.fadeElem .content {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .spec_ul li.fadeIn .title {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, color 0.3s;
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s, color 0.3s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .spec_ul li.fadeIn .line::before {
  -webkit-transition: right 1s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s;
  transition: right 1s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s;
  right: 0;
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .spec_ul li.fadeIn .content {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, color 0.3s;
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, color 0.3s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .viewmore {
  margin: 30px auto 0;
  width: 200px;
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .viewmore {
    margin-top: 25px;
  }
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .viewmore a {
  display: inline-block;
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .viewmore a .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 10px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .viewmore a .container .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26px;
  height: 26px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .viewmore a .container .point {
    width: 24px;
    height: 24px;
  }
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .viewmore a .container .point::before {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .viewmore a .container .point::after {
  -webkit-transition: border-color 0.3s, left 0.3s cubic-bezier(0.33, 1, 0.68, 1), right 0.3s cubic-bezier(0.33, 1, 0.68, 1), top 0.3s cubic-bezier(0.33, 1, 0.68, 1), bottom 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: border-color 0.3s, left 0.3s cubic-bezier(0.33, 1, 0.68, 1), right 0.3s cubic-bezier(0.33, 1, 0.68, 1), top 0.3s cubic-bezier(0.33, 1, 0.68, 1), bottom 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  content: "";
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .viewmore a .container .text {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .viewmore a .container .text span {
  font-weight: 700;
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .viewmore a .container .text {
  color: #ffffff;
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .viewmore a .container .text {
    font-size: 16px;
  }
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .viewmore a .container .text.t_viewmore {
  font-weight: 500;
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .viewmore a .container .text.t_viewmore span {
  font-weight: 500;
}
@media screen and (min-width: 1079px) {
  .fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .viewmore a:hover .container .point::before {
    background-color: #329fdf;
  }
}
@media screen and (min-width: 1079px) {
  .fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .viewmore a:hover .container .point::after {
    border-color: #329fdf;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
  }
}
@media screen and (min-width: 1079px) {
  .fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .viewmore a:hover .container .text {
    color: #329fdf;
  }
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .viewmore.fadeElem {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li .viewmore.fadeIn {
  -webkit-transition: clip-path 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  transition: clip-path 1.2s cubic-bezier(0.25, 1, 0.5, 1) 1.2s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li:nth-of-type(2n) {
  margin-top: 160px;
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li:nth-of-type(1) .photo .photo_container {
  background-image: url("../../_common/img/person/1.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li:nth-of-type(2) .photo .photo_container {
  background-image: url("../../_common/img/person/2.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li:nth-of-type(3) .photo .photo_container {
  background-image: url("../../_common/img/person/3.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li:nth-of-type(4) .photo .photo_container {
  background-image: url("../../_common/img/person/4.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li:nth-of-type(5) .photo .photo_container {
  background-image: url("../../_common/img/person/5.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.fixedContainer .slideContainer #main .section_people > .container .people_wrap .people_ul > li:nth-of-type(6) .photo .photo_container {
  background-image: url("../../_common/img/person/6.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.fixedContainer .slideContainer #main .section_people > .container .photo_1 {
  display: none;
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_people > .container .photo_1 {
    display: block;
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    width: 320px;
    height: 320px;
    position: relative;
    right: 170px;
    top: 0;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_people > .container .photo_1 {
    width: 220px;
    height: 220px;
    right: 105px;
  }
}
.fixedContainer .slideContainer #main .section_people > .container .photo_1 .photo_container {
  background-image: url("../img/people_1.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.fixedContainer .slideContainer #main .section_people > .container .photo_2 {
  display: none;
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_people > .container .photo_2 {
    display: block;
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-top: 95px;
    width: 260px;
    height: 260px;
    position: relative;
    left: 180px;
    top: 0;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_people > .container .photo_2 {
    margin-top: 95px;
    width: 175px;
    height: 175px;
    left: 120px;
  }
}
.fixedContainer .slideContainer #main .section_people > .container .photo_2 .photo_container {
  background-image: url("../img/people_2.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.fixedContainer .slideContainer #main .section_culture {
  margin-top: 500px;
  margin-left: 4010px;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_culture {
    margin-top: 400px;
    margin-left: calc(3750px + (100vw - 980px) / 2 + 10px - (100vw - 1080px) / 2);
    width: 980px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_culture {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_culture {
    margin-top: 60px;
  }
}
.fixedContainer .slideContainer #main .section_culture > .container {
  margin: 0 auto;
  width: 1200px;
  height: 670px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_culture > .container {
    width: 100%;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_culture > .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
  }
}
.fixedContainer .slideContainer #main .section_culture > .container .semiconductor_wrap {
  position: absolute;
  right: 170px;
  top: calc(100% - 250px);
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_culture > .container .semiconductor_wrap {
    right: 135px;
    top: calc(100% - 250px - 80px);
  }
}
.fixedContainer .slideContainer #main .section_culture > .container .semiconductor_wrap .semiconductor_line svg polyline {
  stroke-dasharray: 1300px;
  stroke-dashoffset: 1300px;
}
.fixedContainer .slideContainer #main .section_culture > .container .section_circle {
  width: 490px;
  height: 490px;
  top: 60px;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_culture > .container .section_circle {
    width: 450px;
    height: 450px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_culture > .container .section_circle {
    -ms-grid-row: 3;
    grid-row: 3;
    margin-top: -5px;
    margin-bottom: 66px;
    width: 400px;
    height: 400px;
    top: auto;
    right: auto;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_culture > .container .section_circle {
    margin-top: -25px;
    width: 340px;
    height: 340px;
  }
}
.fixedContainer .slideContainer #main .section_culture > .container .photo_1 {
  width: 220px;
  height: 220px;
  left: 600px;
  top: 0;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_culture > .container .photo_1 {
    width: 176px;
    height: 176px;
    left: 520px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_culture > .container .photo_1 {
    display: none;
  }
}
.fixedContainer .slideContainer #main .section_culture > .container .photo_1 .photo_container {
  background-image: url("../img/culture_1.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.fixedContainer .slideContainer #main .section_culture > .container .photo_2 {
  width: 300px;
  height: 300px;
  left: 550px;
  bottom: 0;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_culture > .container .photo_2 {
    width: 240px;
    height: 240px;
    left: 480px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_culture > .container .photo_2 {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column-align: center;
        justify-self: center;
    position: relative;
    left: 180px;
    top: 0;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_culture > .container .photo_2 {
    width: 140px;
    height: 140px;
    left: 100px;
  }
}
.fixedContainer .slideContainer #main .section_culture > .container .photo_2 .photo_container {
  background-image: url("../img/culture_2.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.fixedContainer .slideContainer #main .section_culture > .container .photo_3 {
  width: 320px;
  height: 320px;
  right: 0;
  top: 100px;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_culture > .container .photo_3 {
    width: 256px;
    height: 256px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_culture > .container .photo_3 {
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-top: -170px;
    width: 288px;
    height: 288px;
    position: relative;
    right: 190px;
    top: 0;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_culture > .container .photo_3 {
    margin-top: -55px;
    width: 230px;
    height: 230px;
    right: 90px;
  }
}
.fixedContainer .slideContainer #main .section_culture > .container .photo_3 .photo_container {
  background-image: url("../img/culture_3.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.fixedContainer .slideContainer #main .section_voice {
  margin-top: 500px;
  margin-left: 5450px;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_voice {
    margin-top: 400px;
    margin-left: calc(4360px + (100vw - 980px) / 2 + 10px - (100vw - 1080px) / 2 + 620px);
    width: 980px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_voice {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_voice {
    margin-top: 60px;
  }
}
.fixedContainer .slideContainer #main .section_voice > .container {
  margin: 0 auto;
  width: 1140px;
  height: 850px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_voice > .container {
    width: 100%;
    height: 750px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_voice > .container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
  }
}
.fixedContainer .slideContainer #main .section_voice > .container .semiconductor_wrap {
  position: absolute;
  left: 624px;
  top: 100%;
  z-index: -1;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_voice > .container .semiconductor_wrap {
    left: 599px;
  }
}
.fixedContainer .slideContainer #main .section_voice > .container .semiconductor_wrap .semiconductor_line svg polyline {
  stroke-dasharray: 700px;
  stroke-dashoffset: 700px;
}
.fixedContainer .slideContainer #main .section_voice > .container .section_circle {
  width: 480px;
  height: 480px;
  top: 180px;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_voice > .container .section_circle {
    width: 440px;
    height: 440px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_voice > .container .section_circle {
    -ms-grid-row: 3;
    grid-row: 3;
    margin-top: -10px;
    margin-bottom: 66px;
    width: 400px;
    height: 400px;
    top: auto;
    right: auto;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_voice > .container .section_circle {
    margin-top: -29px;
    width: 340px;
    height: 340px;
  }
}
.fixedContainer .slideContainer #main .section_voice > .container .photo_1 {
  width: 550px;
  height: 550px;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_voice > .container .photo_1 {
    width: 385px;
    height: 385px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_voice > .container .photo_1 {
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-row: 1;
    grid-row: 1;
    position: relative;
    right: 140px;
    top: 0;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_voice > .container .photo_1 {
    width: 180px;
    height: 180px;
    right: 75px;
  }
}
.fixedContainer .slideContainer #main .section_voice > .container .photo_1 .photo_container {
  background-image: url("../img/voice_1.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.fixedContainer .slideContainer #main .section_voice > .container .photo_2 {
  width: 260px;
  height: 260px;
  left: 500px;
  bottom: 0;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_voice > .container .photo_2 {
    width: 208px;
    height: 208px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_voice > .container .photo_2 {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column-align: center;
        justify-self: center;
    margin-top: -100px;
    position: relative;
    left: 190px;
    top: 0;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_voice > .container .photo_2 {
    margin-top: -47px;
    width: 130px;
    height: 130px;
    left: 86px;
  }
}
.fixedContainer .slideContainer #main .section_voice > .container .photo_2 .photo_container {
  background-image: url("../img/voice_2.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.fixedContainer .slideContainer #main .section_recruit {
  margin-top: 600px;
  margin-left: 5400px;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_recruit {
    margin-top: 500px;
    margin-left: calc(4360px + (100vw - 980px) / 2 + 10px - (100vw - 1080px) / 2 + 620px);
    width: 980px;
  }
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_recruit {
    width: 980px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_recruit {
    margin-top: 250px;
    margin-left: calc(0px - 6vw);
    width: 100vw;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_recruit {
    margin-top: 200px;
  }
}
.fixedContainer .slideContainer #main .section_recruit > .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  width: 1240px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_recruit > .container {
    width: 100%;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_recruit > .container {
    width: 100%;
    height: auto;
  }
}
.fixedContainer .slideContainer #main .section_recruit > .container .section_circle {
  -ms-grid-column-align: end;
      justify-self: end;
  width: 450px;
  height: 450px;
  position: absolute;
  top: 0;
  right: 70px;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .section_circle {
    width: 420px;
    height: 420px;
    right: 30px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .section_circle {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column-align: center;
        justify-self: center;
    margin-top: 80px;
    width: 400px;
    height: 400px;
    position: relative;
    top: auto;
    right: auto;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .section_circle {
    margin-top: 60px;
    width: 340px;
    height: 340px;
  }
}
.fixedContainer .slideContainer #main .section_recruit > .container .section_circle .bg::before, .fixedContainer .slideContainer #main .section_recruit > .container .section_circle .bg::after {
  content: "";
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.fixedContainer .slideContainer #main .section_recruit > .container .section_circle .bg::before {
  background: -webkit-gradient(linear, left top, right top, from(#329fdf), to(#4b70b5));
  background: linear-gradient(90deg, #329fdf 0%, #4b70b5 100%);
}
.fixedContainer .slideContainer #main .section_recruit > .container .section_circle .bg::after {
  background-color: #ffffff;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
}
.fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content {
  -ms-grid-column-align: center;
      justify-self: center;
}
.fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content .recruit_ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 25px;
  margin: 50px auto 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content .recruit_ul {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content .recruit_ul {
    row-gap: 20px;
    margin-top: 35px;
    margin-bottom: 30px;
  }
}
.fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content .recruit_ul li {
  display: inline-block;
}
.fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content .recruit_ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content .recruit_ul li a .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26px;
  height: 26px;
  position: relative;
}
.fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content .recruit_ul li a .point::before {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #333333;
  border-radius: 50%;
  position: relative;
}
.fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content .recruit_ul li a .point::after {
  -webkit-transition: border-color 0.3s, left 0.3s cubic-bezier(0.33, 1, 0.68, 1), right 0.3s cubic-bezier(0.33, 1, 0.68, 1), top 0.3s cubic-bezier(0.33, 1, 0.68, 1), bottom 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: border-color 0.3s, left 0.3s cubic-bezier(0.33, 1, 0.68, 1), right 0.3s cubic-bezier(0.33, 1, 0.68, 1), top 0.3s cubic-bezier(0.33, 1, 0.68, 1), bottom 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  content: "";
  display: inline-block;
  border: 1px solid #333333;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content .recruit_ul li a .text {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-left: 10px;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content .recruit_ul li a .text span {
  font-weight: 700;
}
@media screen and (min-width: 1079px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content .recruit_ul li a:hover .point::before {
    background-color: #329fdf;
  }
}
@media screen and (min-width: 1079px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content .recruit_ul li a:hover .point::after {
    border-color: #329fdf;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
  }
}
.fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content .recruit_ul li a:hover .text {
  color: #329fdf;
}
.fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content .recruit_ul li a.btn_gray {
  pointer-events: none;
}
.fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content .recruit_ul li a.btn_gray .point::before {
  background-color: #ccc;
}
.fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content .recruit_ul li a.btn_gray .point::after {
  border-color: #ccc;
}
.fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content .recruit_ul li a.btn_gray .text {
  color: #ccc;
}
.fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content .recruit_ul li.fadeElem {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content .recruit_ul li.fadeIn {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content .comment {
  margin: 50px 0 0px;
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content .comment {
    margin-top: 35px;
  }
}
.fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content .comment .text {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 12px;
  line-height: 1.65em;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content .comment .text span {
  font-weight: 500;
}
.fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content .comment .text {
  text-align: center;
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content .comment .text {
    font-size: 10px;
  }
}
.fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content .comment.fadeElem {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.fixedContainer .slideContainer #main .section_recruit > .container .section_circle .content .comment.fadeIn {
  -webkit-transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.fixedContainer .slideContainer #main .section_recruit > .container .entry {
  margin-top: 55px;
  margin-left: 70px;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .entry {
    margin-top: 25px;
    margin-left: 100px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .entry {
    -ms-grid-row: 1;
    grid-row: 1;
    margin-top: 0;
    margin-left: 0;
  }
}
.fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 40px auto;
  grid-template-columns: auto auto;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    row-gap: 30px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul {
    -ms-grid-column-align: center;
        justify-self: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li {
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li a,
.fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 340px;
  height: 100px;
  border-radius: 50px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li a,
  .fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li .btn {
    width: 300px;
    height: 70px;
    border-radius: 35px;
  }
}
.fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li a::before, .fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li a::after,
.fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li .btn::before,
.fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li .btn::after {
  content: "";
  display: inline-block;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li a::before,
.fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li .btn::before {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background: -webkit-gradient(linear, left top, right top, from(#329fdf), to(#4b70b5));
  background: linear-gradient(90deg, #329fdf 0%, #4b70b5 100%);
}
.fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li a::after,
.fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li .btn::after {
  background: #329fdf;
  z-index: -1;
}
.fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li a .text,
.fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li .btn .text {
  padding-left: 0.1em;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li a .text span,
.fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li .btn .text span {
  font-weight: 500;
}
.fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li a .text,
.fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li .btn .text {
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li a .text,
  .fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li .btn .text {
    font-size: 18px;
  }
}
@media screen and (min-width: 1079px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li a:hover::before,
  .fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li .btn:hover::before {
    opacity: 0;
  }
}
.fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li a.btn_gray {
  pointer-events: none;
}
.fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li a.btn_gray::before {
  background: #ccc;
}
.fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li.fadeIn {
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px);
          transform: translateX(0px) translateY(0px);
}
.fixedContainer .slideContainer #main .section_recruit > .container .entry .entry_ul li.fadeIn:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch {
  margin-top: 170px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .company_catch {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .company_catch {
    margin-top: 80px;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .company_catch {
    margin-top: 60px;
    margin-bottom: -1px;
  }
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch h4 {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch h4 span {
  font-weight: 500;
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch h4 {
  color: #c9c9c9;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .company_catch h4 {
    font-size: 18px;
  }
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch .catchBox {
  width: 1240px;
  height: 598px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .company_catch .catchBox {
    width: 980px;
    height: 535.0967741935px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .company_catch .catchBox {
    width: 100vw;
    height: calc(45.4666666667vw + 220px);
  }
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch .catchBox .catch_movie {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch .catchBox .catch_movie .movie_container {
  width: 1240px;
  height: 300px;
  clip-path: url(#maskPathText);
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .company_catch .catchBox .catch_movie .movie_container {
    width: 980px;
    height: 237.0967741935px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .company_catch .catchBox .catch_movie .movie_container {
    width: 100vw;
    height: 45.4666666667vw;
    clip-path: url(#maskPathText_sp);
  }
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch .catchBox .catch_movie .movie_container .catchBoxMovie {
  width: 1240px;
  height: 598px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .company_catch .catchBox .catch_movie .movie_container .catchBoxMovie {
    width: 980px;
    height: 535.0967741935px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .company_catch .catchBox .catch_movie .movie_container .catchBoxMovie {
    width: 100vw;
    height: calc(45.4666666667vw + 417px);
  }
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch .catchBox .box_movie {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch .catchBox .box_movie .movie_container {
  clip-path: url(#maskPathBox);
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .company_catch .catchBox .box_movie .movie_container {
    width: 980px;
    height: 535.0967741935px;
    clip-path: url(#maskPathBox_tl);
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .company_catch .catchBox .box_movie .movie_container {
    width: 100vw;
    height: calc(45.4666666667vw + 417px);
    clip-path: url(#maskPathBox_sp);
  }
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch .catchBox .box_movie .movie_container .catchBoxMovie {
  width: 1240px;
  height: 598px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .company_catch .catchBox .box_movie .movie_container .catchBoxMovie {
    width: 980px;
    height: 535.0967741935px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .company_catch .catchBox .box_movie .movie_container .catchBoxMovie {
    width: 100vw;
    height: calc(45.4666666667vw + 417px);
  }
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch .catchBox .box_movie #maskPathBox_sp rect {
  y: calc(45.4666666667vw - 1px);
  width: 100vw;
  height: 417px;
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch .catchBox.fadeElem .catch_movie {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch .catchBox.fadeElem .box_movie {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch .catchBox.fadeIn .catch_movie {
  -webkit-transition: clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1s;
  transition: clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch .catchBox.fadeIn .box_movie {
  -webkit-transition: clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1.5s;
  transition: clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1.5s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch .group_company {
  padding: 100px 80px;
  width: 1240px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .company_catch .group_company {
    padding: 100px 40px;
    width: 980px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .company_catch .group_company {
    margin-left: 0;
    padding: 60px 0;
    width: 100vw;
    height: 220px;
  }
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch .group_company .group_ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .company_catch .group_company .group_ul {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .company_catch .group_company .group_ul {
    row-gap: 30px;
  }
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch .group_company .group_ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 500px;
  height: 100px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .company_catch .group_company .group_ul li a {
    width: 460px;
  }
}
@media screen and (max-width: 859px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .company_catch .group_company .group_ul li a {
    width: 400px;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .company_catch .group_company .group_ul li a {
    width: 280px;
  }
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch .group_company .group_ul li a::before {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch .group_company .group_ul li a .text {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-block: calc((1em - 1lh) / 2);
  padding-left: 0.1em;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch .group_company .group_ul li a .text span {
  font-weight: 500;
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch .group_company .group_ul li a .text {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .company_catch .group_company .group_ul li a .text {
    font-size: 19px;
  }
}
@media screen and (max-width: 639px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .company_catch .group_company .group_ul li a .text {
    font-size: 18px;
  }
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch .group_company .group_ul li a .icon {
  position: absolute;
  right: 12px;
  top: 12px;
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch .group_company .group_ul li a .icon svg .st0 {
  -webkit-transition: stroke 0.3s;
  transition: stroke 0.3s;
  fill: none;
  stroke: #333333;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media screen and (min-width: 1079px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .company_catch .group_company .group_ul li a:hover::before {
    background-color: #329fdf;
  }
}
@media screen and (min-width: 1079px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .company_catch .group_company .group_ul li a:hover .text {
    color: #ffffff;
  }
}
@media screen and (min-width: 1079px) {
  .fixedContainer .slideContainer #main .section_recruit > .container .company_catch .group_company .group_ul li a:hover .icon svg .st0 {
    stroke: #ffffff;
  }
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch .group_company.fadeElem .group_ul li {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch .group_company.fadeIn .group_ul li {
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch .group_company.fadeIn .group_ul li:nth-of-type(1) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch .group_company.fadeIn .group_ul li:nth-of-type(2) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.fixedContainer .slideContainer #main .section_recruit > .container .company_catch .group_company.fadeIn .group_ul li:nth-of-type(3) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.fixedContainer .slideContainer #footer {
  margin-top: -150px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #footer {
    margin-top: 0;
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #footer {
    margin-top: -1px;
    margin-left: calc(0px - 6vw);
    width: 100vw;
  }
}
.fixedContainer .slideContainer #footer .bg {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  right: -10000px;
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #footer .bg {
    right: 0;
  }
}
.fixedContainer .slideContainer #footer .footer_container {
  margin-left: 5470px;
}
@media screen and (max-width: 1299px) {
  .fixedContainer .slideContainer #footer .footer_container {
    margin-left: calc(4360px + (100vw - 980px) / 2 + 10px - (100vw - 1080px) / 2 + 620px - 60px);
  }
}
@media screen and (max-width: 1199px) {
  .fixedContainer .slideContainer #footer .footer_container {
    margin-left: calc(4370px - (100vw - 1080px) / 2 + 620px);
  }
}
@media screen and (max-width: 1079px) {
  .fixedContainer .slideContainer #footer .footer_container {
    margin-left: 0;
  }
}

.fixedContainer.displayOn {
  display: block;
}

.fixed_content_front {
  pointer-events: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.fixed_content_front .fv {
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 859px) {
  .fixed_content_front .fv {
    margin-bottom: 100px;
    height: calc(100vh - 100px);
    height: calc(100svh - 100px);
  }
}
.fixed_content_front .fv .fv_catch {
  width: 751px;
  height: 333px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .fixed_content_front .fv .fv_catch {
    width: 541.2612612613px;
    height: 240px;
  }
}
@media screen and (max-width: 859px) {
  .fixed_content_front .fv .fv_catch {
    width: 320.2462462462px;
    height: 142px;
  }
}
.fixed_content_front .fv .fv_catch .svg_wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.fixed_content_front .fv .fv_catch .svg_wrap .svg {
  opacity: 0;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.5);
          transform: translateX(-50%) translateY(-50%) scale(0.5);
}
@media screen and (max-width: 1299px) {
  .fixed_content_front .fv .fv_catch .svg_wrap .svg .container img {
    -webkit-transform: scale(0.7207207207);
            transform: scale(0.7207207207);
  }
}
@media screen and (max-width: 859px) {
  .fixed_content_front .fv .fv_catch .svg_wrap .svg .container img {
    -webkit-transform: scale(0.4264264264);
            transform: scale(0.4264264264);
  }
}
.fixed_content_front .fv .fv_catch .svg_wrap .svg_11 {
  left: 11.5%;
  top: 18.5%;
}
.fixed_content_front .fv .fv_catch .svg_wrap .svg_11 .container {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.fixed_content_front .fv .fv_catch .svg_wrap .svg_12 {
  left: 26.6%;
  top: 20%;
}
.fixed_content_front .fv .fv_catch .svg_wrap .svg_12 .container {
  -webkit-transform: scale(0.7) translateX(-50px);
          transform: scale(0.7) translateX(-50px);
}
.fixed_content_front .fv .fv_catch .svg_wrap .svg_13 {
  left: 40.6%;
  top: 20.7%;
}
.fixed_content_front .fv .fv_catch .svg_wrap .svg_13 .container {
  -webkit-transform: scale(0.7) translateX(-50px);
          transform: scale(0.7) translateX(-50px);
}
.fixed_content_front .fv .fv_catch .svg_wrap .svg_14 {
  left: 54.6%;
  top: 27.2%;
}
.fixed_content_front .fv .fv_catch .svg_wrap .svg_14 .container {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.fixed_content_front .fv .fv_catch .svg_wrap .svg_15 {
  left: 72.6%;
  top: 20.3%;
}
.fixed_content_front .fv .fv_catch .svg_wrap .svg_15 .container {
  -webkit-transform: scale(0.7) translateX(-50px);
          transform: scale(0.7) translateX(-50px);
}
.fixed_content_front .fv .fv_catch .svg_wrap .svg_16 {
  left: 81.6%;
  top: 30.8%;
}
.fixed_content_front .fv .fv_catch .svg_wrap .svg_16 .container {
  -webkit-transform: scale(0.7) translateX(-50px);
          transform: scale(0.7) translateX(-50px);
}
.fixed_content_front .fv .fv_catch .svg_wrap .svg_21 {
  left: 20.3%;
  top: 69.7%;
}
.fixed_content_front .fv .fv_catch .svg_wrap .svg_21 .container {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.fixed_content_front .fv .fv_catch .svg_wrap .svg_22 {
  left: 38.1%;
  top: 72.2%;
}
.fixed_content_front .fv .fv_catch .svg_wrap .svg_22 .container {
  -webkit-transform: scale(0.7) translateX(-50px);
          transform: scale(0.7) translateX(-50px);
}
.fixed_content_front .fv .fv_catch .svg_wrap .svg_23 {
  left: 50.1%;
  top: 73.9%;
}
.fixed_content_front .fv .fv_catch .svg_wrap .svg_23 .container {
  -webkit-transform: scale(0.7) translateX(-50px);
          transform: scale(0.7) translateX(-50px);
}
.fixed_content_front .fv .fv_catch .svg_wrap .svg_24 {
  left: 69.3%;
  top: 67.9%;
}
.fixed_content_front .fv .fv_catch .svg_wrap .svg_24 .container {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.fixed_content_front .fv .fv_catch .svg_wrap .svg_25 {
  left: 87.1%;
  top: 79.5%;
}
.fixed_content_front .fv .fv_catch .svg_wrap .svg_25 .container {
  -webkit-transform: scale(0.7) translateX(-50px);
          transform: scale(0.7) translateX(-50px);
}
.fixed_content_front .fv .fv_catch .svg_wrap .svg_26 {
  left: 97.7%;
  top: 95.3%;
}
.fixed_content_front .fv .fv_catch .svg_wrap .svg_26 .container {
  -webkit-transform: scale(0.7) translateX(-50px);
          transform: scale(0.7) translateX(-50px);
}
.fixed_content_front .fv .fv_catch h1 {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 40px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.fixed_content_front .fv .fv_catch h1 span {
  font-weight: 500;
}
.fixed_content_front .fv .fv_catch h1 {
  color: #ffffff;
}
.fixed_content_front .fv .fv_catch.fadeIn .svg_wrap .svg {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
}
.fixed_content_front .fv .fv_catch.fadeIn .svg_wrap .svg.svg_11 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.fixed_content_front .fv .fv_catch.fadeIn .svg_wrap .svg.svg_11 .container {
  -webkit-animation: fadeInPop_1 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s both, fadeInPop_2 0.28s cubic-bezier(0.32, 0, 0.67, 0) 0.4s forwards;
          animation: fadeInPop_1 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0s both, fadeInPop_2 0.28s cubic-bezier(0.32, 0, 0.67, 0) 0.4s forwards;
}
.fixed_content_front .fv .fv_catch.fadeIn .svg_wrap .svg.svg_12 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.fixed_content_front .fv .fv_catch.fadeIn .svg_wrap .svg.svg_12 .container {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: scale(1) translateX(0);
          transform: scale(1) translateX(0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.fixed_content_front .fv .fv_catch.fadeIn .svg_wrap .svg.svg_13 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.fixed_content_front .fv .fv_catch.fadeIn .svg_wrap .svg.svg_13 .container {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: scale(1) translateX(0);
          transform: scale(1) translateX(0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.fixed_content_front .fv .fv_catch.fadeIn .svg_wrap .svg.svg_14 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.fixed_content_front .fv .fv_catch.fadeIn .svg_wrap .svg.svg_14 .container {
  -webkit-animation: fadeInPop_1 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s both, fadeInPop_2 0.28s cubic-bezier(0.32, 0, 0.67, 0) 0.7s forwards;
          animation: fadeInPop_1 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.3s both, fadeInPop_2 0.28s cubic-bezier(0.32, 0, 0.67, 0) 0.7s forwards;
}
.fixed_content_front .fv .fv_catch.fadeIn .svg_wrap .svg.svg_15 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.fixed_content_front .fv .fv_catch.fadeIn .svg_wrap .svg.svg_15 .container {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: scale(1) translateX(0);
          transform: scale(1) translateX(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.fixed_content_front .fv .fv_catch.fadeIn .svg_wrap .svg.svg_16 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.fixed_content_front .fv .fv_catch.fadeIn .svg_wrap .svg.svg_16 .container {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: scale(1) translateX(0);
          transform: scale(1) translateX(0);
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.fixed_content_front .fv .fv_catch.fadeIn .svg_wrap .svg.svg_21 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.fixed_content_front .fv .fv_catch.fadeIn .svg_wrap .svg.svg_21 .container {
  -webkit-animation: fadeInPop_1 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.6s both, fadeInPop_2 0.28s cubic-bezier(0.32, 0, 0.67, 0) 1s forwards;
          animation: fadeInPop_1 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.6s both, fadeInPop_2 0.28s cubic-bezier(0.32, 0, 0.67, 0) 1s forwards;
}
.fixed_content_front .fv .fv_catch.fadeIn .svg_wrap .svg.svg_22 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.fixed_content_front .fv .fv_catch.fadeIn .svg_wrap .svg.svg_22 .container {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: scale(1) translateX(0);
          transform: scale(1) translateX(0);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.fixed_content_front .fv .fv_catch.fadeIn .svg_wrap .svg.svg_23 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.fixed_content_front .fv .fv_catch.fadeIn .svg_wrap .svg.svg_23 .container {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: scale(1) translateX(0);
          transform: scale(1) translateX(0);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.fixed_content_front .fv .fv_catch.fadeIn .svg_wrap .svg.svg_24 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.fixed_content_front .fv .fv_catch.fadeIn .svg_wrap .svg.svg_24 .container {
  -webkit-animation: fadeInPop_1 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.9s both, fadeInPop_2 0.28s cubic-bezier(0.32, 0, 0.67, 0) 1.3s forwards;
          animation: fadeInPop_1 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.9s both, fadeInPop_2 0.28s cubic-bezier(0.32, 0, 0.67, 0) 1.3s forwards;
}
.fixed_content_front .fv .fv_catch.fadeIn .svg_wrap .svg.svg_25 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.fixed_content_front .fv .fv_catch.fadeIn .svg_wrap .svg.svg_25 .container {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: scale(1) translateX(0);
          transform: scale(1) translateX(0);
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.fixed_content_front .fv .fv_catch.fadeIn .svg_wrap .svg.svg_26 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.fixed_content_front .fv .fv_catch.fadeIn .svg_wrap .svg.svg_26 .container {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: scale(1) translateX(0);
          transform: scale(1) translateX(0);
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
@-webkit-keyframes fadeInPop_1 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@keyframes fadeInPop_1 {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@-webkit-keyframes fadeInPop_2 {
  0% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeInPop_2 {
  0% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fixed_content_front .fv .fv_catch_en {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  margin-top: 120px;
}
@media screen and (max-width: 1299px) {
  .fixed_content_front .fv .fv_catch_en {
    margin-top: 110px;
  }
}
@media screen and (max-width: 639px) {
  .fixed_content_front .fv .fv_catch_en {
    margin-top: 100px;
  }
}
.fixed_content_front .fv .fv_catch_en h5 {
  margin-block: calc((1em - 1lh) / 2);
  padding-left: 0.1em;
  font-size: 14px;
  line-height: 1.57em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.fixed_content_front .fv .fv_catch_en h5 span {
  font-weight: 600;
}
.fixed_content_front .fv .fv_catch_en h5 {
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1299px) {
  .fixed_content_front .fv .fv_catch_en h5 {
    font-size: 13.5px;
  }
}
@media screen and (max-width: 639px) {
  .fixed_content_front .fv .fv_catch_en h5 {
    font-size: 13px;
    line-height: 1.7em;
    font-weight: 500;
  }
  .fixed_content_front .fv .fv_catch_en h5 span {
    font-weight: 500;
  }
}
.fixed_content_front .fv .fv_catch_en.fadeIn {
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fixed_content_front .fv.fadeOut {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.fixed_content_front .copyright {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: auto;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
@media screen and (max-width: 639px) {
  .fixed_content_front .copyright {
    bottom: 27px;
    left: 27px;
  }
}
.fixed_content_front .copyright .text {
  font-size: 11px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.fixed_content_front .copyright .text span {
  font-weight: 500;
}
.fixed_content_front .copyright .text {
  color: #ffffff;
}
@media screen and (max-width: 639px) {
  .fixed_content_front .copyright .text {
    margin-block: calc((1em - 1lh) / 2);
    line-height: 1.5em;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    text-orientation: sideways;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.fixed_content_front .copyright .text br {
  display: none;
}
@media screen and (max-width: 639px) {
  .fixed_content_front .copyright .text br {
    display: block;
  }
}
.fixed_content_front .copyright.fadeIn {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
}
.fixed_content_front .copyright.fadeOut {
  opacity: 0;
}
.fixed_content_front .scroll {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  pointer-events: auto;
  position: absolute;
  left: 50vw;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.fixed_content_front .scroll .text {
  padding-left: 0.1em;
  font-size: 10px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.fixed_content_front .scroll .text span {
  font-weight: 600;
}
.fixed_content_front .scroll .text {
  color: #ffffff;
}
.fixed_content_front .scroll .motion {
  margin-top: 7px;
  width: 100%;
  height: 25px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .fixed_content_front .scroll .motion {
    height: 22px;
  }
}
@media screen and (max-width: 639px) {
  .fixed_content_front .scroll .motion {
    margin-top: 6px;
    height: 20px;
  }
}
.fixed_content_front .scroll .motion .motion_container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.fixed_content_front .scroll .motion .motion_container .motion_line {
  margin-left: 24px;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
}
.fixed_content_front .scroll.fadeIn {
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  opacity: 1;
}
.fixed_content_front .scroll.start .motion .motion_container {
  -webkit-animation: scrollAnimation 3.5s 2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
          animation: scrollAnimation 3.5s 2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.fixed_content_front .scroll.fadeOut {
  opacity: 0;
}
.fixed_content_front .scroll.duration05 {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@-webkit-keyframes scrollAnimation {
  0% {
    top: 0%;
    bottom: 0%;
  }
  20% {
    top: 100%;
    bottom: 0%;
  }
  21% {
    top: 0%;
    bottom: 100%;
  }
  40% {
    top: 0%;
    bottom: 0%;
  }
}
@keyframes scrollAnimation {
  0% {
    top: 0%;
    bottom: 0%;
  }
  20% {
    top: 100%;
    bottom: 0%;
  }
  21% {
    top: 0%;
    bottom: 100%;
  }
  40% {
    top: 0%;
    bottom: 0%;
  }
}
.fixed_content_front .special_btn {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: auto;
  position: absolute;
  bottom: 40px;
  right: 0;
}
@media screen and (max-width: 639px) {
  .fixed_content_front .special_btn {
    bottom: 85px;
  }
}
.fixed_content_front .special_btn a {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 92px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .fixed_content_front .special_btn a {
    height: 85px;
  }
}
.fixed_content_front .special_btn a::before {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fixed_content_front .special_btn a .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.fixed_content_front .special_btn a .top .special {
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  padding: 3px 4px 3px 5px;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.fixed_content_front .special_btn a .top .special span {
  font-weight: 600;
}
.fixed_content_front .special_btn a .top .special {
  color: #4b70b5;
  background-color: #ffffff;
  border-radius: 2px;
}
@media screen and (max-width: 639px) {
  .fixed_content_front .special_btn a .top .special {
    padding: 3px 4px 3px 5px;
    font-size: 11px;
    border-radius: 1.8px;
  }
}
.fixed_content_front .special_btn a .top .title {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-left: 5px;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0.01em;
  font-weight: 700;
}
.fixed_content_front .special_btn a .top .title span {
  font-weight: 700;
}
.fixed_content_front .special_btn a .top .title {
  color: #ffffff;
}
@media screen and (max-width: 639px) {
  .fixed_content_front .special_btn a .top .title {
    font-size: 12px;
  }
}
.fixed_content_front .special_btn a .bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-flex-line-pack: start;
      align-content: start;
  position: relative;
}
.fixed_content_front .special_btn a .bottom::before {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  content: "";
  display: inline-block;
  margin-top: 7px;
  width: 200px;
  height: 1px;
  background-color: #ffffff;
}
@media screen and (max-width: 639px) {
  .fixed_content_front .special_btn a .bottom::before {
    width: 187px;
  }
}
.fixed_content_front .special_btn a .bottom .catch {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-top: 9px;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.fixed_content_front .special_btn a .bottom .catch span {
  font-weight: 600;
}
.fixed_content_front .special_btn a .bottom .catch {
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 639px) {
  .fixed_content_front .special_btn a .bottom .catch {
    margin-top: 8px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1079px) {
  .fixed_content_front .special_btn a:hover::before {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1079px) {
  .fixed_content_front .special_btn a:hover .top .special {
    color: #ffffff;
    background-color: #329fdf;
  }
}
@media screen and (min-width: 1079px) {
  .fixed_content_front .special_btn a:hover .top .title {
    color: #329fdf;
  }
}
@media screen and (min-width: 1079px) {
  .fixed_content_front .special_btn a:hover .bottom::before {
    background-color: #329fdf;
  }
}
@media screen and (min-width: 1079px) {
  .fixed_content_front .special_btn a:hover .bottom .catch {
    color: #329fdf;
  }
}
.fixed_content_front .special_btn a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  padding-left: 34px;
  width: 256px;
  border-radius: 46px 0 0 46px;
}
@media screen and (max-width: 639px) {
  .fixed_content_front .special_btn a {
    padding-left: 30px;
    width: 236px;
    border-radius: 42.5px 0 0 42.5px;
  }
}
.fixed_content_front .special_btn a::before {
  background-color: #ffffff;
  border-radius: 46px 0 0 46px;
  right: -10px;
}
@media screen and (max-width: 639px) {
  .fixed_content_front .special_btn a::before {
    border-radius: 42.5px 0 0 42.5px;
  }
}
.fixed_content_front .special_btn a .top .special {
  color: #ffffff;
  background-color: #4b70b5;
}
.fixed_content_front .special_btn a .top .title {
  color: #4b70b5;
}
.fixed_content_front .special_btn a .bottom::before {
  background-color: #4b70b5;
}
.fixed_content_front .special_btn a .bottom .catch {
  color: #333333;
}
@media screen and (min-width: 1079px) {
  .fixed_content_front .special_btn a:hover {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
@media screen and (min-width: 1079px) {
  .fixed_content_front .special_btn a:hover::before {
    background-color: #329fdf;
  }
}
@media screen and (min-width: 1079px) {
  .fixed_content_front .special_btn a:hover .top .special {
    color: #329fdf;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1079px) {
  .fixed_content_front .special_btn a:hover .top .title {
    color: #ffffff;
  }
}
@media screen and (min-width: 1079px) {
  .fixed_content_front .special_btn a:hover .bottom::before {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1079px) {
  .fixed_content_front .special_btn a:hover .bottom .catch {
    color: #ffffff;
  }
}
@media screen and (max-width: 639px) {
  .fixed_content_front .special_btn.setBottom {
    bottom: 20px;
  }
}
.fixed_content_front .special_btn.fadeIn {
  -webkit-transition: opacity 1s, bottom 1s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 1s cubic-bezier(0.76, 0, 0.24, 1);
  transition: opacity 1s, bottom 1s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 1s cubic-bezier(0.76, 0, 0.24, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.76, 0, 0.24, 1), bottom 1s cubic-bezier(0.76, 0, 0.24, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.76, 0, 0.24, 1), bottom 1s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 1s cubic-bezier(0.76, 0, 0.24, 1);
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.fixed_content_front .special_btn.setTransition {
  -webkit-transition: bottom 1s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: bottom 1s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), bottom 1s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1), bottom 1s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}
.fixed_content_front .special_btn.hide {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.fixed_content_front.fadeIn .special_btn {
  -webkit-transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.76, 0, 0.24, 1);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.76, 0, 0.24, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.76, 0, 0.24, 1);
  transition: opacity 1s, transform 1s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 1s cubic-bezier(0.76, 0, 0.24, 1);
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.modal {
  -webkit-transition: all 0s 1s;
  transition: all 0s 1s;
  left: 200vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  z-index: 201;
}
.modal .bg {
  -webkit-transition: all 0.5s 0.5s;
  transition: all 0.5s 0.5s;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
}
.modal .container {
  width: 690px;
  max-width: 690px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .modal .container {
    width: 630px;
    max-width: 630px;
  }
}
@media screen and (max-width: 859px) {
  .modal .container {
    width: 590px;
    max-width: 590px;
  }
}
@media screen and (max-width: 639px) {
  .modal .container {
    width: 88vw;
  }
}
.modal .container .close {
  -webkit-animation: opacityOut 0.5s linear both;
          animation: opacityOut 0.5s linear both;
  -webkit-transition: right 0s 0.5s;
  transition: right 0s 0.5s;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: calc(100% + 0px);
  right: -3px;
  cursor: pointer;
}
@media screen and (max-width: 639px) {
  .modal .container .close {
    position: fixed;
    right: -200vw;
    bottom: auto;
    top: 30px;
  }
}
.modal .container .close::before, .modal .container .close::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  width: 18px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal .container .close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(40deg);
          transform: translateX(-50%) translateY(-50%) rotate(40deg);
}
.modal .container .close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-40deg);
          transform: translateX(-50%) translateY(-50%) rotate(-40deg);
}
@media screen and (min-width: 1079px) {
  .modal .container .close:hover::before, .modal .container .close:hover::after {
    background-color: #329fdf;
  }
}
.modal .container .title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 14px auto 14px 1fr;
  grid-template-columns: 1fr auto 1fr;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  position: relative;
}
@media screen and (max-width: 1299px) {
  .modal .container .title {
    -webkit-column-gap: 13px;
       -moz-column-gap: 13px;
            column-gap: 13px;
  }
}
@media screen and (max-width: 639px) {
  .modal .container .title {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
.modal .container .title::before, .modal .container .title::after {
  -webkit-transition: opacity 0.5s, clip-path 0s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  transition: opacity 0.5s, clip-path 0s cubic-bezier(0.25, 1, 0.5, 1) 0.5s;
  opacity: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.modal .container .title::before {
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
.modal .container .title::after {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.modal .container .title .text {
  -webkit-animation: opacityOut 0.5s linear both;
          animation: opacityOut 0.5s linear both;
  padding-left: 0.1em;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.modal .container .title .text span {
  font-weight: 600;
}
.modal .container .title .text {
  color: #ffffff;
}
@media screen and (max-width: 1299px) {
  .modal .container .title .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 639px) {
  .modal .container .title .text {
    font-size: 18px;
  }
}
.modal .container .link {
  margin-top: 40px;
}
@media screen and (max-width: 1299px) {
  .modal .container .link {
    margin-top: 35px;
  }
}
@media screen and (max-width: 639px) {
  .modal .container .link {
    margin-top: 30px;
  }
}
.modal .container .link .link_ul {
  display: none;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media screen and (max-width: 1299px) {
  .modal .container .link .link_ul {
    row-gap: 25px;
  }
}
@media screen and (max-width: 639px) {
  .modal .container .link .link_ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.modal .container .link .link_ul li {
  -webkit-animation: opacityOut 0.5s linear both;
          animation: opacityOut 0.5s linear both;
  height: 70px;
}
@media screen and (max-width: 1299px) {
  .modal .container .link .link_ul li {
    height: 60px;
  }
}
@media screen and (max-width: 639px) {
  .modal .container .link .link_ul li {
    -ms-grid-column-align: center;
        justify-self: center;
    width: 76vw;
    max-width: 300px;
    height: 50px;
  }
}
.modal .container .link .link_ul li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #329fdf;
}
.modal .container .link .link_ul li a .text {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 0.1em;
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.modal .container .link .link_ul li a .text span {
  font-weight: 500;
}
.modal .container .link .link_ul li a .text {
  color: #ffffff;
}
@media screen and (max-width: 1299px) {
  .modal .container .link .link_ul li a .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 639px) {
  .modal .container .link .link_ul li a .text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1079px) {
  .modal .container .link .link_ul li a:hover {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1079px) {
  .modal .container .link .link_ul li a:hover .text {
    color: #329fdf;
  }
}
.modal .container .link .link_ul.displayOn {
  display: -ms-grid;
  display: grid;
}

.modal.fadeIn {
  -webkit-transition: all 0s;
  transition: all 0s;
  left: 0;
}
.modal.fadeIn .bg {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.85;
}
.modal.fadeIn .container .close {
  -webkit-animation: opacityIn 0.5s linear 0.6s both;
          animation: opacityIn 0.5s linear 0.6s both;
}
@media screen and (max-width: 639px) {
  .modal.fadeIn .container .close {
    -webkit-transition: right 0s;
    transition: right 0s;
    right: 30px;
  }
}
.modal.fadeIn .container .title::before, .modal.fadeIn .container .title::after {
  -webkit-transition: opacity 0s 0.4s, clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  transition: opacity 0s 0.4s, clip-path 1s cubic-bezier(0.25, 1, 0.5, 1) 0.4s;
  opacity: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.modal.fadeIn .container .title .text {
  -webkit-animation: opacityIn 0.5s linear 0.4s both, transformInB 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.4s both;
          animation: opacityIn 0.5s linear 0.4s both, transformInB 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.4s both;
}
.modal.fadeIn .container .link .link_ul li {
  -webkit-animation: opacityIn 0.5s linear 0.8s both, transformInB 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.8s both;
          animation: opacityIn 0.5s linear 0.8s both, transformInB 0.5s cubic-bezier(0.25, 1, 0.5, 1) 0.8s both;
}

@-webkit-keyframes opacityIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacityIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes transformInB {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes transformInB {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes opacityOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacityOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*# sourceMappingURL=style.css.map */