html {scroll-behavior: smooth;}
body,html,ul,li,h1,h2,h3,h4,h5,p{
  padding:0;
  margin:0;
}
body{
  background: #78E6FF;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size:18px;
}
body::before{
  display: block;
  background: #fff;
  position: absolute;
  width: 100%;
  height: 420px;
  content: "";
  z-index: -1;
}
*{box-sizing: border-box;}
.zenMaru{
  font-family: "Zen Maru Gothic", sans-serif;
}
img{
  max-width:100%;
}
a{
  color:#000;
  text-decoration: none;;
}

span.nowrap{
  display: inline-block;
  white-space: nowrap;
}

.pcOnly{
  display: none;
}

#menuOpen{
  position: fixed;
  top:10px;
  right:10px;
  cursor: pointer;
  display: block;
}







.f14px_sp{
  font-size: 14px;
}
.f16px_sp{
  font-size: 16px;
}
.f18px_sp{
  font-size: 18px;
}
.f32px_sp{
  font-size: 32px;
}
.f48px_sp{
  font-size: 48px;
}

.fwBold{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
.fwBlack{
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight:900;
}
.pd4{
  padding:4px;
}
.bodyInner{
  width: 100vw;
  padding:0 16px;
}
.headLead{
  background-image: url(../images/headLeadBg.webp);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100%;
  
}

.headLead p{
  margin: 0;
}

.headLead .__sec1{
  padding-top: 24px;
  padding-left:8px;
  font-size: 10px;
}
.headLead .__sec2{
  padding-top: 4px;
  padding-left:8px;
  .bgGreen{
    font-size: 10px;
  }
}

.bgGreen{
  background-color: #e6ff00;
}
.navigation{
  display: none;
}

.navigationSP{

  list-style: none;
  padding:20px;

}
.navigationSP li a{
 font-size:18px;
 font-weight: 900;
 padding:0 5px;
}
.navigationSP li + li{
  margin-top: 10px;
  line-height:1.3;
}

.mainLayout{
  margin-top: 40px;
}


.mainTitle{
  line-height:1.25;
  text-align: center;
  letter-spacing: -3px;
  padding-right:20px;
  font-size:14px;
}

.mainTitle_large{
  font-size: 8vw;
  padding-top:14px;
  display: inline-block;
}
.secA{
  margin-top: 20px;
  border:solid 20px #e6ff00;
  border-radius: 40px;
  background: #fff;
  padding:20px 20px 10px 20px
}

.secA__title{
  font-size:18px;
  text-align: center;
  
  letter-spacing: -1px;
}

.secA__list{
  margin-top: 16px;
}
.secA__list .__item{
  display: block;
  background: #e6ff00;
  padding:14px;
  border-radius: 16px;
  line-height:1.5;
  font-size:18px;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 16px;
}

.anken100{
  text-align: center;
  margin-top: 12px;;
}

.greenBox{
  margin-top: 25px;
  background: #e6ff00;
  border-radius: 38px;
  padding:20px;
  box-shadow: #fff 10px 10px 0;
}

.whiteBox{
  margin-top: 10px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 38px;
  padding:20px;
  box-shadow: #e6ff00 10px 10px 0;
}
.simpleWhiteBox{
  margin-top: 10px;
  background: #fff;
  border-radius: 38px;
  padding:14px;
}
.QA100{
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  grid-gap: 10px;

}
.QA100__title{
  grid-column: 1 / 3;
  text-align: center;
}
.QA100__image{
  display: grid;
  align-items: center;
  margin-top: -10px;
}

/* 
.QA100__layout{
  display: flex;
  gap:10px;
  margin-right:-28px;
  margin-top: 10px;
}
.QA100__layout .__text{
  max-width:60%
}
.QA100__layout .__image{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 20px;
} */

.QA100__title{
  margin-top: 0;
}
.QA100__description{
  line-height: 1.4;
  letter-spacing: 1px;
}

.secA_bottom{
  text-align: center;
  margin-top: -28px;
}
.query_btn{
  display: inline-block;
  background: #001EE6;
  color:#fff;
  padding:8px 24px;
  font-weight:800;
  border-radius: 18px;
  box-shadow: #fff 10px 10px;
  width: calc(100% - 80px);
  
}

.secCharacter{
  margin-top: 40px;
}

.sectionHeader{
  margin-top: 40px;
}
.sectionHeader h2{
  text-align: center;
}
.sectionHeader h2 span{
  background: #fff;
  display: inline-block;
  font-size:7vw;
  padding:2px;
}

.sectionHeader h3{
  font-weight: 550;
  text-align: center;
  font-weight:500;
  font-size:15px;
  margin-top: 8px;
}

.character_layout{
  display: flex;
  justify-content: space-between;
}

.character_layout .__text{
  width:50%;
}
.character_layout .__image{
display: flex;
align-items: center;

}
.character_layout .__image img{
  width:35vw;
}
.character_layout .__description{
  display: none;
}
.character_layout .__lead{
  font-size:18px;
}
.character_layout .__name{
  font-size:14px;
  margin-top: 8px;
}
.character_layout .__link{
  font-size:14px;
  margin-top: 8px;
}


.addendum{
  font-size:18 px;
  font-weight: 600;
  line-height: 1.8;
}

.workContent{
  font-weight:700;
  font-size:18px;
  list-style: none;
  margin-top: 6px;
  
}
.workContent li{
  display: flex;
  align-items: center;
  letter-spacing: -1px;
}
.workContent li + li{
  margin-top: 10px;
}

.workContent li::before{
  transform: scale(0.5) translateX(-12px);
  width:50px;
  display: block;
}


li.face_a::before{
  content:url(../images/face_a.png);
}
li.face_b::before{
  content:url(../images/face_b.png);
}
li.face_c::before{
  content:url(../images/face_c.png);
}

.smile_small{
  background-image: url(../images/smile_small.webp) ;
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: top left 19%;
}

.blueLink{
  color:#001EE6;
  border-bottom:solid 1px #ccc;
}

.simpleWhiteBox + .greenBox{
  margin-top: 10px;
}

.workFlow{
  list-style: none;

  background: #fff;
  border-radius: 38px;
  padding:18px 10px;
}
.workFlow h3{
  font-size: 18px;
}
.workFlow p{
  font-size: 14px;
  margin-top: 8px;
  color: #595757;
}
.workFlow li{
  text-align: center;
}

.workFlow li + li::before{
  content: "↓";
  font-weight: 900;
  font-size: 18px;
  display: block;
  margin: 10px 0;
}

.pricingLayout{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
    div{  
      
      text-align: center;}
    i{
        border-top:solid 1px #666;
        width: 200px;
        margin-inline:auto;
      }
    h4 , h3 {
      font-size: 18px;
      font-weight: 900;
    }
    h3{
      margin-top: 10px;}
    p{
      font-size: 16px;
      font-weight:bold;}
}

.secB{
  margin-top: 20px;

  h4{
    font-size: 18px;
    margin-top: 16px;
  }
  h5{
    font-size:16px;
  }
  ul{
    margin-left: 50px;
    font-size: 16px;
  }
  p{
    margin-bottom: 16px;
  }
}

.aboutKurosawa{
  padding:8px;
  display: flex;
  gap: 10px;
  p{
    line-height:1.6;
    font-size: 14px;
  }
  p + p{
    margin-top: 20px;
  }
  .__image{
    min-width:30vw;
    img{
      border-radius:10px;
      width: 30vw;
    }
  }
}
.voiceLayoutTitle{
  font-size: 18px;
  margin-top: 6px;
}
.voiceLayout{
  display: flex;
  gap: 30px;
  margin-top: 16px;
  h5{
    font-size: 14px;
  }
  p{
    font-size: 14px;
    line-height: 1.6;
  }
  .name{
    font-weight: bold;
    font-size: 14px;
    margin-top: 8px;
  }
  .__image{
    min-width: 30vw;
    img{
      border-radius:10px;
    }
  }
  + .voiceLayout{
    margin-top: 40px;
  }
}

.blogLayout{
  margin-top: 40px;
  text-align: center;
  img{
    border-radius:20px;
  }
}

.footer{
  background: #fff;
  margin-top: 30px;
  padding-bottom:76px;

  
  .sns{

    margin-inline:auto;
    list-style: none;
    display: flex;
    justify-content: center;
    gap:40px;
    padding-top:86px;
    padding-bottom:40px;

    background-image: url(../images/footer_gaze.webp);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 50%;
  }
  .copyrights{
    text-align: center;
  }
}


#modal_window{
  display: block;
  position: fixed;
  top:0;
  bottom: 0;
  left:0;
  right:0;
  background: #78E6FFEE;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition:0.3s;
  box-shadow: #0003 5px 5px 5px;
}
#modal_window.trans{
  opacity: 0;
}
#modal_window .modal_content{
  color:#fff;
  opacity: 1;
}

#leadSP{
  margin-top: 20px;
  text-align: center;
}