@charset "utf-8";

/* =========================
   MV
========================= */

#mv {
  position: sticky;
  top: 0;
  height: 105vh;
  overflow: hidden;
  z-index: 1;
    background: #dfeaf8;
}

.mv-bg {
  position: absolute;
  inset: -10vh 0 0 0;
  transform: scale(1);
  transition: transform 0.1s linear;
  overflow: hidden;
}

.mv-bg video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
}

.mv-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(235, 245, 255, 0.05) 0%,
      rgba(235, 245, 255, 0.15) 45%,
      rgba(255, 255, 255, 0.3) 100%
    );
}

.mv-content {
    color: #fff;
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-42%);
  z-index: 2;
}

.mv-lead {
  font-size: 2rem;
  font-weight: 700;
    margin: 0 0 5px;
}

.mv-content h1 {
  font-size: 2.8rem;
    font-weight: 600;
  letter-spacing: 0.05em;
}

.mv-en {
  font-size: 1rem;
}

.mv-badges {
  display: flex;
  gap: 20px;
  margin: 30px 0 0;
}
.mv-badges img{
    width: 180px;
    object-fit: contain;
}


/*--------------*/

/*----------------------------------------------タブレット*/
@media (min-width: 641px) and (max-width: 1024px) {
#mv {
  height: 70vh;
}
.mv-bg {
  inset: 0 0;
}
     
.mv-bg video {
  object-fit: cover;
}     
.mv-content {
  top: 40%;
}
.mv-lead {
  font-size: 1.5rem;
    margin: 0 0 5px;
}
.mv-content h1 {
  font-size: 2.5rem;
}
.mv-en {
  font-size: .8rem;
    margin: 10px 0 0;
}
.mv-badges img{
    width: 150px;
}  
}
/*--------------*/

/*------------------------------スマホ*/
@media (max-width: 640px) {
#mv {
  height: 60vh;
}
.mv-bg {
  inset: 0 0;
}

.mv-bg video {
  object-fit: cover;
}    
    
.mv-content {
    text-align: center;
  left: 7vw;
  top: 48%;
    margin: 0 auto;
}     
    
.mv-lead {
  font-size: 5.5vw;
  font-weight: 700;
    text-align: center;
    margin: 0 0 3vw;
}
.mv-content h1 {
    line-height: 1.6em;
  font-size: 7.5vw;
    text-align: center;
}
.mv-en {
  font-size: 3vw;
    text-align: center;
    margin: 1vw 0 0;
}
.mv-badges {
  gap: 6vw;
  margin: 5vw 6vw 0;
}
.mv-badges img{
    width: 35vw;
}
 
}
/*--------------*/



/* =========================
   スライドカード
========================= */
#contents {
  position: relative;
  z-index: 3;
  margin-top: -110px;
  padding-bottom: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.85) 0%, rgba(255,255,255,.35) 32%, rgba(231,239,255,0) 62%),
    linear-gradient(180deg, #e7efff 0%, #edf4ff 55%, #ffffff 100%);
  border-radius: 70px 70px 0 0;
  box-shadow:
    0 -28px 60px rgba(35,55,104,.10),
    inset 0 1px 0 rgba(255,255,255,.75);
  transition:
    border-radius .55s ease,
    box-shadow .55s ease;
    overflow: visible;
}

#contents::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(88vw, 1300px);
  height: 340px;
  transform: translateX(-50%);
  pointer-events: none;
  background:
    radial-gradient(circle at center, rgba(255,255,255,.74) 0%, rgba(255,255,255,.24) 42%, rgba(255,255,255,0) 72%);
  filter: blur(10px);
  opacity: .9;
  z-index: -1;
}

#contents.is-square {
  border-radius: 0;
  box-shadow:
    0 -18px 40px rgba(35,55,104,.08),
    inset 0 1px 0 rgba(255,255,255,.65);
}

.intro-section {
    color: #21336a;
  padding: 300px 0 30px;
  text-align: center;
}

.intro-section h2 {
  font-size: 2.2rem;
    font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.intro-section p{
    font-size: .8rem;
    text-align: center;
    margin: 30px 0 0;
}

.card-section {
  width: 100%;
    padding: 60px 0 150px;
  margin: 0 auto -90px;
  isolation: isolate;
    position: relative;
    z-index: 5;
    overflow-x: hidden;
}
.card-section::before {
  content: "";
  position: absolute;
  inset: 8% 0 auto 0;
  height: 65%;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 45%, rgba(255,255,255,.75), rgba(255,255,255,0) 58%),
    linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.34), rgba(255,255,255,0));
  filter: blur(18px);
  opacity: .78;
  z-index: -1;
}

.problem-swiper {
  position: relative;
    width:100%;
  overflow: visible;
    padding: 20px 0 80px;
}

.problem-swiper .swiper-wrapper {
  align-items: stretch;
    overflow: visible;
}

.problem-swiper .swiper-slide {
  width: 500px;
  height: auto;
    margin: 0 0 80px;
  flex-shrink: 0;
}

.problem-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,252,255,1) 100%);
  border-radius: 30px;
  box-shadow:
    0 10px 25px rgba(25,40,90,.08),
    0 30px 60px rgba(25,40,90,.12),
    0 0 1px rgba(25,40,90,.08);
  opacity: 0.35;
  filter: blur(4px);
  transform: scale(0.88);
    transform-origin: center center;
  transition:
    opacity .6s ease,
    filter .6s ease,
    transform .6s ease,
    box-shadow .35s ease;
      position: relative;
  z-index: 1;
}



/* 中央カード */
.problem-card.swiper-slide-active {
  opacity: 1;
  filter: blur(0);
  transform: translateY(-18px) scale(1.03);
  box-shadow:
    0 18px 36px rgba(25,40,90,.08),
    0 45px 95px rgba(35,55,104,.22),
    0 0 0 1px rgba(35,55,104,.08);
    z-index: 20;
}

/* 左右カード */
.problem-card.swiper-slide-prev {
  z-index: 10;
  opacity: .72;
  filter: blur(2px);
  transform: translateY(4px) scale(.93);
}

.problem-card.swiper-slide-next {
  z-index: 10;
  opacity: .72;
  filter: blur(2px);
  transform: translateY(4px) scale(.93);
}


/* ホバー時 */
.problem-card.swiper-slide-active:hover {
  transform: translateY(-28px) scale(1.03);
  box-shadow:
    0 22px 42px rgba(25,40,90,.10),
    0 60px 110px rgba(35,55,104,.25),
    0 0 0 1px rgba(35,55,104,.08);
}

.card-head {
  position: relative;
  height: 160px;
      background: #00c89b;
  color: #fff;
    border-radius: 15px;
  padding: 30px 100px 0 40px;
    margin: 30px 30px 0;
}

.card-head h3 {
    width: 300px;
  position: absolute;
  z-index: 2;
  margin: 0;
  font-size: 1.7rem;
  font-weight: 600;
}

.card-head img {
  position: absolute;
  right: 0;
  bottom: -9px;
  width: 180px;
}

.card-body {
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
}

.card-body p {
    height: 260px;
}

.card-body a {
  width: 300px;
  margin: 20px auto 0;
}

/* Swiper arrow */
/*.problem-swiper .swiper-button-prev,
.problem-swiper .swiper-button-next {
  top: -20px;
  width: 60px;
  height: 60px;
  color: #21336a;
  background: rgba(255,255,255,.85);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(35,55,104,.15);
}

.problem-swiper .swiper-button-prev {
  left:86%;
}

.problem-swiper .swiper-button-next {
  right:4%;
}

.problem-swiper .swiper-button-prev::after,
.problem-swiper .swiper-button-next::after {
  font-size:.8rem;
  font-weight: bold;
}*/

/* Swiper pagination */


.problem-swiper .swiper-pagination-bullet {
  background: #21336a;
  opacity: 0.3;
}

.problem-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #00c89b;
}

.swiper {
    overflow: visible !important;
}

/*--------------*/

/*----------------------------------------------タブレット*/
@media (min-width: 641px) and (max-width: 1024px) {
#contents {
  margin-top: -80px;
  border-radius: 40px 40px 0 0;
  box-shadow:
    0 -20px 50px rgba(35,55,104,.10),
    inset 0 1px 0 rgba(255,255,255,.75);
}

#contents::before {
  width: min(88vw, 700px);
}

.intro-section {
  padding: 100px 0 50px;
}
.intro-section h2 {
  font-size: 1.8rem;
}
.intro-section p{
    margin: 20px 0 0;
}


.problem-swiper {
  position: relative;
    width:100%;
  overflow: visible;
    padding: 20px 0 80px;
}


.problem-swiper .swiper-slide {
  width: 450px;
}

.card-head h3 {
    width: 220px;
  font-size: 1.5rem;
}

.card-body p {
    height: 300px;
}

.card-body a {
  width: 300px;
  margin: 20px auto 0;
}

.problem-swiper .swiper-pagination-bullet {
  background: #21336a;
  opacity: 0.3;
}

.problem-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #00c89b;
}

.swiper {
    overflow: visible !important;
}
  
}
/*--------------*/

/*------------------------------スマホ*/
@media (max-width: 640px) {
#contents {
  margin-top: -5vw;
  padding-bottom: 0;
  border-radius: 5vw 5vw 0 0;
  box-shadow:
    0 -5vw 10vw rgba(35,55,104,.10),
    inset 0 1px 0 rgba(255,255,255,.75);
}

#contents::before {
  width: min(50vw, 600px);
  height: 10vw;
}

.intro-section {
  padding: 10vw 0 0;
}

.intro-section h2 {
    width: 90vw;
  font-size: 6vw;
    margin: 0 auto;
}
.intro-section h2 span{
    display: inline-block;
    line-height: 1.8em;
  font-size: 4vw;
    margin: 10px 0 0;
}    

.intro-section p{
    width: 90vw;
    font-size: 2.5vw;
    margin: 3vw auto 0;
}

.card-section {
    padding: 10vw 0 15vw;
  margin: 0 auto -9vw;
}
.card-section::before {
  inset: 5% 0 auto 0;
  height: 65%;
}

.problem-swiper {
    padding: 5vw 0 ;
}

.problem-swiper .swiper-slide {
  width: 76vw;
    margin: 0 0 15vw;
}

.problem-card {
  border-radius: 5vw;
}


/* 中央カード */
.problem-card.swiper-slide-active {
  transform: translateY(-20px) scale(1.03);
  box-shadow:
    0 3vw 6vw rgba(25,40,90,.08),
    0 5vw 10vw rgba(35,55,104,.22),
    0 0 0 1px rgba(35,55,104,.08);
}

/* ホバー時 */
.problem-card.swiper-slide-active:hover {
  transform: translateY(-28px) scale(1.03);
  box-shadow:
    0 5vw 10vw rgba(25,40,90,.08),
    0 8vw 16vw rgba(35,55,104,.22),
    0 0 0 1px rgba(35,55,104,.08);
}

.card-head {
  height: 25vw;
    border-radius: 15px;
  padding: 5vw 15vw 0 5vw;
    margin: 5vw 5vw 0;
}

.card-head h3 {
    width: 40vw;
  font-size: 4vw;
}

.card-head img {
  bottom: -1.5vw;
  width: 28vw;
}

.card-body {
  padding:5vw 8vw 8vw;
}

.card-body p {
    height: 58vw;
    font-size: 3.5vw;
}

.card-body a {
  width: 50vw;
  margin: 5vw auto 0;
} 
    
}
/*--------------*/




/* =========================
   業種ボタン
========================= */
#industry{
    margin-top: 0;
  padding: 150px 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(231,239,255,.9), rgba(255,255,255,0) 45%),
    #fff;
}

#industry .industry-btn{
    display: flex;
    justify-content: center;
    gap:160px;
    margin: 100px auto 0;
}
#industry .industry-btn a{
    width: 300px;
}
#industry .industry-btn a img{
    margin: 0 0 30px;
}
/*--------------*/

/*----------------------------------------------タブレット*/
@media (min-width: 641px) and (max-width: 1024px) {
#industry{
  padding: 120px 0 100px;
}
#industry .industry-btn{
    gap:100px;
    margin: 100px auto;
}
#industry .industry-btn a{
    width: 250px;
}
}
/*--------------*/

/*------------------------------スマホ*/
@media (max-width: 640px) {
#industry{
  padding: 10vw 0;
}

#industry .industry-btn{
    gap:5vw;
    margin: 10vw auto;
}
#industry .industry-btn a{
    width: 40vw;
}  
#industry .industry-btn a img{
    margin: 0 auto 5vw;
}
#industry .industry-btn a img:nth-child(1){
    width: 30vw;
    margin: 0 5vw 5vw;
}       
}
/*--------------*/




/* =========================
   検査ラインナップ
========================= */
#lineup {
  z-index: 7;
  margin-top: -70px;
  padding: 150px 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(0,200,155,.10), rgba(255,255,255,0) 32%),
    linear-gradient(180deg, #f5f6ff 0%, #f5f6ff 100%);
}
#lineup h3{
    width: 600px;
    text-align: center;
    margin: 60px auto 30px;
}
#lineup .lineup-list{
    display: flex;
    flex-wrap: wrap;
    gap:40px;
    margin: 60px auto;
}

#lineup .lineup-list li{
    width: calc((100% - 80px)/3);
    background: #fff;
    border-radius: 30px;
    padding: 40px;
}
#lineup .lineup-list li .type-btn{
    display: flex;
    background: #5b5283;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    border-radius: 50px;
    padding: 20px 20px 20px 40px;
}
#lineup .lineup-list li .type-btn img{
    width: 30px;
    margin: 0 0 0 auto;
}
#lineup .lineup-list li:hover{
transform: translateY(-5px) scale(1.01);
  box-shadow:
    0 22px 42px rgba(25,40,90,.10),
    0 60px 110px rgba(35,55,104,.25),
    0 0 0 1px rgba(35,55,104,.08);
}


.lineup-item {
  cursor: pointer;
  transition: 0.35s ease;
}

/*モーダル設定*/

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: rgba(20, 30, 70, 0.45);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.modal-overlay.is-open {
  display: flex;
}

.modal-box {
  position: relative;
  width: 1000px;
  max-height: 90vh;
  overflow-y: auto;
  padding: 60px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 30px;
  box-shadow:
    0 30px 80px rgba(20, 30, 70, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.modal-box h3 {
  margin: 0 0 20px;
  color: #21336a;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.modal-box p {
  margin: 0 auto 30px;
  color: #333;
  text-align: center;
}

.modal-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.modal-list li {
  background: #eef4ff;
  color: #21336a;
    font-size: .9rem;
  font-weight: 600;
  text-align: center;
    border-radius: 12px;
    padding:15px;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 24px;

  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;

  background: #5b5283;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

/*--------------*/

/*----------------------------------------------タブレット*/
@media (min-width: 641px) and (max-width: 1024px) {
#lineup {
  padding: 100px 0 150px;
}
#lineup h3{
    width: 500px;
    text-align: center;
    margin: 60px auto 30px;
}
#lineup .lineup-list{
    gap:20px;
    margin: 50px auto;
}

#lineup .lineup-list li{
    width: calc((100% - 40px)/3);
    border-radius: 20px;
    padding: 20px;
}
#lineup .lineup-list li .type-btn{
    font-size: 1rem;
    border-radius: 40px;
    padding: 10px 10px 10px 30px;
}
#lineup .lineup-list li .type-btn img{
    width: 20px;
    object-fit: contain;
}

/*モーダル設定*/

.modal-box {
  width: 700px;
  padding: 50px;
  border-radius: 30px;
}

.modal-box h3 {
  font-size: 1.8rem;
}

.modal-box p {
  font-size: .9rem;
}

.modal-list li {
    font-size: .8rem;
    border-radius: 10px;
    padding:10px;
}

.modal-close {
  font-size: 1.5rem;
}  
}
/*--------------*/

/*------------------------------スマホ*/
@media (max-width: 640px) {
    
#lineup {
  margin-top: -7vw;
  padding: 15vw 0 25vw;
}
#lineup h3{
    width: 70vw;
    margin: 5vw auto 3vw;
}
#lineup .lineup-list{
    gap:5vw;
    margin: 6vw auto;
}

#lineup .lineup-list li{
    width: calc((100% - 5vw)/2);
    border-radius: 3vw;
    padding: 5vw;
}
#lineup .lineup-list li .type-btn{
    font-size: 3vw;
    border-radius: 5vw;
    padding: 2vw 3vw 2vw 4vw;
    margin: 3vw 0 0 ;
}
#lineup .lineup-list li .type-btn img{
    width: 3vw;
    object-fit: contain;
}
#lineup .lineup-list li:hover{
  box-shadow:
    0 5vw 10vw rgba(25,40,90,.10),
    0 10vw 20vw rgba(35,55,104,.25),
    0 0 0 1px rgba(35,55,104,.08);
}


/*モーダル設定*/

.modal-overlay {
  padding:20vw 5vw 10vw;
}

.modal-box {
  width: 90vw;
  max-height: 90vh;
  padding: 5vw;
  border-radius: 5vw;
  box-shadow:
    0 3vw 8vw rgba(20, 30, 70, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.modal-box h3 {
  margin: 0 0 5vw;
  font-size: 5vw;
}

.modal-box p {
  margin: 0 auto 5vw;
}
.modal-list {
  grid-template-columns: repeat(2, 1fr);
  gap:3vw;
}

.modal-list li {
    line-height: 1.5em;
    font-size: 3vw;
    border-radius: 2vw;
    padding:3vw 2vw;
}
.modal-close {
  top: 3vw;
  right: 3vw;
  width: 7vw;
  height: 7vw;
  font-size: 5vw;
}    
    

}
/*--------------*/

/* =========================
   CTA
========================= */
#cta {
  z-index: 8;
  margin-top: -70px;
  padding: 150px 0 0;
  background:
    radial-gradient(circle at 82% 16%, rgba(0,200,155,.18), rgba(255,255,255,0) 34%),
    linear-gradient(180deg, #eaf7ff 0%, #ffffff 100%);
}
.cta {
  padding: 50px 0;
}
.cta .cta-btn{
    width: 900px;
    border-radius: 60px;
    margin: 0 auto 50px;
    box-shadow:
    0 18px 36px rgba(25,40,90,.08),
    0 45px 95px rgba(35,55,104,.22),
    0 0 0 1px rgba(35,55,104,.08);
    z-index: 20;
    transition: .5s;
}
.cta .cta-btn:hover{
transform: translateY(-5px) scale(1.01);
  box-shadow:
    0 22px 42px rgba(25,40,90,.10),
    0 60px 110px rgba(35,55,104,.25),
    0 0 0 1px rgba(35,55,104,.08);
}
.cta .h2-title{
    margin: 120px 0 60px;
}
/*--------------*/

/*----------------------------------------------タブレット*/
@media (min-width: 641px) and (max-width: 1024px) {
#cta {
  padding: 100px 0 50px;
}
.cta {
  padding: 20px 0;
}    
.cta .cta-btn{
    width: 700px;
    margin: 0 auto 50px;
}
.cta .h2-title{
    margin: 80px 0 40px;
}  
}
/*--------------*/

/*------------------------------スマホ*/
@media (max-width: 640px) {
#cta {
  margin-top: -7vw;
  padding: 15vw 0 5vw;
}
.cta {
  padding: 2vw 0;
}    
.cta .cta-btn{
    width: 80vw;
    background: #e7efff;
    border-radius: 5vw;
    padding: 5vw;
    margin: 0 auto 5vw;
    box-shadow:
    0 2vw 4vw rgba(25,40,90,.08),
    0 5vw 10vw rgba(35,55,104,.22),
    0 0 0 1px rgba(35,55,104,.08);
}
    .cta .cta-btn img:nth-child(1){
        width: 50vw;
        margin: 5vw 10vw;
    }    
    .cta .cta-btn a{
        text-decoration: none;
        color:#21336a;
    }
.cta .cta-btn p{
    font-size: 3vw;
    text-align: center;
    }
.cta .cta-btn p:nth-child(3){
    font-size: 4.5vw;
    font-weight: 600;
    margin: 0 0 3vw;
    }     
.cta .h2-title{
    margin: 15vw auto 6vw;
} 
}
/*--------------*/



/* =========================
   わたしたちについて
========================= */

#aboutus {
  z-index: 9;
  margin-top: -70px;
  padding: 150px 0 140px;
  height: 1000px;
  background-color: #f5f6ff;
  background-image:url("../img/bg-about.webp");
  background-size: 1400px;
    background-repeat: no-repeat;
  background-position:top center;
}
#aboutus .wrap{
    position: relative;
}
#aboutus .accuracy-banner{
    width: 500px;
    position: absolute;
    left:130px;
    bottom: -450px;
}

#aboutus .aboutus-txt{
    width: 700px;
    color:#21336a;
    margin: 50px 0 0 130px;
}
/*--------------*/

/*----------------------------------------------タブレット*/
@media (min-width: 641px) and (max-width: 1024px) {

#aboutus {
  padding: 100px 0;
  height: 1050px;
    background-image:url("../img/bg-about_sp.webp");
  background-size: 1100px;
    background-position: top -50px center;
}
#aboutus .accuracy-banner{
    width: 500px;
    left:100px;
    bottom: -550px;
}

#aboutus .aboutus-txt{
    width: 510px;
    margin: 50px 0 0;
}  
}
/*--------------*/

/*------------------------------スマホ*/
@media (max-width: 640px) {
#aboutus {
  z-index: 9;
  margin-top: -7vw;
  padding: 15vw 0;
  height: 180vw;
  background-image:url("../img/bg-about_sp.webp");
  background-size: 180vw;
  background-position:top 5vw center;
}
#aboutus .accuracy-banner{
    width: 80vw;
    left:5vw;
    bottom: -90vw;
}

#aboutus .aboutus-txt{
    width: 70vw;
    margin: 5vw 0 0 5vw;
} 
}
/*--------------*/


/* セクションを重ねて、一枚のストーリーのようにつなげる */
#industry,
#lineup,
#cta,
#aboutus{
  position: relative;
  z-index: 6;
  overflow: hidden;
  box-shadow:
    0 -28px 60px rgba(35,55,104,.10),
    inset 0 1px 0 rgba(255,255,255,.85);
}


/* セクションが画面に入った時、少しだけ浮き上がって見える */
.depth-section {
  opacity: .82;
  transform: translateY(32px);
  transition:
    opacity .8s ease,
    transform .8s ease;
}

.depth-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}


