#top_main_image_container {
  position: relative;
}
#top_main_image_container .top_main_img img {
  width: 100%;
  height: auto;
}
#top_main_image_container .top_main_img .metaslider {
  height: 100%;
}
#top_main_image_container .top_main_img .metaslider > div {
  height: 100%;
}
#top_main_image_container .top_main_img .metaslider > div .flexslider {
  height: 100%;
}
#top_main_image_container .top_main_img .metaslider > div .flexslider ul.slides {
  height: 100%;
}
#top_main_image_container .top_main_img .metaslider > div .flexslider ul.slides li {
  height: 100%;
}
#top_main_image_container .top_mainimg_on_txt {
  position: absolute;
  z-index: 500;
  left: 0;
  top: 28%;
  width: 100%;
}
#top_main_image_container .top_mainimg_on_txt p {
  font-size: clamp(1rem, 0.676rem + 1.62vw, 2.5rem);
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
  color: #fff;
  padding-left: 12%;
}
@media screen and (max-width: 768px) {
  #top_main_image_container .top_main_img {
    aspect-ratio: 1/0.75;
    overflow: hidden;
  }
  #top_main_image_container .top_main_img img {
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #top_main_image_container .top_mainimg_on_txt {
    position: absolute;
    z-index: 500;
    left: 0;
    top: 20%;
    width: 100%;
  }
  #top_main_image_container .top_mainimg_on_txt p {
    font-size: clamp(0.875rem, 0.339rem + 2.68vw, 1.625rem);
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
    color: #fff;
    padding-left: 4%;
  }
}

#top_contents {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
#top_contents .sec_header {
  text-align: center;
  margin-bottom: min(60px, 6vw);
}
#top_contents .sec_header h2 {
  font-size: clamp(0.9375rem, 0.739980916rem + 0.7633587786vw, 1.3125rem);
  font-weight: bold;
  text-align: center;
}
#top_contents .sec_header .en_txt {
  font-size: clamp(0.6875rem, 0.6216603053rem + 0.2544529262vw, 0.8125rem);
  text-align: center;
  margin: min(10px, 1vw) 0;
  color: #fff;
}
#top_contents .link_btn a {
  color: #3c3c3c;
  font-weight: bold;
  display: inline-block;
  padding-right: 24px;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-image: url("../../images/ico_yaji_rt05.svg");
  background-size: 5px auto;
}
#top_contents .link_btn a:hover {
  text-decoration: none;
  opacity: 0.7;
  background-position: 100% 50%;
  background-image: url("../../images/ico_yaji_rt06.svg");
  background-size: 18px auto;
}
@media screen and (max-width: 768px) {
  #top_contents .link_btn {
    margin-top: 20px;
    text-align: center;
  }
}
#top_contents .inner_link_box {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.25s, display 0.25s allow-discrete;
  transition: opacity 0.25s, display 0.25s allow-discrete;
  position: absolute;
  z-index: 5000;
  background-color: #fff;
  border-radius: 8px;
  padding: 1.5em;
  width: 60%;
  top: 35%;
  left: 20%;
}
#top_contents .inner_link_box ul li {
  font-size: clamp(0.875rem, 0.8091603053rem + 0.2544529262vw, 1rem);
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #dedede;
}
#top_contents .inner_link_box ul li a {
  display: block;
  padding: 0.5em 2em 0.5em 0;
  color: #3c3c3c;
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-image: url("../../images/ico_yaji_rt05.svg");
  background-size: 5px auto;
}
#top_contents .inner_link_box ul li a:hover {
  text-decoration: none;
  opacity: 0.7;
  background-position: 99% 50%;
  background-image: url("../../images/ico_yaji_rt06.svg");
  background-size: 18px auto;
}

#topsec_first_buttons .inner_box {
  text-decoration: none;
  color: #fff;
  position: relative;
}
@media (any-hover: hover) {
  #topsec_first_buttons .inner_box:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
#topsec_first_buttons .sec_row_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topsec_first_buttons .sec_row_btm .sec_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#topsec_first_buttons .sec_row_btm .sec_col .inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: min(60px, 6vw);
  aspect-ratio: 1/0.8826;
  text-align: center;
  position: relative;
}
#topsec_first_buttons .sec_row_btm .sec_col .inner_box h2 {
  font-size: clamp(0.9375rem, 0.739980916rem + 0.7633587786vw, 1.3125rem);
  font-weight: bold;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#topsec_first_buttons .sec_row_btm .sec_col .inner_box .en_txt {
  font-size: clamp(0.6875rem, 0.6216603053rem + 0.2544529262vw, 0.8125rem);
  text-align: center;
  margin: min(10px, 1vw) 0;
  color: #fff;
}
#topsec_first_buttons .sec_row_btm .sec_col:nth-child(1) {
  background-image: url("../../images/top_bgimg_1003.png");
}
#topsec_first_buttons .sec_row_btm .sec_col:nth-child(2) {
  background-image: url("../../images/top_bgimg_1004.png");
}
#topsec_first_buttons .sec_row_btm .sec_col:nth-child(3) {
  background-image: url("../../images/top_bgimg_1005.png");
}
@media screen and (max-width: 768px) {
  #topsec_first_buttons .sec_row_btm {
    display: block;
  }
}

#topsec_news {
  margin: min(100px, 10vw) 0;
  padding: 0 1em;
}
#topsec_news .sec_header .en_txt {
  color: #31923a;
}
#topsec_news .sec_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1150px;
  margin: 0 auto;
}
#topsec_news .sec_row .sec_col_lt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  padding: 0 1em 0 min(100px, 10vw);
}
#topsec_news .sec_row .sec_col_lt ul.cat_buttons li {
  font-size: clamp(0.875rem, 0.8420801527rem + 0.1272264631vw, 0.9375rem);
  font-weight: bold;
  margin-bottom: 1em;
  color: #c4c4c4;
  cursor: pointer;
}
#topsec_news .sec_row .sec_col_lt ul.cat_buttons li:hover {
  color: #3c3c3c;
  text-decoration: none;
}
#topsec_news .sec_row .sec_col_lt ul.cat_buttons li a {
  color: #c4c4c4;
}
#topsec_news .sec_row .sec_col_lt ul.cat_buttons li a:hover {
  color: #3c3c3c;
  text-decoration: none;
}
#topsec_news .sec_row .sec_col_lt ul.cat_buttons li.cat_active {
  color: #3c3c3c;
}
#topsec_news .sec_row .sec_col_lt ul.cat_buttons li.cat_active a {
  color: #3c3c3c;
}
#topsec_news .sec_row .sec_col_rt {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
  padding: 0 1em;
}
#topsec_news .sec_row .sec_col_rt .news_container {
  display: none;
}
#topsec_news .sec_row .sec_col_rt .news_container.cat_active {
  display: block;
}
@media screen and (max-width: 768px) {
  #topsec_news .sec_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #topsec_news .sec_row .sec_col_lt {
    display: contents;
    padding: 0;
  }
  #topsec_news .sec_row .sec_col_lt ul.cat_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #topsec_news .sec_row .sec_col_lt ul.cat_buttons li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    margin-bottom: 0.75em;
  }
  #topsec_news .sec_row .sec_col_lt .link_btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #topsec_news .sec_row .sec_col_rt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
  }
}