@charset "utf-8";
#st-ns_ContentsWrapAll * {
  text-decoration: none !important;
}

.st-ns_ContentsWrapAll {
  box-sizing: border-box;
  color: #444;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 1.6;
  margin-top: 0px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#wrapper {
  overflow: hidden !important;
  min-width: auto !important;
}

#mainContent {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.st-ns_ContentsWrapAll a {
  color: #444;
  display: block;
  text-decoration: none;
  transition: 0.3s;
}

.st-ns_ContentsWrapAll a:hover img {
  opacity: 1;
}

.st-ns_ContentsWrapAll img {
  display: block;
  height: auto;
  width: 100%;
}

.st-ns_ContentsWrapAll a:before, 
.st-ns_ContentsWrapAll a:after {
  content: "";
  display: block;
  position: absolute;
}

.st-ns_commonSize {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 80px;
  width: 100%;
}

.st-ns_sp, .st-ns_sp a, 
img.st-ns_sp {
  display: none;
}

/*hover_start*/

.st-ns_ContentsWrapAll a, 
.st-ns_ContentsWrapAll a img {
  opacity: 1;
  transition: 0.3s;
}

.st-ns_ContentsWrapAll a:hover {
  transform: translate(10px, 0px);
  transition: 0.3s;
}

/*hover_end*/

/*top_start*/

.st-ns_top__im .st-ns_commonSize {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  width: 100%;
}

h1.st-ns_top__im {
  aspect-ratio: 1920 / 744;
  background-color: #f9f6e2;
  background-image: linear-gradient(90deg, #f5f0d5 2px, transparent 2px), linear-gradient(#f5f0d5 2px, transparent 2px);
  background-position: 10px 10px;
  background-size: 22px 22px;
  border: none;
  margin: 0;
  padding: 0;
}

/*top_end*/

/*kikan_start*/

.st-ns_kikan {
  background: #54c3f1;
  color: #fff;
  font-weight: 700;
  padding: 20px 0;
}

.st-ns_kikan .st-ns_txt {
  font-size: 42px;
  line-height: 1.6em;
  text-align: center;
}

.st-ns_kikan .st_ns_txt_number {
  font-size: 1.25em;
}

.st-ns_kikan .st_ns_txt_color {
  color: #fff100;
}

.st_ns_txt_large {
  font-size: 1.375em;
  font-weight: 900;
}

/*kikan_end*/

.st-ns_areaBottom {
  background: #fff;
  font-size: 14px;
  padding: 3px 0 3px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .st-ns_ContentsWrapAll {
    box-sizing: border-box;
    font-size: clamp(14px, 3.5vw, 16px);
    margin-top: 0px;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
  }
	
  .st-ns_ContentsWrapAll img {
    display: block;
    width: 100%;
  }
	
  .st-ns_commonSize {
    box-sizing: border-box;
    padding: 0;
    width: 94%;
  }
	
  /*SP_common_start*/
	
  .st-ns_sp, 
  .st-ns_sp a, 
  img.st-ns_sp {
    display: block;
  }
	
  .st-ns_pc, 
  .st-ns_pc a, 
  img.st-ns_pc {
    display: none;
  }
	
  /*SP_common_end*/
	
  /*SP_contents_start*/
	
  /*top_start*/

h1.st-ns_top__im {
  aspect-ratio: 2048 / 1700;
  background-color: #f9f6e2;
  background-image: linear-gradient(90deg, #f5f0d5 2px, transparent 2px), linear-gradient(#f5f0d5 2px, transparent 2px);
  background-position: 10px 10px;
  background-size: 19px 19px;
  border: none;
  margin: 0;
  padding: 0;
}

  h1.st-ns_top__im .st-ns_commonSize {
    width: 100%;
  }
	
  /*SP_top_end*/
	
  /*SP_kikan_start*/
	
  .st-ns_kikan {
    padding: 2.5vw 0;
  }
	
  .st-ns_kikan .st-ns_txt {
    font-size: clamp(5vw, 5vw, 42px);
	text-align: center;
  }
	
  .st-ns_kikan .st_ns_txt_number {
    font-size: clamp(6.5vw, 1.25em, 50px);
  }
	
  .st_ns_txt_large {
    font-size: clamp(7vw, 1.375em, 55px);
  }
	
  /*SP_kikan_end*/
	
  .st-ns_areaBottom {
    font-size: clamp(10px, 3vw, 14px);
  }
	
  /*hover_start*/
	
  .st-ns_ContentsWrapAll a:hover {
    transform: translate(0px, 0px);
  }

  /*hover_end*/
	
  /*SP_contents_end*/
	
}