<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@media (max-width: 767px){
}
@media (min-width: 768px){
  .nav-main{
    border-bottom: 2px solid #f3f3f5;
  }
}



/* Visual */
.visual-inner{
  position: relative;
}
.visual-inner &gt; .icon{
  position: absolute;
}
@media (max-width: 767px){
  .visual-inner &gt; .icon{
    width: 64px;
    height: 60px;
  }
  .visual{
    overflow: hidden;
    margin-bottom: 30px;
    background-size: 375px auto;
  }
  .visual .container{
    padding-top: 20px;
    padding-right: 72px;
    padding-left: 72px;
  }
  .visual .title-main img,
  .visual .copy img{
    width: 100%;
  }
  .visual .title-main{
    margin-bottom: 16px;
  }
  .visual .copy{
    margin-bottom: 30px;
  }
  .visual .text{
    margin-bottom: 60px;
    font-size: 1.2rem;
    line-height: 2;
    text-align: center;
  }
  .visual .image{
    margin-right: -57px;
    margin-left: -57px;
    width: calc(100% + 57px + 57px);
  }

}
@media (min-width: 768px){
  .visual{
    margin-bottom: 80px;
  }
  .visual .container{
    padding-top: 60px;
  }
  .visual .title-main img,
  .visual .copy img{
    width: 980px;
  }
  .visual .title-main{
    margin-bottom: 66px;
  }
  .visual .copy{
    margin-bottom: 80px;
  }
  .visual .text{
    margin-bottom: 60px;
    font-size: 2.4rem;
    line-height: 2;
    text-align: center;
  }
}

@media (max-width: 767px){
  .visual{
    background: url("../img/bg-main-sp.png") center -64px no-repeat;
    background-size: 375px auto;
  }
  .visual .container{
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    width: 230px;
  }
  .visual .title-main,
  .visual .copy{
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px){
  .visual{
    background: url("../img/bg-main.png") center top repeat-x;
  }
  .visual .visual-inner{
    background: none;
  }
  .visual .container{
    position: relative;
    background: #fff;
  }
  .visual .container::before,
  .visual .container::after{
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    background: #fff;
    width: 20px;
    height: 100%;
  }
  .visual .container::before{
    left: -20px;
  }
  .visual .container::after{
    right: -20px;
  }
}



/* Promise */
.promise-title{
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 40px;
  padding-top: 36px;
  font-weight: 700;
  text-align: center;
}
.promise-title-01{
  background-image: url("../common/img/icon-onepoint-01.svg");
}
.promise-title-02{
  background-image: url("../common/img/icon-onepoint-02.svg");
}
.promise-title-03{
  background-image: url("../common/img/icon-onepoint-03.svg");
}
.promise-text{
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (max-width: 767px){
  .promise-col{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-right: 15px;
    margin-left: 15px;
    border-bottom: 1px dashed #101741;
    padding: 0 0 15px 0;
  }
  .promise-col:last-child{
    border-bottom: 0;
  }
  .promise-title{
    order: 2;
  }
  .promise-text{
    order: 3;
  }
  .promise-image{
    order: 1;
  }
  .promise-title{
    margin-bottom: 1em;
    margin-left: 10px;
    background-position: 0 0;
    background-size: 20px auto;
    padding-top: 18px;
    width: calc(100% - 150px);
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
  }
  .promise-image{
    margin-top: 0;
    margin-bottom: 15px;
    flex: 0 0 140px;
    width: 140px;
    max-width: 140px;
  }
}
@media (min-width: 768px){
  .promise-col{
    border-right: 1px dashed #101741;
  }
  .promise-col:last-child{
    border-right: 0;
  }
  .promise-title{
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 2rem;
  }
}



</pre></body></html>