@keyframes icon-arrow {
  100% {
    background-position: 0 -288px;
  }
}
@keyframes icon-arrow-short {
  100% {
    background-position: 0 -180px;
  }
}
@keyframes icon-blank {
  100% {
    background-position: 0 -480px;
  }
}
@keyframes icon-blank-short {
  100% {
    background-position: 0 -450px;
  }
}
@keyframes icon-back {
  100% {
    background-position: 0 -288px;
  }
}
@keyframes icon-anchorlink {
  100% {
    background-position: 0 -288px;
  }
}
@keyframes icon-zoom {
  100% {
    background-position: 0 -352px;
  }
}
@keyframes icon-download {
  100% {
    background-position: 0 -448px;
  }
}
@keyframes icon-menu-list {
  100% {
    background-position: 0 -320px;
  }
}
@keyframes icon-hamburger {
  100% {
    background-position: 0 -480px;
  }
}
.new-responsive-template {
  min-width: auto;
}
.new-responsive-template #jtweb-site-area-content {
  min-width: auto;
}
.new-responsive-template #jtweb-site-area-content #jtweb-wrapper-content.w-auto {
  padding: 0;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-area {
    padding: 55px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-area {
    padding: 10.6666666667vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-header {
    padding: 72px 0 78px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-header {
    padding: 11.2vw 0 13.3333333333vw;
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-main {
    padding: 65px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-main {
    padding: 12.8vw 0 0;
  }
}
.new-responsive-template .page-container {
  max-width: 1600px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-container {
    padding: 0 54px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-container {
    padding: 0 6.4vw;
  }
}

@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-header + * {
    margin-top: 72px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-header + * {
    margin-top: 12.8vw;
  }
}
.new-responsive-template .page-news-header-subtitle {
  font-weight: 500;
  font-family: "Cormorant Infant", serif;
  line-height: 1.3571428571;
  color: #033824;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-header-subtitle {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-header-subtitle {
    font-size: 3.7333333333vw;
    letter-spacing: 0.1em;
  }
}
.new-responsive-template .page-news-header-title {
  font-weight: 400 !important;
  letter-spacing: 0.05em;
  color: #033824;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-header-title {
    font-size: 42px;
    line-height: 1.4523809524 !important;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-header-title {
    font-size: 8vw;
    line-height: 1.3 !important;
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-header-title + * {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-header-title + * {
    margin-top: 8.5333333333vw;
  }
}
.new-responsive-template .page-news-header-description {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #033824;
  max-width: 900px;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-header-description {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-header-description {
    font-size: 4.2666666667vw;
  }
}
.new-responsive-template .c-primary-button--wrap {
  width: 100%;
}
.new-responsive-template .c-primary-button--wrap a {
  text-decoration: none !important;
}
.new-responsive-template .c-primary-button--wrap a:not([href^="#"]) {
  opacity: 1 !important;
}
.new-responsive-template .c-primary-button {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 1.4285714286 !important;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #00AE68;
  border: none;
  border-radius: 26px;
  color: #FAFAFA !important;
  position: relative;
  transition: all 0.3s ease-in-out !important;
  padding: 16px 0;
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-primary-button {
    padding: 4.2666666667vw 0;
    font-size: 3.7333333333vw;
    border-radius: 6.9333333333vw;
  }
}
.new-responsive-template .c-primary-button::before {
  content: "";
  display: inline-block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border: 1px solid rgba(0, 174, 104, 0.4);
  border-radius: 28px;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-primary-button::before {
    border-radius: 7.4666666667vw;
  }
}
.new-responsive-template .c-primary-button:hover {
  background-color: #056740;
}
.new-responsive-template .c-primary-button:hover::before {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 1px solid #00AE68;
}
.new-responsive-template .c-primary-button.is-external::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 13px;
  background: url(/assets/img/common/icon-external-white.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-primary-button.is-external::after {
    width: 3.7333333333vw;
    height: 2.464vw;
    right: 5.8666666667vw;
  }
}
.new-responsive-template .c-primary-button.is-plus::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url("/assets/images/common/icon-plus-white.svg") no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-primary-button.is-plus::after {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    right: 4.2666666667vw;
  }
}
.new-responsive-template .c-primary-button.is-download {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-primary-button.is-download {
    padding-right: 5.3333333333vw;
  }
}
.new-responsive-template .c-primary-button.is-download::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/assets/img/common/icon-download.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-primary-button.is-download::after {
    width: 3.7333333333vw;
    height: 2.464vw;
    right: 5.8666666667vw;
  }
}
.new-responsive-template .c-primary-button.is-pdf {
  padding-right: 37px !important;
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-primary-button.is-pdf {
    padding-right: 9.8666666667vw !important;
  }
}
.new-responsive-template .c-primary-button.is-pdf::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url(/assets/img/common/icon-pdf-white.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-primary-button.is-pdf::after {
    width: 3.2vw;
    height: 3.7333333333vw;
    right: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion + * {
    margin-top: 96px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion + * {
    margin-top: 21.3333333333vw;
  }
}
.new-responsive-template .page-news-multi-accordion-year {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #033824;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-year {
    font-size: 30px;
    line-height: 1.4666666667;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-year {
    font-size: 5.8666666667vw;
    line-height: 1.4545454545;
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-year + * {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-year + * {
    margin-top: 8.5333333333vw;
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-contents + * {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-contents + * {
    margin-top: 6.4vw;
  }
}
.new-responsive-template .page-news-multi-accordion-content {
  overflow: hidden;
  border-top: 1px solid #CCD9D4;
}
.new-responsive-template .page-news-multi-accordion-content:last-child {
  border-bottom: 1px solid #CCD9D4;
}
.new-responsive-template .page-news-multi-accordion-month {
  position: relative;
  z-index: 0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-month {
    padding: 24px 60px 24px 8px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-month {
    padding: 6.4vw 12.8vw 6.4vw 0;
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-month:not(:hover) {
    background-color: transparent;
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-month:not(:hover) .page-news-multi-accordion-month-button {
    background-color: transparent;
  }
}
.new-responsive-template .page-news-multi-accordion-month:not(:hover) .page-news-multi-accordion-month-button::before,
.new-responsive-template .page-news-multi-accordion-month:not(:hover) .page-news-multi-accordion-month-button::after {
  background-color: #033824;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-month:hover {
    background-color: #F1F4F3;
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-month:hover .page-news-multi-accordion-month-button {
    background-color: #00ae68;
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-month:hover .page-news-multi-accordion-month-button::before,
  .new-responsive-template .page-news-multi-accordion-month:hover .page-news-multi-accordion-month-button::after {
    background-color: #FFF;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-month:hover .page-news-multi-accordion-month-button::before,
  .new-responsive-template .page-news-multi-accordion-month:hover .page-news-multi-accordion-month-button::after {
    background-color: #033824;
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-month:not(.is-open) .page-news-multi-accordion-month-button::after {
    width: 16px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-month:not(.is-open) .page-news-multi-accordion-month-button::after {
    width: 4.2666666667vw;
  }
}
.new-responsive-template .page-news-multi-accordion-month.is-open .page-news-multi-accordion-month-button::after {
  width: 0;
}
.new-responsive-template .page-news-multi-accordion-month:focus-visible {
  outline-offset: -1px;
}
.new-responsive-template .page-news-multi-accordion-month-title {
  letter-spacing: 0.05em;
  color: #033824;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-month-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3636363636;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-month-title {
    font-size: 4.8vw;
    font-weight: 500;
    line-height: 1.2222222222;
  }
}
.new-responsive-template .page-news-multi-accordion-month-button {
  position: absolute;
  z-index: 1;
  top: 50%;
  translate: 0 -50%;
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-month-button {
    width: 44px;
    height: 44px;
    right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-month-button {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
    right: 0;
  }
}
.new-responsive-template .page-news-multi-accordion-month-button::before, .new-responsive-template .page-news-multi-accordion-month-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-radius: 1px;
  transform-origin: center;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-month-button::before, .new-responsive-template .page-news-multi-accordion-month-button::after {
    height: 2px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-month-button::before, .new-responsive-template .page-news-multi-accordion-month-button::after {
    height: 0.5333333333vw;
  }
}
.new-responsive-template .page-news-multi-accordion-month-button::before {
  rotate: 0deg;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-month-button::before {
    width: 16px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-month-button::before {
    width: 4.2666666667vw;
  }
}
.new-responsive-template .page-news-multi-accordion-month-button::after {
  transition: width 0.25s ease-in-out;
  rotate: 90deg;
}
.new-responsive-template .page-news-multi-accordion-box {
  transition: height 0.25s ease-in-out;
}
.new-responsive-template .page-news-multi-accordion-box:not(.is-open) {
  overflow: hidden;
  pointer-events: none;
}
.new-responsive-template .page-news-multi-accordion-box.is-open {
  overflow: visible;
  pointer-events: auto;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-close {
    padding: 16px 13px 32px;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-close {
    padding: 3.2vw 0 6.4vw;
    text-align: left;
  }
}
.new-responsive-template .page-news-multi-accordion-close-button {
  position: relative;
  z-index: 0;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #CCD9D4;
  cursor: pointer;
  vertical-align: top;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-close-button {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-close-button {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.new-responsive-template .page-news-multi-accordion-close-button::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background: #CCD9D4;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-close-button::before {
    width: 8px;
    height: 2px;
    border-radius: 2px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-close-button::before {
    width: 2.1333333333vw;
    height: 0.5333333333vw;
    border-radius: 0.5333333333vw;
  }
}
.new-responsive-template .page-news-multi-accordion-item {
  border-top: 1px solid #CCD9D4;
}
.new-responsive-template .page-news-multi-accordion-news {
  display: flex;
  text-decoration: none !important;
  transition: background-color 0.3s ease-in-out !important;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-news {
    position: relative;
    z-index: 0;
    flex-direction: row;
    padding: 32px 8px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-news {
    flex-direction: column;
    padding: 4.2666666667vw 0 6.4vw;
    gap: 3.2vw;
    align-items: start;
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-news::before {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 44px;
    height: 44px;
    top: 50%;
    right: 8px;
    background-color: transparent;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: background-color 0.3s ease-in-out;
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-news::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 21px;
    width: 18px;
    height: 9px;
    translate: 0 -50%;
    background-size: 18px 9px;
    background-repeat: no-repeat;
    transition: background-image 0.3s ease-in-out;
  }
}
.new-responsive-template .page-news-multi-accordion-news:not(:hover) {
  background-color: transparent;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-news:not(:hover)::before {
    background-color: transparent;
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-news:not(:hover)::after {
    background-image: url(/assets/img/common/icon-arrow-one.svg);
  }
}
.new-responsive-template .page-news-multi-accordion-news:hover {
  opacity: 1 !important;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-news:hover {
    background-color: #F1F4F3;
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-news:hover::before {
    background-color: #00ae68;
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-news:hover::after {
    background-image: url(/assets/img/common/icon-arrow-one-white.svg);
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-news:hover .page-news-multi-accordion-news-title-text,
  .new-responsive-template .page-news-multi-accordion-news:hover .page-news-multi-accordion-news-title-external,
  .new-responsive-template .page-news-multi-accordion-news:hover .page-news-multi-accordion-news-title-pdf {
    color: #00ae68;
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-news:hover .page-news-multi-accordion-news-detail-label {
    border-color: #CCD9D4;
  }
}
.new-responsive-template .page-news-multi-accordion-news:focus-visible {
  outline-offset: -2px;
}
.new-responsive-template .page-news-multi-accordion-news-head {
  display: flex;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-news-head + * {
    margin-left: 36px;
  }
}
.new-responsive-template .page-news-multi-accordion-news-publish {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-news-publish {
    gap: 4px;
    min-width: 105px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-news-publish {
    gap: 1.0666666667vw;
    padding-right: 7.4666666667vw;
  }
}
.new-responsive-template .page-news-multi-accordion-news-publish::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #CCD9D4;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-news-publish + * {
    margin-left: 36px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-news-publish + * {
    margin-left: 6.4vw;
  }
}
.new-responsive-template .page-news-multi-accordion-news-publish-year {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #033824;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-news-publish-year {
    font-size: 12px;
    line-height: 1.3333333333;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-news-publish-year {
    font-size: 2.6666666667vw;
    line-height: 1.6;
  }
}
.new-responsive-template .page-news-multi-accordion-news-publish-date {
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #033824;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-news-publish-date {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-news-publish-date {
    font-size: 4.8vw;
  }
}
.new-responsive-template .page-news-multi-accordion-news-detail {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-news-detail {
    min-width: 260px;
  }
}
.new-responsive-template .page-news-multi-accordion-news-detail-label {
  display: inline-grid;
  place-items: center;
  background-color: #F1F4F3;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #033824;
  box-sizing: border-box;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-news-detail-label {
    padding: 0 16px;
    min-height: 48px;
    border-radius: 24px;
    font-size: 12px;
    line-height: 1.3333333333;
    min-width: 122px;
    transition: border-color 0.3s ease-in-out;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-news-detail-label {
    padding: 0 2.6666666667vw;
    min-height: 8.5333333333vw;
    border-radius: 4.2666666667vw;
    font-size: 2.9333333333vw;
    line-height: 1.4545454545;
    min-width: 26.1333333333vw;
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-news-detail-label + * {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-news-detail-label + * {
    margin-left: 2.6666666667vw;
  }
}
.new-responsive-template .page-news-multi-accordion-news-detail-category {
  position: relative;
  z-index: 0;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  color: #033824;
  flex: 1;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-news-detail-category {
    font-size: 12px;
    padding-left: 14px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-news-detail-category {
    font-size: 3.2vw;
    padding-left: 3.7333333333vw;
  }
}
.new-responsive-template .page-news-multi-accordion-news-detail-category::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  border-radius: 50%;
  background-color: #00ae68;
  translate: 0 -50%;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-news-detail-category::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-news-detail-category::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.new-responsive-template .page-news-multi-accordion-news-title {
  display: flex;
  flex: 1;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-news-title {
    padding: 0 52px 0 0;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-news-title {
    padding: 0;
  }
}
.new-responsive-template .page-news-multi-accordion-news-title-content {
  flex: 1;
}
.new-responsive-template .page-news-multi-accordion-news-title-text {
  font-weight: 400;
  color: #033824;
  transition: color 0.3s ease-in-out;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-news-title-text {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.075em;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-news-title-text {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-news-title-text + * {
    margin-left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-news-title-text + * {
    margin-left: 2.1333333333vw;
  }
}
.new-responsive-template .page-news-multi-accordion-news-title-external {
  position: relative;
  z-index: 0;
  display: inline-block;
  transition: color 0.3s ease-in-out;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-news-title-external {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-news-title-external {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.new-responsive-template .page-news-multi-accordion-news-title-external::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  z-index: 1;
  background-image: url(/assets/img/common/icon-external.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-news-title-external::after {
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-news-title-external::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    background-size: 3.7333333333vw 3.7333333333vw;
  }
}
.new-responsive-template .page-news-multi-accordion-news-title-pdf {
  position: relative;
  z-index: 0;
  font-weight: 400;
  line-height: 2.8;
  color: #5C7364;
  display: inline-block;
  transition: color 0.3s ease-in-out;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-news-title-pdf {
    font-size: 10px;
    padding: 0 0 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-news-title-pdf {
    font-size: 2.6666666667vw;
    padding: 0 0 0 6.6666666667vw;
  }
}
.new-responsive-template .page-news-multi-accordion-news-title-pdf::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  z-index: 1;
  background-image: url(/assets/img/common/icon-pdf.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-news-title-pdf::before {
    width: 15px;
    height: 18px;
    background-size: 15px 18px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-news-title-pdf::before {
    width: 4vw;
    height: 4.8vw;
    background-size: 4vw 4.8vw;
  }
}
.new-responsive-template .page-news-multi-accordion-empty {
  border-top: 1px solid #CCD9D4;
  display: flex;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-empty {
    padding: 24px 8px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-empty {
    padding: 3.2vw 0;
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-empty + .page-news-multi-accordion-buttons {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-empty + .page-news-multi-accordion-buttons {
    margin-top: 6.4vw;
  }
}
.new-responsive-template .page-news-multi-accordion-empty-text {
  font-weight: 400;
  color: #033824;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-multi-accordion-empty-text {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.075em;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-empty-text {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    letter-spacing: 0.05em;
  }
}
.new-responsive-template .page-news-multi-accordion-button .c-primary-button {
  width: auto;
  padding: 16px 30px;
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-multi-accordion-button .c-primary-button {
    padding: 4.2666666667vw 8vw;
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-footer + * {
    margin-top: 96px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-footer + * {
    margin-top: 21.3333333333vw;
  }
}
.new-responsive-template .page-news-footer-area {
  border-top: 1px solid #CCD9D4;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-footer-area {
    padding-top: 42px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-footer-area {
    padding-top: 10.1333333333vw;
  }
}
.new-responsive-template .page-news-footer-list {
  display: grid;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-footer-list {
    gap: 90px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-footer-list {
    gap: 14.9333333333vw;
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-footer-list.is-column-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-footer-list.is-column-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.new-responsive-template .page-news-footer-item {
  display: grid;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-footer-item {
    gap: 24px;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-footer-item {
    gap: 6.4vw;
  }
}
.new-responsive-template .page-news-footer-title {
  font-weight: 500 !important;
  letter-spacing: 0.05em;
  color: #033824;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-footer-title {
    font-size: 18px;
    line-height: 1.4444444444 !important;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-footer-title {
    font-size: 5.8666666667vw;
    line-height: 1.4545454545 !important;
  }
}
.new-responsive-template .page-news-footer-description {
  font-weight: 400;
  color: #033824;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-footer-description {
    font-size: 14px;
    line-height: 1.5714285714;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-footer-description {
    font-size: 4.2666666667vw;
    line-height: 1.625;
    letter-spacing: 0.065em;
  }
}
.new-responsive-template .page-news-footer-note {
  width: 100%;
  border: 1px solid #CCD9D4;
  overflow: auto;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-footer-note {
    grid-row: 2/4;
    height: 168px;
    padding: 16px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-footer-note {
    height: 49.3333333333vw;
    padding: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.new-responsive-template .page-news-footer-note-text {
  font-weight: 400;
  color: #033824;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-footer-note-text {
    font-size: 12px;
    line-height: 1.5833333333;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-footer-note-text {
    font-size: 3.7333333333vw;
    line-height: 1.5714285714;
    letter-spacing: 0.025em;
  }
}
.new-responsive-template .page-news-footer-button {
  background-color: #EFF9F5;
  border: 1px solid #CCD9D4;
  display: inline-grid;
  place-items: center;
  text-decoration: none !important;
  box-sizing: border-box;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-footer-button {
    padding: 0 40px;
    min-height: 52px;
    border-radius: 26px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-footer-button {
    padding: 0 10.6666666667vw;
    min-height: 13.8666666667vw;
    border-radius: 6.9333333333vw;
    width: 100%;
  }
}
.new-responsive-template .page-news-footer-button[target=_blank] {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-footer-button[target=_blank] {
    padding: 0 10.6666666667vw 0 5.3333333333vw;
  }
}
.new-responsive-template .page-news-footer-button[target=_blank]::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
  background-image: url(/assets/img/common/icon-external.svg);
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-footer-button[target=_blank]::after {
    right: 16px;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-footer-button[target=_blank]::after {
    right: 4.2666666667vw;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    background-size: 3.7333333333vw 3.7333333333vw;
  }
}
.new-responsive-template .page-news-footer-button-title {
  font-weight: 500;
  line-height: 1.5714285714;
  letter-spacing: 0.05em;
  color: #056740;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .page-news-footer-button-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .page-news-footer-button-title {
    font-size: 3.7333333333vw;
  }
}
.new-responsive-template .c-kokoronote-index {
  display: flex;
  justify-content: space-between;
  margin: 81px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-index {
    display: block;
    margin-top: 17.0666666667vw;
    padding-bottom: 110px;
  }
  .new-responsive-template .c-kokoronote-index::after {
    content: "";
    display: block;
    width: 87.2vw;
    height: 1px;
    background-color: #CCD9D4;
    position: absolute;
    bottom: 78px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.new-responsive-template .c-kokoronote-index .c-kokoronote-index-title {
  width: per(335, 1258);
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-index .c-kokoronote-index-title {
    width: 87.2vw;
    margin: 0 auto;
  }
}
.new-responsive-template .c-kokoronote-index .c-kokoronote-index-title-head {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-index .c-kokoronote-index-title-head {
    align-items: center;
    position: relative;
  }
}
.new-responsive-template .c-kokoronote-index .c-kokoronote-index-title-head-text {
  color: #00AE68;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-index .c-kokoronote-index-title-head-text {
    font-size: 12px;
    font-weight: 500 !important;
    line-height: 1.4166666667 !important;
    letter-spacing: 0.05em;
    font-size: 3.2vw;
  }
}
.new-responsive-template .c-kokoronote-index .c-kokoronote-index-title-head-image {
  width: 96px;
  margin-left: 7px;
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-index .c-kokoronote-index-title-head-image {
    width: 28.5333333333vw;
    margin-left: 0;
    position: absolute;
    top: -2.9333333333vw;
    right: 0;
    z-index: 1;
  }
  .new-responsive-template .c-kokoronote-index .c-kokoronote-index-title-head-image::before {
    content: "";
    display: inline-block;
    width: 15.7333333333vw;
    height: 2px;
    background-color: #FAFAFA;
    position: absolute;
    bottom: 0.5333333333vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
.new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend {
  display: flex;
  margin-left: 34px;
  width: per(888, 1258);
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend {
    display: block;
    margin-left: 0;
    width: 100%;
  }
}
.new-responsive-template .c-kokoronote-index .c-kokoronote-index-title-body-text {
  font-size: 30px;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.05em;
  color: #003D25;
  margin-top: 32px;
  border-top: 1px solid #CCD9D4;
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-index .c-kokoronote-index-title-body-text {
    font-size: 30px;
    font-weight: 500 !important;
    line-height: 1.4666666667 !important;
    letter-spacing: 0.05em;
    font-size: 8vw;
    margin-top: 6.4vw;
    padding-top: 4.2666666667vw;
  }
}
.new-responsive-template .c-kokoronote-index .c-kokoronote-index-title-body-button {
  transition: background-color 0.3s ease-in-out;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-index .c-kokoronote-index-title-body-button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend-label {
  width: 36px;
  background-color: rgba(9, 174, 104, 0.1);
  border-radius: 6px;
  writing-mode: vertical-rl;
  display: flex;
  padding: 16px 11px;
  color: #003D25;
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend-label {
    writing-mode: horizontal-tb;
    width: 87.2vw;
    padding: 1.6vw 1.6vw 2.1333333333vw 4.2666666667vw;
    margin: 4.2666666667vw auto 0;
  }
}
.new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend-label-title {
  font-size: 13px;
  font-family: "Cormorant Infant";
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend-label-title {
    font-size: 13px;
    font-weight: 400 !important;
    line-height: 1.4615384615 !important;
    letter-spacing: 0.05em;
    margin-top: 0.5333333333vw;
    font-size: 3.4666666667vw;
  }
}
.new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend-label-text {
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 1.1428571429 !important;
  letter-spacing: 0.05em;
  letter-spacing: 0.15em;
  margin-top: 16px;
  border-top: 1px solid rgba(1, 61, 37, 0.1);
  padding-top: 16px;
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend-label-text {
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 1.0714285714 !important;
    letter-spacing: 0.05em;
    font-size: 3.7333333333vw;
    margin-top: 0;
    padding-top: 0;
    margin-left: 3.7333333333vw;
    padding-left: 3.2vw;
    border-top: none;
    border-left: 1px solid rgba(1, 61, 37, 0.1);
  }
}
.new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend-list--wrap {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend-list--wrap {
    margin-top: 4.2666666667vw;
  }
}
.new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend-list--wrap .swiper-container {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend-list--wrap .swiper-container {
    width: 69.3333333333vw;
  }
}
.new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend-list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend-list {
    width: auto;
    margin-left: auto;
  }
}
.new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend-list-item {
  width: per(264, 832);
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend-list-item {
    width: auto;
  }
}
.new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend-list-item + .c-kokoronote-index-recommend-list-item {
  margin-left: per(20, 832);
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend-list-item + .c-kokoronote-index-recommend-list-item {
    margin-left: 0;
  }
}
.new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend-list-item:hover .c-kokoronote-index-recommend-list-item-link-image::before {
  opacity: 1;
}
.new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend-list-item:hover .c-kokoronote-index-recommend-list-item-link-tag {
  background-color: #00AE68;
}
.new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend-list-item:hover .c-kokoronote-index-recommend-list-item-link-title {
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
  color: #00AE68;
}
.new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend-list-item-link-image {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend-list-item-link-image::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  gap: 4px;
  background: linear-gradient(to top, rgba(5, 103, 64, 0.5), transparent);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend-list-item-link {
    display: block;
    padding-right: 5.3333333333vw;
    text-align: center;
  }
}
.new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend-list-item-link-tag {
  display: inline-block;
  margin-top: 16px;
  font-size: 11px;
  font-weight: 400 !important;
  line-height: 1.4545454545 !important;
  letter-spacing: 0.05em;
  color: #FAFAFA;
  background-color: #003D25;
  border-radius: 45px;
  padding: 5px 8px 7px;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend-list-item-link-tag {
    font-size: 11px;
    font-weight: 600 !important;
    line-height: 1.4545454545 !important;
    letter-spacing: 0.05em;
    font-size: 2.9333333333vw;
  }
}
.new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend-list-item-link-title {
  margin-top: 8px;
  color: #033824;
  text-decoration: none;
  transition: color 0.3s ease-in-out, text-decoration 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-index .c-kokoronote-index-recommend-list-item-link-title {
    margin-top: 2.1333333333vw;
    font-size: 20px;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.05em;
    font-size: 5.3333333333vw;
  }
}
.new-responsive-template .c-kokoronote-band {
  background-color: #EFF9F5;
  background-image: url(/assets/img/common/kokoronote/image-special-contents.svg);
  background-repeat: repeat-x;
  background-position-y: center;
  transition: background-position-x 5s linear;
  border-top: 1px solid #CCD9D4;
  border-bottom: 1px solid #CCD9D4;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .c-kokoronote-band {
    height: 40px;
    background-size: 177px 13px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-band {
    height: 10.6666666667vw;
    background-size: 47.2vw 3.4666666667vw;
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .c-kokoronote-band:not(.is-visible) {
    background-position-x: 200px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-band:not(.is-visible) {
    background-position-x: 53.3333333333vw;
  }
}
.new-responsive-template .c-kokoronote-band.is-visible {
  background-position-x: 0;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .c-kokoronote-band + * {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-band + * {
    margin-top: 7.4666666667vw;
  }
}
.new-responsive-template .c-kokoronote-content {
  display: flex;
}
@media screen and (min-width: 1050px) {
  .new-responsive-template .c-kokoronote-content {
    gap: 92px;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .new-responsive-template .c-kokoronote-content {
    gap: 92px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-content {
    gap: 24px;
    flex-direction: column;
  }
}
@media screen and (min-width: 1050px) {
  .new-responsive-template .c-kokoronote-title {
    width: 335px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .new-responsive-template .c-kokoronote-title {
    width: 100%;
  }
}
.new-responsive-template .c-kokoronote-title-head {
  display: flex;
}
@media screen and (min-width: 1050px) {
  .new-responsive-template .c-kokoronote-title-head {
    gap: 22px;
    align-items: start;
  }
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .new-responsive-template .c-kokoronote-title-head {
    gap: 22px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-title-head {
    gap: 14px;
    align-items: start;
  }
}
.new-responsive-template .c-kokoronote-title-head + * {
  padding-top: 32px;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .c-kokoronote-title-head + * {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-title-head + * {
    margin-top: 20px;
  }
}
.new-responsive-template .c-kokoronote-title-head-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #00ae68;
  flex: 1;
}
@media screen and (min-width: 1050px) {
  .new-responsive-template .c-kokoronote-title-head-text {
    padding-top: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1049px) {
  .new-responsive-template .c-kokoronote-title-head-text {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-title-head-text {
    padding-top: 12px;
  }
}
.new-responsive-template .c-kokoronote-title-head-image {
  width: 122px;
}
.new-responsive-template .c-kokoronote-recommend {
  display: flex;
  flex: 1;
}
.new-responsive-template .c-kokoronote-title-body {
  border-top: 1px solid #CCD9D4;
}
.new-responsive-template .c-kokoronote-title-body-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
  color: #033824;
}
.new-responsive-template .c-kokoronote-title-body-title + * {
  margin-top: 20px;
}
.new-responsive-template .c-kokoronote-title-body-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  letter-spacing: 0.05em;
  color: #033824;
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-title-body-subtitle {
    display: none;
  }
}
.new-responsive-template .c-kokoronote-title-body-subtitle + * {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-title-body-buttons {
    display: none;
  }
}
.new-responsive-template .c-kokoronote-title-body-button {
  border-radius: 28px;
  border: 1px solid #96DCBF;
  padding: 1px;
  display: inline-block;
  transition: border-color 0.3s ease-in-out !important;
}
.new-responsive-template .c-kokoronote-title-body-button:not(:hover) {
  border: 1px solid #96DCBF;
}
.new-responsive-template .c-kokoronote-title-body-button:not(:hover) .c-kokoronote-title-body-button-content {
  background-color: #00ae68;
}
.new-responsive-template .c-kokoronote-title-body-button:hover {
  opacity: 1 !important;
  border: 1px solid #00ae68;
}
.new-responsive-template .c-kokoronote-title-body-button:hover .c-kokoronote-title-body-button-content {
  background-color: #056740;
}
.new-responsive-template .c-kokoronote-title-body-button-content {
  display: inline-grid;
  place-items: center;
  padding: 0 40px;
  min-height: 52px;
  border-radius: 26px;
  background-color: #00ae68;
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  transition: background-color 0.3s ease-in-out;
  text-decoration: none;
}
.new-responsive-template .c-kokoronote-recommend-list {
  display: grid;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .c-kokoronote-recommend-list {
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-recommend-list {
    column-gap: 17px;
    row-gap: 48px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.new-responsive-template .c-kokoronote-recommend-list-item-link {
  display: flex;
  flex-direction: column;
}
.new-responsive-template .c-kokoronote-recommend-list-item-link-image {
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .c-kokoronote-recommend-list-item-link-image {
    border-radius: 12px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-recommend-list-item-link-image {
    border-radius: 8px;
    width: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .c-kokoronote-recommend-list-item-link-image + * {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-recommend-list-item-link-image + * {
    margin-top: 12px;
  }
}
.new-responsive-template .c-kokoronote-recommend-list-item-link-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.new-responsive-template .c-kokoronote-recommend-list-item-link-tags + * {
  margin-top: 8px;
}
.new-responsive-template .c-kokoronote-recommend-list-item-link-tag {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4545454545;
  display: inline-grid;
  place-items: center;
  color: #FFF;
  background-color: #033824;
  border-radius: 14px;
  padding: 0 8px;
  height: 28px;
}
.new-responsive-template .c-kokoronote-recommend-list-item-link-title {
  font-weight: 400;
  color: #033824;
}
@media screen and (min-width: 768px), print {
  .new-responsive-template .c-kokoronote-recommend-list-item-link-title {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .new-responsive-template .c-kokoronote-recommend-list-item-link-title {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}

.p-news {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .p-news {
    margin-bottom: 21.3333333333vw;
  }
}