@charset "UTF-8";

:root {
  --color-primary: #325838;
  --color-primary-light: #68936f;
  --color-primary-deep: #2c4d31;
  --color-accent: #f57a08;
  --color-line: #00d200;
  --color-brown: #92775e;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-bg: #ffffff;
  --color-bg-beige: #efebe1;
  --color-bg-green: #eaf3ea;
  --color-bg-warm: #f4f1ed;
  --color-bg-subtle: #fafafa;
  --color-bg-input: #f8f8f8;
  --color-bg-muted: #f2f2f2;
  --color-surface: #f3f3f3;
  --color-text: #2c2c2c;
  --color-text-dark: #1a1a1a;
  --color-text-sub: #616060;
  --color-text-muted: #6d7878;
  --color-border: #e0e0e0;
  --color-corp-navy: #0f3b63;
  --color-corp-num: #6488a8;
  --color-corp-panel: #eaeef3;
}

body {
  margin: 0;
}

.renew-header,
.renew-drawer,
.renew-drawer-overlay,
#renew-page-content,
.renew-footer,
.renew-kv-btns {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}

.renew-header,
.renew-header::before,
.renew-header::after,
.renew-header *,
.renew-header *::before,
.renew-header *::after,
.renew-drawer,
.renew-drawer::before,
.renew-drawer::after,
.renew-drawer *,
.renew-drawer *::before,
.renew-drawer *::after,
.renew-drawer-overlay,
.renew-drawer-overlay::before,
.renew-drawer-overlay::after,
.renew-drawer-overlay *,
.renew-drawer-overlay *::before,
.renew-drawer-overlay *::after,
#renew-page-content,
#renew-page-content::before,
#renew-page-content::after,
#renew-page-content *,
#renew-page-content *::before,
#renew-page-content *::after,
.renew-footer,
.renew-footer::before,
.renew-footer::after,
.renew-footer *,
.renew-footer *::before,
.renew-footer *::after,
.renew-kv-btns,
.renew-kv-btns::before,
.renew-kv-btns::after,
.renew-kv-btns *,
.renew-kv-btns *::before,
.renew-kv-btns *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

@media screen and (max-width: calc(1300px - 1px)) {
html {
    scroll-padding-top: 70px;
  }
}

html.admin-bar {
  scroll-padding-top: calc(110px + 32px);
}

@media screen and (max-width: calc(1300px - 1px)) {
html.admin-bar {
    scroll-padding-top: calc(70px + 46px);
  }
}

#renew-page-content {
  overflow-x: clip;
  max-width: 100%;
  padding-top: 110px;
}

@media screen and (max-width: calc(1300px - 1px)) {
#renew-page-content {
    padding-top: 70px;
  }
}

.home #renew-page-content {
  padding-top: 0;
}

#renew-page-content img,
#renew-page-content video,
#renew-page-content iframe {
  max-width: 100%;
}

#renew-page-content img {
  display: block;
}

@media screen and (min-width: 1024px) {
.is-sp {
    display: none;
  }
}

.inner {
  width: 100%;
  margin-inline: auto;
  padding-inline: 20px;
}

.inner--1120 {
  max-width: 1120px;
}

.inner--1080 {
  max-width: 1080px;
}

.inner--980 {
  max-width: 980px;
}

header.renew-header nav {
  position: static;
  float: none;
  width: auto;
  height: auto;
  text-align: inherit;
  overflow: visible;
  opacity: 1;
  right: auto;
  background: transparent;
  box-shadow: none;
}

header.renew-header nav ul {
  width: auto;
  border: none;
  margin: 0;
}

header.renew-header nav ul li {
  float: none;
  width: auto;
  border: none;
  background: transparent;
}

header.renew-header nav ul li a {
  position: static;
  display: block;
  background: transparent;
  color: inherit;
}

.renew-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.renew-header__inner {
  position: relative;
  max-width: 1440px;
  margin-inline: auto;
}

@media screen and (min-width: 1300px) {
.renew-header__inner {
    height: 110px;
  }
}

@media screen and (max-width: calc(1300px - 1px)) {
.renew-header__inner {
    height: 70px;
  }
}

.renew-header__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  min-width: 0;
}

@media screen and (max-width: calc(1300px - 1px)) {
.renew-header__top {
    align-items: flex-start;
    height: 70px;
    padding: 13px 20px 0 14px;
  }
}

@media screen and (min-width: 1300px) {
.renew-header__top {
    padding: 17px 30px 0 20px;
  }
}

.renew-header__logo {
  display: block;
  text-decoration: none;
  min-width: 0;
  flex: 0 1 auto;
}

@media screen and (max-width: calc(1300px - 1px)) {
.renew-header__logo {
    max-width: 255px;
  }
}

.renew-header__logo-img {
  display: block;
  width: 409px;
  height: 73px;
  max-width: 100%;
}

@media screen and (max-width: calc(1300px - 1px)) {
.renew-header__logo-img {
    width: 255px;
    height: 50px;
  }
}

.renew-header__logo-img picture,
.renew-header__logo-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.renew-header__side {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
  flex-shrink: 0;
}

@media screen and (max-width: calc(1300px - 1px)) {
.renew-header__side {
    gap: 12px;
    margin-top: 1px;
  }
}

@media screen and (min-width: 1300px) {
.renew-header__side {
    align-items: center;
    gap: 21px;
  }
}

.renew-header__controls {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  gap: 13px;
}

@media screen and (min-width: 1300px) {
.renew-header__controls {
    display: flex;
  }
}

.renew-header__actions {
  display: none;
  align-items: center;
  flex-wrap: nowrap;
}

@media screen and (min-width: 1300px) {
.renew-header__actions {
    display: flex;
  }
}

.renew-header__tel {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 200px;
  margin-right: 24px;
}

.renew-header__tel-icon {
  flex-shrink: 0;
  width: 50px;
  height: 45px;
}

.renew-header__tel-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.renew-header__tel-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.renew-header__tel-number {
  font-size: 21px;
  font-weight: 600;
  color: #325838;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 1;
}

.renew-header__tel-number:hover {
  opacity: 0.85;
}

.renew-header__tel-sub {
  font-size: 12px;
  color: #6f7171;
  line-height: 1;
}

.renew-header__btn {
  display: none;
  align-items: center;
  justify-content: flex-start;
  height: 45px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
  flex-shrink: 0;
}

@media screen and (min-width: 1300px) {
.renew-header__btn {
    display: flex;
    width: 215px;
    padding: 0;
  }
}

.renew-header__btn:hover {
  opacity: 0.88;
}

.renew-header__btn-icon {
  flex-shrink: 0;
}

.renew-header__btn-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.renew-header__btn--line {
  background: #00d200;
  color: #ffffff;
  margin-right: 14px;
  padding-left: 38px;
  gap: 13px;
}

.renew-header__btn--line .renew-header__btn-icon {
  width: 26px;
  height: 25px;
}

.renew-header__btn--form {
  background: #f57a08;
  color: #ffffff;
  padding-left: 37px;
  gap: 14px;
}

.renew-header__btn--form .renew-header__btn-icon--form {
  width: 22px;
  height: 18px;
}

.renew-header__sp-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  margin-top: 1px;
  text-decoration: none;
  transition: opacity 0.2s;
}

@media screen and (min-width: 1300px) {
.renew-header__sp-tel {
    display: none;
  }
}

.renew-header__sp-tel:hover {
  opacity: 0.85;
}

.renew-header__sp-tel-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
}

.renew-header__sp-tel-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.renew-header__hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-top: -2px;
  background: #325838;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}

.renew-header__hamburger .menu-icon-lines {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.renew-header__hamburger .menu-icon-lines span {
  display: block;
  width: 20px;
  height: 1px;
  background: #ffffff;
}

@media screen and (min-width: 1300px) {
.renew-header__hamburger {
    display: none;
  }
}

.renew-header__menu-btn {
  display: none;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 77px;
  height: 77px;
  padding-top: 22px;
  background: #325838;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 1300px) {
.renew-header__menu-btn {
    display: flex;
  }
}

.renew-header__menu-btn .menu-icon-lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 7px;
}

.renew-header__menu-btn .menu-icon-lines span {
  display: block;
  width: 28px;
  height: 1px;
  background: #ffffff;
}

.renew-header__nav {
  display: none;
}

@media screen and (min-width: 1300px) {
.renew-header__nav {
    display: block;
    padding: 0;
  }
}

.renew-site-nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.renew-site-nav li a {
  display: block;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 1;
  transition: color 0.2s;
}

.renew-site-nav li a:hover {
  color: #325838;
}

.renew-drawer {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  transform: translateY(-100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  overflow-x: hidden;
}

@media screen and (min-width: 1300px) {
.renew-drawer {
    flex-direction: row;
    overflow: hidden;
  }
}

.renew-drawer.is-open {
  transform: translateY(0);
}

@media screen and (max-width: calc(1300px - 1px)) {
.renew-drawer.is-open {
    box-shadow: 0 4px 12.75px rgba(0, 0, 0, 0.3);
  }
}

@media screen and (min-width: 1300px) {
.renew-drawer.is-open {
    box-shadow: 0 4px 25.5px rgba(0, 0, 0, 0.3);
  }
}

.renew-drawer__close {
  position: fixed;
  top: 10.5px;
  right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #325838;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  z-index: 2010;
  flex-shrink: 0;
  transition: opacity 0.2s;
}

@media screen and (min-width: 1300px) {
.renew-drawer__close {
    top: 17px;
    right: 30px;
    width: 77px;
    height: 77px;
    gap: 4px;
  }
}

.renew-drawer__close:hover {
  opacity: 0.85;
}

.renew-drawer__close-label {
  display: none;
  font-size: 11px;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (min-width: 1300px) {
.renew-drawer__close-label {
    display: block;
  }
}

.renew-drawer__close-icon {
  position: relative;
  width: 18px;
  height: 18px;
  display: block;
}

@media screen and (min-width: 1300px) {
.renew-drawer__close-icon {
    width: 22px;
    height: 22px;
  }
}

.renew-drawer__close-icon span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
}

.renew-drawer__close-icon span:first-child {
  transform: translateY(-50%) rotate(45deg);
}

.renew-drawer__close-icon span:last-child {
  transform: translateY(-50%) rotate(-45deg);
}

.renew-drawer__left {
  display: none;
}

@media screen and (min-width: 1300px) {
.renew-drawer__left {
    width: 505px;
    flex-shrink: 0;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 59px 77px 48px 66px;
    overflow-y: auto;
  }
}

.renew-drawer__logo {
  display: block;
  margin-left: 25px;
  text-decoration: none;
}

.renew-drawer__logo img {
  display: block;
  width: 309px;
  height: 181px;
  max-width: 309px;
  object-fit: contain;
}

.renew-drawer__tel {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 24px;
  margin-left: 21px;
}

.renew-drawer__tel-row {
  display: flex;
  align-items: center;
  gap: 19px;
}

.renew-drawer__tel-icon {
  flex-shrink: 0;
  width: 66px;
  height: 59px;
}

.renew-drawer__tel-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.renew-drawer__tel-number {
  font-size: 36px;
  font-weight: 600;
  color: #325838;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 1;
}

.renew-drawer__tel-number:hover {
  opacity: 0.85;
}

.renew-drawer__tel-sub {
  font-size: 12px;
  color: #6f7171;
  padding-left: 85px;
}

.renew-drawer__btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 356px;
  height: 75px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity 0.2s;
}

.renew-drawer__btn:hover {
  opacity: 0.88;
}

.renew-drawer__btn-icon {
  flex-shrink: 0;
}

.renew-drawer__btn-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.renew-drawer__btn--line .renew-drawer__btn-icon {
  width: 43px;
  height: 41px;
}

.renew-drawer__btn--form .renew-drawer__btn-icon--form {
  width: 36px;
  height: 30px;
}

.renew-drawer__btn--line {
  background: #00d200;
  color: #ffffff;
  margin-top: 29px;
  padding-left: 73px;
  gap: 13px;
}

.renew-drawer__btn--form {
  background: #f57a08;
  color: #ffffff;
  margin-top: 30px;
  padding-left: 77px;
  gap: 16px;
}

.renew-drawer__sns {
  display: flex;
  gap: 38px;
  list-style: none;
  margin: 45px 0 0 108px;
  padding: 0;
}

.renew-drawer__sns li a {
  display: block;
  text-decoration: none;
  transition: opacity 0.2s;
}

.renew-drawer__sns li a:hover {
  opacity: 0.8;
}

.renew-drawer__sns li a img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.renew-drawer__right {
  width: 100%;
  background: #efebe1;
  flex-shrink: 0;
}

@media screen and (max-width: calc(1300px - 1px)) {
.renew-drawer__right {
    padding: min(80px, 80 / 390 * 100vw) min(39px, 39 / 390 * 100vw)
      min(33px, 33 / 390 * 100vw);
  }
}

@media screen and (min-width: 1300px) {
.renew-drawer__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 125px 100px 48px 80px;
    overflow-y: auto;
  }
}

.renew-drawer__nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media screen and (max-width: calc(1300px - 1px)) {
.renew-drawer__nav {
    column-gap: 22px;
    row-gap: 20px;
  }
}

@media screen and (min-width: 1300px) {
.renew-drawer__nav {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 55px;
    row-gap: 31px;
    align-content: start;
  }
}

.renew-drawer__nav li {
  border-bottom: 1px solid #325838;
}

@media screen and (min-width: 1300px) {
.renew-drawer__nav li {
    border-bottom-width: 2px;
  }
}

.renew-drawer__nav li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  letter-spacing: 0;
  transition: color 0.2s;
}

@media screen and (max-width: calc(1300px - 1px)) {
.renew-drawer__nav li a {
    line-height: 2.3333333333;
  }
}

@media screen and (min-width: 1300px) {
.renew-drawer__nav li a {
    padding: 0 4px 12px;
    font-size: 18px;
    line-height: 1;
  }
}

.renew-drawer__nav li a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 4px;
  background: url("../../assets/images/common/icon-arrow_right_menu.svg")
    center/contain no-repeat;
  flex-shrink: 0;
  margin-left: 0;
  transition: transform 0.2s;
}

.renew-drawer__nav li a:hover {
  color: #325838;
}

.renew-drawer__nav li a:hover::after {
  transform: translateX(4px);
}

@media screen and (max-width: calc(1300px - 1px)) {
.renew-drawer__nav li:nth-child(13) a {
    font-size: 10px;
    line-height: 2.8;
  }
}

.renew-drawer__sub-nav {
  display: none;
}

@media screen and (max-width: calc(1300px - 1px)) {
.renew-drawer__sub-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 22px;
    margin-top: 23px;
  }
}

.renew-drawer__sub-nav-link {
  font-size: 11px;
  color: #000000;
  text-decoration: none;
  line-height: normal;
}

@media screen and (max-width: calc(1300px - 1px)) {
.renew-drawer__sub-nav-link {
    padding-left: 14px;
  }
}

@media screen and (max-width: calc(1300px - 1px)) {
.renew-drawer__sub-nav-link--sitemap {
    padding-top: 5px;
    padding-left: 0;
  }
}

.renew-drawer__sub-nav-link:hover {
  color: #325838;
}

.renew-drawer__company {
  font-size: 11px;
  color: #000000;
  line-height: 1.6363636364;
  text-align: center;
}

@media screen and (min-width: 1300px) {
.renew-drawer__company {
    margin-top: 72px;
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }
}

@media screen and (max-width: calc(1300px - 1px)) {
.renew-drawer__company--sp {
    margin-top: 117px;
  }
}

.renew-drawer__company a {
  color: inherit;
  text-decoration: none;
}

.renew-drawer__company a:hover {
  color: #325838;
}

.renew-drawer__company--pc {
  display: none;
}

@media screen and (min-width: 1300px) {
.renew-drawer__company--pc {
    display: block;
  }
}

.renew-drawer__company--sp {
  display: block;
}

@media screen and (min-width: 1300px) {
.renew-drawer__company--sp {
    display: none;
  }
}

.renew-drawer__sp-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #ffffff;
  padding: min(22px, 22 / 390 * 100vw) min(20px, 20 / 390 * 100vw)
    min(40px, 40 / 390 * 100vw);
  box-sizing: border-box;
}

@media screen and (min-width: 1300px) {
.renew-drawer__sp-contact {
    display: none;
  }
}

.renew-drawer__sp-contact .renew-drawer__sns {
  gap: 19px;
  margin-top: 33px;
  margin-left: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.renew-drawer__sp-contact .renew-drawer__sns li a img {
  display: block;
  width: 36px;
  height: 36px;
}

.renew-drawer__sp-contact .renew-drawer__sns li:last-child a img {
  height: 37px;
}

.renew-drawer__sp-logo {
  display: block;
  text-decoration: none;
}

.renew-drawer__sp-logo img {
  display: block;
  width: min(201px, 201 / 390 * 100vw);
  height: min(118px, 118 / 390 * 100vw);
  object-fit: contain;
}

.renew-drawer__sp-tel-box {
  position: relative;
  align-self: stretch;
  width: min(350px, 100vw - 40px);
  margin: 12px auto 0;
  padding: 24px 26px 14px;
  box-sizing: border-box;
  background: #f3f3f3;
  border-radius: 8px;
}

.renew-drawer__sp-tel-label {
  position: relative;
  z-index: 1;
  font-size: 12px;
  color: #6d7878;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}

.renew-drawer__sp-tel-label::before,
.renew-drawer__sp-tel-label::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #e0e0e0;
  flex-shrink: 0;
}

.renew-drawer__sp-tel-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 15px;
  padding-left: 3px;
}

.renew-drawer__sp-tel-icon {
  flex-shrink: 0;
  width: 40px;
  height: 36px;
}

.renew-drawer__sp-tel-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.renew-drawer__sp-tel-number {
  font-size: min(28px, 28 / 390 * 100vw);
  font-weight: 600;
  color: #325838;
  text-decoration: none;
  letter-spacing: 1.4px;
  line-height: 1;
  white-space: nowrap;
}

.renew-drawer__sp-tel-number:hover {
  opacity: 0.85;
}

.renew-drawer__sp-tel-hours {
  position: relative;
  z-index: 1;
  font-size: 10px;
  color: #325838;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-top: 1px solid #325838;
  padding-top: 7px;
  margin-top: 15px;
  white-space: nowrap;
}

.renew-drawer__sp-btn {
  display: flex;
  align-items: center;
  width: min(350px, 100vw - 40px);
  height: 75px;
  border-radius: 60px;
  text-decoration: none;
  transition: opacity 0.2s;
  box-sizing: border-box;
  margin-top: 16px;
}

.renew-drawer__sp-btn:hover {
  opacity: 0.88;
}

.renew-drawer__sp-btn--line {
  background: #00d200;
  color: #ffffff;
}

.renew-drawer__sp-btn--form {
  background: #f57a08;
  color: #ffffff;
  margin-top: 18px;
}

.renew-drawer__sp-btn-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
  margin-left: 24px;
}

.renew-drawer__sp-btn-circle img {
  width: 29px;
  height: 27px;
  object-fit: contain;
}

.renew-drawer__sp-btn-circle--form img {
  width: 26px;
  height: 22px;
}

.renew-drawer__sp-btn-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  flex: 1;
  min-width: 0;
  padding-left: 22px;
}

.renew-drawer__sp-btn-sub {
  font-size: 11px;
  font-weight: 500;
  color: #f5f5f5;
  line-height: 1;
}

.renew-drawer__sp-btn-main {
  font-size: min(21px, 21 / 390 * 100vw);
  font-weight: 600;
  color: #ffffff;
  line-height: 1.1;
}

.renew-drawer__sp-btn-arrow {
  flex-shrink: 0;
  width: 27px;
  height: 5px;
  margin-right: 19px;
  line-height: 0;
}

.renew-drawer__sp-btn-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.renew-drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1900;
}

.renew-drawer-overlay.is-visible {
  display: block;
}

.renew-footer {
  background: #efebe1;
}

.renew-footer__body {
  width: 100%;
  max-width: 980px;
  margin-inline: auto;
  padding-inline: 20px;
  padding-top: 54px;
  padding-bottom: 30px;
  display: flex;
  gap: 40px;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
.renew-footer__body {
    align-items: baseline;
    gap: 5%;
    padding-top: 54px;
    padding-bottom: 60px;
    flex-direction: row;
  }
}

.renew-footer__left {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

@media screen and (min-width: 1024px) {
.renew-footer__left {
    width: 45%;
  }
}

.renew-footer__logo {
  display: block;
  text-decoration: none;
}

.renew-footer__logo-img {
  display: block;
  width: 407px;
  max-width: 100%;
  height: 45px;
}

.renew-footer__logo-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.renew-footer__company {
  font-size: 12px;
  color: #2c2c2c;
  line-height: 2;
  margin: 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
.renew-footer__company {
    font-size: 14px;
    text-align: left;
  }
}

.renew-footer__sns {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
.renew-footer__sns {
    justify-content: flex-start;
  }
}

.renew-footer__sns li a {
  display: block;
  text-decoration: none;
  transition: opacity 0.2s;
}

.renew-footer__sns li a:hover {
  opacity: 0.8;
}

.renew-footer__sns li a img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.renew-footer__banners {
  max-width: 300px;
  margin-inline: auto;
  padding-bottom: 66px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media screen and (min-width: 1024px) {
.renew-footer__banners {
    max-width: 940px;
    grid-template-columns: repeat(2, 1fr);
    gap: 58px;
    padding-bottom: 66px;
  }
}

.renew-footer__banners a {
  display: block;
  background: #ffffff;
}

.renew-footer__banners a img {
  display: block;
  width: 100%;
  height: auto;
}

.renew-footer__right {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@media screen and (min-width: 1024px) {
.renew-footer__right {
    width: 45%;
    text-align: left;
  }
}

.renew-footer__area-title {
  font-size: 14px;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 1.55;
}

@media screen and (min-width: 1024px) {
.renew-footer__area-title {
    font-size: 18px;
  }
}

.renew-footer__address {
  font-size: 14px;
  color: #2c2c2c;
  line-height: 2;
  margin: 0;
}

@media screen and (min-width: 1024px) {
.renew-footer__address {
    font-size: 18px;
  }
}

.renew-footer__tel {
  font-size: 14px;
  color: #2c2c2c;
  line-height: 2;
  margin: 0;
}

@media screen and (min-width: 1024px) {
.renew-footer__tel {
    font-size: 18px;
  }
}

.renew-footer__tel a {
  color: inherit;
  text-decoration: none;
}

.renew-footer__tel a:hover {
  color: #325838;
}

.renew-footer__hours {
  font-size: 14px;
  color: #2c2c2c;
  margin: 0;
  line-height: 2;
}

@media screen and (min-width: 1024px) {
.renew-footer__hours {
    font-size: 18px;
  }
}

.renew-footer__hours-note {
  display: block;
  font-size: 12px;
  line-height: 2;
}

.renew-footer__nav-wrap {
  border-top: 1px solid #e0e0e0;
  padding: 24px 20px;
}

.renew-footer__nav {
  max-width: 769px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  list-style: none;
  padding: 0;
  text-align: center;
}

.renew-footer__nav li {
  display: flex;
  padding: 10px;
  width: 50%;
  align-items: center;
}

@media screen and (min-width: 1024px) {
.renew-footer__nav li {
    width: auto;
    padding: 0;
  }
}

.renew-footer__nav li:not(:last-child)::after {
  display: none;
}

@media screen and (min-width: 1024px) {
.renew-footer__nav li:not(:last-child)::after {
    display: block;
    content: "｜";
    color: #2c2c2c;
    padding: 0 4px;
    font-size: 11px;
  }
}

.renew-footer__nav li a {
  display: block;
  width: 100%;
  font-size: 11px;
  font-weight: 300;
  color: #2c2c2c;
  text-decoration: none;
  padding: 4px 0;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 1024px) {
.renew-footer__nav li a {
    text-align: left;
  }
}

.renew-footer__nav li a:hover {
  color: #325838;
  text-decoration: underline;
}

.renew-footer__copyright {
  background: #325838;
  text-align: center;
  padding: 12px 20px;
  font-size: 11px;
  font-weight: 300;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.renew-section-title {
  text-align: center;
  margin: 0 0 40px;
  font-weight: inherit;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-title {
    margin-bottom: 32px;
  }
}

.renew-section-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background: linear-gradient(to right, #68936f, #2c4d31);
  margin-top: 20px;
  margin-inline: auto;
  border-radius: 2px;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-title::after {
    width: 35px;
    height: 3px;
    margin-top: 16px;
    border-radius: 0;
  }
}

.renew-section-title--deco::before {
  content: "";
  display: block;
  width: 45.869px;
  height: 18.861px;
  margin-inline: auto;
  margin-bottom: 8px;
  background: url("../../assets/images/top/title-deco.svg") center/contain
    no-repeat;
}

.renew-section-title__sub {
  display: block;
  font-size: 12px;
  color: #6d7878;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

.renew-section-title__main {
  display: block;
  font-size: clamp(22px, 6vw, 28px);
  font-weight: 500;
  color: #325838;
  letter-spacing: 0.04em;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

@media screen and (min-width: 1024px) {
.renew-section-title__main {
    font-size: 28px;
  }
}

.renew-section-title--white::after {
  background: #ffffff;
}

.renew-section-title--white .renew-section-title__sub {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
}

.renew-section-title--white .renew-section-title__main {
  color: #ffffff;
}

.renew-section-cta {
  background: #325838;
  padding: 51px 0 48px;
}

@media screen and (min-width: 1024px) {
.renew-section-cta {
    padding: 91px 0 112px;
  }
}

.renew-section-cta__inner {
  max-width: 1080px;
  margin-inline: auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

@media screen and (min-width: 1024px) {
.renew-section-cta__inner {
    padding: 0;
    gap: 4px;
  }
}

.renew-section-cta__card {
  display: flex;
  padding: 0 43px 0 70px;
  justify-content: space-between;
  background: #ffffff;
  width: 100%;
  position: relative;
  border-radius: 30px;
  z-index: 1;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-cta__card {
    flex-direction: column;
    align-items: center;
    padding: 32px 20px 0;
    border-radius: 14px;
    overflow: visible;
  }
}

.renew-section-cta__contacts {
  display: flex;
  width: 444px;
  flex-shrink: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 17px;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-cta__contacts {
    width: 100%;
    align-items: center;
    gap: 16px;
  }
}

.renew-section-cta__figure {
  max-width: 529px;
  flex-shrink: 1;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-cta__figure {
    margin-right: -20px;
    margin-bottom: -25px;
    align-self: flex-end;
    max-width: 320px;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
.renew-section-cta__figure {
    margin-bottom: -46px;
    align-self: flex-end;
  }
}

.renew-section-cta__figure picture,
.renew-section-cta__figure img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.renew-cta-box {
  background: #f3f3f3;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 6px;
  padding: 14px 40px 16px;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-cta-box {
    border-radius: 8px;
    padding: 14px 20px 16px;
  }
}

@media screen and (min-width: 1024px) {
.renew-cta-box {
    border-radius: 30px;
  }
}

.renew-cta-box__label {
  font-size: 12px;
  color: #6d7878;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.renew-cta-box__label::before,
.renew-cta-box__label::after {
  content: "";
  height: 1px;
  background: #e0e0e0;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-cta-box__label::before,
.renew-cta-box__label::after {
    flex: 0 0 30px;
    width: 30px;
  }
}

@media screen and (min-width: 1024px) {
.renew-cta-box__label::before,
.renew-cta-box__label::after {
    flex: 0 0 70px;
    width: 70px;
  }
}

.renew-cta-box--tel {
  gap: 0;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-cta-box--tel {
    width: 100%;
  }
}

.renew-cta-box--tel .renew-cta-box__tel-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-cta-box--tel .renew-cta-box__tel-body {
    justify-content: center;
  }
}

.renew-cta-box--tel .renew-cta-box__label {
  margin-bottom: 0;
}

.renew-cta-box--tel .renew-cta-box__tel-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-cta-box--tel .renew-cta-box__tel-link {
    gap: 18px;
    margin-top: 11px;
  }
}

@media screen and (min-width: 1024px) {
.renew-cta-box--tel .renew-cta-box__tel-link {
    gap: 14px;
    margin-top: 12px;
  }
}

.renew-cta-box--tel .renew-cta-box__tel-icon {
  flex-shrink: 0;
  background-color: #325838;
  mask: url("../../assets/images/common/icon-free-dial.svg") center/contain
    no-repeat;
  -webkit-mask: url("../../assets/images/common/icon-free-dial.svg")
    center/contain no-repeat;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-cta-box--tel .renew-cta-box__tel-icon {
    width: 40px;
    height: 32px;
  }
}

@media screen and (min-width: 1024px) {
.renew-cta-box--tel .renew-cta-box__tel-icon {
    width: 58px;
    height: 46px;
  }
}

.renew-cta-box--tel .renew-cta-box__tel-number {
  font-weight: 600;
  color: #325838;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-cta-box--tel .renew-cta-box__tel-number {
    font-size: 28px;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 1024px) {
.renew-cta-box--tel .renew-cta-box__tel-number {
    font-size: 42px;
    letter-spacing: 0.05em;
  }
}

.renew-cta-box--tel .renew-cta-box__tel-sub {
  color: #325838;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  box-sizing: border-box;
  border-top: 1px solid currentColor;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-cta-box--tel .renew-cta-box__tel-sub {
    margin-top: 14px;
    padding-top: 7px;
    font-size: 10px;
    gap: 12px;
    width: 100%;
    justify-content: center;
  }
}

@media screen and (min-width: 1024px) {
.renew-cta-box--tel .renew-cta-box__tel-sub {
    margin-top: 12px;
    padding: 7px;
    font-size: 11px;
    gap: 23px;
  }
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-cta-box--email {
    padding-top: 14px;
  }
}

@media screen and (min-width: 1024px) {
.renew-cta-box--email {
    padding-top: 17px;
  }
}

.renew-cta-box--email .renew-cta-box__email-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
  color: #325838;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-cta-box--email .renew-cta-box__email-link {
    gap: 12px;
    font-size: 21px;
  }
}

@media screen and (min-width: 1024px) {
.renew-cta-box--email .renew-cta-box__email-link {
    gap: 16px;
    font-size: 32px;
  }
}

.renew-cta-box--email .renew-cta-box__email-link .renew-cta-box__email-icon {
  flex-shrink: 0;
  background: url("../../assets/images/common/icon-mail_green.svg")
    center/contain no-repeat;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-cta-box--email .renew-cta-box__email-link .renew-cta-box__email-icon {
    width: 40px;
    height: 27px;
  }
}

@media screen and (min-width: 1024px) {
.renew-cta-box--email .renew-cta-box__email-link .renew-cta-box__email-icon {
    width: 48px;
    height: 33px;
  }
}

.renew-section-cta__buttons {
  display: flex;
  width: 100%;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-cta__buttons {
    flex-direction: column;
    gap: 18px;
    max-width: 350px;
  }
}

@media screen and (min-width: 1024px) {
.renew-section-cta__buttons {
    margin-top: 48px;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
}

.renew-cta-btn {
  display: flex;
  align-items: center;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 600;
  min-width: 0;
  transition: opacity 0.2s;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-cta-btn {
    gap: 12px;
    padding: 10px 24px 10px 12px;
    width: 100%;
    max-width: 350px;
  }
}

@media screen and (min-width: 1024px) {
.renew-cta-btn {
    gap: 20px;
    padding: 19px 36px 19px 19px;
    width: 514px;
    flex-shrink: 0;
  }
}

.renew-cta-btn:hover {
  opacity: 0.88;
}

.renew-cta-btn__icon-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-cta-btn__icon-wrap {
    width: 56px;
    height: 56px;
  }
}

@media screen and (min-width: 1024px) {
.renew-cta-btn__icon-wrap {
    width: 71px;
    height: 71px;
  }
}

.renew-cta-btn__icon-wrap img {
  object-fit: contain;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-cta-btn__icon-wrap--line img {
    width: 29px;
    height: 27px;
  }
}

@media screen and (min-width: 1024px) {
.renew-cta-btn__icon-wrap--line img {
    width: 36px;
    height: 34px;
  }
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-cta-btn__icon-wrap--form img {
    width: 26px;
    height: 22px;
  }
}

@media screen and (min-width: 1024px) {
.renew-cta-btn__icon-wrap--form img {
    width: 34px;
    height: 29px;
  }
}

.renew-cta-btn__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  text-align: center;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-cta-btn__body {
    gap: 6px;
  }
}

@media screen and (min-width: 1024px) {
.renew-cta-btn__body {
    gap: 6px;
  }
}

.renew-cta-btn__sub {
  font-weight: 500;
  color: #f5f5f5;
  line-height: 1.2;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-cta-btn__sub {
    font-size: 11px;
  }
}

@media screen and (min-width: 1024px) {
.renew-cta-btn__sub {
    font-size: 14px;
  }
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-cta-btn__sub-deco {
    display: none;
  }
}

.renew-cta-btn__label {
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-cta-btn__label {
    font-size: 21px;
  }
}

@media screen and (min-width: 1024px) {
.renew-cta-btn__label {
    font-size: 32px;
  }
}

.renew-cta-btn__arrow-wrap {
  flex-shrink: 0;
  margin-left: auto;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-cta-btn__arrow-wrap {
    width: 27px;
    height: 5px;
  }
}

@media screen and (min-width: 1024px) {
.renew-cta-btn__arrow-wrap {
    width: 42px;
    height: 9px;
  }
}

.renew-cta-btn__arrow-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.renew-cta-btn--line {
  background: #00d200;
}

.renew-cta-btn--line .renew-cta-btn__icon-wrap {
  background: #0de90d;
}

.renew-cta-btn--form {
  background: #f57a08;
}

.renew-cta-btn--form .renew-cta-btn__icon-wrap {
  background: #ff9431;
}

.renew-intro-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 48px 36px;
  border-radius: 14px;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
.renew-intro-panel {
    grid-template-columns: 1fr 306px;
    align-items: center;
    column-gap: 65px;
    row-gap: 0;
    padding: 53px 60px 58px 70px;
    border-radius: 30px;
  }
}

.renew-intro-panel__title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 1024px) {
.renew-intro-panel__title {
    grid-column: 1;
    grid-row: 1;
  }
}

@media screen and (min-width: 1024px) {
.renew-intro-panel__media {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    width: 306px;
  }
}

.renew-intro-panel__media img {
  display: block;
  width: 100%;
  max-width: 275px;
  height: auto;
  margin-inline: auto;
  border-radius: 14px;
  object-fit: cover;
}

@media screen and (min-width: 1024px) {
.renew-intro-panel__media img {
    max-width: 306px;
    border-radius: 18px;
    aspect-ratio: 306/238;
  }
}

.renew-intro-panel__text {
  font-size: 12px;
  line-height: 2;
}

@media screen and (min-width: 1024px) {
.renew-intro-panel__text {
    font-size: 14px;
    grid-column: 1;
    grid-row: 2;
    margin-top: 22px;
  }
}

.renew-intro-panel__text p {
  margin: 0;
}

.renew-intro-panel--theme-green {
  background: #325838;
  color: #ffffff;
}

.renew-intro-panel--theme-green .renew-intro-panel__title {
  padding: 20px 0;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

@media screen and (min-width: 1024px) {
.renew-intro-panel--theme-green .renew-intro-panel__title {
    font-size: 28px;
  }
}

.renew-section-bg {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.renew-section-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--renew-section-bg-overlay, rgba(234, 243, 234, 0.8));
  pointer-events: none;
  z-index: 0;
}

.renew-section-bg > .inner {
  position: relative;
  z-index: 1;
}

.renew-section-bg--pt01 {
  background-image: image-set(
    url("../../assets/images/common/bg-pt01_img.webp") type("image/webp"),
    url("../../assets/images/common/bg-pt01_img.png") type("image/png")
  );
}

.renew-section-bg--overlay-green {
  --renew-section-bg-overlay: rgba(234, 243, 234, 0.8);
}

.renew-section-flow {
  padding-block: 80px;
  background: #ffffff;
  text-align: center;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-flow {
    padding-block: 54px 40px;
  }
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-flow .renew-section-title {
    margin-bottom: 22px;
  }
}

.renew-section-flow__panel {
  border-radius: 30px;
  padding: 51px 20px 48px;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-flow__panel {
    border-radius: 14px;
    padding: 40px 23px 48px;
  }
}

@media screen and (min-width: 1024px) {
.renew-section-flow__panel {
    padding: 51px 40px 56px;
  }
}

.renew-section-flow__panel--green {
  background: #eaf3ea;
}

.renew-section-flow__steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 48px;
  position: relative;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-flow__steps {
    gap: 58px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1024px) {
.renew-section-flow__steps {
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }
}

.renew-flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: relative;
  padding: 0 8px;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-flow-step {
    display: grid;
    grid-template-columns: 114px 1fr;
    grid-template-rows: auto auto;
    column-gap: 20px;
    row-gap: 0;
    align-items: start;
    padding: 0;
    text-align: left;
  }

.renew-flow-step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -43px;
    width: 28px;
    height: 28px;
    background: url("../../assets/images/common/flow-triangle.svg")
      center/contain no-repeat;
    transform: translateX(-50%) rotate(90deg);
  }
}

@media screen and (min-width: 1024px) {
.renew-flow-step:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -14px;
    top: 88px;
    width: 21px;
    height: 25px;
    background: url("../../assets/images/common/flow-triangle.svg")
      center/contain no-repeat;
  }
}

.renew-flow-step__visual {
  position: relative;
  width: 100%;
  max-width: 200px;
  height: 175px;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-flow-step__visual {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 114px;
    height: 100px;
    max-width: none;
    margin-top: 7px;
    align-self: start;
  }
}

.renew-flow-step__visual picture,
.renew-flow-step__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.renew-flow-step__title {
  font-size: 18px;
  font-weight: 500;
  color: #325838;
  text-align: center;
  line-height: 1.5;
  margin: 0;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-flow-step__title {
    grid-column: 2;
    grid-row: 1;
    font-size: 16px;
    line-height: 2.25;
    text-align: left;
    padding-top: 2px;
  }
}

.renew-flow-step__body {
  display: flex;
  max-width: 200px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-flow-step__body {
    display: contents;
    max-width: none;
  }
}

.renew-flow-step__text {
  font-size: 14px;
  color: #2c2c2c;
  line-height: 1.7;
  text-align: left;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-flow-step__text {
    grid-column: 2;
    grid-row: 2;
    font-size: 12px;
    line-height: 1.6666666667;
    color: #1a1a1a;
    margin-top: 4px;
  }
}

.renew-section-howto {
  padding-block: 80px;
  background: #efebe1;
  border-radius: 30px;
  text-align: center;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-howto {
    padding-block: 40px 37px;
    border-radius: 24px;
  }
}

.renew-section-howto__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 48px;
}

@media screen and (min-width: 768px) {
.renew-section-howto__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

.renew-method-card {
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  padding-bottom: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.renew-method-card__img-wrap {
  width: 100%;
  aspect-ratio: 283/175;
  overflow: hidden;
}

.renew-method-card__img-wrap picture,
.renew-method-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.renew-method-card__title {
  font-size: 18px;
  font-weight: 500;
  color: #2c2c2c;
  margin: 20px 0 0;
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #e0e0e0;
  width: calc(100% - 46px);
}

.renew-method-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  margin-top: 16px;
  padding: 0 16px;
  border: 1px solid #68936f;
  background: transparent;
  color: #68936f;
  border-radius: 0;
  font-size: 14px;
}

.renew-section-area {
  padding-block: 80px;
  background: #f2f2f2;
  text-align: center;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-area {
    padding-block: 20px 40px;
  }
}

.renew-section-area__lead {
  font-size: 15px;
  color: #2c2c2c;
  line-height: 1.9;
  margin: 0 0 32px;
  text-align: left;
}

.renew-section-area__list {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px;
  margin: 0 0 24px;
  text-align: left;
}

.renew-section-area__list dt {
  font-size: 15px;
  font-weight: 700;
  color: #325838;
  margin-top: 20px;
}

.renew-section-area__list dt:first-child {
  margin-top: 0;
}

.renew-section-area__list dd {
  margin: 8px 0 0;
}

.renew-section-area__list dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.renew-section-area__list dd li {
  font-size: 14px;
  color: #2c2c2c;
}

.renew-section-area__note {
  font-size: 13px;
  color: #6d7878;
  line-height: 1.8;
  text-align: left;
  margin: 0;
}

#reviewWrap {
  padding: 66px 0 25px;
  background: #ebe8e4;
  text-align: center;
}

@media screen and (max-width: calc(1024px - 1px)) {
#reviewWrap {
    padding: 40px 0 0;
  }
}

#reviewWrap .review-container {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  text-align: left;
  -webkit-overflow-scrolling: touch;
}

#reviewWrap .review-container iframe,
#reviewWrap .review-container img,
#reviewWrap .review-container table {
  max-width: 100%;
}

.renew-section-promise {
  background: #ffffff;
  padding-block: 54px 138px;
  text-align: center;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-promise {
    padding-block: 53px 35px;
  }
}

.renew-section-promise__panel {
  background: #325838;
  border-radius: 30px;
  padding: 46px 70px 80px;
}

@media screen and (max-width: calc(768px - 1px)) {
.renew-section-promise__panel {
    padding: 48px 16px 40px;
    border-radius: 20px;
  }
}

.renew-section-promise .renew-section-title {
  margin: 0 0 46px;
}

.renew-section-promise__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 56px;
  list-style: none;
  padding: 0;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-promise__list {
    gap: 33px;
  }
}

.renew-promise-item {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  text-align: left;
  min-width: 0;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-promise-item {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 18px 16px 16px;
    border-radius: 8px;
    text-align: center;
  }
}

.renew-promise-item__num {
  font-size: 32px;
  font-weight: 500;
  color: #68936f;
  flex-shrink: 0;
  line-height: 1;
  min-width: 48px;
  text-align: center;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-promise-item__num {
    font-size: 21px;
    min-width: auto;
  }
}

.renew-promise-item__text {
  font-size: 18px;
  color: #2c2c2c;
  line-height: 1.7;
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-promise-item__text {
    margin-top: 19px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
  }
}

.renew-promise-item__text em {
  font-style: normal;
  font-weight: 500;
  color: #68936f;
  background-image: linear-gradient(
    rgba(234, 191, 52, 0.6),
    rgba(234, 191, 52, 0.6)
  );
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-bottom: 4px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

@media screen and (min-width: 1024px) {
.renew-promise-item__text em {
    background-size: 100% 5px;
    padding-bottom: 10px;
  }
}

.renew-section-philosophy {
  padding-block: 50px;
  text-align: center;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-philosophy {
    padding-block: 40px;
  }
}

.renew-section-philosophy__panel {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  padding: 48px 24px 40px;
}

@media screen and (min-width: 1024px) {
.renew-section-philosophy__panel {
    padding: 56px 100px 68px;
  }
}

.renew-section-philosophy__title {
  font-size: 28px;
  font-weight: 500;
  color: #325838;
  margin: 0 0 38px;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-philosophy__title {
    font-size: 21px;
    margin-bottom: 24px;
  }
}

.renew-section-philosophy__content {
  padding: 34px 0;
  margin-bottom: 50px;
  border-top: 1px solid #325838;
  border-bottom: 1px solid #325838;
}

.renew-section-philosophy__text {
  font-size: 12px;
  color: #325838;
  line-height: 2;
  margin: 0;
  text-align: left;
}

@media screen and (min-width: 1024px) {
.renew-section-philosophy__text {
    text-align: left;
    font-size: 18px;
  }
}

.renew-section-artworks {
  padding-block: 108px 120px;
  background: #f3f3f3;
  text-align: center;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-artworks {
    padding-block: 40px 37px;
  }
}

.renew-section-artworks__group-title {
  font-size: 24px;
  font-weight: 400;
  color: #2c2c2c;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
  margin: 48px auto 32px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
}

.renew-section-artworks__group-title:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-artworks__group-title {
    font-size: 18px;
    margin: 32px auto 24px;
  }
}

.renew-section-artworks__slider {
  position: relative;
  margin-bottom: 48px;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
.renew-section-artworks__slider {
    overflow: visible;
  }
}

.renew-section-artworks__grid {
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
.renew-section-artworks__grid {
    overflow: visible;
  }

.renew-section-artworks__grid .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px 24px;
    width: 100% !important;
    transform: none !important;
  }

.renew-section-artworks__grid .swiper-slide {
    width: auto !important;
    height: auto;
  }
}

.renew-section-artworks__grid .swiper-slide {
  height: auto;
}

.renew-section-artworks__nav {
  position: absolute;
  top: 155px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #92775e;
  cursor: pointer;
  transition: opacity 0.2s;
}

@media screen and (min-width: 1024px) {
.renew-section-artworks__nav {
    display: none;
  }
}

.renew-section-artworks__nav-icon {
  width: 16px;
  height: 6px;
}

.renew-section-artworks__nav-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.renew-section-artworks__nav:hover {
  opacity: 0.82;
}

.renew-section-artworks__nav.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.renew-section-artworks__nav--prev {
  left: 0;
}

.renew-section-artworks__nav--prev .renew-section-artworks__nav-icon {
  transform: scale(-1, 1);
}

.renew-section-artworks__nav--next {
  right: 0;
}

.renew-section-artworks__pagination {
  position: static !important;
  margin-top: 8px !important;
}

@media screen and (min-width: 1024px) {
.renew-section-artworks__pagination {
    display: none;
  }
}

.renew-section-artworks__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px !important;
  background: #c8c8c8;
  opacity: 1;
}

.renew-section-artworks__pagination .swiper-pagination-bullet-active {
  background: #92775e;
}

.renew-artwork-card {
  position: relative;
  display: flex;
  height: 100%;
  padding-top: 100px;
}

.renew-artwork-card__img-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 182px;
  height: 182px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  background: #fff;
}

.renew-artwork-card__img-wrap picture,
.renew-artwork-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.renew-artwork-card__body {
  width: 100%;
  background: #ffffff;
  border-radius: 14px;
  padding: 110px 35px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.renew-artwork-card__name {
  width: 100%;
  max-width: 260px;
  margin: 0 0 16px;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 400;
  color: #2c2c2c;
  text-align: center;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.renew-artwork-card__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 20px;
}

.renew-artwork-card__tag {
  font-size: 12px;
  background: #eaf3ea;
  color: #325838;
  border-radius: 8px;
  padding: 0 8px;
  line-height: 2.0833333333;
}

.renew-artwork-card__list-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 260px;
  min-width: 0;
  margin-top: auto;
  padding: 12px 16px;
  background: #92775e;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  transition: opacity 0.2s;
}

.renew-artwork-card__list-btn:hover {
  opacity: 0.85;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-artwork-card {
    padding-top: 0;
    display: grid;
    grid-template-columns: 102px 1fr;
    grid-template-rows: auto auto auto;
    gap: 16px 27px;
    padding: 29px 20px 24px;
    background: #ffffff;
    border-radius: 8px;
    text-align: left;
  }

.renew-artwork-card__img-wrap {
    position: static;
    transform: none;
    width: 102px;
    height: 102px;
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }

.renew-artwork-card__body {
    display: contents;
  }

.renew-artwork-card__name {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    max-width: none;
    margin: 0;
    padding: 8px 0;
    font-size: 16px;
    line-height: 2.25;
  }

.renew-artwork-card__tags {
    grid-column: 1/-1;
    grid-row: 2;
    gap: 6px 8px;
    margin-bottom: 0;
  }

.renew-artwork-card__list-btn {
    grid-column: 1/-1;
    grid-row: 3;
    margin-top: 8px;
    margin-inline: auto;
  }
}

.renew-section-faq {
  padding-block: 96px;
  background: #fafafa;
  text-align: center;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-faq {
    padding-block: 40px;
  }
}

@media screen and (min-width: 1024px) {
.renew-section-faq .renew-section-title__main {
    font-size: 28px;
  }
}

.renew-section-faq__list {
  margin-bottom: 48px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.renew-faq-panel__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 42px;
  background: #325838;
  border: none;
  border-radius: 14px 14px 0 0;
  cursor: pointer;
  text-align: left;
  transition: opacity 0.2s;
}

.renew-faq-panel__head:hover {
  opacity: 0.9;
}

.renew-faq-panel__title {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.6;
  margin: 0;
}

@media screen and (min-width: 1024px) {
.renew-faq-panel__title {
    font-size: 18px;
  }
}

.renew-faq-panel__arrow {
  flex-shrink: 0;
  width: 19px;
  height: 11px;
  filter: brightness(0) invert(1);
  transition: transform 0.25s;
}

.renew-faq-panel__arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.renew-faq-panel.is-open .renew-faq-panel__arrow {
  transform: rotate(0deg);
}

.renew-faq-panel:not(.is-open) .renew-faq-panel__arrow {
  transform: rotate(180deg);
}

.renew-faq-panel:not(.is-open) .renew-faq-panel__head {
  border-radius: 14px;
}

.renew-faq-panel__body {
  padding: 0 16px 8px;
}

.renew-faq-panel__body[hidden] {
  display: none;
}

.renew-faq-qa {
  padding-top: 24px;
}

.renew-faq-qa:last-child {
  padding-bottom: 16px;
}

.renew-faq-qa__q,
.renew-faq-qa__a {
  display: grid;
  grid-template-columns: 33px 1fr;
  column-gap: 0;
  align-items: flex-start;
  padding-inline: 26px 16px;
}

@media screen and (min-width: 1024px) {
.renew-faq-qa__q,
.renew-faq-qa__a {
    align-items: center;
  }
}

.renew-faq-qa__q {
  background: #f4f1ed;
  padding-block: 7px 10px;
  margin-bottom: 2px;
}

.renew-faq-qa__a {
  padding-block: 0;
}

.renew-faq-qa__label {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2857142857;
}

.renew-faq-qa__label--q {
  color: #68936f;
}

.renew-faq-qa__label--a {
  color: #dedbd6;
}

.renew-faq-qa__text {
  margin: 0;
  padding-top: 3px;
  font-size: 14px;
  font-weight: 500;
  color: #2c2c2c;
  line-height: 2;
}

.renew-faq-qa__answer {
  padding-top: 2px;
  font-size: 14px;
  color: #2c2c2c;
  line-height: 2;
}

.renew-faq-qa__answer p {
  margin: 0;
  line-height: 2;
}

.renew-faq-qa__answer p + p {
  margin-top: 0;
}

.renew-kv-btns {
  display: flex;
  gap: 16px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1800;
  padding: 12px;
  background: rgba(255, 255, 255, 0.6);
}

@media screen and (min-width: 1024px) {
.renew-kv-btns {
    display: none;
  }
}

.renew-kv-btns a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 50px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
}

.renew-kv-btns__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.renew-kv-btns__icon--line {
  width: 21px;
  height: 21px;
}

.renew-kv-btns__icon--form {
  width: 19px;
  height: 16px;
}

.renew-kv-btns__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.renew-kv-btns__line {
  background: #00d200;
}

.renew-kv-btns__form {
  background: #f57a08;
}

@media screen and (max-width: calc(1024px - 1px)) {
#renew-page-content {
    padding-bottom: calc(74px + env(safe-area-inset-bottom, 0px));
  }
}

.renew-section-kv {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #ffffff;
}

.renew-section-kv__bg {
  position: relative;
  width: 100%;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: 0;
}

.renew-section-kv__bg picture,
.renew-section-kv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-news {
    margin-top: 27px;
  }
}

.renew-section-news__inner {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 17px 70px;
  background: #f4f4f4;
  border-radius: 14px;
  position: relative;
  min-width: 0;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-news__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "label label" "date date" "text arrow";
    align-items: center;
    gap: 0;
    padding: 23px;
  }
}

.renew-section-news__label {
  background: #325838;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 30px;
  border-radius: 5px;
  white-space: nowrap;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-news__label {
    grid-area: label;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 34px;
    padding: 0;
    letter-spacing: 0;
  }
}

.renew-section-news__date {
  font-size: 14px;
  color: #b4b4b4;
  white-space: nowrap;
  flex-shrink: 0;
  padding-right: 16px;
  border-right: 1px solid #e0e0e0;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-news__date {
    grid-area: date;
    margin-top: 10px;
    padding-right: 0;
    border-right: none;
    line-height: 1;
  }
}

.renew-section-news__text {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  color: #1a1a1a;
  text-decoration: none;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.renew-section-news__text:hover {
  color: #325838;
  text-decoration: underline;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-news__text {
    grid-area: text;
    line-height: 2.5714285714;
  }
}

.renew-section-news__arrow {
  flex-shrink: 0;
  width: 23px;
  height: 5px;
  margin-left: auto;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-news__arrow {
    grid-area: arrow;
    margin-left: 0;
    align-self: center;
  }
}

.renew-section-news__arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.renew-section-bkkc {
  padding-block: 60px;
  background: #ffffff;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-bkkc {
    padding-block: 45px 32px;
  }
}

.renew-section-strengths {
  padding-block: 40px;
  background: #ffffff;
  text-align: center;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-strengths {
    padding-block: 30px 54px;
  }
}

.renew-section-strengths__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 43px;
  margin-bottom: 56px;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-strengths__grid {
    gap: 19px;
  }
}

@media screen and (min-width: 768px) {
.renew-section-strengths__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.renew-strength-card {
  background: #eaf3ea;
  border-radius: 14px;
  padding: 40px 24px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  position: relative;
  margin-top: 24px;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-strength-card {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    margin-top: 0;
    padding: 15px 24px 0 24px;
    border-radius: 8px;
    box-sizing: border-box;
    min-width: 0;
  }
}

.renew-strength-card__num {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 36px;
  font-weight: 500;
  color: #68936f;
  line-height: 1;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-strength-card__num {
    top: -12px;
    font-size: 24px;
  }
}

.renew-strength-card__title {
  min-width: 0;
}

.renew-strength-card__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 126px;
  height: 126px;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-strength-card__icon-wrap {
    width: 76px;
    height: 76px;
    min-height: 0;
  }
}

.renew-strength-card__icon-wrap picture,
.renew-strength-card__icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.renew-strength-card__title {
  font-size: 18px;
  font-weight: 500;
  color: #2c2c2c;
  text-align: center;
  line-height: 1.6;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-strength-card__title {
    flex: 1;
    min-width: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
  }
}

.renew-strength-card__title em {
  color: #68936f;
  font-style: normal;
  font-weight: 600;
}

.renew-section-results {
  padding-block: 64px 136px;
  background: #efebe1;
  border-radius: 45px;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-results {
    padding-block: 35px 65px;
  }
}

@media screen and (max-width: calc(768px - 1px)) {
.renew-section-results {
    border-radius: 24px;
  }
}

.renew-section-results__notes {
  margin: 0 0 40px;
  font-size: 11px;
  font-weight: 400;
  color: #616060;
  line-height: 1.8;
  text-align: center;
}

@media screen and (min-width: 1024px) {
.renew-section-results__notes {
    font-size: 14px;
    line-height: 2;
  }
}

.renew-section-results__slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 48px;
  overflow: hidden;
}

.renew-section-results__grid {
  width: 100%;
  overflow: hidden;
}

.renew-section-results__grid .swiper-slide {
  height: auto;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.renew-section-results__grid .swiper-slide.is-edge-fade {
  opacity: 0.5;
}

.renew-section-results__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #92775e;
  cursor: pointer;
  transition: opacity 0.2s;
}

.renew-section-results__nav-icon {
  width: 27px;
  height: 5px;
}

.renew-section-results__nav-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.renew-section-results__nav:hover {
  opacity: 0.82;
}

.renew-section-results__nav.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.renew-section-results__nav--prev {
  left: 20px;
}

.renew-section-results__nav--prev .renew-section-results__nav-icon {
  transform: scale(-1, 1);
}

.renew-section-results__nav--next {
  right: 20px;
}

.renew-result-card {
  display: block;
  width: 100%;
  height: 360px;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.2s;
}

@media screen and (max-width: calc(768px - 1px)) {
.renew-result-card {
    height: auto;
    border-radius: 8px;
  }
}

.renew-result-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.renew-result-card__img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  background: #fafafa;
  border-radius: 14px 14px 0 0;
}

@media screen and (max-width: calc(768px - 1px)) {
.renew-result-card__img-wrap {
    height: 209px;
    border-radius: 8px 8px 0 0;
  }
}

.renew-result-card__img-wrap picture {
  display: contents;
}

.renew-result-card__img-wrap img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.renew-result-card__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 25px 24px;
  text-align: center;
}

@media screen and (max-width: calc(768px - 1px)) {
.renew-result-card__body {
    padding: 16px 12px 20px;
  }
}

.renew-result-card__artist {
  font-size: 14px;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 1.5;
  margin: 0;
}

.renew-result-card__title {
  font-size: 14px;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 1.5;
  margin: 0;
}

.renew-section-flow {
  background: url(../../assets/images/top/flow-bg.png);
  background-size: cover;
}

.renew-section-news-list {
  padding-block: 50px;
  background: #ffffff;
}

@media screen and (min-width: 1024px) {
.renew-section-news-list {
    padding-block: 80px;
  }
}

.renew-section-news-list__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  background: #f3f3f3;
  border-radius: 14px;
  padding: 40px 24px;
}

@media screen and (min-width: 1024px) {
.renew-section-news-list__body {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: start;
    padding: 74px 70px;
  }
}

.renew-section-news-list__title {
  font-size: 28px;
  font-weight: 500;
  color: #325838;
  margin: 0;
}

.renew-section-news-list__title::after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  background: #325838;
  margin-top: 10px;
}

.renew-section-news-list__items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.renew-news-list-item {
  border-bottom: 1px solid #e0e0e0;
}

.renew-news-list-item:first-child {
  border-top: 1px solid #e0e0e0;
}

.renew-news-list-item__link {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 12px 32px 12px 0;
  text-decoration: none;
  position: relative;
}

.renew-news-list-item__link:hover {
  opacity: 0.8;
}

.renew-news-list-item__date {
  font-size: 14px;
  color: #6d7878;
  line-height: 1.5;
}

.renew-news-list-item__text {
  font-size: 14px;
  color: #2c2c2c;
  line-height: 1.5;
}

.renew-news-list-item__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  width: 23px;
  height: 5px;
  transform: translateY(-50%);
}

.renew-news-list-item__arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.corp-section-company {
  padding-block: 60px;
  background: #fff;
}

@media screen and (max-width: calc(1024px - 1px)) {
.corp-section-company {
    padding-block: 40px 60px;
  }
}

@media screen and (min-width: 1024px) {
.corp-section-company {
    padding-block: 84px;
  }
}

.corp-section-company__lead {
  text-align: center;
}

@media screen and (min-width: 1024px) {
.corp-section-company__content {
    padding-top: 7px;
  }
}

.corp-section-company__table {
  margin: 0;
}

.corp-section-company__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 4px 0 16px;
  border-top: 1px solid #e0e0e0;
}

@media screen and (min-width: 1024px) {
.corp-section-company__row {
    grid-template-columns: 218px minmax(0, 1fr);
    gap: 0;
    padding: 17px 0;
    align-items: start;
  }
}

.corp-section-company__row dt {
  margin: 0;
  padding-inline: 11px;
  font-size: 14px;
  font-weight: 500;
  color: #979797;
  line-height: 1.5;
}

@media screen and (min-width: 1024px) {
.corp-section-company__row dt {
    font-size: 14px;
    line-height: 2;
  }
}

.corp-section-company__row dd {
  margin: 0;
  padding-inline: 11px;
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.5;
}

@media screen and (min-width: 1024px) {
.corp-section-company__row dd {
    font-size: 14px;
    line-height: 2;
  }
}

.corp-section-company__row dd a {
  color: inherit;
  text-decoration: underline;
}

.corp-section-company__row:last-child {
  border-bottom: 1px solid #e0e0e0;
}

.corp-section-company__gallery {
  display: flex;
  margin-top: 2rem;
  gap: 20px;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
.corp-section-company__gallery {
    gap: 45px;
  }
}

.corp-section-company__photo {
  margin: 0;
  width: 100%;
  max-width: 330px;
}

@media screen and (min-width: 1024px) {
.corp-section-company__photo {
    max-width: none;
  }
}

.corp-section-company__photo img {
  display: block;
  width: 100%;
  /* aspect-ratio: 330/243; */
  object-fit: cover;
}

@media screen and (min-width: 1024px) {
.corp-section-company__photo figcaption {
    font-size: 18px;
  }
}

.corp-section-company__sns {
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid #e0e0e0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
.corp-section-company__sns {
    margin-top: 80px;
    padding-top: 48px;
  }
}

.corp-section-company__sns-title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #325838;
  line-height: 1;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 1024px) {
.corp-section-company__sns-title {
    font-size: 22px;
  }
}

.corp-section-company__sns-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 1024px) {
.corp-section-company__sns-list {
    gap: 24px 40px;
    margin-top: 32px;
  }
}

.corp-section-company__sns-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 88px;
  padding: 12px;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .corp-section-company__sns-link {
    padding: 16px 20px;
  }
}

.corp-section-company__sns-link:hover .corp-section-company__sns-label {
  color: #325838;
}

.corp-section-company__sns-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

.corp-section-company__sns-icon img {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.corp-section-company__sns-label {
  font-size: 13px;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.renew-section-media {
  padding-block: 80px;
  background: #f2f2f2;
  text-align: center;
}

.renew-section-media__movie {
  width: 100%;
  max-width: 720px;
  margin-inline: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

.renew-section-media__movie iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media screen and (max-width: calc(1024px - 1px)) {
.renew-section-area {
    padding-block: 20px 40px;
  }
}

.renew-section-area__lead {
  font-size: 15px;
  color: #2c2c2c;
  line-height: 1.9;
  text-align: center;
}
