@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 {
  color: #1c1c1c;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}
main {
  display: block;
  width:100%;
  z-index: 1;
  overflow-x: hidden;
}
ul,li {
  list-style-type: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #1c1c1c;
  transition: opacity .6s ease, 
}
a:hover {
  opacity: .7;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* header --------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  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: 100%;
  padding:2rem 0;
}
.header_logo{
  z-index: 2;
  max-width: 290px;
  width:24.25%;
  min-width: 146px;
}
.header_nav{
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap:1rem;
}
.nav_list{
  display: flex;
  align-items: center;
  gap:3rem;
}
.header_nav a{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.nav-bottom a{
  font-size: 1.4rem;
}
.hamburger,
.nav-sp {
  display: none;
}

/* ------ バーガー ---------------- */  
.hamburger span {
  position: absolute;
  transition: .3s;
}
.hamburger span:nth-child(1),
.hamburger span:nth-child(2) {
  background: #1c1c1c;
  height: 1px;
  width:38px;
  right:2rem;
}
.hamburger span:nth-child(1) {
  top:17px;
}
.hamburger span:nth-child(2) {
  top:26px;
}
.hamburger .ham-menu,
.hamburger .ham-close {
  top:35px;
  right:2.1rem;
  font-size:1.1rem;
  font-weight: 900;
  line-height: 1;
}
.ham-close{
  display: none;
}
.hamburger.bgactive span:nth-child(1) {
  transform: translateY(4.5px) rotate(15deg);
  width:40px;
}
.hamburger.bgactive span:nth-child(2) {
  transform:translateY(-4.5px) rotate(-15deg);
  width:40px;
}
.hamburger.bgactive .ham-menu{
  display: none;
}
.hamburger.bgactive .ham-close{
  display: block;
}
.nav_sp{
display: block;
position: fixed;
top  : 0;
left : 0;
background: #fff;
text-align: center;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity .6s ease, visibility .6s ease;
z-index : 1;
visibility: hidden;
}
.nav-sp-flex{
  display: flex;
  flex-direction: column;
  gap:5rem;
  padding: 0;
  position: absolute;
  top: 50%;
  left:2rem;
  transform: translateY(-50%);
}
.nav_list_sp{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  gap:2.4rem;
} 
.nav_item_sp a{
font-size: 2.6rem;
}
.nav_list_sp.nav-bottom a{
  font-size: 2rem;
}
.nav_sp.bgactive {
opacity: 1;
visibility: visible;
}
/* kv -------------------------------------------------*/
.kv{
  position: relative;
  background-color: #EAECF7;
  padding:10rem 0 5rem;
}
.kv-flex{
  display: flex;
  align-items: center;
  gap:7.5%;
  padding:4rem 0 5rem;
}
.kv-txt{
  width:41.41%;
}
.sec-ttl{
  font-size:5rem;
  font-weight: 900;
  color:#4D5CD3;
  line-height: 1.4;
}
.sec-txt{
  font-size:3rem;
  font-weight: 900;
  margin-top:2.7rem;
}
.kv-img{
  width:51.09%;
}
.app-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:2.4rem;
}
.app-btn a img {
  height: 63px;
  width: auto;
}
/* icon -------------------------------------------------*/
.icon{
  margin-top:3rem;
}
.icon-list{
  display: flex;
  justify-content: center;
  gap:5%;
  margin-bottom:3rem;
}
.icon-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  width:12%;
  text-align: center;
  gap:0.5rem;
}
.icon-item img{
  max-width: 81px;
}
.crossing-area{
  background-color: #4D5CD3;
  text-align: center;
}
.crossing-area p{
  padding:2.8rem;
  font-size: 3rem;
  font-weight: 900;
  color:#fff;
}
/* about -------------------------------------------------*/
.about{
  margin-top:10rem;
}
.section-ttl{
  text-align: center;
  font-size: 4rem;
  font-weight: 900;
}
.about-flex-wrap{
  margin-top:11rem;
  display: flex;
  flex-direction: column;
  gap:20rem;
}
.about-flex{
  display: flex;
  gap:8.58%;
}
.about-info{
  width: 41.41%;
}

.about-info span{
  font-size:3rem;
  font-weight: 900;
  color:#4D5CD3;
  vertical-align: top;
  line-height: 5rem;
}

.about-info .attention{
  font-size:2rem;
  font-weight: 400;
  margin-top:2.7rem;
}
.about-img{
  width: 50.01%;
}
.app-wrap{
  margin:15rem 0 12rem;
}
.app-wrap img{
  margin:7rem 0 20rem;
}
.txt-c{
  text-align: center;
}
/* dl -------------------------------------------------*/
.dl .section-ttl{
  color:#4D5CD3;
}
.dl-top{
  display: flex;
  background-color: #EAECF7;
  border-radius: 30px;
  padding:5rem 4rem;
  margin-top:4rem;
  gap:4.9%;
}
.dl-top .sec-ttl{
  color:#1C1C1C;
}
.dl-top-info{
  width: 45.18%;
}
.dl-top .app-btn,
.dl-left .app-btn{
  margin-top:4.7rem;
}
.dl-top-img{
  width: 49.92%;
}
.dl-bottom{
  margin-top:4rem;
  display:flex;
  gap:3.2%;
}
.dl-left,
.dl-right{
  width:48.4%;
  background-color: #EAEAEA;
  border-radius: 30px;
  padding:5rem 4rem;
}
.dl-ttl{
  font-size:4rem;
  font-weight: 900;
  line-height: 1.4;
}
.dl-txt{
  font-size:2.4rem;
  font-weight: 900;
  margin-top:1.5rem;
}
.dl-left-flex{
  display: flex;
  align-items: center;
  gap:3.97%;
}
.dl-left-info{
  width: 59.58%;
}
.dl-left-img{
  width: 36.45%;
}
.btn-block{
  text-align: center;
  margin-top:7rem;
}
.btn{
  display: inline-block;
  padding: 1rem 0;
  position: relative;
  background-color: #4D5CD3;
  border-radius:999px ;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
/* useful -------------------------------------------------*/
.useful{
  background-color: #4D5CD3;
  color:#fff;
  margin-top:13.7rem;
  padding:12.8rem 0 18.1rem;
}
.useful .sec-ttl{
  color:#fff;
}
.useful .btn-block{
  margin-top:20rem;
}
.useful .btn{
  background-color: #fff;
  color: #4D5CD3;
  font-size:4rem;
  max-width: 457px;
}
/*  footer-------------------------------------------------*/
.footer{
  background-color: #EFEFEF;
}
.footer-copy{
text-align: center;
font-size: 1.8rem;
font-weight: 900;
padding: 2rem 0;
}
/*  case-------------------------------------------------*/
.page{
  margin-top:10rem;
  background-color: #4D5CD3;
}
.page-ttl{
  font-size: 4rem;
  color: #fff;
  padding:4rem;
  line-height: 1;
}
.case{
  margin-bottom: 31.7rem;
}
.case-content{
  margin:8.8rem 0 20rem;
}
.case-flex{
  margin-top:10rem;
}
.case-flex .sec-txt{
  margin:0;
}
.case-list{
  margin-top:3rem;
  display: flex;
  flex-wrap: wrap;
  gap:1.7rem 3.4rem;
}
.case-item{
  display:flex;
  gap:1rem;
  align-items: center;
}
.case-item img{
  max-width: 44px;
}
.case-item p{
  font-size: 2.1rem;
  font-weight:700;
}
.sp-only{
  display: none;
}
/*  guide-------------------------------------------------*/
.guide{
  margin:8.6rem 0 18.7rem;
}
.faq{
  margin-top:12rem;
}
.accordion{
  margin-top:4rem;
  border-bottom:1px solid #707070;
}
.accordion-content {
  display: none;
}
.accordion-header {
  background-color: #FFF;
  padding:3rem 5rem 3rem 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  border-top:1px solid #707070;
}
.accordion-header::after{
  position:absolute;
  content:'';
  display: inline-block;
  top: 44%;
  right: 5px;
  transform: translateY(-50%) rotate(135deg);
  width: 20px;
  height: 20px;
  border-top: 1px solid #1c1c1c;
  border-right: 1px solid #1c1c1c;
  transition: .3s;
  transition:transform 0.3s;
}
.accordion-header.active::after{
  transform: rotate(-45deg);
}
.accordion-content {
  padding:1rem 0 3rem;
}
.accordion-header p,
.accordion-content p{
  padding-left: 5rem;
  position: relative;
}
.accordion-header p::before,
.accordion-content p::before{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 2.4rem;
  font-weight: 900;
}
.accordion-header p::before{
  content:"Q.";
}
.accordion-content p::before{
  content:"A.";
  color:#4D5CD3;
  top:0;
  transform: none;
}
.accordion-content p a{
  text-decoration: underline;
}
.accordion-header:hover {
  background-color: #EFEFEF;
}
.guide .btn{
  font-size:4rem;
  max-width: 457px;
}
/*  contact-------------------------------------------------*/
.contact{
  margin-bottom:30rem;
}
.contact-inner{
  max-width: 752px;
  margin:0 auto;
  margin-top: 7rem;
}
.contact-table{
  width:100%;
  text-align: left;
}
.table-list {
  display: flex;
  flex-direction: column;
  gap:1rem;
  width: 100%;
  margin-top:3rem;
}
.table-list th {
  font-size: 2rem;
  font-weight: 900;
}
.input-area {
  padding: 1.5rem 2rem;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #1c1c1c;
  border-radius: 5px;
}
.table-list td {
  font-size: 1.6rem;
  font-weight: 500;
}
textarea {
  width: 100%;
  height: 340px;
  border: 1px solid #1c1c1c;
  resize: vertical;
  padding: 1.5rem 2rem;
  border-radius: 5px;
}
input[type="text"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.essential{
  color: #F00B0B;
}
.contact-txt{
  margin:2rem 0 5rem;
  font-size:1.5rem;
  font-weight: 500;
}
.policy-block{
  margin-top:5rem;
}
.policy{
  margin-bottom:3rem;
  font-size:2rem;
  font-weight:500;
  display: flex;
  gap:5px;
}
.policy label{
  width:calc(100% - 25px);
}
.policy label a{
  text-decoration: underline;
}
.contact-btn[disabled] {
  opacity:0.3;
  cursor: not-allowed;
}
input[type="checkbox"] {
  display:block;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #1c1c1c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top:8px;
}
.contact .btn-block{
  margin-top:5rem;
}
.contact .btn,
.article .btn{
  max-width: 258px;
  font-size: 2rem;
}
  input[type="checkbox"]:checked:before {
    position: absolute;
    top:1px;
    left: 5px;
    transform: rotate(50deg);
    width: 8px;
    height: 12px;
    border-right: 3px solid #4D5CD3;
    border-bottom: 3px solid #4D5CD3;
    content: '';
  }
  .form-btn{
    display:flex;
    justify-content: center;
    align-items: center;
    gap:2rem;
    margin-top:5rem;
  }
  .form-btn .back-btn{
    margin:0 0 0 auto;
    color:#4D5CD3;
    background-color: #fff;
    border:3px solid #4D5CD3;
  }
  .form-btn .send-btn{
    margin:0 auto 0 0;
  }
  .error_list {
    padding: 10px 30px;
    color: #4D5CD3;
    text-align: left;
    border: 1px solid #4D5CD3;
    border-radius: 5px;
    list-style-type: disc;
  }
  .error_list li {
    list-style-type: disc;
  }
/*  login-------------------------------------------------*/
.login{
  margin-bottom:23.8rem;
}
.login-head{
  margin-bottom:24rem;
}
.login-head .sec-ttl{
  margin:8.8rem 0 11.7rem;
}
.login-head .btn{
  max-width: 743px;
  font-size: 4rem;
}
.login-dl{
  background-color: #EAEAEA;
  margin-top:6rem;
}
/*  company-------------------------------------------------*/
.company{
  margin:12.9rem 0 16.8rem ;
}
.company_table{
  margin:0 auto;
  width: 100%;
  border-bottom: solid 1px #707070;
}
.company_table table{
  width: 100%;
  border-collapse:collapse;
}
.company_table table tr {
  border-top: solid 1px #707070;
}
.company_table table th,
.company_table table td {
  font-size: 2.4rem;
  padding: 3.2rem 0;
  font-weight: 500;
}
.company_table table th {
  text-align: left;
  font-weight: 900;
  width:24.66%;
  padding-right:5rem;
}
.company_table table td {
  width:75.34%;
}
/*  
policy-------------------------------------------------*/
.terms{
  margin:12rem 0 24rem;
}
.terms-content{
  text-align: left;
}
.terms-content h2{
  font-size: 3rem;
  font-weight: 900;
  margin:5rem 0 3rem;
}
.terms-content p{
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
}
.terms-content ul{
  padding-left:5rem;
}
.terms-content li{
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
  padding-left: 1em;
  list-style: decimal;
}
.thanks{
text-align:center;
margin-top:5rem;
}
.thanks .btn-block{
margin-top:5rem;
}
/*  news-------------------------------------------------*/
.news{
  margin:10rem 0 15rem;
}
.news-list{
  border-top: solid 1px #707070;
  margin-top:5rem;
}
.news-link{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
  justify-content: flex-start;
  width: 100%;
  border-bottom: solid 1px #707070;
  cursor: pointer;
}
.news-link:hover{
  opacity:1;
}
.news-date{
  font-size:1.6rem;
  font-weight:500;
  line-height:1;
  width:120px;
}
.news-title{
  font-size:2rem;
  font-weight:900;
  width:calc(100% - 120px);
}
.news-link:hover .news-title{
  color:#4D5CD3;
}
.article{
  margin:15rem 0;
}
.content{
  max-width:750px;
  margin:0 auto 5rem;
}
.content h1{
  font-size:3.2rem;
  margin:0.5rem 0 3rem;
  line-height:1.2;
  font-weight:900;
}
.content h2{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3;
    background-color: #EAEAEA;
    margin: 6rem 0 2.4rem;
    padding: 12px 20px;
    border-left: solid 4px #4D5CD3;
}
.content h3{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 6rem 0 2.4rem;
    padding-bottom: 1.2rem;
    border-bottom: solid 2px #4D5CD3;
}
.content .strong{
  font-weight:900;
  color:#4D5CD3;
}
.content a{
  color:#4D5CD3;
  text-decoration: underline;
}
.content img{
  margin:2rem 0;
  width:100%;
  height:100%;
}
/*  
sp-------------------------------------------------*/
@media screen and (max-width: 767px){
  .pc-only{
    display: none;
  }
  .sp-only{
    display: block;
  }
  .header {
    height: 60px;
  }
  .nav_list{
    display: none;
}
.hamburger {
  position: absolute;
  right : 0;
  top   : 0;
  text-align: center;
  display: inline-block;
  width: 60px;
  height: 60px;
  z-index: 2;
}
.kv{
  padding:8rem 0 2rem;
}
.kv-flex{
  flex-direction: column-reverse;
  gap:5rem;
  padding:0 0 4.6rem 0;
}
.kv-txt{
  width:100%;
}
.sec-ttl,
.dl-ttl{
  font-size:2.6rem;
}
.sec-txt,
.dl-txt{
  font-size:1.8rem;
  margin-top:1rem;
}
.kv-img{
  width:90%;
  margin:0 auto;
}
.app-btn{
  gap:1.8rem;
}
.app-btn a img {
  height: 47px;
}
.icon{
  margin:0;
}
.icon-list{
  display:none;
}
.crossing-area p{
  padding:1.6rem;
  font-size: 1.8rem;
}
.about{
  margin-top:5rem;
}
.section-ttl{
  font-size: 2.1rem;
}
.about-flex-wrap{
  margin-top:4.5rem;
  gap:8rem;
}
.about-flex{
  flex-direction: column;
  gap:2.7rem;
}
.about-info,
.about-img{
  width: 100%;
}
.about-info span{
  font-size:1.6rem;
  line-height: 2.6rem;
}
.about-info .attention{
  font-size:1.2rem;
  margin-top:1rem;
}
.app-wrap{
  margin:5rem 0 3rem;
}
.app-wrap img{
  margin:4.3rem 0 6.4rem;
}
.dl-top{
  flex-direction: column;
  align-items: center;
  padding:3rem 1.6rem;
  margin-top:2rem;
  gap:2rem;
}
.dl-top-info,
.dl-top-img,
.dl-left-info,
.dl-left-img,
.dl-right .dl-ttl{
  width: 90%;
  margin:0 auto;
}
.dl-top .app-btn,
.dl-left .app-btn{
  margin-top:2rem;
}
.dl-bottom{
  margin-top:2rem;
  flex-direction: column;
  gap:2rem;
}
.dl-left,
.dl-right{
  width:100%;
  padding:3rem 1.6rem;
}
.dl-left-flex{
  flex-direction: column;
  gap:2rem;
}
.btn-block{
  margin-top:3.2rem;
}
.btn{
  font-size: 2rem;
  max-width:290px;
}
.useful{
  margin-top:10rem;
  padding:4.2rem 0 10rem;
}
.useful .btn-block{
  margin-top:3.8rem;
}
.useful .btn,
.guide .btn{
  font-size:1.8rem;
  max-width: 226px;
}
.footer-copy{
  font-size: 1.2rem;
  padding: 1.6rem 0;
  }
  .page{
    margin-top:6rem;
  }
  .page-ttl{
    font-size: 2rem;
    padding:1.4rem;
  }
  .case{
    margin-bottom: 10rem;
  }
  .case-content{
    margin:5rem 0 8rem;
  }
  .case-flex{
    margin-top:4rem;
  }
  .case-list{
    margin-top:2.4rem;
    gap:1.4rem 3rem;
  }
  .case-item img{
    max-width: 35px;
  }
  .case-item p{
    font-size: 1.6rem;
  }
  .guide{
    margin:5rem 0 11.7rem;
  }
  .faq{
    margin-top:10rem;
  }
  .accordion{
    margin-top:2rem;
  }
  .accordion-header {
    padding:2rem 4rem 2rem 0;
  }
  .accordion-header::after{
    width: 15px;
    height: 15px;
  }
  .accordion-content {
    padding:1rem 0 2rem;
  }
  .accordion-header p,
  .accordion-content p{
    padding-left: 4rem;
  }
.accordion-header p::before,
.accordion-content p::before{
  font-size: 2rem;
}
.contact{
  margin-bottom:8rem;
}
.contact-inner{
  margin-top: 5rem;
}
.table-list {
  margin-top:2rem;
}
.table-list th {
  font-size: 1.6rem;
}
.table-list td {
  font-size: 1.4rem;
}
.policy{
  font-size:1.4rem;
}
.policy label {
  width: calc(100% - 19px);
}
input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin-top: 6px;
}
input[type="checkbox"]:checked:before {
  top:0;
  left: 3px;
  width: 6px;
  height: 10px;
}
.form-btn{
  flex-direction: column;
}
.form-btn .back-btn,
.form-btn .send-btn {
  margin: 0 auto;
}
.login{
  margin-bottom:8.7rem;
}
.login-head{
  margin-bottom:6rem;
}
.login-head .sec-ttl{
  margin:5rem 0 6rem;
}
.login-head .btn{
  max-width: 290px;
  font-size: 2rem;
}
.login-dl{
  margin-top:2rem;
}
.company{
  margin:10.6rem 0 16.4rem ;
}
.company_table table th,
.company_table table td {
  font-size: 1.6rem;
  padding: 1.8rem 0;
}
.company_table table th {
  width:34.66%;
  padding-right:3rem;
}
.company_table table td {
  width:65.34%;
}
.terms{
  margin:8rem 0 16rem;
}
.terms-content h2{
  font-size: 2.4rem;
  margin:3rem 0 1.6rem;
}
.terms-content p{
  font-size: 1.4rem;
}
.terms-content ul{
  padding-left:3rem;
}
.terms-content li{
  font-size: 1.4rem;
}
.news{
  margin:5rem 0 10rem;
}
.news-list{
  margin-top:3rem;
}
.news-link{
  flex-direction: column;
  align-items: flex-start;
  padding: 2.4rem 0;
  gap:1rem;
  justify-content: flex-start;
}
.news-date{
  font-size:1.4rem;
  width:100%;
}
.news-title{
  font-size:1.8rem;
  width:100%;
}
.article{
  margin:10rem 0;
}
.content h1{
  font-size:2.4rem;
}
.content h2{
        font-size: 2rem;
        margin: 4rem 0 2.4rem;
        padding: 8px 20px;
}
.content h3{
font-size: 1.6rem;
        margin: 4rem 0 2.4rem;
}
}
.attention p{
  padding:2rem;
  margin:3rem auto;
  border:3px solid #4D5CD3;
  text-align: center;
  max-width:900px;
}