/* ------------------------------
 width: all
------------------------------ */
body {
  background-position: top -60px center;
  background-image: url(../../../images/bg_ap.webp);
}

main section.ttlsection .wrapper {
  background-image: url(../../../images/bg_ttl_ap.webp);
}

main section.s01 {
  padding: 100px 40px 0;
}

main section.s01 .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

main section.s01 .wrapper ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 150px;
  border-bottom: 1px solid #0071bc;
}

main section.s01 .wrapper ul li {
  width: 45.7%;
}

main section.s01 .wrapper ul li dl dt {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  color: #0071bc;
}

main section.s01 .wrapper ul li dl dd {
  font-size: 24px;
  font-weight: 500;
  line-height: 2.2;
  margin-top: 30px;
}

main section.s01 .wrapper .t01 {
  text-align: center;
  font-size: 52px;
}

main section.s01 .wrapper .msg {
  margin-top: 100px;
}

main section.s01 .wrapper .msg img {
  width: 748px;
  display: block;
  margin: 0 auto;
}

main section.s01 .wrapper .t01 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 2.2;
  margin-top: 50px;
}

main section.s02 {
  padding: 150px 40px 0;
}

main section.s02 .wrapper {
  max-width: 1400px;
  margin: 0 auto;
}

main section.s02 .wrapper .list01 li {
  width: calc(100% - 50px);
  min-height: 420px;
  margin-left: 50px;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#2e3290), to(#0770ba));
  background: linear-gradient(90deg, #2e3290 0%, #0770ba 100%);
  text-align: right;
  padding: 80px 0;
}

main section.s02 .wrapper .list01 li:nth-child(even) {
  background: -webkit-gradient(linear, left top, right top, from(#edf4f6), to(#d7eff4));
  background: linear-gradient(90deg, #edf4f6 0%, #d7eff4 100%);
  margin-left: 0;
  text-align: left;
}

main section.s02 .wrapper .list01 li:nth-child(even) .photo {
  right: -50px;
  left: auto;
}

main section.s02 .wrapper .list01 li:nth-child(even) .txtbox p {
  color: #0071bc;
}

main section.s02 .wrapper .list01 li+li {
  margin-top: 150px;
}

main section.s02 .wrapper .list01 li.li01 .txtbox .msg {
  width: 86.7%;
}

main section.s02 .wrapper .list01 li.li02 .txtbox .msg {
  width: 87.7%;
}

main section.s02 .wrapper .list01 li.li03 .txtbox .msg {
  width: 45.7%;
}

main section.s02 .wrapper .list01 li.li04 .txtbox .msg {
  width: 51%;
}

main section.s02 .wrapper .list01 li.li05 .txtbox .msg {
  width: 32.7%;
}

main section.s02 .wrapper .list01 li .photo {
  width: 48.6%;
  display: block;
  position: absolute;
  top: -50px;
  left: -50px;
}

main section.s02 .wrapper .list01 li .txtbox {
  width: calc(51.4% + 50px);
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 0 6%;
}

main section.s02 .wrapper .list01 li .txtbox p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  margin-top: 30px;
}

main section.s02 .wrapper .btnlist02 {
  margin-top: 250px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 768px) {
  body {
    background-position: top 160px center;
    background-size: 1100px auto;
    background-image: url(../../../images/bg_ab_sp.webp);
  }

  main section.ttlsection .wrapper {
    background-image: url(../../../images/bg_ttl_ap.webp);
  }

  main section.s01 {
    padding: 20px 32px 0;
  }

  main section.s01 .wrapper {
    max-width: 1400px;
    margin: 0 auto;
  }

  main section.s01 .wrapper ul {
    display: block;
    padding-bottom: 40px;
    border: none;
  }

  main section.s01 .wrapper ul li {
    width: 100%;
  }

  main section.s01 .wrapper ul li+li {
    margin-top: 25px;
  }

  main section.s01 .wrapper ul li dl dt {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: #0071bc;
  }

  main section.s01 .wrapper ul li dl dd {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 7px;
  }

  main section.s01 .wrapper .msg {
    margin-top: 0;
  }

  main section.s01 .wrapper .msg img {
    width: 305px;
    display: block;
    margin: 0 auto;
  }

  main section.s01 .wrapper .t01 {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 10px;
  }

  main section.s02 {
    padding: 35px 0 0;
  }

  main section.s02 .wrapper {
    max-width: 1400px;
    margin: 0 auto;
  }

  main section.s02 .wrapper .list01 li {
    width: 100%;
    min-height: 0;
    margin-left: 0 !important;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#2e3290), to(#0770ba));
    background: linear-gradient(90deg, #2e3290 0%, #0770ba 100%);
    text-align: right;
    padding: 0;
  }

  main section.s02 .wrapper .list01 li:nth-child(even) {
    background: -webkit-gradient(linear, left top, right top, from(#edf4f6), to(#d7eff4));
    background: linear-gradient(90deg, #edf4f6 0%, #d7eff4 100%);
    margin-left: 0;
    text-align: left;
  }

  main section.s02 .wrapper .list01 li:nth-child(even) .photo {
    right: -50px;
    left: auto;
  }

  main section.s02 .wrapper .list01 li:nth-child(even) .txtbox p {
    color: #0071bc;
  }

  main section.s02 .wrapper .list01 li+li {
    margin-top: 0;
  }

  main section.s02 .wrapper .list01 li.li01 .txtbox .msg {
    width: 86.7%;
  }

  main section.s02 .wrapper .list01 li.li02 .txtbox .msg {
    width: 87.7%;
  }

  main section.s02 .wrapper .list01 li.li03 .txtbox .msg {
    width: 45.7%;
  }

  main section.s02 .wrapper .list01 li.li04 .txtbox .msg {
    width: 51%;
  }

  main section.s02 .wrapper .list01 li.li05 .txtbox .msg {
    width: 32.7%;
  }

  main section.s02 .wrapper .list01 li .photo {
    width: 100%;
    position: static;
  }

  main section.s02 .wrapper .list01 li .txtbox {
    width: 100%;
    padding: 20px 32px;
    display: block;
  }

  main section.s02 .wrapper .list01 li .txtbox p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.8;
    color: #fff;
    margin-top: 10px;
  }

  main section.s02 .wrapper .btnlist02 {
    margin-top: 45px;
  }
}