/* ------------------------------
 width: all
------------------------------ */
main section {
  position: relative;
}

main section.s01 {
  position: relative;
}

main section.s01 .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/tp0101.jpg);
  background-size: cover;
  background-position: center center;
}

main section.s01 .mousebox {
  width: 46px;
  height: 110px;
  position: absolute;
  right: 40px;
  bottom: 200px;
  z-index: 2;
  /* Animations */
}

main section.s01 .mousebox::before {
  content: "";
  display: block;
  width: 3px;
  height: 100px;
  background-color: #fff;
  position: absolute;
  top: -110px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

main section.s01 .mousebox::after {
  content: "";
  display: block;
  width: 3px;
  height: 100px;
  background-color: #fff;
  position: absolute;
  bottom: -110px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

main section.s01 .mousebox .mouse {
  width: 46px;
  height: 80px;
  position: relative;
  background: #4e5559 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #ffffff), to(#ffffff));
  background: #4e5559 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
  background-size: 100% 200%;
  border-radius: 100px;
  -webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
}

main section.s01 .mousebox .mouse:before,
main section.s01 .mousebox .mouse:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

main section.s01 .mousebox .mouse:before {
  width: 40px;
  height: 74px;
  background-color: #005787;
  border-radius: 100px;
}

main section.s01 .mousebox .mouse:after {
  background-color: #ffffff;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
}

main section.s01 .mousebox .text {
  margin-top: 10px;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  -webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
  animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
}

@-webkit-keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%, 100% {
    background-color: #ffffff;
  }
}
@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%, 100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
}
@keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
}
@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
    transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
    transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
    transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
    transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
    transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
    transform: scale(0.4) translateY(40px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
    transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
    transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(-20px);
    transform: scale(0.9) translateY(-20px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
    transform: scale(0.4) translateY(40px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
    transform: scale(0.4) translateY(-20px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
    transform: scale(1) translateY(-20px);
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
    transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
    transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
    transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
    transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
    transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
    transform: scale(0.4) translateY(40px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
    transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
    transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(-20px);
    transform: scale(0.9) translateY(-20px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
    transform: scale(0.4) translateY(40px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
    transform: scale(0.4) translateY(-20px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
    transform: scale(1) translateY(-20px);
  }
}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
main section.s01 .wrapper {
  width: 1200px;
  height: 940px;
  margin: 0 auto;
  padding-top: 330px;
  position: relative;
  z-index: 10;
}

main section.s01 .wrapper .t01 {
  font-size: 24px;
}

main section.s01 .wrapper .t02 {
  font-size: 156px;
  line-height: 100%;
  color: #fff;
  letter-spacing: 0 !important;
}

main section.s01 .wrapper h2 {
  font-size: 51px;
  letter-spacing: 0 !important;
  color: #fff;
  line-height: 120%;
}

main section.s01 .wrapper .box_youtube {
  width: 359px;
  margin-top: 60px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

main section.s01 .wrapper .box_youtube:hover {
  cursor: pointer;
  opacity: 0.6;
}

main section.s01 .wrapper .box_youtube .tmb {
  width: 100%;
  display: block;
}

main section.s01 .wrapper .box_youtube .t03 {
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin-top: 10px;
}

main section.s01 .modal_youtube {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000000;
  display: none;
}

main section.s01 .modal_youtube .youtube_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;
  height: 100%;
  position: relative;
}

main section.s01 .modal_youtube .youtube_wrapper .icon_close_modal {
  width: 40px;
  display: block;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}

main section.s01 .modal_youtube .youtube_wrapper .youtube_inner {
  width: 1000px;
  margin: 0 auto;
}

main section.s01 .modal_youtube .youtube_wrapper .youtube_inner .youtube {
  width: 100% !important;
  margin: 0 auto;
  padding-top: 66.66%;
  position: relative;
}

main section.s01 .modal_youtube .youtube_wrapper .youtube_inner .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

main section.s02 {
  padding: 100px 0 200px;
}

main section.s02 .wrapper {
  width: 1200px;
  margin: 0 auto;
}

main section.s02 .wrapper h3 {
  text-align: center;
  color: #0071bc;
  font-size: 36px;
  letter-spacing: 0 !important;
}

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: 50px;
}

main section.s02 .wrapper ul li {
  width: 381px;
}

main section.s02 .wrapper ul li .photo {
  width: 100%;
  display: block;
}

main section.s02 .wrapper ul li .txtbox {
  padding: 15px 20px 0;
}

main section.s02 .wrapper ul li .txtbox .t01 {
  color: #005078;
  font-weight: bold;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0 !important;
}

main section.s02 .wrapper ul li .txtbox .t01.t0102 {
  color: #b03a23;
}

main section.s02 .wrapper ul li .txtbox .t01.t0103 {
  color: #007563;
}

main section.s02 .wrapper ul li .txtbox .t02 {
  font-size: 20px;
  letter-spacing: 0 !important;
  margin-top: 10px;
}

main section.s02 .wrapper ul li .txtbox .t03 {
  font-size: 14px;
  line-height: 200%;
  margin-top: 20px;
  letter-spacing: 0 !important;
}

main section.s02 .wrapper .t04 {
  width: 874px;
  max-width: 100%;
  margin: 120px auto 0;
  text-align: left !important;
  font-size: 24px;
  line-height: 155%;
  font-weight: normal !important;
  letter-spacing: 0 !important;
}

main section.s02 .wrapper .t05 {
  text-align: center;
  font-size: 91px;
  font-weight: 500 !important;
  letter-spacing: 5px;
  margin-top: 60px;
}

main section.s03 {
  background-image: url(../images/tp0301.jpg);
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

main section.s03 .wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 120px 0 150px;
  position: relative;
}

main section.s03 .wrapper h4 {
  text-align: center;
  color: #fff;
  letter-spacing: 10px;
  font-size: 60px;
  line-height: 100%;
}

main section.s03 .wrapper .t01 {
  width: 800px;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 225%;
}

main section.s03 .wrapper .photo {
  width: 508.5px;
  display: block;
  position: absolute;
  right: -90px;
  bottom: 0;
}

main section.s03 .wrapper .t02 {
  width: 100%;
  margin-top: 60px;
  text-align: left !important;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

main section.s03 .wrapper .t02 span {
  display: block;
  line-height: 24px;
  padding-left: 0 !important;
  font-size: 24px;
  margin-top: 5px;
}

main section.s04 {
  background-image: url(../images/tp0402.jpg);
  background-size: cover;
  background-position: center center;
}

main section.s04 .wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 130px 0;
}

main section.s04 .wrapper h5 {
  text-align: center;
  color: #fff;
  letter-spacing: 10px;
  font-size: 60px;
  line-height: 100%;
}

main section.s04 .wrapper .msg01 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
}

main section.s04 .wrapper .mapbox {
  width: 100%;
  margin-top: 40px;
  position: relative;
}

main section.s04 .wrapper .mapbox .photo {
  width: 100%;
  display: block;
}

main section.s04 .wrapper .mapbox a {
  border-radius: 100px;
  display: block;
  width: 20%;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 18px 0;
  position: absolute;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 3px solid #fff;
}

main section.s04 .wrapper .mapbox a:hover {
  opacity: 1;
}

main section.s04 .wrapper .mapbox a:hover span {
  color: #fff;
}

main section.s04 .wrapper .mapbox a:hover::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

main section.s04 .wrapper .mapbox a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/tp0402.jpg);
  background-size: 100% 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

main section.s04 .wrapper .mapbox a span {
  font-size: 20px;
  line-height: 100%;
  color: #000;
  position: relative;
  z-index: 10;
  letter-spacing: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

main section.s04 .wrapper .mapbox a.link01 {
  top: 15%;
  left: 0;
}

main section.s04 .wrapper .mapbox a.link02, main section.s04 .wrapper .mapbox a.link03, main section.s04 .wrapper .mapbox a.link04 {
  width: 32%;
}

main section.s04 .wrapper .mapbox a.link02 {
  bottom: 22%;
  left: 0;
}

main section.s04 .wrapper .mapbox a.link03 {
  bottom: 11%;
  left: 0;
}

main section.s04 .wrapper .mapbox a.link04 {
  bottom: 0;
  left: 0;
}

main section.s04 .wrapper .mapbox a.link05 {
  right: 0;
  bottom: 13.5%;
}

main section.s04 .wrapper .mapbox a.link06 {
  right: 20%;
  bottom: 0;
}

main section.s04 .wrapper .mapbox a.link07 {
  top: 9.7%;
  right: 26%;
}

main section.s05 {
  background-image: url(../images/tp0501.jpg);
  background-size: cover;
  background-position: center center;
}

main section.s05 .wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 100px 0 130px;
}

main section.s05 .wrapper h6 {
  text-align: center;
  color: #fff;
  letter-spacing: 10px;
  font-size: 60px;
  line-height: 100%;
}

main section.s05 .wrapper .newslist {
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.75);
  margin-top: 20px;
  border-radius: 20px;
  padding: 0 60px;
}

main section.s05 .wrapper .newslist li {
  border-bottom: 1px solid #000;
}

main section.s05 .wrapper .newslist li:last-child {
  border: none;
}

main section.s05 .wrapper .newslist li .news {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 40px 0;
}

main section.s05 .wrapper .newslist li .news 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 .newslist li .news dl dt {
  width: 200px;
  font-size: 16px;
  line-height: 180%;
}

main section.s05 .wrapper .newslist li .news dl dd {
  width: calc(100% - 200px);
  font-size: 16px;
  line-height: 180%;
}

main section.s06 {
  padding: 100px 0;
}

main section.s06.s0602 {
  padding: 0;
}

main section.s06 .wrapper {
  width: 1200px;
  margin: 0 auto;
}

main section.s06 .wrapper .btn_list {
  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.s06 .wrapper .btn_list li {
  width: 580px;
}

main section.s06 .wrapper .btn_list li.btn01 a {
  background-color: #fcee21;
  padding-left: 150px;
}

main section.s06 .wrapper .btn_list li.btn02 a {
  background-color: #fbb03b;
  padding-left: 230px;
  position: relative;
}

main section.s06 .wrapper .btn_list li.btn02 a .photo {
  width: 172px;
  display: block;
  position: absolute;
  top: -20px;
  left: 40px;
}

main section.s06 .wrapper .btn_list li a {
  border-radius: 20px;
  padding: 60px 0;
  display: block;
  text-decoration: none;
}

main section.s06 .wrapper .btn_list li a 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;
}

main section.s06 .wrapper .btn_list li a dl dt {
  width: 80px;
}

main section.s06 .wrapper .btn_list li a dl dt img {
  width: 44px;
  display: block;
}

main section.s06 .wrapper .btn_list li a dl dd {
  width: calc(100% - 80px);
  font-size: 32px;
  line-height: 100%;
  font-weight: bold;
  color: #000;
}

main section.s07 .wrapper {
  width: 1200px;
  padding: 130px 0;
  margin: 0 auto;
}

main section.s07 .wrapper .t00 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 5px;
  color: #0071bc;
}

main section.s07 .wrapper h6 {
  text-align: center;
  font-size: 34px;
  font-weight: normal !important;
  letter-spacing: 3px;
  color: #0071bc;
}

main section.s07 .wrapper .catlist {
  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: 60px;
}

main section.s07 .wrapper .catlist li {
  width: 163px;
  border-radius: 0 15px 0 0;
}

main section.s07 .wrapper .catlist li.cat01 {
  background-color: #423766;
}

main section.s07 .wrapper .catlist li.cat02 {
  background-color: #2e3192;
}

main section.s07 .wrapper .catlist li.cat03 {
  background-color: #0071bc;
}

main section.s07 .wrapper .catlist li.cat04 {
  background-color: #529fba;
}

main section.s07 .wrapper .catlist li.cat05 {
  background-color: #1d5137;
}

main section.s07 .wrapper .catlist li.cat06 {
  background-color: #d87e25;
}

main section.s07 .wrapper .catlist li.cat07 {
  background-color: #843036;
}

main section.s07 .wrapper .catlist li a {
  width: 100%;
  height: 76px;
  text-decoration: none;
  color: #000;
  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.s07 .wrapper .catlist li a span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  color: #fff;
}

main section.s07 .wrapper .catbox {
  padding-top: 68px;
  margin-top: -68px;
}

main section.s07 .wrapper .catbox#cat01 .comlist .com .catname {
  border-bottom: 10px solid #423766;
}

main section.s07 .wrapper .catbox#cat01 .comlist .com .catname span {
  background-color: #423766;
}

main section.s07 .wrapper .catbox#cat01 .comlist .com .t01 {
  color: #423766;
}

main section.s07 .wrapper .catbox#cat01 .comlist .com dl dd .t03 {
  color: #423766;
}

main section.s07 .wrapper .catbox#cat02 .comlist .com .catname {
  border-bottom: 10px solid #2e3192;
}

main section.s07 .wrapper .catbox#cat02 .comlist .com .catname span {
  background-color: #2e3192;
}

main section.s07 .wrapper .catbox#cat02 .comlist .com .t01 {
  color: #2e3192;
}

main section.s07 .wrapper .catbox#cat02 .comlist .com dl dd .t03 {
  color: #2e3192;
}

main section.s07 .wrapper .catbox#cat03 .comlist .com .catname {
  border-bottom: 10px solid #0071bc;
}

main section.s07 .wrapper .catbox#cat03 .comlist .com .catname span {
  background-color: #0071bc;
}

main section.s07 .wrapper .catbox#cat03 .comlist .com .t01 {
  color: #0071bc;
}

main section.s07 .wrapper .catbox#cat03 .comlist .com dl dd .t03 {
  color: #0071bc;
}

main section.s07 .wrapper .catbox#cat04 .comlist .com .catname {
  border-bottom: 10px solid #529fba;
}

main section.s07 .wrapper .catbox#cat04 .comlist .com .catname span {
  background-color: #529fba;
}

main section.s07 .wrapper .catbox#cat04 .comlist .com .t01 {
  color: #529fba;
}

main section.s07 .wrapper .catbox#cat04 .comlist .com dl dd .t03 {
  color: #529fba;
}

main section.s07 .wrapper .catbox#cat05 .comlist .com .catname {
  border-bottom: 10px solid #1d5137;
}

main section.s07 .wrapper .catbox#cat05 .comlist .com .catname span {
  background-color: #1d5137;
}

main section.s07 .wrapper .catbox#cat05 .comlist .com .t01 {
  color: #1d5137;
}

main section.s07 .wrapper .catbox#cat05 .comlist .com dl dd .t03 {
  color: #1d5137;
}

main section.s07 .wrapper .catbox#cat06 .comlist .com .catname {
  border-bottom: 10px solid #d87e25;
}

main section.s07 .wrapper .catbox#cat06 .comlist .com .catname span {
  background-color: #d87e25;
}

main section.s07 .wrapper .catbox#cat06 .comlist .com .t01 {
  color: #d87e25;
}

main section.s07 .wrapper .catbox#cat06 .comlist .com dl dd .t03 {
  color: #d87e25;
}

main section.s07 .wrapper .catbox#cat07 .comlist .com .catname {
  border-bottom: 10px solid #843036;
}

main section.s07 .wrapper .catbox#cat07 .comlist .com .catname span {
  background-color: #843036;
}

main section.s07 .wrapper .catbox#cat07 .comlist .com .t01 {
  color: #843036;
}

main section.s07 .wrapper .catbox#cat07 .comlist .com dl dd .t03 {
  color: #843036;
}

main section.s07 .wrapper .catbox .comlist .com {
  margin-top: 50px;
}

main section.s07 .wrapper .catbox .comlist .com .catname {
  font-size: 0;
  letter-spacing: 0;
  border-bottom: 10px solid #423766;
}

main section.s07 .wrapper .catbox .comlist .com .catname span {
  background-color: #423766;
  width: 320px;
  padding: 20px 0 10px;
  display: block;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  border-radius: 0 15px 0 0;
}

main section.s07 .wrapper .catbox .comlist .com .t01 {
  font-size: 22px;
  line-height: 140%;
  font-weight: bold;
  color: #423766;
  margin-top: 15px;
  letter-spacing: 0;
}

main section.s07 .wrapper .catbox .comlist .com .t02 {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  margin-top: 15px;
  letter-spacing: 0;
}

main section.s07 .wrapper .catbox .comlist .com .t02.type02 span {
  color: #007563;
  border: 1px solid #007563;
}

main section.s07 .wrapper .catbox .comlist .com .t02.type03 span {
  color: #005078;
  border: 1px solid #005078;
}

main section.s07 .wrapper .catbox .comlist .com .t02 span {
  color: #b03a23;
  border: 1px solid #b03a23;
  display: inline-block;
  vertical-align: top;
  min-width: 150px;
  padding: 11px 15px;
  text-align: center;
  font-size: 12px;
  line-height: 100%;
  font-weight: normal;
  margin-right: 15px;
  font-weight: bold;
}

main section.s07 .wrapper .catbox .comlist .com 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;
  margin-top: 20px;
}

main section.s07 .wrapper .catbox .comlist .com dl dt {
  width: 490px;
}

main section.s07 .wrapper .catbox .comlist .com dl dt .photo {
  width: 100%;
  display: block;
}

main section.s07 .wrapper .catbox .comlist .com dl dd {
  width: calc(100% - 490px);
  padding-left: 40px;
  position: relative;
  padding-bottom: 80px;
}

main section.s07 .wrapper .catbox .comlist .com dl dd .t03 {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 180%;
  min-height: 108px;
}

main section.s07 .wrapper .catbox .comlist .com dl dd .t04 {
  font-size: 14px;
  line-height: 175%;
  position: relative;
  padding-left: 65px;
  margin-top: 20px;
  letter-spacing: 0;
}

main section.s07 .wrapper .catbox .comlist .com dl dd .t04 span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 90px;
  letter-spacing: 0;
}

main section.s07 .wrapper .catbox .comlist .com dl dd .t05 {
  font-size: 14px;
  line-height: 175%;
  position: relative;
  padding-left: 65px;
  letter-spacing: 0;
}

main section.s07 .wrapper .catbox .comlist .com dl dd .t05 span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 90px;
  letter-spacing: 0;
}

main section.s07 .wrapper .catbox .comlist .com dl dd .link_com a {
  color: #0071bc;
  text-decoration: none;
  letter-spacing: 0;
}

main section.s07 .wrapper .catbox .comlist .com dl dd .link_pdf {
  width: 220px;
  position: absolute;
  bottom: 0;
  left: 40px;
}

main section.s07 .wrapper .catbox .comlist .com dl dd .link_pdf a {
  width: 100%;
  display: block;
  background-color: #c1272d;
  text-decoration: none;
  border-radius: 100px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 17px;
  letter-spacing: 3px;
}

main section.s08 {
  padding: 100px 0;
  text-align: center;
}

main section.s08.s0602 {
  padding: 0;
}

main section.s08 .wrapper {
  padding-top: 50px;
  width: 1200px;
  margin: 0 auto;
}

main section.s08 .btn,
main section.s08 a.btn,
main section.s08 button.btn {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

main section.s08 a.btn-gradient {
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  border-radius: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#2af598), to(#009efd));
  background-image: linear-gradient(90deg, #2af598 0%, #009efd 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

main section.s08 a.btn-gradient:hover {
  -webkit-transform: skew(0);
  transform: skew(0);
  color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

main .btn_side {
  width: 80px;
  display: none;
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 1000;
}

main .btn_side img {
  width: 100%;
  display: block;
}

main section.s17 {
  background-image: url(../images/tp0402.jpg);
  background-size: 100% 100%;
  background-position: center center;
  padding-bottom: 200px;
}
main section.s17 .wrapper h6 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 150%;
  color: #fff;
}
main section.s17 .wrapper .comlist {
  width: 1200px;
  margin: 50px auto 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px 26.6666666667px;
}
main section.s17 .wrapper .comlist .com {
  width: 280px;
  border-top: 30px solid #000;
  border-radius: 0 30px 0 0;
  background-color: #fff;
  padding-bottom: 15px;
  -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.5);
}
main section.s17 .wrapper .comlist .com .t01 {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  padding: 0 13px;
  margin-top: 13px;
  letter-spacing: 0;
  min-height: 78px;
  font-family: "din-condensed", sans-serif;
}
main section.s17 .wrapper .comlist .com .t02 {
  font-size: 14px;
  font-weight: bold;
  padding: 0 13px;
  margin-top: 18px;
  letter-spacing: 0;
}
main section.s17 .wrapper .comlist .com .link_pdf {
  margin: 20px auto 0;
  width: calc(100% - 26px);
}
main section.s17 .wrapper .comlist .com .link_pdf a {
  background-color: #c1272d;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  line-height: 100%;
  padding: 13px 0;
  border-radius: 50px;
  display: block;
  text-decoration: none;
}
main section.s17 .wrapper .comlist .com.cat01 {
  border-top: 30px solid #423766;
}
main section.s17 .wrapper .comlist .com.cat01 .t01 {
  color: #423766;
}
main section.s17 .wrapper .comlist .com.cat02 {
  border-top: 30px solid #2e3192;
}
main section.s17 .wrapper .comlist .com.cat02 .t01 {
  color: #2e3192;
}
main section.s17 .wrapper .comlist .com.cat03 {
  border-top: 30px solid #0071bc;
}
main section.s17 .wrapper .comlist .com.cat03 .t01 {
  color: #0071bc;
}
main section.s17 .wrapper .comlist .com.cat04 {
  border-top: 30px solid #529fba;
}
main section.s17 .wrapper .comlist .com.cat04 .t01 {
  color: #529fba;
}
main section.s17 .wrapper .comlist .com.cat05 {
  border-top: 30px solid #1d5137;
}
main section.s17 .wrapper .comlist .com.cat05 .t01 {
  color: #1d5137;
}
main section.s17 .wrapper .comlist .com.cat06 {
  border-top: 30px solid #d87e25;
}
main section.s17 .wrapper .comlist .com.cat06 .t01 {
  color: #d87e25;
}
main section.s17 .wrapper .comlist .com.cat07 {
  border-top: 30px solid #843036;
}
main section.s17 .wrapper .comlist .com.cat07 .t01 {
  color: #843036;
}
main section.s17 .wrapper .comlist .com .photo {
  width: calc(100% - 26px);
  display: block;
  margin: 13px auto 0;
}
main section.s17 .wrapper .comlist .cat_card {
  width: 280px;
  position: relative;
  background-color: #000;
  border-radius: 0 30px 0 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.5);
}
main section.s17 .wrapper .comlist .cat_card.cat01 {
  background-color: #423766;
}
main section.s17 .wrapper .comlist .cat_card.cat02 {
  background-color: #2e3192;
}
main section.s17 .wrapper .comlist .cat_card.cat03 {
  background-color: #0071bc;
}
main section.s17 .wrapper .comlist .cat_card.cat04 {
  background-color: #529fba;
}
main section.s17 .wrapper .comlist .cat_card.cat05 {
  background-color: #1d5137;
}
main section.s17 .wrapper .comlist .cat_card.cat06 {
  background-color: #d87e25;
}
main section.s17 .wrapper .comlist .cat_card.cat07 {
  background-color: #843036;
}
main section.s17 .wrapper .comlist .cat_card::before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-radius: 0 20px 0 0;
}
main section.s17 .wrapper .comlist .cat_card p {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  font-weight: 400px;
  text-align: center;
  width: 100%;
  letter-spacing: 1px;
  padding: 0 20px;
  font-family: "din-condensed", sans-serif;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section {
    position: relative;
  }
  main section.s01 {
    position: relative;
  }
  main section.s01 .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/tp0101.jpg);
    background-size: cover;
    background-position: center center;
  }
  main section.s01 .mousebox {
    width: 32px;
    height: 50px;
    position: absolute;
    right: 10px;
    bottom: 100px;
    z-index: 2;
    /* Animations */
  }
  main section.s01 .mousebox::before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  main section.s01 .mousebox::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  main section.s01 .mousebox .mouse {
    width: 22px;
    height: 36px;
    margin: 0 auto;
    position: relative;
    background: #4e5559 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #ffffff), to(#ffffff));
    background: #4e5559 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
    background-size: 100% 200%;
    border-radius: 100px;
    -webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
    animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
  }
  main section.s01 .mousebox .mouse:before,
  main section.s01 .mousebox .mouse:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  main section.s01 .mousebox .mouse:before {
    width: 20px;
    height: 34px;
    background-color: #005787;
    border-radius: 100px;
  }
  main section.s01 .mousebox .mouse:after {
    background-color: #ffffff;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    -webkit-animation: trackBallSlide 5s linear infinite;
    animation: trackBallSlide 5s linear infinite;
  }
  main section.s01 .mousebox .text {
    margin-top: 5px;
    letter-spacing: 0;
    color: #fff;
    font-size: 8px;
    text-align: center;
    -webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
    animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
  }
  @-webkit-keyframes colorSlide {
    0% {
      background-position: 0% 100%;
    }
    20% {
      background-position: 0% 0%;
    }
    21% {
      background-color: #4e5559;
    }
    29.99% {
      background-color: #ffffff;
      background-position: 0% 0%;
    }
    30% {
      background-color: #4e5559;
      background-position: 0% 100%;
    }
    50% {
      background-position: 0% 0%;
    }
    51% {
      background-color: #4e5559;
    }
    59% {
      background-color: #ffffff;
      background-position: 0% 0%;
    }
    60% {
      background-color: #4e5559;
      background-position: 0% 100%;
    }
    80% {
      background-position: 0% 0%;
    }
    81% {
      background-color: #4e5559;
    }
    90%, 100% {
      background-color: #ffffff;
    }
  }
  @keyframes colorSlide {
    0% {
      background-position: 0% 100%;
    }
    20% {
      background-position: 0% 0%;
    }
    21% {
      background-color: #4e5559;
    }
    29.99% {
      background-color: #ffffff;
      background-position: 0% 0%;
    }
    30% {
      background-color: #4e5559;
      background-position: 0% 100%;
    }
    50% {
      background-position: 0% 0%;
    }
    51% {
      background-color: #4e5559;
    }
    59% {
      background-color: #ffffff;
      background-position: 0% 0%;
    }
    60% {
      background-color: #4e5559;
      background-position: 0% 100%;
    }
    80% {
      background-position: 0% 0%;
    }
    81% {
      background-color: #4e5559;
    }
    90%, 100% {
      background-color: #ffffff;
    }
  }
  @-webkit-keyframes colorText {
    21% {
      color: #4e5559;
    }
    30% {
      color: #ffffff;
    }
    51% {
      color: #4e5559;
    }
    60% {
      color: #ffffff;
    }
    81% {
      color: #4e5559;
    }
    90% {
      color: #ffffff;
    }
  }
  @keyframes colorText {
    21% {
      color: #4e5559;
    }
    30% {
      color: #ffffff;
    }
    51% {
      color: #4e5559;
    }
    60% {
      color: #ffffff;
    }
    81% {
      color: #4e5559;
    }
    90% {
      color: #ffffff;
    }
  }
  @-webkit-keyframes trackBallSlide {
    0% {
      opacity: 1;
      -webkit-transform: scale(1) translateY(-10px);
      transform: scale(1) translateY(-10px);
    }
    6% {
      opacity: 1;
      -webkit-transform: scale(0.9) translateY(5px);
      transform: scale(0.9) translateY(5px);
    }
    14% {
      opacity: 0;
      -webkit-transform: scale(0.4) translateY(40px);
      transform: scale(0.4) translateY(40px);
    }
    15%, 19% {
      opacity: 0;
      -webkit-transform: scale(0.4) translateY(-10px);
      transform: scale(0.4) translateY(-10px);
    }
    28%, 29.99% {
      opacity: 1;
      -webkit-transform: scale(1) translateY(-10px);
      transform: scale(1) translateY(-10px);
    }
    30% {
      opacity: 1;
      -webkit-transform: scale(1) translateY(-10px);
      transform: scale(1) translateY(-10px);
    }
    36% {
      opacity: 1;
      -webkit-transform: scale(0.9) translateY(5px);
      transform: scale(0.9) translateY(5px);
    }
    44% {
      opacity: 0;
      -webkit-transform: scale(0.4) translateY(20px);
      transform: scale(0.4) translateY(20px);
    }
    45%, 49% {
      opacity: 0;
      -webkit-transform: scale(0.4) translateY(-10px);
      transform: scale(0.4) translateY(-10px);
    }
    58%, 59.99% {
      opacity: 1;
      -webkit-transform: scale(1) translateY(-10px);
      transform: scale(1) translateY(-10px);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale(0.9) translateY(-10px);
      transform: scale(0.9) translateY(-10px);
    }
    66% {
      opacity: 1;
      -webkit-transform: scale(0.9) translateY(5px);
      transform: scale(0.9) translateY(5px);
    }
    74% {
      opacity: 0;
      -webkit-transform: scale(0.4) translateY(20px);
      transform: scale(0.4) translateY(20px);
    }
    75%, 79% {
      opacity: 0;
      -webkit-transform: scale(0.4) translateY(-10px);
      transform: scale(0.4) translateY(-10px);
    }
    88%, 100% {
      opacity: 1;
      -webkit-transform: scale(1) translateY(-10px);
      transform: scale(1) translateY(-10px);
    }
  }
  @keyframes trackBallSlide {
    0% {
      opacity: 1;
      -webkit-transform: scale(1) translateY(-10px);
      transform: scale(1) translateY(-10px);
    }
    6% {
      opacity: 1;
      -webkit-transform: scale(0.9) translateY(5px);
      transform: scale(0.9) translateY(5px);
    }
    14% {
      opacity: 0;
      -webkit-transform: scale(0.4) translateY(40px);
      transform: scale(0.4) translateY(40px);
    }
    15%, 19% {
      opacity: 0;
      -webkit-transform: scale(0.4) translateY(-10px);
      transform: scale(0.4) translateY(-10px);
    }
    28%, 29.99% {
      opacity: 1;
      -webkit-transform: scale(1) translateY(-10px);
      transform: scale(1) translateY(-10px);
    }
    30% {
      opacity: 1;
      -webkit-transform: scale(1) translateY(-10px);
      transform: scale(1) translateY(-10px);
    }
    36% {
      opacity: 1;
      -webkit-transform: scale(0.9) translateY(5px);
      transform: scale(0.9) translateY(5px);
    }
    44% {
      opacity: 0;
      -webkit-transform: scale(0.4) translateY(20px);
      transform: scale(0.4) translateY(20px);
    }
    45%, 49% {
      opacity: 0;
      -webkit-transform: scale(0.4) translateY(-10px);
      transform: scale(0.4) translateY(-10px);
    }
    58%, 59.99% {
      opacity: 1;
      -webkit-transform: scale(1) translateY(-10px);
      transform: scale(1) translateY(-10px);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale(0.9) translateY(-10px);
      transform: scale(0.9) translateY(-10px);
    }
    66% {
      opacity: 1;
      -webkit-transform: scale(0.9) translateY(5px);
      transform: scale(0.9) translateY(5px);
    }
    74% {
      opacity: 0;
      -webkit-transform: scale(0.4) translateY(20px);
      transform: scale(0.4) translateY(20px);
    }
    75%, 79% {
      opacity: 0;
      -webkit-transform: scale(0.4) translateY(-10px);
      transform: scale(0.4) translateY(-10px);
    }
    88%, 100% {
      opacity: 1;
      -webkit-transform: scale(1) translateY(-10px);
      transform: scale(1) translateY(-10px);
    }
  }
  @-webkit-keyframes nudgeMouse {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    20% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }
    30% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }
    60% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    80% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }
    90% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes nudgeMouse {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    20% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }
    30% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }
    60% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    80% {
      -webkit-transform: translateY(8px);
      transform: translateY(8px);
    }
    90% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @-webkit-keyframes nudgeText {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    20% {
      -webkit-transform: translateY(2px);
      transform: translateY(2px);
    }
    30% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(2px);
      transform: translateY(2px);
    }
    60% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    80% {
      -webkit-transform: translateY(2px);
      transform: translateY(2px);
    }
    90% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes nudgeText {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    20% {
      -webkit-transform: translateY(2px);
      transform: translateY(2px);
    }
    30% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(2px);
      transform: translateY(2px);
    }
    60% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    80% {
      -webkit-transform: translateY(2px);
      transform: translateY(2px);
    }
    90% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  main section.s01 .wrapper {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    padding: 0;
  }
  main section.s01 .wrapper .txtbox01 {
    width: 100%;
    position: absolute;
    padding: 0 20px;
    top: 30px;
    left: 0;
  }
  main section.s01 .wrapper .txtbox02 {
    width: 100%;
    position: absolute;
    padding: 0 20px;
    bottom: 60px;
    left: 0;
  }
  main section.s01 .wrapper .t01 {
    font-size: 11px;
    width: 335px;
    color: #fff;
  }
  main section.s01 .wrapper .t02 {
    font-size: 58px;
    line-height: 100%;
    color: #fff;
    letter-spacing: 0;
    margin-top: 5px;
  }
  main section.s01 .wrapper h2 {
    font-size: 18px;
    color: #fff;
    line-height: 120%;
  }
  main section.s01 .wrapper .box_youtube {
    width: 300px;
    margin-top: 30px;
  }
  main section.s01 .wrapper .box_youtube .t03 {
    text-align: center;
    font-size: 13px;
    color: #fff;
    margin-top: 10px;
  }
  main section.s02 {
    padding: 80px 20px;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s02 .wrapper h3 {
    text-align: center;
    color: #0071bc;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 4px;
  }
  main section.s02 .wrapper ul {
    display: block;
    margin-top: 30px;
  }
  main section.s02 .wrapper ul li {
    width: 100%;
    margin-top: 30px;
  }
  main section.s02 .wrapper ul li .photo {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper ul li .txtbox {
    padding: 15px 15px 0;
  }
  main section.s02 .wrapper ul li .txtbox .t01 {
    color: #005078;
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
  }
  main section.s02 .wrapper ul li .txtbox .t01.t0102 {
    color: #b03a23;
  }
  main section.s02 .wrapper ul li .txtbox .t01.t0103 {
    color: #007563;
  }
  main section.s02 .wrapper ul li .txtbox .t02 {
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 10px;
  }
  main section.s02 .wrapper ul li .txtbox .t03 {
    font-size: 14px;
    line-height: 200%;
    margin-top: 30px;
  }
  main section.s02 .wrapper .t04 {
    text-align: center;
    font-size: 18px;
    line-height: 155%;
    font-weight: bold;
    margin-top: 60px;
    letter-spacing: 2px;
    text-align: left;
  }
  main section.s02 .wrapper .t05 {
    text-align: center;
    font-size: 55px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 30px;
  }
  main section.s03 {
    background-image: url(../images/tp0301.jpg);
    background-size: cover;
    background-position: center center;
    overflow: hidden;
  }
  main section.s03 .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
    position: relative;
  }
  main section.s03 .wrapper h4 {
    text-align: center;
    color: #fff;
    letter-spacing: 5px;
    font-size: 30px;
    line-height: 100%;
  }
  main section.s03 .wrapper .t01 {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 225%;
    letter-spacing: 0;
  }
  main section.s03 .wrapper .photo {
    position: static;
    width: 70%;
    display: block;
    margin: 30px auto 0;
  }
  main section.s03 .wrapper .t02 {
    width: 100%;
    margin-top: 30px;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
  }
  main section.s03 .wrapper .t02 span {
    line-height: 20px;
    padding-left: 15px;
    font-size: 20px;
  }
  main section.s04 {
    background-image: url(../images/tp0402.jpg);
    background-size: cover;
    background-position: center center;
  }
  main section.s04 .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
  }
  main section.s04 .wrapper h5 {
    text-align: center;
    color: #fff;
    letter-spacing: 5px;
    font-size: 30px;
    line-height: 100%;
  }
  main section.s04 .wrapper .msg01 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
  }
  main section.s04 .wrapper .mapbox {
    width: 100%;
    margin-top: 20px;
    position: relative;
  }
  main section.s04 .wrapper .mapbox .photo {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper .mapbox a {
    border-radius: 100px;
    display: block;
    width: 20%;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 1.2vw 0 1.2vw;
    position: absolute;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 0.5vw solid #fff;
  }
  main section.s04 .wrapper .mapbox a:hover {
    opacity: 1;
  }
  main section.s04 .wrapper .mapbox a:hover span {
    color: #fff;
  }
  main section.s04 .wrapper .mapbox a:hover::before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  main section.s04 .wrapper .mapbox a::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/tp0402.jpg);
    background-size: 100% 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  main section.s04 .wrapper .mapbox a span {
    font-size: 2.5vw;
    line-height: 2.5vw;
    color: #000;
    position: relative;
    z-index: 10;
    letter-spacing: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: block;
  }
  main section.s04 .wrapper .mapbox a.link01 {
    top: 15%;
    left: 0;
  }
  main section.s04 .wrapper .mapbox a.link02, main section.s04 .wrapper .mapbox a.link03, main section.s04 .wrapper .mapbox a.link04 {
    width: 40%;
  }
  main section.s04 .wrapper .mapbox a.link02 {
    bottom: 23%;
    left: 0;
  }
  main section.s04 .wrapper .mapbox a.link03 {
    bottom: 11%;
    left: 0;
  }
  main section.s04 .wrapper .mapbox a.link04 {
    bottom: 0;
    left: 0;
  }
  main section.s04 .wrapper .mapbox a.link05 {
    right: 0;
    bottom: 13.5%;
  }
  main section.s04 .wrapper .mapbox a.link06 {
    right: 20%;
    bottom: 0;
  }
  main section.s04 .wrapper .mapbox a.link07 {
    top: 9%;
    right: 26%;
  }
  main section.s05 {
    background-image: url(../images/tp0501.jpg);
    background-size: cover;
    background-position: center center;
  }
  main section.s05 .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
  }
  main section.s05 .wrapper h6 {
    text-align: center;
    color: #fff;
    letter-spacing: 5px;
    font-size: 30px;
    line-height: 100%;
  }
  main section.s05 .wrapper .newslist {
    border: 1px solid #000;
    background-color: rgba(255, 255, 255, 0.75);
    margin-top: 20px;
    border-radius: 10px;
    padding: 10px 20px;
  }
  main section.s05 .wrapper .newslist li {
    border-bottom: 1px solid #000;
  }
  main section.s05 .wrapper .newslist li .news {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 10px 0;
  }
  main section.s05 .wrapper .newslist li .news dl {
    display: block;
  }
  main section.s05 .wrapper .newslist li .news dl dt {
    width: 100%;
    font-size: 14px;
    line-height: 180%;
  }
  main section.s05 .wrapper .newslist li .news dl dd {
    width: 100%;
    font-size: 14px;
    line-height: 180%;
  }
  main section.s06 {
    padding: 50px 20px;
  }
  main section.s06.s0602 {
    padding: 0 20px;
  }
  main section.s06 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s06 .wrapper .btn_list {
    display: block;
  }
  main section.s06 .wrapper .btn_list li {
    width: 100%;
  }
  main section.s06 .wrapper .btn_list li.btn01 a {
    background-color: #fcee21;
    padding-left: 20px;
  }
  main section.s06 .wrapper .btn_list li.btn01 a dl {
    width: 170px;
    margin: 0 auto;
  }
  main section.s06 .wrapper .btn_list li.btn02 {
    margin-top: 10px;
  }
  main section.s06 .wrapper .btn_list li.btn02 a {
    background-color: #fbb03b;
    padding-left: 20px;
  }
  main section.s06 .wrapper .btn_list li.btn02 a dl {
    width: 165px;
    margin: 0 auto;
  }
  main section.s06 .wrapper .btn_list li.btn02 a .photo {
    width: 65px;
    display: block;
    position: absolute;
    top: -10px;
    left: 15px;
  }
  main section.s06 .wrapper .btn_list li a {
    border-radius: 10px;
    padding: 20px 0;
    display: block;
    text-decoration: none;
  }
  main section.s06 .wrapper .btn_list li a 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;
  }
  main section.s06 .wrapper .btn_list li a dl dt {
    width: 30px;
  }
  main section.s06 .wrapper .btn_list li a dl dt img {
    width: 20px;
    display: block;
  }
  main section.s06 .wrapper .btn_list li a dl dd {
    width: calc(100% - 30px);
    font-size: 20px;
    line-height: 100%;
    font-weight: bold;
    color: #000;
  }
  main section.s07 .wrapper {
    width: 100%;
    padding: 50px 20px;
    margin: 0 auto;
  }
  main section.s07 .wrapper .t00 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 4px;
    color: #0071bc;
  }
  main section.s07 .wrapper h6 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 5px;
    color: #0071bc;
  }
  main section.s07 .wrapper .catlist {
    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;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
  }
  main section.s07 .wrapper .catlist li {
    width: calc((100% - 15px) / 4);
    border-radius: 0 10px 0 0;
  }
  main section.s07 .wrapper .catlist li.cat01 {
    background-color: #423766;
  }
  main section.s07 .wrapper .catlist li.cat02 {
    background-color: #2e3192;
  }
  main section.s07 .wrapper .catlist li.cat03 {
    background-color: #0071bc;
  }
  main section.s07 .wrapper .catlist li.cat04 {
    background-color: #529fba;
  }
  main section.s07 .wrapper .catlist li.cat05 {
    background-color: #1d5137;
  }
  main section.s07 .wrapper .catlist li.cat06 {
    background-color: #d87e25;
  }
  main section.s07 .wrapper .catlist li.cat07 {
    background-color: #843036;
  }
  main section.s07 .wrapper .catlist li a {
    width: 100%;
    height: 40px;
    text-decoration: none;
    color: #000;
    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.s07 .wrapper .catlist li a span {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 9px;
    line-height: 12px;
    color: #fff;
    letter-spacing: 0;
  }
  main section.s07 .wrapper .catbox {
    padding-top: 50px;
    margin-top: -50px;
  }
  main section.s07 .wrapper .catbox#cat01 .comlist .com .catname {
    border-bottom: 10px solid #423766;
  }
  main section.s07 .wrapper .catbox#cat01 .comlist .com .catname span {
    background-color: #423766;
  }
  main section.s07 .wrapper .catbox#cat01 .comlist .com .t01 {
    color: #423766;
  }
  main section.s07 .wrapper .catbox#cat01 .comlist .com dl dd .t03 {
    color: #423766;
  }
  main section.s07 .wrapper .catbox#cat02 .comlist .com .catname {
    border-bottom: 10px solid #2e3192;
  }
  main section.s07 .wrapper .catbox#cat02 .comlist .com .catname span {
    background-color: #2e3192;
  }
  main section.s07 .wrapper .catbox#cat02 .comlist .com .t01 {
    color: #2e3192;
  }
  main section.s07 .wrapper .catbox#cat02 .comlist .com dl dd .t03 {
    color: #2e3192;
  }
  main section.s07 .wrapper .catbox#cat03 .comlist .com .catname {
    border-bottom: 10px solid #0071bc;
  }
  main section.s07 .wrapper .catbox#cat03 .comlist .com .catname span {
    background-color: #0071bc;
  }
  main section.s07 .wrapper .catbox#cat03 .comlist .com .t01 {
    color: #0071bc;
  }
  main section.s07 .wrapper .catbox#cat03 .comlist .com dl dd .t03 {
    color: #0071bc;
  }
  main section.s07 .wrapper .catbox#cat04 .comlist .com .catname {
    border-bottom: 10px solid #529fba;
  }
  main section.s07 .wrapper .catbox#cat04 .comlist .com .catname span {
    background-color: #529fba;
  }
  main section.s07 .wrapper .catbox#cat04 .comlist .com .t01 {
    color: #529fba;
  }
  main section.s07 .wrapper .catbox#cat04 .comlist .com dl dd .t03 {
    color: #529fba;
  }
  main section.s07 .wrapper .catbox#cat05 .comlist .com .catname {
    border-bottom: 10px solid #1d5137;
  }
  main section.s07 .wrapper .catbox#cat05 .comlist .com .catname span {
    background-color: #1d5137;
  }
  main section.s07 .wrapper .catbox#cat05 .comlist .com .t01 {
    color: #1d5137;
  }
  main section.s07 .wrapper .catbox#cat05 .comlist .com dl dd .t03 {
    color: #1d5137;
  }
  main section.s07 .wrapper .catbox#cat06 .comlist .com .catname {
    border-bottom: 10px solid #d87e25;
  }
  main section.s07 .wrapper .catbox#cat06 .comlist .com .catname span {
    background-color: #d87e25;
  }
  main section.s07 .wrapper .catbox#cat06 .comlist .com .t01 {
    color: #d87e25;
  }
  main section.s07 .wrapper .catbox#cat06 .comlist .com dl dd .t03 {
    color: #d87e25;
  }
  main section.s07 .wrapper .catbox#cat07 .comlist .com .catname {
    border-bottom: 10px solid #843036;
  }
  main section.s07 .wrapper .catbox#cat07 .comlist .com .catname span {
    background-color: #843036;
  }
  main section.s07 .wrapper .catbox#cat07 .comlist .com .t01 {
    color: #843036;
  }
  main section.s07 .wrapper .catbox#cat07 .comlist .com dl dd .t03 {
    color: #843036;
  }
  main section.s07 .wrapper .catbox .comlist .com {
    margin-top: 30px;
  }
  main section.s07 .wrapper .catbox .comlist .com .catname {
    font-size: 0;
    letter-spacing: 0;
    border-bottom: 10px solid #423766;
  }
  main section.s07 .wrapper .catbox .comlist .com .catname span {
    background-color: #423766;
    width: 230px;
    padding: 15px 0 5px;
    display: block;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    text-align: center;
    border-radius: 0 10px 0 0;
  }
  main section.s07 .wrapper .catbox .comlist .com .t01 {
    font-size: 16px;
    line-height: 140%;
    font-weight: bold;
    color: #423766;
    margin-top: 10px;
    letter-spacing: 0;
  }
  main section.s07 .wrapper .catbox .comlist .com .t02 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 10px;
    padding-top: 32px;
    position: relative;
  }
  main section.s07 .wrapper .catbox .comlist .com .t02.type02 span {
    color: #007563;
    border: 1px solid #007563;
  }
  main section.s07 .wrapper .catbox .comlist .com .t02.type03 span {
    color: #005078;
    border: 1px solid #005078;
  }
  main section.s07 .wrapper .catbox .comlist .com .t02 span {
    color: #b03a23;
    border: 1px solid #b03a23;
    display: inline-block;
    vertical-align: top;
    min-width: 120px;
    padding: 8px 10px;
    text-align: center;
    font-size: 10px;
    line-height: 100%;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s07 .wrapper .catbox .comlist .com dl {
    display: block;
    margin-top: 10px;
  }
  main section.s07 .wrapper .catbox .comlist .com dl dt {
    width: 100%;
  }
  main section.s07 .wrapper .catbox .comlist .com dl dt .photo {
    width: 100%;
    display: block;
  }
  main section.s07 .wrapper .catbox .comlist .com dl dd {
    width: 100%;
    padding-left: 0;
    position: relative;
    padding-bottom: 0;
  }
  main section.s07 .wrapper .catbox .comlist .com dl dd .t03 {
    font-size: 13px;
    line-height: 180%;
    min-height: 0;
    margin-top: 10px;
    letter-spacing: 0;
  }
  main section.s07 .wrapper .catbox .comlist .com dl dd .t04 {
    font-size: 13px;
    line-height: 175%;
    position: relative;
    padding-left: 60px;
    margin-top: 15px;
  }
  main section.s07 .wrapper .catbox .comlist .com dl dd .t04 span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 90px;
  }
  main section.s07 .wrapper .catbox .comlist .com dl dd .t05 {
    font-size: 13px;
    line-height: 175%;
    position: relative;
    padding-left: 60px;
  }
  main section.s07 .wrapper .catbox .comlist .com dl dd .t05 span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 70px;
  }
  main section.s07 .wrapper .catbox .comlist .com dl dd .link_com a {
    font-size: 13px;
    color: #0071bc;
    text-decoration: none;
  }
  main section.s07 .wrapper .catbox .comlist .com dl dd .link_pdf {
    width: 180px;
    position: static;
    margin: 15px auto 0;
  }
  main section.s07 .wrapper .catbox .comlist .com dl dd .link_pdf a {
    width: 100%;
    display: block;
    background-color: #c1272d;
    text-decoration: none;
    border-radius: 100px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 12px;
    letter-spacing: 3px;
  }
  main section.s08 {
    padding: 50px 0;
    text-align: center;
  }
  main section.s08.s0602 {
    padding: 0;
  }
  main section.s08 .wrapper {
    width: 90%;
    margin: 0 auto;
  }
  main section.s08 .btn,
  main section.s08 a.btn,
  main section.s08 button.btn {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.1;
    position: relative;
    display: inline-block;
    padding: 1rem 3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
  }
  main section.s08 a.btn-gradient {
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    color: #fff;
    border-radius: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#2af598), to(#009efd));
    background-image: linear-gradient(90deg, #2af598 0%, #009efd 100%);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  main section.s08 a.btn-gradient:hover {
    -webkit-transform: skew(0);
    transform: skew(0);
    color: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  }
  main .btn_side {
    width: 42px;
    display: none;
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -66px;
  }
  main .btn_side img {
    width: 100%;
    display: block;
  }
  main section.s17 {
    background-image: url(../images/tp0402.jpg);
    background-size: 100% 100%;
    background-position: center center;
    padding-bottom: 50px;
  }
  main section.s17 .wrapper {
    padding: 0 20px;
  }
  main section.s17 .wrapper h6 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 150%;
    color: #fff;
  }
  main section.s17 .wrapper .comlist {
    width: 100%;
    margin: 50px auto 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 15px;
  }
  main section.s17 .wrapper .comlist .com {
    width: calc(50% - 7.5px);
    border-top: 20px solid #000;
    border-radius: 0 20px 0 0;
    background-color: #fff;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.5);
  }
  main section.s17 .wrapper .comlist .com .t01 {
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
    margin-top: 10px;
    letter-spacing: 0;
    min-height: 40px;
  }
  main section.s17 .wrapper .comlist .com .t02 {
    font-size: 13px;
    font-weight: bold;
    padding: 0 10px;
    margin-top: 10px;
    letter-spacing: 0;
  }
  main section.s17 .wrapper .comlist .com .link_pdf {
    margin: 10px auto 0;
    width: calc(100% - 20px);
  }
  main section.s17 .wrapper .comlist .com .link_pdf a {
    background-color: #c1272d;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    line-height: 100%;
    padding: 8px 0;
    border-radius: 50px;
    display: block;
    text-decoration: none;
    letter-spacing: 0;
  }
  main section.s17 .wrapper .comlist .com.cat01 {
    border-top: 20px solid #423766;
  }
  main section.s17 .wrapper .comlist .com.cat01 .t01 {
    color: #423766;
  }
  main section.s17 .wrapper .comlist .com.cat02 {
    border-top: 20px solid #2e3192;
  }
  main section.s17 .wrapper .comlist .com.cat02 .t01 {
    color: #2e3192;
  }
  main section.s17 .wrapper .comlist .com.cat03 {
    border-top: 20px solid #0071bc;
  }
  main section.s17 .wrapper .comlist .com.cat03 .t01 {
    color: #0071bc;
  }
  main section.s17 .wrapper .comlist .com.cat04 {
    border-top: 20px solid #529fba;
  }
  main section.s17 .wrapper .comlist .com.cat04 .t01 {
    color: #529fba;
  }
  main section.s17 .wrapper .comlist .com.cat05 {
    border-top: 20px solid #1d5137;
  }
  main section.s17 .wrapper .comlist .com.cat05 .t01 {
    color: #1d5137;
  }
  main section.s17 .wrapper .comlist .com.cat06 {
    border-top: 20px solid #d87e25;
  }
  main section.s17 .wrapper .comlist .com.cat06 .t01 {
    color: #d87e25;
  }
  main section.s17 .wrapper .comlist .com.cat07 {
    border-top: 20px solid #843036;
  }
  main section.s17 .wrapper .comlist .com.cat07 .t01 {
    color: #843036;
  }
  main section.s17 .wrapper .comlist .com .photo {
    width: calc(100% - 20px);
    display: block;
    margin: 13px auto 0;
  }
  main section.s17 .wrapper .comlist .cat_card {
    width: calc(50% - 7.5px);
    position: relative;
    background-color: #000;
    border-radius: 0 20px 0 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.5);
  }
  main section.s17 .wrapper .comlist .cat_card.cat01 {
    background-color: #423766;
  }
  main section.s17 .wrapper .comlist .cat_card.cat02 {
    background-color: #2e3192;
  }
  main section.s17 .wrapper .comlist .cat_card.cat03 {
    background-color: #0071bc;
  }
  main section.s17 .wrapper .comlist .cat_card.cat04 {
    background-color: #529fba;
  }
  main section.s17 .wrapper .comlist .cat_card.cat05 {
    background-color: #1d5137;
  }
  main section.s17 .wrapper .comlist .cat_card.cat06 {
    background-color: #d87e25;
  }
  main section.s17 .wrapper .comlist .cat_card.cat07 {
    background-color: #843036;
  }
  main section.s17 .wrapper .comlist .cat_card::before {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #fff;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border-radius: 0 15px 0 0;
  }
  main section.s17 .wrapper .comlist .cat_card p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 0 20px;
  }
}