@charset "UTF-8";
/* スマホ時 */
.sp{display: none;}
@media (max-width: 1150px) {
  .header .pc{
    display: none;
  }
  .header .sp{display: block;;}
  .menu-btn span{
    background: var(--color-main);
  }
  
  .menu-btn span:nth-child(2){
    display: none;
  }
  
    .nav {
        position: fixed;
        top: 0;
      z-index: -1;
      background:#1c2f5b;
      color:#ffffff;
  }
  
  .nav ul{
      padding:30px 5%;
      padding-top: 150px;
  }
  .menu-btn.active span:nth-child(2) {
        display: block;
    }
  
    .nav.open {
        max-height:100vh;
    }
  
  .header-inner{
    background: #ffffff;
    box-shadow: 0 0 10px rgba(42 148 244 / 20%);
    border-radius: 10px;
  }  
  
  .nav li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:#ffffff !important;
    position: relative;
    padding-left: 40px;
  }
  
  .nav li a span{
    font-size: 31px;
  }
  
  .nav li a:after{
    content:" ";
    width: 25px;
    height: 25px;
    background: url("../images/btn_icon.webp") center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top:47%;
    transform: translateY(-50%);
  }
  
  .sp-head-contact{
    padding:30px 5%;
    background: url("../images/sp-head-contact.webp") center;
    background-size: cover;
  }
  
  .sp-head-contact a{
    max-width: 100%;
    display: flex;
  }
  
}  


/* スマホ時 */
@media (max-width: 768px) {
  .pc{display: none;}
  .sp{display: block;}
  .mainvisual {
    background: url("../images/sp-main.webp") center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 20px;
    padding-top: 150px;
}
  
.mainvisual_cont {
    display: grid;
    grid-template-columns: 1fr;
    gap: 100px;
    align-items: center;
}


.under-cont,
.lp-footer-cont,
.news-cont,
.technology-cont{
    grid-template-columns: 1fr;
  gep:20px;
}  
  
.header {
    top: 30px;
    width: 90%;
    left: 5%;
}
  
  .logo small{
    font-size: 10px;
  }  
  
  .logo img{
    width: 90px;
  }
  
  .nav ul{
      padding-top: 90px;
  } 
  
  .nav li a{
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
.mainvisual {
        padding: 20px;
        padding-top: 100px;
        width: 90%;
    }  
  
  .mainvisual_box02{display: none;}
  
  .mainvisual_box01{
    display: grid;
  }  
  
  .mainvisual_box01 h2{
    order: 1;
  }
  
    .mainvisual_box01 p:nth-child(3){
    order: 4;
      font-size: 14px;
      margin-top: 30px;
  }
  
    .mainvisual_box01 p:nth-child(4){
    order: 3;
      margin-top: 30px;
  }
  
      .mainvisual_box01 p:nth-child(2){
    order: 2;
      margin-top: 30px;
  }
  
  
.section-title span {
    font-size: 59px;
}  
  
.top-icon {
    padding: 30px 5%;
}
  
.buisiness-btn {
    position: initial;
}
 
.section-title.pt01 {
    line-height: 2em;
  top:-170px;
}
  
.section-title small {
    font-size: 15px;
}
 
.buisiness-list {
    grid-template-columns: 1fr;
    gap: 30px;
}  
  
.u-section-wrap {
    width: 90%;
  padding-top: 100px;
  }
  
.buisiness-list li {
    background-image: none;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    display: grid;
    grid-template-columns: 100px 1fr;
  align-items: stretch;
}
  
  .buisiness-list .buisiness-title{
    font-size: 12px;
  }  
    
  .buisiness-text {
    margin-top: 0;
    font-size: 12px;
    padding: 10px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(42 148 244 / 20%);
    color: var(--color-main);
    display: grid;
    align-items: center;
}
  

.top_business_line01 {
    position: absolute;
    top: 170px;
    left: -149px;
    width: 300px;
    transform: rotate(-90deg);
}  
  
.buisiness-list li:not(:last-child):after {
    content: " ";
    background: url(../images/top_business_line02.webp);
    width: 50px;
    height: 10px;
    display: block;
    position: absolute;
    right: initial;
    background-repeat: no-repeat;
    background-size: contain;
    top: 110px;
    z-index: 10;
    transform: rotate(90deg);
    left: 21px;
}
  
.btn {
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    padding: 4px 15px;
    width: 100%;
    font-size: 14px;
    margin-top: 30px;
}
  
  
.technology-cont {
    gap: 20px;
}
  
.technology {
    background-image: url("../images/technology-bg-sp.webp");
  padding-bottom: 40px;
}
  
.btn02 {
    padding: 15px;
    font-size: 14px;
}
  
.technology-box {
    gap: 15px;
}
  
.technology .w1100 {
    padding-bottom: 200px;
}
 
.technology-list small,
.technology-list span {
    font-size: 8px;
}  

.product-block {
    display: grid;
}
  
.product-img {
    width: 100%;
}
  
.product-box {
    width: 100%;
}
  
.product-title {
    padding: 20px;
    font-size: 16px;
}
  
.product-title span {
    font-size: 10px;
}
  
.product-inner {
    padding: 15px;
}
  
.product-text01 {
    font-size: 16px;
}
  
.def-text {
    font-size: 12px;
}
  
.product-list li {
    font-size: 11px;
}
  
.product-block:nth-child(even) .product-img,
.product-block:nth-child(even) .product-box{
    order: initial;
}
  
.u-section-wrap03 {
    padding-top: 100px;
}
  
  .contact .w1100{
    width: 100%;
  }  
  
  .contact-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
}
  
  .contact-list .text {
    font-size: 12px;
}
  
  .news .section-title.pt01{
    top:-100px;
  }
  
  .btn02.news {
    max-width: 100%;
    border-radius: 100px;
    margin-top: 20px;
    box-shadow: none;
    background: transparent;
    padding: 5px 15px;
    border: 1px solid var(--color-main);
    justify-content: center;
    gap: 10px;
}
  
  .news .btn02{
    gap:30px;
    font-size: 12px;
  }
  
.under-cont-box02 .text {
    font-size: 15px;
}
  
.under-cont-box02 {
    padding: 15px;
}
  
.foot-content span {
    font-size: 40px;
}
  
.foot-content {
    padding: 20px;
    display: grid;
    gap: 10px;
  grid-template-columns: 1fr;
}
  
.btn.pt03 {
    margin-top: 0;
}


.top-icon li:not(:last-child):after {
    width: 30px;
    top: 15px;
    right: -60px;
}  

  
    .news {
        width: 100%;
        padding-top: 0;
      margin-top: 100px;
    }
  
  
  
  
  .news .w1100,
  .buisiness .w1100,
  .technology .w1100{
    width: 100%;
  }  
  
}  

    .pf2-nano-caption{max-width:440px;margin:40px 0 0;}
    .pf2-nano-caption .pf2-caption-img{background:#f7f7f7;}
    .pf2-nano-summary{margin-top:28px;}
    .pf2-nano-uses{margin-top:40px;}
    .pf2-nano-contact{margin-top:56px;}
    .pf2-nano-contact .pf2-anchorcards{max-width:420px;margin:0 auto;}
    .pf2-table-wrap--nano td{vertical-align:top;}
    .pf2-table-wrap--nano td:first-child{width:26%;white-space:nowrap;}
    @media (max-width: 767px){
      .pf2-nano-caption{max-width:none;}
      .pf2-table-wrap--nano td:first-child{width:34%;white-space:normal;}
    }