/* ------------------------------
 width: all
------------------------------ */
header.navi_header {
  -webkit-transform: translateY(-170px);
          transform: translateY(-170px);
  opacity: 0;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
header.navi_header.scrolled {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

main section.s01 {
  margin-top: -190px;
  background-image: url(../../images/nt0101.jpg);
  background-size: cover;
  background-position: center center;
}
main section.s01 .wrapper {
  height: 1000px;
  position: relative;
}
main section.s01 .wrapper .txtbox {
  background-color: rgba(29, 115, 140, 0.67);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 580px;
  height: 100%;
  padding-top: 100px;
}
main section.s01 .wrapper .txtbox h2 {
  width: 464px;
  margin: 0 auto;
}
main section.s01 .wrapper .txtbox h2 img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .txtbox .t01 {
  font-size: 68px;
  color: #fff;
  line-height: 150%;
  font-weight: bold;
  margin-top: 130px;
  padding-left: 130px;
  letter-spacing: 10px;
}
main section.s01 .wrapper .scroll {
  width: 58px;
  display: block;
  position: absolute;
  right: 40px;
  bottom: 80px;
  z-index: 100000;
}
main section.s02 {
  padding: 80px 40px 80px;
}
main section.s02 .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.s02 .wrapper .dl01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s02 .wrapper .dl01 dt {
  width: 496px;
}
main section.s02 .wrapper .dl01 dt img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .dl01 dd {
  width: 433px;
  margin-left: 60px;
}
main section.s02 .wrapper .dl01 dd img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .dl02 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
main section.s02 .wrapper .dl02 dt {
  width: 50%;
}
main section.s02 .wrapper .dl02 dt span {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  line-height: 100%;
  font-size: 38px;
  background-color: #1d738c;
  padding: 1px 3px 3px 3px;
  margin-top: 25px;
}
main section.s02 .wrapper .dl02 dd {
  width: 50%;
  font-size: 16px;
  line-height: 175%;
  padding-top: 20px;
}
main section.s02 .wrapper .map {
  width: 1200px;
  display: block;
  margin: 50px auto 0;
}
main section.s02 .wrapper .btn {
  width: 300px;
  display: block;
  text-decoration: none;
  margin: 45px auto 0;
  background-color: #1d738c;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  padding: 20px 0;
  border-radius: 50px;
  background-image: url(../../images/icon_arrow01.svg);
  background-position: center right 20px;
  background-size: 9px auto;
  background-repeat: no-repeat;
  letter-spacing: 5px;
}
main section.s03 {
  background-image: url(../../images/nt0301.jpg);
  background-size: cover;
  background-position: center center;
  padding: 130px 0;
}
main section.s03 .wrapper .t01 {
  text-align: center;
  font-size: 38px;
  color: #1d738c;
}
main section.s03 .wrapper h2 {
  text-align: center;
  font-size: 20px;
  color: #1d738c;
}
main section.s03 .wrapper .newsbox {
  width: 1200px;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 55px;
  margin: 0 auto;
  margin-top: 40px;
}
main section.s03 .wrapper .newsbox .newslist li + li {
  border-top: 1px solid #cccccc;
}
main section.s03 .wrapper .newsbox .newslist li a {
  text-decoration: none;
  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;
  padding: 25px 30px;
}
main section.s03 .wrapper .newsbox .newslist li a .date {
  width: 110px;
  font-size: 21px;
  color: #1d738c;
}
main section.s03 .wrapper .newsbox .newslist li a .cat {
  width: 130px;
}
main section.s03 .wrapper .newsbox .newslist li a .cat span {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  line-height: 100%;
  border: 1px solid #1d738c;
  padding: 5px 10px;
  color: #1d738c;
  vertical-align: top;
}
main section.s03 .wrapper .newsbox .newslist li a .txt {
  width: calc(100% - 240px);
  font-size: 14px;
  line-height: 100%;
  color: #000;
  padding-left: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
main section.s03 .wrapper .newsbox .btn_more {
  text-align: right;
}
main section.s03 .wrapper .newsbox .btn_more a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #1d738c;
  font-size: 20px;
  padding-right: 25px;
  background-image: url(../../images/icon_arrow02.svg);
  background-size: 6px auto;
  background-repeat: no-repeat;
  background-position: right 0 center;
}
main section.s04 .wrapper {
  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;
}
main section.s04 .wrapper .photo {
  width: 50%;
  height: 869px;
}
main section.s04 .wrapper .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section.s04 .wrapper .txtbox {
  width: 50%;
  padding-left: 40px;
}
main section.s04 .wrapper .txtbox .ttl01 {
  width: 593px;
  display: block;
}
main section.s04 .wrapper .txtbox .list {
  width: 570px;
  display: block;
  margin-top: 45px;
}
main section.s04 .wrapper .txtbox .btn {
  width: 360px;
  display: block;
  text-decoration: none;
  margin: 45px auto 0;
  background-color: #1d738c;
  text-align: center;
  font-size: 28px;
  color: #fff;
  line-height: 100%;
  padding: 20px 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 .wrapper .txtbox 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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 440px;
  margin: 30px auto 0;
}
main section.s04 .wrapper .txtbox dl dt {
  width: 67px;
}
main section.s04 .wrapper .txtbox dl dt img {
  width: 100%;
  display: block;
}
main section.s04 .wrapper .txtbox dl dd {
  width: calc(100% - 87px);
  font-size: 24px;
  font-weight: bold;
}
main section.s05 {
  background-color: #2f7774;
}
main section.s05 .wrapper {
  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;
}
main section.s05 .wrapper .photobox {
  width: 50%;
  height: 924px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}
main section.s05 .wrapper .photobox .photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section.s05 .wrapper .photobox .msg {
  width: 472px;
  display: block;
  position: absolute;
  bottom: 120px;
  left: 80px;
}
main section.s05 .wrapper .txtbox {
  width: 50%;
  text-align: right;
  padding-right: 60px;
}
main section.s05 .wrapper .txtbox .box01 {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
main section.s05 .wrapper .txtbox .box01 .ttl01 {
  width: 441px;
  display: block;
  margin: 0 auto;
}
main section.s05 .wrapper .txtbox .box01 .t01 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin-top: 45px;
}
main section.s05 .wrapper .txtbox .box01 .t02 {
  text-align: center;
  font-size: 41px;
  font-weight: bold;
  color: #fff;
}
main section.s05 .wrapper .txtbox .box01 ul {
  margin-top: 35px;
}
main section.s05 .wrapper .txtbox .box01 ul li {
  font-size: 28px;
  color: #fff;
  padding-left: 30px;
  position: relative;
}
main section.s05 .wrapper .txtbox .box01 ul li + li {
  margin-top: 10px;
}
main section.s05 .wrapper .txtbox .box01 ul li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: #fff;
  position: absolute;
  top: 9px;
  left: 0;
}
main section.s05 .wrapper .txtbox .box01 .btn {
  width: 360px;
  display: block;
  text-decoration: none;
  margin: 45px auto 0;
  background-color: #fff;
  text-align: center;
  font-size: 28px;
  color: #1d738c;
  line-height: 100%;
  padding: 20px 0;
  border-radius: 50px;
  background-image: url(../../images/icon_arrow03.svg);
  background-position: center right 20px;
  background-size: 9px auto;
  background-repeat: no-repeat;
}
main section.s06 {
  background-color: #d6f9d2;
}
main section.s06 .wrapper {
  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;
}
main section.s06 .wrapper .photo {
  width: 50%;
  height: 823px;
}
main section.s06 .wrapper .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section.s06 .wrapper .txtbox {
  width: 50%;
  padding-left: 60px;
}
main section.s06 .wrapper .txtbox .logo {
  width: 277px;
  display: block;
  margin-left: 80px;
}
main section.s06 .wrapper .txtbox .t01 {
  max-width: 500px;
  font-size: 26px;
  line-height: 180%;
  font-weight: bold;
  color: #1d738c;
  margin-top: 35px;
}
main section.s06 .wrapper .txtbox ul {
  margin-top: 35px;
  max-width: 500px;
}
main section.s06 .wrapper .txtbox ul li {
  font-size: 28px;
  padding-left: 30px;
  position: relative;
}
main section.s06 .wrapper .txtbox ul li + li {
  margin-top: 10px;
}
main section.s06 .wrapper .txtbox ul li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: #1d738c;
  position: absolute;
  top: 9px;
  left: 0;
}
main section.s06 .wrapper .txtbox .btn {
  width: 360px;
  display: block;
  text-decoration: none;
  margin: 45px auto 0;
  background-color: #1d738c;
  text-align: center;
  font-size: 28px;
  color: #fff;
  line-height: 100%;
  padding: 20px 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.s07 .wrapper {
  padding: 80px 0 130px;
}
main section.s07 .wrapper ul {
  width: 1200px;
  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;
}
main section.s07 .wrapper ul li {
  width: 50%;
}
main section.s07 .wrapper ul li a {
  display: block;
  text-decoration: none;
  height: 200px;
  padding-top: 40px;
  background-size: cover;
  background-position: center center;
}
main section.s07 .wrapper ul li a.link01 {
  background-image: url(../../images/nt0701.jpg);
}
main section.s07 .wrapper ul li a.link02 {
  background-image: url(../../images/nt0703.jpg);
}
main section.s07 .wrapper ul li a .box01 {
  width: 321px;
  height: 80px;
  margin: 0 auto;
}
main section.s07 .wrapper ul li a p {
  width: 290px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  padding: 15px 20px 15px 0;
  border-radius: 50px;
  background-color: #1d738c;
  margin: 0 auto;
  background-image: url(../../images/icon_link01.svg);
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: center right 40px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  header.navi_header {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
    opacity: 0;
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
  }
  header.navi_header.scrolled {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  main section.s01 {
    margin-top: -90px;
    background-image: url(../../images/nt0101.jpg);
    background-size: cover;
    background-position: center center;
  }
  main section.s01 .wrapper {
    height: 100vh;
    position: relative;
  }
  main section.s01 .wrapper .txtbox {
    background-color: rgba(29, 115, 140, 0.67);
    position: absolute;
    top: 50%;
    left: 0;
    bottom: auto;
    right: 0;
    width: 330px;
    height: 250px;
    padding-top: 30px;
    margin: -125px auto 0;
  }
  main section.s01 .wrapper .txtbox h2 {
    width: 264px;
    margin: 0 auto;
  }
  main section.s01 .wrapper .txtbox h2 img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .txtbox .t01 {
    font-size: 22px;
    color: #fff;
    line-height: 150%;
    font-weight: bold;
    margin-top: 20px;
    padding-left: 0px;
    letter-spacing: 3px;
    text-align: center;
  }
  main section.s01 .wrapper .scroll {
    width: 28px;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 60px;
    z-index: 100000;
  }
  main section.s02 {
    padding: 50px 20px;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper .dl01 {
    display: block;
    max-width: 450px;
    margin: 0 auto;
  }
  main section.s02 .wrapper .dl01 dt {
    width: 280px;
  }
  main section.s02 .wrapper .dl01 dt img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .dl01 dd {
    width: 100%;
    margin-left: 0px;
    text-align: right;
    margin-top: 25px;
  }
  main section.s02 .wrapper .dl01 dd img {
    width: 280px;
    display: inline-block;
    vertical-align: top;
  }
  main section.s02 .wrapper .dl02 {
    display: block;
    margin-top: 35px;
  }
  main section.s02 .wrapper .dl02 dt {
    width: 100%;
  }
  main section.s02 .wrapper .dl02 dt span {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    line-height: 100%;
    font-size: 22px;
    background-color: #1d738c;
    padding: 1px 3px 5px 3px;
    margin-top: 10px;
  }
  main section.s02 .wrapper .dl02 dd {
    width: 100%;
    font-size: 14px;
    line-height: 200%;
    padding-top: 15px;
  }
  main section.s02 .wrapper .map {
    width: 100%;
    display: block;
    margin: 30px auto 0;
  }
  main section.s02 .wrapper .btn {
    width: 180px;
    letter-spacing: 2px;
    display: block;
    text-decoration: none;
    margin: 25px auto 0;
    text-align: center;
    font-size: 14px;
    line-height: 100%;
    padding: 15px 0;
    border-radius: 50px;
    background-size: 5px auto;
  }
  main section.s03 {
    padding: 60px 20px;
  }
  main section.s03 .wrapper .t01 {
    text-align: center;
    font-size: 24px;
    color: #1d738c;
  }
  main section.s03 .wrapper h2 {
    text-align: center;
    font-size: 14px;
    color: #1d738c;
  }
  main section.s03 .wrapper .newsbox {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 20px;
    margin: 0 auto;
    margin-top: 25px;
  }
  main section.s03 .wrapper .newsbox .newslist li + li {
    border-top: 1px solid #cccccc;
  }
  main section.s03 .wrapper .newsbox .newslist li a {
    text-decoration: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 0;
  }
  main section.s03 .wrapper .newsbox .newslist li a .date {
    width: 80px;
    font-size: 16px;
    line-height: 100%;
    color: #1d738c;
    margin-top: -2px;
  }
  main section.s03 .wrapper .newsbox .newslist li a .cat {
    width: 200px;
  }
  main section.s03 .wrapper .newsbox .newslist li a .cat span {
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    line-height: 100%;
    border: 1px solid #1d738c;
    padding: 3px 6px;
    color: #1d738c;
    vertical-align: top;
  }
  main section.s03 .wrapper .newsbox .newslist li a .txt {
    width: 100%;
    font-size: 14px;
    line-height: 100%;
    color: #000;
    padding-left: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-top: 5px;
  }
  main section.s03 .wrapper .newsbox .btn_more {
    text-align: right;
  }
  main section.s03 .wrapper .newsbox .btn_more a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #1d738c;
    font-size: 16px;
    padding-right: 20px;
    background-image: url(../../images/icon_arrow02.svg);
    background-size: 5px auto;
    background-repeat: no-repeat;
    background-position: right 0 center;
  }
  main section.s04 .wrapper {
    display: block;
  }
  main section.s04 .wrapper .photo {
    width: 100%;
    height: auto;
  }
  main section.s04 .wrapper .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  main section.s04 .wrapper .txtbox {
    width: 100%;
    padding: 30px 20px;
  }
  main section.s04 .wrapper .txtbox .ttl01 {
    width: 593px;
    max-width: 100%;
    display: block;
  }
  main section.s04 .wrapper .txtbox .list {
    width: 300px;
    display: block;
    margin: 25px auto 0;
  }
  main section.s04 .wrapper .txtbox .btn {
    width: 240px;
    display: block;
    text-decoration: none;
    margin: 25px auto 0;
    text-align: center;
    font-size: 14px;
    line-height: 100%;
    padding: 15px 0;
    border-radius: 50px;
    background-size: 5px auto;
  }
  main section.s04 .wrapper .txtbox 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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 250px;
    margin: 20px auto 0;
    padding-left: 20px;
  }
  main section.s04 .wrapper .txtbox dl dt {
    width: 50px;
  }
  main section.s04 .wrapper .txtbox dl dt img {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper .txtbox dl dd {
    width: calc(100% - 65px);
    font-size: 18px;
    font-weight: bold;
  }
  main section.s05 {
    background-color: #2f7774;
  }
  main section.s05 .wrapper {
    display: block;
  }
  main section.s05 .wrapper .photobox {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
  }
  main section.s05 .wrapper .photobox .photo {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  main section.s05 .wrapper .photobox .msg {
    width: 300px;
    display: block;
    position: absolute;
    bottom: 40px;
    left: 20px;
  }
  main section.s05 .wrapper .txtbox {
    width: 100%;
    padding: 30px 20px;
  }
  main section.s05 .wrapper .txtbox .box01 {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    display: block;
  }
  main section.s05 .wrapper .txtbox .box01 .ttl01 {
    width: 301px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  main section.s05 .wrapper .txtbox .box01 .t01 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top: 25px;
  }
  main section.s05 .wrapper .txtbox .box01 .t02 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
  }
  main section.s05 .wrapper .txtbox .box01 ul {
    width: 335px;
    margin: 25px auto 0;
  }
  main section.s05 .wrapper .txtbox .box01 ul li {
    font-size: 18px;
    color: #fff;
    padding-left: 22px;
    position: relative;
  }
  main section.s05 .wrapper .txtbox .box01 ul li + li {
    margin-top: 10px;
  }
  main section.s05 .wrapper .txtbox .box01 ul li::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 24px;
    background-color: #fff;
    position: absolute;
    top: 6px;
    left: 0;
  }
  main section.s05 .wrapper .txtbox .box01 .btn {
    width: 240px;
    display: block;
    text-decoration: none;
    margin: 25px auto 0;
    text-align: center;
    font-size: 14px;
    line-height: 100%;
    padding: 15px 0;
    border-radius: 50px;
    background-size: 5px auto;
  }
  main section.s06 {
    background-color: #d6f9d2;
  }
  main section.s06 .wrapper {
    display: block;
  }
  main section.s06 .wrapper .photo {
    width: 100%;
    height: auto;
  }
  main section.s06 .wrapper .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  main section.s06 .wrapper .txtbox {
    width: 100%;
    padding: 30px 20px;
  }
  main section.s06 .wrapper .txtbox .logo {
    width: 200px;
    display: block;
    margin: 0 auto;
  }
  main section.s06 .wrapper .txtbox .t01 {
    max-width: 500px;
    font-size: 16px;
    line-height: 180%;
    font-weight: bold;
    color: #1d738c;
    margin-top: 25px;
  }
  main section.s06 .wrapper .txtbox ul {
    width: 335px;
    margin: 25px auto 0;
  }
  main section.s06 .wrapper .txtbox ul li {
    font-size: 18px;
    padding-left: 22px;
    position: relative;
  }
  main section.s06 .wrapper .txtbox ul li + li {
    margin-top: 10px;
  }
  main section.s06 .wrapper .txtbox ul li::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 24px;
    position: absolute;
    top: 6px;
    left: 0;
  }
  main section.s06 .wrapper .txtbox .btn {
    width: 240px;
    display: block;
    text-decoration: none;
    margin: 25px auto 0;
    text-align: center;
    font-size: 14px;
    line-height: 100%;
    padding: 15px 0;
    border-radius: 50px;
    background-size: 5px auto;
  }
  main section.s07 .wrapper {
    padding: 0 0 80px;
  }
  main section.s07 .wrapper ul {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  main section.s07 .wrapper ul li {
    width: 100%;
  }
  main section.s07 .wrapper ul li a {
    display: block;
    text-decoration: none;
    height: 150px;
    padding-top: 25px;
    background-size: cover;
    background-position: center center;
  }
  main section.s07 .wrapper ul li a.link01 {
    background-image: url(../../images/nt0701.jpg);
  }
  main section.s07 .wrapper ul li a.link02 {
    background-image: url(../../images/nt0703.jpg);
  }
  main section.s07 .wrapper ul li a .box01 {
    width: 240px;
    height: 60px;
    margin: 0 auto;
  }
  main section.s07 .wrapper ul li a p {
    width: 240px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    padding: 12px 20px 12px 0;
    border-radius: 50px;
    background-color: #1d738c;
    margin: 0 auto;
    background-image: url(../../images/icon_link01.svg);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: center right 25px;
  }
}
.swiper-area01 .swiper .swiper-wrapper {
  position: relative;
}
.swiper-area01 .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
.swiper-area01 .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
}