@charset "utf-8";
/* CSS Document */
.header.main-bg::before {
  background: rgba(255, 255, 255, 0.9);
}
body:not(.gjs-dashed) .header {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-30%);
  -ms-filter: blur(10px);
  filter: blur(10px);
}
body.indexon .header {
  animation-name: indexheader;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 2.0s;
}
@keyframes indexheader {
  0% {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-30%);
    -ms-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
.header {
  opacity: 0;
  pointer-events: none;
}
.fv {
  position: relative;
  padding-left: 8%;
}
.fv .contents {
  position: relative;
}
.fv .sc_icon {
  position: absolute;
  width: 8%;
  left: 0;
  bottom: 0;
  flex-direction: column;
  gap: 10px;
}
body:not(.gjs-dashed) .fv .sc_icon {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
}
body.indexon .fv .sc_icon {
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 2.0s;
}
.fv .sc_icon .icon {
  position: relative;
  width: 1px;
  height: 180px;
}
.fv .sc_icon .icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #707070;
}
.fv .sc_icon .icon::after {
  animation-name: sc_icon;
  animation-duration: 2.4s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
@keyframes sc_icon {
  0% {
    top: auto;
    bottom: 0;
    height: 100%;
  }
  48% {
    top: auto;
    bottom: 0;
    height: 0;
  }
  50% {
    bottom: auto;
    top: 0;
    height: 0;
  }
  98% {
    bottom: auto;
    top: 0;
    height: 100%;
  }
  100% {
    bottom: 0;
    top: auto;
    height: 100%;
  }
}
.lineanime_wrap {
  position: absolute;
  width: 100%;
  top: 70%;
  left: 0;
  transform: translateY(-50%);
  overflow: hidden;
}
.lineanime_wrap .lineanime {
  width: 80%;
  transform: translateX(-50px);
}
.line_svg {
  width: 100%;
}
.line_path {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: lineDraw 3.6s ease forwards;
  animation-delay: 3.2s;
}
@keyframes lineDraw {
  to {
    stroke-dashoffset: 0;
  }
}
.fv .sc_icon p {
  font-family: "Marcellus", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1rem;
}
.fv .contents .imgbox {
  position: relative;
}
.fv .contents .imgbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #01C4CC;
  background: linear-gradient(165deg, rgba(1, 196, 204, 0) 0%, rgba(1, 196, 204, 0.2) 60%, rgba(1, 196, 204, 0.6) 95%, rgba(1, 196, 204, 0.3) 100%);
  z-index: 2;
}
body.gjs-dashed .fv .contents .imgbox::after {
  display: none;
}
.fv .contents .imgbox .img1 {
  position: relative;
}
body:not(.gjs-dashed) .fv .contents .imgbox .img1, body:not(.gjs-dashed) .fv .contents .imgbox::after {
  opacity: 0.5;
  -ms-filter: blur(30px);
  filter: blur(30px);
}
body.indexon .fv .contents .imgbox .img1, body.indexon .fv .contents .imgbox::after {
  animation-name: fvimg1;
  animation-duration: 1.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
body.indexon .fv .contents .imgbox .img1 {
  animation-delay: 0.8s;
}
body.indexon .fv .contents .imgbox::after {
  animation-delay: 1.4s;
}
@keyframes fvimg1 {
  0% {
    opacity: 0.5;
    -ms-filter: blur(30px);
    filter: blur(30px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
.fv .contents .imgbox .img2 {
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 0;
  bottom: 0;
}
body.gjs-dashed .fv .contents .imgbox .img2 {
  width: 50%;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
.fv .contents .txtbox {
  position: absolute;
  bottom: 10%;
  left: 0;
  padding-left: 5%;
  z-index: 3;
}
.fv .contents .txtbox::after {
  content: "";
  position: absolute;
  width: 30%;
  transform: translate(25%, -50%);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #E8DD53;
  background: linear-gradient(135deg, rgba(232, 221, 83, 1) 0%, rgba(237, 231, 150, 0.7) 100%);
  mix-blend-mode: multiply;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
}
.fv .contents .txtbox h1, .fv .contents .txtbox p {
  color: #fff;
  position: relative;
  z-index: 2;
}
.fv .contents .txtbox h1 {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(14px, 2.0vw, 26px);
}
.fv .contents .txtbox p {
  font-family: "Marcellus", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(22px, 6.0vw, 100px);
}
body.gjs-dashed .fv .contents .txtbox h1, body.gjs-dashed .fv .contents .txtbox p {
  color: #000;
}
body:not(.gjs-dashed) .fv .contents .txtbox h1, body:not(.gjs-dashed) .fv .contents .txtbox p {
  /*	letter-spacing: -1rem;*/
  letter-spacing: 0rem;
  opacity: 0;
  -ms-filter: blur(15px);
  filter: blur(15px);
}
body.indexon .fv .contents .txtbox h1 {
  animation-name: fvtxt2;
  animation-duration: 1.6s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 2.2s;
}
body.indexon .fv .contents .txtbox p {
  animation-name: fvtxt1;
  animation-duration: 1.6s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 2.8s;
}
body.indexon .fv .contents .txtbox::after {
  animation-name: fvtxt3;
  animation-duration: 1.6s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 3.6s;
}
@keyframes fvtxt1 {
  0% {
    letter-spacing: -0.5rem;
    opacity: 0;
    -ms-filter: blur(15px);
    filter: blur(15px);
  }
  100% {
    letter-spacing: 0.3rem;
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes fvtxt2 {
  0% {
    letter-spacing: -0.5rem;
    opacity: 0;
    -ms-filter: blur(15px);
    filter: blur(15px);
  }
  100% {
    letter-spacing: 0.1rem;
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes fvtxt3 {
  0% {
    opacity: 0;
    -ms-filter: blur(15px);
    filter: blur(15px);
  }
  100% {
    opacity: 0.8;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
.section01 {
  padding-right: 0;
}
.section01 .contents {
  width: 65%;
}
.section01 .txtbox {
  width: 35%;
  position: relative;
  z-index: 2;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  padding-right: 5%;
}
.section01 .txtbox .en_title3 {
  white-space: nowrap;
  position: relative;
}
.section01 .txtbox > p {
  width: 100%;
}
.section01 .contents .item_img {
  position: relative;
  width: 90%;
  margin-left: 5%;
}
.section01 .contents .item_img .img0 {
  position: relative;
  z-index: 5;
}
.section01 .contents .item_img.sc-anime.on img {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.section01 .contents .item_img.sc-anime.on.active img {
  animation-name: blurin;
  animation-duration: 1.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.section01 .contents .item_img img:not(.img0) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  mix-blend-mode: multiply;
}
.section01 .contents .item_img .img1 {
  z-index: 1;
  animation-delay: 0.3s;
}
.section01 .contents .item_img .img2 {
  z-index: 2;
  animation-delay: 0.6s;
}
.section01 .contents .item_img .img3 {
  z-index: 3;
  animation-delay: 0.9s;
}
.section01 .contents .item_img .img4 {
  z-index: 4;
  animation-delay: 1.2s;
}
.section02 .title {
  width: 20%;
}
.section02 .title p {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.section02 .contents {
  width: 80%;
}
.section02 .contents .boxwrap .box {
  border-radius: 10px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 40px;
}
.section02 .contents .boxwrap .box:not(:last-of-type) {
  margin-bottom: 50px;
}
.section02 .contents .boxwrap .box .imgbox {
  width: 40%;
}
.section02 .contents .boxwrap .box .txtbox {
  width: 60%;
  padding-left: 40px;
}
.section02 .contents .boxwrap .box .txtbox .logo {
  width: 80%;
  max-width: 320px;
}
.section02 .contents .boxwrap .box .txtbox h3 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section03 {
  position: relative;
  background-color: #111D29;
  color: #fff;
}
.section03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 80px solid #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  height: 0;
  width: 0;
}
.section03::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border: 80px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  height: 0;
  width: 0;
}
.section03 .dot_txt::after, .section03 .border_txt::after, .section04 .border_txt::after {
  background-color: #fff;
}
.section03 .boxwrap {
  align-items: stretch;
  gap: 2px;
}
.section03 .boxwrap a {
  position: relative;
  width: calc(25% - 6px / 4);
  height: 60vh;
  min-height: 500px;
  transition: ease 0.6s;
}
.section03 .boxwrap a:nth-of-type(2) {
  animation-delay: 0.3s;
}
.section03 .boxwrap a:nth-of-type(3) {
  animation-delay: 0.6s;
}
.section03 .boxwrap a:nth-of-type(4) {
  animation-delay: 0.9s;
}
.section03 .boxwrap a:hover::after {
  opacity: 0.1;
}
.section03 .boxwrap a:hover {
  width: calc(35% - 6px / 4);
  opacity: 1;
}
.section03 .boxwrap:has(a:hover) a:not(:hover) {
  width: calc(65% / 3 - 6px / 4);
}
.section03 .boxwrap a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #242424;
  opacity: 0.5;
  mix-blend-mode: multiply;
  z-index: 1;
  transition: ease 0.6s;
}
.section03 .boxwrap a .txtbox {
  position: relative;
  z-index: 2;
  gap: 15px;
}
.section03 .boxwrap a .txtbox p, .section03 .boxwrap a .txtbox h3 {
  color: #fff;
}
.section03 .boxwrap a .txtbox .icon {
  width: 26px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px solid #fff;
}
.section03 .boxwrap a .txtbox .icon img {
  width: 5px;
}
.section04 .contents .leftbox {
  width: 30%;
}
.section04 .contents .rightbox {
  width: 60%;
}
.section04 .contents .rightbox .webgene-blog .webgene-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.section04 .contents .rightbox .webgene-blog .webgene-item {
  width: 100%;
}
.section04 .contents .rightbox .webgene-blog .webgene-item a {
  max-width: 100%;
}
.section04 .contents .rightbox .webgene-blog .webgene-item a h3 {
  width: 100%;
}
.section04 .contents .rightbox .webgene-blog .webgene-item a .item {
  gap: 15px;
}
.section04 .contents .rightbox .webgene-blog .webgene-item a .item .cate {
  background-color: #000000;
  color: #fff;
  border-radius: 2px;
  padding: 3px 15px;
}
.section05 .contents {
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
body.gjs-dashed .section05 .contents {
  background-color: #000;
}
.section05 .contents::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  pointer-events: none;
}
.section05 .contents::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background: rgba(102, 220, 235, 0.6);
  clip-path: polygon(45% 0, 100% 0, 100% 100%, -30% 100%);
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: overlay;
}
.section05 .txtbox {
  color: #fff;
  gap: 30px;
  z-index: 3;
}
.section05 .txtbox .border_txt::after {
  background-color: #fff;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .section01 .contents {
    width: 60%;
  }
  .section01 .txtbox {
    width: 40%;
    gap: 40px;
    padding-right: 5%;
  }
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  .section01 .contents {
    width: 50%;
  }
  .section01 .txtbox {
    width: 50%;
    gap: 40px;
    padding-right: 5%;
  }
  .section01 .contents .item_img {
    width: 95%;
    margin-left: 0;
    margin-top: 30px;
  }
  .section02 .contents .boxwrap .box{padding: 30px 20px;}
  .section03 .boxwrap a {
    height: 50vh;
    min-height: 400px;
  }
  .section04 .contents {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section04 .contents .leftbox {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section04 .contents .rightbox {
    width: auto;
    max-width: 100%;
  }
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .fv .sc_icon .icon {
    height: 120px;
  }
  .section02 .title {
    width: 100%;
  }
  .section02 .title p {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .section02 .contents {
    width: 100%;
  }
  .section02 .contents .boxwrap .box {
    padding: 40px 30px;
  }
  .section02 .contents .boxwrap .box .txtbox {
    padding-left: 30px;
  }
  .section03::before {
    border: 50px solid #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
  }
  .section03::after {
    border: 50px solid #fff;
    border-top-color: transparent;
    border-left-color: transparent;
  }
  .section03 .boxwrap a {
    position: relative;
    width: calc(50% - 2px / 2);
    aspect-ratio: 1 / 1;
    height: auto !important;
    min-height: 300px;
    transition: ease 0.6s;
  }
  .section03 .boxwrap a:hover::after {
    opacity: 0.1;
  }
  .section03 .boxwrap a:hover {
    width: calc(50% - 2px / 2);
    opacity: 1;
  }
  .section03 .boxwrap:has(a:hover) a:not(:hover) {
    width: calc(50% - 2px / 2);
  }
  .section03 .boxwrap a:nth-of-type(2) {
    animation-delay: 0.3s;
  }
  .section03 .boxwrap a:nth-of-type(3) {
    animation-delay: 0s;
  }
  .section03 .boxwrap a:nth-of-type(4) {
    animation-delay: 0.3s;
  }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .fv {
    padding-top: 30px;
    padding-left: 0;
    overflow: hidden;
  }
  .fv .contents .txtbox h1 {
    padding: 10px 0;
  }
  .fv .sc_icon {
    display: none;
  }
  .fv .contents .imgbox .img1 {
    position: relative;
    width: 150%;
    left: 50%;
    transform: translateX(-50%);
  }
  .fv .contents .imgbox .img2 {
    width: 150%;
    left: 50%;
    transform: translateX(-50%);
  }
  .fv .contents .txtbox::after {
    transform: translate(0%, -25%);
  }
  .section01 {
    padding: 0 20px;
  }
  .section01 .contents {
    width: 100%;
    margin-bottom: 20px;
  }
  .section01 .txtbox {
    width: 100%;
    gap: 30px;
    padding-right: 0;
    align-items: center;
  }
  .section01 .contents .item_img {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .section02 .title, .section02 .contents h2 {
    text-align: center;
  }
  .section02 .contents .boxwrap .box {
    padding: 30px 20px;
  }
  .section02 .contents .boxwrap .box .imgbox {
    width: 80%;
    margin-bottom: 20px;
  }
  .section02 .contents .boxwrap .box .txtbox {
    width: 100%;
    padding-left: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section02 .contents .boxwrap .box .txtbox h3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section03::before {
    border: 30px solid #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
  }
  .section03::after {
    border: 30px solid #fff;
    border-top-color: transparent;
    border-left-color: transparent;
  }
  .section04 .contents .rightbox .webgene-blog .webgene-item a .item {
    gap: 10px;
  }
  .section04 .contents .rightbox .webgene-blog .webgene-item a .item .cate {
    padding: 2px 10px;
  }
  .lineanime_wrap .lineanime {
    width: 100%;
    transform: translateX(-50px);
  }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}