@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  font-size: 62.5%;
  width: 100%;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

body {
  background-color: #fff;
  color:#262A2E;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}
.en{
  font-family: "Montserrat", sans-serif;
}
main {
  display: block;
  width: 100%;
  z-index: 1;
  overflow-x: hidden;
  margin-top:102px;
}

ul,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #262A2E;
  transition: opacity .6s ease;
}
a:hover{
  opacity: .7;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.sp-only {
  display: none;
}

/* header --------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 102px;
  z-index: 999;
  background-color: #fff;
}

.page-width {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 102px;
}

.header_logo {
  z-index: 2;
  max-width: 240px;
  width: 100%;
}

.header_nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav_list {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 100%;
}

.nav_item {
  height: 100%;
}

.header_link {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 0.3s ease;
  padding-right:2.5rem;
}

.header-btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0 24px;
  line-height: 1;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 900;
  border-radius: 999px;
  width: 100%;
  position: relative;
box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 10px;
  height: 47px;
}
.download-btn{
  color: #fff;
  background-color:#477DE0;
  border:2px solid #fff;
}
.contact-btn{
  color:#262A2E;
  background-color: #fff;
    border:2px solid #477DE0;
}

.header-btn img {
  width: 36px;
}

.hamburger,
.nav-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .header-arrow:after {
      content: "";
      display: block;
      width: 13px;
      height: 13px;
      margin-left: 4px;
      background-image: url(../images/arrow-bottom.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      transition: all 0.3s;
      z-index: 1;
  }
  .item-parent:hover .link-parent:after,
.arrow-top:after {
    background-image: url(../images/arrow-top.svg);
  }
  
  .arrow-bottom:after {
    background-image: url(../images/arrow-bottom.svg);
  }
.dropdown-wrapper {
  display: block !important;
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: calc(100vw - 40px);
  max-width: 827px;
  height: auto;
  visibility: hidden;
  opacity: 0;
}
.dropdown-wrapper.show {
  top: 100%;
  visibility: visible;
  opacity: 1;
  transition: ease-out, 0.4s ease-out, opacity 0.4s ease-out;
}
}
.arrow-right:after{
 background-image: url(../images/arrow-right.svg); 
}
.dropdown-inner {
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 10px;
}
.dropdown-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3%;
}
.dropdown-item:nth-child(1),
.dropdown-item:nth-child(5){
  width:21%;
}
.dropdown-item:nth-child(2),
.dropdown-item:nth-child(6){
  width:14%;
}
.dropdown-item:nth-child(3),
.dropdown-item:nth-child(7){
  width:21%;
}
.dropdown-item:nth-child(4),
.dropdown-item:nth-child(8){
  width:35%;
}
.dropdown-item a {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.3;
  display: block;
  position:relative;
  display: flex;
  align-items: center;
}

.nav_sp{
  display: none;
}

/* fv -------------------------------------------------*/
.fv {
  position: relative;
  background-color:#4BD0C9;
}

.fv-flex {
  display: flex;
  gap:1.5%;
  padding: 10rem 0 9rem;
}

.fv-info {
  width: 41%;
}

.fv-ttl {
  font-size: 4.1rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 3.3rem;
}

.fv-txt {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
}

.fv-img {
  width:57.5%;
}
.fv-price{
  display: flex;
  justify-content: center;
  gap:4.2rem;
  padding-bottom: 8rem;
}
.fv-price-item{
  background-color: #fff;
  padding:1rem 2rem;
  width:404px;
  border-radius: 11px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 10px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap:0.4rem;
  font-size: 3.4rem;
  line-height: 2;
}
.fv-price-item .large{
  font-size: 9.5rem;
  font-weight: 700;
  line-height: 1;
}
.fv-price-item .medium{
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 1;
}
.fv-price-item .blue{
  color: #4BD0C9;
}
.fv-next{
  display: flex;
  justify-content: center;
  gap:3.5rem;
  align-items: center;
  padding-bottom: 4rem;
}
.fv-next-txt{
  color:#fff;
  font-size: 1.4rem;
  font-weight: 500;
  width:calc((100% - 52px)/2);
}
.fv-next-txt.left{
  text-align: right;
}
.fv-next-img{
  width:52px;
  height: 52px;
}
.fv-next-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fv-bottom{
  background-color: #5585E2;
  padding:1.8rem 0;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.5;
  color:#fff;
  text-align: center;
}
/*  problem-------------------------------------------------*/
.problem-content{
  background-color: #E5F7F7;
  padding: 8.4rem 0 5rem;
  position: relative;
}
.problem-content::before{
    content: "";
    position: absolute;
    height: 130px;
    width: 100%;
    clip-path: polygon(0 0,50% 100%,100% 0);
    background-color: #E5F7F7;
    left: 0;
    bottom: -130px;
}
.section-ttl{
  text-align: center;
  margin-bottom: 6rem;
}
.section-ttl .en{
  font-size: 5.5rem;
  font-weight: 700;
  color:#4BD0C9;
  line-height: 1;
}
.section-ttl h2,
.section-ttl h3{
  font-size: 4.1rem;
  font-weight: 900;
  margin-top: 1rem;
  line-height: 1.5;
}
.section-ttl .overview{
  margin-top:2rem;
}
.section-ttl .small{
  margin-top:2rem;
  font-size: 1.4rem;
}
.problem-list{
  display: flex;
  gap:2.4rem;
  margin-bottom:4.2rem;
}
.problem-item{
  width:calc((100% - (2.4rem * 4))/5);
  background-color: #fff;
  border: 2px solid #4BD0C9;
  border-radius: 11px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 10px;
  padding:1.8rem 2.5rem 2.8rem;
}
.problem-img{
  max-width: 170px;
  text-align: center;
  margin:0 auto;
}
.problem-txt{
  text-align: center;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.6;
  margin-top:1rem;
}
.content-ttl{
  text-align: center;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.6;
}
.incident-content{
  padding:19rem 0 12.4rem;
}
.incident-list{
  margin-top:3rem;
  display: flex;
  gap:3.25%;
}
.incident-item{
  width:calc((100% - 6.5%)/3);
}
.incident-img{
  border-radius: 30px;
  overflow: hidden;
}
.incident-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 22 / 15;
}
.incident-txt{
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.45;
  margin-top: 1.2rem;
}
/*  need-------------------------------------------------*/
.need-head{
  background-color: #5585E2;
  padding: 5rem 0;
}
.need-ttl{
  color:#fff;
  font-size: 4.1rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  position: relative;
  padding-right: 7.4rem;
}
.toggle-header {
  cursor: pointer;
}
.head-inner{
  position: relative;
}
.toggle-right{
  position: absolute;
  right:0;
  top:50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:0.2rem;
}
.toggle-icon {
  transition: transform 0.3s ease;
  background-color: #fff;
  width: 54px;
  height:54px;
  border-radius: 999px;
  text-align: center;
  line-height: 54px;
  color:#477DE0;
  font-size: 4rem;
  font-weight: 900;
}
.toggle-text{
  color:#fff;
  font-size: 1.2rem;
  font-weight: 900;
}

.toggle-content {
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
  will-change: height;
}
.need-body{
  background-color: #D2E0FD;
  padding:7rem 0 9.6rem;
}
.center{
  text-align: center;
}
.need-list{
  display: flex;
  flex-wrap: wrap;
  gap:2.3rem 2.6rem;
  margin:4.4rem 0 5.1rem;
}
.need-item{
  width: calc((100% - 2.6rem)/2);
  background-color: #fff;
  border-radius: 11px;
  border:2px solid #477DE0;
  display: flex;
  align-items: center;
  gap:2.3rem;
  padding:1.9rem 1.9rem 1.9rem 1.4rem;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 10px;
}
.need-img{
  width: 63px;
}
.need-txt{
  width: calc(100% - 63px);
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.3;
}
.need-list-top{
    font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top:5.1rem;
}
/*  works-------------------------------------------------*/
.works{
  padding:10rem 0 15rem;
}
.works-img{
  text-align: center;
  margin:2rem auto;
}
/*  features-------------------------------------------------*/
.features{
  background-color: #E5F7F7;
  padding:10rem 0;
}
.features-flex{
  display: flex;
  gap:2.6rem;
}
.features-content{
  width:calc((100% - 2.6rem)/2);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.features-ttl{
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 2rem;
}
.features-list{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap:1rem;
}
.features-item{
  background-color: #fff;
  padding:1.7rem 1.5rem 1.7rem 6.3rem;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.6;
  position:relative;
}
.features-item:before{
  content: "";
  background-image: url(../images/icon-check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.features-btn{
  margin-top: 6.3rem;
}
.btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 2.1rem;
  font-weight: 700;
  border-radius: 999px;
  width: 100%;
  height: 71px;
  max-width: 426px;
  background-color: #4BD0C9;
  border: 2px solid #fff;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.btn:after {
  content: '';
  width: 15px;
  height: 15px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 34px;
  bottom: 0;
  margin: auto;
}
/*  timing-------------------------------------------------*/
.timing{
  padding:10rem 0;
}
.case-slider .slick-list{
    overflow: visible;
}
.case-slider .slick-track {
  display: flex;
}
.case-slider .slick-slide {
  height: auto !important;
}

.case-box{
  width: 100%;
  border-radius: 17px;
  border:1px solid #38C8C2;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  padding:5.2rem 2.5rem 3.3rem;
  transform: scale(0.82);
  transition: transform .3s;
  max-width:458px;
  background-color: #fff;
  display: flex!important;
  flex-direction: column;
}
.case-slider .slick-center{
  transform: scale(1);
}
.case-head{
  color:#38C8C2;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
}
.case-ttl{
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.36;
  margin:1.5rem 0 2.4rem;
}
.check-head{
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.check-list{
  display: flex;
  flex-direction: column;
  gap:1rem;
  margin-top: 1.5rem;
}
.check-item{
  background-color: #CCE8E8;
  padding:1rem 1rem 1rem 4.6rem;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
.check-item:before{
  content: "";
  background-image: url(../images/icon-check.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 33px;
  height: 33px;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.case-bottom{
  color:#38C8C2;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.45;
  padding-top:2.5rem;
  margin-top:auto;
}
.slick-dots li button {
  font-size: initial;
  color: initial;
  background: initial;
}
.slick-dots li button:before {
  content: none;
}
.dots-wrap,
.step-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top:6.7rem;
}
.step-dots {
  margin-top:12rem;
}
.dots-wrap li,
.step-dots li{
  width: 47px;
  height: 47px;
}

.dots-wrap li button,
.step-dots li button {
  width: 100%;
  height: 100%;
  background-color: #EAEAEA;
  border-radius: 999px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 47px;
}

.dots-wrap li.slick-active button,
.step-dots li.slick-active button{
  background-color: #4BD0C9;
}
.acc-txt{
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  margin-top:4rem;
}
.under-line{
  border-bottom: 6px solid #38C8C2;
  padding:0 2rem;
}
/*  steps-------------------------------------------------*/
.steps{
  background-color: #E5F7FF;
  padding:12rem 0;
}
.steps-flex{
  display: flex;
  gap:3.5%;
}
.steps-info{
  width:40.7%;
}
.steps .content-ttl{
  text-align: left;
  margin-bottom: 2rem;
}
.steps-list{
  width: 55.8%;
}
.steps-item{
  display: flex!important;
  flex-direction: column;
  align-items: center;
}
.steps-img{
  overflow: hidden;
  border-radius: 32px;
}
.steps-slider.slick-dotted{
  margin: 0 !important;;
}
.steps-ttl{
  font-size: 2.4rem;
  font-weight: 900;
  margin:1.5rem 0 0.5rem;
}
.steps-txt{
  font-size: 1.6rem;
  font-weight: 500;
}
/*  results-------------------------------------------------*/
.results{
  background-color: #477DE0;
  padding:10rem 0 20rem;
  color:#fff;
}
.results-ttl .en{
  font-size: 17.4rem;
  font-weight: 700;
  line-height: 1;
}
.results-ttl h2{
  font-size: 4.1rem;
  font-weight: 900;
  line-height: 1.3;
  margin-top: 2rem;
}
.results-flex{
  display: flex;
  margin-top:18rem;
}
.results-info{
  width: 50%;
  padding:0 2.8rem;
}
.cut-head{
  color:#EBFF00;
  font-size: 4.2rem;
  font-weight: 900;
}
.cut-value{
  margin: 3rem auto;
  max-width: 475px;
}
.cut-ttl{
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 2rem;
}
.cut-txt .acc{
  color:#EBFF00;
  font-weight: 900;
}
.results-img{
      margin-right: calc(50% - 50vw);
    flex: 1;
    width: 50%;
}
.results-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.results-dots {
    display: flex;
    gap:1.3rem;
    margin-top:2.3rem;
}

.results-dots li {
    width: 72px;
    height: 8px;
    border-radius: 999px;
    background: #6B97E6;
    cursor: pointer;
}

.results-dots li:hover,
.results-dots li.slick-active {
    background:#fff;
}
.results-dots li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
.results-list{
  margin-top:15rem;
  display: flex;
  flex-wrap: wrap;
  gap:12rem 4%;
  padding:0 2.8rem;
}
.results-item{
  width:48%;
}
.results .acc-txt{
  font-size: 4.1rem;
  margin-top:12rem;
}
.results .under-line{
  border-bottom: 6px solid #EBFC03;
}
/*  price-------------------------------------------------*/
.price-first{
  background-color: #E8FAFA;
  padding-top:14rem;
}
.price-second{
  background-color: #C8EFED;
  padding:8.7rem 0 6.5rem;
}
.price .content-ttl{
  line-height: 1;
  margin-bottom: 2rem;
}
.content-ttl .small{
  font-size: 1.4rem; 
  font-weight: 500;
}
.table-wrapper {
  margin-top:8rem;
}

.price-table {
  display: flex;
  gap:5rem;
}
.table-left{
  width:21.3%;
  min-width: 200px;
  display: flex;
  flex-direction: column;
}
.table-ttl{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 3.5rem 0;
  border-bottom: 1px solid #A5B4C4;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.37;
}
.table-ttl:first-child {
  border-top: 1px solid #A5B4C4;
}
.table-ttl:last-child {
  flex:1;
}
.table-right{
  overflow-x: scroll;
      margin-right: calc(50% - 50vw);
    flex: 1;
    width: 50%;
}
.table-right img{
  margin-right: 2rem;
  min-width: 1396px;
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.16));
}
.price-third{
  background-color: #E8FAFA;
  padding-top:12rem;
}
.price-img{
  margin:7rem auto 0;
  padding-bottom: 12rem;
  overflow-x: scroll;
  text-align: center;
}
.price-img-inner{
width: 940px;
margin:0 auto;
}
/*  security-------------------------------------------------*/
.security{
  padding:10rem 0 12rem;
}
.security-list{
  display: flex;
  flex-wrap: wrap;
  gap:2.3rem 2.6rem; 
  margin-bottom: 10rem;
}
.security-item{
  width:calc((100% - 2.6rem)/2);
  border:2px solid #4BD0C9;
  border-radius: 11px;
  padding:3.3rem 3.3rem 3.3rem 8.7rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.security-ttl{
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
}
.security .content-ttl{
  margin-bottom: 2rem;
}
.security-flex{
  display: flex;
  margin-top: 3rem;
  gap:2.4rem;
}
.security-box{
    width:calc((100% - (2.4rem*4))/5);
  border:2px solid #4BD0C9;
  border-radius: 11px;
  padding:2rem 1rem 3.6rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.security-img{
  max-width: 147px;
}
.security-txt{
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.6;
}
.security-txt .small{
  font-size: 1.4rem;
}
/*  cta-------------------------------------------------*/
.cta{
  padding:12rem 0 11rem;
  background-color: #477DE0;
  color:#fff;
}
.cta-flex{
  display: flex;
  gap:2.6rem;
  margin-top: 9.6rem;
}
.cta-btn{
  width:calc((100% - 2.6rem)/2);
  max-width: none;
  height: 145px;
  background-color: #fff;
    border: 2px solid #4BD0C9;
    color:#262A2E;
    font-size: 3rem;
    font-weight: 900;
}
.cta-btn img{
  width: 136px;

}
.faq-btn{
  margin-top: 6rem;
}
/*  governance-------------------------------------------------*/
.governance{
  padding:11rem 0 12rem;
}
.governance-content{
  margin-top: 12rem;
}
.governance .content-ttl{
  text-align: left;
  margin-bottom: 2rem;
}
.comic-list{
  display: flex;
  gap:5.5%;
  margin-top: 5rem;
}
.comic-item{
  width:calc((100% - 11%)/3);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.comic-ttl{
  font-size: 2rem;
  font-weight: 900;
  border:5px solid #5C6D88;
  width:100%;
  padding:1rem;
  margin-bottom: 1.8rem;
  color:#5C6D88;
}
.comic-img{
  max-width: 355px;
}
.comic-txt{
  font-size: 1.8rem;
  font-weight:900 ;
  margin:1rem 0;
  color:#5C6D88;
}
.governance-flex{
  display: flex;
  gap:5.2%;
}
.governance-info{
  width:44.8%;
}
.governance-img{
  width:50%;
}
/*  fit-------------------------------------------------*/
.fit{
  padding:13rem 0 20rem;
  background-color: #E8FAFA;
  margin-bottom: 20rem;
}
.fit-box{
    width: 100%;
  border-radius: 11px;
  border:1px solid #38C8C2;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  padding:4.2rem 3rem;
  transform: scale(0.82);
  transition: transform .3s;
  width:797px;
  background-color: #fff;
  display: flex!important;
  gap:4.5%;
}
.fit-info{
  width:57%;
}
.fit-ttl{
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.fit-ttl .small{
  font-size: 1.6rem;
}
.fit-box ul{
  display: flex;
  flex-direction: column;
  gap:0.8rem;
  margin-top:1rem;
}
.trouble-list{
  margin-bottom:2.5rem ;
}
.fit-box li{
  padding:0.8rem 1rem 0.8rem 3.3rem;
  font-size: 1.4rem;
  font-weight: 500;
  position:relative;
}
.trouble-item{
  background-color: #EFEFEF;
}
.fit-item{
  background-color: #E5F7F7;
}
.fit-box li:before{
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.trouble-item:before{
  background-image: url(../images/icon-need.png);
}
.fit-item:before{
  background-image: url(../images/icon-check.png);
}
.fit-img{
  width:38.5%;
  overflow: hidden;
  border-radius: 16px;
}
.fit-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*  footer-------------------------------------------------*/
.footer{
  background-color: #477DE0;
  padding: 3.5rem 0;
  margin-top:17rem;
}
.footer-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-copy,
.footer-link a{
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color:#fff;
}
.footer-link{
  display: flex;
  gap:3rem;
}
/*  page-------------------------------------------------*/
/*  features-------------------------------------------------*/
.page-ttl{
  margin:10rem 0 7rem;
}
.page-ttl h1{
  font-size: 10.4rem;
  font-weight: 700;
  color:#4BD0C9;
  line-height: 1;
}
.page-ttl p{
  font-size: 4.1rem;
  font-weight: 900;
  color:#4BD0C9;
  line-height: 1.5;
  margin-top: 1rem;
}
.list{
  margin-bottom:24rem;
}
.tab-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.7rem;
  margin-bottom: 5.6rem;
}
.tab-btn {
  padding: 1.4rem 3rem;
  border:2px solid #C3C3C3;
  background: #fff;
  color:#C3C3C3;
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1.2;
  border-radius: 999px;
  min-width: 171px;
}

.tab-btn.is-active {
  border:2px solid #fff;
  background: #4BD0C9;
  color:#fff;
}

.tab-content {
  display: none;
}

.tab-content.is-active {
  display: block;
}
.list-list{
  display: flex;
  flex-wrap: wrap;
  gap:7rem 4.3%;
}
.list-item{
  width:calc((100% - 8.6%)/3);
}
.list-img{
  border-radius: 20px;
  overflow-y: hidden;
}
.list-txt{
  font-size: 2rem;
  font-weight: 900;
  margin-top:2rem;
  line-height: 1.5;
}
.list-txt .small{
  font-size: 1.6rem;
  font-weight: 900;
}
.features-table{
  margin-bottom: 22rem;
}
/*  faq-------------------------------------------------*/
.faq{
  margin-bottom: 20rem;
}
.faq-flex{
  display: flex;
  gap:5.5%;
}
.anchor-list{
  width:22%;
  border-top: 1px solid #A5B4C4;
  margin-top:9rem;
}
.anchor-item{
border-bottom: 1px solid #A5B4C4;
}
.anchor-item a{
  display: block;
  position:relative;
  padding:1.8rem 2rem 1.8rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.anchor-item a:before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #222529;
  border-right: solid 2px #222529;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
}
.anchor-item .small{
  font-size: 1.2rem;
}
.faq-list{
  width:72.5%;
}
.faq-ttl{
  font-size: 2.6rem;
  font-weight: 900;
  padding: 10rem 0 1rem;
  border-bottom: 1px solid #A5B4C4;
}
.faq-ttl.first{
  padding-top:9rem;
}
.accordion{
  border-bottom: 1px solid #A5B4C4;
}
.faq-f{
  display: flex;
  padding:2.8rem 5rem 2.8rem 0;
  gap:2.4rem;
  font-size: 2rem;
  font-weight: 900;
  position:relative
}
.faq-f .toggle-icon {
    background-color: #4BD0C9;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 2.4rem;
}
.faq-a{
  display: flex;
  gap:2.4rem;
  padding-bottom: 2.8rem;
}
.faq-a span{
  font-size: 2rem;
  font-weight: 900;
}
/*  contact-------------------------------------------------*/
.form{
	margin-top:1rem;
}
.form-flex{
	display:flex;
	gap:5.5%;
}
.form-info{
	width:44.5%;
	margin-top: 2rem;
}
.form-info p{
	font-weight:500;
	font-size:1.6rem;
}
.form-area{
width:50%;
}
.hidden-fields-container{
	display:none;
}
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

span.wpcf7-spinner {
  display: none;
}
.form-ttl{
	font-size: 1.4rem;
	font-weight:500;
	margin-top: 2rem;
}

.form-ttl span {
  font-size: 1.4rem;
  color: #B70000;
  padding-left: 1rem;
}
.form-txt{
	font-size:1.4rem;
	font-weight:400;
}
.form-txt span{
color: #B70000;
}
.select-wrapper {
  position: relative;
  width: 100%;
}

.select-wrapper::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 16px;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  transform: rotate(45deg);
}

select {
  -webkit-appearance: none;
  appearance: none;
}

select.wpcf7-form-control.wpcf7-select,
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  padding: 8px 15px;
  margin-top: 0.5rem;
  border: 1px solid #777777;
  font-size: 1.4rem;
  font-weight: 500;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 300px;
}

span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: #B70000;
  font-size: 1.4rem;
  line-height: 1.5;
}

.form-policy {
	display:flex;
	gap:1rem;
  padding-top: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20px;
}

.form-policy a {
  text-decoration: underline;
}

.form-btn[disabled],
.form-btn-inner:has(.form-btn[disabled]):after {
  opacity: 0.3;
  cursor: not-allowed;
}

input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #777777;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

 .form-btn-block {
  text-align: center;
	 margin:6.2rem auto 0;
}
.form-btn-inner{
position: relative;
    max-width: 270px;
    margin: 0 auto;
}
.form-btn-inner:after {
    content: '';
    width: 9px;
    height: 9px;
    border: 0;
    border-top: solid 1px #4BD0C9;
    border-right: solid 1px #4BD0C9;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 22px;
    bottom: 0;
    margin: auto;
}
.form-btn {
  width: 270px;
	height:58px;
  font-size: 1.6rem;
	font-weight:500;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 7px;
  height: 11px;
  border-right: 2px solid #4BD0C9;
  border-bottom: 2px solid #4BD0C9;
  content: '';
}

.screen-reader-response {
  text-align: center;
  font-size: 1.4rem;
}

.screen-reader-response ul {
  display: none;
}

.wpcf7-response-output {
  font-size: 1.4rem;
  text-align: center;
  padding-top: 2rem;
  color: #B70000;
}

input:-internal-autofill-selected {
  box-shadow: 0 0 0 1000px rgb(255, 255, 255) inset !important;
  -webkit-text-fill-color: #262A2E !important;
}

input:-webkit-autofill:focus {
  caret-color: #fff !important;
}

:focus-visible {
  outline: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em !important;
  padding: 0 !important;
  border: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none !important;
}

.contact-thanks-inner h2 {
  text-align: center;
  font-size: 3rem;
  margin: 3rem 0;
}

.contact-thanks-inner .btn-block {
  margin-top: 12rem;
}

.contact-thanks-inner p {
  font-size: 1.6rem;
}
.thanks {
  text-align: center;
  margin-top: 5rem;
}

.thanks .btn-block {
  margin-top: 5rem;
}

/*  sp-------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
main {
  margin-top:60px;
}
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
.header {
    height: 60px;
  }

  .header_inner {
    height: 60px;
  }

  .header_logo {
    max-width: 150px;
  }

  .nav_list {
    display: none;
  }

  .hamburger {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    display: inline-block;
    width: 60px;
    height: 60px;
    z-index: 2;
    background-color:#5585E2;
  }

  .hamburger span {
    position: absolute;
    transition: .3s;
  }

  .hamburger span:nth-child(1),
  .hamburger span:nth-child(2),
  .hamburger span:nth-child(3) {
    background: #fff;
    height: 2px;
    right: 18px;
    width: 24px;
  }

  .hamburger span:nth-child(1) {
    top: 22px;
  }

  .hamburger span:nth-child(2) {
    top: 30px;
  }

  .hamburger span:nth-child(3) {
    top: 38px;
  }

  .hamburger.bgactive span:nth-child(1) {
    transform:rotate(35deg);
    width: 25px;
    top:30px;
  }

  .hamburger.bgactive span:nth-child(2),
  .hamburger.bgactive span:nth-child(3) {
    transform:rotate(-35deg);
    width: 25px;
    top:30px;
  }

  .nav_sp {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: #5585E2;
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    z-index: 1;
    visibility: hidden;
    overflow-y: scroll;
  }
  .nav-sp-flex {
    padding:60px 20px 30px 20px;
  }

  .nav_list_sp {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    margin-bottom:5rem;
  }

  .header_link {
    font-size: 1.6rem;
    color:#fff;
  padding: 2rem 0;
  border-bottom: 1px solid #ccc;
  display: block;
    width: 100%;
  }
  .nav_sp.bgactive {
    opacity: 1;
    visibility: visible;
  }
 .item-parent .link-parent .toggle{
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/arrow-bottom-sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s;
 }  
 .item-parent .link-parent.open .toggle{
  background-image: url(../images/arrow-top-sp.svg);

 }
  .dropdown-wrapper{
    display: none;
  }
 
.child-link{
  display: flex;
  flex-direction: column;
  gap:1.2rem;
  border-bottom: 1px solid #ccc;
  padding:2rem 0 2rem 2rem;
  transition: all 0.3s ease;
 }
 .child-link li a{
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  color:#fff;
 }
 .nav_item_btn{
  margin:2rem auto 0;
  width:100%;
  max-width: 400px;
}
.header-btn {
    height: 58px;
}
/* fv -------------------------------------------------*/
.fv-flex {
  flex-direction: column;
  align-items: center;
  gap:3rem;
  padding: 3rem 0;
}

.fv-info {
  width: 100%;
  text-align: center;
}

.fv-ttl {
  font-size: 2.6rem;
  margin-bottom: 2rem;
}

.fv-txt {
  font-size: 1.4rem;
}

.fv-img {
  width:100%;
  max-width: 400px;
}
.fv-price{
  flex-direction: column;
  gap:1.5rem;
  padding-bottom: 3rem;
}
.fv-price-item{
  padding:0.5rem 2rem;
  width:100%;
  margin:0 auto;
  max-width: 400px;
  font-size: 1.8rem;
}
.fv-price-item .large{
  font-size: 5rem;
}
.fv-price-item .medium{
  font-size: 5rem;
}
.fv-next{
  flex-direction: column;
  gap:1.5rem;
  align-items: center;
  padding-bottom: 3rem;
}
.fv-next-txt{
  width:100%;
  text-align: center;
}
.fv-next-txt.left{
  text-align:center;
}
.fv-next-img{
  order:3;
  width:40px;
  height: 40px;
}
.fv-bottom{
  font-size: 1.8rem;
}
/*  problem-------------------------------------------------*/
.problem-content{
  padding: 5rem 0 3rem;
}
.problem-content::before{
    height: 50px;
    bottom: -50px;
}
.section-ttl{
  margin-bottom: 4rem;
}
.section-ttl .en{
  font-size: 2.8rem;
}
.section-ttl h2,
.section-ttl h3{
  font-size: 2.4rem;
}
.section-ttl .overview{
  margin-top:1rem;
}
.section-ttl .small{
  margin-top:1.5rem;
  font-size: 1.2rem;
}
.problem-list{
  align-items: center;
  flex-wrap: wrap;
  gap:2rem 1.5rem;
}
.problem-item{
  width:calc((100% - 1.5rem)/2);
  padding:1.5rem 1.5rem 2rem;
}
.problem-txt{
  font-size: 1.4rem;
}
.content-ttl{
  font-size: 1.8rem;
}
.incident-content{
  padding:8rem 0 5rem;
}
.incident-list{
  flex-direction: column;
  gap:3rem;
}
.incident-item{
  width:100%;
}
.incident-img{
  border-radius: 15px;
}
.incident-txt{
  font-size: 1.6rem;
}
/*  need-------------------------------------------------*/
.need-head {
    padding: 3rem 0;
}
.need-ttl{
  font-size: 2rem;
  padding-right: 5rem;
}
.toggle-icon {
  width: 34px;
  height:34px;
  line-height: 34px;
  font-size: 2rem;
}
.toggle-text{
  font-size: 1rem;
}
.need-body{
  padding:3rem 0 5rem;
}
.need-list{
  gap:1rem;
  margin:3rem 0;
}
.need-item{
  width:100%;
  gap:15px;
  padding:1.5rem;
}
.need-img{
  width: 35px;
}
.need-txt{
  width: calc(100% - 50px);
  font-size: 1.6rem;
}
.need-list-top{
    font-size: 1.8rem;
  margin-top:3rem;
}
/*  works-------------------------------------------------*/
.works{
  padding:5rem 0 ;
}
.works-img{
  margin:1rem auto;
}
/*  features-------------------------------------------------*/
.features{
  padding:5rem 0;
}
.features-flex{
  flex-direction: column;
  gap:3rem;
}
.features-content{
  width:100%;
}
.features-ttl{
  font-size: 1.8rem;
}
.features-list{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap:1rem;
}
.features-item{
  padding:1.5rem 1.5rem 1.5rem 4.6rem;
  font-size: 1.4rem;
}
.features-item:before{
  width: 26px;
  height: 26px;
  left: 10px;
}
.features-btn{
  margin-top: 4rem;
}
.btn {
  font-size: 1.8rem;
  height: 58px;
}
.btn:after {
  width: 10px;
  height: 10px;
  right: 30px;
}
/*  timing-------------------------------------------------*/
.timing{
  padding:5rem 0;
}
.case-box{
  border-radius: 10px;
  padding:3rem 2rem;
  max-width:335px;
}
.case-head{
  font-size: 1.4rem;
}
.case-ttl{
  font-size: 1.8rem;
  margin:1rem 0 2rem;
}
.check-head{
  font-size: 1.2rem;
}
.check-list{
  margin-top: 1rem;
}
.check-item{
  padding:1rem 1rem 1rem 4rem;
  font-size: 1.4rem;
}
.check-item:before{
  width: 24px;
  height: 24px;
}
.case-bottom{
  font-size: 1.8rem;
  padding-top:2rem;
}
.dots-wrap,
.step-dots {
  gap:1rem;
  margin-top:5rem;
}
.step-dots {
  margin-top:5rem;
}
.dots-wrap li,
.step-dots li{
  width: 40px;
  height: 40px;
}

.dots-wrap li button,
.step-dots li button {
  font-size: 1.8rem;
  line-height: 40px;
}

.acc-txt{
  font-size: 2rem;
}
.under-line{
  border-bottom: 4px solid #38C8C2;
  padding:0 1rem;
}
/*  steps-------------------------------------------------*/
.steps{
  padding:5rem 0;
}
.steps-flex{
  flex-wrap: wrap;
  gap:3rem;
}
.steps-info{
  width:100%;
}
.steps-list{
  width: 100%;
}
.steps-img{
  border-radius: 15px;
}
.steps-ttl{
  font-size: 1.8rem;
}
.steps-txt{
  font-size: 1.4rem;
}
/*  results-------------------------------------------------*/
.results{
  padding:5rem 0;
}
.results-ttl .en{
  font-size: 5rem;
}
.results-ttl h2{
  font-size: 3.2rem;
  margin-top: 1rem;
}
.results-flex{
  flex-direction: column;
  margin-top:4rem;
  gap:3rem;
}
.results-info{
  width: 100%;
  padding:0;
}
.cut-head{
  font-size: 3rem;
}
.cut-value{
  margin: 2rem auto 3rem;
}
.cut-ttl{
  font-size: 2rem;
  margin-bottom: 1rem;
}
.results-img{
      margin-right: 0;
    width: 100%;
}
.results-dots {
    margin-top:1.5rem;
}

.results-dots li {
    width: 50px;
    height: 5px;
}

.results-list{
  margin-top:5rem;
  gap:4rem;
  padding:0;
}
.results-item{
  width:100%;
}
.results .acc-txt{
  font-size: 2rem;
  margin-top:6rem;
}
.results .under-line{
  border-bottom: 4px solid #EBFC03;
}
/*  price-------------------------------------------------*/
.price-first{
  padding:5rem 0 2rem;
}
.price-second{
  padding:5rem 0;
}
.price .content-ttl{
  line-height: 1;
  margin-bottom: 1rem;
}
.content-ttl .small{
  font-size: 1.2rem; 
}
.table-wrapper {
  margin-top:3rem;
}

.price-table {
  gap:2rem;
}
.table-left{
  min-width: 90px;
}
.table-ttl{
  padding: 2.4rem 0;
  font-size: 1.4rem;
}
.table-right img{
  min-width: 1200px;
}
.price-third{
  padding-top:5rem;
}
.price-img{
  margin:5rem auto 0;
  padding-bottom: 5rem;
}
.price-img-inner{
width: 700px;
}
/*  security-------------------------------------------------*/
.security{
  padding:5rem 0;
}
.security-list{
  gap:2rem; 
  margin-bottom: 5rem;
}
.security-item{
  width:100%;
  padding:2rem;
  text-align: center;
}
.security-ttl{
  font-size: 1.8rem;
}
.security .content-ttl{
  margin-bottom: 1rem;
}
.security-flex{
  flex-wrap: wrap;
  margin-top: 3rem;
  gap:2rem;
}
.security-box{
    width:calc((100% - 2rem)/2);
  padding:1rem 1rem 2rem;
}
.security-img{
  max-width: 147px;
}
.security-txt{
  font-size: 1.4rem;
}
.security-txt .small{
  font-size: 1.2rem;
}
/*  cta-------------------------------------------------*/
.cta{
  padding:5rem 0;
}
.cta-flex{
  flex-direction: column;
  gap:2rem;
  margin-top: 5rem;
}
.cta-btn{
  width:100%;
  max-width: 426px;
  height: 80px;
    font-size: 2rem;
}
.cta-btn img{
  width: 60px;
}
.faq-btn{
  margin-top: 5rem;
}
/*  governance-------------------------------------------------*/
.governance{
  padding:5rem 0;
}
.governance-content{
  margin-top: 5rem;
}
.comic-list{
  flex-direction: column;
  gap:3rem;
  margin-top: 3rem;
}
.comic-item{
  width:100%;
}
.comic-ttl{
  font-size: 1.8rem;
  border:4px solid #5C6D88;
}
.comic-txt{
  font-size: 1.4rem;
}
.governance-flex{
  flex-direction: column;
  gap:3rem;
}
.governance-info{
  width:100%;
}
.governance-img{
  width:100%;
}
/*  fit-------------------------------------------------*/
.fit{
  padding:5rem 0 5rem;
  margin-bottom: 10rem;
}
.fit-box{
    width: 100%;
  padding:3rem 2rem;
  width:335px;
  flex-direction: column;
  gap:3rem;
}
.fit-info{
  width:100%;
}
.fit-ttl{
  font-size: 2rem;
}
.fit-ttl .small{
  font-size: 1.4rem;
}
.trouble-list{
  margin-bottom:2.5rem ;
}
.fit-box li{
  padding:0.8rem 1rem 0.8rem 3.3rem;
  font-size: 1.4rem;
}
.fit-box li:before{
  width: 18px;
  height: 18px;
}
.fit-img{
  display: none;
}
/*  footer-------------------------------------------------*/
.footer{
  padding: 3rem 0;
  margin-top:5rem;
}
.footer-flex{
  flex-direction: column-reverse;
  gap:2rem;
}
.footer-copy,
.footer-link a{
  font-size: 1.2rem;
}
/*  page-------------------------------------------------*/
/*  features-------------------------------------------------*/
.page-ttl{
  margin:5rem 0;
}
.page-ttl h1{
  font-size: 5rem;
}
.page-ttl p{
  font-size: 2.4rem;
}
.list{
  margin-bottom:5rem;
}
.tab-buttons {
  gap:1rem;
  margin-bottom: 5rem;
}
.tab-btn {
  padding: 1rem 2rem;
  font-size: 1.4rem;
  min-width: 120px;
}
.list-list{
  gap:3rem;
}
.list-item{
  width:100%;
}
.list-img{
  border-radius: 10px;
}
.list-txt{
  font-size: 1.6rem;
  margin-top:1.5rem;
}
.list-txt .small{
  font-size: 1.2rem;
  font-weight: 900;
}
.features-table{
  margin-bottom: 10rem;
}
/*  faq-------------------------------------------------*/
.faq{
  margin-bottom: 10rem;
}
.faq-flex{
  flex-direction: column;
  gap:0;
}
.anchor-list{
  width:100%;
  margin-top:0;
}
.faq-list{
  width:100%;
}
.faq-ttl{
  font-size: 2rem;
  padding: 7rem 0 1rem;
}
.faq-ttl.first{
  padding-top:7rem;
}
.faq-f{
  display: flex;
  padding:2rem 4rem 2rem 0;
  gap:1.5rem;
  font-size: 1.6rem;
}
.faq-f .toggle-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 1.6rem;
}
.faq-a{
  display: flex;
  gap: 1.5rem;
  padding-bottom: 2rem;
}
.faq-a span{
  font-size: 1.6rem;
}
.form-flex{
	flex-direction:column;
	gap:3rem;
}
.form-info{
	width:100%;
	margin-top:0;
}
.form-area{
width:100%;
}
	.form-policy {
    line-height: 14px;
}
  input[type="checkbox"] {
    width: 14px;
    height: 14px;
  }

  input[type="checkbox"]:checked:before {
    top: 0;
    left: 3px;
    width: 6px;
    height: 10px;
  }
.form-btn-block {
    margin: 5rem auto 0;
}
.form-btn {
    width: 270px;
    height: 58px;
    font-size: 1.6rem;
    font-weight: 500;
}
  .contact-thanks-inner h2 {
    font-size: 1.9rem;
    margin-bottom: 3rem;
  }

  .contact-thanks-inner p {
    font-size: 1.2rem;
  }

  .contact-thanks-inner .btn-block {
    margin-top: 7rem;
  }

}
