.page-lower #visual {
  background-image: url(../images/strong/visual.jpg?20260623);
}
@media (max-width:768px) {
  .page-lower #visual {
    background-image: url(../images/strong/visual.webp?20260623);
  }
}
#visual .title-1:before {
  content: 'Strong Points';
}

.c-red {
  color: #fe0002;
}
.c-yellow {
  color: var(--c-ye);
}
.c-wh {
  color: #fff;
}

@media (min-width:769px) {
  #main .section {
    padding: 125px 0 !important;
  }
  #main .section:nth-child(even) {
    background-image: linear-gradient( to right, rgb(255,212,79) 0%, rgb(254,167,0) 100%);
  }
  #main .section .layout-col-2 .content {
    width: 50%;
  }
  #main .section .layout-col-2 .photo {
    width: 47%;
  }
  #main .section .layout-col-2 .content div {
    max-width: 600px;
    margin-left: auto;
  }
  #main .section .layout-col-2.reverse .content div {
    margin-left: 0;
    margin-right: auto;
  }
  #main .section .layout-col-2 .content header .title {
    font-size: 3.8rem;
  }
}
#main .section:nth-child(even) {
  background-image: linear-gradient( to right, rgb(255,212,79) 0%, rgb(254,167,0) 100%);
}
#main .section .layout-col-2 .content header {
  margin-bottom: 2em;
  min-height: 176px;
}
#main .section .layout-col-2 .content header .title {
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.6;
  color: #111;
  margin-top: .5em;
}

#main .section .layout-col-2 .photo img {
  width: 100%;
}
#main .section:nth-child(1) .layout-col-2 .content header {
  background: url(../images/strong/01.png?20260623) center right no-repeat;
  background-size: 228px 175px;
}
#main .section:nth-child(2) .layout-col-2 .content header {
  background: url(../images/strong/02.png?20260623) center right /auto 100% no-repeat;
  background-size: 260px 175px;
}
#main .section:nth-child(3) .layout-col-2 .content header {
  background: url(../images/strong/03.png?20260623) center right no-repeat;
  background-size: 260px 175px;
}
#main .section:nth-child(4) .layout-col-2 .content header {
  background: url(../images/strong/04.png?20260623) center right /auto 100% no-repeat;
  background-size: 263px 175px;
}
#main .section:nth-child(5) .layout-col-2 .content header {
  background: url(../images/strong/05.png?20260623) center right /auto 100% no-repeat;
  background-size: 259px 175px;
}
@media (max-width:768px) {
  #main .section ~ .section {
    padding-top: 0;
  }
  #main .section .layout-col-2 .content {
    padding: 0 15px 30px;
  }
  #main .section .layout-col-2 {
    display: block;
  }
  #main .section .layout-col-2 > * {
    width: 100%;
  }
  #main .section .layout-col-2 .content header {
    min-height: 100px;
    background-size: auto 100px !important;
  }
  #main .section .layout-col-2 .content header .title {
    font-size: 2.5rem;
  }
  #main .section .layout-col-2 .content header i img {
    width: 100px;
  }
}

#main .bnr {
  background: #eee !important;
}
#main .bnr a {
  position: relative;
  display: block;
  overflow: hidden;
}
#main .bnr a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 1.5em;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  display: block;
  background: url(../images/index/listmark-1.png) center center /contain no-repeat;
}
#main .bnr a img {
  width: 100%;
  transition: 1s transform;
}
#main .bnr a:hover img {
  transform: scale(1.1);
}
#main .bnr .title-1 {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  z-index: 1;
  transform: translateY(-50%);
}
#main .bnr .title-1,
#main .bnr .title-1:before {
  text-align: center;
  color: #fff;
}
@media (max-width:768px) {
  #main .bnr .body {
    display: block;
  }
  #main .bnr a .title-1 {
    line-height: 1.5;
  }
  #main .bnr a picture {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
  }
  #main .bnr a picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
