/* ------------------------------
 width: all
------------------------------ */
header {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
header.common_header .wrapper {
  height: 280px;
}
header.common_header .wrapper .logo {
  width: 515px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
header.common_header .wrapper .logo img {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
header.common_header .wrapper #searchform {
  margin-left: calc(100% - 767px);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
header.common_header .wrapper .bg {
  height: 280px;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
header.common_header.scrolled .wrapper {
  height: 179px;
}
header.common_header.scrolled .wrapper .logo {
  width: 241px;
}
header.common_header.scrolled .wrapper #searchform {
  margin-left: calc(100% - 493px);
}
header.common_header.scrolled .wrapper .bg {
  height: 179px;
  opacity: 1;
}

main {
  padding-top: 0 !important;
}
main section.s01 .wrapper {
  position: relative;
}
main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide-active .photobox,
main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide-duplicate-active .photobox,
main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide-prev .photobox {
  -webkit-animation: kakudai 10s linear 0s normal both;
          animation: kakudai 10s linear 0s normal both;
}
main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide-active .msg,
main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide-duplicate-active .msg,
main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide-prev .msg {
  -webkit-animation: msg_fade 10s linear 0s normal both;
          animation: msg_fade 10s linear 0s normal both;
}
main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}
main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox {
  width: 100%;
  height: 908px;
}
main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .msg {
  font-size: 70px;
  color: #fff;
  line-height: 180%;
  text-align: right;
  position: absolute;
  right: 40px;
  bottom: 200px;
  z-index: 100000;
  opacity: 0;
}
main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .msg span {
  display: inline-block;
  vertical-align: bottom;
  text-align: left;
  text-shadow: 5px 5px 5px rgb(0, 0, 0);
}
@-webkit-keyframes kakudai {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes kakudai {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@-webkit-keyframes msg_fade {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes msg_fade {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
main section.s01 .wrapper .bg {
  width: 100%;
  height: 47px;
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 100000;
}
main section.s01 .wrapper .scroll {
  width: 58px;
  display: block;
  position: absolute;
  right: 40px;
  bottom: 80px;
  z-index: 100000;
}
main section.s02 {
  padding: 80px 40px 50px;
}
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.s03 {
  background-image: url(../images/tp0301.png);
  background-size: 100% 536px;
  background-repeat: no-repeat;
  background-position: top 0 center;
  padding: 100px 40px 100px;
}
main section.s03 .wrapper .txtbox .icon {
  width: 229px;
  display: block;
  margin: 0 auto;
}
main section.s03 .wrapper .txtbox .t01 {
  text-align: center;
  color: #1d738c;
  font-size: 30px;
  margin-top: 10px;
}
main section.s03 .wrapper .feature_btn_list {
  width: 1200px;
  margin: 0 auto;
  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: 13px;
  margin-top: 50px;
}
main section.s03 .wrapper .feature_btn_list li {
  width: 290px;
}
main section.s03 .wrapper .feature_btn_list li .btn_feature {
  width: 100%;
  display: block;
  text-decoration: none;
  border: 1px solid #1d738c;
  border-radius: 0 15px 0 0;
  padding: 20px 20px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s03 .wrapper .feature_btn_list li .btn_feature:hover, main section.s03 .wrapper .feature_btn_list li .btn_feature.active {
  background-color: #1d738c;
  opacity: 1;
}
main section.s03 .wrapper .feature_btn_list li .btn_feature:hover dl dt, main section.s03 .wrapper .feature_btn_list li .btn_feature.active dl dt {
  color: #fff;
}
main section.s03 .wrapper .feature_btn_list li .btn_feature:hover dl dd, main section.s03 .wrapper .feature_btn_list li .btn_feature.active dl dd {
  color: #fff;
}
main section.s03 .wrapper .feature_btn_list li .btn_feature 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.s03 .wrapper .feature_btn_list li .btn_feature dl dt {
  width: 50%;
  font-size: 20px;
  color: #1d738c;
}
main section.s03 .wrapper .feature_btn_list li .btn_feature dl dd {
  width: 50%;
  text-align: right;
  font-size: 25px;
  color: #1d738c;
}
main section.s03 .wrapper .featurebox {
  width: 1200px;
  margin: 0 auto;
  display: none;
}
main section.s03 .wrapper .featurebox .contentslist01 {
  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: 70px 30px;
  margin-top: 70px;
}
main section.s03 .wrapper .featurebox .contentslist01 li {
  width: 380px;
}
main section.s03 .wrapper .featurebox .contentslist01 li a {
  display: block;
  text-decoration: none;
}
main section.s03 .wrapper .featurebox .contentslist01 li a .photo {
  width: 380px;
  height: 280px;
}
main section.s03 .wrapper .featurebox .contentslist01 li a .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section.s03 .wrapper .featurebox .contentslist01 li a .date {
  font-size: 18px;
  margin-top: 20px;
  color: #1d738c;
  letter-spacing: 2px;
}
main section.s03 .wrapper .featurebox .contentslist01 li a .t01 {
  font-size: 18px;
  line-height: 150%;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-top: 5px;
}
main section.s03 .wrapper .featurebox .contentslist01 li a .tagbox p {
  display: inline-block;
  vertical-align: top;
  margin: 5px 8px 5px 0;
  font-size: 14px;
  color: #1d738c;
}
main section.s03 .wrapper .featurebox .btnbox {
  text-align: center;
  margin-top: 70px;
}
main section.s03 .wrapper .featurebox .btnbox a {
  display: inline-block;
  text-decoration: none;
  font-size: 30px;
  color: #1d738c;
  padding: 10px 50px 10px 10px;
  border-bottom: 1px solid #1d738c;
  background-image: url(../images/icon_arrow02.svg);
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
main section.s03 .wrapper .feature01 {
  display: block;
}
main section.s04 {
  background-image: url(../images/tp0401.png);
  background-size: 100% 100%;
  padding: 80px 40px 150px;
}
main section.s04 .wrapper .ttlbox01 {
  background-image: url(../images/tp0402.svg);
  background-size: 826px auto;
  background-repeat: no-repeat;
  background-position: bottom 0 center;
}
main section.s04 .wrapper .ttlbox01 h2 {
  color: #fff;
}
main section.s04 .wrapper .newsbox {
  width: 1200px;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 55px;
  margin: 0 auto;
  margin-top: 40px;
}
main section.s04 .wrapper .newsbox .newslist li + li {
  border-top: 1px solid #cccccc;
}
main section.s04 .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.s04 .wrapper .newsbox .newslist li a .date {
  width: 110px;
  font-size: 21px;
  color: #1d738c;
}
main section.s04 .wrapper .newsbox .newslist li a .cat {
  width: 130px;
}
main section.s04 .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.s04 .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.s04 .wrapper .newsbox .btn_more {
  text-align: right;
}
main section.s04 .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.s05 {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 150px;
}
main section.s05 .wrapper .contentslist01 {
  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: 70px 30px;
  margin-top: 40px;
}
main section.s05 .wrapper .contentslist01 li {
  width: 380px;
}
main section.s05 .wrapper .contentslist01 li a {
  display: block;
  text-decoration: none;
}
main section.s05 .wrapper .contentslist01 li a .photo {
  width: 380px;
  height: 280px;
}
main section.s05 .wrapper .contentslist01 li a .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
main section.s05 .wrapper .contentslist01 li a .date {
  font-size: 18px;
  margin-top: 20px;
  color: #1d738c;
  letter-spacing: 2px;
}
main section.s05 .wrapper .contentslist01 li a .t01 {
  font-size: 18px;
  line-height: 150%;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-top: 5px;
}
main section.s05 .wrapper .contentslist01 li a .tagbox p {
  display: inline-block;
  vertical-align: top;
  margin: 5px 8px 5px 0;
  font-size: 14px;
  color: #1d738c;
}
main section.s05 .wrapper .btn_more {
  text-align: center;
  margin-top: 50px;
}
main section.s05 .wrapper .btn_more a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  background-color: #1d738c;
  color: #fff;
  font-size: 20px;
  padding: 5px 35px 5px 15px;
  background-image: url(../images/icon_arrow01.svg);
  background-size: 6px auto;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
main section.s06 {
  padding: 120px 0 150px;
  background-image: url(../images/tp0601.png);
  background-size: 100% 100%;
}
main section.s06 .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.s06 .wrapper .t01 {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 180%;
}
main section.s06 .wrapper iframe {
  width: 1200px !important;
  height: 640px !important;
  display: block !important;
  margin: 20px auto 0;
}
main section.s07 {
  background-image: url(../images/tp0701.jpg);
  background-size: cover;
  background-position: center center;
  padding: 120px 0;
}
main section.s07 .wrapper {
  width: 1200px;
  margin: 0 auto;
}
main section.s07 .wrapper ul {
  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: 40px;
}
main section.s07 .wrapper ul li {
  width: 580px;
}
main section.s07 .wrapper ul li a {
  width: 100%;
  display: block;
}
main section.s07 .wrapper ul li a img {
  width: 100%;
  display: block;
}
main section.s08 {
  background-color: rgba(158, 215, 227, 0.42);
  padding: 120px 0 250px;
}
main section.s08 .wrapper .t01 {
  font-size: 18px;
  line-height: 180%;
  margin-top: 25px;
  text-align: center;
}
main section.s08 .wrapper .swiper-area02 {
  width: 1200px;
  margin: 50px auto 0;
  position: relative;
}
main section.s08 .wrapper .swiper-area02 .swiper .swiper-wrapper {
  position: relative;
}
main section.s08 .wrapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide {
  width: 220px;
}
main section.s08 .wrapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  text-decoration: none;
}
main section.s08 .wrapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide a .photobox {
  width: 220px;
  height: 220px;
  position: relative;
}
main section.s08 .wrapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide a .photobox .photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 13px;
}
main section.s08 .wrapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide a .photobox .icon {
  width: 70px;
  display: block;
  position: absolute;
  bottom: -55px;
  left: 15px;
}
main section.s08 .wrapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide a .txtbox .name {
  font-size: 14px;
  color: #1d738c;
  margin-top: 70px;
}
main section.s08 .wrapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide a .txtbox .t01 {
  font-size: 14px;
  color: #000;
  margin-top: 5px;
  line-height: 170%;
}
main section.s08 .wrapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide a .btn {
  width: 200px;
  background-color: #1d738c;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 100%;
  padding: 15px 0;
  margin: 15px auto 0;
  background-image: url(../images/icon_arrow01.svg);
  background-position: center right 15px;
  background-size: 7px auto;
  background-repeat: no-repeat;
}
main section.s08 .wrapper .swiper-area02 .swiper-button-prev {
  display: block;
  width: 56px;
  height: 56px;
  background-image: url(../images/icon_prev01.svg);
  top: 100px !important;
  left: -20px !important;
  margin-top: -15px !important;
  z-index: 10000;
  background-color: transparent !important;
}
main section.s08 .wrapper .swiper-area02 .swiper-button-prev::after {
  display: none !important;
}
main section.s08 .wrapper .swiper-area02 .swiper-button-next {
  display: block;
  width: 56px;
  height: 56px;
  background-image: url(../images/icon_next01.svg);
  top: 100px !important;
  right: -20px !important;
  margin-top: -15px !important;
  background-color: transparent !important;
}
main section.s08 .wrapper .swiper-area02 .swiper-button-next::after {
  display: none !important;
}
main section.s08 .wrapper .btn_more {
  text-align: center;
  margin-top: 50px;
}
main section.s08 .wrapper .btn_more a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  background-color: #1d738c;
  color: #fff;
  font-size: 20px;
  padding: 5px 35px 5px 15px;
  background-image: url(../images/icon_arrow01.svg);
  background-size: 6px auto;
  background-repeat: no-repeat;
  background-position: right 10px center;
}

footer {
  margin-top: -100px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  header {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  header.common_header .wrapper {
    height: 120px;
  }
  header.common_header .wrapper .logo {
    width: 150px;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  header.common_header .wrapper .logo img {
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  header.common_header .wrapper #searchform {
    margin-left: calc(100% - 290px);
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  header.common_header .wrapper .bg {
    height: 120px;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  header.common_header.scrolled .wrapper {
    height: 70px;
  }
  header.common_header.scrolled .wrapper .logo {
    width: 100px;
  }
  header.common_header.scrolled .wrapper #searchform {
    margin-left: calc(100% - 240px);
  }
  header.common_header.scrolled .wrapper .bg {
    height: 70px;
    opacity: 1;
  }
  main {
    padding-top: 0 !important;
  }
  main section.s01 .wrapper {
    position: relative;
  }
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide-active .photobox,
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide-duplicate-active .photobox,
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide-prev .photobox {
    -webkit-animation: kakudai 10s linear 0s normal both;
            animation: kakudai 10s linear 0s normal both;
  }
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide-active .msg,
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide-duplicate-active .msg,
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide-prev .msg {
    -webkit-animation: msg_fade 10s linear 0s normal both;
            animation: msg_fade 10s linear 0s normal both;
  }
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox {
    width: 100%;
    height: calc(100dvh - 20px);
  }
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .photobox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .msg {
    font-size: 24px;
    color: #fff;
    line-height: 180%;
    text-align: right;
    position: absolute;
    right: 40px;
    bottom: auto;
    top: 50%;
    margin-top: -44px;
    z-index: 100000;
    opacity: 0;
  }
  main section.s01 .wrapper .swiper-area01 .swiper .swiper-wrapper .swiper-slide .msg span {
    display: inline-block;
    text-align: left;
    text-shadow: 3px 3px 2px rgb(0, 0, 0);
  }
  @-webkit-keyframes kakudai {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.15);
              transform: scale(1.15);
    }
  }
  @keyframes kakudai {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.15);
              transform: scale(1.15);
    }
  }
  main section.s01 .wrapper .bg {
    width: 100%;
    height: 20px;
    display: block;
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    z-index: 100000;
  }
  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.s03 {
    background-image: url(../images/tp0301.png);
    background-size: 100% 120px;
    background-repeat: no-repeat;
    background-position: top 0 center;
    padding: 70px 20px 70px;
  }
  main section.s03 .wrapper .txtbox .icon {
    width: 140px;
    display: block;
    margin: 0 auto;
  }
  main section.s03 .wrapper .txtbox .t01 {
    text-align: center;
    color: #1d738c;
    font-size: 20px;
    margin-top: 10px;
  }
  main section.s03 .wrapper .feature_btn_list {
    width: 100%;
    margin: 0 auto;
    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: 10px;
    margin-top: 25px;
  }
  main section.s03 .wrapper .feature_btn_list li {
    width: calc(50% - 5px);
  }
  main section.s03 .wrapper .feature_btn_list li .btn_feature {
    width: 100%;
    display: block;
    text-decoration: none;
    border: 1px solid #1d738c;
    border-radius: 0 10px 0 0;
    padding: 10px 10px;
  }
  main section.s03 .wrapper .feature_btn_list li .btn_feature:hover, main section.s03 .wrapper .feature_btn_list li .btn_feature.active {
    background-color: #1d738c;
    opacity: 1;
  }
  main section.s03 .wrapper .feature_btn_list li .btn_feature:hover dl dt, main section.s03 .wrapper .feature_btn_list li .btn_feature.active dl dt {
    color: #fff;
  }
  main section.s03 .wrapper .feature_btn_list li .btn_feature:hover dl dd, main section.s03 .wrapper .feature_btn_list li .btn_feature.active dl dd {
    color: #fff;
  }
  main section.s03 .wrapper .feature_btn_list li .btn_feature 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.s03 .wrapper .feature_btn_list li .btn_feature dl dt {
    width: 60%;
    font-size: 14px;
    color: #1d738c;
  }
  main section.s03 .wrapper .feature_btn_list li .btn_feature dl dd {
    width: 40%;
    text-align: right;
    font-size: 16px;
    color: #1d738c;
  }
  main section.s03 .wrapper .featurebox {
    width: 100%;
    margin: 0 auto;
    display: none;
  }
  main section.s03 .wrapper .featurebox .contentslist01 {
    display: block;
    margin-top: 30px;
  }
  main section.s03 .wrapper .featurebox .contentslist01 li {
    width: 100%;
  }
  main section.s03 .wrapper .featurebox .contentslist01 li + li {
    margin-top: 30px;
  }
  main section.s03 .wrapper .featurebox .contentslist01 li a {
    display: block;
    text-decoration: none;
  }
  main section.s03 .wrapper .featurebox .contentslist01 li a .photo {
    width: 100%;
    height: calc((100vw - 40px) * 0.73);
  }
  main section.s03 .wrapper .featurebox .contentslist01 li a .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  main section.s03 .wrapper .featurebox .contentslist01 li a .date {
    font-size: 16px;
    margin-top: 13px;
    color: #1d738c;
    letter-spacing: 1px;
  }
  main section.s03 .wrapper .featurebox .contentslist01 li a .t01 {
    font-size: 14px;
    line-height: 150%;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-top: 3px;
  }
  main section.s03 .wrapper .featurebox .contentslist01 li a .tagbox p {
    display: inline-block;
    vertical-align: top;
    margin: 5px 8px 5px 0;
    font-size: 12px;
    color: #1d738c;
  }
  main section.s03 .wrapper .featurebox .btnbox {
    text-align: center;
    margin-top: 40px;
  }
  main section.s03 .wrapper .featurebox .btnbox a {
    display: inline-block;
    text-decoration: none;
    font-size: 22px;
    color: #1d738c;
    padding: 5px 30px 7px 5px;
    border-bottom: 1px solid #1d738c;
    background-image: url(../images/icon_arrow02.svg);
    background-size: 6px auto;
    background-repeat: no-repeat;
    background-position: right 5px center;
  }
  main section.s03 .wrapper .feature01 {
    display: block;
  }
  main section.s04 {
    background-image: url(../images/tp0401.png);
    background-size: 100% 100%;
    padding: 50px 20px 80px;
  }
  main section.s04 .wrapper .ttlbox01 {
    background-image: url(../images/tp0402.svg);
    background-size: 600px auto;
    background-repeat: no-repeat;
    background-position: bottom 0 center;
  }
  main section.s04 .wrapper .ttlbox01 h2 {
    color: #fff;
  }
  main section.s04 .wrapper .newsbox {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 20px;
    margin: 0 auto;
    margin-top: 25px;
  }
  main section.s04 .wrapper .newsbox .newslist li + li {
    border-top: 1px solid #cccccc;
  }
  main section.s04 .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.s04 .wrapper .newsbox .newslist li a .date {
    width: 80px;
    font-size: 16px;
    line-height: 100%;
    color: #1d738c;
    margin-top: -2px;
  }
  main section.s04 .wrapper .newsbox .newslist li a .cat {
    width: 200px;
  }
  main section.s04 .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.s04 .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.s04 .wrapper .newsbox .btn_more {
    text-align: right;
  }
  main section.s04 .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.s05 {
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px 50px;
  }
  main section.s05 .wrapper .contentslist01 {
    display: block;
    margin-top: 30px;
  }
  main section.s05 .wrapper .contentslist01 li {
    width: 100%;
  }
  main section.s05 .wrapper .contentslist01 li + li {
    margin-top: 30px;
  }
  main section.s05 .wrapper .contentslist01 li a {
    display: block;
    text-decoration: none;
  }
  main section.s05 .wrapper .contentslist01 li a .photo {
    width: 100%;
    height: calc((100vw - 40px) * 0.73);
  }
  main section.s05 .wrapper .contentslist01 li a .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  main section.s05 .wrapper .contentslist01 li a .date {
    font-size: 16px;
    margin-top: 13px;
    color: #1d738c;
    letter-spacing: 1px;
  }
  main section.s05 .wrapper .contentslist01 li a .t01 {
    font-size: 14px;
    line-height: 150%;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-top: 3px;
  }
  main section.s05 .wrapper .contentslist01 li a .tagbox p {
    display: inline-block;
    vertical-align: top;
    margin: 5px 8px 5px 0;
    font-size: 12px;
    color: #1d738c;
  }
  main section.s05 .wrapper .btn_more {
    text-align: center;
    margin-top: 35px;
  }
  main section.s05 .wrapper .btn_more a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    background-color: #1d738c;
    color: #fff;
    font-size: 16px;
    padding: 5px 25px 5px 15px;
    background-image: url(../images/icon_arrow01.svg);
    background-size: 5px auto;
    background-repeat: no-repeat;
    background-position: right 5px center;
  }
  main section.s06 {
    padding: 80px 20px 50px;
    background-image: url(../images/tp0601.png);
    background-size: 100% 100%;
  }
  main section.s06 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s06 .wrapper .t01 {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 180%;
  }
  main section.s06 .wrapper iframe {
    width: 100% !important;
    height: 300px !important;
    display: block !important;
    margin: 20px auto 0;
  }
  main section.s07 {
    background-image: url(../images/tp0701.jpg);
    background-size: cover;
    background-position: center center;
    padding: 50px 20px;
  }
  main section.s07 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s07 .wrapper ul {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    width: 90%;
  }
  main section.s07 .wrapper ul li {
    width: 100%;
  }
  main section.s07 .wrapper ul li + li {
    margin-top: 15px;
  }
  main section.s07 .wrapper ul li a {
    width: 100%;
    display: block;
  }
  main section.s07 .wrapper ul li a img {
    width: 100%;
    display: block;
  }
  main section.s08 {
    background-color: rgba(158, 215, 227, 0.42);
    padding: 50px 0 150px;
  }
  main section.s08 .wrapper .t01 {
    font-size: 14px;
    line-height: 180%;
    margin-top: 15px;
    text-align: center;
  }
  main section.s08 .wrapper .swiper-area02 {
    width: 100%;
    margin: 35px auto 0;
  }
  main section.s08 .wrapper .swiper-area02 .swiper .swiper-wrapper {
    position: relative;
  }
  main section.s08 .wrapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide {
    width: 200px;
  }
  main section.s08 .wrapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide a {
    display: block;
    text-decoration: none;
  }
  main section.s08 .wrapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide a .photobox {
    width: 200px;
    height: 200px;
    position: relative;
  }
  main section.s08 .wrapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide a .photobox .photo {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    border-radius: 13px;
  }
  main section.s08 .wrapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide a .photobox .icon {
    width: 40px;
    display: block;
    position: absolute;
    bottom: -30px;
    left: 10px;
  }
  main section.s08 .wrapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide a .txtbox .name {
    font-size: 13px;
    color: #1d738c;
    margin-top: 40px;
  }
  main section.s08 .wrapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide a .txtbox .t01 {
    font-size: 13px;
    color: #000;
    margin-top: 5px;
    line-height: 170%;
  }
  main section.s08 .wrapper .swiper-area02 .swiper .swiper-wrapper .swiper-slide a .btn {
    width: 150px;
    background-color: #1d738c;
    border-radius: 50px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    line-height: 100%;
    padding: 12px 0;
    margin: 10px auto 0;
    background-image: url(../../images/icon_arrow01.svg);
    background-position: center right 10px;
    background-size: 5px auto;
    background-repeat: no-repeat;
  }
  main section.s08 .wrapper .swiper-area02 .swiper-button-prev {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images/icon_prev01.svg);
    top: 95px !important;
    left: calc(50% - 133px) !important;
    margin-top: -10px !important;
    z-index: 10000;
  }
  main section.s08 .wrapper .swiper-area02 .swiper-button-prev::after {
    display: none !important;
  }
  main section.s08 .wrapper .swiper-area02 .swiper-button-next {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images/icon_next01.svg);
    top: 95px !important;
    right: calc(50% - 133px) !important;
    margin-top: -10px !important;
  }
  main section.s08 .wrapper .swiper-area02 .swiper-button-next::after {
    display: none !important;
  }
  main section.s08 .wrapper .btn_more {
    text-align: center;
    margin-top: 35px;
  }
  main section.s08 .wrapper .btn_more a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    background-color: #1d738c;
    color: #fff;
    font-size: 16px;
    padding: 5px 25px 5px 15px;
    background-image: url(../images/icon_arrow01.svg);
    background-size: 5px auto;
    background-repeat: no-repeat;
    background-position: right 5px center;
  }
  footer {
    margin-top: -100px;
  }
}