@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
html,body{
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #231815;
	line-height: 1.7;
}
header,footer,div,section,article,nav,a,p,span,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,img,dl,dt,dd,form,input,textarea{ box-sizing: border-box; }
::selection { background: #ddd; }
::-moz-selection { background: #ddd; }
a,a img{
  color: #777;
  transition: 0.3s;
  text-decoration: none;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
a:hover,a:hover img{
  opacity: 0.7;
  cursor: pointer;
}
img{
  width: 100%;
  display: block;
}
.clear{
  clear: both;
}
.overflow{
  overflow: hidden;
}
.small{
  font-size: 0.8em;
  margin: 1.5em 0 0 0;
}
.red{
  color: #db332f;
}
body{
padding-top: 7rem;
}
.mvvideo video {
position: fixed;
left: 0;
top: 0;
z-index: 1;
width: 100%;
height: 100vh;
background: #fff;
}
nav.nav-1{
  width: 100%;
  padding:0.6em;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
nav.nav-1 img.nav-logo{
  width: 19.8rem;
  margin-left: 2rem;
}
nav.nav-1 ul{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
nav.nav-1 ul li{
  display: block;
  font-size: 1em;
}
nav.nav-1 ul li.nav-tel{
  width: 21.8rem;
}
nav.nav-1 ul li.nav-tel a{
  pointer-events: none;
}
nav.nav-1 ul li.nav-btn a{
    display: inline-block;
    text-align: center;
    padding: 0.8em 1.2em;
    margin-left: 2rem;
    background-color: #ff6f00;
    color: #ffffff;
    border-radius: 9999px;
    font-weight: bold;
}
nav.nav-1 ul li.nav-form-moushikomi a{
    background: linear-gradient(to right, #4DE27A, #3B7CD3);
    margin: 0 2rem 0 1rem;
    padding: 1em 3em;
    
}
nav.nav-1 ul li.nav-btn a span{
    display: inline-block;
}
header{
  background: url(../images/header-bg_new.png) center center no-repeat;
  background-size: cover;
  padding: 5rem 0 8.5rem;
}
header h1.header-h1{
  display: none;
}
header h1.header-h1-2{
  width: 100%;
}
header h1.header-h1-3{
  margin: 5rem 0;
}
header .box-1{
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
header .box-2{
  max-width: 50rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.form-wrap{
  width: 42.5rem;
  height: 59.2rem;
  background-color: #fff;
  border:  2px solid #18306c;
}
h2.form-h2 {
  background: #18306c;
  line-height: 4.8rem;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin: 0;
}
iframe.iframe-form {
  display: block;
  width: 100%;
  height: 54rem;
}

@media (max-width: 1200px) {
  header{
    padding: 7rem 0 12.5rem;
  }
  header .box-1 {
    justify-content: center;
  }
  .form-wrap {
    display: none;
  }
  header h1.header-h1{
    display: block;
    width: 100rem;
    margin: 0 auto;
  }
  header h1.header-h1-2{
    display: none;
  }
}
h2{
  font-size: 3.2rem;
  color: #333A4A;
  text-align: center;
}
h2 span{
  display: block;
  color: #7bbf4b;
  font-size: 2rem;
}
h2 small{
  font-size: 2.6rem;
  margin: 0 0.4rem;
}
.sec-1{
  position: relative;
}
.sec-1 h2 img{
  width: 95rem;
  position: absolute;
  top: -8.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.sec-2{
  display: block;
  width: 105rem;
  margin: 2rem auto 10rem;
}
.sec-2 h2{
  margin: 0 0 2rem 0;
  font-size: 4rem;
}
.btn-cta {
        display: block;
        font-size: 1.7rem;
        font-weight: 500;
        padding: 1.7rem 5rem 1.7rem 2.5rem;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        background: linear-gradient(to right, #4DE27A, #3B7CD3);
        box-sizing: border-box;
        width: 100%;
        position: relative;
}
.btn-cta a {
        color: #fff;
        font-size:3rem;
        font-weight: bold;
}
.btn-cta:before {
        content: '';
        display: block;
        background: url(../images/arr-c_04.png) no-repeat center;
        position: absolute;
        right: 2.5rem;
        top: 50%;
        transform: translateY(-50%);
        width: 3rem;
        height: 3rem;
        transition: 0.3s;
        border-radius: 100px;
        -webkit-border-radius: 100px;
}
.underFlow_btn {
        text-align: center;
        width: 80%;
        margin: 0 auto 4rem;
}
/* お取り扱い条件 */
.sec-5{
  padding: 1rem 0 10rem;
  background: #EDEDED;
  position: relative;
}
.sec-5 h2 img{
  width: 28rem;
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
.sec-5 h3{
  font-size: 2.4rem;
  text-align: center;
  color: #173066;
  margin: 8rem 0 2rem;
}
.sec-5 h4{
  margin-bottom: 3rem;
}
.sec-5 .sec-5-img1{
  margin-bottom: 3rem;
}
/* 端末情報 */
.sec-6{
  padding: 8rem 0 11rem;
}
.sec-6 h3 {
    color: #3E64AC;
    text-align: center;
    margin: 2rem 0;
}
table.detail{
  width: 100%;
  margin-top: 2rem;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
table.detail tbody td {
  padding: 1.5rem;
  border-bottom: solid 1px #778ca3;
}
/* 導入までのフロー */
.sec-7{
  background: #EFF3F6;
  padding: 8rem 0 9rem;
}
.sec-7 h2{
  margin-bottom: 4rem;
}
.sec-7 ul{
  width: 79rem;
  margin: 0 auto;
}
.sec-7 ul li{
  display: block;
  background: #fff;
  border-radius: 2rem;
  margin-bottom: 5rem;
  padding: 2.8rem 0 2.8rem 13rem;
  box-shadow: 0.7rem 0.7rem 8px -3px rgba(0,0,0,0.15);
  position: relative;
}
.sec-7 ul li::after{
  content: "";
  display: block;
  width: 4.8rem;
  height: 2rem;
  background: url(../images/sec-6-arrow.png) center top no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
}
.sec-7 ul li:last-child{
  margin-bottom: 0;
}
.sec-7 ul li:last-child::after{
  content: none;
}
.sec-7 ul li h3{
  font-size: 2rem;
  color: #7BBF4B;
  margin-bottom: 0.2em;
}
.sec-7 ul li.li-1 .sec-7-txt{
  width: 11.2rem;
  position: absolute;
  top: -4rem;
  right: -3rem;
}
.sec-7 ul li::before{
  content: "";
  display: block;
  width: 8.1rem;
  height: 8rem;
  position: absolute;
  top: 3rem;
  left: 3rem;
}
.sec-7 .li-5{
  margin-top: 1em;
  font-size: 15px;
}
.sec-7 ul li.li-1::before{
  background: url(../images/sec-6-img1.png) center top no-repeat;
  background-size: contain;
}
.sec-7 ul li.li-2::before{
  background: url(../images/sec-6-img2.png) center top no-repeat;
  background-size: contain;
}
.sec-7 ul li.li-3::before{
  background: url(../images/sec-6-img3.png) center top no-repeat;
  background-size: contain;
}
.sec-7 ul li.li-4::before{
  background: url(../images/sec-6-img4.png) center top no-repeat;
  background-size: contain;
}
/* FAQ */
.sec-8{
  padding: 8rem 0 10rem;
}
.sec-8 h2{
  margin-bottom: 3rem;
}
ul.accbox-01 li{
  display: block;
  border-bottom: 2px solid #ececec;
}
ul.accbox-01 label {
  display: block;
  font-size: 2rem;
  color: #333A4A;
  font-weight: bold;
  padding: 2.5rem 4rem;
  position: relative;
  cursor : pointer;
  transition: all 0.5s;
}
ul.accbox-01 label:before {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.6rem;
  background: url(../images/sec-7-q.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
ul.accbox-01 label:after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/sec-7-p.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}
ul.accbox-01 input {
  display: none;
}
ul.accbox-01 .accshow {
  height: 0;
  padding: 0 0 0 4rem;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  transform: translateY(-1em);
}
/* クリックで中身表示 */
ul.accbox-01 .cssacc:checked + label + .accshow {
  height: auto;
  padding: 0 0 3rem 4rem;
  transform: translateY(0);
  opacity: 1;
}
ul.accbox-01 .cssacc:checked + label:after {
  content: "";
  background: url(../images/sec-7-m.png) center center no-repeat;
  background-size: contain;
}
footer{
  background-size: cover;
  padding: 7rem 0 0;
}
footer h2{
  width: 61rem;
  margin: 0 auto 4.5rem;
}
footer .btn-wrap{
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
footer .btn-wrap a{
  display: block;
  width: 31.2rem;
  margin: 0 1rem;
}
footer .footer-tel{
  display: block;
  width: 41.9rem;
  margin: 0 auto 4rem;
}
footer .footer-logo{
  width: 19.8rem;
  margin: 0 auto 2.5rem;
}
footer .footer-link{
  background: #464646;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 4rem 0 2rem;
}
footer img.footer-bnr{
  width: 65rem;
  margin: 0 auto 4rem;
}
footer .footer-link a{
    color: #fff;
}
.footer-indication{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 2rem;
    font-size:xx-small;
    color: #999;
}
/* ヘッダー動き */
.fade-1{ animation: fade1 1.2s; }
.fade-2{ animation: fade2 2s; }
.fade-3{ animation: fade3 2.5s; }
@keyframes fade1 {
  from {
    transform: translateY(-2em);
    opacity: 0;
  }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes fade2 {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 0;
  }
  33% {
    transform: scale3d(1.1, 1.1, 1.1);
    opacity: 0;
  }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes fade3 {
  from {
    transform: translateY(2em);
    opacity: 0;
  }
  50% {
    transform: translateY(2em);
    opacity: 0;
  }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
/* スクロールしてふわっと表示 */
.fadein{
    opacity: 0;
}
.fadeinbottom {
    opacity: 0;
    transform: translateY(2em);
    transition: all 1s;
}
.fadeinbig {
    opacity: 0;
    transform: scale3d(1.1, 1.1, 1.1);
    transition: all 1s;
}
.fadein.scrollin,.fadeinbottom.scrollin,.fadeinbig.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}
/* ロード画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #EFF3F6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  width: 6rem;
  height: 6rem;

  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3rem 0 0 -3rem;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

/*　PC
----------------------------------------------------------------------------*/
@media (min-width: 769px){
  .sp{ display: none !important; }
  html{ font-size: 10px; }
  body{ font-size: 1.6em; }
  .content{
    width: 100%;
    max-width: 1100px;
    padding: 0 50px;
    margin: 0 auto;
  }
  .header-h1 img{
    margin:0 auto;
  }
  .sec-7 .li-5{
    font-size: 0.8em;
    margin: 1em auto 0 auto;
    width: 79rem;
  }
  /*　タブレット
  ---------------------------------------------------------------------------*/
  @media (max-width: 1100px){
    html{ font-size: 0.9vw; }
    .content{
      padding: 0 4.5%;
    }
    .sec-3 h2{
      padding-bottom: 10px;
      background-size: 80% 6px;
    }
    h2 small{
      font-size: 3rem;
    }
}/*　タブレットここまで */
}/*　PCここまで */
/*　スマホ
---------------------------------------------------------------------------*/
@media (max-width: 768px){
  .pc{ display: none !important; }

  html{ font-size: 2.55vw; }
  body{ font-size: 1.5em;padding-top: 4.8rem; }

  .content{
    width: 100%;
    padding: 0 4%;
  }

  nav.nav-1 img.nav-logo{
    display: none;
  }
  nav.nav-1 ul{
    justify-content: space-between;
  }
  nav.nav-1 ul li.nav-tel{
    width: 12.6rem;
  }
  nav.nav-1 ul li.nav-tel a{
    pointer-events: inherit;
  }

  nav.nav-2{
    width: 100%;
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
  }
  nav.nav-2 ul{
    display: flex;
    justify-content: flex-end;
  }
  nav.nav-2 ul li{
    display: block;
    width: 13.6rem;
    margin-right: 0.6rem;
  }
  nav.nav-1 ul li.nav-btn a{
      font-size: 1rem;
  }
  nav.nav-1 ul li.nav-form-moushikomi a{
    margin-right: 0px;  
  }
  
  header{
    background: url(../images/sp/header-bg_sp.png?202503261203) center center no-repeat;
    background-size: cover;
    padding: 2rem 2rem 0;
  }
  header h1{
    width: 92%;
    margin-left: 4.7%;
  }
header h1.header-h1-3 {
    margin: 2rem 0;
}
  h2{
    font-size: 2rem;
  }
  h2 span{
    font-size: 1.2rem;
  }
  h2 small{
    font-size: 1.3rem;
    margin: 0 0.2rem;
  }
  .sec-1 h2 img{
    width: 92%;
    top: -8rem;
  }
  .sec-2{
    width: 97%;
    margin-top: 2rem;
    margin-bottom: 7rem;
  }
  .sec-2 h2{
    font-size: 2rem;
  }
  .sec-3 h2{
    margin-bottom: 1.5rem;
  }
  .sec-3 ul li{
    display: block;
    margin-bottom: 4rem;
  }
  .sec-3 ul li img{
    width: 100%;
  }
  .sec-3 ul li .txt{
    width: 100%;
    padding-top: 1.2rem;
  }
  .sec-3 ul li h3{
    font-size: 2.5rem;
    margin-bottom: 1rem;
    min-height: 6rem;
  }
  .sec-5{
    padding: 1rem 0 5rem;
  }
  .sec-5 h2 img{
    width: 15.4rem;
    top: -2rem;
  }
  .sec-5 h3{
    font-size: 2rem;
    margin: 3rem 0 1.5rem;
  }
  .sec-5 h4{
    box-shadow: 0.2rem 0.2rem 0.2rem rgba(0,0,0,0.15);
    margin-bottom: 2rem;
  }
  .sec-5 .sec-5-img1{
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    overflow-x: scroll;
  }
  .sec-5 .sec-5-img1 img{
    max-width: 64.4rem;
  }
  .sec-6{
    padding: 3rem 0 6rem;
  }
  table.detail{
    width: 100%;
    margin-top: 2rem;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
  }
  table.detail tbody td {
    padding: 1.5rem;
    border-bottom: solid 1px #778ca3;
  }
  .sec-7{
    padding: 5rem 0 6rem;
  }
  .sec-7 ul{
    width: 100%;
  }
  .sec-7 ul li{
    margin-bottom: 4rem;
    padding: 2rem 5%;
  }
  .sec-7 ul li h3{
    font-size: 1.8rem;
    padding-left: 4.2rem;
    margin-bottom: 0.5em;
  }
  .sec-7 ul li.li-1 .sec-7-txt{
    width: 8.1rem;
    top: -4rem;
    right: -0.7rem;
  }
  .sec-7 ul li::before{
    width: 4.2rem;
    height: 4rem;
    top: 1.5rem;
    left: 1.5rem;
  }
  .sec-8{
    padding: 5rem 0 4rem;
  }
  ul.accbox-01 label {
    font-size: 1.6rem;
    padding: 1.7rem 2.7rem;
  }
  ul.accbox-01 label:before {
    width: 1.9rem;
    height: 1.8rem;
  }
  ul.accbox-01 label:after {
    width: 1.5rem;
    height: 1.5rem;
    right: 0;
  }
  ul.accbox-01 .accshow {
    padding: 0;
  }
  /* クリックで中身表示 */
  ul.accbox-01 .cssacc:checked + label + .accshow {
    padding: 0 0 1.9rem 0;
  }
  footer{
    background-size: cover;
    padding: 2.3rem 0 0;
  }
  footer h2{
    width: 31.7rem;
    margin: 0 auto 2.3rem;
  }
  footer .btn-wrap{
    display: block;
    margin-bottom: 3rem;
  }
  footer .btn-wrap a{
    width: 31.2rem;
    margin: 0 auto 1.6rem;
  }
  footer .footer-tel{
    width: 31.5rem;
    margin: 0 auto 3rem;
  }
  footer .footer-link{
    padding: 3rem 0 5rem;
  }
  footer img.footer-bnr{
    width: 90%;
    margin: 0 auto 3rem;
  }
}/*　スマホここまで */
