.main_visual.only {
  border-bottom: 1px solid #d5d5d5;
  margin: 0 auto 10px;
  max-width: 1280px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .main_visual.only {
    margin: 0 auto 30px;
  }
}
.main_visual.only > li {
  margin: -10px 0 0;
}
.main_visual.only > li figure {
  margin: 0;
}

.js_fade_wrapper .main_visual {
  align-items: flex-start;
  border-bottom: 1px solid #d5d5d5;
  display: flex;
  margin: 0 auto;
  max-width: 1280px;
  overflow: hidden;
  position: relative;
}
.js_fade_wrapper .main_visual_image figure {
  margin: 0;
}
.js_fade_wrapper .main_visual_image > a {
  display: block;
  color: #000;
  text-decoration: none;
}
.js_fade_wrapper .main_visual_image > a figure {
  background-color: #fff;
}
.js_fade_wrapper .main_visual_image > a img {
  transition: opacity 0.3s;
}
.js_fade_wrapper .main_visual_image > a:hover img, .js_fade_wrapper .main_visual_image > a:active img {
  opacity: 0.8;
}
.js_fade_wrapper .main_visual_image_text {
  align-items: center;
  display: flex;
  box-sizing: border-box;
  flex-grow: 10;
  justify-content: center;
  text-align: center;
  margin: 0;
  position: relative;
}
.js_fade_wrapper .main_visual_image_text p {
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .js_fade_wrapper .main_visual_image,
.js_fade_wrapper .main_visual_image > a {
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    position: relative;
  }
  .js_fade_wrapper .main_visual_image > a {
    height: 100%;
  }
  .js_fade_wrapper .main_visual_image figure {
    flex-shrink: 0;
  }
  .js_fade_wrapper .main_visual_image_text {
    padding: 40px 48px;
  }
  .js_fade_wrapper .main_visual_image_text p {
    font-size: 1.75rem;
  }
}
@media (min-width: 768px) {
  .js_fade_wrapper .main_visual_image_text {
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 10%;
    box-sizing: border-box;
    left: 24px;
    margin: 0 auto;
    min-height: 162px;
    max-width: 1120px;
    padding: 16px 160px;
    position: absolute;
    right: 24px;
    text-align: center;
    width: calc(100% - 48px);
    z-index: 1;
  }
  .js_fade_wrapper .main_visual_image_text p {
    font-size: 2rem;
  }
  .js_fade_wrapper .main_visual_image figure {
    max-height: 710px;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  .js_fade_wrapper .main_visual_image figure::before {
    content: "";
    display: block;
    padding-top: 56.2%;
  }
  .js_fade_wrapper .main_visual_image img {
    bottom: -100vh;
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -100vh;
    width: 100%;
  }
}

.js_fade_wrapper {
  margin: 0;
  padding: 0;
  position: relative;
}
.js_fade_wrapper .main_visual::after {
  clear: both;
  content: "";
  display: block;
}
.js_fade_wrapper .main_visual > li {
  float: left;
  opacity: 0;
  transition: opacity 2s ease;
  width: 100%;
  z-index: 0;
}
.js_fade_wrapper .main_visual > li + li {
  margin-left: -100%;
}
.js_fade_wrapper .main_visual > li.js_current {
  opacity: 1;
  z-index: 1;
}
.js_fade_wrapper .js_prev_button,
.js_fade_wrapper .js_next_button {
  display: none;
}
.js_fade_wrapper .js_pause_button {
  box-sizing: border-box;
  height: 0;
  max-width: 1280px;
  margin: 8px auto 0;
  position: relative;
  width: 100%;
  z-index: 3;
}
.js_fade_wrapper .js_pause_button span {
  position: absolute;
  right: 8px;
}
@media (min-width: 768px) {
  .js_fade_wrapper .js_pause_button span {
    right: 15px;
  }
}
.js_fade_wrapper .js_thumbnail {
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px 0 0;
  position: relative;
  text-align: right;
  z-index: 2;
}
.js_fade_wrapper .js_thumbnail li {
  display: inline-block;
  height: 32px;
  margin: 0 0 0 8px;
  transition: all 1s;
  width: 32px;
}
.js_fade_wrapper .js_thumbnail li::before {
  border-top: 4px solid #ccc;
  content: "";
  display: block;
  height: 0;
  margin: 14px 0;
  width: 100%;
}
.js_fade_wrapper .js_thumbnail li:focus {
  outline: none;
}
.js_fade_wrapper .js_thumbnail li:first-child {
  margin-left: auto;
}
.js_fade_wrapper .js_thumbnail li.js_current::before {
  border-color: #00b8ce;
}
@media (min-width: 768px) {
  .js_fade_wrapper .js_thumbnail {
    padding-right: 64px;
  }
  .js_fade_wrapper .js_thumbnail li {
    width: 48px;
  }
}

.js_pause_button span {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  height: 30px;
  outline: none;
  overflow: hidden;
  position: relative;
  text-indent: 30px;
  top: 0;
  white-space: nowrap;
  width: 30px;
}
.js_pause_button span::before, .js_pause_button span::after {
  border-style: solid;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s;
}
.js_pause_button span::before {
  border-color: #343434;
  border-width: 0 2px;
  height: 10px;
  opacity: 1;
  width: 6px;
}
.js_pause_button span::after {
  border-color: transparent transparent transparent #343434;
  border-width: 6px 0 6px 8px;
  height: 0;
  opacity: 0;
  width: 0;
}
.js_pause_button.js_active span::before {
  opacity: 0;
}
.js_pause_button.js_active span::after {
  opacity: 1;
}

section.notice {
  margin: 30px 30px 0;
}
section.notice .red > h2,
section.notice .red .wm-h2 {
  font-size: 1rem;
  line-height: 60px;
  margin: 0 auto;
  padding: 0 0 0 60px;
  position: relative;
}
section.notice .red > h2::before,
section.notice .red .wm-h2::before {
  background-color: #00b8ce;
  border-radius: 100%;
  content: "";
  display: block;
  height: 20px;
  left: 30px;
  position: absolute;
  top: 20px;
  width: 20px;
}
section.notice .red > h2::after,
section.notice .red .wm-h2::after {
  content: none;
}
@media (min-width: 768px) {
  section.notice .red > h2,
section.notice .red .wm-h2 {
    font-size: 1.25rem;
    max-width: 1040px;
  }
}
section.notice > div.gray {
  background-color: #f4f4f4;
}
section.notice > div.red {
  border: 2px solid #f15c9b;
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 10px;
}
section.notice .info_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 30px 30px;
}
section.notice .info_list > div > dt > time {
  font-size: 0.88rem;
}
section.notice .info_list > div > dd {
  font-size: 0.88rem;
}
section.notice .info_list > div > dd > a {
  color: #000;
}
@media (min-width: 768px) {
  section.notice .info_list {
    gap: 20px;
    padding: 0 0 30px;
  }
  section.notice .info_list > div {
    display: flex;
    flex-flow: row wrap;
  }
  section.notice .info_list > div > dt {
    width: 145px;
  }
  section.notice .info_list > div > dt > time {
    display: block;
    font-size: 0.94rem;
    text-align: center;
  }
  section.notice .info_list > div > dd {
    font-size: 0.94rem;
    width: calc(100% - 145px);
  }
}
@media (min-width: 768px) {
  section.notice {
    margin-top: 0;
  }
  section.notice .red > h2,
section.notice .red .wm-h2 {
    padding-left: 70px;
  }
  section.notice .red > h2::before,
section.notice .red .wm-h2::before {
    left: 40px;
  }
}

section:not(.notice).gray {
  background-color: #f4f4f4;
  padding: 0 20px 40px;
}
section:not(.notice) > h2,
section:not(.notice) > .wm-h2 {
  margin: 0 auto;
  padding: 35px 0 45px;
}
section:not(.notice) > h2::before, section:not(.notice) > h2::after,
section:not(.notice) > .wm-h2::before,
section:not(.notice) > .wm-h2::after {
  content: none;
}
section:not(.notice) > h2 > span,
section:not(.notice) > .wm-h2 > span {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
  text-align: center;
}
section:not(.notice) > h2 > span::before, section:not(.notice) > h2 > span::after,
section:not(.notice) > .wm-h2 > span::before,
section:not(.notice) > .wm-h2 > span::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
}
section:not(.notice) > h2 > span::before,
section:not(.notice) > .wm-h2 > span::before {
  background-image: url(../img/title_icon_rice.png);
}
section:not(.notice) > h2 > span::after,
section:not(.notice) > .wm-h2 > span::after {
  background-image: url(../img/title_icon_wrench.png);
}
@media (max-width: 767px) {
  section:not(.notice) > h2 > span,
section:not(.notice) > .wm-h2 > span {
    font-size: 1.56rem;
  }
  section:not(.notice) > h2 > span::before, section:not(.notice) > h2 > span::after,
section:not(.notice) > .wm-h2 > span::before,
section:not(.notice) > .wm-h2 > span::after {
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 768px) {
  section:not(.notice) > h2 > span,
section:not(.notice) > .wm-h2 > span {
    font-size: 1.88rem;
  }
  section:not(.notice) > h2 > span::before, section:not(.notice) > h2 > span::after,
section:not(.notice) > .wm-h2 > span::before,
section:not(.notice) > .wm-h2 > span::after {
    height: 47px;
    width: 47px;
  }
}
section:not(.notice) .info_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 30px 45px;
}
section:not(.notice) .info_list > div > dt > time {
  background-color: #00b8ce;
  border-radius: 12px/50%;
  color: #fff;
  display: block;
  font-size: 0.75rem;
  line-height: 25px;
  margin: 0 0 8px -8px;
  padding: 0;
  text-align: center;
  width: 125px;
}
section:not(.notice) .info_list > div > dd {
  font-size: 0.94rem;
}
section:not(.notice) .info_list > div > dd > a {
  color: #000;
}
@media (min-width: 768px) {
  section:not(.notice) .info_list {
    gap: 20px;
  }
  section:not(.notice) .info_list > div {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
  }
  section:not(.notice) .info_list > div > dt {
    width: 165px;
  }
  section:not(.notice) .info_list > div > dt > time {
    border-radius: 18px/50%;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 35px;
    margin: 0;
  }
  section:not(.notice) .info_list > div > dd {
    width: calc(100% - 165px);
  }
}
section:not(.notice) .topics {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 35px 20px;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 40px 45px;
}
section:not(.notice) .topics-item {
  width: 320px;
}
section:not(.notice) .topics-item > a {
  color: #000;
  text-decoration: none;
}
section:not(.notice) .topics-item figure {
  margin: 0 0 16px;
}
section:not(.notice) .topics-item p {
  font-size: 0.88rem;
  margin: 0;
  padding: 0 24px;
}
@media (min-width: 768px) {
  section:not(.notice) .topics-item p {
    font-size: 0.94rem;
    padding: 0 35px;
  }
}

.carousel_list,
.topics-carea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
}
.carousel_list::before, .carousel_list::after,
.topics-carea::before,
.topics-carea::after {
  content: "";
  display: block;
  margin: 0;
}
.carousel_list::before,
.topics-carea::before {
  order: 2;
}
.carousel_list li,
.topics-carea li {
  flex: 0 0 100%;
  width: 100%;
}
.carousel_list li + li,
.topics-carea li + li {
  margin-top: 20px;
}
.carousel_list li.wm-icon a:not([target=_blank]):not([href*=".pdf"]):not([href*=".doc"]):not([href*=".xls"]):not([href*=".ppt"]):not([href*=".zip"]):not([href*=".txt"]):not([href*="/youtu.be/"]):not([href*=".wmv"]):not([href*=".mp4"]):not([href*="/www.youtube.com/"])::after,
.topics-carea li.wm-icon a:not([target=_blank]):not([href*=".pdf"]):not([href*=".doc"]):not([href*=".xls"]):not([href*=".ppt"]):not([href*=".zip"]):not([href*=".txt"]):not([href*="/youtu.be/"]):not([href*=".wmv"]):not([href*=".mp4"]):not([href*="/www.youtube.com/"])::after {
  display: none;
}
.carousel_list li.wm-icon a::after,
.topics-carea li.wm-icon a::after {
  display: none;
}
@media (min-width: 481px) {
  .carousel_list::before, .carousel_list::after,
.topics-carea::before,
.topics-carea::after {
    flex-basis: 48.667%;
    width: 48.667%;
  }
  .carousel_list li,
.topics-carea li {
    flex-basis: 48.667%;
    width: 48.667%;
  }
  .carousel_list li:nth-child(2),
.topics-carea li:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 600px) {
  .carousel_list::before, .carousel_list::after,
.topics-carea::before,
.topics-carea::after {
    flex-basis: 31.557444%;
    width: 31.557444%;
  }
  .carousel_list li,
.topics-carea li {
    flex-basis: 31.557444%;
    width: 31.557444%;
  }
  .carousel_list li:nth-child(3),
.topics-carea li:nth-child(3) {
    margin-top: 0;
  }
}
@media (min-width: 1320px) {
  .carousel_list::before, .carousel_list::after,
.topics-carea::before,
.topics-carea::after {
    flex-basis: 23.0005%;
    width: 23.0005%;
  }
  .carousel_list li,
.topics-carea li {
    flex-basis: 23.0005%;
    width: 23.0005%;
  }
  .carousel_list li:nth-child(4),
.topics-carea li:nth-child(4) {
    margin-top: 0;
  }
}
.carousel_list .index_nav,
.topics-carea .index_nav {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  overflow: hidden;
}
.carousel_list .index_nav dt,
.topics-carea .index_nav dt {
  font-size: 0.88rem;
  line-height: 1.5;
  padding: 0 24px;
  order: 2;
  margin-top: 0;
  width: 100%;
}
.carousel_list .index_nav dd,
.topics-carea .index_nav dd {
  flex-grow: 50;
  width: 100%;
}
.carousel_list .index_nav dd p,
.topics-carea .index_nav dd p {
  font-size: 1.06rem;
}
.carousel_list .index_nav dd:not(.index_nav_image),
.topics-carea .index_nav dd:not(.index_nav_image) {
  margin-top: 0.2em;
  order: 3;
}
.carousel_list .index_nav_image,
.topics-carea .index_nav_image {
  margin: 0 0 0.8em;
  order: 1;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.carousel_list .index_nav_image img,
.topics-carea .index_nav_image img {
  display: block;
  margin: 0 auto;
  transition: transform 0.6s ease;
  vertical-align: bottom;
}
.carousel_list .index_nav_wrap,
.topics-carea .index_nav_wrap {
  text-decoration: none;
}
.carousel_list .index_nav_wrap:hover .index_nav_image, .carousel_list .index_nav_wrap:active .index_nav_image, .carousel_list .index_nav_wrap:focus .index_nav_image,
.topics-carea .index_nav_wrap:hover .index_nav_image,
.topics-carea .index_nav_wrap:active .index_nav_image,
.topics-carea .index_nav_wrap:focus .index_nav_image {
  opacity: 0.6;
}
.carousel_list .index_nav_wrap dt,
.topics-carea .index_nav_wrap dt {
  color: #000;
}
.carousel_list .index_nav_wrap dd,
.topics-carea .index_nav_wrap dd {
  color: #000;
}
html[data-keypress-flag] a:focus .carousel_list .index_nav,
html[data-keypress-flag] a:focus .topics-carea .index_nav {
  outline: 2px solid #036eb8;
}
@media (min-width: 768px) {
  .carousel_list .index_nav dt,
.topics-carea .index_nav dt {
    font-size: 0.94rem;
    padding: 0 35px;
  }
}
.carousel_list a,
.topics-carea a {
  height: 100%;
}
.carousel_list a .index_nav dt,
.topics-carea a .index_nav dt {
  color: #000;
}
.carousel_list a:hover .index_nav dt, .carousel_list a:active .index_nav dt, .carousel_list a:focus .index_nav dt,
.topics-carea a:hover .index_nav dt,
.topics-carea a:active .index_nav dt,
.topics-carea a:focus .index_nav dt {
  color: #000;
}
.carousel_list a::after,
.topics-carea a::after {
  margin-left: -200vw;
}

.topics-carea {
  margin: 0 auto;
}

.js_prev_button,
.js_next_button {
  bottom: 100%;
  cursor: pointer;
  height: 24px;
  margin-bottom: 16px;
  overflow: hidden;
  position: absolute;
  text-indent: 50px;
  white-space: nowrap;
  width: 24px;
}
.js_prev_button::after,
.js_next_button::after {
  background-image: url(../img/icon/carousel.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  bottom: 0;
  content: "";
  display: block;
  height: 21px;
  margin: auto;
  position: absolute;
  transition: all 0.2s;
  top: 0;
  width: 12px;
}
.js_prev_button:hover::after, .js_prev_button:focus::after,
.js_next_button:hover::after,
.js_next_button:focus::after {
  opacity: 0.8;
}
.js_prev_button:focus,
.js_next_button:focus {
  outline: none;
}
html[data-keypress-flag] .js_prev_button:focus,
html[data-keypress-flag] .js_next_button:focus {
  outline: 2px solid #036eb8;
}

.js_prev_button {
  left: auto;
  right: 56px;
}
.js_prev_button::after {
  left: 8px;
  transform: rotate(-180deg);
}

.js_next_button {
  right: 0;
}
.js_next_button::after {
  right: 8px;
}

.gray .js_prev_button,
.gray .js_next_button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 100%;
  height: 21px;
  margin-bottom: 0;
  top: 50%;
  transform: translateY(calc(-50% - 20px));
  width: 12px;
}
.gray .js_prev_button::after,
.gray .js_next_button::after {
  height: 21px;
  width: 12px;
}
.gray .js_prev_button {
  left: -10px;
}
.gray .js_prev_button::after {
  left: 0;
}
.gray .js_next_button {
  right: -10px;
}
.gray .js_next_button::after {
  right: 0;
}

.js_slide_wrapper {
  margin: 0 auto;
  position: relative;
}
.js_slide_wrapper:not(.js_slide_min) {
  padding-bottom: 40px;
}
.js_slide_wrapper:not(.js_slide_min) .js_slide_clip {
  overflow: hidden;
}
.js_slide_wrapper:not(.js_slide_min) .js_slide_basis .carousel_list {
  flex-wrap: nowrap;
  margin: 0;
  width: 100%;
}
.js_slide_wrapper:not(.js_slide_min) .js_slide_basis .carousel_list::before, .js_slide_wrapper:not(.js_slide_min) .js_slide_basis .carousel_list::after {
  display: none;
}
.js_slide_wrapper:not(.js_slide_min) .js_slide_basis .carousel_list > li {
  flex-basis: 100%;
  margin: 0;
  width: 100%;
}
.js_slide_wrapper:not(.js_slide_min) .js_slide_basis .carousel_list > li:first-child {
  margin-left: -100%;
}
.js_slide_wrapper .js_pause_button {
  top: 100%;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .js_slide_wrapper {
    margin-top: 30px;
  }
  .js_slide_wrapper:not(.js_slide_min) {
    max-width: 1328px;
    margin-top: 0;
    padding: 0 8px;
  }
  .js_slide_wrapper:not(.js_slide_min) .js_slide_basis {
    margin: 0;
    width: 33.33%;
  }
  .js_slide_wrapper:not(.js_slide_min) .js_slide_basis dl {
    margin: 0 8px;
    transform-origin: top center;
  }
  .js_slide_wrapper:not(.js_slide_min) .js_prev_button,
.js_slide_wrapper:not(.js_slide_min) .js_next_button,
.js_slide_wrapper:not(.js_slide_min) .js_pause_button {
    margin-bottom: 40px;
  }
  .js_slide_wrapper:not(.js_slide_min) .js_prev_button,
.js_slide_wrapper:not(.js_slide_min) .js_next_button {
    height: 48px;
    width: 48px;
  }
  .js_slide_wrapper:not(.js_slide_min) .js_prev_button {
    left: -20px;
  }
  .js_slide_wrapper:not(.js_slide_min) .js_prev_button::after {
    left: 11px;
  }
  .js_slide_wrapper:not(.js_slide_min) .js_next_button {
    right: -20px;
  }
  .js_slide_wrapper:not(.js_slide_min) .js_next_button::after {
    right: 11px;
  }
}
@media (min-width: 1280px) {
  .js_slide_wrapper:not(.js_slide_min) .js_slide_basis {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .js_slide_wrapper .js_slide_clip {
    margin: 0;
  }
  .js_slide_wrapper .js_slide_basis {
    max-width: 50%;
  }
  .js_slide_wrapper .js_slide_basis dl {
    margin: 0 12px;
    transform-origin: top center;
    transition: all 0.2s;
  }
}
@media (max-width: 479px) {
  .js_slide_wrapper:not(.js_slide_min) {
    max-width: 296px;
    padding: 0 20px;
    position: relative;
    z-index: 0;
  }
  .js_slide_wrapper .js_slide_clip {
    margin: 0;
  }
  .js_slide_wrapper .js_slide_basis {
    max-width: 100%;
  }
  .js_slide_wrapper .js_slide_basis dl {
    margin: 0;
  }
}
.js_slide_min .js_prev_button,
.js_slide_min .js_next_button,
.js_slide_min .js_pause_button {
  display: none;
}
.js_slide_min .carousel_list {
  justify-content: center !important;
}
.js_slide_min .carousel_list::before, .js_slide_min .carousel_list::after {
  display: none;
}
.js_slide_min .carousel_list li + li {
  margin-left: 2.666%;
}