/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  padding: 150px 0 0;
}
main section.s01 .wrapper {
  width: 1080px;
  margin: 0 auto;
}
main section.s01 .wrapper .pagemenulist {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s01 .wrapper .pagemenulist li {
  width: 25%;
  border-left: 2px solid #ABABAB;
}
main section.s01 .wrapper .pagemenulist li:last-child {
  border-right: 2px solid #ABABAB;
}
main section.s01 .wrapper .pagemenulist li a {
  width: 100%;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  color: #1A1A1A;
  font-weight: bold;
}
main section.s01 .wrapper .pagemenulist li a img {
  margin-left: 5px;
}
main section.s02 {
  padding: 150px 0;
  background-image: url(../../images/ne0101.svg);
  background-position: bottom 0 left 0;
  background-repeat: no-repeat;
}
main section.s02 .wrapper {
  width: 1080px;
  margin: 0 auto;
}
main section.s02 .wrapper .subttl {
  font-size: 60px;
  font-weight: bold;
  color: #005DB0;
}
main section.s02 .wrapper .t01 {
  color: #696E73;
  font-style: italic;
  letter-spacing: 0;
  font-size: 14px;
  padding-left: 13px;
  position: relative;
}
main section.s02 .wrapper .t01::before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #696E73;
  position: absolute;
  top: 8px;
  left: 0;
}
main section.s02 .wrapper .box01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
main section.s02 .wrapper .box01 .photo {
  width: 390px;
  display: block;
}
main section.s02 .wrapper .box01 .txtbox {
  width: calc(100% - 390px);
  padding-left: 60px;
}
main section.s02 .wrapper .box01 .txtbox .t02 {
  font-size: 16px;
  line-height: 180%;
}
main section.s02 .wrapper .box01 .txtbox .t03 {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  margin-top: 50px;
}
main section.s02 .wrapper .box01 .txtbox .t03 img {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
}
main section.s03 {
  background-color: #DAEBFF;
}
main section.s03 .wrapper {
  padding: 150px 0;
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
main section.s03 .wrapper .subttl {
  font-size: 60px;
  font-weight: bold;
  color: #005DB0;
  text-align: center;
}
main section.s03 .wrapper .t01 {
  color: #696E73;
  font-style: italic;
  letter-spacing: 0;
  text-align: center;
}
main section.s03 .wrapper .t01 span {
  font-size: 14px;
  position: relative;
  display: inline-block;
}
main section.s03 .wrapper .t01 span::before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #696E73;
  position: absolute;
  top: 8px;
  left: -12px;
}
main section.s03 .wrapper .t01 span::after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #696E73;
  position: absolute;
  top: 8px;
  right: -12px;
}
main section.s03 .wrapper .t02 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 150%;
  margin-top: 40px;
}
main section.s03 .wrapper .t03 {
  text-align: center;
  font-size: 18px;
  line-height: 200%;
  margin-top: 30px;
}
main section.s03 .wrapper .photo01 {
  display: block;
  position: absolute;
  top: -50px;
  right: 0;
}
main section.s03 .wrapper .photo02 {
  display: block;
  position: absolute;
  bottom: -80px;
  left: -100px;
}
main section.s04 {
  padding: 150px 0;
  background-image: url(../../images/co0401.svg);
  background-position: top 0 right 0;
  background-repeat: no-repeat;
}
main section.s04 .wrapper {
  width: 1080px;
  margin: 0 auto;
}
main section.s04 .wrapper .subttl {
  font-size: 60px;
  font-weight: bold;
  color: #005DB0;
}
main section.s04 .wrapper .t01 {
  color: #696E73;
  font-style: italic;
  letter-spacing: 0;
  font-size: 14px;
  padding-left: 13px;
  position: relative;
}
main section.s04 .wrapper .t01::before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #696E73;
  position: absolute;
  top: 8px;
  left: 0;
}
main section.s04 .wrapper table {
  width: 100%;
  margin-top: 40px;
}
main section.s04 .wrapper table tr {
  border-bottom: 1px solid #ccc;
}
main section.s04 .wrapper table tr th {
  width: 150px;
  font-size: 18px;
  line-height: 180%;
  font-weight: 500;
  vertical-align: top;
  padding: 42px 0;
}
main section.s04 .wrapper table tr td {
  font-size: 18px;
  line-height: 180%;
  vertical-align: top;
  padding: 42px 0;
}
main section.s04 .wrapper iframe {
  width: 100% !important;
  height: 440px !important;
  display: block !important;
  margin-top: 40px;
}
main section.s05 {
  background-color: #F7FBFF;
}
main section.s05 .wrapper {
  padding: 150px 0;
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
main section.s05 .wrapper .subttl {
  font-size: 60px;
  font-weight: bold;
  color: #005DB0;
}
main section.s05 .wrapper .t01 {
  color: #696E73;
  font-style: italic;
  letter-spacing: 0;
  font-size: 14px;
  padding-left: 13px;
  position: relative;
}
main section.s05 .wrapper .t01::before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #696E73;
  position: absolute;
  top: 8px;
  left: 0;
}
main section.s05 .wrapper ul {
  margin-top: 40px;
}
main section.s05 .wrapper ul li {
  padding: 0 0 55px 40px;
  position: relative;
}
main section.s05 .wrapper ul li:last-child::after {
  display: none;
}
main section.s05 .wrapper ul li::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #005DB0;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  left: 0;
}
main section.s05 .wrapper ul li::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #005DB0;
  position: absolute;
  bottom: -10px;
  left: 6px;
}
main section.s05 .wrapper ul li dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s05 .wrapper ul li dl dt {
  font-size: 18px;
  line-height: 180%;
  width: 100px;
}
main section.s05 .wrapper ul li dl dd {
  width: calc(100% - 100px);
  font-size: 18px;
  line-height: 180%;
}
main section.s05 .wrapper .photo01 {
  display: block;
  position: absolute;
  top: 200px;
  right: 200px;
}
main section.s05 .wrapper .photo02 {
  display: block;
  position: absolute;
  right: 0;
  bottom: 150px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    padding: 50px 20px 0;
  }
  main section.s01 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper .pagemenulist {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 0;
  }
  main section.s01 .wrapper .pagemenulist li {
    width: 50%;
    border-left: 1px solid #ABABAB;
  }
  main section.s01 .wrapper .pagemenulist li:last-child {
    border-right: 1px solid #ABABAB;
  }
  main section.s01 .wrapper .pagemenulist li:nth-child(even) {
    border-right: 1px solid #ABABAB;
  }
  main section.s01 .wrapper .pagemenulist li a {
    width: 100%;
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    color: #1A1A1A;
    font-weight: bold;
  }
  main section.s01 .wrapper .pagemenulist li a img {
    margin-left: 5px;
  }
  main section.s02 {
    padding: 110px 20px;
    background-size: 200px auto;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper .subttl {
    font-size: 24px;
    font-weight: bold;
    color: #005DB0;
  }
  main section.s02 .wrapper .t01 {
    color: #696E73;
    font-style: italic;
    letter-spacing: 0;
    font-size: 12px;
    padding-left: 11px;
    position: relative;
  }
  main section.s02 .wrapper .t01::before {
    content: "";
    width: 8px;
    height: 2px;
    background-color: #696E73;
    position: absolute;
    top: 6px;
    left: 0;
  }
  main section.s02 .wrapper .box01 {
    display: block;
    margin-top: 30px;
  }
  main section.s02 .wrapper .box01 .photo {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  main section.s02 .wrapper .box01 .txtbox {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  main section.s02 .wrapper .box01 .txtbox .t02 {
    font-size: 14px;
    line-height: 180%;
  }
  main section.s02 .wrapper .box01 .txtbox .t03 {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    margin-top: 20px;
  }
  main section.s02 .wrapper .box01 .txtbox .t03 img {
    width: 120px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
  }
  main section.s03 {
    background-color: #DAEBFF;
  }
  main section.s03 .wrapper {
    padding: 110px 20px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  main section.s03 .wrapper .subttl {
    font-size: 24px;
    font-weight: bold;
    color: #005DB0;
  }
  main section.s03 .wrapper .t01 {
    color: #696E73;
    font-style: italic;
    letter-spacing: 0;
    text-align: center;
  }
  main section.s03 .wrapper .t01 span {
    font-size: 14px;
    position: relative;
    display: inline-block;
  }
  main section.s03 .wrapper .t01 span::before {
    content: "";
    width: 8px;
    height: 2px;
    background-color: #696E73;
    position: absolute;
    top: 8px;
    left: -12px;
  }
  main section.s03 .wrapper .t01 span::after {
    content: "";
    width: 8px;
    height: 2px;
    background-color: #696E73;
    position: absolute;
    top: 8px;
    right: -12px;
  }
  main section.s03 .wrapper .t02 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 150%;
    margin-top: 40px;
  }
  main section.s03 .wrapper .t03 {
    text-align: center;
    font-size: 14px;
    line-height: 200%;
    margin-top: 20px;
  }
  main section.s03 .wrapper .photo01 {
    width: 165px;
    display: block;
    position: absolute;
    top: -50px;
    right: 0;
  }
  main section.s03 .wrapper .photo02 {
    width: 165px;
    display: block;
    position: absolute;
    bottom: -70px;
    left: 0;
  }
  main section.s04 {
    padding: 110px 20px;
    background-size: 200px auto;
  }
  main section.s04 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s04 .wrapper .subttl {
    font-size: 24px;
    font-weight: bold;
    color: #005DB0;
  }
  main section.s04 .wrapper .t01 {
    color: #696E73;
    font-style: italic;
    letter-spacing: 0;
    font-size: 12px;
    padding-left: 11px;
    position: relative;
  }
  main section.s04 .wrapper .t01::before {
    content: "";
    width: 8px;
    height: 2px;
    background-color: #696E73;
    position: absolute;
    top: 6px;
    left: 0;
  }
  main section.s04 .wrapper table {
    width: 100%;
    margin-top: 20px;
  }
  main section.s04 .wrapper table tr {
    border-bottom: 1px solid #ccc;
  }
  main section.s04 .wrapper table tr th {
    width: 100px;
    font-size: 16px;
    line-height: 180%;
    font-weight: 500;
    vertical-align: top;
    padding: 14px 0;
  }
  main section.s04 .wrapper table tr td {
    font-size: 14px;
    line-height: 180%;
    vertical-align: top;
    padding: 17px 0;
  }
  main section.s04 .wrapper table tr td a {
    text-decoration: none;
    color: #1A1A1A;
  }
  main section.s04 .wrapper iframe {
    width: 100% !important;
    height: 240px !important;
    display: block !important;
    margin-top: 25px;
  }
  main section.s05 {
    background-color: #F7FBFF;
  }
  main section.s05 .wrapper {
    padding: 110px 20px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  main section.s05 .wrapper .subttl {
    font-size: 24px;
    font-weight: bold;
    color: #005DB0;
  }
  main section.s05 .wrapper .t01 {
    color: #696E73;
    font-style: italic;
    letter-spacing: 0;
    font-size: 12px;
    padding-left: 11px;
    position: relative;
  }
  main section.s05 .wrapper .t01::before {
    content: "";
    width: 8px;
    height: 2px;
    background-color: #696E73;
    position: absolute;
    top: 6px;
    left: 0;
  }
  main section.s05 .wrapper ul {
    margin-top: 40px;
  }
  main section.s05 .wrapper ul li {
    padding: 0 0 15px 30px;
    position: relative;
  }
  main section.s05 .wrapper ul li:last-child::after {
    display: none;
  }
  main section.s05 .wrapper ul li::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #005DB0;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    left: 0;
  }
  main section.s05 .wrapper ul li::after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #005DB0;
    position: absolute;
    bottom: -10px;
    left: 6px;
  }
  main section.s05 .wrapper ul li dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main section.s05 .wrapper ul li dl dt {
    padding-top: 5px;
    font-size: 14px;
    line-height: 180%;
    width: 80px;
  }
  main section.s05 .wrapper ul li dl dd {
    padding-top: 5px;
    width: calc(100% - 80px);
    font-size: 14px;
    line-height: 180%;
  }
  main section.s05 .wrapper .photo01 {
    width: 80%;
    position: static;
    margin-top: 10px;
  }
  main section.s05 .wrapper .photobox {
    text-align: right;
  }
  main section.s05 .wrapper .photo02 {
    width: 80%;
    display: inline-block;
    position: static;
    margin-top: 10px;
  }
}