* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  transition: .3s;
  text-decoration: none;
  color: inherit;
}

a:hover {
  opacity: .7;
}

table {
  border-collapse: collapse;
}

.wrapper {
  width: 1170px;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.sec2022 {
  padding: 50px 0;
}

.sec2022 .wrapper h2 {
  font-size: 20px;
  border-bottom: 1px solid #764f38;
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.sec2022 .wrapper h2.center {
  text-align: center;
  width: 400px;
  margin: 0 auto 40px;
}

.sec2022 .wrapper .row {
  display: flex;
  justify-content: space-between;
}

.sec2022 .wrapper .row .img {
  width: 40%;
}

.sec2022 .wrapper .row .txt {
  width: 55%;
}

.sec2022 .wrapper .row .col {
  width: 31%;
}

.sec2022 .wrapper .row .col .img {
  width: 100%;
}

.sec2022 .wrapper .row .col .img img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.sec2022 .wrapper .row .col h3 {
  font-weight: normal;
  font-size: 16px;
}

.sec2022#top_strength .wrapper .row .col .img {
  margin-bottom: 10px;
}

.sec2022#top_strength .wrapper .row .col .txt {
  width: 100%;
}

.sec2022#top_strength .wrapper .row .col .txt h3 {
  background: #764f38;
  color: #fff;
  padding: 10px;
  text-align: center;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.sec2022#top_case .wrapper .row .col {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
}

.sec2022#top_case .wrapper .row .col .img {
  margin-bottom: 20px;
}

.sec2022#top_case .wrapper .row .col .img img {
  object-fit: cover;
}

.sec2022#top_case .wrapper .row .col .txt {
  width: 100%;
}

.sec2022#top_case .wrapper .row .col .txt h3 {
  margin-bottom: 20px;
}

.sec2022#top_case .wrapper .row .col .txt .desc {
  font-size: 12px;
  line-height: 1.6;
}

.sec2022#top_voice .wrapper {
  width: 70%;
}

.sec2022#top_voice .wrapper .row {
  align-items: center;
}

.sec2022#top_voice .wrapper .row .img {
  width: 45%;
}

.sec2022#top_voice .wrapper .row .txt {
  width: 52%;
  background: #764f38;
  color: #fff;
  padding: 20px;
}

.sec2022#top_voice .wrapper .row:not(:last-child) {
  margin-bottom: 30px;
}

.sec2022#top_voice .wrapper .row:nth-child(2n) .img {
  order: 2;
}

.sec2022#top_voice .wrapper .row:nth-child(2n) .txt {
  order: 1;
}

.sec2022#top_feature .wrapper {
  width: 70%;
}

.sec2022#top_feature .wrapper .img {
  text-align: center;
  margin-bottom: 30px;
}

.sec2022#top_feature .wrapper .point {
  margin-top: 60px;
  flex-wrap: wrap;
}

.sec2022#top_feature .wrapper .point li {
  margin-bottom: 30px;
}

.sec2022#top_feature .wrapper .point li .img {
  position: relative;
  margin-bottom: 10px;
}

.sec2022#top_feature .wrapper .point li .img img {
  height: auto;
}

.sec2022#top_feature .wrapper .point li .img span {
  display: block;
  background: #fff;
  color: #764f38;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #764f38;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.sec2022#top_feature .wrapper .point li .txt {
  width: 100%;
}

.sec2022#top_feature .wrapper .point li .txt h3 {
  background: #764f38;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}

.sec2022#top_feature .wrapper .point li .txt .desc {
  font-size: 14px;
}

.sec2022#top_recommend .wrapper {
  width: 70%;
}

.sec2022#top_recommend .wrapper .block:not(:last-child) {
  margin-bottom: 80px;
}

.sec2022#top_recommend .wrapper .block .img {
  margin-bottom: 30px;
}

.sec2022 .btn a {
  display: block;
  width: 250px;
  line-height: 60px;
  background: #764f38;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .wrapper {
    width: 100%;
  }
  .sec2022 .wrapper {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .sec2022 .wrapper .row {
    flex-wrap: wrap;
  }
  .sec2022 .wrapper .row .col {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .sec2022 .wrapper .row .col:not(:last-child) {
    margin-bottom: 40px;
  }
  .sec2022 .wrapper .row .col .img {
    width: 30%;
  }
  .sec2022 .wrapper .row .col .img img {
    height: auto;
  }
  .sec2022 .wrapper .row .col .txt {
    width: 65%;
  }
  .sec2022#top_strength .wrapper .row .txt h3 {
    padding: 10px;
    text-align: left;
    justify-content: flex-start;
    height: auto;
  }
  .sec2022#top_voice .wrapper {
    width: 100%;
  }
  .sec2022#top_feature .wrapper {
    width: 100%;
  }
  .sec2022#top_feature .wrapper .row .col .img {
    width: 30%;
  }
  .sec2022#top_feature .wrapper .row .col .txt {
    width: 65%;
  }
  .sec2022#top_feature .wrapper .row .col .txt h3 {
    text-align: left;
  }
  .sec2022#top_recommend .wrapper {
    width: 100%;
  }
  .sec2022#top_case .wrapper {
    width: 100%;
  }
}

.sec2022.jibaiseki {
  padding: 50px 0;
}

.sec2022.jibaiseki .wrapper {
  width: 70%;
}

.sec2022.jibaiseki h2 {
  clear: both;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  text-align: center;
}

.sec2022.jibaiseki h2 span {
  font-size: 30px;
  font-weight: bold;
  font-weight: 600;
  display: block;
  color: #764f38;
}

.sec2022.jibaiseki .main_img {
  text-align: center;
  margin-bottom: 30px;
}

.sec2022.jibaiseki .main_img img {
  width: 500px;
}

.sec2022.jibaiseki .check_list {
  width: 500px;
  margin: 0 auto;
}

.sec2022.jibaiseki .check_list li {
  display: flex;
  align-items: center;
  position: relative;
}

.sec2022.jibaiseki .check_list li:not(:last-child) {
  margin-bottom: 10px;
}

.sec2022.jibaiseki .check_list li::before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  border: 2px solid #ccc;
  margin-right: 5px;
}

.sec2022.jibaiseki .check_list li::after {
  content: '';
  width: 13px;
  height: 6px;
  display: block;
  position: absolute;
  top: 4px;
  left: 3px;
  transform: rotate(-45deg);
  border-left: 2px solid #F6767F;
  border-bottom: 2px solid #F6767F;
}

.sec2022.jibaiseki .txt {
  background: #eee;
  padding: 20px;
  margin-top: 30px;
  text-align: center;
}

.accident_flow {
  margin-top: 60px;
}

.accident_flow h3 {
  text-align: center;
  font-size: 20px;
  color: #764f38;
  font-weight: bold;
  margin-bottom: 30px;
}

.accident_flow .flow_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.accident_flow .flow_list li {
  width: 23%;
}

.accident_flow .flow_list li .img {
  position: relative;
}

.accident_flow .flow_list li .img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.accident_flow .flow_list li .img span {
  display: block;
  background: #fff;
  color: #764f38;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #764f38;
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
}

.accident_flow .flow_list li .txt {
  text-align: left;
  background: #764f38;
  color: #fff;
}

.accident_flow .main {
  margin-top: 40px;
  font-size: 20px;
  color: #764f38;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.accident_flow .point_list {
  width: 500px;
  margin: 0 auto;
}

.accident_flow .point_list li {
  display: flex;
  align-items: center;
}

.accident_flow .point_list li::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: #764f38;
  border-radius: 50%;
  margin-right: 10px;
}

.accident_flow .point_list li:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .accident_flow .flow_list li {
    width: 48%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .sec2022 .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sec2022 .wrapper h2.center {
    width: 100%;
  }
  .sec2022 .wrapper .row {
    flex-direction: column;
  }
  .sec2022 .wrapper .row .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec2022 .wrapper .row .txt {
    width: 100%;
  }
  .sec2022#top_strength .wrapper .row .col {
    flex-direction: column;
  }
  .sec2022#top_strength .wrapper .row .col .img {
    width: 100%;
  }
  .sec2022#top_strength .wrapper .row .col .txt {
    width: 100%;
  }
  .sec2022#top_case .wrapper .row .col {
    flex-direction: column;
  }
  .sec2022#top_case .wrapper .row .col .img {
    width: 100%;
  }
  .sec2022#top_case .wrapper .row .col .txt {
    width: 100%;
  }
  .sec2022#top_voice .wrapper .row .txt {
    width: 100%;
  }
  .sec2022#top_voice .wrapper .row .img {
    width: 100%;
    margin-bottom: 0;
  }
  .sec2022#top_voice .wrapper .row:nth-child(2n) .img {
    order: 1;
  }
  .sec2022#top_voice .wrapper .row:nth-child(2n) .txt {
    order: 2;
  }
  .sec2022#top_feature .wrapper .row .col {
    flex-direction: column;
  }
  .sec2022#top_feature .wrapper .row .col .img {
    width: 100%;
  }
  .sec2022#top_feature .wrapper .row .col .txt {
    width: 100%;
  }
  .sec2022.jibaiseki .wrapper {
    width: 100%;
  }
  .sec2022.jibaiseki .wrapper h2 {
    font-size: 16px;
  }
  .sec2022.jibaiseki .wrapper h2 span {
    font-size: 20px;
  }
  .sec2022.jibaiseki .wrapper ul {
    width: 100%;
  }
  .sec2022.jibaiseki .wrapper ul li {
    font-size: 14px;
  }
  .sec2022.jibaiseki .accident_flow h3 {
    font-size: 16px;
  }
  .sec2022.jibaiseki .accident_flow .flow_list li .txt {
    padding: 10px;
  }
  .sec2022.jibaiseki .accident_flow .main {
    font-size: 16px;
  }
  .sec2022.jibaiseki .accident_flow .point_list li {
    font-size: 12px;
  }
  .sec2022.jibaiseki .accident_flow .point_list li:not(:last-child) {
    margin-bottom: 5px;
  }
  .sec2022.jibaiseki .accident_flow .point_list li::before {
    margin-right: 5px;
  }
}
