html {
  scroll-behavior: smooth;
}
body {
  margin: 0!important;
}

img {
  vertical-align: middle;
}

.houchi-common-wrap {
  width: 100%;
  background: linear-gradient(90deg,#fff 0%, #fff 50%, #db0917 50%, #db0917 100%);
}
.houchi-common-inner {
  width: 100%;
  max-width: 810px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.houchi-common-inner img {
  vertical-align: top;
}


/* houchi */
.houchi-wrap {
  width: 100%;
  background: linear-gradient(90deg,#fff 0%, #fff 50%, #db0917 50%, #db0917 100%);
  margin: 100px 0 60px;
}
.houchi-bg {
  width: 100%;
  max-width: 810px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.houchi-bg img {
  vertical-align: top;
}

.houchi-left {
  position: relative;
  display: flex;
  justify-content: center;
}
.houchi-left::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 94px;
  background-image: url(image/pc/sc_check2/sc_check2_fukidashi1.png);
  background-size: cover;
  top: -50px;
  z-index: 1;
}
.houchi-right {
  position: relative;
  display: flex;
  justify-content: center;
}
.houchi-right::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 94px;
  background-image: url(image/pc/sc_check2/sc_check2_fukidashi2.png);
  background-size: cover;
  top: -50px;
  z-index: 1;
}

.center-content.tenpo80-box {
  padding-bottom: 40px;
}

/* check-title */
.check-title-bg {
  width: 100%;
  background: #fff;
  box-shadow: 0px 16px 3px #e5e2c7;
}
.check-title-inner {
  position: relative;
  width: 100%;
  max-width: 810px;
  margin: auto;
}
#check1 .check-title-inner::after {
  position: absolute;
  content: "";
  display: block;
  top: -25px;
  left: 0;
  width: 205px;
  height: 84px;
  background-image: url(image/pc/sc_title_bg/check1-icon.png);
  background-size: cover;
}
#check2 .check-title-inner::after {
  position: absolute;
  content: "";
  display: block;
  top: -25px;
  left: 0;
  width: 205px;
  height: 84px;
  background-image: url(image/pc/sc_title_bg/check2-icon.png);
  background-size: cover;
}
#check3 .check-title-inner::after {
  position: absolute;
  content: "";
  display: block;
  top: -25px;
  left: 0;
  width: 205px;
  height: 84px;
  background-image: url(image/pc/sc_title_bg/check3-icon.png);
  background-size: cover;
}
#check4 .check-title-inner::after {
  position: absolute;
  content: "";
  display: block;
  top: -25px;
  left: 0;
  width: 205px;
  height: 84px;
  background-image: url(image/pc/sc_title_bg/check4-icon.png);
  background-size: cover;
}
#check5 .check-title-inner::after {
  position: absolute;
  content: "";
  display: block;
  top: -25px;
  left: 0;
  width: 205px;
  height: 84px;
  background-image: url(image/pc/sc_title_bg/check5-icon.png);
  background-size: cover;
}
#check6 .check-title-inner::after {
  position: absolute;
  content: "";
  display: block;
  top: -25px;
  left: 0;
  width: 205px;
  height: 84px;
  background-image: url(image/pc/sc_title_bg/check6-icon.png);
  background-size: cover;
}
.check-title-inner img {
  vertical-align: top;
}

/* 下向き三角ギザギザ */
.giz {
  width: 100%;
    height: 13px;
    margin-top: -1px;
    background-image: url(image/sp/giz.png);
    background-position: center;
    background-repeat: repeat-x;
}

.main-nanto {
  margin-top: -1px;
}


/* img {
  vertical-align:middle;
} */
.main-view{
  width: 100%;
  max-width: 810px;
  text-align: center;
  margin:0 auto;
}
#main-view-bg {
    background-image:url(image/pc/mainview/mainview_background_image.png);
    background-size:cover;
}

.center-content{
    text-align: center;
    width: 750px;
    /* padding:0 30px; */
    margin: 0 auto;
}

.down_arrow {
  vertical-align: middle;
  width: 15%;
}

.chart {
  padding-bottom: 20px;
}

/* 下向き矢印（小）　黒色 */
.band-black {
    width: 100%;
    height: 100px;
    background-color: #000;
    z-index: 1;
    color: #fff;
}

.up1px{
  margin-top: -1px;
}

/* 背景黄色 */
.section-box-yellow{
 background-color: #fff000;
}

/* 背景赤 */
.section-box-red{
  background-color: #db0917;
  padding: 25px 0;
 }

/* 背景白 */
.section-box-white{
  background-color: #fff;
 }

 /* 背景ベージュ */
.section-box-beige{
  background-color: #fffcdd;
 }

/* 背景ネイビー */
.section-box-navy {
  background-color: #001042;
}

.bg-black {
  background-color: #000;
}

/* 三角形の親 */
.triangle-wrap,.triangle-wrap-big {
  display: flex;
  justify-content: center;
  z-index: 3;
  margin-top: -3px;

}

.triangle-wrap-big {
  align-items: center;
  position: relative;
}

.triangle-wrap-big img{
    /* margin: 0 auto; */
    /* position: absolute; */
    position: absolute;
    z-index: 100;
    /* bottom: 0px; */
    /* height: auto; */
    width: 33%;
    bottom: -10px;
  }

/* 小さい黄色の三角形 */
.triangle-yellow {
  background: #fff000;
  height: calc(tan(60deg) * 20px / 2);
  width: 70px;
  clip-path: polygon(0 -2%, 100% -2%, 50% 100%);
  margin-top: -1px;
}

/* 小さい黒色の三角形 */
.triangle-black {
  background: #000;
  height: calc(tan(60deg) * 20px / 2);
  width: 70px;
  clip-path: polygon(0 -2%, 100% -2%, 50% 100%);
  z-index: 5;
  margin-top: -1px;
}

/* 下向き矢印（大）　黄色 */
.triangle-yellow-big {
  background: #fff000;
  height: calc(tan(60deg) * 80px / 2);
  width: 750px;
  clip-path: polygon(0 -2%, 100% -2%, 50% 100%);
  margin-top: -1px;
}

/* 小さい赤色の三角形 */
.triangle-red {
  background: #db0917;
  height: calc(tan(60deg) * 30px / 2);
  width: 60px;
  clip-path: polygon(0 -2%, 100% -2%, 50% 100%);
  margin-top: -1px;
}

/* 下向き矢印（大）　白色 */
.triangle-white-big {
  background: #fff;
  height: calc(tan(60deg) * 60px / 2);
  width: 750px;
  clip-path: polygon(0 -2%, 100% -2%, 50% 100%);
}

/* 小さいベージュの三角形 */
.triangle-beige {
  background: #fffcdd;
  height: calc(tan(60deg) * 40px / 2);
  width: 150px;
  clip-path: polygon(0 -2%, 100% -2%, 50% 100%);
}

/* 大きなベージュの三角 */
.triangle-beige-big {
  background: #fffcdd;
  height: calc(tan(60deg) * 100px / 2);
  width: 810px;
  clip-path: polygon(0 0, 100% 0, 50% 75%);
  margin-top: -1px;
}

/* SP吹き出し */
.sp-fukidashi {
    margin-top: -60px;
    position: relative;
}

  /* 重大な事故につながる前に */
  .fukidashi1 {
    margin-top: -65px;
    position: sticky;
    z-index: 50;
  }

  .high-low {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
  }

  .high-low img {
    width: 48%;
  }

  .bg-wave {
    vertical-align: bottom;
  }
  .bg-wave-up {
    vertical-align: top;
  }
  .bg-wave-bottom {
    vertical-align: bottom;
  }

  .point-flex{
    display: flex;
  }
  .point-woman img {
    display: block;
  }

  .aisha {
    margin: auto;
  }


  .sp-flex img {
    object-fit: contain;
  }

  .sp-flex{
    /* width: 100%; */
    display: flex;
    margin: auto;
  } 

  .check-list-bg-white {
    height: auto;
    background-color: #fff;
    border-radius: 25px;
    padding: 40px 0;
  }

  .check-list-bg-white li {
    text-align: left;
    padding: 20px;
  }

  .check-list-bg-white a:hover {
    opacity: 0.7;
}
.tenpo80 {
  position: relative;
}

.reasons {
  padding-top: 60px;
  padding-bottom: 25px;
}

.reason-h1 {
  padding-top: 20px;
  padding-bottom: 35px;
}

.line-btn {
  margin-top: -15px;
}
.line-btn a:hover {
  transform: scale(1.02, 1.02);
}

.button a {
  display: block;
}

.button-1 {
  padding-top: 40px;
}

.button-2 {
  padding-top: 60px;
  padding-bottom: 20px;
}

.sp-btn {
  margin-top: -4px;
}

.sp-line-btn {
  padding-top: 50px;
  padding-bottom: 30px;
}

.sp-checklist a {
  display: block;
}

.sp-checklist img {
  padding-top: 5px;
  padding-bottom: 5px;
}

.sp-checklist img:nth-child(7) {
  padding: 20px 0;
}

.reason-list{
  padding: unset;
}

.after-service {
  display: flex;
}
.two-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.two-col  img {
  width: 49%;
  margin-bottom: 20px;
}

.desc-partner{
  background-image: url(image/pc/sc_shinrai/sc_shinrai_image.png);
  background-repeat: no-repeat;
  background-size:contain;
  background-position: top;
  background-color: #fffcdd;
  padding-top: 70px;
  padding-bottom: 40px;
}

.pc-review img{
  padding-bottom: 40px;
}

.review {
  padding-top: 30px;
  padding-bottom: 15px;
}

.review img {
  padding-top: 10px;
  padding-bottom: 10px;
}
.kuki-pres {
  padding-top: 30px;
  padding-bottom: 20px;
}

  .about-shop {
    margin-top: -6px;
  }

.pd-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pd-40{
    padding-top: 40px;
    padding-bottom: 40px;
}

.pd-40-20 {
  padding-top: 40px;
  padding-bottom: 20px;
}

.pd-40-30 {
  padding-top: 40px;
  padding-bottom: 30px;
}

.pd-50-40 {
  padding-top: 50px;
  padding-bottom: 40px;
}

.pd-60-40 {
  padding-top: 60px;
  padding-bottom: 40px;
}

.pd-80-60 {
  padding-top: 80px;
  padding-bottom: 60px;
}

.pd-30-20 {
  padding-top: 30px;
  padding-bottom: 20px;
}
.pd-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pd-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pd-80{
  padding-top: 80px;
  padding-bottom: 80px;
}

.pd-80-40 {
  padding-top: 80px;
  padding-bottom: 40px;
}

#check1,#check2,#check3,#check4,#check5,#check6 {
  padding-top: 80px;
  padding-bottom: 40px;
}
.pd-btm10 {
  padding-bottom: 10px;
}
.pd-btm20{
  padding-bottom: 20px
}
.pd-btm30{
  padding-bottom: 30px
}

.pd-btm40 {
  padding-bottom: 40px
}

.pd-btm50 {
  padding-bottom: 50px
}

.pd-btm80 {
  padding-bottom: 80px;
}

.pdtop-10 {
  padding-top: 10px;
}

.pdtop-20 {
  padding-top: 20px;
}

.pdtop-30 {
  padding-top: 30px;
}

.pdtop-40 {
  padding-top: 40px;
}

.pdtop-60 {
  padding-top: 60px;
}
.pdtop-80 {
  padding-top: 80px;
}
.pd-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pd-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pd-20{
  padding-top: 20px;
  padding-bottom: 20px;
}

.pd-25{
  padding-top: 25px;
  padding-bottom: 25px;
}

.fixed-btn {
  position: fixed;
  bottom: 0;
  z-index: 100;
  display: block;
  width: 100%;
  text-align: center;
  background: #33ba4f;
  padding-top: 15px;
}

.fixed-btn a {
  display: block;
  width: 750px;
  margin: auto;
}

.fixed-btn a:hover {
  transform: scale(1.02, 1.02);
}

footer {
  background-color: #db0917;
}

.fotter-width {
  text-align: center;
  padding: 10px 0;
}


@media screen and (min-width: 750px){
  .sp {
    display: none;
  }
}


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

  #main-view-bg {
    background-image: url(image/sp/sp_mainview/sp_mainview_background_image.png);
    background-size:cover;
  }
  /* .zouka-graph {
    padding-top: 40px;
    padding-bottom: 80px;
  } */
  .center-content {
    width: unset;
    padding: 0 10px;
  }
  
  .section-box-beige .s.pdtop-20{
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .check {
    padding-left: 15px;
  }

  .houchi-wrap {
    margin: 0;
  }

  .triangle-red {
    height: calc(tan(60deg) * 15px / 2);
    width: 50px;
  }

  .center-content.tenpo80-box{
    padding-bottom: 0;
  }

  .block img{
    display: block;
    margin: 0 auto;
  }

  .pc {
    display: none;
  }

  .triangle-yellow-big {
    width: 810px;
  }

  .desc-partner{
    background-image: url(image/sp/sp_sc_shinrai/sp_sc_shinrai_image.png);
    background-repeat: no-repeat;
    background-color: #fffcdd;
    background-size:contain;
    background-position: top;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .bottom-height {
    padding-bottom: 50px;
  }

  .triangle-wrap-big {
    margin-top: -25px;
  }

  .band-black {
    height: auto;
}

  .sp-blackband {
    padding: 5vw 10px 7vw;
  }

  #check1,#check2,#check3,#check4,#check5,#check6 
  {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  #check6 {
    padding-bottom: 50px;
  }
  
  .fixed-btn {
    background: unset;
  }
  .fixed-btn a{
    width: 100%;
  }
}