@charset "UTF-8";
/*======================================================= 
    選ばれる理由用スタイル
=======================================================*/

/* 選ばれる理由 */
.reason{
  position: relative;
  margin-bottom: 130px;
}
.reason .bg-gray{
  position: relative;
  padding: 50px 0;
  z-index: 1;
}
.reason h3{
  font-size: 35px;
  text-align: center;
  margin-bottom: 1.5em;
}
.reason-block{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 20px;
  margin: 50px 0;
}
.reason-item{
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px #adadad;
  padding: 30px 15px 15px 15px;
}
.reason-nam{
  position: absolute;
  font-size: 35px;
  font-weight: bold;
  color: #454545;
  left: 15px;
  top: -0.8em;
}
.reason-tit{
  font-size: 20px;
  font-weight: bold;
  color: #DF0716;
}
.reason-subtit{
  font-weight: bold;
  margin: 0.5em 0;
}
.reason .tx-large{
  font-size: 30px;
  padding-bottom: 10px;
}
.under-line-red{
  border-bottom: 3px solid #DF0716;
}
.triangle-wrap{
  position: relative;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.triangle-wrap::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 80px;
  background-color: #f2f2f2;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}
.crip-path-shadow{
  position: absolute;
  width: 100%;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, .5));
  z-index: 0;
}
/* こだわり */
.kodawari{
  padding: 50px 0;
}
.kodawari h2{
  text-align: center;
  border-bottom: 2px solid #DF0716;
  padding-bottom: 10px;
}
.kodawari-block{
  display: grid;
  grid-template-columns: 1fr 20px 1fr 20px 1fr;
  gap: 10px;
  align-items: center;
  margin-bottom: 30px;
}
.kodawari-block i{
  font-size: 25px;
  text-align: center;
}
.kodawari-item{
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 8px #adadad;
  padding: 30px 20px 20px 20px;
}
.kodawari-item h3{
  margin-bottom: 0;
}
.kodawari-num{
  position: absolute;
  top: -0.5em;
  left: 1em;
  color: #DF0716;
  background-color: #eee;
  border: 1px solid #fff;
  border-radius: 50px;
  font-weight: bold;
  padding: 2px 15px;
}
.kodawari-bottom-tx{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.kodawari-item img{
  display: block;
  width: 80%;
  margin: auto;
}

/* 口コミ高評価 */
.reason-voice{
  padding: 50px 0;
}
.reason-voice-tx{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.voice-block{
  margin: 30px 0;
}
.btn-link-w{
  position: relative;
  display: block;
  max-width: 350px;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 0 8px #adadad;
  padding: 15px 30px 15px 15px;
  margin: 15px auto;
}
.btn-link-w::after {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  display: block;
  position: absolute;
  right: 25px;
  top: 31%;
  color: #DF0716;
}
.btn-link-w:hover{
  background-color: #DF0716;
  color: #fff
}
.btn-link-w:hover::after{
  color: #fff;
}

/* 数字で見るトーサイ */
.about{
  padding: 50px 0;
}
.about h2{
  margin-bottom: 0.5em;
}
.about-block{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.about .tx-big{
  font-size: 2em;
  margin-right: 2px;
}

/*1000px以下*/
@media screen and (max-width: 1000px){
  .reason-block{
    grid-template-columns: 1fr 1fr;
    gap: 35px 20px;
  }
  /* こだわり */
  .kodawari-block{
    grid-template-columns: 1fr;
  }
  .kodawari-item{
    display: block;
    max-width: 500px;
    width: 100%;
    padding: 30px 15px 15px 15px;
    margin: auto;
  }
  .kodawari-item img{
    width: 250px;
  }
  .fa-angle-right{
    transform: rotate(90deg);
    transform-origin: center;
  }
  .kodawari-bottom-tx{
    font-size: 18px;
  }
}

/*750px以下*/
@media screen and (max-width: 750px){
  .reason{
    margin-bottom: 80px;
  }
  .reason h3{
    font-size: 25px;
  }
  .reason-block{
    gap: 25px 15px;
  }
  .reason-tit{
    font-size: 15px;
  }
  .reason .tx-large{
    font-size: 20px;
  }
  .triangle-wrap,
  .triangle-wrap::before{
    height: 70px;
  }
  .voice-tx{
    font-size: 16px;
  }
  .voice img{
    max-width: 300px;
    width: 80%;
  }
  .about .tx-big{
    font-size: 1.5em;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  .reason-block{
    grid-template-columns: 1fr;
  }
  .reason .tx-large{
    font-size: 16px;
  }
  .kodawari-item img{
    width: 200px;
  }
  .kodawari-bottom-tx{
    font-size: 16px;
  }
  .about-block{
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}