#topimage #topimage2025 {
  background: #fff5d7 url("../../../images/topimage_bg.jpg") no-repeat center top/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  #topimage #topimage2025 .topimage-copy {
    animation-duration: 3s;
    animation-name: fg03; }
    #topimage #topimage2025 .topimage-copy p {
      color: #00532e;
      font-weight: 600;
      font-feature-settings: "palt";
      line-height: 1.5; }
      #topimage #topimage2025 .topimage-copy p .small {
        font-size: 0.777777rem;
        margin-left: 0.25em;
        margin-right: 0.25em; }
  #topimage #topimage2025 .topimage-img {
    aspect-ratio: 1 / 1;
    position: relative; }
    #topimage #topimage2025 .topimage-img .fg01 {
      position: absolute;
      top: 0;
      animation-duration: 3s;
      animation-name: fg01;
      z-index: 1; }
    #topimage #topimage2025 .topimage-img .fg02 {
      position: absolute;
      animation-duration: 3s;
      animation-name: fg02; }
@keyframes fg01 {
  0% {
    margin-left: 100%;
    width: 100%; }
  75%, 100% {
    margin-left: 0%;
    width: 100%; } }
@keyframes fg02 {
  0%, 50% {
    margin-top: 50%;
    opacity: 0; }
  100% {
    margin-top: 0%;
    opacity: 1; } }
  #topimage #topimage2025 .topimage-tittle {
    animation-duration: 3s;
    animation-name: fg03; }
    #topimage #topimage2025 .topimage-tittle-text {
      background-color: #009f3e;
      color: #FFF;
      line-height: 1.5;
      text-align: center; }
@keyframes fg03 {
  0%, 50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.news_list > header {
  line-height: 1.25; }
  .news_list > header .link {
    color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none; }
    .news_list > header .link:hover {
      opacity: 0.7; }
    .news_list > header .link h2 {
      font-feature-settings: "palt";
      font-weight: 600;
      padding-right: 0.5em; }
    .news_list > header .link-arrow {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 1em;
      height: 1em;
      border-radius: 0.5em;
      background-color: #FFF; }
      .news_list > header .link-arrow::after {
        content: "";
        display: block;
        width: 1em;
        height: 0.3em;
        border-bottom: 2px solid #00532e;
        border-right: 3px solid #00532e;
        transform: skewX(45deg); }
.news_list .news_list-content {
  width: 100%; }
.news_list ul {
  overflow-y: auto; }
  .news_list ul li {
    padding: 1em 0; }
    .news_list ul li a:link, .news_list ul li a:visited {
      color: #333; }
    .news_list ul li a:hover, .news_list ul li a:active {
      color: #666; }
    .news_list ul li .date {
      display: block;
      padding-bottom: 0.25em;
      margin-top: 0.15em; }
    .news_list ul li .cate {
      display: inline-block;
      vertical-align: middle;
      margin-left: 1em;
      margin-right: 1em;
      margin-top: -0.15em; }
      .news_list ul li .cate .cate-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 9em;
        height: 1.5em;
        color: #FFF;
        background-color: #666;
        line-height: 1;
        text-align: center; }
    .news_list ul li .title {
      display: block;
      padding-bottom: 0.25em;
      margin-top: 0.15em; }
    .news_list ul li.cate01 .cate .cate-inner {
      background-color: #07C; }
    .news_list ul li.cate02 .cate .cate-inner {
      background-color: #E70; }
    .news_list ul li.cate03 .cate .cate-inner {
      background-color: #370; }
    .news_list ul li.cate04 .cate .cate-inner {
      background-color: #C00; }
    .news_list ul li.cate05 .cate .cate-inner {
      background-color: #037; }

#topcontent {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0;
  overflow: hidden; }
  #topcontent .static {
    position: absolute; }
    #topcontent .static img {
      height: auto; }
  #topcontent .dynamic {
    position: absolute;
    z-index: 1; }
    #topcontent .dynamic img {
      height: auto; }
  #topcontent-text {
    position: relative;
    top: 0;
    z-index: 2;
    width: 100%; }

.ttl-topcontent h2 {
  display: inline-block;
  color: #00532e;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 0.1em;
  border-bottom: 2px solid #00532e;
  text-shadow: 0px 0px 1px #ffffff80, 0px 0px 2px #ffffff80, 0px 0px 4px #ffffff80; }

.topcontent-lead {
  color: #000;
  font-feature-settings: "palt";
  font-weight: 600;
  text-shadow: 0px 0px 1px #ffffff80, 0px 0px 2px #ffffff80; }

.topcontent-ul {
  display: flex;
  flex-wrap: wrap; }
  .topcontent-ul > li > a {
    display: flex;
    align-items: center;
    min-height: 3em;
    font-feature-settings: "palt";
    text-decoration: none;
    color: #FFF;
    background-color: #00532e; }
    .topcontent-ul > li > a:hover {
      background-color: #00a058; }
  .topcontent-ul > li.use01 a {
    background-color: #674694;
    color: #FFF; }
    .topcontent-ul > li.use01 a:hover {
      background-color: #8d6dba; }
  .topcontent-ul > li.use02 a {
    background-color: #009055;
    color: #FFF; }
    .topcontent-ul > li.use02 a:hover {
      background-color: #00dd82; }
  .topcontent-ul > li.use03 a {
    background-color: #325ea8;
    color: #FFF; }
    .topcontent-ul > li.use03 a:hover {
      background-color: #5984ce; }
  .topcontent-ul > li.use04 a {
    background-color: #b92a3e;
    color: #FFF; }
    .topcontent-ul > li.use04 a:hover {
      background-color: #d95769; }
  .topcontent-ul > li.use05 a {
    background-color: #dd960e;
    color: #000; }
    .topcontent-ul > li.use05 a:hover {
      background-color: #f3b744; }
  .topcontent-ul > li.use06 a {
    background-color: #119bde;
    color: #FFF; }
    .topcontent-ul > li.use06 a:hover {
      background-color: #4abbf1; }
  .topcontent-ul > li.use07 a {
    background-color: #d16c2a;
    color: #FFF; }
    .topcontent-ul > li.use07 a:hover {
      background-color: #e09767; }
  .topcontent-ul > li.use08 a {
    background-color: #624131;
    color: #FFF; }
    .topcontent-ul > li.use08 a:hover {
      background-color: #95634b; }
  .topcontent-ul > li.use09 a {
    background-color: #bd006b;
    color: #FFF; }
    .topcontent-ul > li.use09 a:hover {
      background-color: #ff0b95; }
  .topcontent-ul > li.use10 a {
    background-color: #9ec24b;
    color: #000; }
    .topcontent-ul > li.use10 a:hover {
      background-color: #bdd584; }

#top04 .ttl-topcontent h2 {
  color: #1968b3;
  border-bottom-color: #1968b3; }
#top04 .topcontent-ul a {
  background-color: #1968b3;
  color: #FFF; }
  #top04 .topcontent-ul a:hover {
    background-color: #368fe3; }

.topcontent-dotL {
  font-feature-settings: "palt";
  font-weight: 600;
  line-height: 1.25; }
  .topcontent-dotL li {
    margin-top: 0.25em; }
    .topcontent-dotL li::before {
      background-color: #00532e; }

.topcontent-video {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .topcontent-video video
  iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; }

.white {
  background-color: #ffffff80; }

@media screen and (min-width: 1204px), print {
  #topimage #topimage2025 .topimage-copy {
    width: 23.3%;
    margin-left: max(2vw, 72px);
    margin-right: min(-2vw, -72px); }
    #topimage #topimage2025 .topimage-copy p {
      font-size: 1.333333rem;
      line-height: 2; }
  #topimage #topimage2025 .topimage-img {
    width: 53.4%;
    max-width: 1024px; }
  #topimage #topimage2025 .topimage-tittle {
    width: 23.3%;
    margin-left: min(-2vw, -72px);
    margin-right: max(2vw, 72px); }
    #topimage #topimage2025 .topimage-tittle-text {
      margin: 0.5em 4% 0;
      padding: 1em;
      font-size: 1.111112rem;
      line-height: 1.25; }
      #topimage #topimage2025 .topimage-tittle-text .number {
        font-size: 1.333333rem; }
      #topimage #topimage2025 .topimage-tittle-text .unit {
        font-size: 0.888888rem; }
      #topimage #topimage2025 .topimage-tittle-text .small {
        font-size: 0.777777rem; }
  #topimage + .section {
    margin-top: 42px; }

  .news_list {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .news_list-wrapper {
      background-color: #00532e;
      padding-top: 2.222222rem;
      padding-bottom: 2.222222rem; }
    .news_list > header {
      font-size: 2.666666rem; }
      .news_list > header .link-arrow {
        font-size: 1.777777rem; }
        .news_list > header .link-arrow::after {
          font-size: 1rem;
          margin-right: 0.2em;
          margin-bottom: 0.1em; }
    .news_list .news_list-content {
      max-width: 896px;
      background-color: #FFF;
      padding-top: 1.111111rem;
      padding-bottom: 1.111111rem; }
    .news_list ul {
      max-height: 11.777778em;
      padding-left: 1.722222rem;
      padding-right: 1.722222rem; }
      .news_list ul li a {
        display: flex; }
      .news_list ul li .cate .cate-inner {
        font-size: 14px;
        border-radius: 0.75em; }
      .news_list ul li + li {
        border-top: #ccc 1px solid; }

  #topcontent .static img {
    width: 2400px; }
  #topcontent .dynamic img {
    width: 1600px; }
  #topcontent section {
    display: flex;
    flex-direction: column; }
  #topcontent-text .section {
    margin-top: 100px; }
  #topcontent-text header + .section {
    margin-top: 30px; }
  #topcontent-text .white {
    padding-bottom: 190px; }
    #topcontent-text .white > .section {
      margin-top: 60px; }
  #topcontent .topcontent-lead {
    padding-left: 1rem; }

  #top04 section {
    align-items: flex-end; }
  #top04 .topcontent-lead {
    text-align: right;
    padding-right: 1rem; }

  .ttl-topcontent-inner {
    width: 100%;
    max-width: 1548px;
    margin-left: auto;
    margin-right: auto; }

  .ttl-topcontent h2 {
    font-size: 48px; }
    .ttl-topcontent h2 .largetext {
      font-size: 48px; }
    .ttl-topcontent h2 .smalltext {
      font-size: 30px; }

  .topcontent-lead {
    line-height: 1.5; }

  .topcontent-ul {
    margin-top: 0.5rem;
    padding-left: 0.8rem; }
    .topcontent-ul > li {
      margin-top: 1rem; }
      .topcontent-ul > li > a {
        font-size: 18px;
        padding-left: 1.8em;
        margin-right: 1rem;
        min-width: 14em;
        position: relative;
        transform: skewX(-20deg); }
        .topcontent-ul > li > a .text {
          transform: skewX(20deg); }
        .topcontent-ul > li > a::before {
          content: "";
          display: block;
          width: 0.8em;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          border-right: 2px solid #FFF; }
        .topcontent-ul > li > a::after {
          content: "";
          display: block;
          width: 1em;
          height: 0.2em;
          border-bottom: 2px solid #FFF;
          border-right: 5px solid #FFF;
          transform: skewX(65deg);
          position: absolute;
          right: 1.25em;
          margin-bottom: 0.1em; }

  .topcontent-dotL {
    margin-top: 1.5rem;
    padding-left: 1rem;
    column-count: 2;
    max-width: 46rem;
    font-size: 12px; }

  .topcontent-video {
    margin-top: 220px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%; }
    .topcontent-video video,
    .topcontent-video iframe {
      margin-top: 40px;
      width: calc( 100% - 1rem ); }

  #top01 {
    padding-bottom: 220px; }
    #top01 > .section {
      position: relative; }
      #top01 > .section .pwimage {
        position: absolute;
        top: 3rem;
        left: 50%;
        width: 50%;
        max-width: 960px; }
        #top01 > .section .pwimage img {
          margin-top: -25%;
          width: 100%;
          height: auto; }
    #top01 .topcontent-ul {
      max-width: 42rem; }

  #top02 {
    padding-bottom: 80px; }

  #top03 {
    padding-bottom: 360px; }
    #top03 .topcontent-ul > li > a {
      min-width: 17em; }

  #top04 {
    margin-bottom: 360px; }
    #top04 .topcontent-ul > li > a {
      min-width: 15.5em; } }
@media screen and (min-width: 1204px) and (min-width: 1568px) {
  .news_list .news_list-content {
    max-width: 1224px; }
  .news_list ul {
    padding-left: 3.5rem;
    padding-right: 3.5rem; }
    .news_list ul li .cate .cate-inner {
      font-size: 16px; }

  #topcontent .static img {
    width: 3840px; }
  #topcontent .dynamic img {
    width: 2560px; }
  #topcontent-text .section {
    margin-top: 170px; }
  #topcontent-text header + .section {
    margin-top: 40px; }

  #top02 section {
    align-items: flex-end; }
  #top02 .topcontent-lead {
    text-align: right;
    padding-right: 1rem; }

  .ttl-topcontent h2 {
    font-size: 64px; }
    .ttl-topcontent h2 .largetext {
      font-size: 64px; }
    .ttl-topcontent h2 .smalltext {
      font-size: 40px; }

  .topcontent-lead {
    line-height: 2; }

  .topcontent-ul {
    margin-top: 1rem; }
    .topcontent-ul > li > a {
      font-size: 24px; }

  .topcontent-dotL {
    margin-top: 2rem;
    font-size: 14px; }

  .topcontent-video {
    margin-top: 20px;
    width: 100%; }
    .topcontent-video video,
    .topcontent-video iframe {
      width: calc( 50% - 1rem ); }

  #top01 {
    padding-bottom: 80px; }

  #top02 {
    padding-bottom: 360px; }

  #top03 {
    padding-bottom: 540px; }

  #top04 {
    margin-bottom: 2260px; } }
@media screen and (max-width: 1203px) {
  #topimage #topimage2025 {
    flex-direction: column; }
    #topimage #topimage2025 .topimage-copy {
      max-width: 480px;
      margin: max(4vh, 2em) 2em -0.5em; }
      #topimage #topimage2025 .topimage-copy p {
        text-align: center; }
    #topimage #topimage2025 .topimage-img {
      width: 100%;
      max-width: 800px; }
    #topimage #topimage2025 .topimage-tittle {
      max-width: 480px;
      margin: -0.5em 3.5em max(4vh, 2em); }
      #topimage #topimage2025 .topimage-tittle-text {
        margin: 0.5em 4% 0;
        padding: 0.5em 0.25em; }
        #topimage #topimage2025 .topimage-tittle-text .number {
          font-size: 1.142857rem; }
  #topimage + .section {
    margin-top: 40px; }

  .news_list-wrapper {
    background-color: #00532e;
    padding-top: 0.5em;
    padding-bottom: 1em; }
  .news_list .link {
    font-size: 1.428571rem; }
    .news_list .link-arrow {
      font-size: 1.428571rem; }
      .news_list .link-arrow::after {
        font-size: 0.9rem;
        margin-right: 0.1em;
        margin-bottom: 0; }
  .news_list .news_list-content {
    background-color: #FFF;
    margin-top: 0.25em;
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  .news_list ul {
    max-height: 17.25em;
    padding-left: 1em;
    padding-right: 1em; }
    .news_list ul li .cate .cate-inner {
      font-size: 0.857142rem;
      border-radius: 0.75em; }
    .news_list ul li + li {
      border-top: #ccc 1px solid; }

  #topcontent {
    background-color: #f1f1f1; }
    #topcontent .static {
      bottom: 0; }
      #topcontent .static img {
        width: 1080px; }
    #topcontent .dynamic {
      bottom: 0; }
      #topcontent .dynamic img {
        width: 720px; }
    #topcontent-text .section {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 40px;
      text-align: center; }
    #topcontent-text header + .section {
      margin-top: 20px; }
    #topcontent .white {
      padding-bottom: 1.5rem; }
      #topcontent .white > .section {
        margin-top: 3rem;
        padding-top: 1rem; }

  .ttl-topcontent h2 {
    font-size: 24px; }
    .ttl-topcontent h2 .largetext {
      font-size: 24px; }
    .ttl-topcontent h2 .smalltext {
      font-size: 18px; }

  .topcontent-ul {
    justify-content: center;
    margin-top: 0.5rem;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    max-width: 343px; }
    .topcontent-ul > li {
      margin-top: 0.5rem; }
      .topcontent-ul > li > a {
        justify-content: center;
        text-align: center;
        margin-right: 0.25rem;
        margin-left: 0.25rem;
        font-size: 14px;
        width: 11.6rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        line-height: 1.25; }

  .topcontent-dotL {
    display: inline-block;
    margin-top: 1.25rem;
    font-size: 10px;
    text-align: left; }

  .topcontent-video {
    margin-top: 16rem;
    text-align: center; }
    .topcontent-video video,
    .topcontent-video iframe {
      margin-top: 1rem;
      margin-left: auto;
      margin-right: auto;
      max-width: 332px; }

  #top01 > .section .pwimage img {
    margin-top: -8%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 332px;
    height: auto; }
  #top01 .topcontent-ul {
    max-width: 24.5rem; }

  #top02 {
    margin-top: -100px; }

  #top04 {
    margin-bottom: 40px; } }
@media screen and (max-width: 1203px) and (min-width: 575px) {
  .news_list ul li .cate .cate-inner {
    font-size: 0.875rem; }

  #topcontent .static img {
    width: 1800px; }
  #topcontent .dynamic img {
    width: 1200px; }

  .topcontent-ul {
    max-width: 100%; }

  .topcontent-dotL {
    font-size: 12px; }

  .topcontent-video {
    margin-top: 2rem;
    width: 100%; }
    .topcontent-video video,
    .topcontent-video iframe {
      width: calc( 50% - 1rem );
      max-width: 720px; }

  #top01 > .section .pwimage img {
    max-width: 480px; }

  #top02 {
    margin-bottom: 480px; }

  #top03 {
    margin-bottom: 360px; }

  #top04 {
    margin-bottom: 960px; } }
