*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	padding:0;
	outline:none;
  text-decoration: none;
}

img{display: block;width: 100%;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.textR {text-align: right;}
.textC {text-align: center;}
.textL {text-align: left;}
.m-20{margin: -20px;}

body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "Noto Sans JP",
    sans-serif;
    background:  #9fafb6;
    font-size: 14px;
    position:relative;
}

body::before{
  position: absolute;
  top:0;
  width: 100%;
  pointer-events: none;
  height: 500px;
  content: "";
  background: url(../images/bg_blue.svg) center bottom no-repeat;
  z-index: -1;
}

body::after{
  position: absolute;
  top:0;
  width: 100%;
  pointer-events: none;
  height: 100vh;
  content: "";
  background:  url(../images/bg_dot.png) 0 0;
    z-index: -1;
}

.logoBox{
  width: 100%;
  padding: 10px 20px;
  text-align: left;
  background: #fff;
}

.logoBox img{
  height: 20px;
}


header {
  max-width: 595px;
  width: 100%;
  margin: 0px auto;
  padding: 40px 20px;
  font-family: "Noto Sans JP";
}

header .hdr_subtitle{
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

footer {
  width: 100%;
  margin: 10px auto 0;
  padding:10px;
  text-align: center;
  background: #00B0E8;
  color: #fff;
  font-weight: bold;
}

h1,h2,h3,h4,h5{
  font-family: "Noto Sans JP";
  font-weight: bold;
  color: #00B0E8;
}

h1{
  color: #fff;
  font-size: 48px;
}

main{
  max-width: 998px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

h2 {
  font-size: 24px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin:20px 0;
}

h2::before{
  content: "";
  display: block;
  width: 72px;
  height: 72px;
  background: url(../images/fukidashi.png) 0 0 no-repeat;
  background-size: cover;
  margin-right: 10px;
}

h2.pickup::before{
  background: url(../images/fukidashi_pu.png) 0 0 no-repeat;
  background-size: cover;
}

.cc{
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 0 0 40px 0;
  text-shadow: 0 0 6px #999;
}

.ctaBox {
  text-align: center;
  margin: 50px auto;
  font-weight: bold;
}

button{
  width: 350px;
  height: 70px;
  border-radius: 5px;
  color: #fff;
  background:#00B0E8;
  box-shadow: 0 3px 6px #999;
  border: none;
  margin: 30px auto;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;   
  justify-content: center; 
  position: relative;
}

button::after{
  content: "\25bc";
  position: absolute;
  right: 15px; 
}

button:hover{
  transform: translateY(2px);
  transition: transform 0.2s;
}

section{
  max-width: 998px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  margin: 20px auto;
  padding: 20px;
}

section:first-of-type{
  margin-top: 50px;
}

#sec01Box img{
  max-width: 600px;
  margin: 20px auto;
}

#sec01Box ul{
  max-width: 600px;
  text-align: left;
  margin: 0 auto;
}

#sec01Box ul li{
  margin-left: 40px;
  font-size: 16px;
}

.sec01_sub{
  font-family: "Noto Sans JP";
  margin: -70px auto 0;
  background: #35BCEA;
  color: #fff;
  text-align: center;
  display: block;
  padding:10px 20px;
  width: 100%;
  font-size: 24px;
  max-width: 900px;
}

.sec01_sub span{
  font-size: 28px;
  font-weight: bold;
}

hr.dot-line {
  border: none;
  border-top: 4px dotted #00b0e8;
  width: 200px;
  margin: 70px auto;
}

.aboutLP{
  background: rgba(0, 157, 225 , 10%);
  text-align: center;
  padding: 40px 0;
  margin: -20px;
}

.aboutLP hr{
  border: none;
  border-top: 2px solid #00B0E8;
  width: 60px;
  margin: 10px auto;
}

#sec02Box ul{
  max-width: 400px;
  list-style: none;
  margin: 0 auto;
}

#sec02Box ul li{
  display: flex;
  justify-content: left;
  align-items: stretch;
  padding: 20px 0;
}

#sec02Box ul li img{
  max-width: 80px;
  height: auto;
}

#sec02Box ul li div{
  margin: 0 0 0 15px;
  padding: 10px 0 0 20px;
  border-left: 2px solid #00b0e8;
}

#sec02Box ul li h3{
  font-size: 16px;
}

#prodBox {
  text-align: center;
}

#prodBox h3{
  font-size: 24px;
}

#prodBox h4{
  font-size: 16px;
  margin: 10px 0 20px;
}

#prodBox div{
  margin: 0 -20px;
  padding: 40px;
}

#prodBox div:nth-child(odd){
  background: rgba(0, 157, 225 , 10%);
}

#prodBox div figure{
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  width: 100%;
  align-items: center;
  margin: 20px auto 30px;
}

#prodBox div figure img{
  width: 30%;
  height: auto;
}

#prodBox div figure img.w20{width: 20%;}
#prodBox div figure img.w40{width: 40%;}

#prodBox div.ctaBox{
  margin: 0 -20px -20px;
}

#cpBox ul{
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-wrap: wrap;
  list-style: none;
  max-width: 600px;
  margin: 0 auto;
}

#cpBox ul li{
  width: 30%;
  text-align: center;
  margin: 10px 0;
}

#other ul{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
  max-width: 600px;
  margin: 0 auto;
}

#other ul li{
  width: 50%;
  text-align: center;
  border: 4px dotted rgba(0, 157, 225 , 10%);
  border-width: 0 0 4px 4px;
  padding: 30px;
}

#other ul li.b01{border-width: 0 0 4px 0;}
#other ul li.b03{border-width: 0 0 0px 0;}
#other ul li.b04{border-width: 0 0 0 4px;}

#feature div{
  max-width:500px;
  border: 3px solid #00B0E8;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  margin: 5px auto;
}

#feature>p{
  max-width: 550px;
  text-align: center;
  margin: 50px auto;
  background: linear-gradient(transparent 60%, #cff4ff 60%);
  font-size: 18px;
}

#feature div.ctaBox{
  margin: 0 -20px -20px;
  border:none;
  max-width: unset;
  padding:20px 20px 40px;
  background: rgba(0, 157, 225 , 10%);
  border-radius:unset;
}

#feature div.ctaBox p{
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: bold;
  color: #00B0E8;
}

#about>div{
  display: flex;
  justify-content:space-around;
  align-items: center;
  flex-wrap: nowrap;
  list-style: none;
  max-width: 90%;
  margin: 20px auto;
}

#about>div img{
  width: 50%;
  margin-right: 20px;
}


#about>div>div{
  text-align: left;
}

#about h2{
  display: block;
  text-align: left;
  margin: 0 0 10px;
}

#about h2::before{
  display: none;
}

#about a{
  display: inline-block;
  padding: 10px 0;
}

#contact{
  background: #f0ebf8;
}

#contact h2{
  color: #673AB7;
  font-weight: bold;
}

#contact h2::before{
  display: none;
}

.form-container {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.form-container iframe {
  width: 100% !important;
  min-height: 500px; 
}

.forPc{
  display: block;
}

.forSp{
  display: none;
}

/*レスポンシブ
****************************************************************************************************************************************************************************************************************************************************/
@media screen and ( max-width:960px) {
  h2,
  #prodBox h3,
  #feature div.ctaBox p
  {
    font-size: 18px;
  }
  h2::before{
    width: 50px;
    height: 50px;
  }


}


@media screen and ( max-width:720px) {
  .forPc{
    display: none;
  }
  
  .forSp{
    display: block;
  }
  .sec01_sub span{
    font-size: 18px;
  }

  .sec01_sub{
  font-size: 16px;
}
#prodBox{text-align: left;}
#prodBox h3{text-align: center;}
#prodBox div figure{flex-direction: column;}
#prodBox div figure img{width: 80%; margin-bottom: 10px;}
#prodBox div figure img.w20{width: 80%;}
#prodBox div figure img.w40{width: 80%;}

  #cpBox ul li {
    width: 45%;
}

#about>div{
  flex-direction: column;
}

#about>div img {
    width: 100%;
    margin:0 auto 20px;
}

}



@media screen and ( max-width:480px) {
  
  h2{flex-direction: column;align-items:center;}
  .sec01_sub span{display: block;}
  #cpBox ul li {width: 100%;margin-bottom: 20px;}
  #other ul{flex-direction: column;}
  #other ul li.b01,#other ul li.b02,#other ul li.b03,#other ul li.b04{width: 100%; border-width: 0 0 3px 0;}
  #feature>p {
    max-width: 550px;
    text-align: center;
    margin: 20px -20px;
    background:  #cff4ff;
    padding: 20px;
    font-size: 18px;
}
}

@media screen and ( max-width:320px) {

}

