/*---------------
Service Page Header
-----------------*/
.oem_content,
.rental_content {
  margin-top: 0;
}

#under .header {
  background-color: #55C0CF;
}

/*---------------
Service Content & Hero Section
-----------------*/
.service-hero__text .rank-math-breadcrumb p,
.service-hero__text .breadcramb {
  position: relative;
  z-index: 10;
  background-color: transparent;
  margin:  0 0 8vw;
}

@media screen and (min-width: 768px) {
  .service-hero__text .rank-math-breadcrumb,
  .service-hero__text .breadcramb {
    margin-bottom: 2.196193265vw;
  }
}

.service-hero__text .rank-math-breadcrumb p,
.service-hero__text .breadcramb li {
  color: #fff;
}

.service-hero__text .rank-math-breadcrumb p a,
.service-hero__text .breadcramb li a {
  color: rgba(255, 255, 255, 0.8);
}

.service-hero__text .rank-math-breadcrumb p a:after,
.service-hero__text .breadcramb li a:after {
  filter: brightness(0) invert(1);
}

.service-hero {
  background-color: #55C0CF;
  position: relative;
  overflow: hidden;
  padding: 6vw 0 20vw;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .service-hero {
    padding: 6.588579795vw 0 8.0790697674vw;
    margin: 0 0 10vw;
  }
}

.service-hero__container {
  margin: 0 5.3333333333vw;
}

@media screen and (min-width: 768px) {
  .service-hero__container {
    margin: 0 6.8081991215vw;
  }
}

.service-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .service-hero__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.service-hero__text {
  text-align: left;
  color: #fff;
  order: 2;
}

@media screen and (min-width: 768px) {
  .service-hero__text {
    order: 1;
    flex: 1;
    padding-right: 4vw;
  }
}

.service-hero__subtitle {
  font-family: "Jost", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 4vw;
  opacity: 0.9;
}

@media screen and (min-width: 768px) {
  .service-hero__subtitle {
    font-size: max(1rem, 1.1713030747vw);
    margin-bottom: 1.196193265vw;
  }
}

h1.service-hero__title {
  font-size: 6.5333333333vw;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 8vw;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  h1.service-hero__title {
    font-size: max(2.0rem, 2.8238653vw);
    margin-bottom: 3.6603221083vw;
  }
}

.service-hero__title-line {
  display: block;
}

.service-hero__description {
  font-size: 3.4vw;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.service-hero__description p {
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .service-hero__description {
    font-size: max(1rem, 1.2177159590vw);
  }
}

.service-hero__character {
  order: 1;
  margin-bottom: 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .service-hero__character {
    order: 2;
    margin-bottom: 0;
    flex: 0 0 auto;
  }
}

.service-hero__character-img {
  width: 60vw;
  height: auto;
  max-width: 300px;
}

@media screen and (min-width: 768px) {
  .service-hero__character-img {
    width: 25vw;
    max-width: 400px;
  }
}

.service-hero__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 32vw;
  background-image: url(../img/oem/oem-hero-bg.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 1;
}
.rental_content .service-hero__wave {
  background-image: url(../img/rental/rental-hero-bg.jpg);
}

@media screen and (min-width: 768px) {
  .service-hero__wave {
    height: 30vw;
  }
}

/*---------------
Service Common Section Styles
-----------------*/
/* 共通の英語タイトルスタイル */
.service-section__en-title {
  font-family: "Jost", sans-serif;
  font-size: 2.8666666667vw;
  letter-spacing: 0.12em;
  font-weight: 600;
  margin-bottom: 2.6666666667vw;
  color: #55C0CF;
  display: block;
}

@media screen and (min-width: 768px) {
  .service-section__en-title {
    font-size: max(1rem, 1.117715959vw);
    margin-bottom: 1.317715959vw;
  }
}

/* 共通のメインタイトルスタイル */
.service-section__title {
  font-family: "Jost", sans-serif;
  font-size: 6.2vw;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .service-section__title {
    font-size: max(1rem, 2.3282576867vw);
  }
}

/* 共通のサブタイトルスタイル */
.service-section__subtitle {
  font-size: 3.2666666667vw;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  margin-top: 4.6666666667vw;
}

@media screen and (min-width: 768px) {
  .service-section__subtitle {
    font-size: max(1rem, 1.0713030747vw);
    margin-top: 2.0497803807vw;
  }
}

/* 共通のヘッダースタイル */
.service-section__header {
  margin-bottom: 10vw;
  padding-bottom: 6vw;
  border-bottom: 1px solid #EDEDED;
}

@media screen and (min-width: 768px) {
  .service-section__header {
    margin-bottom: 5vw;
    padding-bottom: 3vw;
  }
}

/* 共通のコンテンツスタイル */
.service-section__content {
  margin-top: 13.3333333333vw;
}

@media screen and (min-width: 768px) {
  .service-section__content {
    margin-top: 0;
  }
}

/*---------------
Service Features Section
-----------------*/
.service-features {
  margin: 0 0 10vw;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .service-features {
    margin: 0 0 7vw;
  }
}

/* サイドバーは既存のside_ttlとside_cateスタイルを使用 */

/* Features固有のスタイルは共通クラスを使用 */

.service-features__list {
  margin-top: 8vw;
}

@media screen and (min-width: 768px) {
  .service-features__list {
    margin-top: 4.39238653vw;
  }
}

.service-features__item {
  background-color: #E6F7F9;
  border-radius: 2.6666666667vw;
  margin-bottom: 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .service-features__item {
    border-radius: 0.7320644217vw;
    margin-bottom: 1.5vw;
    flex-direction: row;
    text-align: left;
    align-items: center;
  }
}

.service-features__item-content {
  width: 100%;
  order: 2;
  padding: 8vw;
}

@media screen and (min-width: 768px) {
  .service-features__item-content {
    order: 1;
    flex: 1;
    padding: 3.6603221083vw;
  }
}

.service-features__item-number {
  font-family: "Jost", sans-serif;
  font-size: 3.6vw;
  letter-spacing: 0.08em;
  color: #55C0CF;
  font-weight: 500;
  display: block;
  margin-bottom: 2.0vw;
}

@media screen and (min-width: 768px) {
  .service-features__item-number {
    font-size: max(1rem, 1.0248901903vw);
    margin-bottom: 1.0641288433vw;
  }
}

.service-features__item-title {
  font-size: 4.4vw;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  margin-bottom: 4.0vw;
}

@media screen and (min-width: 768px) {
  .service-features__item-title {
    font-size: max(1rem, 1.5105417277vw);
    margin-bottom: 1.8641288433vw;
  }
}

.service-features__item-description {
  font-size: 3.6333333333vw;
  line-height: 1.7;
  color: #333;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .service-features__item-description {
    font-size: max(1rem, 1.0713030747vw);
  }
}

.service-features__item-description small {
  font-size: 0.9em;
  color: #666;
}

.service-features__item-image {
  order: 1;
  margin: 8vw 0 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .service-features__item-image {
    order: 2;
    margin: 0;
    flex: 0 0 auto;
  }
}

.service-features__item-img {
  width: 100%;
  height: auto;
  max-width: 250px;
}

@media screen and (min-width: 768px) {
  .service-features__item-img {
    max-width: 400px;
  }
}

/* ARオプションセクション */
.service-features__ar-option {
  margin-top: 6vw;
  background-color: #fff;
  border: 2px solid #E6F7F9;
  border-radius: 2.6666666667vw;
  padding: 6vw;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .service-features__ar-option {
    margin-top: 2.5vw;
    border-radius: 0.7320644217vw;
    padding: 3.6603221083vw;
    flex-direction: row;
    align-items: flex-start;
  }
}

.service-features__ar-content {
  order: 1;
}

@media screen and (min-width: 768px) {
  .service-features__ar-content {
    flex: 1;
    padding-right: 4vw;
  }
}

.service-features__ar-label {
  font-family: "Jost", sans-serif;
  font-size: 3.2vw;
  letter-spacing: 0.08em;
  color: #55C0CF;
  font-weight: 500;
  display: block;
  margin-bottom: 2vw;
}

@media screen and (min-width: 768px) {
  .service-features__ar-label {
    font-size: max(1rem, 1.0248901903vw);
    margin-bottom: 1vw;
  }
}

.service-features__ar-title {
  font-size: 4.2vw;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  margin-bottom: 5vw;
}

@media screen and (min-width: 768px) {
  .service-features__ar-title {
    font-size: max(1rem, 1.3105417277vw);
    margin-bottom: 1vw;
  }
}

.service-features__ar-description {
  font-size: 3.5vw;
  line-height: 1.6;
  color: #333;
  letter-spacing: 0.03em;
  margin-bottom: 5vw;
}

@media screen and (min-width: 768px) {
  .service-features__ar-description {
    font-size: max(1rem, 1vw);
    margin-bottom: 1.5vw;
  }
}

.service-features__ar-features {
  background-color: #E6F7F9;
  padding: 4vw 5vw;
  border-radius: 1.6vw;
}

@media screen and (min-width: 768px) {
  .service-features__ar-features {
    padding: 1.5vw;
    border-radius: 0.439238653vw;
  }
}

.service-features__ar-features-title {
  font-size: 3.6vw;
  font-weight: 500;
  color: #333;
  margin-bottom: 2.6666666667vw;
}

@media screen and (min-width: 768px) {
  .service-features__ar-features-title {
    font-size: max(1rem, 1vw);
    margin-bottom: 0.7vw;
  }
}

.service-features__ar-list {
  list-style: none;
  padding: 0;
}

.service-features__ar-list li {
  font-size: 3.4666666667vw;
  line-height: 1.6;
  color: #333;
  margin-bottom: 0.7vw;
  padding-left: 3vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  .service-features__ar-list li {
    font-size: max(1rem, 1.0vw);
    margin-bottom: 0.3vw;
    padding-left: 1vw;
  }
}

.service-features__ar-list li:before {
  content: "•";
  color: #55C0CF;
  position: absolute;
  left: 0;
  top: 0;
}
.service-features__ar-list li:last-child {
  margin-bottom: 0;
}

.service-features__ar-images {
  order: 2;
  display: flex;
  justify-content: center;
  gap: 4vw;
  margin-top: 6vw;
}

@media screen and (min-width: 768px) {
  .service-features__ar-images {
    order: 2;
    margin-top: 0;
    flex: 0 0 auto;
    gap: 1vw;
  }
}

.service-features__ar-phone {
  width: 30vw;
  height: auto;
  max-width: 150px;
}

@media screen and (min-width: 768px) {
  .service-features__ar-phone {
    width: 12vw;
    max-width: 180px;
  }
}

/*---------------
Service Works Section
-----------------*/
.service-works {
  margin: 0 0 10vw;
  background-color: #fff;
  padding-top: 2vw;
}

@media screen and (min-width: 768px) {
  .service-works {
    margin: 0 0 7vw;
    padding-top: 1vw;
  }
}

/* サイドバーは既存のside_ttlとside_cateスタイルを使用 */

/* Works固有のスタイルは共通クラスを使用 */

.service-works__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.3333333333vw;
}

@media screen and (min-width: 768px) {
  .service-works__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.196193265vw;
  }
}

.service-works__item {
  border-radius: 1.6vw;
  overflow: hidden;
  transition: transform 0.2s ease;
  box-shadow: 0 0.5vw 1.5vw rgba(0, 0, 0, 0.08);
}

@media screen and (min-width: 768px) {
  .service-works__item {
    border-radius: 0.5vw;
  }
}

@media (hover) {
  .service-works__item:hover {
    transform: translateY(-0.5vw);
    box-shadow: 0 0.5vw 1.5vw rgba(0, 0, 0, 0.03);
  }
}

.service-works__item-image {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background-color: #fafafa;
}

.service-works__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-works__item-content {
  padding: 3vw 3vw 3.5vw;
}

@media screen and (min-width: 768px) {
  .service-works__item-content {
    padding: 1.5vw 1.5vw 2vw;
  }
}

.service-works__item-title {
  font-size: 3.6vw;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #333;
  margin-bottom: 3vw;
}

@media screen and (min-width: 768px) {
  .service-works__item-title {
    font-size: max(1.1rem, 1.0vw);
    margin-bottom: 1vw;
  }
}

.service-works__item-category {
  font-size: 3.0vw;
  color: #555;
  font-weight: 400;
  letter-spacing: 0.01em;
  display: inline-block;
}

.service-works__item-category span {
  background-color: #F2F2F2;
  padding: 1.5vw 4vw;
  border-radius: 4vw;
  display: inline-block;
  font-size: inherit;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .service-works__item-category {
    font-size: max(0.8rem, 0.85vw);
  }
  
  .service-works__item-category span {
    padding: 0.4vw 1.5vw;
    border-radius: 1.2vw;
    font-size: max(0.8rem, 0.85vw);
  }
}

/*---------------
Service Spec Section
-----------------*/
.service-spec {
  margin: 0 0 10vw;
  background-color: #fff;
  padding-top: 2vw;
}

@media screen and (min-width: 768px) {
  .service-spec {
    margin: 0 0 7vw;
    padding-top: 1vw;
  }
}

/* サイドバーは既存のside_ttlとside_cateスタイルを使用 */

/* Spec固有のスタイルは共通クラスを使用 */

.service-spec__table {
  display: flex;
  flex-direction: column;
  gap: 4vw;
}

@media screen and (min-width: 768px) {
  .service-spec__table {
    gap: 2vw;
  }
}

.service-spec__item {
  display: flex;
  flex-direction: column;
  padding-bottom: 4vw;
  border-bottom: 1px solid #EDEDED;
}

@media screen and (min-width: 768px) {
  .service-spec__item {
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 2vw;
  }
}

.service-spec__item-label {
  font-size: 3.5vw;
  font-weight: 600;
  color: #55C0CF;
  margin-bottom: 2.6666666667vw;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .service-spec__item-label {
    font-size: max(1rem, 1.2vw);
    margin-bottom: 0;
    width: 20%;
    flex-shrink: 0;
    padding-right: 2vw;
  }
}

.service-spec__item-value {
  font-size: 3.5vw;
  line-height: 1.6;
  color: #333;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .service-spec__item-value {
    font-size: max(1rem, 1.2vw);
    flex: 1;
  }
}

.service-spec__item-price {
  font-weight: 400;
  font-size: 3.5vw;
  display: block;
  margin-bottom: 1.3333333333vw;
}

@media screen and (min-width: 768px) {
  .service-spec__item-price {
    font-size: max(1rem, 1.2vw);
    margin-bottom: 0.7320644217vw;
  }
}

.service-spec__item-note {
  font-size: 3.2vw;
  color: #666;
  display: block;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .service-spec__item-note {
    font-size: max(1rem, 1.0248901903vw);
  }
}

.service-spec__item-period {
  display: flex;
  align-items: center;
  margin-bottom: 1.3333333333vw;
}

@media screen and (min-width: 768px) {
  .service-spec__item-period {
    margin-bottom: 0.7320644217vw;
  }
}

.service-spec__item-period:last-child {
  margin-bottom: 0;
}

.service-spec__item-duration {
  margin-left: 2.6666666667vw;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .service-spec__item-duration {
    margin-left: 1.4641288433vw;
  }
}

.service-spec__item-size {
  font-weight: 400;
  display: block;
  margin-bottom: 1.3333333333vw;
}

@media screen and (min-width: 768px) {
  .service-spec__item-size {
    margin-bottom: 0.7320644217vw;
  }
}

.service-spec__item-options {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-spec__item-options li {
  font-size: 3.5vw;
  line-height: 1.6;
  color: #333;
  margin-bottom: 1.3333333333vw;
  padding-left: 4vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  .service-spec__item-options li {
    font-size: max(1rem, 1.1713030747vw);
    margin-bottom: 0.7320644217vw;
    padding-left: 1.4641288433vw;
  }
}

.service-spec__item-options li:before {
  content: "•";
  color: #55C0CF;
  position: absolute;
  left: 0;
  top: 0;
}

.service-spec__item-options li:last-child {
  margin-bottom: 0;
}

/*---------------
Service Process Section
-----------------*/
.service-process {
  margin: 0 0 10vw;
  background-color: #fff;
  padding-top: 2vw;
}

@media screen and (min-width: 768px) {
  .service-process {
    margin: 0 0 7vw;
    padding-top: 1vw;
  }
}

/* サイドバーは既存のside_ttlとside_cateスタイルを使用 */

/* Process固有のスタイルは共通クラスを使用 */

.service-process__steps {
  display: flex;
  flex-direction: column;
  gap: 6vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  .service-process__steps {
    gap: 3vw;
    max-width: 60vw;
    margin: 0 auto;
  }
}



.service-process__step {
  background-color: #F8F8F8;
  border-radius: 2.6666666667vw;
  padding: 5vw 6vw;
  text-align: left;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #f2f2F2;
}

@media screen and (min-width: 768px) {
  .service-process__step {
    border-radius: 1vw;
    padding: 2vw 2.5vw;
    text-align: left;
    background-color: #F8F8F8;
    box-shadow: 0 0.2vw 0.8vw rgba(0, 0, 0, 0.05);
    position: relative;
  }
}

@media (hover) {
  .service-process__step:hover {
    transform: translateY(-0.2vw);
    box-shadow: 0 0.5vw 1.5vw rgba(0, 0, 0, 0.08);
  }
}

.service-process__step-number {
  width: 10vw;
  height: 10vw;
  background-color: #55C0CF;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost", sans-serif;
  font-size: 4vw;
  font-weight: 500;
  position: absolute;
  top: -4vw;
  left: -4vw;
  box-shadow: 0 0.2vw 0.8vw rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  .service-process__step-number {
    width: 3.6vw;
    height: 3.6vw;
    font-size: max(1.2rem, 1.2vw);
    background-color: #55C0CF;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    position: absolute;
    top: -2vw;
    left: -2vw;
    box-shadow: 0 0.2vw 0.8vw rgba(0, 0, 0, 0.1);
  }
}

.service-process__step-title {
  font-size: 4.5666666667vw;
  font-weight: 500;
  color: #55C0CF;
  margin-bottom: 3.2vw;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .service-process__step-title {
    font-size: max(1.1rem, 1.2vw);
    margin-bottom: 1.2vw;
    font-weight: 500;
  }
}

.service-process__step-description {
  font-size: 3.5vw;
  line-height: 1.7;
  color: #333;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 768px) {
  .service-process__step-description {
    font-size: max(1rem, 1vw);
  }
}

.service-process__step-description small {
  font-size: 0.9em;
  color: #666;
  display: block;
  margin-top: 1.3333333333vw;
}

@media screen and (min-width: 768px) {
  .service-process__step-description small {
    margin-top: 0.7320644217vw;
  }
}

/*---------------
Service Layout Structure
-----------------*/
.service-main {
  margin: 0 5.3333333333vw;
}

.service-nav__sidebar {
  position: relative;
  margin-top: 9.3333333333vw;
}
.service-contents {
  margin-top: 9.3333333333vw;
  padding-top: 0; /* 余白を削除 */
}

@media screen and (min-width: 768px) {
  .service-nav__sidebar {
    margin-top: 4.39238653vw;
  }
  .oem_content {
    display: block;
    margin-top: 0;
  }
  
  .service-hero {
    margin-bottom: 0;
  }
  
  /* メインコンテンツエリアのフレックスレイアウト */
  .service-main {
    display: flex;
    align-items: flex-start;
    gap: 4vw;
    margin: 0 6.8081991215vw;
    min-height: 200vh; /* stickyが動作するための高さを確保 */
  }
  
  .service-nav__sidebar {
    width: 20vw;
    position: -webkit-sticky; /* Safari対応 */
    position: sticky;
    top: 120px;
    flex-shrink: 0;
    height: fit-content; /* 内容に応じた高さ */
    z-index: 10; /* 他の要素より前面に */
    align-self: flex-start; /* flex親要素内での配置 */
  }
  
  .service-contents {
    flex: 1;
    margin-top: 4.39238653vw;
    padding-top: 0; /* PCでは余白をリセット */
  }

}

/*---------------
Service Navigation
-----------------*/
.service-nav {
  display: block;
  padding-bottom: 3vw;
  border-bottom: 1px solid #f2f2f2;
  transition: all 0.3s ease;
}

.service-nav.service-nav--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 100;
  padding: 3vw 5.3333333333vw;
  box-shadow: 0 -0.5vw 1.5vw rgba(0, 0, 0, 0.1);
}

/* ナビゲーションが固定された時のコンテンツ調整 */
.service-nav.service-nav--fixed + .service-contents {
  padding-bottom: 15vw;
}

@media screen and (min-width: 768px) {
  .service-nav {
    margin-top: 0;
    width: 100%;
    display: block;
    position: static;
    transform: none;
    z-index: auto;
    transition: none;
    padding-bottom: 0;
    border-bottom: none;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
  }
}



.service-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.service-nav__list::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 768px) {
  .service-nav__list {
    flex-direction: column;
    align-items: flex-start;
    overflow-x: visible;
  }
}

.service-nav__item {
  flex-shrink: 0;
}

.service-nav__link {
  text-decoration: none;
  color: #808080;
  font-size: 3.2vw;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 3.2vw 0 0;
  white-space: nowrap;
  position: relative;
  padding-left: 4vw;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .service-nav__link {
    font-size: max(1rem, 1.0980966325vw);
    margin: 0.7320644217vw 0;
    width: 100%;
    padding-left: 2.196193265vw;
  }
}

.service-nav__link:before {
  content: "";
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  border-radius: 50%;
  background-color: #D9D9D9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
}

@media screen and (min-width: 768px) {
  .service-nav__link:before {
    width: 0.7320644217vw;
    height: 0.7320644217vw;
  }
}

.service-nav .service-nav__link--active {
  color: #55C0CF !important;
  font-weight: 600 !important;
}

.service-nav .service-nav__link--active:before {
  background-color: #55C0CF !important;
}

@media (hover) {
  .service-nav__link:hover {
    color: #55C0CF;
  }
  
  .service-nav__link:hover:before {
    background-color: #55C0CF;
  }
}

/*---------------
Rental Features Note
-----------------*/
.service-features__note {
  font-size: 3.2vw;
  color: #666;
  text-align: left;
  line-height: 1.8;
  margin-top: 4vw;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .service-features__note {
    font-size: max(1rem, 1.0248901903vw);
    margin-top: 2vw;
  }
}

/*---------------
Rental Works Note
-----------------*/
.service-works__note {
  background-color: #F2F2F2;
  border-radius: 1.6vw;
  padding: 4vw;
  margin-top: 4vw;
}

@media screen and (min-width: 768px) {
  .service-works__note {
    border-radius: 0.5vw;
    padding: 2vw;
    margin-top: 2vw;
  }
}

.service-works__note ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-works__note li {
  font-size: 3.2vw;
  line-height: 1.6;
  color: #333;
  margin: 0 0 1vw 0;
  padding-left: 4vw;
  position: relative;
}

.service-works__note li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
}

.service-works__note li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .service-works__note li {
    font-size: max(1rem, 1.0248901903vw);
    padding-left: 1.5vw;
    margin-bottom: 0.5vw;
  }
}

/*---------------
Rental Price
-----------------*/
.rental_content .service-works__item-title {
  font-size: 3.5vw;
  margin-bottom: 3vw;
  padding-bottom: 3vw;
  border-bottom: 1px solid #f2f2f2;
}
.rental_content dl.service-works__item-price {
  font-size: 3.5vw;
  line-height: 1.6;
  letter-spacing: 0.07em;
  color: #333;
  font-weight: 400;
  margin: 2vw 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
}

.rental_content .service-works__item-price-row {
  display: flex;
  align-items: flex-start;
  gap: 2vw;
}

.rental_content .service-works__item-price dt {
  flex-shrink: 0;
  min-width: 8vw;
}

.rental_content dl.service-works__item-price dt {
  font-size: 3.5vw;
  line-height: 1.6;
  letter-spacing: 0.07em;
  color: #333;
  font-weight: 400;
  margin: 0;
}

.rental_content dl.service-works__item-price dd {
  font-size: 3.5vw;
  line-height: 1.6;
  letter-spacing: 0.07em;
  color: #333;
  font-weight: 400;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .rental_content .service-works__item-title {
    font-size: max(1rem, 1.1248901903vw);
    margin-bottom: 1.5vw;
    padding-bottom: 1.5vw;
    border-bottom: 1px solid #f2f2f2;
  }
  .rental_content dl.service-works__item-price {
    font-size: max(1rem, 1.0248901903vw);
    margin-top: 1vw;
    gap: 0.2vw;
  }
  
  .rental_content .service-works__item-price-row {
    gap: 0vw;
  }
  
  .rental_content .service-works__item-price dt {
    min-width: 4vw;
  }
  
  .rental_content dl.service-works__item-price dt {
    font-size: max(1rem, 1.0248901903vw);
  }
  
  .rental_content dl.service-works__item-price dd {
    font-size: max(1rem, 1.0248901903vw);
  }
}

/*---------------
Service Contact Section
-----------------*/
.service-contact {
  background-color: #55C0CF;
  padding: 6vw 2.3333333333vw;
  margin-top: 2vw;
}

@media screen and (min-width: 768px) {
  .service-contact {
    padding: 4vw 6.8081991215vw;
    margin-top: 3vw;
  }
}

.service-contact__container {
  max-width: 90vw;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .service-contact__container {
    max-width: 70vw;
  }
}

.service-contact__card {
  background-color: #fff;
  border-radius: 4vw;
  padding: 6vw;
  text-align: center;
  box-shadow: 0 2vw 4vw rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  .service-contact__card {
    border-radius: 1.4641288433vw;
    padding: 3.8565153734vw 5.3206442167vw;
  }
}

.service-contact__label {
  font-family: "Jost", sans-serif;
  font-size: 3.2vw;
  letter-spacing: 0.08em;
  color: #55C0CF;
  font-weight: 500;
  display: block;
  margin-bottom: 2vw;
}

@media screen and (min-width: 768px) {
  .service-contact__label {
    font-size: max(1rem, 1.0980966325vw);
    margin-bottom: 2.196193265vw;
  }
}

.service-contact__title {
  font-size: 5.2vw;
  font-weight: 500;
  line-height: 1.6;
  color: #55C0CF;
  margin-bottom: 4vw;
  letter-spacing: 0.07em;
}

@media screen and (min-width: 768px) {
  .service-contact__title {
    font-size: max(1.5rem, 2vw);
    margin-bottom: 1.5vw;
  }
}

.service-contact__description {
  font-size: 3.5vw;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.03em;
  margin-bottom: 3vw;
}

@media screen and (min-width: 768px) {
  .service-contact__description {
    font-size: max(1rem, 1.1vw);
    margin-bottom: 1.5vw;
  }
}

.service-contact__button {
  margin-top: 6vw;
}

@media screen and (min-width: 768px) {
  .service-contact__button {
    margin-top: 2.928257687vw;
  }
}

.service-contact__link {
  display: inline-block;
  width: 100%;
  background-color: #55C0CF;
  color: #fff;
  font-size: 3.6666666667vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 3.7333333333vw 10vw;
  border-radius: 8vw;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .service-contact__link {
    font-size: max(1rem, 1.317715959vw);
    padding: 1.8301610542vw 8.39238653vw;
    border-radius: 2.928257687vw;
  }
}

.service-contact__link:after {
  content: "";
  width: 1.8666666667vw;
  height: 1.8666666667vw;
  border-top: 0.5333333333vw solid #fff;
  border-right: 0.5333333333vw solid #fff;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 4vw;
  top: 50%;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .service-contact__link:after {
    width: 0.7320644217vw;
    height: 0.7320644217vw;
    border-width: 0.1464128843vw;
    right: 1.8301610542vw;
  }
}

@media (hover) {
  .service-contact__link:hover {
    background-color: #fff;
    color: #55C0CF;
    border: 2px solid #55C0CF;
    transform: translateY(-0.2vw);
    box-shadow: 0 1vw 2vw rgba(85, 192, 207, 0.3);
  }
  
  .service-contact__link:hover:after {
    border-color: #55C0CF;
  }
}
