/* ------------------------------
 width: all
------------------------------ */
main {
  padding-bottom: 150px;
}
main section.s01 {
  margin-top: -255px;
  background-image: url(../../../images/py0101.jpg);
  background-size: cover;
  background-position: center center;
}
main section.s01 .wrapper {
  width: 1200px;
  height: 940px;
  margin: 0 auto;
  padding-top: 400px;
}
main section.s01 .wrapper h2 {
  font-size: 71px;
  line-height: 180%;
}
main section.s01 .wrapper h2 span {
  color: #1d738c;
}
main section.s01 .wrapper .btn {
  width: 460px;
  padding: 20px 0;
  text-align: center;
  margin-top: 40px;
  display: block;
  text-decoration: none;
  background-color: #fff;
  border-radius: 100px;
  color: #000;
  font-size: 25px;
  line-height: 100%;
}
main section.s02 {
  background-image: url(../../../images/py0201.jpg);
  background-size: cover;
  background-position: center;
  padding: 70px 0 120px;
}
main section.s02 .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.s02 .wrapper h3 {
  width: 290px;
  margin: 0 auto;
}
main section.s02 .wrapper h3 img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper ul {
  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;
  margin-top: 35px;
}
main section.s02 .wrapper ul li {
  width: calc(25% - 10px);
}
main section.s02 .wrapper ul li img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper ul li p {
  font-size: 16px;
  line-height: 175%;
  color: #1d738c;
  margin-top: 15px;
  padding: 0 10px;
}
main section.s03 {
  padding: 120px 0;
}
main section.s03 .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.s03 .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;
}
main section.s03 .wrapper .box01 .photo {
  width: 304.5px;
  display: block;
}
main section.s03 .wrapper .box01 .txtbox {
  width: calc(100% - 304.5px);
  padding-left: 70px;
}
main section.s03 .wrapper .box01 .txtbox .t01 {
  font-size: 26px;
}
main section.s03 .wrapper .box01 .txtbox .t02 {
  font-size: 35px;
}
main section.s03 .wrapper .box01 .txtbox h4 {
  width: 408px;
  margin-top: 10px;
}
main section.s03 .wrapper .box01 .txtbox h4 img {
  width: 100%;
  display: block;
}
main section.s03 .wrapper .box01 .txtbox dl {
  margin-top: 40px;
}
main section.s03 .wrapper .box01 .txtbox dl dt span {
  display: inline-block;
  font-size: 18px;
  line-height: 190%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
}
main section.s03 .wrapper .box01 .txtbox dl dd {
  font-size: 18px;
  line-height: 190%;
}
main section.s03 .wrapper .box02 {
  width: 1130px;
  height: 160px;
  margin: 80px auto 0;
  background-image: url(../../../images/py0402.svg);
  background-size: 100% auto;
  background-position: top 0 center;
  background-repeat: no-repeat;
}
main section.s03 .wrapper .box02 img {
  width: 404px;
  display: block;
  margin: 0 auto;
}
main section.s03 .wrapper .flow {
  width: 1172px;
  margin: 10px auto 0;
}
main section.s03 .wrapper .flow img {
  width: 100%;
  display: block;
}
main section.s03 .wrapper .t03 {
  text-align: center;
  margin-top: 80px;
  font-size: 42px;
  color: #1d738c;
}
main section.s03 .wrapper table {
  width: 1000px;
  margin: 40px auto 0;
}
main section.s03 .wrapper table tr th {
  background-color: #1d738c;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 170%;
  padding: 20px 15px;
  font-weight: bold;
  border: 1px solid #fff;
}
main section.s03 .wrapper table tr td {
  font-size: 18px;
  border: 1px solid #aaa;
  padding: 15px 20px 15px 40px;
  vertical-align: top;
  line-height: 170%;
}
main section.s03 .wrapper table tr td:first-child {
  background-color: #d9ebef;
  font-weight: bold;
}
main section.s03 .wrapper .btn {
  width: 360px;
  display: block;
  text-decoration: none;
  margin: 35px auto 0;
  background-color: #1d738c;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 100%;
  padding: 25px 0;
  border-radius: 50px;
  background-image: url(../../../images/icon_arrow01.svg);
  background-position: center right 20px;
  background-size: 9px auto;
  background-repeat: no-repeat;
}
main section.s04 {
  background-color: #1d738c;
  padding: 30px 0 110px;
  position: relative;
}
main section.s04 .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.s04 .wrapper dl {
  width: 1160px;
  margin: 0 auto;
  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;
  position: relative;
  z-index: 2;
}
main section.s04 .wrapper dl dt {
  width: 300px;
}
main section.s04 .wrapper dl dt img {
  width: 100%;
  display: block;
}
main section.s04 .wrapper dl dd {
  width: calc(100% - 300px);
  padding-left: 30px;
  font-size: 22px;
  line-height: 200%;
  color: #fff;
  padding-bottom: 30px;
}
main section.s04 .wrapper iframe {
  width: 100% !important;
  height: 600px !important;
  display: block !important;
  margin: 30px auto 0;
}
main section.s04 .wrapper .btn {
  width: 440px;
  border: 3px solid #fff;
  padding: 20px 0 25px;
  display: block;
  text-decoration: none;
  background-color: #1d738c;
  text-align: center;
  border-radius: 100px;
  position: absolute;
  right: 0;
  bottom: -65px;
  left: 0;
  margin: 0 auto;
}
main section.s04 .wrapper .btn .t01 {
  font-size: 38px;
  color: #fff;
}
main section.s04 .wrapper .btn .t02 {
  font-size: 15px;
  color: #fff;
}
main section.s05 {
  padding-top: 100px;
}
main section.s05 .wrapper {
  width: 800px;
  margin: 0 auto;
}
main section.s05 .wrapper ul {
  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 {
  width: calc(50% - 20px);
}
main section.s05 .wrapper ul li .btn {
  width: 100%;
  display: block;
  text-decoration: none;
  margin: 35px auto 0;
  background-color: #1d738c;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 100%;
  padding: 25px 0;
  border-radius: 50px;
  background-image: url(../../../images/icon_arrow01.svg);
  background-position: center right 20px;
  background-size: 9px auto;
  background-repeat: no-repeat;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main {
    padding-bottom: 80px;
  }
  main section.s01 {
    margin-top: -90px;
    background-image: url(../../../images/py0101.jpg);
    background-size: cover;
    background-position: center center;
  }
  main section.s01 .wrapper {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    padding-top: 0;
    position: relative;
  }
  main section.s01 .wrapper .txtbox {
    width: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    padding: 0 20px;
    margin-top: -50px;
  }
  main section.s01 .wrapper h2 {
    font-size: 24px;
    line-height: 180%;
  }
  main section.s01 .wrapper h2 span {
    color: #1d738c;
  }
  main section.s01 .wrapper .btn {
    width: 180px;
    padding: 12px 0;
    text-align: center;
    margin-top: 20px;
    display: block;
    text-decoration: none;
    background-color: #fff;
    border-radius: 100px;
    color: #000;
    font-size: 14px;
    line-height: 100%;
    border: 1px solid #1d738c;
  }
  main section.s02 {
    background-image: url(../../../images/py0201.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 20px;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper h3 {
    width: 203px;
    margin: 0 auto;
  }
  main section.s02 .wrapper h3 img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper ul {
    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;
    margin-top: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
  main section.s02 .wrapper ul li {
    width: calc(50% - 7.5px);
  }
  main section.s02 .wrapper ul li img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper ul li p {
    font-size: 14px;
    line-height: 175%;
    color: #1d738c;
    margin-top: 10px;
  }
  main section.s03 {
    padding: 50px 20px;
  }
  main section.s03 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s03 .wrapper .box01 {
    display: block;
  }
  main section.s03 .wrapper .box01 .photo {
    width: 152px;
    display: block;
    margin: 0 auto;
  }
  main section.s03 .wrapper .box01 .txtbox {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  main section.s03 .wrapper .box01 .txtbox .t01 {
    font-size: 16px;
    text-align: center;
  }
  main section.s03 .wrapper .box01 .txtbox .t02 {
    font-size: 24px;
    text-align: center;
  }
  main section.s03 .wrapper .box01 .txtbox h4 {
    width: 250px;
    margin: 10px auto 0;
  }
  main section.s03 .wrapper .box01 .txtbox h4 img {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .box01 .txtbox dl {
    margin-top: 30px;
  }
  main section.s03 .wrapper .box01 .txtbox dl dt span {
    display: inline-block;
    font-size: 16px;
    line-height: 190%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
    background: linear-gradient(transparent 60%, #ff6 60%);
    font-weight: bold;
  }
  main section.s03 .wrapper .box01 .txtbox dl dd {
    font-size: 14px;
    line-height: 190%;
  }
  main section.s03 .wrapper .box02 {
    width: 100%;
    height: auto;
    background-image: none;
    margin: 40px auto 0;
  }
  main section.s03 .wrapper .box02 img {
    width: 283px;
    display: block;
    margin: 0 auto;
  }
  main section.s03 .wrapper .flow {
    width: 100%;
    overflow-x: scroll;
    margin: 25px auto 0;
  }
  main section.s03 .wrapper .flow img {
    width: 1173px;
    display: block;
  }
  main section.s03 .wrapper .t03 {
    text-align: center;
    margin-top: 50px;
    font-size: 24px;
    color: #1d738c;
  }
  main section.s03 .wrapper table {
    width: 100%;
    margin: 25px auto 0;
  }
  main section.s03 .wrapper table tr th {
    background-color: #1d738c;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 170%;
    padding: 10px 5px 10px 10px;
    font-weight: bold;
    border: 1px solid #fff;
  }
  main section.s03 .wrapper table tr td {
    font-size: 13px;
    border: 1px solid #aaa;
    padding: 10px 0 10px 10px;
    vertical-align: top;
    line-height: 170%;
  }
  main section.s03 .wrapper table tr td:first-child {
    background-color: #d9ebef;
    font-weight: bold;
    width: 85px;
  }
  main section.s03 .wrapper .btn {
    width: 240px;
    display: block;
    text-decoration: none;
    margin: 25px auto 0;
    background-color: #1d738c;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 100%;
    padding: 15px 0;
    border-radius: 50px;
    background-image: url(../../../images/icon_arrow01.svg);
    background-position: center right 20px;
    background-size: 7px auto;
    background-repeat: no-repeat;
  }
  main section.s04 {
    background-color: #1d738c;
    padding: 30px 20px 80px;
    position: relative;
  }
  main section.s04 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s04 .wrapper dl {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  main section.s04 .wrapper dl dt {
    width: 200px;
    margin: 0 auto;
  }
  main section.s04 .wrapper dl dt img {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper dl dd {
    width: 100%;
    padding-left: 0;
    font-size: 14px;
    line-height: 200%;
    margin-top: 20px;
    color: #fff;
    padding-bottom: 0;
  }
  main section.s04 .wrapper iframe {
    width: 100% !important;
    height: 300px !important;
    display: block !important;
    margin: 20px auto 0;
  }
  main section.s04 .wrapper .btn {
    width: 300px;
    border: 2px solid #fff;
    padding: 15px 0 20px;
    display: block;
    text-decoration: none;
    background-color: #1d738c;
    text-align: center;
    border-radius: 100px;
    position: absolute;
    right: 0;
    bottom: -43px;
    left: 0;
    margin: 0 auto;
  }
  main section.s04 .wrapper .btn .t01 {
    font-size: 22px;
    color: #fff;
  }
  main section.s04 .wrapper .btn .t02 {
    font-size: 11px;
    margin-top: 3px;
    color: #fff;
  }
  main section.s05 {
    padding-top: 70px;
  }
  main section.s05 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s05 .wrapper ul {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
  main section.s05 .wrapper ul li {
    width: 100%;
  }
  main section.s05 .wrapper ul li + li {
    margin-top: 15px;
  }
  main section.s05 .wrapper ul li .btn {
    width: 100%;
    display: block;
    text-decoration: none;
    margin: 0;
    background-color: #1d738c;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 100%;
    padding: 15px 0;
    border-radius: 50px;
    background-image: url(../../../images/icon_arrow01.svg);
    background-position: center right 20px;
    background-size: 7px auto;
    background-repeat: no-repeat;
  }
}