@import url("css2.css");
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Inter";
  overflow-x: hidden;
}
:root {
  --animate-delay: 0.5s;
}
.menu-toggle-btn {
  display: none;
}
h2 {
  font-size: 50px;
  line-height: 1;
  color: #414242;
  margin-bottom: 0px;
}
p {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  color: #414242;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
ul {
  margin: 0;
  padding: 0;
}
header {
  padding: 20px 0;
}
section {
  padding-top: 100px;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-25 {
  padding: 0px;
}
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #fafafa;
  height: 45px;
  width: 100%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
  background-position: 100%;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  padding: 0.5rem;
  border-radius: 0;
}
a {
  text-decoration: none;
}
/* underground Image */
main {
  background: url("/static/img/background_img.webp") top left / cover no-repeat;
}

.header-bg {
  background: url("/static/img/head_bg.svg") top left / cover no-repeat;
}
.indexheader-bg {
  background: url("/static/img/head_bg.svg") top left / cover no-repeat;
}
.link-button {
  text-decoration: none;
}
/* 問い合わせ */
.conta-icon {
  position: fixed;
  right: 60px;
  bottom: 90px;
  z-index: 999;
}
/* scroll after */
.menu-header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  z-index: 1100;
}
/* Text Alignment - Start */

.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center !important;
}
.right-align {
  text-align: right;
}
.center-align {
  text-align: center;
}

/* Text Alignment - End */

/* Menu - Start */
.menu-header {
  position: relative;
  overflow: visible;
  width: 100%;
}

.header-wrapper {
  /* height: 133px; */
  overflow: visible;
}

.menu-wrapper .main-menu-options {
  overflow: visible;
}
.mobile-menu {
  display: none;
}
.menu-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 26px;
  box-sizing: border-box;
}
.menu-wrapper .menu-logo {
  display: flex;
  align-items: center;
  height: auto;
}
.menu-wrapper .menu-logo .logo-desktop img {
  width: 260px;
}
.menu-wrapper .logo-initial {
  display: none;
}
.menu-wrapper .logo-initial img {
  height: 44px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}
.menu-header-right {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
}
.mobile-nav-icons {
  display: none;
  align-items: center;
  gap: 4px;
}
.mobile-nav-icons .menu-toggle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.mobile-nav-icons .menu-toggle-btn span i {
  color: #333;
  font-size: 20px;
}
.menu-wrapper .menu-lang {
  margin-left: 0;
  display: flex;
  align-items: center;
  color: #fff;
}
.menu-wrapper .menu-logo .menu-lang {
  margin-left: 20px;
}
.menu-wrapper .menu-lang a {
  text-decoration: none;
  color: #fff;
}
/* JP EN */
.lang-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
}
/* divider */
.divider {
  opacity: 0.6;
}

/* default */
.lang {
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
}

/* 高亮 */
.lang.active {
  opacity: 1;
  font-weight: bold;
}

/* hover 效果 */
.lang:hover {
  opacity: 1;
}
.menu-wrapper .menu-lang img {
  width: 40px;
  display: block;
  margin-right: 10px;
}
/* .menu-wrapper .menu-logo img {
  width: 100%;
  height: 100%;
} */
.menu-wrapper .main-menu-options .menu-options-list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 15px 0px;
  border-radius: 20px;
  gap: 75px;
}
.menu-wrapper .logo-initial {
  display: none;
}
.menu-wrapper
  .main-menu-options
  .menu-options-list
  .icon-wrapper
  .search-bar-icon {
  display: none;
}
.search-bar {
  width: 100% !important;
  height: 100% !important;
  background: #ffffff;
  padding: 4px 0px 4px 10px;
  border-radius: 10px;
  border: 1px solid #8d8d8d;
}
.search-bar input {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  background: transparent;
  border: none;
  color: #8d8d8d;
  outline: none;
}
.menu-wrapper .main-menu-options .menu-options-list .menu-options.icon-wrapper {
  display: flex;
  align-items: center;
}
.menu-wrapper .main-menu-options .menu-options-list .menu-options .options {
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  text-align: center;
}

.menu-wrapper
.main-menu-options
.menu-options-list
.menu-options
.options::after {
  width: 0%;
  transition: width 0.5s;
}
.menu-options .options__text--ja {
  position: relative;
}

.menu-options .options__text--ja::after {
  content: "";
  position: absolute;
  left: -10%;
  bottom: -5px;
  width: 120%;
  height: 1px;
  background-color: #ffffff;
}
.menu-options .options__text--en {
  font-size: 15px;
  font-weight: 600;
}
.menu-wrapper
  .main-menu-options
  .menu-options-list
  .menu-options
  .options
  .options__text--ja {
  margin-bottom: 10px;
}
.menu-wrapper
  .main-menu-options
  .menu-options-list
  .menu-options.icon-wrapper
  .options {
  width: 30px;
  height: 100%;
  margin: 0px 5px;
}
.menu-wrapper
  .main-menu-options
  .menu-options-list
  .menu-options.icon-wrapper
  .options
  a {
  text-decoration: none;
}
.menu-wrapper
  .main-menu-options
  .menu-options-list
  .menu-options.icon-wrapper
  .options
  .fa-solid {
  color: #000000;
  font-size: 20px;
  text-align: center;
}
.menu-wrapper
  .main-menu-options
  .menu-options-list
  .menu-options.icon-wrapper
  .options:hover
  .fa-solid {
  color: #0090b0;
}
.menu-wrapper
  .main-menu-options
  .menu-options-list
  .menu-options.icon-wrapper
  .options.active-menu
  .fa-solid {
  color: #0090b0;
}
.menu-wrapper
  .main-menu-options
  .menu-options-list
  .menu-options.icon-wrapper
  .options:hover::after {
  display: none;
}

.menu-options--dropdown {
  position: static;
}

.menu-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 1200;
  box-sizing: border-box;
}

.menu-header.is-dropdown-open .menu-dropdown,
.menu-options--dropdown:focus-within .menu-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-header.is-dropdown-open .menu-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 80px;
}

.menu-dropdown-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 26px;
}

.menu-dropdown-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-dropdown-list a {
  color: #0090b0;
  font-size: 18px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: opacity 0.2s ease;
}

.menu-dropdown-list a:hover {
  opacity: 0.75;
}

/* Menu - End */

/* Hero Section - Start */
.section-paragraph-title {
  /* width: 80%; */
  font-family: "Inter";
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}

.section-paragraph-title h2 {
  font-weight: 600;
  letter-spacing: 3px;
  color: #ffffff;
  position: relative;
}

.section-paragraph-title h2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 1px;
  background-color: #ffffff;
}
.section-paragraph-title p {
  margin-top: 20px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
}
.blue .section-paragraph-title h2 {
  color: #0090b0;
}
.blue .section-paragraph-title h2::after {
  background-color: #0090b0;
}
.blue .section-paragraph-title p {
  color: #0090b0;
}
.section-title {
  font-family: "Inter";
  font-size: 45px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 3px;
  color: #ffffff;
  margin: 100px auto;
}
.section-subtitle {
  font-family: "Inter", sans-serif;
  margin: 50px auto;
  max-width: 1167px;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 1px;
  color: #414242;
}
.blue .section-title {
  color: #0090b0;
}
.blue .section-subtitle {
  color: #0090b0;
}
.section-title .line,
.section-subtitle .line {
  position: relative;
  overflow: hidden;
}
.section-title .line .line-text,
.section-subtitle .line .line-text {
  display: block;
}
section.hero-section {
  margin-top: 75px;
}
.hero-main-wrapper {
  position: relative;
}
.slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider-wrapper .slider-content {
  width: 50%;
  background: #0090b0;
  height: 400px;
  border-radius: 0px 40px 40px 0px;
  margin-right: 10px;
}
.slider-wrapper .slider-content .slider-text {
  color: #ffffff;
  padding: 75px 100px 75px 75px;
}
.slider-wrapper .slider-content .slider-text .slider-title {
  font-family: "Chonburi", serif;
  font-size: 50px;
  color: #ffffff;
  line-height: 58px;
  margin-bottom: 30px;
  padding-right: 50px;
  margin-top: 0px;
}
.slider-wrapper .slider-content .slider-text .slider-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 0px;
  margin-top: 0px;
  width: 75%;
}
.slider-wrapper .slider-content .slider-text .slider-title .line,
.slider-wrapper .slider-content .slider-text .slider-subtitle .line {
  overflow: hidden;
  position: relative;
}
.slider-wrapper .slider-content .slider-text .slider-title .line .line-text,
.slider-wrapper .slider-content .slider-text .slider-subtitle .line .line-text {
  display: block;
}
.slider-wrapper .slider-img-wrapper {
  width: 50%;
  height: 400px;
  margin-left: 10px;
  border-radius: 40px 0px 0px 40px;
  overflow: hidden;
}
.slider-wrapper .slider-img-wrapper .slider-img {
  width: 100%;
  height: 100%;
  float: right;
  object-fit: cover;
}
.circular-button {
  width: 150px;
  height: 150px;
  background: #000000;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 125px;
  left: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-cta-button {
  position: relative;
  border-radius: 50%;
  transform: rotate(-50deg);
  bottom: 20%;
  right: 31%;
}
.main-cta-button .cta-button-text span {
  font-size: 12px;
  font-family: "Inter", sans-serif;
  height: 60px;
  position: absolute;
  width: 20px;
  left: 0;
  top: 0;
  transform-origin: bottom center;
  color: #ffffff;
}
.circular-button-wrapper .circular-button .small-circle {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #ffffff;
}
.slider-dots {
  margin: 30px auto 0px;
  height: 5px;
  width: fit-content;
  align-items: center;
  justify-content: space-between;
}
.slider-dots ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.slider-dots ul li {
  background: #f2f2f2;
  height: 100%;
  width: 15px;
  border-radius: 10px;
  display: inline-block;
  margin: 0px 3px;
  cursor: pointer;
}
.slider-dots ul li.slick-active {
  background: #bdbdbd;
  height: 100%;
  width: 50px;
  border-radius: 10px;
}
.slider-dots ul li button {
  display: none;
}

/* Hero Section - End */
/* cosmetics-oem-section Start*/
.cosmetics-oem-section .circle {
  width: 120px;
  height: 120px;
  min-width: 120px;
  min-height: 120px;
  border-radius: 50%;
  background: #ffffff;
  flex-shrink: 0;
  box-sizing: border-box;

  display: flex;
  align-items: center;
  justify-content: center;
}
.cosmetics-oem-section .oem-type {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 0;
}
.cosmetics-oem-section .oem-type .text {
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  margin-left: 30px;
  letter-spacing: 1px;
}
.marquee-carousel-wrapper {
  width: 100%;
  margin: 100px auto;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.marquee-carousel .slick-slide {
  padding: 0 10px;
}

.marquee-carousel img {
  width: 250px;
  height: 250px;
  object-fit: cover;
}
.marquee-carousel .slick-slide img {
  transition: transform 0.3s;
}
/* cosmetics-oem-section End*/

/* Background Grey Patch - Start */

.bg-patch {
  background: #f2f2f2;
  width: 55%;
  height: 250px;
  position: absolute;
  z-index: -1;
}
.bg-patch.right {
  top: 0;
  right: 0px;
  border-radius: 40px 0px 0px 40px;
}
.bg-patch.right-bottom {
  bottom: 0;
  right: 0px;
  border-radius: 40px 0px 0px 40px;
}
.bg-patch.left {
  border-radius: 0px 40px 40px 0px;
  top: 0;
  left: 0;
}
.bg-patch.left-bottom {
  border-radius: 0px 40px 40px 0px;
  bottom: 0;
  left: 0;
}

/* Background Grey Patch - End */
/* Bathsalts Section Homepage - Start */
.bathsalts-section-main-wrapper {
  margin: 0 auto;
  width: 84%;
  height: auto;
  position: relative;
}
.bathsalts-section-main-wrapper .swiper-section,
.bathsalts-section-main-wrapper .swiper01box,
.bathsalts-section-main-wrapper .swiper02box,
.bathsalts-oem-section .oem-left {
  position: relative;
}
.bathsalts-section-main-wrapper .slick-dots {
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.bathsalts-section-main-wrapper .swiper-section .edge-text {
  font-weight: 600;
  color: white;
  letter-spacing: 8px;
  font-size: 20px;
}
.bathsalts-section-main-wrapper .swiper-section .top {
  position: absolute;
  top: -45px;
  right: 0;
}
.bathsalts-section-main-wrapper .swiper-section .right {
  position: absolute;
  right: -45px;
  top: -37px;

  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.bathsalts-section-main-wrapper .swiper-section .left {
  position: absolute;
  left: -45px;
  bottom: -37px;
  transform: rotate(180deg);

  writing-mode: vertical-rl;
}

.bathsalts-section-main-wrapper .swiper-section .bottom {
  position: absolute;
  bottom: -45px;
  left: 0;

  transform: rotate(180deg);
}
.bathsalts-section-main-wrapper img {
  width: 100%;
}
.content {
  position: absolute;
  top: 100px;
  left: 5.2%;
}
.content h2 {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #0090b0;
}
.content p {
  font-size: 20px;
  letter-spacing: 1px;
  color: #414242;
  margin: 50px 0;
}
.button {
  margin: 0 auto;
  width: 181px;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  background-color: #80d8b6;
}
/* bathsalts-oem-section Start*/
.bathsalts-oem-section-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 33px;
}
.bathsalts-oem-section .oem-right {
  width: 54%;
  max-width: 1040px;
  height: 891px;
  background-image: url("/static/picture/oem-right-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-left: 10%;
  padding-right: 90px;
  padding-top: 154px;
}
.bathsalts-oem-section .oem-right .circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #0090b0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bathsalts-oem-section .oem-right .circle img {
  width: 70%;
}
.bathsalts-oem-section .oem-right-title {
  margin-bottom: 50px;
}
.bathsalts-oem-section .oem-right .right-text h3 {
  font-size: 20px;
  font-weight: 600;
}
.bathsalts-oem-section .oem-right .right-text p {
  font-size: 15px;
}

.bathsalts-oem-section .edge-text {
  font-weight: 600;
  color: white;
  letter-spacing: 1px;
  font-size: 15px;
}
.bathsalts-oem-section .top {
  position: absolute;
  top: -30px;
  right: 0;
}
.bathsalts-oem-section .right {
  position: absolute;
  right: -30px;
  top: -25px;

  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.bathsalts-oem-section .left {
  position: absolute;
  left: -30px;
  bottom: -25px;
  transform: rotate(180deg);

  writing-mode: vertical-rl;
}
.bathsalts-oem-section .bottom {
  position: absolute;
  bottom: -30px;
  left: 0;

  transform: rotate(180deg);
}
/* bathsalts-oem-section End */

/* Bestseller Section - Start */

.bestseller-main-wrapper {
  position: relative;
}
.bestseller-content {
  align-items: flex-start;
  justify-content: center;
  padding-top: 75px;
}
.bestseller-products-slider .bestseller-products {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.bestseller-products-slider .bestseller-products .bst-product-wrapper {
  display: block;
  height: 250px;
  width: 250px;
  overflow: hidden;
  border-radius: 40px;
  padding: 0px;
  margin: 0px 10px;
}
.bestseller-products-slider
  .bestseller-products
  .bst-product-wrapper
  .bst-products-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* Bestseller Section - End */
/* strengths-section Start */
.strengths-section .section-paragraph-title h2,
.strengths-section .section-paragraph-title p {
  color: #0090b0;
}
.strengths-section .section-paragraph-title h2::after {
  background-color: #0090b0;
}
.strengths-section .strength-item {
  max-width: 370px;
  margin: 0 auto;
}
.strengths-section .strength-item .leaf-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8rem;
  color: #ffffff;
  aspect-ratio: 370 / 285;
  background-image: url(../img/leaf.png);
  background-size: contain;
}
.strengths-section .strength-item h3 {
  color: #414242;
  font-size: 25px;
  text-align: center;
  margin: 50px auto;
  font-weight: 600;
}
.strengths-section .strength-item p {
  font-size: 20px;
  letter-spacing: 1px;
}
.strengths-section .button {
  margin-top: 100px;
}
.strengths-section .sponsorship-partner .sponsor-container {
  max-width: 1706px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

/* strengths-section End */

/* question-section Start */

.question-section .section-paragraph-title h2,
.question-section .section-paragraph-title p {
  color: #0090b0;
}
.question-section .section-paragraph-title h2::after {
  background-color: #0090b0;
}
.question-section .question-item-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10rem;
  margin: 100px auto;
}
.question-section .question-left {
  position: relative;
}
.question-section .edge-text {
  font-weight: 600;
  color: #0090b0;
  letter-spacing: 1px;
  font-size: 15px;
}
.question-section .top {
  position: absolute;
  top: -30px;
  right: 0;
}
.question-section .right {
  position: absolute;
  right: -30px;
  top: -25px;

  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.question-section .left {
  position: absolute;
  left: -30px;
  bottom: -25px;
  transform: rotate(180deg);

  writing-mode: vertical-rl;
}
.question-section .bottom {
  position: absolute;
  bottom: -30px;
  left: 0;

  transform: rotate(180deg);
}
/* 基本スタイル */
.faq-accordion {
  width: 600px;
  margin: 0 auto;
}
.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  cursor: pointer;
  width: 100%;
  border-top: 1px solid #0090b0;
  box-sizing: border-box;
  font-weight: 500;
  transition: background-color 0.2s;
}

.faq-question span:first-child {
  color: #414242;
}

/* 统一笔画粗细，避免不同字重/字体的 + − 视觉不一致 */
.faq-icon {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #0090b0;
  user-select: none;
}
.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: currentColor;
  border-radius: 1px;
  transform: translate(-50%, -50%);
}
.faq-item:not(.active) .faq-icon::before {
  width: 14px;
  height: 2px;
}
.faq-item:not(.active) .faq-icon::after {
  width: 2px;
  height: 14px;
}
.faq-item.active .faq-icon::before {
  width: 14px;
  height: 2px;
}
.faq-item.active .faq-icon::after {
  display: none;
}

.faq-answer {
  display: none; 
  padding: 0 0 25px 0; 
  color: #555;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 15px;
}

/* question-section End */

/* news-section Start */
.news-section .card-item {
  margin: 0 10px;
  background-color: #ffffff;
  padding: 20px;

  box-sizing: border-box;
}
.news-section .card-item img {
  width: 100%;
}
.news-section .card-item .date {
  font-size: 25px;
  font-weight: 600;
  margin: 16px 0;
}
.news-section .card-item p {
  font-size: 16px;
}
.news-section .button {
  margin-top: 100px;
}
/* news-section End */

/* contact-section Start */
.contact-section {
  padding-bottom: 100px;
}
.contact-section .contact-container {
  position: relative;
  width: 84%;
  max-width: 1630px;
  margin: 0 auto;
}
.contact-container img {
  width: 100%;
}
.contact-container .edge-text {
  font-weight: 600;
  color: #0090b0;
  letter-spacing: 1px;
  font-size: 15px;
}
.contact-container .top {
  position: absolute;
  top: -30px;
  right: 0;
}
.contact-container .right {
  position: absolute;
  right: -30px;
  top: -25px;

  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.contact-container .left {
  position: absolute;
  left: -30px;
  bottom: -25px;
  transform: rotate(180deg);

  writing-mode: vertical-rl;
}
.contact-container .bottom {
  position: absolute;
  bottom: -30px;
  left: 0;

  transform: rotate(180deg);
}
.contact-container .contact-message-container {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 100px;
}
.contact-message-container .message-item {
  width: 50%;
  background-color: rgb(0, 144, 176, 70%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  gap: 30px;
  color: #ffffff;
}
.contact-message-container .message-item a {
  text-decoration: none;
}
.contact-message-container .message-item h2 {
  font-size: 2em;
  letter-spacing: 3px;
  color: #ffffff;
}
.contact-message-container .message-item .fax,
.contact-message-container .message-item .form {
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 1px;
  color: #ffffff;
}
.contact-message-container .message-item .fax {
  display: inline-block;
  white-space: nowrap !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
}
.contact-message-container .message-item .time {
  font-size: 1.2em;
  letter-spacing: 1px;
  color: #ffffff;
}
/* contact-section End */

/* Footer - Start */
.footer-main-wrapper {
  background: #0090b0;
  padding: 60px 0;
  color: #fff;
}
/* layout */

.footer-wrapper {
  display: flex;
  align-items: flex-start;
}

/* logo */

.footer-logo img {
  width: 220px;
  height: auto;
}

/* policy */

.footer-policy {
  display: flex;
  gap: 20px;
  margin-top: 25px;
  padding: 0;
  list-style: none;
}

.footer-policy a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.footer-policy a:hover {
  text-decoration: underline;
}

/* right menu */

.footer-right {
  display: flex;
  justify-content: flex-end;
}

/* main menu */

.footer-menu-list {
  display: flex;
  gap: 60px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* menu item */

.footer-menu {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.footer-menu:hover {
  text-decoration: underline;
}

/* submenu */

.has-sub {
  display: flex;
  flex-direction: column;
}

.footer-menu-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}

.footer-sub-accordion-btn {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
  color: #fff;
}

.footer-sub-menu {
  margin-top: 15px;
  padding: 0;
  list-style: none;
}

.footer-sub-menu li {
  margin-top: 6px;
}

.footer-sub-menu a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.footer-sub-menu a:hover {
  text-decoration: underline;
}

/* line */

.footer-line {
  border-bottom: 1px solid #fff;
  margin: 50px 0 20px;
}

/* copyright */

.footer-copy {
  text-align: center;
  font-size: 14px;
  margin: 0;
  color: #fff;
}
.back-to-top {
  position: fixed;
  bottom: 45px;
  right: 45px;
  border: 0px;
  background: #0090b0;
  height: 50px;
  width: 50px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(151, 189, 189, 0.678);
  z-index: 999;
}
.back-to-top i {
  font-size: 20px;
  color: #ffffff;
}

/* Footer - End */

/* privacy Start*/
.page-title {
  width: 100%;
  background: url("/static/img/privacy_bg.svg") top center / cover no-repeat;
  aspect-ratio: 1920 / 304;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-title .section-paragraph-title {
  margin-bottom: 0;
}

.policy_wrap {
  width: 1000px;
  margin: 0 auto;
}

.policy_wrap aside {
  margin-bottom: 30px;
}
.policy_wrap h1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 60px;
}
.policy_wrap h2 {
  font-size: 15px;
  font-weight: 600;
  color: #414242;
}
.policy_wrap p {
  font-size: 15px;
  color: #414242;
  line-height: 2;
}
.policy_wrap div {
  margin: 30px 0;
}
.policy_wrap ul li {
  list-style: none;
  font-size: 15px;
  line-height: 2;
}
/* privacy End*/

/* 404 page */
.page-404 {
  text-align: center;
  padding: 60px 24px 100px;
  max-width: 720px;
  margin: 0 auto;
}
.page-404__lead {
  font-size: clamp(20px, 3.5vw, 26px);
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 20px;
  line-height: 1.4;
}
.page-404__text {
  font-size: 15px;
  line-height: 1.8;
  color: #ffffff;
  margin: 0 0 36px;
}
.page-404__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.page-404__actions a.button {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
}

/* contact page */
.contact-intro {
  text-align: center;
  padding: 60px 0 40px;
  max-width: 800px;
  margin: 0 auto;
}
.contact-intro h2 {
  font-size: 60px;
  font-weight: 400;
}
.contact-intro p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

.step-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 60px;
  padding: 0 20px;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 40px;
  width: 300px;
}

.step.active {
  background-color: #0090b0;
  color: #fff;
}

.step.inactive {
  background-color: #e0e0e0;
  color: #999;
}

.step-number {
  font-size: 14px;
  margin-bottom: 5px;
}

.step-label {
  font-size: 16px;
}

.step-connector {
  width: 80px;
  height: 3px;
  background-color: #0090b0;
}
/* form */
.form-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px 100px;
}

.form-group {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
  border-bottom: 1px solid #f0f0f0;
}

.form-label {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 250px;
  padding-top: 10px;
  padding-right: 10px;
  font-size: 14px;
  color: #414242;
  flex-shrink: 0;
}

.required-badge {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid #d00034;
  color: #d00034;
  font-size: 12px;
  border-radius: 2px;
  margin-left: 10px;
  font-weight: normal;
}
.norequired-badge {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid #0090b0;
  color: #0090b0;
  font-size: 12px;
  border-radius: 2px;
  margin-left: 10px;
  font-weight: normal;
}

.form-input-wrapper {
  flex: 1;
  max-width: 650px;
}

.form-select,
.form-input {
  width: 100%;
  padding: 12px 40px 12px 15px;
  background-color: #e8e8e8;
  border: none;
  border-radius: 0;
  font-size: 14px;
  color: #898989;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2300a8b8' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  cursor: pointer;
}

.form-input {
  background-image: none;
}

.form-input::placeholder {
  color: #999;
}

.name-input-wrapper {
  display: flex;
  gap: 20px;
  width: 100%;
}

.name-input-wrapper .form-input-wrapper {
  flex: 1;
  max-width: none;
}

.input-note {
  margin-top: 10px;
  font-size: 12px;
  color: #e91e63;
}

.input-note::before {
  content: "*";
  margin-right: 3px;
}

.submit-section {
  text-align: center;
  padding: 40px 0;
}

.submit-btn {
  display: inline-block;
  padding: 15px 80px;
  background-color: #0090b0;
  color: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submit-btn:hover {
  background-color: #0090b0;
}

.postal-icon {
  margin-right: 10px;
}

/* privacy */
.privacy-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}
.privacy-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.privacy-textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
  border: 1px solid #e0e0e0;
  background-color: #f8f8f8;
  font-size: 13px;
  line-height: 1.8;
  color: #666;
  overflow-y: auto;
  margin-bottom: 30px;
  box-sizing: border-box;
  resize: none;
}

.privacy-checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
}

.privacy-checkbox {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-right: 12px;
  cursor: pointer;
  flex-shrink: 0;
}

.privacy-label {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  cursor: pointer;
}

.privacy-label a {
  color: #00a8b8;
  text-decoration: underline;
}

.privacy-label a:hover {
  color: #008a96;
}

.submit-btn {
  width: 100%;
  max-width: 600px;
  padding: 16px 40px;
  background-color: #00a8b8;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s;
  display: block;
  margin: 0 auto;
}

.submit-btn:hover {
  background-color: #008a96;
}

.submit-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.form-error-msg {
  color: #e91e63;
  margin-top: 8px;
  font-size: 12px;
  padding: 10px 15px;
  background-color: #fff0f3;
  border-left: 4px solid #e91e63;
  border-radius: 0 2px 2px 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  animation: slideDown 0.2s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.input-error {
  border: 2px solid #e91e63 !important;
  background-color: #fff5f7 !important;
  transition: all 0.2s;
}


.privacy-section .form-error-msg {
  margin: 0 0 20px 0;
}


#contactForm > .form-error-msg {
  margin: 0 0 30px 0;
  font-weight: 600;
  background-color: #ffebee;
}


.form-group {
  position: relative;
}

@media (max-width: 768px) {
  .privacy-checkbox-wrapper {
    flex-direction: row;
  }

  .privacy-label {
    font-size: 13px;
  }
}
/* =========================
   COMPANY
========================= */

.company-section {
  padding: 80px 0;
  background: #fff;
}

.company-wrapper {
  max-width: 900px;
  margin: auto;
}

/* 写真 */

.company-image img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

/* 会社概要 */
.company-row {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 18px 0;
  letter-spacing: 1px;
}

.company-label {
  flex: 2;
  width: 180px;
  color: #414242;
}

.company-text {
  flex: 3;
  color: #414242;
  line-height: 1.8;
}

/* アドレス */

.company-address {
  margin-top: 40px;
  font-size: 14px;
  color: #444;
}

/* Google Map */

.company-map {
  margin-top: 20px;
}

.company-map iframe {
  width: 100%;
  height: 350px;
  border: 0;
  background: #eee;
}
/* company end */

/* recruitment */
.recruitment-section {
  padding: 60px 0 80px;
  background: #fff;
}

.recruitment-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.recruitment-heading {
  background-color: #0090b0;
  color: #fff;
  text-align: center;
  padding: 50px 20px;
  font-size: 25px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

.recruitment-intro {
  margin-bottom: 40px;
}

.recruitment-intro p {
  font-size: 20px;
  line-height: 2;
  color: #414242;
}

.recruitment-details {
  margin-bottom: 50px;
}

.recruitment-row {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 24px 0;
  letter-spacing: 0.05em;
}

.recruitment-label {
  flex: 0 0 200px;
  font-size: 20px;
  color: #414242;
  padding-right: 20px;
}

.recruitment-text {
  flex: 1;
  font-size: 20px;
  color: #414242;
  line-height: 1.9;
}

.recruitment-subheading {
  margin: 0 0 8px;
}

.recruitment-subheading:not(:first-child) {
  margin-top: 16px;
}

.recruitment-list {
  margin: 0;
  padding-left: 1.2em;
}

.recruitment-list li {
  margin-bottom: 4px;
}

.recruitment-note-teal {
  color: #0090B0;
}

.recruitment-entry {
  text-align: center;
  padding: 20px 0 0;
}

.recruitment-entry-btn {
  display: inline-block;
  width: 100%;
  max-width: 1410px;
  padding: 30px 40px;
  background-color: #0090b0;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s;
}

.recruitment-entry-btn:hover {
  background-color: #008a96;
  color: #fff;
  text-decoration: none;
}

.form-file {
  width: 100%;
  padding: 12px 15px;
  background-color: #e8e8e8;
  border: none;
  font-size: 14px;
  color: #414242;
  cursor: pointer;
}

.form-file::file-selector-button {
  padding: 8px 16px;
  margin-right: 12px;
  background-color: #0090b0;
  color: #fff;
  border: none;
  font-size: 13px;
  cursor: pointer;
}

/* recruitment end */

/* news start */
.news-section {
  padding: 80px 0;
}

.news-container {
  width: 900px;
  margin: 0 auto;
}

.news-item {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}

.news-item:hover {
  opacity: 0.7;
}

/* 图片 */
.news-img img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

/* 内容 */
.news-content {
  flex: 1;
  margin-left: 20px;
}

.news-tag {
  background: #0090B0;
  color: #fff;
  font-size: 19px;
  padding: 4px 10px;
  display: inline-block;
  margin-bottom:20px;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 20px;
}

.news-date {
  color: #414242;
  font-size: 18px;
}

.news-title {
  font-size: 14px;
  color: #333;
}

/* 箭头 */
.news-arrow {
  color: #00a6b2;
  font-size: 20px;
}

/* 分页 */
.news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 60px;
}

.page-numbers {
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-number,
.page-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
  box-sizing: border-box;
}

/* 左右箭头 */
.page-btn {
  border: 1px solid #12a9bb;
  color: #12a9bb;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
}

/* 中间页码 */
.page-number {
  border: 1px solid #12a9bb;
  color: #12a9bb;
  background: #fff;
  font-size: 18px;
}

.page-number:first-child {
  margin-left: 0;
}

.page-number.active {
  background: #12a9bb;
  color: #fff;
}

/* hover */
.page-btn:hover,
.page-number:hover {
  text-decoration: none;
}

.page-btn.disabled {
  border-color: #bfe7ec;
  color: #bfe7ec;
  pointer-events: none;
  opacity: 1;
}
/* news start */

      .bath-oem-page {
        background: #fff;
      }

      .bath-oem-hero {
        position: relative;
        background: url("../picture/bath-page-01.jpg") center / cover no-repeat;
        aspect-ratio: 1920 / 304;
      }

      .bath-oem-hero h1 {
        margin: 0;
        padding: 120px 0 0 12%;
        color: #0090b0;
        font-size: 45px;
        font-weight: 600;
        letter-spacing: 0.05em;
      }

      .bath-oem-sky {
        background:url("../picture/bath-page-bg02.jpg") center / cover no-repeat;
        padding: 70px 0 90px;
        text-align: center;
      }

      .bath-oem-sky-copy {
        color: #fff;
        font-size: 30px;
        font-weight: 600;
        line-height: 2;
        margin: 0 auto 42px;
        letter-spacing: 0.05em;
      }

      .bath-oem-clouds {
        width: min(1155px, 94%);
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
      }

      .bath-oem-cloud {
        background: url("../picture/bath-page-02.png") no-repeat;
        background-position: center 70%;
        border-radius: 0;
        padding: 76px 80px 30px;
        min-height: 378px;
        display: flex;
        flex-direction: column;
      }

      .bath-oem-cloud h3 {
        font-size: 25px;
        color: #0090b0;
        margin: 0 0 10px;
      }

      .bath-oem-cloud p {
        font-size: 20px;
        line-height: 1.8;
        color: #414242;
        text-align: left;
      }

      .bath-oem-section {
        padding: 95px 0;
      }

      .bath-oem-inner {
        width: min(1000px, 94%);
        margin: 0 auto;
      }

      .bath-oem-headline {
        color: #0090b0;
        margin-bottom: 32px;
        display: flex;
        align-items: end;
      }

      .bath-oem-headline h2 {
        margin: 0;
        color: #0090b0;
        font-size: 50px;
        margin-right: 50px;
      }

      .bath-oem-headline p {
        margin-top: 8px;
        font-size: 25px;
        font-weight: 600;
        color: #0090b0;
      }
      .bath-oem-divider {
        max-width: 500px;
        height:2px;
        background: #0090b0;
        margin: 0 0 32px;
      }
      .bath-oem-products {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
      }

      .bath-oem-card img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover;
      }

      .bath-oem-card p {
        margin-top: 10px;
        color: #0090b0;
        font-size: 25px;
        font-weight: 600;
      }
      .bath-oem-card-text {
        font-size: 20px;
        color: #414242;
        line-height: 1.8;
      }
      .bath-oem-split {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        align-items: center;
      }

      .bath-oem-image-stack {
        display: grid;
        gap: 12px;
      }

      .bath-oem-image-stack img {
        width: 100%;
        height: auto;
      }

      .bath-oem-system-copy,
      .bath-oem-quality-copy {
        color: #fff;
        font-size: 1rem;
        line-height: 1.9;
      }

      .bath-oem-system-section {
        background:url("../picture/bath-page-bg02.jpg") center / cover no-repeat;
      }

      .bath-oem-system-wrap {
        display: grid;
        grid-template-columns: 1.05fr 0.95fr;
        gap: 30px;
        align-items: start;
      }

      .bath-oem-system-title {
        color: #fff;
      }

      .bath-oem-system-title-row {
        display: flex;
        align-items: baseline;
        gap: 18px;
      }

      .bath-oem-system-title-row h2 {
        margin: 0;
        color: #fff;
        font-size: 50px;
        line-height: 1;
        letter-spacing: 0.04em;
        margin-right: 50px;
      }

      .bath-oem-system-title-row p {
        margin: 0;
        color: #fff;
        font-size: 25px;
        font-weight: 600;
      }

      .bath-oem-system-line {
        border-bottom: 1px solid #FFFFFF;
        margin: 10px 0 22px;
      }

      .bath-oem-system-lead {
        margin: 0 0 18px;
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        line-height: 1.4;
      }

      .bath-oem-system-body {
        margin: 0;
        color: #eafcff;
        font-size: 1.02rem;
        line-height: 2;
        max-width: 640px;
      }

      .bath-oem-system-images {
        display: grid;
        gap: 14px;
      }

      .bath-oem-system-images img {
        width: 100%;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        display: block;
      }

      .bath-oem-quality-copy {
        color: #414242;
      }

      .bath-oem-quality-section {
        background: #efefef;
      }

      .bath-oem-quality-wrap {
        display: grid;
        grid-template-columns: 0.95fr 1.05fr;
        gap: 50px;
        align-items: start;
      }

      .bath-oem-quality-images {
        display: grid;
        gap: 12px;
      }

      .bath-oem-quality-images img {
        width: 100%;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        display: block;
      }

      .bath-oem-quality-title {
        margin: 2px 0 0;
        color: #0090b0;
      }

      .bath-oem-quality-title-row {
        display: flex;
        align-items: baseline;
        gap: 18px;
      }

      .bath-oem-quality-title-row h2 {
        margin: 0;
        font-size: 45px;
        line-height: 1;
        color: #0090b0;
        letter-spacing: 0.04em;
      }

      .bath-oem-quality-title-row p {
        margin: 0;
        color: #0090b0;
        font-size: 1.1rem;
        font-weight: 600;
      }

      .bath-oem-quality-line {
        border-bottom: 1px solid #86c8da;
        margin: 10px 0 18px;
      }

      .bath-oem-quality-lead {
        margin: 0 0 18px;
        font-size: 32px;
        line-height: 1.45;
        color: #0090b0;
        font-weight: 700;
      }

      .bath-oem-quality-body {
        margin: 0;
        color: #414242;
        font-size: 1rem;
        line-height: 2;
      }

      .bath-oem-service {
        background: url("../picture/bath-page-bg03.jpg") center / cover no-repeat;
      }

      .bath-oem-service .bath-oem-headline {
        margin-bottom: 14px;
      }

      .bath-oem-service .bath-oem-headline h2 {
        font-size: 48px;
        margin-right: 36px;
      }

      .bath-oem-service .bath-oem-headline p {
        font-size: 25px;
      }

      .bath-oem-service-line {
        max-width: 560px;
        height: 2px;
        background: rgba(0, 144, 176, 0.5);
        margin-bottom: 26px;
      }

      .bath-oem-service-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 34px 26px;
      }

      .bath-oem-step {
        position: relative;
      }

      .bath-oem-step-circle {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 2px solid #0090b0;
        background: rgba(255, 255, 255, 0.92);
        color: #0090b0;
        font-size: 54px;
        font-weight: 700;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 14px;
      }

      .bath-oem-step ul {
        margin: 0;
        padding: 0;
        list-style: none;
      }

      .bath-oem-step li {
        position: relative;
        padding-left: 22px;
        color: #414242;
        font-size: 20px;
        line-height: 1.8;
      }

      .bath-oem-step li::before {
        content: "○";
        position: absolute;
        left: 0;
        top: 0;
        color: #414242;
      }

      .bath-oem-step.has-next::after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
        border-left: 18px solid #0090b0;
        top: 32px;
        right: 24px;
      }

      .bath-oem-service-down {
        width: 0;
        height: 0;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-top: 18px solid #0090b0;
        margin: 8px auto 22px;
      }
