@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 640px) {
  .sec-about-top .txt-opacity {
    margin-top: 80px;
  }
  .sec-about-top {
    padding: 50px 0 40px;
  }
  .sec-number .number-block .item .img {
    padding: 0 45px;
  }
  .sec-number .number-block .item .ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .heading-block__img {
    width: 80%;
    margin: 0 auto 20px;
  }
  .scrollBox {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .scrollBox:before {
    content: "横にスクロールして確認いただけます";
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    background: #ddd;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .list-imgs {
    width: 1300px;
    justify-content: space-between;
  }
  .list-imgs .item {
    width: 9.5%;
    padding: 0;
  }
  .function-list .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
  }
  .function-list__img {
    background: #fff;
    width: 30%;
  }
  .function-list__txt {
    width: 70%;
    padding: 15px 10px;
  }
  .function-list__txt .ttl span {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-bottom: 2px;
  }
  .function-list__txt .ttl small {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .function-list__txt .ttl {
    margin-bottom: 10px;
  }
  .function-list__txt p {
    font-size: 10px;
    font-size: 1rem;
  }
  .function-list__img img {
    object-fit: cover;
    height: 110px;
  }
  .solution-list .item {
    width: 48%;
    padding: 0;
    display: block;
  }
  .solution-list .item .ttl {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding: 0 0 0 8px;
  }
  .solution-list .item p {
    font-size: 10px;
    font-size: 1rem;
  }
  .solution-list .item .img {
    margin-bottom: 10px;
  }
  .solution-list {
    margin: 0;
    justify-content: space-between;
  }
  .person-block--style02 .box-right .img {
    max-width: 100%;
    height: 250px;
    overflow: hidden;
  }
.sec-mv {
height: 50vh;
}
.sec-mv .mv-ttl span.en {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 1px;
}
.sec-mv .mv-ttl {
    top: inherit;
    bottom: 20px;
    -webkit-transform:none;
    -ms-transform:none;
    transform:none;
}
.bg {
height: 50vh;
}
.bg .wrapper {
    height: 100%;
}
#video {
object-fit: cover;
height: 100%;
}
.company-top,
.component-top{
background: url("../img/index/sp_bg.jpg") center center no-repeat;
background-size: cover;
}
.sec-person {
    padding: 50px 0 6px;
}
}

.policy {
  overflow: scroll;
  margin: 50px auto 0;
  padding: 25px;
  width: 100%;
  height: 400px;
  border: 5px solid #f0f0f0;
  font-size: 13px;
  font-size: 1.3rem;
  background: #fff;
  line-height: 1.6;
  text-align: left;
}

.policy h4 {
  display: block;
  width: 100%;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 1.9rem;
  font-size: 19px;
  border-left: 5px solid #053793;
  padding-right: 5px;
  line-height: 2;
  margin: 0 auto 15px;
}

.main-form .policy dl {
  margin-bottom: 0;
  padding: 10px 0;
}

.policy dl dt {
  font-size: 115%;
  font-weight: bold;
  padding: 0 0 5px 10px;
  margin-bottom: 5px;
  border-bottom: 2px solid #053793;
}
@media screen and (max-width:767px) {
.policy {
  overflow: scroll;
  margin: 10px auto 0;
  padding: 10px;
  height: 360px;
  border: 3px solid #f0f0f0;
}
.policy h4 {
    padding: 5px 10px;
    font-size: 1.5rem;
  font-size: 15px;
     border-left: 3px solid #053793;
     padding-right: 5px;
  line-height: 1.5;
     margin: 0 auto 10px;
     letter-spacing: 0;
}
.policy dl dt {
    font-size: 110%;
    font-weight: bold;
    padding: 0 0 5px 7px;
    margin-bottom: 5px;
    border-bottom: 1px solid #053793;
}
}

.check-box {
  display: blockl;
  margin: 30px auto;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
}


.checkbox-input{
  display: none;
}
.checkbox-parts{
  padding-left: 35px;
  position:relative;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #fff;
}
.checkbox-input:checked + .checkbox-parts{
  color: #053793;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 7px;
  width: 7px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 3px solid #053793;
  border-right: 3px solid #053793;
}

@media screen and (max-width:767px) {
.check-box {
  display: block;
  margin: 20px auto;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.checkbox-parts{
  padding-left: 30px;
}
.checkbox-parts::before{
  width: 19px;
  height: 19px;
}
}

.btn-detail--blue {
  background: #053793; 
}
.btn-detail--blue:not(:target){
    filter: none;
    -ms-filter: none;
}

.checkbox-input:checked + .btn-detail--blue{
  background: red; 
}

#header .menu-pc .logo-hamburger {
    margin-bottom: 30px;
    max-width: 250px;
}
#header .menu-pc .wp-inner .box-left .main-menu li {
    margin-bottom: 30px;
}
#header .menu-pc .wp-inner .box-left .main-menu li > ul li a {
    font-size: 13px;
    font-size: 1.3rem;
}