@charset "utf-8";
/* CSS Document */
.section08 > div{
	border-bottom: 1px solid #FFFFFF;
}
.insta_layout .contents .webgene-blog{
  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: flex-start;
  align-items: flex-start;
  flex-direction: row;
	gap: 10px;
}
.insta_layout .contents .webgene-blog .webgene-item{
	position: relative;
	width: calc(100% / 4 - 30px / 4);
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
	.insta_layout .contents .webgene-blog{
		gap: 6px;
	}
	.insta_layout .contents .webgene-blog .webgene-item{
		width: calc(100% / 4 - 18px / 4);
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
	.insta_layout .contents .webgene-blog{
		gap: 6px;
	}
	.insta_layout .contents .webgene-blog .webgene-item{
		width: calc(100% / 2 - 6px / 2);
	}

}



.insta_layout .contents .webgene-blog .webgene-item a{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	transition: ease 0.5s;
}
.insta_layout .contents .webgene-blog .webgene-item a:hover{
	transform: translate(-50%,-50%) scale(1.1);
}
.newstop_f .contents {
  max-width: 1280px;
}
.newstop_f .contents .webgene-blog {
  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: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 50px 40px;
}
.newstop_f .contents .webgene-blog .webgene-item {
  width: calc(100% / 3 - 80px / 3);
}
.newstop_f .contents .webgene-blog .webgene-item .imgbox {
  border-radius: 5px;
  margin-bottom: 15px;
}
.newstop_f .webgene-blog .webgene-item .date {
  line-height: 1;
  font-size: 15px;
}
.newstop_f .webgene-blog .webgene-item .catename {
  padding: 4px 15px 2px;
  border-radius: 200px;
  font-size: 14px;
  background: #7d7d7d;
  color: #fff;
  display: inline-block;
  line-height: 1.4;
}
.newstop_f .contents .webgene-blog .webgene-item h2 {
  line-height: 1;
}

@media screen and (max-width: 1280px) {
  .newstop_f .contents .webgene-blog {
    gap: 60px 40px;
  }
  .newstop_f .contents .webgene-blog .webgene-item {
    width: calc(100% / 3 - 80px / 3);
  }
}

@media screen and (max-width: 768px) {
  .newstop_f .webgene-pagination {
    padding-top: 0;
  }
  .newstop_f .webgene-pagination ul {
    gap: 20px;
  }
  .newstop_f .webgene-pagination ul a {
    width: 36px;
    font-size: 18px;
  }
  .newstop_f .cate-wrap .webgene-blog .webgene-item a {
    padding: 3px 12px;
  }
  .newstop_f .contents .webgene-blog {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    gap: 40px;
  }
  .newstop_f .contents .webgene-blog .webgene-item {
    width: 100%;
  }
}

.affiliated_wrap_1 {
  width: 100%;
      height: 100%;
}

.affiliated_wrap_1 .affiliated_box_1 {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
      width: 100%;
    height: 390px;
}

.affiliated_wrap_1 .imgbox {
  width: 100%;
    max-width: 1280px;
    height: 100%;
}

.affiliated_wrap_1 .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.affiliated_wrap_1 .affiliated_overlay_1 {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.46);
  z-index: 1;
}

.affiliated_wrap_1 .affiliated_txt_1 {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding:clamp(50px, 8vw, 95px) clamp(20px, 4vw, 95px);
}

.affiliated_wrap_1 .affiliated_title_1 {
  margin: 0;
  line-height: 1.05;
  max-width: 780px;
}

.affiliated_wrap_1 .affiliated_sub_1 {
  margin: 8px 0 0;
  line-height: 1.4;
  font-weight: 500;
}

.affiliated_wrap_1 .affiliated_name_1 {
  margin: 22px 0 0;
  line-height: 1.4;
  font-weight: 700;
}




.affiliated_wrap_1 .more.more3 i {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

@media screen and (max-width: 576px) {
.affiliated_wrap_1 .affiliated_box_1 {
    height: 500px;
}
    .affiliated_wrap_1 .affiliated_title_1 {
    font-size: 40px;
    
    }}
.faq_c .box .qbox p {
white-space: nowrap;
}


.section03 {
}
.section03::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.75) 65%, #FFFFFF 100%);
  pointer-events: none;
}
.merit_wrap_1 {
  width: 100%;
}
.merit_wrap_1 .merit_head_1 {
  width: 100%;
}
.merit_wrap_1 .merit_border_1 {
  width: 100%;
  height: 1px;
  background: rgba(7, 17, 27, 0.18);
}

.merit_wrap_1 .merit_list_1 {
  align-items: stretch;
  gap: 2px;
}
.merit_wrap_1 .merit_box_1 {
  width: 33%;
  background: rgba(255, 255, 255, 0.45);
  border-right: 1px solid rgba(7, 17, 27, 0.06);
  min-height: 320px;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
}
.merit_wrap_1 .merit_box_1:nth-child(3n) {
  border-right: none;
}
.merit_wrap_1 .merit_box_1 .txtbox {
  width: 100%;
  padding: 50px 30px;
}
.merit_wrap_1 .merit_box_1 .txtbox p {
  margin-top: 0;
}
@media screen and (max-width:1080px) {
  .merit_wrap_1 .merit_box_1 {
    width: calc(50% - 10px);
    border-right: none;
    min-height: auto;
    max-width: none;
  }
  .merit_wrap_1 .merit_title_1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
@media screen and (max-width:768px) {
  .merit_wrap_1 .merit_list_1 {
    margin-right: auto;
    margin-left: auto;
  }
  .merit_wrap_1 .merit_box_1 {
    width: 100%;
    max-width: 400px;
  }
}
.flowchart_1 .flow_item_1:nth-child(1) {
  transform: translateY(55px);
}
.flowchart_1 .flow_item_1:nth-child(3) {
  transform: translateY(0);
}
.flowchart_1 .flow_item_1:nth-child(5) {
  transform: translateY(-55px);
}
.flowchart_1 .flow_arrow_1:nth-of-type(2) {
  transform: translateY(40px);
}
.flowchart_1 .flow_arrow_1:nth-of-type(4) {
  transform: translateY(-40px);
}
.flowchart_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 4vw, 20px);
  width: 100%;
}
.flowchart_1 .flow_item_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.flowchart_1 .flow_circle_1 {
  width: clamp(180px, 20vw, 230px);
  height: clamp(180px, 20vw, 230px);
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 22px;
  background: rgba(255, 255, 255, 0.4);
}
.flowchart_1 .flow_circle_white {
  border: 1px solid #07111B;
}
.flowchart_1 .flow_item_center_1 {
  position: relative;
}
.flowchart_1 .flow_item_center_1::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(360px, 40vw, 480px);
  height: clamp(360px, 40vw, 480px);
  border-radius: 50%;
  background: rgba(144, 141, 141, 0.09);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.flowchart_1 .flow_circle_outer_1 {
  width: clamp(270px, 30vw, 360px);
  height: clamp(270px, 30vw, 360px);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}
.flowchart_1 .flow_circle_dark_1 {
  width: 70%;
  min-width: 220px;
  min-height: 220px;
  height: 70%;
  border-radius: 50%;
  border: none;
  background: radial-gradient(circle at 70% 30%, #565656 0%, #363636 48%, #262626 100%);
}
.flowchart_1 .flow_circle_1 p {
  margin: 0;
}
.flowchart_1 .flow_sub_1 {
  margin-top: 10px;
  font-weight: 500;
}
.flowchart_1 .flow_line_1 {
  width: 72px;
  height: 1px;
  background: #8b8b8b;
  margin: 6px 0 14px;
}
.flowchart_1 .flow_line_white_1 {
  background: rgba(255, 255, 255, 0.5);
}
.flowchart_1 .flow_text_1 {
  line-height: 1.7;
  font-weight: 500;
}
.flowchart_1 .flow_arrow_1 {
  position: relative;
  width: clamp(48px, 6vw, 72px);
  height: 28px;
  flex: 0 0 auto;
  z-index: 1;
}
.flowchart_1 .flow_arrow_line_1 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #07111B;
  transform: translateY(-50%) rotate(-20deg);
  transform-origin: left center;
}
.flowchart_1 .flow_arrow_head_top_1, .flowchart_1 .flow_arrow_head_bottom_1 {
  position: absolute;
  right: -1px;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #07111B;
  transform-origin: right center;
}
.flowchart_1 .flow_arrow_head_top_1 {
  transform: translateY(-8px) rotate(28deg);
}
.flowchart_1 .flow_arrow_head_bottom_1 {
  transform: translateY(2px) rotate(-42deg);
}
@media screen and (max-width: 900px) {
  .flowchart_1 {
    flex-direction: column;
    gap: 18px;
  }
  .flowchart_1 .flow_item_1:nth-child(1), .flowchart_1 .flow_item_1:nth-child(5), .flowchart_1 .flow_arrow_1:nth-child(2), .flowchart_1 .flow_arrow_1:nth-child(4) {
    transform: none;
  }
  .flowchart_1 .flow_circle_1 {
    width: clamp(170px, 52vw, 220px);
    height: clamp(170px, 52vw, 220px);
    padding: 18px;
  }
  .flowchart_1 .flow_circle_dark_1 {
    width: 72%;
    height: 72%;
  }
  .flowchart_1 .flow_line_1 {
    width: 56px;
    margin: 6px 0 10px;
  }
  .flowchart_1 .flow_text_1 {
    line-height: 1.55;
  }
  .flowchart_1 .flow_arrow_1:nth-child(2), .flowchart_1 .flow_arrow_1:nth-child(4) {
    transform: rotate(110deg);
  }
}
.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
	top: 0;
	left: 0;
	z-index: 2;
}
body.gjs-dashed .fv{background-color: #07111B;}
body:not(.gjs-dashed) .fv_slide {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
	background-color: #07111B;
	top: 0;
	left: 0;
	z-index: 1;
}
body:not(.gjs-dashed) .fv_slide::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background-color: #0F191F;
	mix-blend-mode: multiply;
	opacity: 0.4;
}

body:not(.gjs-dashed) .section01{
	position: relative;
	z-index: 2;
	
}
body:not(.gjs-dashed) .section01 .bg3{background: transparent;}
.conceptbox.type-dark > div{
	position: relative;
	z-index: 2;
}
.section01{
	position: relative;
}
.section01::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #34DFE5;
background: linear-gradient(180deg, rgba(52, 223, 229, 0) 0%, rgba(7, 17, 27, 0.7) 50%, rgba(7, 17, 27, 1) 100%);
	z-index: 1;
	mix-blend-mode: multiply;
}

body:not(.gjs-dashed) .main-wrap{
	position: relative;
	z-index: 2;
	background-color: #fff;
}
body.gjs-dashed .fv_slide {
	position: relative;
  height: auto;
	background-color: #0F191F;
}
/* overlay */
/*
.fv::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
  background: radial-gradient(ellipse at center, rgb(15 25 31 / 0.4) 20%, rgb(15 25 31 / 0.6) 65%, rgb(15 25 31 / 0.8) 100%);
}
*/
body.gjs-dashed .fv::before, body.gjs-dashed .fv::after {
  display: none;
}
/* =========================================
   Swiper
   ========================================= */
.fv .swiper {
  z-index: 1;
  position: relative;
}
@keyframes zoomUp {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
    transform: scale(1);
  }
  30% {
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    transform: scale(1.15);
  }
}
body:not(.gjs-dashed) .fv_slide .swiper-slide {
  width: 100% !important;
  height: 100vh;
}
body:not(.gjs-dashed) .fv_slide .swiper-slide .swiper-img {
  width: 100% !important;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fv_slide .swiper-slide-active .swiper-img, .fv_slide .swiper-slide-duplicate-active .swiper-img, .fv_slide .swiper-slide-prev .swiper-img {
  animation: zoomUp 10s linear 0s normal both;
}
body:not(.gjs-dashed) .fv_slide .swiper-slide img {
  display: block !important;
  opacity: 0;
  height: auto;
  width: 100%;
}
/* =========================================
   Text
   ========================================= */
.fv .txtbox {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  width: 100%;
}
/* 編集モード（gjs）用 */
body.gjs-dashed .fv .txtbox {
  position: static;
  transform: none;
}
.fv .txtbox h1, .fv .txtbox p, .fv .enline {
  opacity: 0;
}
body.gjs-dashed .fv .txtbox .imgbox, body.gjs-dashed .fv .txtbox h1, body.gjs-dashed .fv .txtbox p {
  opacity: 1;
}
.fv .txtbox .catch {
  letter-spacing: 0.10em;
  animation-name: fvtxt1;
  animation-duration: 1.3s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  color: #fff;
  font-size: clamp(40px, 8vw, 98px);
  text-transform: uppercase;
}
.fv .txtbox h1 {
  letter-spacing: 0.14em;
  font-weight: 500;
  animation-name: fvtxt2;
  animation-duration: 1.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
  color: #fff;
}
.fv .enline {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, .8);
  animation-name: fvtxt2;
  animation-duration: 1.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 1.8s;
  z-index: 5;
}
/* =========================================
   Text Animations
   ========================================= */
@keyframes fvtxt1 {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
    letter-spacing: -0.2rem;
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
    letter-spacing: 0.1rem;
  }
}
@keyframes fvtxt2 {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
    letter-spacing: -0.1rem;
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
    letter-spacing: 0.1rem;
  }
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}