@charset "UTF-8";
.renewal {
  margin: 0;
  padding: 0;
  font-family: "じゅん 501", "M PLUS Rounded 1c", sans-serif;
  color: #333;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .renewal {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  .renewal {
    font-size: 3.2vw;
  }
}

main {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
}
@media screen and (min-width: 1800px) {
  main {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 1000px) {
  main {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  main {
    font-size: 3.2vw;
  }
}

a {
  transition-duration: 0.3s;
}
a:hover {
  opacity: 0.6;
}

/*************
	標準リンク
 *************/
a:link,
a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:where(:not(.wp-element-button)) {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
@media screen and (max-width: 1000px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  h7 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  h7 {
    font-size: 3.2vw;
  }
}

section,
div,
p,
span,
ul,
li,
a,
button,
input,
textarea,
select,
option,
label {
  box-sizing: border-box;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 1000px) {
  .tab-none {
    display: none;
  }
}

.tab-block {
  display: none;
}
@media screen and (max-width: 1000px) {
  .tab-block {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .sp-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp-block {
    display: block;
  }
}

.renewal header {
  position: static !important;
  width: auto !important;
  display: block !important;
  background: none !important;
  text-align: left !important;
}
.renewal .rnw-inner {
  max-width: 68.75em;
  width: 90%;
  margin: 0 auto;
}
.renewal .rnw-heading {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 5em;
  width: 100%;
  position: relative;
  box-shadow: 0.5em 0.5em 0.8em 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 750px) {
  .renewal .rnw-heading {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
    align-items: flex-start;
  }
}
.renewal .rnw-heading::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  background: inherit;
  box-shadow: 0.5em 0.5em 0.8em 0 rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.renewal .rnw-heading__band {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-block: 1.7em;
  border-radius: 0 5em 5em 0;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  flex-shrink: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-heading__band {
    font-size: 1.2em;
    text-align: center;
  }
}
.renewal .rnw-heading__band--pink {
  background: linear-gradient(90deg, #f06292 0%, #ec407a 100%);
}
.renewal .rnw-heading__band--pink .rnw-heading__band {
  background: linear-gradient(90deg, #f06292 0%, #ec407a 100%);
}
.renewal .rnw-heading__band--orange {
  background: #fff;
}
.renewal .rnw-heading__band--orange .rnw-heading__band {
  box-shadow: inset 0 12px 0 0 #f08300, inset 0 -12px 0 0 #f08300, inset -12px 0 0 0 #f08300;
  background: #fff;
  color: #f08300;
}
.renewal .rnw-heading__band--orange::before {
  background: #fff;
  box-shadow: 0em 0.5em 0.8em 0 rgba(0, 0, 0, 0.4);
  border-top: 12px solid #f08300;
  border-bottom: 12px solid #f08300;
}
.renewal .rnw-heading__band--orange-light {
  background: #fff;
}
.renewal .rnw-heading__band--orange-light .rnw-heading__band {
  box-shadow: inset 0 12px 0 0 #eda100, inset 0 -12px 0 0 #eda100, inset -12px 0 0 0 #eda100;
  background: #fff;
  color: #eda100;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-heading__band--orange-light .rnw-heading__band {
    box-shadow: inset 0 10px 0 0 #eda100, inset 0 -10px 0 0 #eda100, inset -10px 0 0 0 #eda100;
  }
}
.renewal .rnw-heading__band--orange-light::before {
  background: #fff;
  box-shadow: 0.5em 0.5em 0.8em 0 rgba(0, 0, 0, 0.4);
  border-top: 12px solid #eda100;
  border-bottom: 12px solid #eda100;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-heading__band--orange-light::before {
    border-top: 10px solid #eda100;
    border-bottom: 10px solid #eda100;
  }
}
.renewal .rnw-heading__band--blue {
  background: #236bb6;
}
.renewal .rnw-heading__band--blue .rnw-heading__band {
  background: #236bb6;
}
.renewal .rnw-heading__band--green {
  background: #0b793d;
}
.renewal .rnw-heading__band--green .rnw-heading__band {
  box-shadow: inset 0 12px 0 0 #0b793d, inset 0 -12px 0 0 #0b793d, inset -12px 0 0 0 #0b793d;
  background: #fff;
  color: #0b793d;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-heading__band--green .rnw-heading__band {
    box-shadow: inset 0 10px 0 0 #0b793d, inset 0 -10px 0 0 #0b793d, inset -10px 0 0 0 #0b793d;
  }
}
.renewal .rnw-heading__band--green::before {
  background: #fff;
  border-top: 12px solid #0b793d;
  border-bottom: 12px solid #0b793d;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-heading__band--green::before {
    border-top: 10px solid #0b793d;
    border-bottom: 10px solid #0b793d;
  }
}
.renewal .rnw-heading__band--yellow {
  background: #fff;
}
.renewal .rnw-heading__band--yellow .rnw-heading__band {
  box-shadow: inset 0 12px 0 0 #efc300, inset 0 -12px 0 0 #efc300, inset -12px 0 0 0 #efc300;
  background: #fff;
  color: #efc300;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-heading__band--yellow .rnw-heading__band {
    box-shadow: inset 0 10px 0 0 #efc300, inset 0 -10px 0 0 #efc300, inset -10px 0 0 0 #efc300;
  }
}
.renewal .rnw-heading__band--yellow::before {
  background: #fff;
  box-shadow: 0em 0.5em 0.8em 0 rgba(0, 0, 0, 0.4);
  border-top: 12px solid #efc300;
  border-bottom: 12px solid #efc300;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-heading__band--yellow::before {
    border-top: 10px solid #efc300;
    border-bottom: 10px solid #efc300;
  }
}
.renewal .rnw-heading__band--left {
  border-radius: 0 5em 5em 0;
}
.renewal .rnw-heading__band--right {
  border-radius: 7em 0 0 7em;
  box-shadow: 0em 0.5em 0.8em 0 rgba(0, 0, 0, 0.4);
}
.renewal .rnw-heading__band--right::before {
  background: #fff;
  box-shadow: 0em 0.5em 0.8em 0em rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 100%;
  width: 100vw;
}
.renewal .rnw-heading__band--right .rnw-heading__band {
  border-radius: 5em 0 0 5em;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-heading__band--right .rnw-heading__band {
    padding-left: 1em;
  }
}
.renewal .rnw-heading.newsWrap {
  border-radius: 0 7em 7em 0;
}
.renewal .rnw-heading.newsWrap .rnw-heading__band {
  justify-content: flex-start;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-heading.newsWrap .rnw-heading__band {
    justify-content: center;
    padding: 1.4em;
  }
}
.renewal .rnw-heading.newsWrap .rnw-heading__band .newsTitle {
  letter-spacing: 0.1em;
  font-size: 1.5833333333em;
}
.renewal .rnw-heading.contWrap::before {
  border-top: 12px solid #f08300;
  border-bottom: 12px solid #f08300;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-heading.contWrap::before {
    border-top: 10px solid #f08300;
    border-bottom: 10px solid #f08300;
  }
}
.renewal .rnw-heading.contWrap .rnw-heading__band {
  box-shadow: inset 0 12px 0 0 #f08300, inset 0 -12px 0 0 #f08300, inset 12px 0 0 0 #f08300;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-heading.contWrap .rnw-heading__band {
    box-shadow: inset 0 10px 0 0 #f08300, inset 0 -10px 0 0 #f08300, inset 10px 0 0 0 #f08300;
  }
}
.renewal .rnw-heading.contWrap.cont-tools {
  border-radius: 0 7em 7em 0;
}
.renewal .rnw-heading.contWrap.cont-tools::before {
  border-top: 12px solid #0b793d;
  border-bottom: 12px solid #0b793d;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-heading.contWrap.cont-tools::before {
    border-top: 10px solid #0b793d;
    border-bottom: 10px solid #0b793d;
  }
}
.renewal .rnw-heading.contWrap.cont-tools .rnw-heading__band {
  box-shadow: inset 0 12px 0 0 #0b793d, inset 0 -12px 0 0 #0b793d, inset -12px 0 0 0 #0b793d;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-heading.contWrap.cont-tools .rnw-heading__band {
    box-shadow: inset 0 10px 0 0 #0b793d, inset 0 -10px 0 0 #0b793d, inset -10px 0 0 0 #0b793d;
  }
}
.renewal .rnw-heading.contWrap.cont-award {
  border-radius: 7em 0 0 7em;
}
.renewal .rnw-heading.contWrap.cont-award::before {
  border-top: 12px solid #efc300;
  border-bottom: 12px solid #efc300;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-heading.contWrap.cont-award::before {
    border-top: 10px solid #efc300;
    border-bottom: 10px solid #efc300;
  }
}
.renewal .rnw-heading.contWrap.cont-award .rnw-heading__band {
  box-shadow: inset 0 12px 0 0 #efc300, inset 0 -12px 0 0 #efc300, inset 12px 0 0 0 #efc300;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-heading.contWrap.cont-award .rnw-heading__band {
    box-shadow: inset 0 10px 0 0 #efc300, inset 0 -10px 0 0 #efc300, inset 10px 0 0 0 #efc300;
  }
}
.renewal .rnw-heading.contWrap.cont-award .contWrapBlock {
  padding-block: 2.4em;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 14em;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-heading.contWrap.cont-award .contWrapBlock {
    padding-left: 6.5em;
    padding-block: 1.4em;
  }
}
.renewal .rnw-heading.contWrap.cont-award .contWrapBlock .contTitle {
  width: 100%;
  display: block;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-heading.contWrap.cont-award .contWrapBlock .contTitle {
    line-height: 1.6;
  }
}
.renewal .rnw-heading.contWrap.cont-award .contWrapBlock .contDesc {
  width: 100%;
}
.renewal .rnw-heading.contWrap.cont-award .contWrapBlock .contDesc a {
  display: inline-block;
}
.renewal .rnw-heading.contWrap.cont-award .contWrapBlock .contDesc p {
  padding-left: 0;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-heading.contWrap.cont-award .contWrapBlock .contDesc p {
    padding-right: 0;
    font-size: 0.9em;
  }
}
.renewal .rnw-heading.contWrap .contWrapBlock {
  display: flex;
  align-items: center;
  padding-block: 1.9em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-heading.contWrap .contWrapBlock {
    flex-direction: column;
  }
}
.renewal .rnw-heading.contWrap .contWrapBlock .contTitle {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5833333333em;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-heading.contWrap .contWrapBlock .contTitle {
    width: 100%;
    font-size: 1.2em;
  }
}
.renewal .rnw-heading.contWrap .contWrapBlock .contDesc {
  width: 50%;
  white-space: initial;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-heading.contWrap .contWrapBlock .contDesc {
    width: 100%;
  }
}
.renewal .rnw-heading.contWrap .contWrapBlock .contDesc p {
  text-align: justify;
  padding-inline: 1em 3em;
  font-size: 0.75em;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-heading.contWrap .contWrapBlock .contDesc p {
    padding: 0;
    padding-inline: 2.6em;
    line-height: 1.6;
    margin-top: 0.4em;
  }
}
.renewal .rnw-heading.contWrap .contWrapBlock .contDesc a p {
  color: #efc300;
}
.renewal .rnw-heading.contWrap .rnw-award__banner-logo {
  position: absolute;
  z-index: 3;
}
.renewal .rnw-heading__desc {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-heading__desc {
    font-size: 14px;
    padding-left: 0;
  }
}
.renewal .rnw-heading--white .renewal .rnw-heading__desc {
  color: rgba(255, 255, 255, 0.9);
}
.renewal .rnw-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75em;
  padding: 0.8em 4em 0.8em 3.2em;
  border-radius: 5em;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #fff;
  color: #236bb6;
  border: 2px solid #236bb6;
  transition: opacity 0.3s;
  position: relative;
  margin-top: 2em;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-btn {
    padding: 0.8em 5.6em 0.8em 5.2em;
  }
}
.renewal .rnw-btn::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  background: #236bb6;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.9em;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.renewal .rnw-btn:hover {
  opacity: 0.7;
}
.renewal .rnw-btn__area {
  text-align: center;
}
.renewal .rnw-btn--blue {
  background: #fff;
  color: #236bb6;
  border-color: #236bb6;
}
.renewal .rnw-btn--blue::after {
  background-color: #236bb6;
}
.renewal .rnw-btn--orange {
  background: #fff;
  color: #f08300;
  border-color: #f08300;
}
.renewal .rnw-btn--orange::after {
  background-color: #f08300;
}
.renewal .rnw-btn--orange-light {
  background: #fff;
  color: #eda100;
  border-color: #eda100;
}
.renewal .rnw-btn--orange-light::after {
  background-color: #eda100;
}
.renewal .rnw-btn--green {
  background: #fff;
  color: #0b793d;
  border-color: #0b793d;
}
.renewal .rnw-btn--green::after {
  background-color: #0b793d;
}
.renewal .rnw-btn--outline {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.renewal .rnw-btn--outline::after {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23236bb6'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
}
.renewal .rnw-hero {
  position: relative;
  overflow: visible;
  margin-top: 4em;
}
.renewal .rnw-hero__inner {
  max-width: 75em;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.renewal .rnw-hero__main {
  position: relative;
}
.renewal .rnw-hero__main .splide__slide {
  border-radius: 1em;
  overflow: visible;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-hero__main .splide__slide {
    border-radius: 0em;
  }
}
.renewal .rnw-hero__main .splide__slide a:hover {
  opacity: 0.8;
}
.renewal .rnw-hero__main .splide__slide a img:hover {
  opacity: 1;
}
.renewal .rnw-hero__main .splide__slide img {
  width: 100%;
  height: auto;
  display: block;
}
.renewal .rnw-hero__thumbs {
  margin-top: 1.5em;
  padding-block: 0.6em;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-hero__thumbs {
    margin-top: 3vw;
    padding-block: 1vw;
    overflow: hidden;
  }
}
.renewal .rnw-hero__thumbs .splide__track {
  overflow: visible;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-hero__thumbs .splide__track {
    overflow: visible;
  }
}
.renewal .rnw-hero__thumbs .splide__list {
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-hero__thumbs .splide__list {
    justify-content: flex-start;
  }
}
.renewal .rnw-hero__thumbs .splide__slide {
  border-radius: 0.4em;
  overflow: visible;
  cursor: pointer;
  opacity: 0.55;
  border: 2px solid transparent;
  transition: opacity 0.3s, transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  will-change: transform;
  transform-origin: center;
}
.renewal .rnw-hero__thumbs .splide__slide:hover {
  opacity: 1;
  transform: scale(1.08);
  z-index: 2;
  box-shadow: 0 0.3em 0.8em rgba(0, 0, 0, 0.25);
}
.renewal .rnw-hero__thumbs .splide__slide.is-active {
  opacity: 1;
  border-color: #236bb6;
  box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.2);
}
.renewal .rnw-hero__thumbs .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.renewal .rnw-hero__main .splide__arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.1);
}
.renewal .rnw-hero__main .splide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: auto;
  background: #fff;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  opacity: 1;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.4);
}
.renewal .rnw-hero__main .splide__arrow:hover {
  background: rgba(255, 255, 255, 0.6);
}
.renewal .rnw-hero__main .splide__arrow svg {
  display: none;
}
.renewal .rnw-hero__main .splide__arrow::after {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  border-right: 2.5px solid #236bb6;
  border-bottom: 2.5px solid #236bb6;
}
.renewal .rnw-hero__main .splide__arrow--prev {
  left: -1.25em;
}
.renewal .rnw-hero__main .splide__arrow--prev::after {
  transform: rotate(135deg);
  margin-left: 4px;
}
.renewal .rnw-hero__main .splide__arrow--next {
  right: -1.25em;
}
.renewal .rnw-hero__main .splide__arrow--next::after {
  transform: rotate(-45deg);
  margin-right: 4px;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-hero__main .splide__arrow {
    width: 30px;
    height: 30px;
  }
  .renewal .rnw-hero__main .splide__arrow::after {
    width: 9px;
    height: 9px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
  .renewal .rnw-hero__main .splide__arrow--prev {
    left: -1em;
  }
  .renewal .rnw-hero__main .splide__arrow--next {
    right: -1em;
  }
}
.renewal .rnw-about {
  padding: 80px 0;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-about {
    padding: 50px 0;
  }
}
.renewal .rnw-about h2 {
  font-size: 2.375em;
  font-weight: bold;
  color: #236bb6;
}
.renewal .rnw-about h2.rnw-heading__band {
  font-size: 28px;
}
@media screen and (max-width: 1000px) {
  .renewal .rnw-about h2.rnw-heading__band {
    font-size: 2vw;
  }
}
@media screen and (max-width: 750px) {
  .renewal .rnw-about h2.rnw-heading__band {
    font-size: 3.5vw;
    padding: 1.5em 1em;
  }
}
@media screen and (max-width: 750px) {
  .renewal .rnw-about h2.rnw-about__title {
    font-size: 1.7em;
    line-height: 1.4;
    margin-top: 1.5em;
  }
}
.renewal .rnw-about__logo img {
  width: 22.2727272727em;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .renewal .rnw-about__logo img {
    width: 15em;
  }
}
@media screen and (max-width: 750px) {
  .renewal .rnw-about__logo img {
    width: 80%;
  }
}
.renewal .rnw-about p {
  font-size: 1.125em;
  margin-top: 1em;
  text-align: justify;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-about p {
    font-size: 1em;
    line-height: 1.8;
    margin-top: 1.5em;
  }
}
.renewal .rnw-news {
  padding: 60px 0;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-news {
    padding: 40px 0;
  }
}
.renewal .rnw-news__header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-news__header {
    flex-direction: column;
    gap: 10px;
  }
}
.renewal .rnw-news__title {
  background: #eda100;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 8px 30px;
  border-radius: 8px;
  flex-shrink: 0;
}
.renewal .rnw-news__tabs {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.renewal .rnw-news__tab {
  background: none;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 6px 18px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s;
  font-family: inherit;
}
.renewal .rnw-news__tab:hover, .renewal .rnw-news__tab.is-active {
  background: #eda100;
  color: #fff;
  border-color: #eda100;
}
.renewal .rnw-news__list {
  margin-bottom: 20px;
}
.renewal .rnw-news__item {
  display: flex;
  align-items: baseline;
  gap: 1em;
  padding: 0.75em 0;
  border-bottom: 1px solid #eee;
  font-size: 1.125em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-news__item {
    flex-direction: column;
    gap: 4px;
    border-bottom: 2px solid #eda100;
  }
}
.renewal .rnw-news__item time {
  color: #666;
  flex-shrink: 0;
  min-width: 6.25em;
}
.renewal .rnw-news__item a {
  color: #333;
  text-decoration: none;
}
.renewal .rnw-news__item a:hover {
  color: #eda100;
}
.renewal .rnw-news__cat {
  font-size: 0.625em;
  border-radius: 50%;
  background: #eda100;
  color: #fff;
  flex-shrink: 0;
  width: 4em;
  height: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-news__cat {
    display: none;
  }
}
.renewal .rnw-news__more {
  display: inline-block;
  color: #eda100;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}
.renewal .rnw-news__more::after {
  content: " >";
}
.renewal .rnw-member-banner {
  display: block;
  text-decoration: none;
  margin-top: 6.25em;
  transition: opacity 0.3s;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-member-banner {
    margin-top: 4em;
  }
}
.renewal .rnw-member-banner:hover {
  opacity: 0.7;
}
.renewal .rnw-member-banner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5em;
  border: 0.5em solid #a3c4e2;
  padding: 3.5em 0em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-member-banner__inner {
    flex-direction: column;
    gap: 0.8em;
    padding: 1.5em 1.2em;
  }
}
.renewal .rnw-member-banner__logo {
  flex-shrink: 0;
}
.renewal .rnw-member-banner__logo img {
  height: 3.5em;
  width: auto;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-member-banner__logo img {
    height: 2.5em;
  }
}
.renewal .rnw-member-banner__text {
  font-size: 2.2em;
  font-weight: bold;
  color: #236bb6;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-member-banner__text {
    font-size: 1.5em;
  }
}
.renewal .rnw-member-banner__arrow {
  position: absolute;
  right: 1.5em;
  bottom: 1em;
  font-size: 1.5em;
  color: #236bb6;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-member-banner__arrow {
    right: 1em;
    bottom: 0.6em;
    font-size: 1.2em;
  }
}
.renewal .rnw-events {
  padding: 6em 0;
  overflow: visible;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-events {
    padding: 40px 0;
    overflow: hidden;
  }
}
.renewal .rnw-events__branding {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
  opacity: 0.9;
}
.renewal .rnw-events__desc {
  font-size: 15px;
  margin-bottom: 30px;
}
.renewal .rnw-events__main {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-events__main {
    flex-direction: column;
  }
}
.renewal .rnw-events__main-card {
  flex: 1;
  border-radius: 12px;
  overflow: visible;
  background: rgba(255, 255, 255, 0.15);
}
.renewal .rnw-events__main-card a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.renewal .rnw-events__main-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.renewal .rnw-events__main-card-body {
  padding: 16px;
}
.renewal .rnw-events__main-card-body h3 {
  font-size: 16px;
  font-weight: bold;
}
.renewal .rnw-events__pickup h3 {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 1em;
  color: #f08300;
}
.renewal .rnw-events__slider {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .renewal .rnw-events__slider {
    width: 90%;
    margin-inline: auto;
  }
}
.renewal .rnw-events__slider .splide__arrow {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  pointer-events: auto;
  background: #fff;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  opacity: 1;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.renewal .rnw-events__slider .splide__arrow:hover {
  background: #f2f2f2;
}
.renewal .rnw-events__slider .splide__arrow svg {
  display: none;
}
.renewal .rnw-events__slider .splide__arrow::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-right: 2.5px solid #f08300;
  border-bottom: 2.5px solid #f08300;
}
.renewal .rnw-events__slider .splide__arrow--prev {
  left: -4em;
}
.renewal .rnw-events__slider .splide__arrow--prev::after {
  transform: rotate(135deg);
  margin-left: 3px;
}
.renewal .rnw-events__slider .splide__arrow--next {
  right: -4em;
}
.renewal .rnw-events__slider .splide__arrow--next::after {
  transform: rotate(-45deg);
  margin-right: 3px;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-events__slider .splide__arrow {
    width: 2em;
    height: 2em;
  }
  .renewal .rnw-events__slider .splide__arrow--prev {
    left: -0.5em;
  }
  .renewal .rnw-events__slider .splide__arrow--next {
    right: -0.5em;
  }
}
.renewal .rnw-events__slide-card {
  display: block;
  text-decoration: none;
  color: #333;
}
.renewal .rnw-events__slide-img {
  border-radius: 0.8em;
  overflow: visible;
  border: 1px solid #cfcfcf;
}
.renewal .rnw-events__slide-img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1200/548;
  object-fit: cover;
}
.renewal .rnw-events__slide-cat {
  display: inline-block;
  position: relative;
  margin-top: 0.8em;
  padding: 0.9em 3.2em 0.9em 0.8em;
  border-radius: 0.43em;
  font-size: 0.875em;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
.renewal .rnw-events__slide-cat::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.renewal .rnw-events__slide-cat--sport {
  background-color: #f6aa00;
}
.renewal .rnw-events__slide-cat--sport::after {
  width: 2em;
  height: 2.2em;
  background-image: url(../../event/health_promotion2025/img/search/icon01_on.svg);
}
.renewal .rnw-events__slide-cat--eat {
  background-color: #ff8082;
}
.renewal .rnw-events__slide-cat--eat::after {
  width: 2em;
  height: 1.8em;
  background-image: url(../../event/health_promotion2025/img/search/icon02_on.svg);
}
.renewal .rnw-events__slide-cat--noSmoking {
  background-color: #03af7a;
}
.renewal .rnw-events__slide-cat--noSmoking::after {
  width: 2em;
  height: 1.8em;
  background-image: url(../../event/health_promotion2025/img/search/icon03_on.svg);
}
.renewal .rnw-events__slide-cat--sleep {
  background-color: #990099;
}
.renewal .rnw-events__slide-cat--sleep::after {
  width: 2em;
  height: 2em;
  background-image: url(../../event/health_promotion2025/img/search/icon04_on.svg);
}
.renewal .rnw-events__slide-cat--healthCheck {
  background-color: #005aff;
}
.renewal .rnw-events__slide-cat--healthCheck::after {
  width: 2em;
  height: 2.1em;
  background-image: url(../../event/health_promotion2025/img/search/icon05_on.svg);
}
.renewal .rnw-events__slide-cat--womansHealth {
  background-color: #4dc4ff;
}
.renewal .rnw-events__slide-cat--womansHealth::after {
  width: 2em;
  height: 2em;
  background-image: url(../../event/health_promotion2025/img/search/icon06_on.svg);
}
.renewal .rnw-events__slide-cat--other {
  background-color: #989898;
}
.renewal .rnw-events__slide-cat--other::after {
  width: 2em;
  height: 1.8em;
  background-image: url(../../event/health_promotion2025/img/search/icon07_on.svg);
}
.renewal .rnw-events__slide-title {
  margin-top: 0.6em;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.6;
  color: #f08300;
  text-align: justify;
}
.renewal .rnw-events__more {
  text-align: center;
}
.renewal .rnw-tools {
  padding: 6em 0;
  overflow: visible;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-tools {
    padding: 40px 0;
    overflow: hidden;
  }
}
.renewal .rnw-tools__pickup h3 {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 1em;
  color: #0b793d;
}
.renewal .rnw-tools__slider {
  position: relative;
}
@media screen and (max-width: 1000px) {
  .renewal .rnw-tools__slider {
    width: 90%;
    margin-inline: auto;
  }
}
.renewal .rnw-tools__slider .splide__arrow {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  pointer-events: auto;
  background: #fff;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  opacity: 1;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.renewal .rnw-tools__slider .splide__arrow:hover {
  background: #f2f2f2;
}
.renewal .rnw-tools__slider .splide__arrow svg {
  display: none;
}
.renewal .rnw-tools__slider .splide__arrow::after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-right: 2.5px solid #0b793d;
  border-bottom: 2.5px solid #0b793d;
}
.renewal .rnw-tools__slider .splide__arrow--prev {
  left: -4em;
}
.renewal .rnw-tools__slider .splide__arrow--prev::after {
  transform: rotate(135deg);
  margin-left: 3px;
}
.renewal .rnw-tools__slider .splide__arrow--next {
  right: -4em;
}
.renewal .rnw-tools__slider .splide__arrow--next::after {
  transform: rotate(-45deg);
  margin-right: 3px;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-tools__slider .splide__arrow {
    width: 2em;
    height: 2em;
  }
  .renewal .rnw-tools__slider .splide__arrow--prev {
    left: -0.5em;
  }
  .renewal .rnw-tools__slider .splide__arrow--next {
    right: -0.5em;
  }
}
.renewal .rnw-tools__slide-card {
  display: block;
  text-decoration: none;
  color: #333;
}
.renewal .rnw-tools__slide-img {
  border-radius: 0.8em;
  overflow: visible;
  border: 1px solid #cfcfcf;
}
.renewal .rnw-tools__slide-img img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1200/548;
  object-fit: cover;
}
.renewal .rnw-tools__slide-title {
  margin-top: 0.6em;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.6;
  color: #0b793d;
  text-align: justify;
}
.renewal .rnw-tools__more {
  text-align: center;
}
.renewal .rnw-award {
  padding: 6em 0;
  overflow: visible;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-award {
    padding: 3em 0;
    overflow: hidden;
  }
}
.renewal .rnw-award__banner {
  display: flex;
  align-items: center;
  gap: 2em;
  background: #efc300;
  border-radius: 1em;
  padding: 1.5em 2.5em;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-award__banner {
    flex-direction: column;
    gap: 1em;
    padding: 1.2em 1.5em;
    text-align: center;
  }
}
.renewal .rnw-award__banner:hover {
  opacity: 0.8;
}
.renewal .rnw-award__banner-logo {
  flex-shrink: 0;
  width: 6.6em;
  height: auto;
  top: 12px;
  left: 8em;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-award__banner-logo {
    width: 5em;
    left: 4em;
    top: 10px;
  }
}
.renewal .rnw-award__banner-text {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
}
.renewal .rnw-award__banner-title {
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-award__banner-title {
    font-size: 1.125em;
  }
}
.renewal .rnw-award__banner-link {
  font-size: 1.0625em;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-award__banner-link {
    font-size: 0.875em;
  }
}
.renewal .rnw-award__content {
  margin-top: 3em;
  display: flex;
  align-items: center;
  gap: 3em;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-award__content {
    flex-direction: column;
    gap: 1.5em;
    margin-top: 2em;
  }
}
.renewal .rnw-award__photo {
  flex-shrink: 0;
  width: 45%;
}
.renewal .rnw-award__photo img {
  width: 100%;
  height: auto;
  border-radius: 0.8em;
  display: block;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-award__photo {
    width: 84%;
    margin-inline: auto;
  }
}
.renewal .rnw-award__heading {
  font-size: 1.375em;
  font-weight: bold;
  color: #efc300;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-award__body-header {
    text-align: center;
  }
}
.renewal .rnw-award__body p {
  font-size: 1em;
  color: #555;
  line-height: 2;
  margin-top: 2em;
  font-weight: 500;
}
.renewal .rnw-award__body .rnw-btn {
  margin-top: 0;
}
.renewal .rnw-btn--gold {
  background: #fff;
  color: #efc300;
  border-color: #efc300;
}
.renewal .rnw-btn--gold::after {
  background-color: #efc300;
}
.renewal .rnw-links {
  padding: 5em 0 8em;
}
.renewal .rnw-links h2 {
  font-family: "Manrope", sans-serif;
  text-align: center;
  font-size: 4.5em;
  font-weight: 800;
  color: #236bb6;
  line-height: 0.9;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-links h2 {
    font-size: 4em;
  }
}
.renewal .rnw-links ul {
  max-width: 50em;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 3em;
  margin-top: 4em;
}
@media screen and (max-width: 750px) {
  .renewal .rnw-links ul {
    margin-top: 3em;
    row-gap: 2em;
  }
}
.renewal .rnw-links li {
  width: 100%;
}
.renewal .rnw-links img {
  width: 100%;
  height: auto;
}
.renewal .rnw-footer {
  background: #333;
  color: #fff;
  padding: 40px 0 20px;
  text-align: center;
}
.renewal .rnw-footer__logo {
  margin-bottom: 20px;
}
.renewal .rnw-footer__logo img {
  width: 200px;
  height: auto;
}
.renewal .rnw-footer__links ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.renewal .rnw-footer__links a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
.renewal .rnw-footer__links a:hover {
  opacity: 0.7;
}
.renewal .rnw-footer__copy {
  font-size: 12px;
  color: #999;
}

.top-floatingBtn {
  --btn-bottom: 2em;
  --footer-overlap: 0px;
  position: fixed;
  right: 2em;
  bottom: calc(var(--btn-bottom) + var(--footer-overlap));
  z-index: 9999;
  width: 9.25em;
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.2));
}
.top-floatingBtn img {
  width: 100%;
  height: auto;
  display: block;
}
.top-floatingBtn:hover {
  transform: scale(1.05);
  opacity: 0.92;
}
@media screen and (max-width: 1000px) {
  .top-floatingBtn {
    --btn-bottom: 16px;
    width: 110px;
    right: 16px;
  }
}
@media screen and (max-width: 750px) {
  .top-floatingBtn {
    --btn-bottom: 10px;
    width: 90px;
    right: 10px;
  }
}
