@charset "UTF-8";

/* ------------------------------------------------
              top
--------------------------------------------------- */
/* 見出し
--------------------------------------------------- */

h2 {
  font-size: clamp(36px, 2.4vw, 38px);
  background: linear-gradient(90deg, #39c0ff 19%, #9408ff 86%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  margin-bottom: 15px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 768px) {
h2 {
    font-size: max(5vw,25px);
    line-height: 1.4;
  }
}

.underline {
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #9a4dff, #4bb1ff);
  margin-bottom: 50px;
}

/* コンテナ */
.container {
  padding: 70px 0px;
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}
@media (max-width: 768px) {

.container {
  padding: 30px 0px;
}
}

/* セクション */
.sec-lead, .sec-lead, .sec-flow, .sec-award, .sec-security, .sec-price, .sec-sample {
  /* margin: 0;
  background: url("../../img/top/feature2_bg.png") right bottom no-repeat;
  background-size: cover;
  color: #fff; */
}

/* parallax */
.parallax{
  display: flex;
  justify-content: center;
  align-items: center;

  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.img_bg_01{
  background-image: url("../../img/top/mi-bg-2.png");
}
.img_bg_02{
  background-image: url("../../img/top/mi-bg-3.jpg");
}
.img_bg_03{
  background-image: url("../../img/top/mi-bg-2.png");
}
.img_bg_04{
  background-image: url("../../img/top/mi-bg-2.png");
}
.img_bg_05{
  background-image: url();
}

.bg-gray{
  background: #f3f3f3;
}

.bg-white{
  background: #fff;
}

@media screen and (max-width: 768px){
  .img_bg_01{
    background-image:none;
    background: #0B0E15;
    background: linear-gradient(45deg, rgba(11, 14, 21, 1) 0%, rgba(12, 13, 22, 1) 33%, rgba(30, 10, 48, 1) 53%, rgba(24, 13, 36, 1) 72%, rgba(13, 15, 26, 1) 100%);
  }
  .img_bg_02{
    ackground-image: url("../../img/top/mi-bg-3.jpg"); 
  }
  .img_bg_03{
    background-image:none;
    background: #0B0E15;
    background: linear-gradient(45deg, rgba(11, 14, 21, 1) 0%, rgba(12, 13, 22, 1) 33%, rgba(30, 10, 48, 1) 53%, rgba(24, 13, 36, 1) 72%, rgba(13, 15, 26, 1) 100%);
  }
  .img_bg_04{
    background-image:none;
    background: #0B0E15;
    background: linear-gradient(45deg, rgba(11, 14, 21, 1) 0%, rgba(12, 13, 22, 1) 33%, rgba(30, 10, 48, 1) 53%, rgba(24, 13, 36, 1) 72%, rgba(13, 15, 26, 1) 100%);
  }
}

/* フロートボタン
--------------------------------------------------- */
.float-btn {
  width: 140px;
  display: block;
  right: 0;
  z-index: 100;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}

.float-btn a {
	width: 100%;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.float-btn .btn-float-contact {
  background: linear-gradient(90deg, #4bb1ff, #9a4dff);
}

.float-btn .btn-float-catalog {
  background: #193760;
}

.float-btn a.btn-float-contact img.float-icon {
	width: 80%;
	max-width: 50px;
	margin: 0 auto 10px;
}

.float-btn a.btn-float-catalog img.float-icon {
	width: 70%;
	max-width: 45px;
	margin: 0 auto 10px;
}

.float-btn a.btn-float-catalog img.float-arrow {
	width: 25%;
	max-width: 16px;
	margin: 5px auto 0px;
}

.float-btn a p {
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

@media (max-width: 1024px) {
	body {
		padding-bottom: 10vw;
	}
	.float-btn {
		width: 100%;
		display: flex;
		top: auto;
		bottom: 0;
		right: 0;
    transform: translate(0%, 0%);
	}
	.float-btn.is-fixed {
		top: auto;
		bottom: 0;
	}
	.float-btn a {
		width: 50%;
		height: 10vw;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
	}
	.float-btn a.btn-float-contact img.float-icon {
		width: 5vw;
		margin: 0 3vw 0 0;
	}
  .float-btn a.btn-float-catalog img.float-icon {
		width: 5vw;
		margin: 0 3vw 0 0;
	}

 .float-btn a.btn-float-catalog img.float-arrow {
	width: 25%;
	max-width: 16px;
	margin: 0px;
  }
.float-btn a.btn-float-catalog p {
  font-size: 2.0vw;
  margin: 0 3vw 0 0;
}

  .float-btn a.btn-float-contact p {
  font-size: 2.0vw;
  margin: 0px;
}
}

@media (max-width: 768px) {
	body {
		padding-bottom: 12vw;
	}
	.float-btn {
		width: 100%;
		display: flex;
		top: auto;
		bottom: 0;
		right: 0;
    transform: translate(0%, 0%);
	}
	.float-btn.is-fixed {
		top: auto;
		bottom: 0;
	}
	.float-btn a {
		width: 50%;
		height: 12vw;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
	}
	.float-btn a.btn-float-contact img.float-icon {
		width: 6vw;
		margin: 0 3vw 0 0;
	}
  .float-btn a.btn-float-catalog img.float-icon {
		width: 6vw;
		margin: 0 3vw 0 0;
	}

  .float-btn a.btn-float-catalog img.float-arrow {
	width: 25%;
	max-width: 16px;
	margin: 0px;
}

.float-btn a.btn-float-catalog p {
  font-size: 3.0vw;
  margin: 0 3vw 0 0;
}

  .float-btn a.btn-float-contact p {
  font-size: 3.0vw;
  margin: 0px;
}
}

/* MV
--------------------------------------------------- */
.sec-fv {
  margin-top:-70px; 
}

@media (max-width: 768px) {
.sec-fv {
  margin-top:-10vw;
  }
}

.hero {
  background: url("../../img/top/img_mv_pc.jpg") center bottom no-repeat;
  background-size: cover;
  height: 100vh;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 40px 0px;
  box-sizing: border-box;
  align-items: center;
}

@media (max-width: 768px) {
.hero {
  background: url("../../img/top/img_mv_sp.jpg") center bottom no-repeat;
  background-size: cover;
  height: 100vh;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 40px 0px;
  box-sizing: border-box;
  align-items: center;
}

}
/* 
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar img {
  height: 30px;
} */

.main-content {
  width: 90%;
  max-width: 1200px;      
  margin: 0 auto 0;
}

.product-logo {
width: clamp(210px, 12vw, 300px);
  margin: 0 0 0.5vw 0;
}

.main-content .logo {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.main-content .title {
  font-size: clamp(66px, 6.2vw, 92px);
  font-weight: 900;
  margin-bottom: 0.5vw;
  width: 100%;
  background: linear-gradient(90deg, #39c0ff 19%, #9408ff 86%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  line-height: 1.5;
}

.main-content .description {
  font-size: clamp(20px,1.6vw,29px);
  line-height: 1.6;
  color: #fff;
  margin-bottom: 4vw;
  font-weight: 400;
  width: 100%;
}

@media (max-width: 768px) {
  .main-content .title {
    font-size: max(8.6vw,36px);
    width: 100%;
    line-height: 1.4;
    margin-bottom: 4vw;
    text-align: center;
  }

  .main-content .description {
    font-size: max(2.75vw,14.5px);
    width: 100%;
    margin-bottom: 8vw;
    text-align: center;
  }

  .main-content {    
    margin: 40px auto 0;
    text-align: center;
  }


  .product-logo{
width: clamp(160px, 32vw, 210px);
margin: 0 auto 3vw;  
}
}

/* feature
--------------------------------------------------- */

.sec-feature .features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(277.5px, 1fr));
  gap: 2px;
  margin-top: 30px;
}

.sec-feature .feature {
  display: flex;
  align-items: center;
  gap:15px;
  padding:20px;
  background: #fff;  
}
.sec-feature .feature-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.sec-feature .description {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  color:#222;
  font-weight: 500;
}

.sec-feature .description:last-child {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  color:#222;   
  font-weight: 500;
}

@media (max-width: 768px) {
  .sec-feature .description {
  font-size: 1rem;
}
}

.sec-feature .feature-text {
  font-size: 16px;
  line-height: 1.6;
  color:#222;
}

/* case-study */
.logo {
  max-width: 200px;
}
.quote {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
}
.person {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.person img {
  border-radius: 50%;
  width: 70px;
  margin-right: 15px;
}
.person-info {
  font-size: 0.95em;
  line-height: 1.6;
}

.font-b{
  font-weight: bold;
}

.case-study-box {
  position: relative;
  max-width: 100%;
  margin: auto;
  background: white;
  /* border-radius: 12px; */
  padding: 80px 100px;
  /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
  min-height: 300px;
}

.icon {
  position: absolute;
  width: 64px;
  height: 64px;
}

.icon.tl { top: 20px; left: 20px; }
.icon.br { bottom: 20px; right: 20px; }

.icon img {
  width: 100%;
  height: auto;
}

@media (max-width: 500px) {
  .icon {
    width: 48px;
    height: 48px;
  }

.case-study-box {
  padding: 70px 25px;
}
}

/* sample
--------------------------------------------------- */
.sec-sample .samples {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  padding:50px;
  background: #f3f3f3;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .sec-sample .samples {
    padding: 40px 10px;
    gap: 40px;
  }
}
.sec-sample .sample {
  /* background: rgba(255, 255, 255, 0.05); */
  padding: 0px;
  border-radius: 0px;
}

.sec-sample .sample img{
  width:100%;
  margin-bottom: 40px;   
}

.sec-sample .sample img:last-child{
  width:100%;
  margin-bottom: 0px;   
}

.sec-sample .sub-title {
  font-size: 1.1rem;
  /* margin-bottom: 24px; */
  color: #fff;
  /* border: solid 1px #fff; */
  padding: 8px 20px;
  text-align: center;
  background: linear-gradient(90deg, #4bb1ff, #9a4dff);
  font-weight: 600;
}

@media (max-width: 768px) {
.sec-sample .sub-title {
    font-size: 18px;
    line-height: 1.6;
}
}

.sec-sample .samples.sample3 .sample h3 {
  font-size: 22px;
  margin: 0 10px 0 0;
  color: #222;
  display: inline-block;
}

.sec-sample .samples.sample4 .sample h3 {
  font-size: 22px;
  margin-bottom: 0px;
  color: #222;
}


  @media (max-width: 768px) {
.sec-sample .sample img {
  width:100%;
  }
.sec-sample .sample h3 {
  font-size: 1.2rem;
}
}

.sec-sample .samples.sample3 .sample p {
  color: #222;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 14px;
  display: inline-block;
}

.sec-sample .samples.sample4 .sample p {
  color: #222;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 14px;
}

/* flow     */
.sec-flow .step {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.sec-flow .step-box {
  background: #f3f3f3;
  border-radius: 0px;
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 20px;
  width: 100%;
  max-width: 1000px;
}

.sec-flow .step-label {
  background: linear-gradient(to right, #5faee3, #90c3e8);
  color: #000;
  font-weight: bold;
  padding: 15px 30px;
  font-size: 1.2rem;
  min-width: 160px;
  text-align: center;
  box-sizing:border-box;
}

@media (max-width: 768px) {
.sec-flow .step-label {
  padding: 8px 30px;
}
}

.sec-flow .step-description {
  flex: 1;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #222;
}

/* double arrow */
.sec-flow .double-arrow-box {
    color: #ccccff;
    margin-bottom: 20px;
    padding-left: 92px;
}

.sec-flow .double-arrow {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.sec-flow .chevron {
  width: 12px;
  height: 12px;
  position: relative;
}

.sec-flow .chevron::before, .sec-flow .chevron::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  left: 50%;
  top: 50%;
  transform-origin: center;
}

.sec-flow .chevron::before {
  transform: translate(-50%, -50%) rotate(45deg);
  border-image: linear-gradient(to right, #3cf, #b3f) 1;
  border-width: 0 2px 2px 0;
}

.sec-flow .chevron::after {
/* 透明にして重複を避ける */
border: none;}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .sec-flow .step-box {
    flex-direction: column;
    text-align: center;
  }

  .sec-flow .step-label {
    font-size: 1.2rem;
    width: 100%;
  }

  .sec-flow .step-description {
    font-size: 1rem;
    text-align: left;
  }

.sec-flow .double-arrow-box {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding-left: 0px;
}
}

/* security */
    .security-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(231.25px, 1fr));
      gap: 25px;
    }
    .security {
      background: #f3f3f3;
      padding: 15px;
      border-radius: 0px;
      text-align: center;
    }
    .security img {
      width:35%;
      margin: 0 auto 15px;
    }

    .security h3 {
      font-size: 1.2em;
      margin-bottom: 10px;
      color: #222;
    }

    @media (max-width: 768px) {
    .security img {
      width:20%;
      }
    .security h3 {
      font-size: 1.4rem;
    }
    }
    
    .security p {
      color: #222;
      font-size: 1rem;
      line-height: 1.6;
    }

/* price
--------------------------------------------------- */
    .price-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 80px;
    }

    @media (max-width: 768px) {
    .price-grid {
      gap: 40px;
    }
    }

    .price {
      padding: 20px 40px;
      border-radius: 0px;
      text-align: center;
      width: 100%;
    }

    .price.left {
      background: linear-gradient(to bottom, #98c0e5, #226fae);
    }

    .price.right {
      background: linear-gradient(to bottom, #8ea9dc, #2b4d89);
    }

    .price img {
      width:20%;
      margin: 0 auto 15px;
    }

    .price h3 {
      font-size: 2.4em;
      margin-bottom: 0cqb;
      color: #111;
    }

    .price .description{
      font-size: 1.1em;
      margin-bottom: 25px;
      color: #111;
      font-weight: 600;
    }

    .price ul {
        list-style-type: disc;
        padding: 0;
        padding-left: 10px;
    }

    .price li {
              list-style-type: disc;

        font-size: 1rem;
        color: #fff;
        margin-bottom: 10px;
        line-height: 1.6;
        text-align: left;
    }


    @media (max-width: 768px) {
    .price img {
      width:15%;
      }
    .price h3 {
      font-size: 2.2rem;
    }
    }
    
    .price p {
      color: #fff;
      font-size: 1rem;
      line-height: 1.6;
    }    
/* sec-award */
    .award {
      display: flex;
      align-items: flex-start;
      margin-bottom: 50px;
      background: #fff;
      padding: 20px;
    }
    .award img {
      width: 20%;
      margin-right: 20px;
      flex-shrink: 0;
    }
    .award-content h3 {
      font-size: 1.4rem;      
      background: linear-gradient(90deg, #39c0ff 19%, #9408ff 86%);
      color: transparent;
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      text-fill-color: transparent;
      margin: 0 0 6px;
      line-height: 1.5;
      font-weight: 700;
    }

    @media (max-width: 768px) {
      .award-content h3 {
      font-size: 1.3rem;      
      }
    }
    .award-content p {
      margin: 0;
      color: #222;
      font-size: 1rem;
      line-height: 1.6;
    }

    @media (max-width: 450px) {
      .award {
        flex-direction: column;
        align-items: flex-start;
      }
      .award img {
        width: 100%;
        margin-bottom: 10px;
      }
    }

/* .sec-info */
    .sec-info {
      font-family: 'Noto Sans JP', sans-serif;
      margin: 0;
      background-color: #f7f9fc;
      color: #222;
      padding:50px 0 55px;
      background: url("../../img/top/info-bg.png") left top no-repeat;
	    background-size: 100%;
	}

    @media (max-width: 768px) {
      .sec-info {
      padding:25px 0 15px;
      }
    }
    .sec-info .left-box {
      flex: 1 1 300px;
      background-color: rgba(143, 159, 181, 0.2);
      padding: 50px;
      border-radius: 0px;
    }
    .sec-info .left-box h2 {
      font-size: 1.8rem;
      margin-bottom: 15px;
      line-height: 1.6;
    }
    .sec-info .left-box p {
      font-size: 1rem;
      line-height: 1.6;
      color: #222;
    }
    .sec-info .right-grid {
      flex: 1 1 300px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 15px;
    }
    .sec-info .box {
      background-color: rgba(143, 159, 181, 0.2);
	  padding: 20px;
      border-radius: 0px;
      text-align: center;
      font-size: 1rem;
    }
    .sec-info .box a {
      color: #0066cc;
      text-decoration: none;
    }
    .sec-info .signup-button {
      display: inline-block;
      margin-top: 10px;
      background: linear-gradient(to right, #6c63ff, #5ddcff);
      color: white;
      padding: 10px 20px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: bold;
    }

	.signup-txt{
		color:#fff;
		font-weight: 300;

	}

    @media (max-width: 768px) {
    /* .sec-info .container {
        flex-direction: column;
              width:90%;

      } */
    .sec-info .right-grid {
        grid-template-columns: 1fr;
      }
    }

    a.bg-extend-left:visited{
      color: #fff;
    }

    a.bg-extend-left:hover{
      color: rgb(70, 101, 255);
    }