@charset "UTF-8";
/* ========================================
 * common styles
======================================== */
html {
  --hdH: 66px;
  --mainColor: #00a7ac;
  --subColor: #39414A;
  --lightColor: #E4F7F7;
  scroll-padding-top: var(--hdH);
  font-size: 62.5%;
}
*, *::before, *::after {
  box-sizing: inherit;
}
.rental {
  background-color: var(--subColor);
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.6em;
}
.rental #header_cta {
  width: 1200px;
  position: relative;
  top: -66px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 22;
}
.rental #header_cta .header_cta_inner {
  position: fixed;
  top: 0;
  right: calc(50% - 600px);
  display: flex;
}
.rental #header_cta .header_cta_inner a {
  display: block;
  border-radius: 25px;
  background: #fff url(../img/logo_k-dive.png) no-repeat left 28px center / 42px auto;
  width: 230px;
  height: 48px;
  margin: 9px 10px 0 0;
  padding: 11px 0 0 34px;
  text-align: center;
  color: var(--mainColor);
  font-weight: 700;
  box-shadow: 0 0 5px 0px rgba(0, 109, 112, 0.5);
  transition: 0.15s ease-out;
  text-decoration: none;
}
.rental #header_cta .header_cta_inner a:last-child {
  width: 200px;
  border: 2px solid #fff;
  background-image: url(/dx/img/kdive/icon_wp_gr.png);
  background-position: left 42px center;
  background-size: 24px auto;
  margin: 9px 0 0;
  padding: 9px 0 0 12px;
}
.rental #FixMenu {
  display: none;
}
body main {
  padding-top: var(--hdH);
  background-color: #fff;
  box-sizing: border-box;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}
body main * {
  padding: 0;
  margin: 0;
}
.rental sup {
  vertical-align: 0.25em;
}
@media (any-hover: hover) {
  .rental #header_cta .header_cta_inner a:hover {
    opacity: 0.7;
  }
}
@media (any-hover: none) {
  .rental #header_cta .header_cta_inner a:active {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  html {
    --hdH: 50px;
  }
  .rental {
    padding-bottom: var(--hdH);
    font-size: 1.6em !important;
  }
  body main {
  padding-top: 0;
}
  #headfix .headfixInner {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  #header :is(#head_btncontact, .menuIconWrapper) {
    display: none;
  }
  .rental #header_cta {
    position: relative;
    bottom: 0;
  }
  .rental #header_cta .header_cta_inner {
    width: 100%;
    display: flex;
    top: auto;
    bottom: 0;
    justify-content: center;
    align-items: center;
    right: 0;
  }
  .rental #header_cta .header_cta_inner a {
    width: 53%;
    height: var(--hdH);
    border: 1px solid var(--mainColor);
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0 0 0 70px;
    background-position: left 15px center;
    background-size: 40px auto;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
  }
  .rental #header_cta .header_cta_inner a:last-child {
    width: 47%;
    border-width: 1px 1px 1px 0;
    border-color: var(--mainColor);
    background-position: left 18px center;
    background-size: 26px auto;
    margin: 0;
    padding: 0 0 0 68px;
  }
}
/* ========================================
 * #scorollvisible
======================================== */
@media screen and (max-width: 767px) {
  #footer #sp-btn_contact {
    display: none;
  }
  #footer #page-top {
    bottom: 72px;
  }
}
/* ========================================
 * main styles
======================================== */
main img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
svg[aria-label="01"] {
  width: auto;
  height: 23px;
  aspect-ratio: 24 / 18;
  fill: #fff;
}
svg[aria-label="02"] {
  width: auto;
  height: 23px;
  aspect-ratio: 27 / 18;
  fill: #fff;
}
svg[aria-label="03"] {
  width: auto;
  height: 23px;
  aspect-ratio: 27 / 18;
  fill: #fff;
}
svg[aria-label="04"] {
  width: auto;
  height: 23px;
  aspect-ratio: 29 / 19;
  fill: #fff;
}
svg[aria-label="05"] {
  width: auto;
  height: 23px;
  aspect-ratio: 28 / 19;
  fill: #fff;
}
br.spOnly {
  display: none;
}
.mainvisual {
  background-color: var(--mainColor);
  color: #fff;
  position: relative;
  aspect-ratio: 1920 / 1109;
  letter-spacing: 0.1em;
}
.mainvisual .text01 {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 10% 22px 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  container-type: size;
}
.mainvisual h1 {
  font-weight: 900;
  font-size: 8.2048cqw;
  line-height: 1.1847;
}
.mainvisual .text01 p {
  margin-top: 1em;
  font-size: 2.4627cqw;
  line-height: 2.1314;
}
.mainvisual .text01 p .line {
  display: inline;
  padding-bottom: 0.25em;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%) no-repeat left bottom;
  background-size: 100% 0.0477em;
}
.mainvisual figure {
  position: absolute;
  top: 0;
  left: 33.1092%;
  width: 66.8908%;
  height: 100%;
}
.mainvisual figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

[id="loadmap"] {
  max-width: 1000px;
  margin: 48px auto 70px;
  border-radius: 28px;
  background-color: rgba(112, 112, 112, 0.12);
  padding: 32px 48px 28px;
  font-size: 2rem;
  line-height: 1.75;
  font-feature-settings: normal;
}
[id="loadmap"] h2 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 0.5em;
}
[id="loadmap"] h2 span {
  display: inline-block;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 0.26em 0.5em 0.2em;
  margin-bottom: 0.5em;
  font-size: 2rem;
}

[id="points"] {
  background-color: var(--subColor);
  padding: 60px 0;
  color: #fff;
}
[id="points"] ul {
  max-width: 1000px;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 40px 0;
}
[id="points"] h2 {
  display: flex;
  gap: 0 8px;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid rgba(255,255,255, 0.5);
  letter-spacing: 0.08em;
  font-size: 2.4rem;
}
[id="points"] .num {
  opacity: 0.2;
}
[id="points"] p {
  padding: 0 5px;
}

[id="basicPackage"] {
  max-width: 1200px;
  margin: 100px auto;
  background: var(--mainColor);
  padding: 45px 20px 20px;
}
[id="basicPackage"] .inner {
  background-color: #fff;
  padding: 40px;
  position: relative;
}
[id="basicPackage"] h2 {
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -50%;
  width: 100%;
  text-align: center;
}
[id="basicPackage"] .lead {
  margin-top: 0.5em;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  color: #4c4c4c;
}
[id="basicPackage"] .content {
  display: flex;
  gap: 25px 40px;
  margin-top: 30px;
  position: relative;
  font-weight: bold;
}
[id="basicPackage"] .content > * {
  flex: 0 1 50%;
}
[id="basicPackage"] .kizai {
  display: flex;
  justify-content: center;
  align-items: center;
}
[id="basicPackage"] .kizai img {
  width: 100%;
}
[id="basicPackage"] .iconPlus {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
[id="basicPackage"] .iconPlus::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 50%;
  top: 0;
  translate: 50% 0;
  width: 1px;
  height: 100%;
  background-color: rgba(224, 224, 224, 1);
}
[id="basicPackage"] .plan {
  font-size: 1.8rem;
}
[id="basicPackage"] strong {
  font-weight: bold;
  color: var(--mainColor);
  font-size: 133.4%;
}
[id="basicPackage"] ol {
  list-style: none;
  border: 1px solid #cddce3;
  margin: 1em 0;
  color: #4c4c4c;
  font-size: 2rem;
}
[id="basicPackage"] li {
  display: flex;
}
[id="basicPackage"] li:not(:first-child) {
  border-top: 1px solid #cddce3;
}
[id="basicPackage"] li .num {
  flex: 0 0 auto;
  width: 13.9535%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  background-color: #f2f6f9;
}
[id="basicPackage"] li .num svg {
  fill: var(--mainColor);
  height: 15px;
}
[id="basicPackage"] li p {
  padding-left: 1.5em;
  align-self: center;
  letter-spacing: 0.05em;
}
[id="basicPackage"] .plan p:last-of-type {
  letter-spacing: 0.05em;
}

[id="values"] {
  background-color: var(--mainColor);
  padding: 60px 0 80px;
}
[id="values"] h2 {
  text-align: center;
  color: #fff;
  font-size: 5rem;
  letter-spacing: 0.1em;
  color: #fff;
}
[id="values"] h2 span {
  display: inline-block;
  padding: 0.25em 0.5em;
  margin-bottom: 0.5em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
[id="values"] h2 strong {
  font-size: 7rem;
}
[id="values"] ul {
  list-style: none;
  max-width: 1200px;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 28px;
}
[id="values"] li {
  flex: 0 0 auto;
  width: calc((100% - 28px * 2) / 3);
  background-color: #fff;
  border-radius: 16px;
  padding: 1.25em 1em 1.5em;
}
[id="values"] li sup{
  font-size: 0.5em;
  vertical-align: super;
}
[id="values"] h3 {
  display: flex;
  align-items: center;
  gap: 0 0.6em;
  padding: 0 5px 0.5em;
  margin-bottom: 0.75em;
  color: var(--mainColor);
  font-size: 3rem;
  line-height: 1.2;
  border-bottom: 1px solid var(--mainColor);
  container-type: inline-size;
}
[id="values"] .num + span {
  flex: 0 1 auto;
}
[id="values"] .num {
  flex: 0 0 auto;
}
[id="values"] .num svg {
  fill: var(--mainColor);
  opacity: 0.4;
  height: 1.6em;
}
[id="values"] li p {
  padding-inline: 5px;
}
[id="values"] li:nth-last-child(-n+2) h3 span:not([class]) {
  font-size: 7.14cqw;
}
[id="values"] .note{
  max-width: 1200px;
  margin: 10px auto 0;
  font-size: 0.85em;
  color: #fff;
}

[id="cases"] {
  padding-top: 75px;
}
[id="cases"] h2 {
  text-align: center;
  font-size: 5rem;
  color: var(--mainColor);
}
[id="cases"] .lead {
  margin: 1.5em auto 2em;
  text-align: center;
  font-size: 2rem;
  line-height: 1.75;
}
[id="cases"] ul {
  list-style: none;
}
[id="cases"] .case {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
[id="cases"] .case:nth-child(n+2) {
  margin-top: 60px;
}
[id="cases"] .case .ttl {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
  color: var(--mainColor);
  font-size: 2rem;
  font-weight: bold;
}
[id="cases"] .case .tag {
  flex: 0 0 auto;
  background-color: var(--mainColor);
  padding: 3px calc(0.5em + 8px) 3px 8px;
  clip-path: polygon(0 0, calc(100% - 0.5em) 0, 100% 50%, calc(100% - 0.5em) 100%, 0 100%);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
}
[id="cases"] .case .textbox {
  flex: 0 0 auto;
  width: calc((100% - 30px) * 0.45);
}
[id="cases"] .case .textbox ul {
  display: flex;
  gap: 0 15px;
  margin-top: 16px;
  font-size: 1.2rem;
  line-height: 1.2;
}
[id="cases"] .case .textbox li {
  background: url(../img/icon-check.svg) no-repeat left center / 1em auto;
  padding-left: calc(1em + 5px);
}
[id="cases"] .case .thumbs {
  flex: 0 0 auto;
  width: calc((100% - 30px) * 0.55);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto 1fr;
  gap: 5px;
}
[id="cases"] .case .thumbs figcaption {
  grid-column: 1 / -1;
  font-size: 87.5%;
}
.otherCases {
  background-color: var(--lightColor);
  margin-top: 100px;
  padding: 80px 0 100px;
  position: relative;
}
.otherCases::before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 100%;
  translate: 50% 0;
  background: inherit;
  aspect-ratio: 47 / 40;
  width: 60px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.otherCases h3 {
  margin-bottom: 1em;
  text-align: center;
  font-size: 4rem;
}
[id="casesMovie"] .videos :is(.slick-prev, .slick-next) {
  width: 34px;
  height: 34px;
  opacity: 1;
}
[id="casesMovie"] .videos .slick-prev {
  left: 0;
  background-image: url(/dx/img/kdive/arrow-prev-gr.svg);
}
[id="casesMovie"] .videos .slick-next {
  right: 0;
  background-image: url(/dx/img/kdive/arrow-next-gr.svg);
}
[id="casesMovie"] .videos {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}
[id="casesMovie"] .slick-track {
  display: flex;
  gap: 0;
  padding: 20px 0;
}
[id="casesMovie"] .video {
  scale: 0.8 0.8;
  transition: 1s scale;
}
[id="casesMovie"] .video.slick-current {
  scale: 1 1;
}
[id="casesMovie"] button[data-ytid] {
  display: block;
  background: transparent none;
  border: none;
  border-radius: 0;
  font: inherit;
  color: var(--mainColor);
  transition: 0.3s color;
  cursor: pointer;
}
[id="casesMovie"] button[data-ytid]:focus-visible {
  outline: 2px solid var(--mainColor);
}
[id="casesMovie"] .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
[id="casesMovie"] .thumb::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 50%;
  translate: 50% 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 15.3257%;
  aspect-ratio: 1;
  background: url(/dx/img/kdive/btn_play.webp) no-repeat center / contain;
}
[id="casesMovie"] img {
  border-radius: 16px;
  transition: 0.3s scale;
}
[id="casesMovie"] .companyName {
  padding-top: 0.5em;
  white-space: nowrap;
}
dialog {
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  border: none;
  background: rgba(0, 0, 0, 0.8) none;
  justify-content: center;
  align-items: center;
  overscroll-behavior: none;
}
dialog[open] {
  display: flex;
}
html:has(dialog[open]) {
  scrollbar-width: none;
}
dialog[open]::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 1px;
  height: calc(100% + 1px);
  opacity: 0;
  pointer-events: none;
}
dialog .btnVideoClose {
  border: none;
  background: transparent none;
  font: inherit;
  color: #fff;
  cursor: pointer;
}
dialog > .btnVideoClose {
  position: absolute;
  inset: 0;
  cursor: auto;
}
dialog > .content {
  position: relative;
  aspect-ratio: 16 / 9;
  max-width: 90%;
  width: 910px;
}
dialog .content .btnVideoClose {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  margin-bottom: 10px;
  transition: 0.3s background-color;
}
dialog .content .btnVideoClose::before,
dialog .content .btnVideoClose::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 1px;
  background-color: #fff;
  left: 20%;
  top: 50%;
  rotate: 45deg;
  transition: 0.3s background-color;
}
dialog .content .btnVideoClose::after {
  rotate: -45deg;
}
dialog iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 50%;
  bottom: 50%;
  translate: 50% 50%;
}
[id="casesDL"] {
  margin: 80px auto 0;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr 40%;
  place-items: center;
  gap: 0 4.329%;
}
[id="casesDL"] h3 {
  grid-column: 1 / -1;
}
[id="casesDL"] .textbox p {
  padding: 0 1em;
  font-size: 1.8rem;
  line-height: 2;
}
[id="casesDL"] .btnDL {
  margin-top: 30px;
}
[id="casesDL"] .btnDL a {
  --btnH: 80px;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--btnH);
  border-radius: var(--btnH);
  overflow: hidden;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  text-decoration: none;
}
[id="casesDL"] .btnDL a span {
  position: relative;
  z-index: 1;
}
[id="casesDL"] .btnDL a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  border-radius: var(--btnH);
  background: linear-gradient(90deg, #59C4C1 0%, #379ED5 50%, #59C4C1 100%);
  translate: -50% 0;
  transition: translate 0.6s linear, filter 0.3s;
}
[id="casesDL"] .thumbs {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0 24px;
}

[id="rentalContact"] {
  background-color: var(--mainColor);
  padding: 100px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
[id="rentalContact"] .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px 4%;
}
[id="rentalContact"] h2 {
  position: relative;
  z-index: 0;
  width: fit-content;
  margin: 0 auto 20px;
  padding: 0.75em 1.5em;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
[id="rentalContact"] h2::before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 50%;
  translate: 50% 50%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--subColor);
  transform: skewX(-15deg);
}
[id="rentalContact"] p {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
[id="rentalContact"] p span {
  font-size: 2.8rem;
  letter-spacing: 0.05em;
}
[id="rentalContact"] p strong {
  font-size: 4.2rem;
}
[id="rentalContact"] p:last-of-type {
  width: fit-content;
  margin: 1em auto 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0.5em 1.5em;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
}
[id="rentalContact"] .btn {
  margin-top: 50px;
}
[id="rentalContact"] .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5em;
  height: 80px;
  border-radius: 80px;
  background-color: #fff;
  color: #333;
  font-size: 2.4rem;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
[id="rentalContact"] .btn a::after {
  content: "";
  display: block;
  width: 0.8em;
  aspect-ratio: 5 / 6;
  background-color: #333;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transition: background-color 0.3s;
}
[id="rentalContact"] .map {
  flex: 1 0 0%;
}
@media (any-hover: hover) {
  [id="casesMovie"] button[data-ytid]:hover {
    color: var(--subColor);
  }
  [id="casesMovie"] button[data-ytid]:hover img {
    scale: 1.1 1.1;
  }
  [id="casesMovie"] .videos .slick-prev:hover {
    background-image: url(/dx/img/kdive/arrow-prev-wh.svg);
  }
  [id="casesMovie"] .videos .slick-next:hover {
    background-image: url(/dx/img/kdive/arrow-next-wh.svg);
  }
  dialog .content .btnVideoClose:hover {
    background-color: #fff;
  }
  dialog .content .btnVideoClose:hover::before,
  dialog .content .btnVideoClose:hover::after {
    background-color: #333;
  }
  [id="casesDL"] .btnDL a:hover::before {
    translate: 0 0;
    filter: saturate(1.5) brightness(0.8);
  }
  [id="rentalContact"] .btn a:hover {
    background-color: var(--subColor);
    color: #fff;
  }
  [id="rentalContact"] .btn a:hover::after {
    background-color: #fff;
  }
}
@media (any-hover: none) {
  [id="casesMovie"] button[data-ytid]:active {
    color: var(--subColor);
  }
  [id="casesMovie"] button[data-ytid]:active img {
    scale: 1.1 1.1;
  }
  [id="casesMovie"] .videos .slick-prev:active {
    background-image: url(/dx/img/kdive/arrow-prev-wh.svg);
  }
  [id="casesMovie"] .videos .slick-next:active {
    background-image: url(/dx/img/kdive/arrow-next-wh.svg);
  }
  dialog .content .btnVideoClose:active {
    background-color: #fff;
  }
  dialog .content .btnVideoClose:active::before,
  dialog .content .btnVideoClose:active::after {
    background-color: #333;
  }
  [id="casesDL"] .btnDL a:active::before {
    translate: 0 0;
    filter: saturate(1.5) brightness(0.8);
  }
  [id="rentalContact"] .btn a:active {
    background-color: var(--subColor);
    color: #fff;
  }
  [id="rentalContact"] .btn a:active::after {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  br.spOnly {
    display: inline;
  }
  .mainvisual {
    aspect-ratio: auto;
  }
  .mainvisual .text01 {
    width: 92%;
    max-width: 500px;
    height: auto;
    container-type: inline-size;
    padding: 25px 0;
  }
  .mainvisual h1 {
    flex: 1 0 0%;
    font-size: calc(34 / 345 * 100cqw);
    letter-spacing: 0.1em;
    line-height: 1.3333;
  }
  .mainvisual h1 br:first-child {
    display: none;
  }
  .mainvisual .text01 p {
    flex: 0 0 auto;
    margin-top: 0.5em;
    font-size: calc(18 / 345 * 100cqw);
  }
  .mainvisual figure {
    position: static;
    width: 100%;
    height: auto;
  }

  [id="loadmap"] {
    width: 92%;
    max-width: 500px;
    margin: 40px auto;
    padding: 1.5em 1em;
    font-size: 1.6rem;
    border-radius: 1em;
  }
  [id="loadmap"] h2 {
    font-size: min(2.6rem, 26 / 375 * 100vw);
    line-height: 1.3333;
  }
  [id="loadmap"] h2 span {
    font-size: min(1.8rem, 18 / 375 * 100vw);
    line-height: 1.5;
  }

  [id="points"] ul {
    width: 92%;
    max-width: 500px;
    flex-direction: column;
  }
  [id="points"] h2 {
    padding-right: 8px;
  }
  [id="points"] .num svg {
    height: 1.5em;
  }

  [id="basicPackage"] {
    width: 92%;
    max-width: 500px;
    margin-block: 60px;
    padding: 5px 5px 5px;
    container-type: inline-size;
  }
  [id="basicPackage"] h2 img {
    width: 90%;
    max-width: 490px;
  }
  [id="basicPackage"] .inner {
    padding: min(45px, 4.5cqw + 20px) 1em 25px;
  }
  [id="basicPackage"] .lead {
    margin-top: 0;
    font-size: 1.8rem;
  }
  [id="basicPackage"] .content {
    flex-direction: column;
  }
  [id="basicPackage"] .iconPlus::before {
    width: 100%;
    height: 1px;
    right: 0;
    top: 50%;
    translate: 0 -50%;
  }
  [id="basicPackage"] .iconPlus img {
    width: 34px;
  }
  [id="basicPackage"] .plan {
    font-size: 100%;
  }
  [id="basicPackage"] strong {
    font-size: 125%;
  }
  [id="basicPackage"] ol {
    font-size: 1.8rem;
  }
  [id="basicPackage"] li .num {
    width: 2.5em;
    padding: 0.5em;
    text-align: center;
    }
  [id="basicPackage"] li p {
    padding: 0.5em 1em;
    line-height: 1.3333;
  }

  [id="values"] h2 {
    font-size: min(3rem, 30 / 375 * 100vw);
  }
  [id="values"] h2 span {
    margin-bottom: 0;
    font-size: min(1.4rem, 14 / 375 * 100vw);
  }
  [id="values"] h2 strong {
    font-size: min(5rem, 50 / 375 * 100vw);
  }
  [id="values"] ul {
    width: 92%;
    max-width: 500px;
    gap: 15px;
  }
  [id="values"] li {
    width: 100%;
  }
  [id="values"] h3 {
    gap: 0 0.4em;
    font-size: 2.8rem;
  }
  [id="values"] .num svg {
    height: 1.5em;
  }
  [id="values"] li:nth-last-child(-n+2) h3 span:not([class]) {
    font-size: min(2.8rem, 7.14cqw);
  }
  [id="values"] .note {
    width: 92%;
  }

  [id="cases"] {
    padding-top: 60px;
  }
  [id="cases"] h2 {
    font-size: min(3rem, 30 / 375 * 100vw);
  }
  [id="cases"] .lead {
    width: 92%;
    font-size: 1.8rem;
  }
  [id="cases"] .case {
    width: 92%;
    max-width: 500px;
    display: block;
    container-type: inline-size;
  }
  [id="cases"] .case:nth-child(n+2) {
    margin-top: 35px;
  }
  [id="cases"] .case .textbox {
    width: auto;
  }
  [id="cases"] .case .ttl {
    font-size: min(2rem, 20 / 375 * 100vw);
  }
  [id="cases"] .case .tag {
    font-size: 80%;
  }
  [id="cases"] .case .textbox ul {
    gap: 0 8px;
    font-size: min(1.2rem, 10 / 345 * 100cqw);
    letter-spacing: 0;
  }
  [id="cases"] .case .thumbs {
    width: auto;
    margin-top: 15px;
  }
  .otherCases {
    padding: 60px 0;
    margin-top: 60px;
  }
  .otherCases::before {
    width: 10.6667%;
    max-width: 60px;
  }
  .otherCases h3 {
    font-size: 2.6rem;
  }
  [id="casesMovie"] .videos {
    width: 92%;
    max-width: 500px;
  }
  [id="casesMovie"] .video {
    scale: 1 1;
    padding: 0 14px;
  }
  [id="casesDL"] {
    width: 92%;
    max-width: 500px;
    margin-top: 60px;
    display: block;
  }
  [id="casesDL"] .textbox p {
    padding-inline: 0;
    font-size: 100%;
    line-height: 1.75;
  }
  [id="casesDL"] .btnDL a {
    --btnH: 60px;
    font-size: min(2rem, 5.3333vw);
  }
  [id="casesDL"] .thumbs {
    margin-top: 30px;
    gap:  0 15px;
  }

  [id="rentalContact"] {
    padding: 60px 0;
  }
  [id="rentalContact"] .inner {
    width: 92%;
    max-width: 500px;
    flex-direction: column;
    container-type: inline-size;
  }
  [id="rentalContact"] h2 {
    padding: 0.5em 1.25em 0.5em 1em;
    font-size: 1.4rem;
  }
  [id="rentalContact"] p {
    font-size: 100%;
  }
  [id="rentalContact"] p span {
    font-size: min(2rem, 20 / 345 * 100cqw);
  }
  [id="rentalContact"] p strong {
    font-size: min(2.8rem, 28 / 345 * 100cqw);
  }
  [id="rentalContact"] p:last-of-type {
    max-width: 100%;
    font-size: min(2rem, 20 / 345 * 100cqw);
  }
  [id="rentalContact"] .btn a {
    height: 60px;
    border-radius: 60px;
    font-size: 2rem;
  }
}
