@charset "UTF-8";
html:lang(ja) {
  font-family: "Noto Sans JP", sans-serif;
}

html:lang(en) {
  font-family: "Noto Sans", sans-serif;
}

html:lang(fr) {
  font-family: "Noto Sans", sans-serif;
}

html:lang(it) {
  font-family: "Noto Sans", sans-serif;
}

html:lang(de) {
  font-family: "Noto Sans", sans-serif;
}

html:lang(es) {
  font-family: "Noto Sans", sans-serif;
}

html:lang(es-419) {
  font-family: "Noto Sans", sans-serif;
}

html:lang(ko) {
  font-family: "Noto Sans KR", sans-serif;
}

html:lang(zh-Hans) {
  font-family: "Noto Sans SC", sans-serif;
}

html:lang(zh-Hant) {
  font-family: "Noto Sans TC", sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: linear-gradient(90deg, #ccf7a5, #b2ebdf);
  color: #404040;
  overflow-x: hidden;
}

.main-contents .content-wrapper {
  max-width: 1562px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main-contents .content-wrapper .content-box {
  position: relative;
  border-radius: calc(8 / 1562 * min(100vw, 1562px)) calc(8 / 1562 * min(100vw, 1562px)) 0 0;
  z-index: 1;
  background: #ffffff;
  margin: calc(10 / 1562 * min(100vw, 1562px)) calc(64 / 1562 * min(100vw, 1562px)) 0;
  flex: 1 0 auto;
}
.main-contents .content-wrapper .content-box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.notice {
  position: relative;
  z-index: 1;
}
.notice::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.notice .type {
  background: #65cbc0;
  border-radius: calc(8 / 1562 * min(100vw, 1562px)) calc(8 / 1562 * min(100vw, 1562px)) 0 0;
  height: calc(56 / 1562 * min(100vw, 1562px));
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 calc(60 / 1562 * min(100vw, 1562px));
  position: relative;
  z-index: 1;
}
.notice .type::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: #65cbc0;
  z-index: -1;
}
.notice .type .type-title {
  color: #ffffff;
  font-size: calc(25 / 1562 * min(100vw, 1562px));
  font-weight: 700;
}
.notice .type .title-list {
  display: flex;
  gap: calc(8 / 1562 * min(100vw, 1562px));
}
.notice .type .title-list .title-icon {
  width: calc(46 / 1562 * min(100vw, 1562px));
  height: calc(46 / 1562 * min(100vw, 1562px));
  object-fit: contain;
  display: block;
}
.notice .content-preview {
  padding: 0 calc(60 / 1562 * min(100vw, 1562px));
  overflow: hidden;
}
.notice .content-preview .date-text {
  color: #949494;
  font-size: calc(22 / 1562 * min(100vw, 1562px));
  font-weight: 700;
  margin-bottom: calc(20 / 1562 * min(100vw, 1562px));
}
.notice .content-preview .title {
  font-size: calc(32 / 1562 * min(100vw, 1562px));
  font-weight: 700;
  line-height: 1.1;
  margin: calc(10 / 1562 * min(100vw, 1562px)) 0 calc(5 / 1562 * min(100vw, 1562px)) 0;
}
.notice .content-preview .image-wrapper {
  width: fit-content;
  margin: calc(26 / 1562 * min(100vw, 1562px)) auto;
}
.notice .content-preview .image-wrapper img {
  display: block;
  width: calc(640 / 1562 * min(100vw, 1562px));
  aspect-ratio: 16/9;
  height: auto;
}
.notice .content-preview .text-wrapper .main-text {
  font-size: calc(20 / 1562 * min(100vw, 1562px));
}
.notice .content-preview .text-wrapper .main-text h1 {
  font-size: calc(30 / 1562 * min(100vw, 1562px));
  font-weight: 700;
  line-height: 1.1;
  margin: calc(12 / 1562 * min(100vw, 1562px)) 0;
}
.notice .content-preview .text-wrapper .main-text h2 {
  background: #65cbc0;
  color: #ffffff;
  border-radius: calc(8 / 1562 * min(100vw, 1562px));
  font-size: calc(22 / 1562 * min(100vw, 1562px));
  font-weight: 700;
  line-height: calc(24 / 1562 * min(100vw, 1562px));
  padding: calc(16 / 1562 * min(100vw, 1562px));
  margin: calc(20 / 1562 * min(100vw, 1562px)) 0 calc(20 / 1562 * min(100vw, 1562px));
}
.notice .content-preview .text-wrapper .main-text h3 {
  background: #eaeaea;
  border-radius: calc(8 / 1562 * min(100vw, 1562px));
  padding: calc(16 / 1562 * min(100vw, 1562px));
  font-size: calc(20 / 1562 * min(100vw, 1562px));
  font-weight: normal;
  line-height: calc(30 / 1562 * min(100vw, 1562px));
  margin: calc(10 / 1562 * min(100vw, 1562px)) 0 calc(10 / 1562 * min(100vw, 1562px));
}
.notice .content-preview .text-wrapper .main-text h3 b {
  color: #12a6a8;
}
.notice .content-preview .text-wrapper .main-text h4 {
  background: #eaeaea;
  border-radius: calc(8 / 1562 * min(100vw, 1562px));
  padding: calc(16 / 1562 * min(100vw, 1562px));
  font-size: calc(20 / 1562 * min(100vw, 1562px));
  font-weight: normal;
  line-height: calc(30 / 1562 * min(100vw, 1562px));
  margin: calc(10 / 1562 * min(100vw, 1562px)) 0 calc(10 / 1562 * min(100vw, 1562px));
}
.notice .content-preview .text-wrapper .main-text {
  /* ボタン風リンク */
}
.notice .content-preview .text-wrapper .main-text a.btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(20 / 1562 * min(100vw, 1562px));
  font-weight: 500;
  height: calc(36 / 960 * min(100vw, 960px));
  line-height: calc(36 / 960 * min(100vw, 960px));
  color: #009f7a;
  border: calc(4 / 1562 * min(100vw, 1562px)) solid #009f7a;
  width: 100%;
  text-align: center;
  margin: calc(20 / 1562 * min(100vw, 1562px)) auto;
  border-radius: calc(30 / 1562 * min(100vw, 1562px));
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.notice .content-preview .text-wrapper .main-text a.btn-link:hover {
  background-color: #009f7a;
  color: #ffffff;
}
.notice .content-preview .text-wrapper .main-text {
  /* 通常テキストリンク */
}
.notice .content-preview .text-wrapper .main-text a:not(.btn-link) {
  color: #009f7a;
  text-decoration: underline;
}
.notice .content-preview .back-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(40 / 1562 * min(100vw, 1562px));
  width: calc(520 / 1562 * min(100vw, 1562px));
  font-size: calc(30 / 1562 * min(100vw, 1562px));
  font-weight: 700;
  color: #12a6a8;
  margin: calc(32 / 1562 * min(100vw, 1562px)) auto;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(90deg, #12a6a8, #009f7a) border-box;
  border: calc(5 / 1562 * min(100vw, 1562px)) solid transparent;
  padding: calc(5 / 1562 * min(100vw, 1562px));
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
}
.notice .content-preview .back-button:hover {
  background: linear-gradient(90deg, #009f7a, #12a6a8);
  color: #ffffff;
}
.notice .content-preview .back-button:hover .arrow-icon {
  filter: brightness(0%) contrast(100%) invert(100%);
}
.notice .content-preview .back-button .arrow-icon {
  position: absolute;
  width: calc(24 / 1562 * min(100vw, 1562px));
  height: calc(24 / 1562 * min(100vw, 1562px));
  right: calc(24 / 1562 * min(100vw, 1562px));
  top: 50%;
  transform: translateY(-50%);
}

.footer {
  margin-top: auto;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  padding: calc(30 / 1562 * min(100vw, 1562px)) 0;
}
.footer::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: linear-gradient(90deg, #ccf7a5, #b2ebdf);
  z-index: -1;
}
.footer .copyright {
  font-size: calc(15.996 / 1562 * min(100vw, 1562px));
  text-align: center;
  margin: 0 auto;
  max-width: 1562px;
}

@media (max-width: 960px) {
  .main-contents .content-wrapper {
    max-width: 960px;
  }
  .main-contents .content-wrapper .content-box {
    padding: 0;
  }
  .notice .type {
    height: calc(60 / 960 * min(100vw, 960px));
    padding: 0 calc(80 / 960 * min(100vw, 960px));
  }
  .notice .type .type-title {
    font-size: calc(25 / 960 * min(100vw, 960px));
  }
  .notice .type .title-list {
    gap: calc(10 / 960 * min(100vw, 960px));
  }
  .notice .type .title-list .title-icon {
    width: calc(50 / 960 * min(100vw, 960px));
    height: calc(50 / 960 * min(100vw, 960px));
  }
  .notice .content-preview {
    padding: 0 calc(80 / 960 * min(100vw, 960px));
  }
  .notice .content-preview .date-text {
    font-size: calc(22 / 960 * min(100vw, 960px));
    margin: calc(20 / 960 * min(100vw, 960px)) 0 calc(10 / 960 * min(100vw, 960px)) 0;
  }
  .notice .content-preview .title {
    font-size: calc(32 / 960 * min(100vw, 960px));
    line-height: 1.1;
    margin-bottom: calc(20 / 960 * min(100vw, 960px));
  }
  .notice .content-preview .image-wrapper {
    margin: calc(16 / 960 * min(100vw, 960px)) auto;
  }
  .notice .content-preview .image-wrapper img {
    width: calc(600 / 960 * min(100vw, 960px));
  }
  .notice .content-preview .text-wrapper .main-text {
    font-size: calc(23.994 / 960 * min(100vw, 960px));
  }
  .notice .content-preview .text-wrapper .main-text h1 {
    font-size: calc(30 / 960 * min(100vw, 960px));
    line-height: 1.1;
    margin: calc(12 / 960 * min(100vw, 960px)) 0;
  }
  .notice .content-preview .text-wrapper .main-text h2 {
    border-radius: calc(8 / 960 * min(100vw, 960px));
    font-size: calc(22 / 960 * min(100vw, 960px));
    line-height: calc(24 / 960 * min(100vw, 960px));
    padding: calc(16 / 960 * min(100vw, 960px));
    margin: calc(20 / 960 * min(100vw, 960px)) 0;
  }
  .notice .content-preview .text-wrapper .main-text h3 {
    border-radius: calc(8 / 960 * min(100vw, 960px));
    font-size: calc(20 / 960 * min(100vw, 960px));
    line-height: calc(40 / 960 * min(100vw, 960px));
    padding: calc(16 / 960 * min(100vw, 960px));
    margin: calc(20 / 960 * min(100vw, 960px)) 0 calc(10 / 960 * min(100vw, 960px));
  }
  .notice .content-preview .text-wrapper .main-text h4 {
    border-radius: calc(8 / 960 * min(100vw, 960px));
    font-size: calc(20 / 960 * min(100vw, 960px));
    line-height: calc(34 / 960 * min(100vw, 960px));
    padding: calc(16 / 960 * min(100vw, 960px));
    margin: calc(15 / 960 * min(100vw, 960px)) 0 calc(10 / 960 * min(100vw, 960px));
  }
  .notice .content-preview .text-wrapper .main-text {
    /* ボタン風リンク */
  }
  .notice .content-preview .text-wrapper .main-text a.btn-link {
    font-size: calc(20 / 960 * min(100vw, 960px));
    height: calc(50 / 960 * min(100vw, 960px));
    line-height: calc(50 / 960 * min(100vw, 960px));
    border: calc(4 / 960 * min(100vw, 960px)) solid #009f7a;
    margin: calc(20 / 960 * min(100vw, 960px)) auto;
    border-radius: calc(30 / 960 * min(100vw, 960px));
  }
  .notice .content-preview .back-button {
    width: calc(520 / 960 * min(100vw, 960px));
    font-size: calc(30 / 960 * min(100vw, 960px));
    border-radius: calc(35 / 960 * min(100vw, 960px));
    border: calc(5 / 960 * min(100vw, 960px)) solid transparent;
    margin: calc(32 / 960 * min(100vw, 960px)) auto;
    padding: calc(5 / 960 * min(100vw, 960px));
  }
  .notice .content-preview .back-button .arrow-icon {
    width: calc(24 / 960 * min(100vw, 960px));
    height: calc(24 / 960 * min(100vw, 960px));
    right: calc(24 / 960 * min(100vw, 960px));
  }
  .footer {
    padding: calc(30 / 960 * min(100vw, 960px)) 0;
  }
  .footer .copyright {
    font-size: calc(15.996 / 960 * min(100vw, 960px));
    max-width: 960px;
  }
}

/*# sourceMappingURL=news-web_hm.css.map */
