@charset "utf-8";

/*-------------------------------------*/
/*	シロアリ防除	*/
/*-------------------------------------*/
.ashirai{
  text-align: center;
  font-size: 125%;
  margin-bottom: 20px;
}
.ashirai span{
  position: relative;
  color: #0B2560;
    display: flex;
  justify-content: center;
  align-items: flex-end;
  font-weight: 500;
}
.ashirai span::before,.ashirai span::after {
  width: 1px;
  height: 28px;
  content: "";
  background-color: #0B2560;
}
.ashirai span::before {
  margin-right: 0.5em;
  transform: rotate(-30deg);
}

.ashirai span::after {
  margin-left: 0.5em;
  transform: rotate(30deg);
}
.s_ttl{
  margin-bottom: 40px;
  font-size: 175%;
  font-weight: 500;
  text-align: center;
  color: #0B2560;
  line-height: 1.5;
}
.s_ttl span{
  font-size: 38px;
  font-weight: 500;
}
.s_ttl02{
  font-size: 187%;
  font-weight: 500;
  text-align: center;
  color: #0B2560;
  line-height: 1.5;
}
.s_ttl02 span{
  font-size: 40px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ashirai{
  text-align: center;
  font-size: 120%;
  margin-bottom: 10px;
}
  .s_ttl{
  margin-bottom: 40px;
  font-size: 100%;
}
.s_ttl span{
  font-size: 22px;
}
.s_ttl02{
  font-size: 113%;
}
}
/* サブイメージ */
#subimg{
  background-color: #E7F3FF;
}
#subimg img{
  width: 100%;
}
.subimg_pc{
  position: relative;
}
.subimg_inner {
  background-color: rgba(255, 255, 255, 0.76);
  padding: 20px 40px;
  position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-family: "Kiwi Maru", serif;
    z-index: 1;
}
.subimg_inner  h2{
  font-size: 275%;
  margin-bottom: 10px;
  line-height: 1.5;
}
.subimg_inner   p{
  font-size: 138%;
  line-height: 1.5;
}
@media screen and (max-width: 1660px) {
  .subimg_inner  .inner{
    padding: 20px 40px;
  }
  .subimg_inner   h2 span{
    font-size: 30px;
  }
  .subimg_inner  h2{
    font-size: 150%;
  }
  .subimg_inner   p{
    font-size: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .subimg_inner {
    padding: 10px 20px;
  }
  .subimg_inner  h2 span{
    font-size: 20px;
  }
  .subimg_inner   h2{
    font-size: 125%;
  }
  .subimg_inner  p{
    font-size: 88%;
  }
}
@media screen and (max-width: 768px) {
  .subimg_sp{
    position: relative;
    width: 95%;
    margin: 0 0 0 auto;
  }
  .subimg_inner {
    background-color: rgba(255, 255, 255, 0.76);
    padding: 10px 20px;
    position: absolute;
      top: auto;
      left: -5%;
      bottom: -40px;
      transform: none;
      -webkit-transform:  none;
      -ms-transform:  none;
      width: 95%;
  }
  .subimg_inner   h2{
    font-size: 125%;
  }
  .subimg_inner  p{
    font-size: 88%;
  }
}


/* 概要 */
#gaiyo{
  background-color: #1944A5;
  position: relative;
  padding-top: 80px;
  font-family: "Kiwi Maru", serif;
  color: #FFFFFF;
}
#gaiyo::before {
  content: '';
  background-image: url(../images/shiroari/bg_dot.svg);
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto;
  height: 16px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 30px;
}
#gaiyo::after {
  content: '';
  background-image: url(../images/shiroari/bg_dot.svg);
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto;
  width: 100%;
  height: 16px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 30px;
}
#gaiyo .caption{
  font-size: 150%;
  line-height: 1.5;
  margin-bottom: 10px;
}
#gaiyo .caption span{
  font-size: 42px;
}
#gaiyo ul{
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
}
#gaiyo ul li{
  color: #000000;
  background-color: #FFFFFF;
  border-radius: 44px;
  border: 2px solid #15C29F;
  padding: 25px 15px 25px 15px;
  text-align: center;
  max-width: 230px;
  width: calc( 100% / 4 );
  position: relative;
  display:flex;
  align-items: center;
}
#gaiyo ul li > div{
margin: 0 auto;
}
#gaiyo ul li .point_ttl{
      position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#gaiyo ul li p{
  font-size: 175%;
   line-height: 1.2;
}
#gaiyo ul li p .font40{
  font-size: 36px;  
}
#gaiyo ul li p .font16{
  font-size: 16px;  
}
#gaiyo ul li p .marker{
   background:linear-gradient(transparent 80%, rgba(238, 255, 0, 0.5) 80%);
}
@media screen and (max-width: 768px) {
  #gaiyo{
  padding-top: 100px;
}
  #gaiyo::before {
    height: 8px;
    width: 100%;
    top: 60px;
    background-size: 30%;
  }
  #gaiyo::after {
    width: 100%;
    height: 8px;
    background-size: 30%;
  }
  #gaiyo .caption{
  font-size: 100%;
  line-height: 1.5;
  margin-bottom: 10px;
}
#gaiyo .caption span{
  font-size: 28px;
}
#gaiyo ul{
  margin-bottom: 0;
  flex-direction: column;
}
#gaiyo ul li{
  padding: 20px 10px 20px 10px;
  max-width: 400px;
  width: 100%;
  position: relative;
  margin: 0 auto 30px auto;
  border-radius: 20px;
}
#gaiyo ul li .point_ttl{
      position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#gaiyo ul li p{
  font-size: 150%;
   line-height: 1.2;
}
#gaiyo ul li p .font40{
  font-size: 32px;  
}
}

/* シロアリ被害の危険度チェック */
#kiken{
  background-color: #E7F3FF;
  position: relative;
  padding-top: 150px;
}
#kiken::before{
  content: "";
  width: 100%;
  height: 62px;
  background-image: url("../images/shiroari/bg_gray.svg");
  background-position: top;
  position: absolute;
  left: 0;
  bottom: 0;
}
.wave{
  background-image: url("../images/shiroari/bg_h_wave.svg");
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 15px;
}
#kiken h2{
  text-align: center;
  font-size: 212%;
  font-family: "Kiwi Maru", serif;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 40px;
}
#kiken h2 span img{
  position: absolute;
  left: -150px;
  top: -100px;
}
#kiken h2 span{
  position: relative;
}
#kiken h2 span::before{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0B2560;
  position: absolute;
  left: 0;
  bottom: -10px;
}
#kiken h2 span::after{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0B2560;
  position: absolute;
  left: 0;
  bottom: -15px;
}
#kiken .note{
  max-width: 830px;
  margin: 0 auto 40px auto;
  position: relative;
}
#kiken .note ul{
      position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 600px;
    padding: 0 20px;
    width: 100%;
}
#kiken .note ul li{
  margin-bottom: 20px;
  line-height: 1.5;
  color: #333333;
  position: relative;
  padding-left: 40px;
}
#kiken .note ul li span{
  font-weight: 700;  
}
#kiken .note ul li::before{
  content: url("../images/shiroari/ico_check.svg");
  position: absolute;
  left: 0;
  top: -5px;  
}
#kiken .note .kiken_img{
  position: absolute;
  right: 50px;
  top: 80px;
}
#kiken .caption{
  font-size: 212%;
  font-weight: 500;
  color: #333333;
}

#kiken  .caption span,#kiken  .caption span span{
  font-weight: 500;
}
#kiken  .caption span span{
  font-size: 42px;
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
 
}
@media screen and (max-width: 768px) {
  #kiken{
    padding-top: 120px;
  }
  #kiken h2{
  text-align: center;
  font-size: 150%;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 40px;
}
#kiken h2 span img{
  position: absolute;
  left: 0px;
  top: -100px;
}
#kiken .note ul{
      position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 360px;
    width: 100%;
}
#kiken .note ul li{
  margin-bottom: 10px;
  line-height: 1.5;
  color: #333333;
  position: relative;
  padding-left: 30px;
}
#kiken .note ul li span{
  font-weight: 700;  
}
#kiken .note ul li::before{
  content: url("../images/shiroari/ico_check.svg");
  position: absolute;
  left: 0;
  top: -5px;  
}
#kiken .note .kiken_img{
  position: absolute;
  right:auto;
  left: 60%;
  top: 20px;
  width: 90px;
}
#kiken .caption{
  font-size: 125%;
  font-weight: 500;
  color: #333333;
}

#kiken  .caption span,#kiken  .caption span span{
  font-weight: 500;
}
#kiken  .caption span span{
  font-size: 24px;
}
}
@media screen and (max-width: 550px) {
}
/* ご存知ですか? */
#year{
  background-color: #F0F0F0;
}
#year .s_ttl{
font-size: 175%;
line-height: 1.5;
margin-bottom: 20px;
}
#year .s_ttl span{
font-size: 39px;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  #year .s_ttl{
font-size: 132%;
}
  #year .s_ttl span{
font-size:28px;
}
}
@media screen and (max-width: 550px) {

}
/* 放置しておくと */
#detail{
  background-color: #FFDFD5;
  padding-bottom: 150px;
  position: relative;
}
#detail::before{
  content: "";
  width: 100%;
  height: 112px;
  background-image: url("../images/shiroari/bg_blue.svg");
  background-position: top;
  position: absolute;
  left: 0;
  bottom: 0;
}
#detail h2{

}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  #detail {
    background-color: #FFDFD5;
    padding-bottom: 100px;
    position: relative;
}

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

}
/* こんな危険性も */
#worst{
  background-color: #E7F3FF;
  position: relative;
}
#worst::before{
  content: "";
  width: 100%;
  height: 112px;
  background-image: url("../images/shiroari/bg_yellow.svg");
  background-position: top;
  position: absolute;
  left: 0;
  bottom: 0;
}
.fukidashi02{
      position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
.fukidashi02{
      position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 200px;
  }
}
@media screen and (max-width: 550px) {

}

/* 今すぐご相談ください */
#service{
  background-color: #FDF5AD;
  position: relative;
  padding-top: 50px;
}
#service h2{
  text-align: center;
  font-size: 187%;
  padding-bottom: 10px;
  color: #0B2560;
}
#service h2 span{
  background-image: url("../images/shiroari/bg_dot3.svg");
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 15px;
    font-weight: 500;
    background-size: 60%;
}
.service_box{
  background-color: #FFFFFF;
  border: 2px solid #1944A5;
  border-radius: 20px;
  padding: 40px;
  color: #1944A5;
}
.service_box h3{
  text-align: center;
  font-size: 250%;
  font-weight: 500;
  margin-bottom: 40px;
}
.service_box ul{
  display: flex;
  justify-content: space-between;

}
.service_box li{
  text-align: center;
  width: calc( 100% / 3 );
  border-right: 2px solid #1944A5;
  font-weight: 500;
  font-size: 132%;
}
.service_box li:last-child{
  border-right: none;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  #service{
  background-color: #FDF5AD;
  position: relative;
  padding-top: 30px;
}
#service h2{
  text-align: center;
  font-size: 113%;
  padding-bottom: 20px;
  margin-bottom: 5px;
  background-image: url("../images/shiroari/bg_dot3.svg");
    background-position: bottom;
  background-repeat: repeat-x;
  background-size: 60%;
}
#service h2 span{
  background-image: none;
  padding-bottom: 0;
}
.service_box{
  padding: 25px;
}
.service_box h3{
  font-size: 113%;
  margin-bottom: 40px;
}
.service_box ul{
  flex-direction: column;

}
.service_box li{
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px auto;
  border-right: none;
  border-bottom: 2px solid #1944A5;
  padding-bottom: 20px;
}
.service_box li img{
  max-width: 100px;

}
.service_box li:last-child{
  border-bottom: none;
  padding-bottom: 0;
}
}
@media screen and (max-width: 550px) {

}
/* まずは 無料床下診断 */
#shindan{
  background-color: #E7F3FF;
  position: relative;
  padding-bottom: 40px;
  z-index: 1;
}
#shindan::before{
  content: "";
  width: 100%;
  height: 400px;
  background-color: #FFDFD5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#shindan .s_ttl{
  font-size: 250%;
}
#shindan .s_ttl span{
  font-size: 56px;
}
.shindan_ttl{
  font-size: 187%;
  font-weight: 500;
  text-align: center;
  color: #0B2560;
  padding-bottom: 20px;
}
.shindan_ttl span{
  font-size: 40px;
  font-weight: 500;
}
.fukidashi_red{
  background-color: #F23F45;
  display: inline-block;
  color: #FFFFFF;
  font-size: 150%;
  font-weight: 500;
  line-height: 1;
  padding: 0.8em 40px;
  border-radius: 10px;
      position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.fukidashi_red::before{
  content: "";
   display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
    border-width: 20px 10px 0px 10px;
  border-color: #F23F45 transparent transparent transparent;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#shindan h2 {
  padding-top: 40px;
  margin-bottom: 100px;
}
#shindan h2 span{
  position: relative;
  z-index: 1;
}
#shindan h2 span img{
  position: absolute;
  right: -80px;
  top: -80px;
  z-index: -1;
}
.shindan_box{
  padding: 60px;
  background: #FFFFFF;
  margin-bottom: 60px;
  border-radius: 20px;
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.shindan_box h3{
  text-align: center;
  font-size: 187%;
  color: #FFFFFF;
  line-height: 1;
      position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
      display: inline-block;
  max-width: 370px;
  width: 100%;
}
.shindan_box h3 span{
  font-weight: 500;
  color: #FFFFFF;
  display: inline-block;
    max-width: 370px;
  width: 100%;
}

.shindan_box h4 {
font-size: 187%;
padding-bottom: 10px;
margin-bottom: 20px;
line-height: 1.5;
font-weight: 500;
text-align: center;
}
.shindan_box p{
  font-size: 125%;
}
.shindan_box.bl{
  border: 2px solid #1944A5;
  color: #1944A5;
}
.shindan_box.bl h3 span{
  background-color: #1944A5;
  padding: 0.5em 1em;
  border-radius: 50px;
}
.shindan_box.bl h4{
border-bottom: 1px solid #1944A5;
}
.shindan_box.bl h4 img{
  margin-left: 10px;
}
.shindan_box.bl p{
  color: #0B2560;
}
.shindan_box.rd{
  border: 2px solid #F23F45;
  color: #F23F45;
}
.shindan_box.rd h3 span{
  background-color: #F23F45;
  padding: 0.5em 1em;
  border-radius: 50px;
}
.shindan_box.rd h4{
border-bottom: 1px solid #F23F45;
}
.shindan_box.rd h4 span{
  font-weight: 500;
font-size: 38px;
background: linear-gradient(transparent 80%, rgba(238, 255, 0, 0.5) 80%);
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
#shindan{
  padding-bottom: 20px;

}
#shindan h2 {
  margin-bottom: 40px;
}
#shindan .s_ttl{
  font-size: 150%;
}
#shindan .s_ttl span{
  font-size: 33px;
}
#shindan .shindan_ttl{
  font-size: 113%;
}
#shindan .shindan_ttl span{
  font-size: 25px;
}
#shindan h2 span img{
  position: absolute;
  width: 80px;
  right: -40px;
  top: -55px;
  z-index: -1;
}
.fukidashi_red{
  background-color: #F23F45;
  font-size: 113%;
  padding: 0.8em 20px;
  border-radius: 10px;
      position: absolute;
    top: -20px;
    left: 50%;
    width: 70%;
    text-align: center;
    max-width: 250px;
}
  .shindan_box{
  padding: 40px 25px;
  background: #FFFFFF;
  margin-bottom: 40px;
}
.shindan_box h3{
  text-align: center;
  font-size: 113%;
  color: #FFFFFF;
  line-height: 1;
      position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
      display: inline-block;
  max-width: 250px;
  width:100%;
}
.shindan_box h3 span{
  font-weight: 500;
  color: #FFFFFF;
  display: inline-block;
}

.shindan_box h4 {
font-size: 150%;
text-align: center;
padding-bottom: 10px;
margin-bottom: 20px;
line-height: 1.5;
font-weight: 500;
position: relative;
}
.shindan_box.bl h4 {
padding-top: 40px;
}
.shindan_box h4 img{
      position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 40px;
}
.shindan_box p{
  font-size: 88%;
}
.shindan_box.rd h4 span{
font-size: 30px;
}
}
@media screen and (max-width: 550px) {
  #shindan::before{
  height: 300px;
}
}

/* 施工事例 */
#works{
  background-color: #E7F3FF;
}
#works h2 {
  font-size: 312%;
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 10px;
}
#works h2 span {
    background-image: url(../images/shiroari/bg_dot2.svg);
    background-position: bottom;
    background-repeat: repeat-x;
    font-weight: 500;
    padding: 0 1em 15px 1em;
}
#works .works_sld{
}

#works .works_sld dl{
  background-color: #FFFFFF;
  padding: 60px 60px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.img_radius20{
  border-radius: 20px;
  overflow: hidden;
}
#works .works_sld dl dt span{
  background-color: #0B2560;
  color: #FFFFFF;
  font-size: 187%;
  font-weight: 700;
  line-height: 1;
  padding: 0.3em 1em;
  border-radius: 10px;
  display: inline-block;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  left: -20px;
  top: -30px;
  z-index: 1;
}
#works .works_sld dl dt{
  position: relative;
  max-width: 400px;
}
#works .works_sld dl dd{
width: 60%;
padding-left: 40px;
}
#works .works_sld dl dd table{
width: 100%;
color: #0B2560;
border-radius: 20px;
border-spacing: 0;
border: none;
  border-left: 2px solid #0B2560;
  border-top: 2px solid #0B2560;
}
#works .works_sld dl dd table tr>*{
border: none;
    border-right:  2px solid #0B2560;
    border-bottom:  2px solid #0B2560;
}
#works .works_sld dl dd table tr:first-child>*:first-child{
    border-radius: 20px 0 0 0;
}
#works .works_sld dl dd table tr:first-child>*:last-child{
    border-radius: 0 20px 0 0;
}
#works .works_sld dl dd table tr:last-child>*:first-child{
    border-radius: 0 0 0 20px;
}
#works .works_sld dl dd table tr:last-child>*:last-child{
    border-radius: 0 0 20px 0;
}

#works .works_sld dl dd table, #works .works_sld dl dd table td, #works .works_sld dl dd table th {
	vertical-align: middle;
   border-collapse: separate;
}
#works .works_sld dl dd table th{
  padding: 1em 0.5em;
  text-align: center;
}
#works .works_sld dl dd table td{
  padding: 1em 0.5em;
}
#works .works_sld .slick-slide{
  margin: 5px;
}
#works .slick-next {
      right: -15px;
        z-index: 1;
    }
    #works .slick-prev {
      left: -15px;
      z-index: 1;
    }
    #works .slick-prev, #works .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 40px;
        height: 40px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
      z-index: 1;
    }
    
   #works .slick-prev:before, #works .slick-next:before {
        font-family: none;
        font-size: 20px;
        line-height: 1;
        opacity: 1;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      width: 40px;
        height: 40px;
      content: "";
      position: absolute;
    }
   #works .slick-prev:before {
      background-image: url("../images/shiroari/sld_l.svg");
    }
    #works .slick-prev:before {
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      left: 0;
      top: 0;
    }
    #works .slick-next:before {
         background-image: url("../images/shiroari/sld_r.svg");
    }
    #works .slick-next:before {
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      right: 0;
      top: 0;
    }
   #works .slick-dotted.slick-slider {
      margin-bottom: 80px;
  }
#works .slick-dots li button:before{
    font-size: 14px;
  }
 #works .slick-dots li.slick-active button:before{
    color: #0B2560;
  }

 #works .slick-dots {
    bottom: -40px;
  }   
@media screen and (max-width: 768px) {
  #works h2 {
  font-size: 150%;
  margin-bottom: 40px;
}
#works h2 span {
    background-image: url(../images/shiroari/bg_dot2.svg);
    background-size: 100%;
}
  #works .works_sld {
    width: 90%;
    margin: 0 auto;
      }
.img_radius20{
  border-radius: 10px;
}
#works .works_sld dl{
  background-color: #FFFFFF;
  padding: 40px 20px;
  border-radius: 20px;
  flex-direction: column;
}
#works .works_sld dl dt{
  margin-bottom: 20px;
}
#works .works_sld dl dt span{
  background-color: #0B2560;
  color: #FFFFFF;
  font-size: 125%;
  font-weight: 700;
  line-height: 1;
  padding: 0.3em 1em;
  border-radius: 10px;
  position: absolute;
      position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#works .works_sld dl dd{
width: 100%;
padding-left: 0;
}
#works .works_sld dl dd table{
  font-size: 88%;
}
#works .works_sld dl dd table{
width: 100%;
color: #0B2560;
border-radius: 10px;
border-spacing: 0;
border: none;
  border-left: 2px solid #0B2560;
  border-top: 2px solid #0B2560;
  border-right:  2px solid #0B2560;
  border-bottom:  2px solid #0B2560;
}

#works .works_sld dl dd table tr>*{
border: none;
    border-right:  2px solid #0B2560;
    border-bottom:  2px solid #0B2560;
}
#works .works_sld dl dd table tr:first-child>*:first-child{
    border-radius: 10px 10px 0 0;
}
#works .works_sld dl dd table tr:first-child>*:last-child{
    border-radius: 0 10px 0 0;
}
#works .works_sld dl dd table tr:last-child>*:first-child{
    border-radius: 0 0 0 10px;
}
#works .works_sld dl dd table tr:last-child>*:last-child{
    border-radius: 0 0 10px 0;
}


#works .works_sld dl dd table th{
  padding: 0.5em 0.5em;
  text-align: center;
  display: block;
  width: 100%;
  border: none;
  background-color: #EBFFFA;
}
#works .works_sld dl dd table td{
  padding: 0.5em 0.5em;
    display: block;
    text-align: center;
  width: 100%;
  border: none;
  border-bottom: 2px solid #0B2560;
}
#works .works_sld dl dd table tr:last-of-type td{
  border-bottom: none;
}
  
       #works .slick-next {
        right: -15px;
          z-index: 1;
      }
      #works .slick-prev {
        left: -15px;
        z-index: 1;
      }
      #works .slick-prev, #works .slick-next {
          font-size: 0;
          line-height: 0;
          position: absolute;
          top: 50%;
          display: block;
          width: 30px;
          height: 30px;
          padding: 0;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          cursor: pointer;
          color: transparent;
          border: none;
          outline: none;
          background: transparent;
        z-index: 1;
      }
      
      #works .slick-prev:before, #works .slick-next:before {
          font-family: none;
          font-size: 20px;
          line-height: 1;
          opacity: 1;
          color: white;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
        width: 30px;
          height: 30px;
        content: "";
        position: absolute;
      }
}









/* お客様の声 */
#voice{
  background-color: #FDF5AD;
}
#voice .ttl span{
  position: relative;
}
#voice .ttl span::before {
    content: "";
    width: 90px;
    height: 6px;
    background-image: url(../images/shiroari/bg_h_report.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#voice .ttl span::after {
    content: "";
    width: 90px;
    height: 6px;
    background-image: url(../images/shiroari/bg_h_report.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.voice_list{
  max-width: 1000px;
  margin: 0 auto;
}
.col_box.voice_box{
  max-width: 460px;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 0 35px 40px 35px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.col_box.voice_box dl{
  display: flex;
  align-items:end;
  margin-top: -20px;
  margin-bottom: 20px;
}
.col_box.voice_box dl dt{
  max-width: 140px;
  width: 100%;
}
.col_box.voice_box dl dd{
  padding-left: 20px;
  width: 100%;
}
.col_box.voice_box dl dd h3{
  font-size: 163%;
  margin-bottom: 5px;
  line-height: 1;
  font-weight: 500;
}
.col_box.voice_box dl dd h3 span{
font-weight: 500;
color: #F23F45;
}
.col_box.voice_box h4{
  background-color: #DC504D;
  display: inline-block;
  color: #FFFFFF;
padding: 0.5em 1em;
line-height: 1;
border-radius: 50px;
margin-bottom: 10px;
}
.col_box.voice_box p{
  line-height: 1.7;
}
.col_box.voice_box .clrfx {
  margin-bottom: 20px
}
.col_box.voice_box .clrfx img{
  float: left;
  padding-right: 10px;
}
.col_box.voice_box .marker{
  background:linear-gradient(transparent 60%, #FFB8D9 60%);
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  #voice .ttl{
    margin-bottom: 40px;
}
.col_box.voice_box{
  max-width: 460px;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 0 20px 20px 20px;
}
.col_box.voice_box dl{
  display: flex;
  align-items:center;
  margin-top: -20px;
  margin-left: -10px;
  margin-bottom: 20px;
}
.col_box.voice_box dl dt{
  max-width: 140px;
  width: 100%;
}
.col_box.voice_box dl dd{
  padding-left: 10px;
  width: 100%;
}
.col_box.voice_box dl:last-of-type dd{
 padding-top: 20px;
}
.col_box.voice_box dl dd h3{
  font-size: 125%;
  margin-bottom: 5px;
  line-height: 1.2;
  font-weight: 500;
}
.col_box.voice_box dl dd h3 span{
font-weight: 500;
color: #F23F45;
}
.col_box.voice_box h4{
  background-color: #DC504D;
  display: inline-block;
  color: #FFFFFF;
padding: 0.5em 1em;
line-height: 1;
border-radius: 50px;
margin-bottom: 10px;
font-size: 88%;
}
.col_box.voice_box p{
  line-height: 1.7;
  font-size: 88%;
}
.col_box.voice_box .clrfx img{
  float: left;
  padding-right: 10px;
  max-width: 120px;
}
}
@media screen and (max-width: 550px) {
}
/* よくある質問 */

#faq{
  background-color: #3C5BA4;
}
#faq .ttl{
 color: #FFFFFF;
}

#faq dl {
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 20px;
}

#faq dl dt {
    font-size: 150%;
    font-weight: 500;
   padding: 0 40px 0 60px;
    position: relative;
    cursor: pointer;
}
#faq dl dt::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/shiroari/ico_plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#faq dl dt.on::after {
  background-image: url("../images/shiroari/ico_minus.svg");
}
#faq dl dt::before {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(../images/ico_q.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
        position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
#faq dl dd {
    padding: 20px 0 20px 40px;
    border-top: 1px solid #F5D03A;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.7;
}
#faq dl dd.submenu{
    display: none;
}
#faq dl dd h3{
  border-bottom: 1px solid #0B2560;
  color: #0B2560;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 125%; 
}
#faq dl dd h4{
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 138%; 
  color: #0B2560;
  line-height: 1;
}
#faq dl dd h4 span{
  color: #FFFFFF;
  background-color: #F23F45;
  display: inline-block;
  padding: 0.2em 0.5em;
  border-radius: 50px;
  font-size: 18px;
  margin-right: 10px;
  font-weight: 500;
}
#faq dl dd p{
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #faq .ttl{
 margin-bottom: 20px;
}
#faq dl {
    margin-bottom: 10px;
    padding: 0px 10px;
}
  #faq dl dt {
    font-size: 94%;
    font-weight: 500;
    padding: 15px 25px 15px 40px;
    position: relative;
}
#faq dl dt::before {
    content: "";
    width: 35px;
    height: 35px;
}
#faq dl dt::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/shiroari/ico_plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#faq dl dd {
    padding: 20px 0 20px 0;
    border-top: 1px solid #F5D03A;
    margin-top: 0;
    font-size: 14px;
    line-height: 1.7;
}
#faq dl dd h3{
  font-size: 16px; 
}
#faq dl dd h4{
  font-size: 16px; 
}
#faq dl dd h4 span{
  font-size: 14px;
}
}
@media screen and (max-width: 550px) {
}


#contact{
  background-color: #FFFFCC;
  position: relative;
}
#contact h2{
  margin-bottom: 40px;
  text-align: center;
  font-size: 125%;
  color: #9605C9;
}
#contact h2 span{
  border-bottom: 1px solid #A8C105;
  display: inline-block;
  padding-bottom: 10px;
}
#contact ul{
  display: flex;
  justify-content: center;
  text-align: center;

}
  #contact ul li:first-child{
    margin-right: 80px;
    }
#contact::before{
  background-image: url(../images/shiroari/bg_dot2.svg);
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto;
    content: '';
    height: 16px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -8px;
    z-index: 1;
}
/* 提供エリア */
#area{
  background-color: #E7F3FF;
  position: relative;
}


@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 991px) {
  #contact h2{
  text-align: center;
  
  }
  #contact ul{
flex-direction: column;
  
  }
    #contact ul li:first-child{
      margin-right: 0;
      margin-bottom: 40px;
      }
  #contact .contact{
    margin-bottom: 40px;
    
    }
}
@media screen and (max-width: 768px) {

    .area dl dt {
        width: 30%;
    }
        .area dl dd {
        width: 70%;
    }
}