@charset "utf-8";

.ancListArea {
  display: flex;
  gap: 0 28px;
  margin-top: 30px;
}
.ancListArea .item {
  text-align: center;
}
.ancListArea .box1 {
  flex: 1;
  background: rgba(67, 120, 226, 0.1);
  display: flex;
  gap: 0 20px;
  padding: 30px;
}
.ancListArea .box1 .item {
  width: calc(100% - 20px * 2 / 3);
}
.ancListArea .box2 {
  width: 26.217%;
  background: rgba(29, 164, 180, 0.1);
  padding: 30px;
}
.ancListArea img {
  height: auto;
}

.sectionBlock + .sectionBlock {
  margin-top: 50px;
}
.sectionBlock {
  border-left-width: 10px;
  border-left-style: solid;
  padding-left: 30px;
}
.sectionBlock.section01 {
  border-left-color: #187fc4;
}
.sectionBlock.section02 {
  border-left-color: #00b9e7;
}
.sectionBlock.section03 {
  border-left-color: #8f82bc;
}
.sectionBlock.section04 {
  border-left-color: #1da4b4;
}
.sectionTitle {
  font-size: 2.5rem;
  line-height: 1.44;
  font-weight: 700;
  color: var(--site-color-main);
  margin-bottom: 30px;
}
.textMovieArea {
  display: flex;
  gap: 0 30px;
}
.textMovieArea .textArea {
  flex: 1;
}
.textMovieArea .movieArea {
  width: 438px;
}
.textMovieArea .movieArea iframe {
  width: 100%;
  aspect-ratio: 16/9;
  vertical-align: middle;
}
.textMovieArea .movieArea .movie > img {
  height: auto;
}
.sectionBlock .lead {
  font-size: 2.5rem;
  line-height: 1.44;
  font-weight: 500;
  margin-bottom: 20px;
}
.sectionBlock .txt {
  font-size: 1.4rem;
  line-height: 1.428;
}
.strengthArea {
  margin-top: 30px;
}
.strengthList {
  display: flex;
  gap: 0 34px;
}
.strengthList .item {
  display: flex;
  align-items: center;
  width: calc(100% - 34px * 2 / 3);
  border: 1px solid var(--site-color-main);
  min-height: 74px;
}
.strengthList .item .icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 100%;
  background: #eaeef7;
}
.strengthList .item .text {
  flex: 1;
  padding: 10px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.productsArea {
  margin-top: 30px;
}
.productsArea .imageBtnArea {
  display: flex;
  justify-content: space-between;
  gap: 0 34px;
}
.productsArea .imageBtnArea .image img {
  height: auto;
}
.productsArea .imageBtnArea .btn {
  padding-top: 12px;
}
@media screen and (max-width: 1023px) {
  .textMovieArea {
    display: block;
  }
  .textMovieArea .movieArea {
    margin: 30px auto 0;
  }
  .strengthList {
    display: block;
  }
  .strengthList .item {
    width: 100%;
    align-items: stretch;
  }
  .strengthList .item + .item {
    margin-top: 20px;
  }
  .strengthList .item .icon {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .ancListArea {
    display: block;
  }
  .ancListArea .box1 {
    background: transparent;
    padding: 0;
    gap: 0 10px;
    margin-bottom: 20px;
  }
  .ancListArea .box1 .item {
    width: calc(100% - 10px * 2 / 3);
  }
  .ancListArea .box2 {
    width: 100%;
    background: transparent;
    padding: 0px;
  }
  .ancListArea img {
    width: 100%;
    height: auto;
  }

  .sectionBlock + .sectionBlock {
    margin-top: 30px;
  }
  .sectionBlock {
    border-left-width: 5px;
    padding-left: 10px;
  }
  .sectionTitle {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .textMovieArea .movieArea {
    width: 100%;
    text-align: center;
  }
  .sectionBlock .lead {
    font-size: 2rem;
  }
  .strengthArea {
    margin-top: 20px;
  }
  .strengthList {
    display: block;
  }
  .strengthList .item + .item {
    margin-top: 10px;
  }
  .strengthList .item {
    display: block;
    border: none;
    min-height: initial;
    position: relative;
    padding-left: 21px;
  }
  .strengthList .item::before {
    content: '';
    position: absolute;
    left: 6px;
    top: 11px;
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000;
  }
  .strengthList .item .icon {
    display: none;
  }
  .strengthList .item .text {
    display: block;
    padding: 0;
  }
  .productsArea {
    margin-top: 20px;
  }
  .productsArea .imageBtnArea {
    display: block;
  }
  .productsArea .imageBtnArea .btn {
    margin-top: 30px;
  }
}
