.reason #content .reasonBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox {
      display:block;
      padding: 0 20px 50px
  }
}

/* .reason #content .reasonBox .tx {
  font-size: 20px;
  font-weight: 700;
  width: 50%;
  line-height: 180%
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox .tx {
      width:100%;
      font-size: 16px
  }
} */

/* .reason #content .reasonBox .imgBox {
  text-align: center;
  width: 50%
} */

/* @media screen and (max-width: 768px) {
  .reason #content .reasonBox .imgBox {
      background-color:#f1f1f1;
      padding: 30px;
      border-radius: 20px;
      width: 100%;
      margin: 20px 0 0
  }
} */

.reason #content .reasonBox1 {
  -webkit-transform: rotate(.028deg);
  transform: rotate(.028deg);
  padding: 50px 0 150px
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox1 {
      padding:0 20px 70px
  }
}

.reason #content .reasonBox1 a {
  text-decoration: none;
  color: #fff
}

.reason #content .reasonBox1 .inBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox1 .inBox {
      -webkit-box-orient:vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column
  }
}

.reason #content .reasonBox1 .inBox .left {
  float: none
}

.reason #content .reasonBox1 .inBox .left .tx {
  font-size: 20px;
  font-weight: 700;
  line-height: 180%
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox1 .inBox .left .tx {
      font-size:16px
  }
}

.reason #content .reasonBox1 .inBox .left .imgBox {
  width: auto;
  text-align: center;
  padding: 20px 0 0;
  text-align: left
}

.reason #content .reasonBox1 .inBox .left .sub1 {
  display: none
}

.reason #content .reasonBox1 .inBox .left .sub2 {
  display: none
}

.reason #content .reasonBox1 .inBox .left .sub3 {
  display: none
}

.reason #content .reasonBox1 .inBox .right {
  float: none
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox1 .inBox .right {
      background-color:#f1f1f1;
      border-radius: 20px;
      padding: 30px 40px;
      margin: 20px 0 0
  }
}

.reason #content .reasonBox1 .inBox .right .imgBox {
  padding: 0 0 20px
}

.reason #content .reasonBox1 .reason {
  background: url(../images/reason/bg.webp) center center repeat;
  background-repeat: no-repeat;
  width: 375px;
  height: 330px;
  position: relative
}

.no-webp .reason #content .reasonBox1 .reason {
  background: url(../images/reason/bg.png) center center repeat
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox1 .reason {
      background:url(../images/reason/bg_sp.webp) center center repeat;
      background-repeat: no-repeat;
      width: 260px;
      height: 300px;
      margin: 0 auto;
      background-size: 100%
  }

  .no-webp .reason #content .reasonBox1 .reason {
      background: url(../images/reason/bg_sp.png) center center repeat
  }
}

.reason #content .reasonBox1 .reason .reason_mainimg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  height: auto;
  max-width: none;
  top: 55%;
  text-align: center
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox1 .reason .reason_mainimg {
      width:70%
  }
}

.reason #content .reasonBox1 .reason .reason_mainimg .main1,.reason #content .reasonBox1 .reason .reason_mainimg .main2,.reason #content .reasonBox1 .reason .reason_mainimg .main3 {
  display: none
}

.reason #content .reasonBox1 .reason .reason_rotbox {
  position: relative;
  height: 100%
}

.reason #content .reasonBox1 .reason .reason_rotbox .item {
  position: absolute;
  width: 100px;
  height: 140px;
  cursor: pointer
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox1 .reason .reason_rotbox .item {
      width:70px;
      height: 100px
  }
}

.reason #content .reasonBox1 .reason .reason_rotbox .item:hover {
  -webkit-animation-name: updown;
  animation-name: updown;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.reason #content .reasonBox1 .reason .reason_rotbox .item1 {
  background: url(../images/reason/icon1.webp) center center repeat;
  background-repeat: no-repeat;
  top: -70px;
  left: 140px
}

.no-webp .reason #content .reasonBox1 .reason .reason_rotbox .item1 {
  background: url(../images/reason/icon1.png) center center repeat
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox1 .reason .reason_rotbox .item1 {
      background-size:95%;
      top: -30px;
      left: 95px
  }
}

.reason #content .reasonBox1 .reason .reason_rotbox .itemSub1,.reason #content .reasonBox1 .reason .reason_rotbox .item3_sub1,.reason #content .reasonBox1 .reason .reason_rotbox .item2_sub1,.reason #content .reasonBox1 .reason .reason_rotbox .item1_sub1 {
  top: -70px;
  left: 117px;
  width: 140px
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox1 .reason .reason_rotbox .itemSub1,.reason #content .reasonBox1 .reason .reason_rotbox .item3_sub1,.reason #content .reasonBox1 .reason .reason_rotbox .item2_sub1,.reason #content .reasonBox1 .reason .reason_rotbox .item1_sub1 {
      background-size:95% !important;
      top: -30px;
      left: 50%;
      width: 100px;
      -webkit-transform: translate(-50%,0%);
      transform: translate(-50%,0%)
  }

  .reason #content .reasonBox1 .reason .reason_rotbox .itemSub1:hover,.reason #content .reasonBox1 .reason .reason_rotbox .item3_sub1:hover,.reason #content .reasonBox1 .reason .reason_rotbox .item2_sub1:hover,.reason #content .reasonBox1 .reason .reason_rotbox .item1_sub1:hover {
      -webkit-animation-name: updown_sp;
      animation-name: updown_sp;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-direction: alternate;
      animation-direction: alternate;
      -webkit-animation-duration: .5s;
      animation-duration: .5s
  }
}

.reason #content .reasonBox1 .reason .reason_rotbox .itemSub_l,.reason #content .reasonBox1 .reason .reason_rotbox .item3_sub3,.reason #content .reasonBox1 .reason .reason_rotbox .item2_sub2,.reason #content .reasonBox1 .reason .reason_rotbox .item2,.reason #content .reasonBox1 .reason .reason_rotbox .item1_sub3 {
  bottom: -60px;
  left: -20px
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox1 .reason .reason_rotbox .itemSub_l,.reason #content .reasonBox1 .reason .reason_rotbox .item3_sub3,.reason #content .reasonBox1 .reason .reason_rotbox .item2_sub2,.reason #content .reasonBox1 .reason .reason_rotbox .item2,.reason #content .reasonBox1 .reason .reason_rotbox .item1_sub3 {
      background-size:95% !important;
      bottom: -20px
  }
}

.reason #content .reasonBox1 .reason .reason_rotbox .itemSub_r,.reason #content .reasonBox1 .reason .reason_rotbox .item3_sub2,.reason #content .reasonBox1 .reason .reason_rotbox .item3,.reason #content .reasonBox1 .reason .reason_rotbox .item2_sub3,.reason #content .reasonBox1 .reason .reason_rotbox .item1_sub2 {
  bottom: -60px;
  right: -20px
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox1 .reason .reason_rotbox .itemSub_r,.reason #content .reasonBox1 .reason .reason_rotbox .item3_sub2,.reason #content .reasonBox1 .reason .reason_rotbox .item3,.reason #content .reasonBox1 .reason .reason_rotbox .item2_sub3,.reason #content .reasonBox1 .reason .reason_rotbox .item1_sub2 {
      background-size:95% !important;
      bottom: -20px
  }
}

.reason #content .reasonBox1 .reason .reason_rotbox .item1_sub1 {
  background: url(../images/reason/icon1_b.webp) center center repeat;
  background-repeat: no-repeat
}

.no-webp .reason #content .reasonBox1 .reason .reason_rotbox .item1_sub1 {
  background: url(../images/reason/icon1_b.png) center center repeat
}

.reason #content .reasonBox1 .reason .reason_rotbox .item1_sub2 {
  background: url(../images/reason/icon1_s.webp) center center repeat;
  background-repeat: no-repeat;
  background-size: 67px
}

.no-webp .reason #content .reasonBox1 .reason .reason_rotbox .item1_sub2 {
  background: url(../images/reason/icon1_s.png) center center repeat
}

.reason #content .reasonBox1 .reason .reason_rotbox .item1_sub3 {
  background: url(../images/reason/icon1_s.webp) center center repeat;
  background-repeat: no-repeat;
  background-size: 67px
}

.no-webp .reason #content .reasonBox1 .reason .reason_rotbox .item1_sub3 {
  background: url(../images/reason/icon1_s.png) center center repeat
}

.reason #content .reasonBox1 .reason .reason_rotbox .item2 {
  background: url(../images/reason/icon2.webp) center center repeat;
  background-repeat: no-repeat
}

.no-webp .reason #content .reasonBox1 .reason .reason_rotbox .item2 {
  background: url(../images/reason/icon2.png) center center repeat
}

.reason #content .reasonBox1 .reason .reason_rotbox .item2_sub1 {
  background: url(../images/reason/icon2_b.webp) center center repeat;
  background-repeat: no-repeat
}

.no-webp .reason #content .reasonBox1 .reason .reason_rotbox .item2_sub1 {
  background: url(../images/reason/icon2_b.png) center center repeat
}

.reason #content .reasonBox1 .reason .reason_rotbox .item2_sub2 {
  background: url(../images/reason/icon2_s.webp) center center repeat;
  background-repeat: no-repeat;
  background-size: 67px
}

.no-webp .reason #content .reasonBox1 .reason .reason_rotbox .item2_sub2 {
  background: url(../images/reason/icon2_s.png) center center repeat
}

.reason #content .reasonBox1 .reason .reason_rotbox .item2_sub3 {
  background: url(../images/reason/icon2_s.webp) center center repeat;
  background-repeat: no-repeat;
  background-size: 67px
}

.no-webp .reason #content .reasonBox1 .reason .reason_rotbox .item2_sub3 {
  background: url(../images/reason/icon2_s.png) center center repeat
}

.reason #content .reasonBox1 .reason .reason_rotbox .item3 {
  background: url(../images/reason/icon3.webp) center center repeat;
  background-repeat: no-repeat
}

.no-webp .reason #content .reasonBox1 .reason .reason_rotbox .item3 {
  background: url(../images/reason/icon3.png) center center repeat
}

.reason #content .reasonBox1 .reason .reason_rotbox .item3_sub1 {
  background: url(../images/reason/icon3_b.webp) center center repeat;
  background-repeat: no-repeat
}

.no-webp .reason #content .reasonBox1 .reason .reason_rotbox .item3_sub1 {
  background: url(../images/reason/icon3_b.png) center center repeat
}

.reason #content .reasonBox1 .reason .reason_rotbox .item3_sub2 {
  background: url(../images/reason/icon3_s.webp) center center repeat;
  background-repeat: no-repeat;
  background-size: 67px
}

.no-webp .reason #content .reasonBox1 .reason .reason_rotbox .item3_sub2 {
  background: url(../images/reason/icon3_s.png) center center repeat
}

.reason #content .reasonBox1 .reason .reason_rotbox .item3_sub3 {
  background: url(../images/reason/icon3_s.webp) center center repeat;
  background-repeat: no-repeat;
  background-size: 67px
}

.no-webp .reason #content .reasonBox1 .reason .reason_rotbox .item3_sub3 {
  background: url(../images/reason/icon3_s.png) center center repeat
}

@-webkit-keyframes updown {
  0% {
      -webkit-transform: translate(0,0px);
      transform: translate(0,0px)
  }

  100% {
      -webkit-transform: translate(0,-15px);
      transform: translate(0,-15px)
  }
}

@keyframes updown {
  0% {
      -webkit-transform: translate(0,0px);
      transform: translate(0,0px)
  }

  100% {
      -webkit-transform: translate(0,-15px);
      transform: translate(0,-15px)
  }
}

@-webkit-keyframes updown_sp {
  0% {
      -webkit-transform: translate(-50%,0px);
      transform: translate(-50%,0px)
  }

  100% {
      -webkit-transform: translate(-50%,-15px);
      transform: translate(-50%,-15px)
  }
}

@keyframes updown_sp {
  0% {
      -webkit-transform: translate(-50%,0px);
      transform: translate(-50%,0px)
  }

  100% {
      -webkit-transform: translate(-50%,-15px);
      transform: translate(-50%,-15px)
  }
}

.reason #content .reasonBox1 .reason_txBox,.reason #content .reasonBox1 .reason_txBox_sp {
  padding: 80px 0 0
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox1 .reason_txBox,.reason #content .reasonBox1 .reason_txBox_sp {
      padding:20px 0 0
  }
}

.reason #content .reasonBox1 .reason_txBox .head,.reason #content .reasonBox1 .reason_txBox_sp .head {
  display: none
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox1 .reason_txBox .head,.reason #content .reasonBox1 .reason_txBox_sp .head {
      text-align:center;
      display: block;
      border-radius: 20px 20px 20% 20%;
      padding: 30px;
      background-color: #f06400
  }
}

.reason #content .reasonBox1 .reason_txBox .in,.reason #content .reasonBox1 .reason_txBox_sp .in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox1 .reason_txBox .in,.reason #content .reasonBox1 .reason_txBox_sp .in {
      -webkit-flex-wrap:wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      background-color: #f1f1f1;
      border-radius: 0 0 20px 20px
  }
}

.reason #content .reasonBox1 .reason_txBox .in .inBox,.reason #content .reasonBox1 .reason_txBox_sp .in .inBox {
  width: 25%;
  display: block;
  border-right: 1px dotted #42210b;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox1 .reason_txBox .in .inBox,.reason #content .reasonBox1 .reason_txBox_sp .in .inBox {
      padding:20px;
      width: 100%;
      border-right: none;
      border-bottom: 1px dotted #42210b
  }
}

.reason #content .reasonBox1 .reason_txBox .in .inBox:last-child,.reason #content .reasonBox1 .reason_txBox_sp .in .inBox:last-child {
  border-right: none;
  border-bottom: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.reason #content .reasonBox1 .reason_txBox .in .inBox .imgArea,.reason #content .reasonBox1 .reason_txBox_sp .in .inBox .imgArea {
  text-align: center
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox1 .reason_txBox .in .inBox .imgArea,.reason #content .reasonBox1 .reason_txBox_sp .in .inBox .imgArea {
      -webkit-box-ordinal-group:3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2
  }
}

.reason #content .reasonBox1 .reason_txBox .in .inBox .imgArea2,.reason #content .reasonBox1 .reason_txBox_sp .in .inBox .imgArea2 {
  text-align: center
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox1 .reason_txBox .in .inBox .imgArea2,.reason #content .reasonBox1 .reason_txBox_sp .in .inBox .imgArea2 {
      -webkit-box-ordinal-group:5;
      -webkit-order: 4;
      -ms-flex-order: 4;
      order: 4
  }
}

.reason #content .reasonBox1 .reason_txBox .in .inBox .title,.reason #content .reasonBox1 .reason_txBox_sp .in .inBox .title {
  font-weight: 700;
  padding: 10px 0 20px;
  text-align: center
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox1 .reason_txBox .in .inBox .title,.reason #content .reasonBox1 .reason_txBox_sp .in .inBox .title {
      -webkit-box-ordinal-group:2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      text-align: left
  }
}

.reason #content .reasonBox1 .reason_txBox .in .inBox .tx,.reason #content .reasonBox1 .reason_txBox_sp .in .inBox .tx {
  font-size: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox1 .reason_txBox .in .inBox .tx,.reason #content .reasonBox1 .reason_txBox_sp .in .inBox .tx {
      -webkit-box-ordinal-group:4;
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3
  }
}

.reason #content .reasonBox1 .reason_txBox .in .inBox .btn,.reason #content .reasonBox1 .reason_txBox_sp .in .inBox .btn {
  margin: 10px auto 0;
  width: 90%
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox1 .reason_txBox .in .inBox .btn,.reason #content .reasonBox1 .reason_txBox_sp .in .inBox .btn {
      -webkit-box-ordinal-group:6;
      -webkit-order: 5;
      -ms-flex-order: 5;
      order: 5
  }
}

.reason #content .reasonBox1 .reason_txBox .reason_txBox1,.reason #content .reasonBox1 .reason_txBox .reason_txBox3,.reason #content .reasonBox1 .reason_txBox .reason_txBox_sp .reason_txBox3,.reason #content .reasonBox1 .reason_txBox_sp .reason_txBox .reason_txBox3,.reason #content .reasonBox1 .reason_txBox .reason_txBox2,.reason #content .reasonBox1 .reason_txBox .reason_txBox_sp .reason_txBox2,.reason #content .reasonBox1 .reason_txBox_sp .reason_txBox .reason_txBox2,.reason #content .reasonBox1 .reason_txBox_sp .reason_txBox1,.reason #content .reasonBox1 .reason_txBox_sp .reason_txBox3,.reason #content .reasonBox1 .reason_txBox_sp .reason_txBox2 {
  display: none;
  width: 100%
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox1 .reason_txBox .reason_txBox1,.reason #content .reasonBox1 .reason_txBox .reason_txBox3,.reason #content .reasonBox1 .reason_txBox .reason_txBox_sp .reason_txBox3,.reason #content .reasonBox1 .reason_txBox_sp .reason_txBox .reason_txBox3,.reason #content .reasonBox1 .reason_txBox .reason_txBox2,.reason #content .reasonBox1 .reason_txBox .reason_txBox_sp .reason_txBox2,.reason #content .reasonBox1 .reason_txBox_sp .reason_txBox .reason_txBox2,.reason #content .reasonBox1 .reason_txBox_sp .reason_txBox1,.reason #content .reasonBox1 .reason_txBox_sp .reason_txBox3,.reason #content .reasonBox1 .reason_txBox_sp .reason_txBox2 {
      background-color:#f1f1f1;
      border-radius: 20px
  }
}

.reason #content .reasonBox1 .reason_txBox_sp {
  padding: 0
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox1 .reason_txBox_sp {
      padding:20px 0 0
  }
}

.reason #content .reasonBox2 {
  padding: 50px 0;
  background-color: #f1f1f1
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox2 {
      display:block;
      padding: 30px 0;
      background-color: #fff
  }
}

.reason #content .reasonBox2 .reasonBox1 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.reason #content .reasonBox2 .reasonBox {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.reason #content .reasonBox2 .tx {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  padding: 0 50px
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox2 .tx {
      padding:0;
      width: 100%
  }
}

.reason #content .reasonBox2 .imgBox {
  background-color: rgba(0,0,0,0);
  padding: 0;
  width: 100%
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox2 .imgBox {
      width:100%
  }
}

.reason #content .reasonBox2 .in {
  width: 800px;
  height: auto;
  margin: 50px auto 0
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox2 .in {
      width:auto;
      padding: 0
  }
}

.reason #content .reasonBox2 .inBox {
  -webkit-transform: rotate(.028deg);
  transform: rotate(.028deg);
  position: relative;
  width: 230px;
  height: 230px;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 0 rgba(247,147,30,.4);
  box-shadow: 0 5px 0 rgba(247,147,30,.4);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  float: left;
  margin: 0 18px 40px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  z-index: 1
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox2 .inBox {
      width:47%;
      height: 170px;
      margin: 0 1.5% 15px;
      font-size: 14px
  }
}

.reason #content .reasonBox2 .inBox:before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  border-radius: 25px;
  z-index: 1
}

.reason #content .reasonBox2 .inBox:after {
  position: absolute;
  bottom: 20px;
  right: 20px;
  content: " ";
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background-color: #f06400;
  z-index: 2;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox2 .inBox:after {
      bottom:10px;
      right: 10px
  }
}

.reason #content .reasonBox2 .inBox:hover {
  opacity: 1
}

.reason #content .reasonBox2 .inBox:hover:after {
  right: 10px
}

.reason #content .reasonBox2 .inBox:hover a:after {
  right: 19px
}

.reason #content .reasonBox2 .inBox a {
  position: absolute;
  top: 0;
  left: 0;
  padding: 37px 10px 0;
  display: block;
  color: #42210b;
  text-decoration: none;
  width: 100%;
  height: 100%;
  z-index: 3
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox2 .inBox a {
      padding:25px 10px 0
  }
}

.reason #content .reasonBox2 .inBox a:after {
  position: absolute;
  bottom: 28px;
  right: 29px;
  content: " ";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox2 .inBox a:after {
      bottom:18px;
      right: 19px
  }
}

.reason #content .reasonBox2 .inBox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}

.reason #content .reasonBox2 .inBox1 {
  background: url(../images/top/top2_img1.webp) center center repeat;
  background-repeat: no-repeat;
  background-position: center 70%;
  background-color: #ffefc4
}

.no-webp .reason #content .reasonBox2 .inBox1 {
  background: url(../images/top/top2_img1.png) center center repeat
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox2 .inBox1 {
      background-size:60%
  }
}

.reason #content .reasonBox2 .inBox1:after {
  background-color: #f15a24
}

.reason #content .reasonBox2 .inBox1:hover {
  background-color: #ffe191
}

.reason #content .reasonBox2 .inBox2 {
  background: url(../images/top/top2_img2.webp) center center repeat;
  background-repeat: no-repeat;
  background-position: center 70%;
  background-color: #e8f0c5;
  -webkit-box-shadow: 0 5px 0 rgba(57,181,74,.4);
  box-shadow: 0 5px 0 rgba(57,181,74,.4)
}

.no-webp .reason #content .reasonBox2 .inBox2 {
  background: url(../images/top/top2_img2.png) center center repeat
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox2 .inBox2 {
      background-size:70%
  }
}

.reason #content .reasonBox2 .inBox2:after {
  background-color: #347800
}

.reason #content .reasonBox2 .inBox2:hover {
  background-color: #d8e69c
}

.reason #content .reasonBox2 .inBox3 {
  background: url(../images/top/top2_img3.webp) center center repeat;
  background-repeat: no-repeat;
  background-position: center 70%;
  background-color: #fff0c8;
  -webkit-box-shadow: 0 5px 0 rgba(255,100,100,.4);
  box-shadow: 0 5px 0 rgba(255,100,100,.4)
}

.no-webp .reason #content .reasonBox2 .inBox3 {
  background: url(../images/top/top2_img3.png) center center repeat
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox2 .inBox3 {
      background-size:80%
  }
}

.reason #content .reasonBox2 .inBox3:after {
  background-color: #f06400
}

.reason #content .reasonBox2 .inBox3:hover {
  background-color: #ffb3b3
}

.reason #content .reasonBox2 .inBox4 {
  background: url(../images/top/top2_img4.webp) center center repeat;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: #f0e6d2;
  -webkit-box-shadow: 0 5px 0 rgba(100,80,2,.4);
  box-shadow: 0 5px 0 rgba(100,80,2,.4);
  text-align: left
}

.no-webp .reason #content .reasonBox2 .inBox4 {
  background: url(../images/top/top2_img4.png) center center repeat
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox2 .inBox4 {
      background-size:100%
  }
}

.reason #content .reasonBox2 .inBox4:after {
  background-color: rgba(0,0,0,0);
  background: url(../images/top/top2_img7.webp) center center repeat;
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 26px;
  border-radius: 0
}

.no-webp .reason #content .reasonBox2 .inBox4:after {
  background: url(../images/top/top2_img7.png) center center repeat
}

.reason #content .reasonBox2 .inBox4:hover {
  background-color: #e3d1ac
}

.reason #content .reasonBox2 .inBox4 a {
  padding: 17px 10px 0 15px
}

.reason #content .reasonBox2 .inBox4 a:after {
  display: none
}

.reason #content .reasonBox2 .inBox5 {
  background: url(../images/top/top2_img5.webp) center center repeat;
  background-repeat: no-repeat;
  background-position: center 80%;
  background-color: #d3edf9;
  -webkit-box-shadow: 0 5px 0 rgba(41,171,226,.4);
  box-shadow: 0 5px 0 rgba(41,171,226,.4)
}

.no-webp .reason #content .reasonBox2 .inBox5 {
  background: url(../images/top/top2_img5.png) center center repeat
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox2 .inBox5 {
      background-size:80%
  }
}

.reason #content .reasonBox2 .inBox5:after {
  background-color: #0071bc
}

.reason #content .reasonBox2 .inBox5:hover {
  background-color: #a6dbf3
}

.reason #content .reasonBox2 .inBox6 {
  background: url(../images/top/top2_img6.webp) center center repeat;
  background-repeat: no-repeat;
  background-position: center 80%;
  background-color: #e2dfef;
  -webkit-box-shadow: 0 5px 0 rgba(80,80,200,.4);
  box-shadow: 0 5px 0 rgba(80,80,200,.4);
  font-size: 16px
}

.no-webp .reason #content .reasonBox2 .inBox6 {
  background: url(../images/top/top2_img6.png) center center repeat
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox2 .inBox6 {
      background-size:70%;
      font-size: 12px
  }
}

.reason #content .reasonBox2 .inBox6:after {
  background-color: #5050c8
}

.reason #content .reasonBox2 .inBox6:hover {
  background-color: #c3bdde
}

.reason #content .reasonBox3 {
  padding: 70px 0;
  background-color: #f1f1f1
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox3 {
      padding:30px 0
  }
}

.reason #content .reasonBox3 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox3 .inner {
      display:block
  }
}

.reason #content .reasonBox3 .inBox {
  width: 50%;
  padding: 0 20px
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox3 .inBox {
      width:100%;
      padding: 70px 20px
  }

  .reason #content .reasonBox3 .inBox:last-child {
      border-top: 1px solid #c8c8c8
  }
}

.reason #content .reasonBox3 .inBox .imgBox {
  text-align: center;
  padding: 0 15% 20px;
  height: 280px
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox3 .inBox .imgBox {
      padding:0 10% 20px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content
  }
}

.reason #content .reasonBox3 .inBox .btn {
  text-align: center;
  margin: 30px auto
}

.reason #content .reasonBox3 .inBox .btn a {
  color: #fff;
  text-decoration: none
}

@media screen and (max-width: 768px) {
  .reason #content .reasonBox3 .bg {
      background-color:#f1f1f1
  }
}


/* 施工実績 */
.example_search{
  display: none;
}
.exampleBox_list .example_no_slide .example_lists li {
  width: 90%;
}