@charset "UTF-8";
@media (max-width: 990px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 991px) {
  .u-tb {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .u-tb {
    display: none !important;
  }
}

@media (min-width: 641px) {
  .u-sp {
    display: none !important;
  }
}

@media (min-width: 991px) {
  .u-tb-down {
    display: none !important;
  }
}

@media (min-width: 801px) {
  .u-sp2-down {
    display: none !important;
  }
}

@media (min-width: 991px) {
  .u-hide-pc {
    display: none !important;
  }
}

@media (max-width: 990px) {
  .u-hide-tb {
    display: none !important;
  }
}

@media (max-width: 800px) {
  .u-hide-sp2 {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .u-hide-sp {
    display: none !important;
  }
}

.u-w-full {
  width: 100%;
}

.u-w-auto {
  width: auto;
}

.u-w-half {
  width: 50%;
}

.u-w-third {
  width: 33.3333333333%;
}

.u-w-quarter {
  width: 25%;
}

@media (max-width: 990px) {
  .u-tb-full {
    width: 100% !important;
  }
}

@media (max-width: 800px) {
  .u-sp2-full {
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  .u-sp-full {
    width: 100% !important;
  }
}

.u-col-2 {
  width: 50%;
}
@media (max-width: 990px) {
  .u-col-2--tb-full {
    width: 100% !important;
  }
}
@media (max-width: 800px) {
  .u-col-2--sp2-full {
    width: 100% !important;
  }
}
@media (max-width: 640px) {
  .u-col-2--sp-full {
    width: 100% !important;
  }
}

.u-col-3 {
  width: 33.3333333333%;
}
@media (max-width: 990px) {
  .u-col-3--tb-half {
    width: 50% !important;
  }
}
@media (max-width: 990px) {
  .u-col-3--tb-full {
    width: 100% !important;
  }
}
@media (max-width: 800px) {
  .u-col-3--sp2-half {
    width: 50% !important;
  }
}
@media (max-width: 800px) {
  .u-col-3--sp2-full {
    width: 100% !important;
  }
}
@media (max-width: 640px) {
  .u-col-3--sp-full {
    width: 100% !important;
  }
}

.u-col-4 {
  width: 25%;
}
@media (max-width: 990px) {
  .u-col-4--tb-half {
    width: 50% !important;
  }
}
@media (max-width: 990px) {
  .u-col-4--tb-full {
    width: 100% !important;
  }
}
@media (max-width: 800px) {
  .u-col-4--sp2-half {
    width: 50% !important;
  }
}
@media (max-width: 800px) {
  .u-col-4--sp2-full {
    width: 100% !important;
  }
}
@media (max-width: 640px) {
  .u-col-4--sp-full {
    width: 100% !important;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #333333;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

p, blockquote, dl, dd, figure {
  margin: 0;
}

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

img, video, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: bottom;
}

a {
  color: #174082;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
a:hover {
  opacity: 0.75;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: inherit;
  text-align: left;
}

strong, b {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

small {
  font-size: 0.875em;
}

sub, sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 0;
}

[hidden] {
  display: none;
}

.l-wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 800px) {
  .l-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 640px) {
  .l-wrap {
    padding: 0 16px;
  }
}

.l-main {
  padding-top: 72px;
}
@media (max-width: 990px) {
  .l-main {
    padding-top: 64px;
  }
}
@media (max-width: 640px) {
  .l-main {
    padding-top: 56px;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.site-header__top {
  border-bottom: 1px solid #f0f0f0;
}
.site-header__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 8px;
  padding: 0 32px;
  height: 72px;
}
@media (max-width: 800px) {
  .site-header__top-inner {
    padding: 0 24px;
  }
}
@media (max-width: 640px) {
  .site-header__top-inner {
    padding: 0 16px;
    height: 56px;
  }
}
.site-header__logo {
  flex-shrink: 0;
}
.site-header__logo-link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  text-decoration: none;
}
.site-header__logo-link:hover {
  opacity: 0.8;
}
.site-header__logo-img {
  height: 32px;
  width: auto;
  display: block;
}
@media (max-width: 800px) {
  .site-header__logo-img {
    height: 28px;
  }
}
@media (max-width: 640px) {
  .site-header__logo-img {
    height: 24px;
  }
}
.site-header__logo-subtitle {
  font-size: 11px;
  font-weight: 500;
  color: #555;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.site-header__top-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-header__company-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  .site-header__company-nav {
    display: none;
  }
}
.site-header__company-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 14px;
  font-size: 13px;
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}
.site-header__company-nav-link:hover {
  color: #174082;
  opacity: 1;
}
.site-header__external-icon {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}
.site-header__cta-btn {
  min-width: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #174082;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}
.site-header__cta-btn:hover {
  background-color: #0f2a55;
  opacity: 1;
}
@media (max-width: 990px) {
  .site-header__cta-btn {
    display: none;
  }
}
.site-header__menu-trigger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  gap: 6px;
  padding: 0;
}
@media (max-width: 990px) {
  .site-header__menu-trigger {
    display: flex;
  }
}
.site-header__menu-bar {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #174082;
  border-radius: 1px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.site-header__menu-trigger[aria-expanded=true] .site-header__menu-bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.site-header__menu-trigger[aria-expanded=true] .site-header__menu-bar:nth-child(2) {
  opacity: 0;
}
.site-header__menu-trigger[aria-expanded=true] .site-header__menu-bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.site-header__nav-bar {
  background: #fff;
  padding-bottom: 4px;
}
@media (max-width: 990px) {
  .site-header__nav-bar {
    display: none;
  }
}
.site-header__nav-bar-inner {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 32px;
}
.site-header__nav-list {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
}
.site-header__nav-item {
  list-style: none;
}
.site-header__nav-link {
  display: block;
  padding: 16px 24px 12px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  border-bottom: 4px solid transparent;
  transition: border-color 0.2s ease;
}
.site-header__nav-link:hover {
  border-bottom: solid 4px #f4e228;
  opacity: 1;
}
.site-header__nav-link--current {
  border-bottom: solid 4px #174082;
}
.site-header__sp-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #174082;
  z-index: 999;
  overflow-y: auto;
  flex-direction: column;
}
.site-header__sp-nav[aria-hidden=false] {
  display: flex;
}
.site-header__sp-nav-list {
  margin: 0;
  padding: 72px 0 0;
}
@media (max-width: 640px) {
  .site-header__sp-nav-list {
    padding-top: 56px;
  }
}
.site-header__sp-nav-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.site-header__sp-nav-list a {
  display: block;
  padding: 20px 24px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s ease;
}
.site-header__sp-nav-list a:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.site-header__sp-nav-close {
  display: flex;
  justify-content: center;
  padding: 32px 24px 48px;
  margin-top: auto;
}
.site-header__sp-nav-close-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 44px;
  padding: 0 32px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  cursor: pointer;
  letter-spacing: 0.1em;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.site-header__sp-nav-close-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  opacity: 1;
}

.l-main {
  padding-top: 120px;
}
@media (max-width: 990px) {
  .l-main {
    padding-top: 72px;
  }
}
@media (max-width: 640px) {
  .l-main {
    padding-top: 56px;
  }
}

.rental-footer {
  background: #fff;
}
.rental-footer__main {
  padding: 56px 24px 48px;
  border-top: 1px solid #e5e5e5;
}
@media (max-width: 640px) {
  .rental-footer__main {
    padding: 40px 16px 32px;
  }
}
.rental-footer__main-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.rental-footer__logo {
  margin-bottom: 4px;
}
.rental-footer__logo-link {
  display: block;
}
.rental-footer__logo-link:hover {
  opacity: 0.8;
}
.rental-footer__logo-img {
  height: 48px;
  width: auto;
}
@media (max-width: 640px) {
  .rental-footer__logo-img {
    height: 40px;
  }
}
.rental-footer__company-name {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin: 0;
}
.rental-footer__tagline {
  font-size: 13px;
  color: #666;
  margin: 0;
}
.rental-footer__nav {
  background: #174082;
  padding: 20px 24px;
}
@media (max-width: 640px) {
  .rental-footer__nav {
    padding: 0;
  }
}
.rental-footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.rental-footer__nav-item {
  position: relative;
  list-style: none;
}
.rental-footer__nav-item + .rental-footer__nav-item::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  vertical-align: middle;
  margin: 0 2px;
}
@media (max-width: 640px) {
  .rental-footer__nav-item {
    width: 50%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .rental-footer__nav-item::before {
    display: none !important;
  }
}
.rental-footer__nav-link {
  display: inline-block;
  padding: 8px 16px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.rental-footer__nav-link:hover {
  opacity: 0.7;
}
@media (max-width: 640px) {
  .rental-footer__nav-link {
    display: block;
    padding: 14px 8px;
  }
}
.rental-footer__copy {
  background: #f7f7f7;
  border-top: 1px solid #e5e5e5;
  padding: 16px 24px;
}
@media (max-width: 640px) {
  .rental-footer__copy {
    padding: 14px 16px;
  }
}
.rental-footer__copy-text {
  font-size: 12px;
  color: #888;
  text-align: center;
  margin: 0;
}

.m-0 {
  margin: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.m-4 {
  margin: 4px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mx-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.p-4 {
  padding: 4px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.m-8 {
  margin: 8px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mx-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.p-8 {
  padding: 8px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.m-12 {
  margin: 12px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mx-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.p-12 {
  padding: 12px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.px-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.m-16 {
  margin: 16px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mx-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.p-16 {
  padding: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.m-20 {
  margin: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.m-24 {
  margin: 24px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mx-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.p-24 {
  padding: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.px-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.m-32 {
  margin: 32px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.mx-32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.p-32 {
  padding: 32px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pl-32 {
  padding-left: 32px !important;
}

.pr-32 {
  padding-right: 32px !important;
}

.px-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.m-40 {
  margin: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.m-48 {
  margin: 48px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

.mr-48 {
  margin-right: 48px !important;
}

.mx-48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.my-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.p-48 {
  padding: 48px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.pl-48 {
  padding-left: 48px !important;
}

.pr-48 {
  padding-right: 48px !important;
}

.px-48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.m-56 {
  margin: 56px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.ml-56 {
  margin-left: 56px !important;
}

.mr-56 {
  margin-right: 56px !important;
}

.mx-56 {
  margin-left: 56px !important;
  margin-right: 56px !important;
}

.my-56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.p-56 {
  padding: 56px !important;
}

.pt-56 {
  padding-top: 56px !important;
}

.pb-56 {
  padding-bottom: 56px !important;
}

.pl-56 {
  padding-left: 56px !important;
}

.pr-56 {
  padding-right: 56px !important;
}

.px-56 {
  padding-left: 56px !important;
  padding-right: 56px !important;
}

.py-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.m-64 {
  margin: 64px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.ml-64 {
  margin-left: 64px !important;
}

.mr-64 {
  margin-right: 64px !important;
}

.mx-64 {
  margin-left: 64px !important;
  margin-right: 64px !important;
}

.my-64 {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}

.p-64 {
  padding: 64px !important;
}

.pt-64 {
  padding-top: 64px !important;
}

.pb-64 {
  padding-bottom: 64px !important;
}

.pl-64 {
  padding-left: 64px !important;
}

.pr-64 {
  padding-right: 64px !important;
}

.px-64 {
  padding-left: 64px !important;
  padding-right: 64px !important;
}

.py-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.l-content {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.l-article {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #174082;
  border: 2px solid #174082;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.btn-primary:hover {
  background-color: #0f2a55;
  border-color: #0f2a55;
  color: #fff;
  opacity: 1;
}
.btn-primary--lg {
  padding: 18px 48px;
  font-size: 17px;
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  font-size: 15px;
  font-weight: bold;
  color: #174082;
  background-color: transparent;
  border: 2px solid #174082;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.btn-secondary:hover {
  background-color: #174082;
  color: #fff;
  opacity: 1;
}

.btn-yellow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 14px 40px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  background-color: #f5d523;
  border: 1px solid #174082;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, opacity 0.2s ease;
  white-space: nowrap;
}
.btn-yellow:hover {
  background-color: #e0c010;
  opacity: 1;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #e06b18;
  border: 2px solid #e06b18;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}
.btn-cta:hover {
  background-color: #c8550f;
  border-color: #c8550f;
  opacity: 1;
}
.btn-cta--lg {
  padding: 20px 56px;
  font-size: 18px;
}

.breadcrumb {
  padding: 12px 0;
  font-size: 13px;
  color: #888;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
}
.breadcrumb__item {
  display: flex;
  align-items: center;
  list-style: none;
}
.breadcrumb__item::after {
  content: "/";
  margin-left: 4px;
  color: #ccc;
}
.breadcrumb__item:last-child::after {
  display: none;
}
.breadcrumb__link {
  color: #174082;
  text-decoration: none;
}
.breadcrumb__link:hover {
  text-decoration: underline;
}
.breadcrumb__current {
  color: #888;
}

.tab-nav {
  display: flex;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 32px;
}
.tab-nav__item {
  list-style: none;
}
.tab-nav__link {
  display: block;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.tab-nav__link:hover {
  color: #174082;
  opacity: 1;
}
.tab-nav__link--active {
  color: #174082;
  border-bottom-color: #174082;
  font-weight: bold;
}

.pagetop-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  background-color: #174082;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 500;
}
.pagetop-btn.is-visible {
  opacity: 1;
  visibility: visible;
}
.pagetop-btn:hover {
  background-color: #0f2a55;
  opacity: 1;
}
.pagetop-btn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg) translateY(2px);
}

.rental-pagetitle {
  width: 100%;
  height: 180px;
  position: relative;
  background-image: url("../../images/rental/bg/bg_poly_blue.png");
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.rental-pagetitle__content {
  width: 100%;
  padding: 0 24px;
}
.rental-pagetitle__title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.rental-pagetitle__subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin: 8px 0 0;
  letter-spacing: 0.05em;
}
@media (max-width: 990px) {
  .rental-pagetitle {
    height: 140px;
  }
  .rental-pagetitle__title {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .rental-pagetitle {
    height: 90px;
  }
  .rental-pagetitle__title {
    font-size: 20px;
  }
  .rental-pagetitle__subtitle {
    font-size: 12px;
  }
}

.rental-contact-cta {
  background-color: #f0f5fa;
  padding: 40px 20px;
}
.rental-contact-cta__inner {
  max-width: 520px;
  margin: 0 auto;
}
.rental-contact-cta__btns {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.rental-contact-cta__btn {
  flex: 1;
  min-width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #174082;
  color: #fff;
  padding: 18px 20px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  transition: opacity 0.3s ease;
}
.rental-contact-cta__btn:hover {
  opacity: 0.85;
}
.rental-contact-cta__phone {
  margin-top: 8px;
}
.rental-contact-cta__phone-label {
  font-size: 0.95rem;
  color: #333;
  margin: 0 0 8px;
}
.rental-contact-cta__phone-row {
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex-wrap: wrap;
}
.rental-contact-cta__tel {
  font-size: 2rem;
  font-weight: bold;
  color: #111;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue", Arial, sans-serif;
  transition: color 0.2s ease;
}
.rental-contact-cta__tel:hover {
  color: #174082;
  opacity: 1;
}
.rental-contact-cta__hours {
  font-size: 0.85rem;
  color: #555;
}
@media (max-width: 640px) {
  .rental-contact-cta {
    padding: 32px 16px;
  }
  .rental-contact-cta__btn {
    font-size: 0.9rem;
    padding: 14px 12px;
  }
  .rental-contact-cta__tel {
    font-size: 1.6rem;
  }
}

.crt-faq__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .crt-faq__list {
    margin-bottom: 32px;
  }
}
.crt-faq__item {
  border: 1px solid #174082;
  border-radius: 6px;
  overflow: hidden;
}
.crt-faq__q {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #faf9f0;
  padding: 16px 24px;
  border-bottom: 2px solid #174082;
}
.crt-faq__a {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 24px;
  background-color: #fff;
}
.crt-faq__a.is-hidden {
  display: none;
}
.crt-faq__badge {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
.crt-faq__badge--q {
  background-color: #174082;
  color: #fff;
}
.crt-faq__badge--a {
  background-color: #fff;
  color: #174082;
  border: 2px solid #174082;
}
.crt-faq__q-text {
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.5;
}
.crt-faq__arrow {
  color: #174082;
  font-size: 12px;
  flex-shrink: 0;
}
.crt-faq__a-text {
  flex: 1;
  font-size: 14px;
  line-height: 1.8;
  color: #444;
  margin: 0;
  padding-top: 4px;
}
.crt-faq__footer {
  text-align: center;
}

.rnt-faq {
  padding: 72px 0;
}
@media (max-width: 990px) {
  .rnt-faq {
    padding: 56px 0;
  }
}
@media (max-width: 640px) {
  .rnt-faq {
    padding: 40px 0;
  }
}
.rnt-faq__group + .rnt-faq__group {
  margin-top: 56px;
}
@media (max-width: 640px) {
  .rnt-faq__group + .rnt-faq__group {
    margin-top: 40px;
  }
}
.rnt-faq__group-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #174082;
}
@media (max-width: 640px) {
  .rnt-faq__group-title {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.rnt-faq__q-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  appearance: none;
  font-family: inherit;
  font-size: inherit;
  padding: 16px 24px;
}
.rnt-faq__q-btn[aria-expanded=true] .rnt-faq__arrow {
  transform: rotate(180deg);
}
.rnt-faq__back {
  margin-top: 56px;
  text-align: center;
}
@media (max-width: 640px) {
  .rnt-faq__back {
    margin-top: 40px;
  }
}

.crt-equipment,
.crt-plan,
.crt-works,
.crt-flow,
.crt-contract,
.crt-faq,
.crt-privacy {
  padding: 72px 0;
}
@media (max-width: 990px) {
  .crt-equipment,
  .crt-plan,
  .crt-works,
  .crt-flow,
  .crt-contract,
  .crt-faq,
  .crt-privacy {
    padding: 56px 0;
  }
}
@media (max-width: 640px) {
  .crt-equipment,
  .crt-plan,
  .crt-works,
  .crt-flow,
  .crt-contract,
  .crt-faq,
  .crt-privacy {
    padding: 40px 0;
  }
}

.crt-section-head {
  display: block;
  background-color: #ECEEF5;
  text-align: center;
  margin-bottom: 48px;
  padding: 20px 32px;
}
@media (max-width: 990px) {
  .crt-section-head {
    margin-left: calc(50% - 50vw + 24px);
    margin-right: calc(50% - 50vw + 24px);
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .crt-section-head {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 32px;
    padding: 16px 24px;
  }
}
.crt-section-head__title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 640px) {
  .crt-section-head__title {
    font-size: 18px;
  }
}

.crt-hero {
  width: 100%;
  line-height: 0;
}
.crt-hero picture {
  display: block;
  width: 100%;
}
.crt-hero__img {
  width: 100%;
  height: auto;
  aspect-ratio: 144/44;
  object-fit: cover;
  display: block;
}
@media (min-width: 1441px) {
  .crt-hero__img {
    aspect-ratio: auto;
  }
}
@media (max-width: 640px) {
  .crt-hero__img {
    aspect-ratio: unset;
  }
}

.crt-problem {
  padding: 72px 0;
}
@media (max-width: 990px) {
  .crt-problem {
    padding: 56px 0;
  }
}
@media (max-width: 640px) {
  .crt-problem {
    padding: 40px 0;
  }
}
.crt-problem picture {
  display: block;
  line-height: 0;
}
.crt-problem__img {
  width: 100%;
  height: auto;
  display: block;
}

.crt-solution {
  background-image: url("../../images/rental/top/bg_solution-pc.png");
  background-size: cover;
  background-position: center;
  padding: 64px 40px;
  text-align: center;
  color: #fff;
}
@media (max-width: 990px) {
  .crt-solution {
    padding: 48px 32px;
  }
}
@media (max-width: 640px) {
  .crt-solution {
    background-image: url("../../images/rental/top/bg_solution-sp.png");
    padding: 8px;
  }
}
.crt-solution__inner {
  margin: 0 auto;
}
.crt-solution__inner p:last-child {
  margin-bottom: 0;
}
.crt-solution__lead {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 16px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
@media (max-width: 640px) {
  .crt-solution__lead {
    font-size: 24px;
  }
}
.crt-solution__text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 0 16px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
@media (max-width: 990px) {
  .crt-solution__text {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .crt-solution__text {
    font-size: 2.8vw;
  }
}
.crt-solution__chunk {
  display: inline-block;
  white-space: nowrap;
}
.crt-solution__accent {
  font-size: 1.5em;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .crt-solution__accent {
    font-size: 1.75em;
  }
}
.crt-solution__accent::before {
  content: "";
  display: flex;
  width: 100%;
  position: absolute;
  border-bottom: 0.33em solid #f4e228;
  bottom: 2px;
  right: 0;
  z-index: -1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}

.crt-equipment__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  .crt-equipment__grid {
    gap: 16px;
  }
}
@media (max-width: 640px) {
  .crt-equipment__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 32px;
  }
}
.crt-equipment__card {
  border: 2px solid #174082;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.crt-equipment__card-head {
  background-color: #174082;
  padding: 24px;
  text-align: center;
}
@media (max-width: 990px) {
  .crt-equipment__card-head {
    padding: 16px;
  }
}
.crt-equipment__card-title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.4;
}
.crt-equipment__card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  background: #fff;
  flex: 1;
}
.crt-equipment__card-img img {
  max-width: 100%;
  height: auto;
  max-height: 120px;
  object-fit: contain;
}
.crt-equipment__card-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  padding: 16px;
  margin: 0;
  background: #fff;
}
.crt-equipment__footer {
  text-align: center;
}

.crt-plan__set {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .crt-plan__set {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
  }
}
.crt-plan__set-images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .crt-plan__set-images {
    justify-content: center;
  }
}
.crt-plan__set-images-title {
  width: 100%;
  font-size: 12px;
}
@media (max-width: 640px) {
  .crt-plan__set-images-title {
    font-size: 16px;
  }
}
.crt-plan__set-fig {
  text-align: center;
  margin: 0;
}
.crt-plan__set-fig img {
  width: 80px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 640px) {
  .crt-plan__set-fig img {
    width: 120px;
  }
}
.crt-plan__set-fig figcaption {
  font-size: 8px;
  color: #fff;
  background-color: #666;
  margin-top: 4px;
}
@media (max-width: 640px) {
  .crt-plan__set-fig figcaption {
    font-size: 12px;
  }
}
.crt-plan__set-plus {
  font-size: 24px;
  color: #333;
  font-weight: 300;
}
.crt-plan__set-notes {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.8;
  color: #333;
}
.crt-plan__set-notes li {
  padding-left: 1em;
  text-indent: -1em;
}
.crt-plan__set-notes li::before {
  content: "・";
}
.crt-plan__set-notes small {
  font-size: 11px;
  color: #666;
}
.crt-plan__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .crt-plan__cards {
    max-width: 260px;
    grid-template-columns: 1fr;
    margin: 0 auto 16px;
  }
}
.crt-plan__card {
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid #174082;
}
.crt-plan__card-head {
  padding: 16px 12px 12px;
  text-align: center;
  color: #fff;
}
.crt-plan__card-name {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px;
}
.crt-plan__card-period {
  font-size: 13px;
  margin: 0;
  opacity: 0.9;
}
.crt-plan__card-body {
  padding: 20px 16px;
  background: #fff;
  text-align: center;
}
.crt-plan__card-set {
  font-size: 13px;
  color: #555;
  margin: 0 0 8px;
}
.crt-plan__card-price {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 4px;
  line-height: 1.2;
}
.crt-plan__card-price-num {
  font-size: 32px;
}
.crt-plan__card-price-unit {
  font-size: 14px;
  font-weight: 400;
}
.crt-plan__card-discount {
  font-size: 12px;
  color: #666;
  margin: 0;
}
.crt-plan__card--trial .crt-plan__card-head {
  background-color: #E8EAF2;
  color: #000;
}
.crt-plan__card--middle .crt-plan__card-head {
  background-color: #8792BC;
}
.crt-plan__card--long .crt-plan__card-head {
  background-color: #11277A;
}
.crt-plan__note {
  font-size: 12px;
  color: #666;
  margin: 0 0 32px;
  text-align: right;
}
@media (max-width: 640px) {
  .crt-plan__note {
    text-align: left;
  }
}
.crt-plan__footer {
  text-align: center;
}

.crt-works__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 990px) {
  .crt-works__grid {
    gap: 16px;
  }
}
@media (max-width: 640px) {
  .crt-works__grid {
    margin-bottom: 32px;
  }
}
.crt-works__card {
  border: 2px solid #174082;
  border-radius: 4px;
  overflow: hidden;
}
.crt-works__card-head {
  background-color: #ECEEF5;
  padding: 12px 16px;
  text-align: center;
  border-bottom: 1px solid #c0c8e0;
}
.crt-works__card-title {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}
.crt-works__card-body {
  display: flex;
  gap: 16px;
  padding: 20px 16px;
  align-items: flex-start;
  background: #fff;
}
@media (max-width: 640px) {
  .crt-works__card-body {
    flex-direction: column;
  }
}
.crt-works__card-img {
  flex-shrink: 0;
  width: 48%;
}
@media (max-width: 640px) {
  .crt-works__card-img {
    width: 100%;
  }
}
.crt-works__card-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}
.crt-works__card-info {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.crt-works__card-label {
  font-size: 12px;
  font-weight: 700;
  color: #333;
  border-bottom: 2px solid #333;
  padding-bottom: 2px;
  white-space: nowrap;
  margin: 0;
  padding-top: 2px;
}
.crt-works__card-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 2;
  color: #333;
}
.crt-works__card-list li::before {
  content: "・";
}
.crt-works__footer {
  text-align: center;
}

.crt-flow__list {
  list-style: none;
  padding: 0;
  position: relative;
}
.crt-flow__list::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #174082;
}
.crt-flow__item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  padding-bottom: 0;
}
.crt-flow__item:not(:last-child) .crt-flow__content {
  border-bottom: 2px dashed #174082;
  border-image: repeating-linear-gradient(90deg, #174082 0, #174082 8px, transparent 8px, transparent 16px) 1;
  margin-bottom: 0;
  padding-bottom: 32px;
}
.crt-flow__item:not(:last-child) {
  margin-bottom: 32px;
}
.crt-flow__marker {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #174082;
  position: relative;
  z-index: 1;
  margin-top: 6px;
}
.crt-flow__content {
  flex: 1;
}
.crt-flow__step {
  font-size: 11px;
  font-weight: 700;
  color: #174082;
  letter-spacing: 0.1em;
  margin: 0 0 2px;
  line-height: 1;
}
.crt-flow__step-num {
  display: block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.1;
  margin-top: 2px;
}
.crt-flow__title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 4px 0 8px;
}
.crt-flow__desc {
  font-size: 14px;
  line-height: 1.8;
  color: #444;
  margin: 0;
}

.crt-contract__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.crt-contract__item {
  position: relative;
  padding-top: 16px;
}
.crt-contract__item-head {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #174082;
  border-radius: 4px 4px 0 0;
  padding: 4px 14px;
  line-height: 1.4;
  z-index: 1;
}
.crt-contract__item-label {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
}
.crt-contract__item-body {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 20px 20px 20px;
  background-color: #faf9f0;
  border: 1px solid #174082;
  border-radius: 0 6px 6px 6px;
}
.crt-contract__icon {
  flex-shrink: 0;
  width: 52px;
  height: auto;
}
.crt-contract__text {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

.crt-privacy__body {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.crt-privacy__block {
  padding: 24px 0;
  border-bottom: 1px solid #dde3ef;
}
.crt-privacy__block:first-child {
  border-top: 1px solid #dde3ef;
}
.crt-privacy__heading {
  font-size: 15px;
  font-weight: 700;
  color: #174082;
  margin: 0 0 8px;
}
.crt-privacy__text {
  font-size: 14px;
  line-height: 1.9;
  color: #444;
  margin: 0 0 8px;
}
.crt-privacy__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #444;
}
.crt-privacy__list li {
  padding-left: 1em;
  text-indent: -1em;
}
.crt-privacy__list li::before {
  content: "・";
}

.rnt-equipment {
  padding: 72px 0;
}
@media (max-width: 990px) {
  .rnt-equipment {
    padding: 56px 0;
  }
}
@media (max-width: 640px) {
  .rnt-equipment {
    padding: 40px 0;
  }
}
.rnt-equipment .rnt-product-card + .rnt-product-card {
  margin-top: 40px;
}
@media (max-width: 640px) {
  .rnt-equipment .rnt-product-card + .rnt-product-card {
    margin-top: 28px;
  }
}
.rnt-equipment__back {
  margin-top: 48px;
  text-align: center;
}
@media (max-width: 640px) {
  .rnt-equipment__back {
    margin-top: 36px;
  }
}

.rnt-product-card {
  border: 2px solid #174082;
  border-radius: 8px;
  overflow: hidden;
}
.rnt-product-card__head {
  background-color: #174082;
  padding: 24px 32px;
}
.rnt-product-card__title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.4;
}
.rnt-product-card__body {
  display: flex;
  gap: 40px;
  padding: 32px;
  background: #fff;
  align-items: flex-start;
}
@media (max-width: 990px) {
  .rnt-product-card__body {
    gap: 24px;
    padding: 24px;
  }
}
@media (max-width: 640px) {
  .rnt-product-card__body {
    flex-direction: column;
    gap: 24px;
    padding: 20px 16px;
  }
}
.rnt-product-card__media {
  flex-shrink: 0;
  width: 280px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 990px) {
  .rnt-product-card__media {
    width: 220px;
  }
}
@media (max-width: 640px) {
  .rnt-product-card__media {
    width: 100%;
  }
}
.rnt-product-card__main-img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .rnt-product-card__main-img-wrap {
    width: 60%;
    margin: auto;
  }
}
.rnt-product-card__main-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  transition: opacity 0.15s ease;
}
.rnt-product-card__thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  max-width: 180px;
  margin: 0 auto;
}
@media (max-width: 990px) {
  .rnt-product-card__thumbs {
    max-width: 150px;
  }
}
@media (max-width: 640px) {
  .rnt-product-card__thumbs {
    max-width: 80%;
  }
}
.rnt-product-card__thumb-btn {
  display: block;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 3px;
  background: #f5f5f5;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.15s ease;
  aspect-ratio: 1/1;
}
.rnt-product-card__thumb-btn:hover, .rnt-product-card__thumb-btn:focus-visible {
  border-color: #174082;
  outline: none;
}
.rnt-product-card__thumb-btn.is-active {
  border-color: #174082;
}
.rnt-product-card__thumb-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.rnt-product-card__desc {
  flex: 1;
  font-size: 14px;
  line-height: 1.85;
  color: #333;
}
.rnt-product-card__desc p {
  margin: 0 0 1.4em;
}
.rnt-product-card__desc p:last-child {
  margin-bottom: 0;
}
.rnt-product-card__note {
  font-size: 12px !important;
  color: #666 !important;
  line-height: 1.7 !important;
}

.image-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.image-modal[style*="display: flex"] {
  opacity: 1;
  visibility: visible;
}
.image-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.image-modal__content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  z-index: 1;
}
.image-modal__close {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.image-modal__close:hover {
  opacity: 0.7;
}
@media (max-width: 640px) {
  .image-modal__close {
    top: -35px;
    right: 0;
    font-size: 28px;
  }
}
.image-modal__img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  display: block;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.rnt-plan {
  padding: 72px 0;
}
@media (max-width: 990px) {
  .rnt-plan {
    padding: 56px 0;
  }
}
@media (max-width: 640px) {
  .rnt-plan {
    padding: 40px 0;
  }
}
.rnt-plan__back {
  margin-top: 48px;
  text-align: center;
}
@media (max-width: 640px) {
  .rnt-plan__back {
    margin-top: 36px;
  }
}
.rnt-plan__lead {
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  text-align: center;
  margin: 0 auto 48px;
  line-height: 1.6;
  background: linear-gradient(transparent 70%, #f5d523 70%);
  display: inline-block;
  padding-bottom: 2px;
  display: block;
  text-decoration: none;
  background-image: linear-gradient(transparent 65%, #f5d523 65%);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 0.45em;
}
@media (max-width: 990px) {
  .rnt-plan__lead {
    font-size: 18px;
    margin-bottom: 36px;
  }
}
@media (max-width: 640px) {
  .rnt-plan__lead {
    font-size: 16px;
    margin-bottom: 28px;
    text-align: left;
  }
}

.rnt-plan-tabs__nav {
  display: flex;
  align-items: flex-end;
  gap: 0;
}
.rnt-plan-tabs__tab {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px;
  border: 2px solid #174082;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #fff;
  color: #555;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, padding 0.15s ease;
  position: relative;
  z-index: 0;
  line-height: 1.3;
}
.rnt-plan-tabs__tab + .rnt-plan-tabs__tab {
  margin-left: -1px;
}
.rnt-plan-tabs__tab:focus-visible {
  outline: 2px solid #174082;
  outline-offset: 2px;
}
.rnt-plan-tabs__tab-name {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 640px) {
  .rnt-plan-tabs__tab-name {
    font-size: 16px;
  }
}
.rnt-plan-tabs__tab-period {
  font-size: 14px;
}
@media (max-width: 640px) {
  .rnt-plan-tabs__tab-period {
    font-size: 12px;
  }
}
.rnt-plan-tabs__tab.is-active {
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 2;
  border-bottom: none;
}
.rnt-plan-tabs__tab--trial.is-active {
  background-color: #E8EAF2;
  color: #1a1a1a;
  border-color: #174082;
}
.rnt-plan-tabs__tab--middle.is-active {
  background-color: #8792BC;
  color: #fff;
  border-color: #8792BC;
}
.rnt-plan-tabs__tab--long.is-active {
  background-color: #04134B;
  color: #fff;
  border-color: #04134B;
}
.rnt-plan-tabs__panels {
  border: 2px solid #174082;
  border-radius: 0 0 6px 6px;
  background: #fff;
  min-height: 200px;
}
.rnt-plan-tabs__panel {
  display: none;
  padding: 40px;
}
@media (max-width: 640px) {
  .rnt-plan-tabs__panel {
    padding: 20px 16px;
  }
}
.rnt-plan-tabs__panel.is-active {
  display: block;
}

.rnt-plan-table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #174082;
  margin-bottom: 20px;
}
.rnt-plan-table th, .rnt-plan-table td {
  border: 1px solid #174082;
  padding: 8px 16px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .rnt-plan-table th, .rnt-plan-table td {
    padding: 10px 8px;
  }
}
.rnt-plan-table th {
  font-size: 18px;
}
@media (max-width: 640px) {
  .rnt-plan-table th {
    font-size: 16px;
  }
}
.rnt-plan-table td {
  font-size: 16px;
}
@media (max-width: 640px) {
  .rnt-plan-table td {
    font-size: 14px;
  }
}
.rnt-plan-table__row--alt td {
  background-color: #E8EAF2;
}
.rnt-plan-table--price .rnt-plan-table__label {
  text-align: center;
  color: #1a1a1a;
  width: 50%;
}
.rnt-plan-table--price .rnt-plan-table__price {
  width: 50%;
  white-space: nowrap;
}
.rnt-plan-table--price .rnt-plan-table__price strong {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
}
@media (max-width: 640px) {
  .rnt-plan-table--price .rnt-plan-table__price strong {
    font-size: 20px;
  }
}
.rnt-plan-table--price .rnt-plan-table__unit {
  font-size: 13px;
  color: #333;
  margin-left: 2px;
}
.rnt-plan-table--cost {
  margin-top: 24px;
}
.rnt-plan-table--cost thead tr th {
  background-color: #fff;
  font-weight: 700;
  color: #1a1a1a;
}
.rnt-plan-table--cost .rnt-plan-table__head-empty {
  background-color: #fff;
  border: 1px solid #174082;
}
.rnt-plan-table--cost .rnt-plan-table__row-head {
  font-weight: 700;
  color: #1a1a1a;
  background-color: inherit;
}
.rnt-plan-table--cost tr.rnt-plan-table__row--alt td.rnt-plan-table__row-head {
  background-color: #E8EAF2;
}
.rnt-plan-table--cost .rnt-plan-table__center {
  text-align: center;
}

.rnt-plan-note {
  font-size: 16px;
  color: #444;
  margin: 0 0 24px;
  line-height: 1.7;
}

.rnt-plan-example {
  margin-top: 20px;
}
.rnt-plan-example__title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 4px;
}
.rnt-plan-example__text {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  margin: 0;
  padding-left: 1em;
}

.rnt-case {
  padding: 72px 0;
}
@media (max-width: 990px) {
  .rnt-case {
    padding: 56px 0;
  }
}
@media (max-width: 640px) {
  .rnt-case {
    padding: 40px 0;
  }
}

.rnt-case-tabs__nav {
  display: flex;
  align-items: stretch;
  gap: 0;
}
.rnt-case-tabs__tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 8px;
  border: 2px solid #174082;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #fff;
  color: #555;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
  position: relative;
  z-index: 0;
  line-height: 1.4;
}
.rnt-case-tabs__tab + .rnt-case-tabs__tab {
  margin-left: -2px;
}
.rnt-case-tabs__tab:focus-visible {
  outline: 2px solid #174082;
  outline-offset: 2px;
}
@media (max-width: 640px) {
  .rnt-case-tabs__tab {
    font-size: 13px;
    padding: 10px 4px;
  }
}
.rnt-case-tabs__tab.is-active {
  background-color: #E8EAF2;
  color: #174082;
  z-index: 2;
  border-color: #174082;
}
.rnt-case-tabs__panels {
  border: 2px solid #174082;
  border-radius: 0 0 6px 6px;
  background: #fff;
  min-height: 200px;
}
.rnt-case-tabs__panel {
  display: none;
  padding: 40px;
}
@media (max-width: 640px) {
  .rnt-case-tabs__panel {
    padding: 24px 16px;
  }
}
.rnt-case-tabs__panel.is-active {
  display: block;
}
.rnt-case-tabs__placeholder {
  color: #999;
  font-size: 14px;
}

.rnt-case__heading {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 24px;
  padding-bottom: 6px;
  display: inline-block;
  background-image: linear-gradient(transparent 65%, #f5d523 65%);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 0.45em;
}
@media (max-width: 640px) {
  .rnt-case__heading {
    font-size: 15px;
    margin-bottom: 16px;
  }
}
.rnt-case__speech-wrap {
  display: flex;
  align-items: flex-end;
  gap: 0;
  margin-bottom: 32px;
}
@media (max-width: 640px) {
  .rnt-case__speech-wrap {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
  }
}
.rnt-case__balloon {
  flex: 8;
  background-color: #fefbdf;
  border: 2px solid #174082;
  border-radius: 12px;
  padding: 24px 28px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  position: relative;
}
@media (max-width: 640px) {
  .rnt-case__balloon {
    padding: 16px;
    font-size: 13px;
  }
}
.rnt-case__balloon p {
  margin: 0 0 12px;
}
.rnt-case__balloon p:last-child {
  margin-bottom: 0;
}
.rnt-case__person {
  flex: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-left: 8px;
}
.rnt-case__person img {
  width: 100%;
  max-width: 120px;
  height: auto;
  display: block;
}
@media (max-width: 640px) {
  .rnt-case__person {
    padding-left: 4px;
  }
}
.rnt-case__balloon-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 16px;
}
.rnt-case__balloon-list li {
  padding-left: 1em;
  position: relative;
  font-weight: 700;
  color: #174082;
  line-height: 1.8;
}
.rnt-case__balloon-list li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.rnt-case__diagram {
  margin-top: 8px;
}
.rnt-case__diagram img {
  width: 100%;
  height: auto;
  display: block;
}
.rnt-case__back {
  margin-top: 48px;
  text-align: center;
}
@media (max-width: 640px) {
  .rnt-case__back {
    margin-top: 36px;
  }
}

.rnt-apply-steps {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 32px 0;
}
@media (max-width: 640px) {
  .rnt-apply-steps {
    gap: 6px;
    padding: 24px 0;
  }
}
.rnt-apply-steps__item {
  flex: 1;
  height: 56px;
  position: relative;
  z-index: 0;
}
@media (max-width: 640px) {
  .rnt-apply-steps__item {
    height: 46px;
  }
}
.rnt-apply-steps__item.is-active {
  filter: url(#rnt-chevron-border);
  z-index: 1;
}
.rnt-apply-steps__item.is-active .rnt-apply-steps__inner {
  background: #fff;
}
.rnt-apply-steps__item.is-active .rnt-apply-steps__label {
  background: #174082;
  color: rgba(255, 255, 255, 0.85);
  border-right-color: rgba(255, 255, 255, 0.15);
}
.rnt-apply-steps__item.is-active .rnt-apply-steps__name {
  color: #111;
}
.rnt-apply-steps__inner {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  background: #eceef4;
  clip-path: polygon(0% 0%, calc(100% - 22px) 0%, 100% 50%, calc(100% - 22px) 100%, 0% 100%);
  overflow: hidden;
}
@media (max-width: 640px) {
  .rnt-apply-steps__inner {
    clip-path: polygon(0% 0%, calc(100% - 16px) 0%, 100% 50%, calc(100% - 16px) 100%, 0% 100%);
  }
}
.rnt-apply-steps__label {
  width: 72px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #aaa;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
}
@media (max-width: 640px) {
  .rnt-apply-steps__label {
    width: 54px;
    font-size: 9px;
    padding-left: 12px;
  }
}
.rnt-apply-steps__name {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 34px 0 18px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #555;
}
@media (max-width: 640px) {
  .rnt-apply-steps__name {
    font-size: 12px;
    padding: 0 24px 0 12px;
  }
}

@media (max-width: 640px) {
  .rnt-apply {
    padding-bottom: 56px;
  }
}
.rnt-apply__notice {
  padding: 32px 0 36px;
}
@media (max-width: 640px) {
  .rnt-apply__notice {
    padding: 24px 0 28px;
  }
}
.rnt-apply__notice-lead {
  font-size: 18px;
  font-weight: 700;
  color: #cc1818;
  margin: 0 0 20px;
  line-height: 1.6;
}
@media (max-width: 640px) {
  .rnt-apply__notice-lead {
    font-size: 15px;
  }
}
.rnt-apply__notice-heading {
  font-size: 14px;
  font-weight: 700;
  color: #222;
  margin: 0 0 10px;
}
.rnt-apply__notice-text {
  font-size: 13px;
  color: #333;
  line-height: 1.8;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.rnt-apply__notice-note {
  font-size: 12px;
  color: #666;
  margin: 8px 0 0;
}

.rnt-apply-form__block {
  background-color: #eef0f8;
}
.rnt-apply-form__block-title {
  display: inline-block;
  background-color: #174082;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .rnt-apply-form__block-title {
    margin-top: 28px;
  }
}
.rnt-apply-form__row {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dde3ef;
  min-height: 56px;
}
.rnt-apply-form__row--top {
  align-items: flex-start;
  padding: 16px 0;
}
@media (max-width: 640px) {
  .rnt-apply-form__row {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0;
  }
}
.rnt-apply-form__label {
  flex-shrink: 0;
  width: 240px;
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px 0 0;
}
@media (max-width: 990px) {
  .rnt-apply-form__label {
    width: 200px;
  }
}
@media (max-width: 640px) {
  .rnt-apply-form__label {
    width: 100%;
    font-size: 13px;
    padding: 0 0 6px;
  }
}
.rnt-apply-form__required {
  display: inline-block;
  background-color: #e53935;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
  white-space: nowrap;
  line-height: 1.4;
}
.rnt-apply-form__field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rnt-apply-form__field--inline {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 640px) {
  .rnt-apply-form__field {
    width: 100%;
  }
}
.rnt-apply-form__input {
  width: 100%;
  max-width: 360px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #b0bcd4;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fff;
  color: #333;
  appearance: none;
}
.rnt-apply-form__input--date {
  max-width: 200px;
}
.rnt-apply-form__input:focus {
  outline: none;
  border-color: #174082;
  box-shadow: 0 0 0 2px rgba(23, 64, 130, 0.15);
}
@media (max-width: 640px) {
  .rnt-apply-form__input {
    max-width: 100%;
  }
}
.rnt-apply-form__textarea {
  width: 100%;
  max-width: 480px;
  padding: 10px 12px;
  border: 1px solid #b0bcd4;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fff;
  color: #333;
  resize: vertical;
}
.rnt-apply-form__textarea:focus {
  outline: none;
  border-color: #174082;
  box-shadow: 0 0 0 2px rgba(23, 64, 130, 0.15);
}
@media (max-width: 640px) {
  .rnt-apply-form__textarea {
    max-width: 100%;
  }
}
.rnt-apply-form__radio, .rnt-apply-form__checkbox {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.rnt-apply-form__radio input, .rnt-apply-form__checkbox input {
  accent-color: #174082;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.rnt-apply-form__date-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.rnt-apply-form__date-label {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}
.rnt-apply-form__consent {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 32px 0;
}
.rnt-apply-form__submit {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 48px;
}
.rnt-apply-form__submit--confirm {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.rnt-apply-form__submit-btn {
  display: inline-block;
  min-width: 140px;
  padding: 14px 32px;
  background-color: #174082;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.rnt-apply-form__submit-btn:hover {
  opacity: 0.8;
}
.rnt-apply-form__back-btn {
  display: inline-block;
  min-width: 120px;
  padding: 14px 32px;
  background-color: #fff;
  color: #174082;
  font-size: 15px;
  font-weight: 700;
  border: 2px solid #174082;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.rnt-apply-form__back-btn:hover {
  background-color: #174082;
  color: #fff;
}

.rnt-apply-confirm__header {
  background-color: #fff;
  padding: 32px 0;
}
@media (max-width: 640px) {
  .rnt-apply-confirm__header {
    padding: 24px 0;
  }
}
.rnt-apply-confirm__lead {
  font-size: 14px;
  color: #333;
  text-align: center;
  margin: 0;
}
@media (max-width: 640px) {
  .rnt-apply-confirm__lead {
    font-size: 13px;
  }
}
.rnt-apply-confirm__body {
  background-color: #eef0f8;
  padding: 40px 0 64px;
}
@media (max-width: 640px) {
  .rnt-apply-confirm__body {
    padding: 28px 0 48px;
  }
}
.rnt-apply-confirm__inner {
  max-width: 680px;
  margin: 0 auto;
}
.rnt-apply-confirm__block-title {
  display: inline-block;
  background-color: #174082;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 20px;
  margin-bottom: 0;
}
.rnt-apply-confirm__list {
  margin: 0 0 40px;
  padding: 0;
}
.rnt-apply-confirm__row {
  display: flex;
  align-items: center;
  min-height: 48px;
  border-bottom: 1px solid #dde3ef;
}
@media (max-width: 640px) {
  .rnt-apply-confirm__row {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
  }
}
.rnt-apply-confirm__term {
  flex-shrink: 0;
  width: 260px;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  padding: 4px 16px 4px 0;
}
@media (max-width: 990px) {
  .rnt-apply-confirm__term {
    width: 200px;
  }
}
@media (max-width: 640px) {
  .rnt-apply-confirm__term {
    width: 100%;
    font-size: 13px;
    padding: 0 0 4px;
  }
}
.rnt-apply-confirm__desc {
  flex: 1;
  font-size: 14px;
  color: #333;
  margin: 0;
  padding: 4px 0;
  min-height: 1em;
}
@media (max-width: 640px) {
  .rnt-apply-confirm__desc {
    font-size: 13px;
  }
}
.rnt-apply-confirm__actions {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 8px;
}
@media (max-width: 640px) {
  .rnt-apply-confirm__actions {
    gap: 16px;
  }
}
.rnt-apply-confirm__cancel-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 12px 32px;
  background-color: #fff;
  color: #174082;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #174082;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}
.rnt-apply-confirm__cancel-btn:hover {
  background-color: #174082;
  color: #fff;
}
@media (max-width: 640px) {
  .rnt-apply-confirm__cancel-btn {
    min-width: 100px;
    padding: 10px 20px;
  }
}
.rnt-apply-confirm__submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 12px 32px;
  background-color: #174082;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #174082;
  border-radius: 4px;
  cursor: pointer;
  transition: opacity 0.2s;
}
.rnt-apply-confirm__submit-btn:hover {
  opacity: 0.8;
}
@media (max-width: 640px) {
  .rnt-apply-confirm__submit-btn {
    min-width: 100px;
    padding: 10px 20px;
  }
}

.rnt-apply-complete {
  background-color: #fff;
  padding: 80px 0 100px;
  text-align: center;
}
@media (max-width: 640px) {
  .rnt-apply-complete {
    padding: 48px 0 64px;
  }
}
.rnt-apply-complete__title {
  font-size: 26px;
  font-weight: 700;
  color: #174082;
  letter-spacing: 0.05em;
  margin: 0 0 48px;
}
@media (max-width: 990px) {
  .rnt-apply-complete__title {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .rnt-apply-complete__title {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
.rnt-apply-complete__text {
  font-size: 14px;
  line-height: 2.2;
  color: #333;
  margin: 0;
}
@media (max-width: 640px) {
  .rnt-apply-complete__text {
    font-size: 13px;
    text-align: left;
  }
}