@charset "utf-8";
/* CSS Document */
.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  padding: 100px 50px 80px;
  justify-content: center;
}
body.gjs-dashed .fv {
  height: auto;
}
body:not(.gjs-dashed) .fv .swiper .swiper-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.65) 22%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.fv .swiper {
  z-index: 1;
  position: relative;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
body:not(.gjs-dashed) .fv .swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100vh;
  padding: 120px 50px 0px;
}
body:not(.gjs-dashed) .fv .swiper-wrapper {
  overflow: hidden;
  border-radius: 80px;
}
body:not(.gjs-dashed) .fv .swiper-slide, body:not(.gjs-dashed) .fv .swiper-wrapper {
  width: 100% !important;
  height: 100%;
}
body:not(.gjs-dashed) .fv .swiper-slide .swiper-img {
  width: 100% !important;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fv .swiper-slide-active .swiper-img, .fv .swiper-slide-duplicate-active .swiper-img, .fv .swiper-slide-prev .swiper-img {
  animation: zoomUp 10s linear 0s normal both;
}
body:not(.gjs-dashed) .fv .swiper-slide img {
  display: block !important;
  opacity: 0;
  height: auto;
  width: 100%;
}
.fv .txtbox {
  position: relative;
  width: 90%;
  z-index: 99;
  padding: 150px 50px 50px;
  align-items: flex-start;
  gap: 20px;
}
body:not(.gjs-dashed) .fv .txtbox {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
body:not(.gjs-dashed) .fv .txtbox h1, body:not(.gjs-dashed) .fv .txtbox p {
  color: #fff;
}
.fv .txtbox .tagbox {
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.fv .txtbox .tagbox p {
  padding: 8px 20px;
  border-radius: 999px;
  background: #37A1DB;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}
body:not(.gjs-dashed) .fv .txtbox {
  opacity: 0;
  filter: blur(6px);
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
body:not(.gjs-dashed) .fv .txtbox h1 {
  color: #2da8df;
  line-height: 1.45;
  letter-spacing: .1em;
}
body:not(.gjs-dashed) .fv .txtbox > p {
  color: #2f291b;
  line-height: 2.2;
  letter-spacing: .12em;
}
.fv .fv_menu {
  margin-left: auto;
  margin-right: clamp(20px, 4vw, 50px);
  position: relative;
  z-index: 99;
}
.fv .fv_menu .open_box {
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  padding: 20px 38px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}
body:not(.gjs-dashed) .fv .fv_menu .open_box {
  opacity: 0;
  filter: blur(6px);
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.fv .fv_menu .open_box .imgbox {
  width: 20px;
  flex-shrink: 0;
}
.fv .fv_menu .open_box .imgbox img {
  width: 100%;
  display: block;
}
.fv .fv_menu .open_box .txtbox {
  width: auto;
  padding: 0;
  align-items: flex-start;
  flex-direction: row;
  gap: 10px;
}
.fv .fv_menu .open_box .txtbox p {
  line-height: 1;
  letter-spacing: .12em;
  color: #2f291b;
  font-weight: 700;
  white-space: nowrap;
}
.fv .fv_menu .open_box .txtbox p.blue {
  color: #2da8df;
}
@media screen and (max-width: 768px) {
  .fv .fv_menu .open_box {
    padding: 16px 28px;
  }
  .fv .fv_menu .open_box .txtbox {
    gap: 8px;
  }
}
@media screen and (max-width: 576px) {
  body:not(.gjs-dashed) .fv .txtbox h1 {
    font-size: 26px;
  }
  .fv .fv_menu {
    width: 100%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .fv .fv_menu .open_box {
    width: 100%;
    max-width: 360px;
    padding: 16px 20px;
  }
  .fv .fv_menu .open_box .txtbox {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 10px;
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .fv {
    padding: 100px 20px 80px;
  }
  body:not(.gjs-dashed) .fv .swiper {
    padding: 80px 20px 0px;
  }
  .fv .txtbox {
    width: 100%;
    padding: 0px 20px 0px;
  }
}
body {
  background:
    linear-gradient(90deg, #fff 0%, #fff 60%, #edf1f5 60%, #edf1f5 100%) top / 100% 1500px no-repeat, #fff;
}
.box_wrap1 {
  --gap: clamp(40px, 6vw, 90px);
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap);
  position: relative;
  z-index: 2;
}
.box_wrap1 .txtbox {
  width: calc((100% - var(--gap)) * 0.44);
  position: relative;
}
.box_wrap1 .about_title {
  color: #2f291b;
  line-height: 1.8;
  letter-spacing: .18em;
}
.box_wrap1 .about_txt {
  color: #2f291b;
  letter-spacing: .12em;
}
.box_wrap1 .imgbox {
  width: calc((100% - var(--gap)) * 0.56);
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 520px;
  overflow: visible;
}
.box_wrap1 .imgbox .img1 {
  width: 42%;
  position: absolute;
  top: 40px;
  left: 8%;
  border-radius: 24px;
  overflow: hidden;
  z-index: 1;
  min-width: 270px;
}
.box_wrap1 .imgbox .img2 {
  width: 42%;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  overflow: hidden;
  z-index: 2;
  min-width: 150px;
}
.box_wrap1 .imgbox img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.box_wrap1 .imgbox .img1 img, .box_wrap1 .imgbox .img2 img {
  aspect-ratio: 3 / 4;
}
.box_wrap1 .imgbox .logo_img {
  width: 180px;
  position: absolute;
  left: 38%;
  bottom: -5px;
  z-index: 3;
}
@media screen and (max-width: 900px) {
  .box_wrap1 {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .box_wrap1 .txtbox, .box_wrap1 .imgbox {
    width: 100%;
  }
  .box_wrap1 .imgbox {
    min-height: 480px;
  }
}
@media screen and (max-width: 576px) {
  .box_wrap1 .imgbox .logo_img {
    width: 130px;
    left: 15%;
    bottom: -8px;
  }
}
.section02 {
  position: relative;
  overflow: hidden;
  background: transparent;
}
.section02::before{
	content: "";
	position: absolute;
	left: 50%;
	top: clamp(80px, 22vw, 280px);
	bottom: 0;
	transform: translateX(-50%);
	width: 220vw;
	height: auto;
	background: #C9EEFC;
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
	z-index: -1;
}
@media screen and (max-width: 768px){
.section02::before{
border-radius: 50% 50% 0 0 / 220px 220px 0 0;
}
}
.section02::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle, #fff 1.5px, transparent 1.5px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left center;
}
.section02 > * {
  position: relative;
  z-index: 1;
}
.section03 {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(197, 237, 252, 0.95) 0%, rgba(201, 238, 252, 0.65) 45%, rgba(255, 255, 255, 0) 100%);
}
.section03 .box_wrap2 {
  position: relative;
  z-index: 2;
}
.box_wrap2 {
  border-bottom: 2px dotted #6BCEF2;
  margin-bottom: 50px;
}
.box_wrap2:last-child {
  margin-bottom: 0;
}
/* ---------- 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) {}