@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/LINESeedJP_OTF_Rg.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LINE Seed JP";
  src: url("../fonts/LINESeedJP_OTF_Bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.line_thin {
  font-weight: 100;
}

.line_reguler {
  font-weight: 400;
}

.line_bold {
  font-weight: 700;
}

.line_extrabold {
  font-weight: 800;
}

html,body{
  font-family: "LINE Seed JP", "Noto Sans JP", "Hiragino Sans" , "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-weight: 400;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #040000;
  line-height: 1.5;
}
a{
  color: #040000;
  transition: opacity 0.3s, color 0.3s;
}
a:hover{ opacity: 0.7; }
img,picture{
	max-width: 100%;
	display: block;
}
.overflow{ overflow: hidden; }

.bl{ color: #014F99; }
.wh{ color: #fff; }
.marker{ background: linear-gradient(to bottom, transparent 70%,#FFDF4A 70%); }
.bg-bl{ background: #014F99; }




.anchor{
  padding-top: 6.4rem;
  margin-top: -6.4rem;
}
#sec-1,
#sec-2,
#sec-3,
#sec-4{
  scroll-margin-top: 8rem;
}

.nav{
  width: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: background-color 0.3s ease;
}
.nav.bg{
  background-color: #fff;
}
.nav .content{
  height: 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .logo-wrap{
  flex: 0 0 22rem;
}
.nav .logo-wrap a,
.nav .logo-wrap img{
  display: block;
  width: 100%;
}
.nav a.nav-btn{
  display: block;
  width: 20rem;
}


.fv{
  background: url(../images/fv_bg.jpg) center center / cover no-repeat;
  padding-top: 8rem;
}
.fv-inner{
  width: 100%;
  max-width: 124rem;
  min-height: 56.4rem;
  margin: 0 auto;
  position: relative;
}
.fv-copy{
  padding: 4rem 0 0 4rem;
  position: relative;
  z-index: 1;
}
.fv-copy .fv-ai-badge{
  display: inline-flex;
  align-items: center;
  margin: 0 0 1.4rem;
  padding: 0.7rem 1.6rem;
  border-radius: 10rem;
  background: #087FD5;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  box-shadow: 0 0.6rem 1.4rem rgba(4, 63, 140, 0.16);
}
.fv-copy h1{
  font-size: 5.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
.fv-copy h1 .reveal-line{
  display: block;
  animation: h1-reveal 0.8s cubic-bezier(0.77, 0, 0.18, 1) both;
}
.fv-copy h1 .reveal-line:nth-child(1){
  font-size: 4rem;
  animation-delay: 0.15s;
  line-height: 1.5;
}
.fv-copy h1 .reveal-line:nth-child(2){
  animation-delay: 0.3s;
}
.fv-copy h1 .reveal-line:nth-child(3){
  animation-delay: 0.45s;
}
.fv-copy h1 .reveal-line:nth-child(4){
  animation-delay: 0.6s;
}
@keyframes h1-reveal{
  from{
    clip-path: inset(0 100% 0 0);
  }
  to{
    clip-path: inset(0 0 0 0);
  }
}
.fv-copy h1 .reveal-line > span{
  color: #1456B7;
}
.fv-copy h1 em{
  display: inline-block;
  padding: 0.2rem 1rem;
  background: #087FD5;
  color: #fff;
  font-style: normal;
  line-height: 1.15;
}
.fv-copy p{
  margin-top: 2.6rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}
.fv-visual{
  display: block;
  width: 72rem;
  position: absolute;
  top: 0;
  right: 3rem;
}
.fv-visual img{
  width: 100%;
}
.fv-cta{
  background: #087FD5 url(../images/mask_cloud.png) right bottom / 27rem auto no-repeat;
  padding: 3.4rem 2rem;
  position: relative;
}
.fv-cta h2{
  margin-bottom: 2.4rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 1;
}
.fv-cta-inner{
  width: 100%;
  max-width: 78rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 2rem;
  position: relative;
  z-index: 1;
}
.fv-cta a{
  display: block;
  width: 38rem;
  transition: transform 0.3s, filter 0.3s;
}
.fv-cta a:hover{
  opacity: 1;
  transform: scale(1.025);
  filter: drop-shadow(0 0.6rem 1.2rem rgba(4, 63, 140, 0.18));
}
.fv-cta img{
  width: 100%;
}
.fv .fv-txt{
  background: #00356E;
  padding: 1.8rem 0;
  position: relative;
}
.fv .fv-txt img{
  width: 58.6rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.fv .fv-txt::before{
  content: "";
  display: block;
  width: 46%;
  height: 100%;
  background: #014F99;
  clip-path: polygon(10rem 0,100% 0,100% 100%,0 100%);
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}


.sec-1{
  background: #fff;
  padding: 6rem 0 5rem;
}
.sec-1 h2{
  color: #043F8C;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
.sec-1-lead{
  margin-top: 1.4rem;
  font-size: 1.8rem;
  text-align: center;
}
.sec-1-body{
  margin-top: 5.6rem;
  display: grid;
  grid-template-columns: 36rem 62rem;
  align-items: start;
  gap: 4rem;
}
.sec-1-image img,
.sec-1-points img{
  width: 100%;
}
.sec-1-points p{
  margin-top: 1.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}
.sec-1-points-emphasis{
  text-decoration: underline;
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.4rem;
}


.sec-2{
  padding: 6rem 0 0;
  background: #F5F8FA;
}
.sec-2 h2{
  color: #043F8C;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
.sec-2-lead{
  margin-top: 1.8rem;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
}
.sec-2-list{
  margin: 5.6rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem 3rem;
}
.sec-2-list li{
  min-height: 21rem;
  padding: 2rem 4rem;
  background: #fff;
  border-radius: 2.4rem;
  box-shadow: 0 0.8rem 1.8rem rgba(4, 63, 140, 0.08);
  list-style: none;
  text-align: center;
}
.sec-2-list li img{
  width: 6.4rem;
  margin: 0 auto 0.8rem;
}
.sec-2-list li h3{
  font-size: 2rem;
  font-weight: 700;
}
.sec-2-list li p{
  margin-top: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.55;
  text-align: left;
}
.sec-2-staff{
  width: 45.7rem;
  margin: -1.8rem auto 0;
}
.sec-2-staff img{
  width: 100%;
}

.service-intro{
  background: #087FD5 url(../images/mask_cloud.png) right bottom / 27rem auto no-repeat;
  padding: 4rem 2rem 5.6rem;
  position: relative;
  color: #fff;
}
.service-intro::after{
  content: "";
  width: 0;
  height: 0;
  border-top: 3rem solid #087FD5;
  border-right: 3rem solid transparent;
  border-left: 3rem solid transparent;
  position: absolute;
  left: 50%;
  bottom: -2.8rem;
  transform: translateX(-50%);
  z-index: 2;
}
.service-intro h2{
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.service-intro h2 span,
.service-intro h2 strong{
  display: block;
}
.service-intro h2 strong{
  font-weight: 700;
}
.service-intro h2 .service-intro-underline{
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.5rem;
}
.features{
  padding: 6.5rem 0 7rem;
  background: #fff;
}
.features h2{
  color: #043F8C;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
.features-lead{
  margin-top: 1.6rem;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
  font-feature-settings: "palt";
}
.features-list{
  margin: 5.6rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.2rem;
}
.features-list li{
  list-style: none;
}
.features-image{
  position: relative;
}
.features-image img{
  width: 100%;
  border-radius: 2.4rem;
}
.features-label{
  min-width: 9.6rem;
  padding: 0.8rem 1.6rem;
  border-radius: 10rem;
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  z-index: 1;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.features-label.is-employee{
  background: #F58220;
}
.features-label.is-accounting{
  background: #1456B7;
}
.features-label.is-manager{
  background: #55B72C;
}
.features-list h3{
  margin-top: 1.8rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.features-list li > p{
  margin-top: 1.4rem;
  font-size: 1.8rem;
  line-height: 1.65;
  text-align: left;
}
.management{
  padding: 6.5rem 0 7rem;
  background: #F3F7F9;
}
.management h2{
  color: #043F8C;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
.management-lead{
  margin-top: 1.6rem;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
}
.management-list{
  margin: 5.6rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.management-list li{
  min-height: 18.5rem;
  padding: 2rem 1.6rem;
  background: #fff;
  border-radius: 2.4rem;
  box-shadow: 0 0.8rem 1.8rem rgba(4, 63, 140, 0.08);
  list-style: none;
  text-align: center;
}
.management-list img{
  width: 7.2rem;
  margin: 0 auto 0.8rem;
}
.management-list h3{
  font-size: 2rem;
  font-weight: 700;
}
.management-list p{
  margin-top: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.55;
  text-align: center;
}
.ai-support{
  padding: 7rem 0;
  background: #F3F7F9;
  position: relative;
}
.ai-support::before{
  content: "";
  width: calc(100% - 3.6rem);
  max-width: 104rem;
  height: 0.1rem;
  background: #D9E1E6;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ai-support h2{
  color: #043F8C;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
.ai-support-lead{
  margin-top: 1.6rem;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
}
.ai-support-cards{
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
.ai-support-card{
  min-width: 0;
}
.ai-support-image{
  min-height: 31rem;
  padding: 3.2rem 2.4rem 0;
  background: #F3F7F9;
  border-radius: 2.4rem;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.ai-support-image img{
  width: 100%;
}
.ai-support-label{
  padding: 0.7rem 1.4rem;
  border-radius: 10rem;
  background: #F58220;
  position: absolute;
  top: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  white-space: nowrap;
}
.ai-support-label.is-manager{
  background: #1456B7;
}
.ai-support-card-body{
  padding: 0;
}
.ai-support-card h3{
  margin-top: 1.8rem;
  color: #222;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
.ai-support-card-body p{
  margin-top: 1.4rem;
  font-size: 1.8rem;
  line-height: 1.65;
}
.ai-support-points{
  margin-top: 4.2rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.ai-support-points li{
  min-height: 18.5rem;
  padding: 2rem 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  background: #fff;
  border-radius: 2.4rem;
  box-shadow: 0 0.8rem 1.8rem rgba(4, 63, 140, 0.08);
  list-style: none;
  text-align: center;
}
.ai-support-points img{
  flex: 0 0 auto;
  width: 7.2rem;
}
.ai-support-points p{
  color: #222;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}
.app-record{
  padding: 6.5rem 0 7rem;
  background: #fff;
}
.app-record h2{
  color: #043F8C;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
.app-record-lead{
  margin-top: 1.6rem;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
}
.app-record-list{
  max-width: 92rem;
  margin: 4rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
.app-record-list li{
  list-style: none;
  text-align: center;
}
.app-record-list img{
  width: 21.8rem;
  margin: 0 auto;
}
.app-record-list h3{
  margin-top: 1.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.55;
}
.manage-view{
  padding: 6.5rem 0 7rem;
  background: #F3F7F9;
}
.manage-view h2{
  color: #043F8C;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.manage-view-lead{
  margin-top: 1.8rem;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
}
.manage-view-image{
  width: 100%;
  margin: 4rem auto 0;
}
.manage-view-image img{
  width: 100%;
}
.rules{
  padding: 0 2rem 7rem;
  background: #F3F7F9;
}
.rules-box{
  width: 100%;
  max-width: 104rem;
  margin: 0 auto;
  padding: 4.5rem 5rem 5rem;
  background: #fff;
  border-radius: 2.4rem;
  box-shadow: 0 0.8rem 1.8rem rgba(4, 63, 140, 0.08);
}
.rules h2{
  color: #043F8C;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
.rules-lead{
  margin-top: 1.4rem;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
}
.rules-list{
  margin-top: 4.8rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}
.rules-list li{
  min-height: 12.8rem;
  padding: 2.4rem 2rem;
  background: #F3F7F9;
  border-radius: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  text-align: center;
}
.rules-list h3{
  color: #043F8C;
  font-size: 2rem;
  font-weight: 700;
}
.rules-list p{
  margin-top: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.55;
  text-align: center;
}
.merit{
  padding: 6.5rem 0 7rem;
  background: #fff;
}
.merit h2{
  color: #043F8C;
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
.merit-lead{
  margin-top: 1.6rem;
  font-size: 1.8rem;
  text-align: center;
}
.merit-list{
  margin: 4.8rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.merit-before{
  min-height: 13.8rem;
  padding: 2rem;
  background: #F3F7F9;
  border-radius: 2.4rem;
}
.merit-before h3,
.merit-after h3{
  color: #8B9097;
  font-size: 1.8rem;
  font-weight: 700;
}
.merit-before h3 span,
.merit-after h3 span{
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.7rem;
  background: #8B9097;
}
.merit-before p,
.merit-after > p{
  margin-top: 1.2rem;
  font-size: 1.6rem;
  line-height: 1.55;
  text-align: left;
}
.merit-arrow{
  width: 3.6rem;
  margin: 1.4rem auto 1.2rem;
}
.merit-after{
  min-height: 25rem;
  padding: 2rem;
  border: 0.3rem solid #1456B7;
  border-radius: 2rem;
  position: relative;
}
.merit-after h3{
  color: #1456B7;
}
.merit-after h3 span{
  background: #1456B7;
}
.merit-person{
  width: 9.6rem;
  position: absolute;
  top: -4.8rem;
  right: 1.5rem;
}
.merit-after .merit-emphasis{
  font-weight: 700;
}
.merit-emphasis strong{
  color: #1456B7;
}
.merit-after small{
  display: block;
  margin-top: 1.2rem;
  color: #8B9097;
  font-size: 1.1rem;
}
.merit-caption{
  margin-top: 1.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.pricing{
  padding: 6.5rem 0 7rem;
  background: #0874C9 url(../images/mask_cloud.png) right 8rem / 36rem auto no-repeat;
  color: #fff;
}
.pricing h2{
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
.pricing-lead{
  margin-top: 1.6rem;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
}
.pricing-plan{
  margin: 4rem auto 0;
}
.pricing-plan img{
  width: 100%;
}
.pricing-support-title{
  margin-top: 4.5rem;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
.pricing-support-lead{
  margin-top: 1rem;
  font-size: 1.6rem;
  text-align: center;
}
.pricing-support-list{
  margin: 3.2rem auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.pricing-support-list li{
  min-height: 21rem;
  padding: 2.4rem 1.4rem 2rem;
  background: #fff;
  border-radius: 2.4rem;
  color: #040000;
  list-style: none;
  text-align: center;
}
.pricing-support-list img{
  width: 4.8rem;
  margin: 0 auto 1.4rem;
}
.pricing-support-list h4{
  font-size: 1.8rem;
  font-weight: 700;
}
.pricing-support-list p{
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.55;
  text-align: center;
}
.pricing-support-list strong{
  display: block;
  margin-top: 1rem;
  color: #043F8C;
  font-size: 1.4rem;
  font-weight: 700;
}
.faq{
  padding: 6.5rem 0 7rem;
  background: #F3F7F9;
  text-align: left;
  text-justify: auto;
}
.faq h2{
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
}
.faq-lead{
  margin-top: 1.6rem;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
}
.faq-list{
  max-width: 96rem;
  margin: 4rem auto 0;
}
.faq-item{
  overflow: hidden;
  background: #fff;
  border: 0.1rem solid #D9E4EC;
  border-radius: 1.6rem;
}
.faq-item + .faq-item{
  margin-top: 1.6rem;
}
.faq-item summary{
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 2rem 6.4rem 2rem 2.4rem;
  position: relative;
  color: #040000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker{
  display: none;
}
.faq-item summary::before,
.faq-item summary::after{
  content: "";
  width: 1.8rem;
  height: 0.2rem;
  background: #1456B7;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transition: transform 0.25s ease;
}
.faq-item summary::after{
  transform: rotate(90deg);
}
.faq-item[open] summary::after{
  transform: rotate(0);
}
.faq-q,
.faq-a{
  flex: 0 0 auto;
  color: #1456B7;
  font-size: 2.4rem;
  font-weight: 700;
}
.faq-answer{
  display: flex;
  gap: 1.6rem;
  margin: 0 2.4rem;
  padding: 2rem 0 2.4rem;
  border-top: 0.1rem solid #D9E4EC;
}
.faq-answer p{
  padding-top: 0.4rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
.form{
  background: #06438F;
  padding: 7rem 0 8rem;
}
.form.complete{
  padding-top: 6.4rem;
}
.complete-page #wrapper{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.complete-page .form.complete{
  flex: 1;
}

/* 特定商取引法に基づく表記
-------------------------------------------------------------------------------------------------*/
.commerce-law{
  min-height: 100vh;
  background: #f3f7fa;
  padding: 8rem 2rem;
}
.commerce-law h2{
  color: #014f99;
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 4rem;
}
.commerce-law ul{
  max-width: 96rem;
  margin: 0 auto;
  padding: 1rem 4rem;
  background: #fff;
  border-radius: 2.4rem;
}
.commerce-law li{
  display: grid;
  grid-template-columns: 24rem 1fr;
  gap: 3rem;
  padding: 2.4rem 0;
  border-bottom: 1px solid #dce4ec;
}
.commerce-law li:last-child{
  border-bottom: 0;
}
.commerce-law h3{
  color: #014f99;
  font-size: 1.8rem;
}
.commerce-law p{
  font-size: 1.6rem;
  line-height: 1.8;
}
.form .box{
  background: #fff;
  border-radius: 2.4rem;
  padding: 6rem;
  margin: 0 auto;
  max-width: 80rem;
}

.form .form-inner {
  max-width: 64rem;
  margin: auto;
}

.form h2{
  font-size: 3.6rem;
  color: #000;
  text-align: center;
  margin-bottom: 3.2rem;
}
.form-lead{
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
}

.form form {
  margin-top: 4rem;
}

.form label.label{
  display: block;
  margin: 2.4rem 0 0.8rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.form label.label:first-child{
  margin-top: 0;
}
.form label.label.required::after{
  content: "必須";
  display: inline-block;
  margin-left: 0.8rem;
  padding: 0.2rem 0.7rem;
  border-radius: 0.3rem;
  background: #E93451;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.4;
  vertical-align: 0.2rem;
}
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form select,
.form textarea{
  display: block;
  width: 100%;
  padding: 1.4rem 1.6rem;
  border-radius: 0.4rem;
  background: #F0F1F4;
  border: 0.2rem solid transparent;
  color: #1D2738;
  font-size: 1.8rem;
  box-sizing: border-box;
}
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=tel]:focus,
.form select:focus,
.form textarea:focus{
  border-color: #1456B7;
  outline: none;
}
.form input::placeholder,
.form textarea::placeholder{
  color: #A0A5AE;
}
.form .select-wrap{
  position: relative;
}
.form .select-wrap::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 0.2rem solid #26344C;
  border-bottom: 0.2rem solid #26344C;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.form select{
  appearance: none;
  cursor: pointer;
}
.form textarea{
  height: 22rem;
  resize: none;
}
.form .agree{
  text-align: center;
  margin: 3rem 0 0;
}
.form .submit-btn{
  display: block;
  width: 44rem;
  max-width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  margin: 3.2rem auto 0;
  transition: filter 0.3s;
  cursor: pointer;
}
.form .submit-btn img{
  width: 100%;
}
.form .submit-btn:hover{
  opacity: 1;
  animation: none;
  filter: drop-shadow(0 0.6rem 1.2rem rgba(4, 63, 140, 0.18));
}

.nav-btn{
  transition: transform 0.3s, filter 0.3s;
}
.nav-btn:hover{
  opacity: 1;
  transform: scale(1.025);
  filter: drop-shadow(0 0.6rem 1.2rem rgba(4, 63, 140, 0.18));
}


.radio{
  display: block;
  column-gap: 1.5em;
}
.radio label{
  display: block;
  position: relative;
  margin-bottom: 0.8em;
}

.radio input[type=radio]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.radio input[type=radio] + span{
  display: inline-block;
  padding-left: calc(2.4rem + 0.5em);
  line-height: 2.4rem;
  cursor: pointer;
  position: relative;
}
.radio input[type=radio] + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  box-sizing: border-box;
  background: #F5F5F5;
  border-radius: 50%;
}
.radio input[type=radio]:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.6rem;
  left: 0.6rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #014F99;
  border-radius: 50%;
}


.checkbox{
  display: flex;
  justify-content: center;
}
.checkbox label{
  position: relative;
}
.checkbox input[type=checkbox]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.checkbox input[type=checkbox] + span{
  display: inline-block;
  padding-left: calc(2.3rem + 0.5em);
  line-height: 2.3rem;
  cursor: pointer;
  position: relative;
}
.checkbox input[type=checkbox] + span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  box-sizing: border-box;
  background: #F0F0F0;
  border-radius: 0.4rem;
}
.checkbox input[type=checkbox] + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.9rem;
  left: 0.75rem;
  width: 0.6rem;
  height: 1.1rem;
  transform: rotate(43deg);
  border-bottom: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
}
.checkbox input[type=checkbox]:checked + span::before{
  background: #014F99;
}

footer{
  text-align: center;
  padding: 5rem 0;
  background-color: #040000;
  color: #FFF;
  font-size:1.4rem;
}
footer a.logo{
  display: block;
  width: 15.6rem;
  margin: 0 auto 1.6rem;
}
footer ul.f-nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
}
footer ul.f-nav li{
  display: block;
}
footer ul.f-nav li a{
  color: #FFF;
}
footer .copy{
  opacity: 0.5;
  margin-top: 1em;
}




/* ボタン用アニメーション */
.pulse{ animation: pulse 1s infinite; }

@keyframes pulse {
  0%,100% { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.05, 1.05, 1.05); }
}


/* ページトップ */
#pagetop {
  display: none;
  position: fixed;
  bottom: 1.6rem;
  right: 1.6rem;
  z-index: 997;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  background-color: #014F99;
}
#pagetop a img {
  width: 1.6rem;
  margin-top: -0.2rem;
}


/* フローティング */
#fl-bnr {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 997;
}
#fl-bnr a {
  display: block;
}

.icon{
    width:100px;
    margin:0 auto 1rem;
}


/*　PC
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }
body{ font-size: 1.6rem; }

.content{
  width: 100%;
	max-width: 104rem;
  /* padding: 0 4rem; */
	margin: 0 auto;
}
.content.w124{
  max-width: 120rem;
}

.hamburger_menu {
  display: none;
}

.nav .content{
  max-width: none;
  padding: 0 2rem;
}



/*　タブレット
------------------------------------------------------------------------------------------------*/
@media (max-width: 1160px){

html{ font-size: 0.862vw; }

.fv-visual{
  right: 4rem;
}



}/*　タブレットここまで */
}/*　PCここまで */


.header_nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.8rem;
}

.header_nav_list{
  font-size: 1.5rem;
  font-weight: 700;
  white-space: nowrap;
}

.header_action{
  flex: 0 0 20rem;
}

@media (min-width: 769px) and (max-width: 1160px){
  .header_nav ul{
    gap: 1.2rem;
  }
}

/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){
  .pc{ display: none !important; }
  
  html{ font-size: 2.56vw; }
  body{ font-size: 1.4rem; }

  .commerce-law{
    padding: 4.8rem 1.8rem;
  }
  .commerce-law h2{
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .commerce-law ul{
    padding: 0.4rem 1.8rem;
    border-radius: 1.8rem;
  }
  .commerce-law li{
    display: block;
    padding: 1.8rem 0;
  }
  .commerce-law h3{
    font-size: 1.6rem;
  }
  .commerce-law p{
    margin-top: 0.6rem;
    font-size: 1.4rem;
  }
  
  .content{
    width: 100%;
    padding: 0 1.8rem;
  }
  
  
  .anchor{
    padding-top: 7.2rem;
    margin-top: -7.2rem;
  }
  #sec-1,
  #sec-2,
  #sec-3,
  #sec-4{
    scroll-margin-top: 4.8rem;
  }
  
  .nav .content{
    height: 4.8rem;
    padding: 0 1.2rem;
  }
  .nav .logo-wrap{
    flex-basis: 16.8rem;
  }
  
  
  .fv{
    background-image: url(../images/fv_bg_sp.jpg);
    padding-top: 4.8rem;
  }
  .fv-inner{
    min-height: auto;
    padding: 2rem 1.8rem 0;
  }
  .fv-copy{
    padding: 0;
  }
  .fv-copy .fv-ai-badge{
    display: flex;
    width: fit-content;
    margin: 0 auto 1.2rem;
    padding: 0.6rem 1.2rem;
    font-size: 1.35rem;
  }
  .fv-copy h1{
    font-size: 3.8rem;
    line-height: 1.28;
    text-align: center;
  }
  .fv-copy h1 .reveal-line:nth-child(1){
    font-size: 3rem;
  }
  .fv-copy h1 em{
    padding: 0.2rem 0.6rem 0rem;
  }
  .fv-copy p{
    margin-top: 1.8rem;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
  }
  .fv-visual{
    width: calc(100% + 1.6rem);
    margin: 1rem 0 0 0;
    position: static;
  }
  .fv-cta{
    background-size: 24rem auto;
    padding: 2.4rem 2.4rem 3.6rem;
  }
  .fv-cta h2{
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }
  .fv-cta-inner{
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .fv-cta a{
    width: 100%;
    max-width: 38rem;
  }

  .sec-1{
    padding: 4rem 0 3.2rem;
  }
  .sec-1 h2{
    font-size: 2.4rem;
    line-height: 1.45;
  }
  .sec-1-lead{
    margin-top: 1rem;
    font-size: 1.55rem;
    line-height: 1.7;
  }
  .sec-1-body{
    margin-top: 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
  }
  .sec-1-image{
    width: 78%;
    margin: 0 auto;
    order: 2;
  }
  .sec-1-points{
    width: 100%;
    order: 1;
  }
  .sec-1-points p{
    margin-top: 1.4rem;
    font-size: 1.64rem;
    text-align: center;
  }
  
  .sec-2{
    padding: 4rem 0 0;
  }
  .sec-2 h2{
    font-size: 2.4rem;
    line-height: 1.45;
  }
  .sec-2-lead{
    margin-top: 1.2rem;
    font-size: 1.55rem;
    text-align: left;
  }
  .sec-2-lead br{
    display: none;
  }
  .sec-2-list{
    margin-top: 2.4rem;
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .sec-2-list li{
    min-height: auto;
    padding: 1.8rem 2.4rem 2.4rem;
  }
  .sec-2-list li img{
    width: 6.4rem;
    margin-bottom: 0.6rem;
  }
  .sec-2-list li h3{
    font-size: 1.8rem;
  }
  .sec-2-list li p{
    font-size: 1.55rem;
    line-height: 1.55;
  }
  .sec-2-staff{
    width: 80%;
    margin-top: 1.6rem;
  }
  .service-intro{
    background-size: 18rem auto;
    padding: 3.2rem 1.6rem 4.6rem;
  }
  .service-intro::after{
    border-top-width: 2rem;
    border-right-width: 2rem;
    border-left-width: 2rem;
    bottom: -1.8rem;
  }
  .service-intro h2{
    font-size: 2rem;
    line-height: 1.6;
  }
  .features{
    padding: 4.5rem 0 4rem;
  }
  .features h2{
    font-size: 2.4rem;
  }
  .features-lead{
    margin-top: 1.2rem;
    font-size: 1.55rem;
    text-align: left;
  }
  .features-lead br{
    display: none;
  }
  .features-list{
    margin-top: 2.8rem;
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }
  .features-label{
    min-width: 8rem;
    padding: 0.6rem 1.2rem;
    border-radius: 10rem;
    top: 1.2rem;
    left: 1.2rem;
    font-size: 1.6rem;
  }
  .features-image img{
    height: 20rem;
    object-fit: cover;
  }
  .features-list h3{
    margin-top: 1.4rem;
    font-size: 2rem;
  }
  .features-list li > p{
    margin-top: 1rem;
    font-size: 1.55rem;
  }
  .management{
    padding: 4.5rem 0 4rem;
  }
  .management h2{
    font-size: 2.4rem;
  }
  .management-lead{
    margin-top: 1.2rem;
    font-size: 1.55rem;
    text-align: left;
  }
  .management-lead br{
    display: none;
  }
  .management-list{
    margin-top: 2.8rem;
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .management-list li{
    min-height: auto;
    padding: 1.8rem 2.4rem 2.4rem;
  }
  .management-list img{
    width: 6.4rem;
  }
  .management-list h3{
    font-size: 1.8rem;
  }
  .management-list p{
    font-size: 1.55rem;
  }
  .ai-support{
    padding: 4.5rem 0 4rem;
  }
  .ai-support h2{
    font-size: 2.4rem;
    line-height: 1.45;
  }
  .ai-support-lead{
    margin-top: 1.2rem;
    font-size: 1.55rem;
    text-align: left;
  }
  .ai-support-lead br{
    display: none;
  }
  .ai-support-cards{
    margin-top: 2.8rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .ai-support-card{
    min-width: 0;
  }
  .ai-support-image{
    min-height: 0;
    padding: 3.2rem 1.2rem 0;
    border-radius: 1.8rem;
  }
  .ai-support-label{
    padding: 0.6rem 1.2rem;
    border-radius: 10rem;
    top: 1.2rem;
    left: 50%;
    font-size: 1.35rem;
  }
  .ai-support-card-body{
    padding: 0;
  }
  .ai-support-card h3{
    margin-top: 1.4rem;
    font-size: 2rem;
  }
  .ai-support-card-body p{
    margin-top: 1rem;
    font-size: 1.55rem;
  }
  .ai-support-points{
    margin-top: 3.8rem;
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  .ai-support-points li{
    min-height: auto;
    padding: 1.8rem 2.4rem 2.4rem;
    border-radius: 1.8rem;
  }
  .ai-support-points img{
    width: 6.4rem;
  }
  .ai-support-points p{
    font-size: 1.5rem;
  }
  .app-record{
    padding: 4.5rem 0 4rem;
  }
  .app-record h2{
    font-size: 2.4rem;
  }
  .app-record-lead{
    margin-top: 1.2rem;
    font-size: 1.55rem;
    text-align: left;
  }
  .app-record-list{
    width: calc(100% + 3.6rem);
    margin-top: 2.8rem;
    margin-left: -1.8rem;
    margin-right: -1.8rem;
    padding: 0 11vw;
    box-sizing: border-box;
    display: flex;
    gap: 1.6rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 11vw;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .app-record-list::-webkit-scrollbar{
    display: none;
  }
  .app-record-list li{
    flex: 0 0 66vw;
    scroll-snap-align: center;
  }
  .app-record-list li:first-child{
    margin-left: 12vw;
  }
  .app-record-list img{
    width: 24rem;
  }
  .app-record-list h3{
    margin-top: 1.4rem;
    font-size: 1.6rem;
  }
  .manage-view{
    padding: 4.5rem 0 4rem;
  }
  .manage-view h2{
    font-size: 2.4rem;
  }
  .manage-view-lead{
    margin-top: 1.2rem;
    font-size: 1.55rem;
    text-align: left;
  }
  .manage-view-lead br{
    display: none;
  }
  .manage-view-image{
    margin-top: 2.8rem;
  }
  .rules{
    padding: 0 1.6rem 4rem;
  }
  .rules-box{
    padding: 3rem 1.6rem 1.6rem;
  }
  .rules h2{
    font-size: 2rem;
    line-height: 1.45;
  }
  .rules-lead{
    margin-top: 1.2rem;
    font-size: 1.55rem;
    text-align: left;
  }
  .rules-lead br{
    display: none;
  }
  .rules-list{
    margin-top: 2.4rem;
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .rules-list li{
    min-height: auto;
    padding: 1.4rem 1.4rem;
  }
  .rules-list h3{
    font-size: 1.6rem;
    text-align: left;
  }
  .rules-list p{
    font-size: 1.4rem;
    text-align: left;
    margin-top: 0.2rem;
  }
  .merit{
    padding: 4.5rem 0 4rem;
  }
  .merit h2{
    font-size: 2.8rem;
  }
  .merit-lead{
    margin-top: 1.2rem;
    font-size: 1.55rem;
    text-align: left;
  }
  .merit-list{
    margin-top: 2.8rem;
    grid-template-columns: 1fr;
    gap: 4rem;
  }
  .merit-before{
    min-height: auto;
  }
  .merit-before h3,
  .merit-after h3{
    font-size: 1.55rem;
  }
  .merit-before p,
  .merit-after > p{
    margin-top: 0.8rem;
    font-size: 1.55rem;
    line-height: 1.55;
    text-align: left;
  }
  .merit-after{
    min-height: auto;
  }
  .merit-person{
    width: 9.6rem;
    position: absolute;
    top: -4.8rem;
    right: 1.5rem;
  }
  .merit-caption{
    font-size: 1.4rem;
  }
  .pricing{
    padding: 4.5rem 0 4rem;
    background-position: right 5rem;
    background-size: 18rem auto;
  }
  .pricing h2{
    font-size: 2.8rem;
  }
  .pricing-lead{
    margin-top: 1.2rem;
    font-size: 1.55rem;
    text-align: left;
  }
  .pricing-lead br{
    display: none;
  }
  .pricing-plan{
    margin-top: 2.8rem;
  }
  .pricing-support-title{
    margin-top: 3.2rem;
    font-size: 2rem;
  }
  .pricing-support-lead{
    margin-top: 1rem;
    font-size: 1.55rem;
    text-align: left;
  }
  .pricing-support-list{
    margin-top: 2.4rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
  .pricing-support-list li{
    min-height: auto;
    padding: 2rem 1rem;
  }
  .pricing-support-list img{
    width: 4rem;
    margin: 0 auto 1rem;
  }
  .pricing-support-list h4{
    font-size: 1.6rem;
  }
  .pricing-support-list p{
    margin-top: 1rem;
    font-size: 1.4rem;
  }
  .faq{
    padding: 4.5rem 0 4rem;
  }
  .faq h2{
    font-size: 2.8rem;
  }
  .faq-lead{
    margin-top: 1.2rem;
    font-size: 1.55rem;
    line-height: 1.7;
    text-align: left;
  }
  .faq-list{
    margin-top: 2.8rem;
  }
  .faq-item{
    border-radius: 1.2rem;
  }
  .faq-item + .faq-item{
    margin-top: 1.2rem;
  }
  .faq-item summary{
    gap: 1rem;
    padding: 1.2rem 4rem 1.2rem 1.2rem;
    font-size: 1.55rem;
    line-height: 1.5;
  }
  .faq-item summary::before,
  .faq-item summary::after{
    width: 1.5rem;
    right: 1.6rem;
  }
  .faq-q,
  .faq-a{
    font-size: 2rem;
  }
  .faq-answer{
    gap: 1rem;
    margin: 0 1.6rem;
    padding: 1.6rem 0 1.8rem;
  }
  .faq-answer p{
    padding-top: 0.2rem;
    font-size: 1.45rem;
    line-height: 1.7;
  }
  
  
  
  .form{
    padding: 4rem 0;
  }
  .form.complete{
    padding-top: 11.2rem;
  }
  .form .box{
    padding: 3.2rem 2rem 4rem;
    border-radius: 1rem;
  }
  .form h2{
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .form-lead{
    font-size: 1.55rem;
    text-align: left;
  }
  .form form{
    margin-top: 2.8rem;
  }
  .form label.label{
    margin: 2rem 0 0.6rem;
    font-size: 1.55rem;
  }
  .form input[type=text],
  .form input[type=email],
  .form input[type=tel],
  .form select,
  .form textarea{
    padding: 1.2rem 1.3rem;
    font-size: 1.6rem;
  }
  .form textarea{
    height: 18rem;
  }
  .form .agree{
    margin-top: 2.4rem;
  }
  .form .submit-btn{
    width: 100%;
    margin-top: 2.6rem;
  }
  
  
  .radio{
    flex-direction: column;
    row-gap: 1.2rem;
    margin-top: 1rem;
  }
  
  
  footer{
    font-size: 1.2rem;
    padding: 5rem 0;
  }
footer ul.f-nav{
  display:block;
  gap: 2em;
}
  footer ul.f-nav li a {
    font-size: 1.4rem;
    line-height:3rem;
  }

  footer .copy {
    margin-top: 2.5rem;
  }
  .header_nav {
    display: none;
  }
  
  .hamburger_menu {
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    position: fixed;
    background-color: #043F8C;
    top: 0;
    right: 0;
    z-index: 10001;
  }
  
  .menu_btn {
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    z-index: 10001;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
  }
  .menu_btn span,
  .menu_btn span:before,
  .menu_btn span:after {
    content: '';
    display: block;
    height: 0.2rem;
    width: 2rem;
    background-color: #FFF;
    position: absolute;
    margin: auto;
    z-index: 81;
    /* box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5); */
  }

  .menu_btn span {
    top: 1.5rem;
    left: 1.5rem;
  }
  
  .menu_btn span:before {
    top: 0.7rem;
  }
  .menu_btn span::after {
    top: 1.4rem;
  }
  #menu_btn_check:checked ~ .menu_btn span::after {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu_btn_check:checked ~ .menu_btn span {
    top: 2.3rem;
    transform: rotate(45deg);
    background-color: #043F8C;
  }
  
  #menu_btn_check:checked ~ .menu_btn span::before {
    top: 0;
    transform: rotate(-90deg);
    background-color: #043F8C;
  }
  
  #menu_btn_check {
    display: none;
  }
  
  .menu_content {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: #FFF;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .menu_content .menu-logo{
    display: block;
    width: 16.8rem;
    position: absolute;
    top: 1.2rem;
    left: 1.2rem;
  }

  .menu_content .menu-logo img{
    width: 100%;
  }
  
  .menu_content > ul {
    margin-top: 9rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 1rem;
  }
  
  .menu_content ul li {
    list-style: none;
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
  }

  .menu_content ul li:not(.header_action){
    margin-bottom: 0;
    border-bottom: 1px solid #E1E5EA;
  }
  .menu_content ul li:not(.header_action):first-child{
    border-top: 1px solid #E1E5EA;
  }
  
  .menu_content ul li > a {
    display: block;
    font-size: 1.6rem;
    box-sizing: border-box;
    color: #040000;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.5;
    padding: 0;
  }

  .menu_content ul li:not(.header_action) > a{
    padding: 1.8rem 2.4rem 1.8rem 0;
    position: relative;
  }

  .menu_content .menu-arrow{
    width: 2rem;
    height: 2rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .menu_content ul li.header_action{
    flex: 0 1 calc(50% - 2.3rem);
    width: calc(50% - 2.3rem);
    padding-top: 2.4rem;
    margin: 0 0 1.6rem;
  }

  .menu_content ul li.header_action a{
    width: 100%;
  }
  
  #menu_btn_check:checked ~ .menu_content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .sec-2-list li,
  .features-image img,
  .management-list li,
  .rules-box,
  .rules-list li,
  .merit-before,
  .pricing-support-list li,
  .form .box{
    border-radius: 1.8rem;
  }
  }

.scroll-hint-shadow-wrap::before,
.scroll-hint-shadow-wrap::after {
  display: none;
}

/* Scroll fade-in
-------------------------------------------------------------------------------------------------*/
.fade-in{
  opacity: 0;
  transform: translateY(2.4rem);
  transition:
    opacity 0.75s ease var(--fade-delay, 0s),
    transform 0.75s ease var(--fade-delay, 0s);
  will-change: opacity, transform;
}
.fade-in.is-visible{
  opacity: 1;
  transform: translateY(0);
}
.fade-in.fade-only{
  transform: none;
}

.fv-copy{
  animation: top-fade-in 0.8s ease both;
}
.fv-visual{
  animation: top-fade-in 0.8s ease 0.2s both;
}
@keyframes top-fade-in{
  from{
    opacity: 0;
    transform: translateY(2.4rem);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce){
  .fade-in{
    opacity: 1;
    transform: none;
    transition: none;
  }
  .fv-copy,
  .fv-visual,
  .fv-copy h1 .reveal-line,
  .form .submit-btn{
    animation: none;
  }
}
