/**
* Template Name: Multi - v4.10.0
* Template URL: https://bootstrapmade.com/multi-responsive-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #37517e; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #e6298a; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  /* 横スクロール抑止 */
  overflow-x: hidden;
}

a {
  color: #e6298a;
  text-decoration: none;
}

a:hover {
  color: #f1775d;
  text-decoration: none;
}

/* フォント　*/
h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Raleway", sans-serif;*/
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.ft_goshic {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.ft_goshic {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.fc_base {
  color: #444444;
}

.ft_bold_6 {
  font-weight: 600;
}

.center-txt-m {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #0f2f57;
}

.center-txt-l {
  text-align: center;
  margin-top: -40px;
  padding: 0;
  font-size: 36px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #0f2f57;
}
.innertxt-base{
  line-height: 1.7;
}
/*--------------------------------------------------------------
# btn
--------------------------------------------------------------*/

.btn-white {
  text-align: center;
  background-color: #ffffff;
  ;
  box-shadow: 0px 4px 16px #ccc;
  padding: 8px 20px;
  margin: 20px 0 0 10px;
  display: inline;
  border-radius: 10px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #e6298a;
  border-top-color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #e6298a;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #f06f54;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header.header-scrolled {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 26px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  min-width: 100px;
}

#header .logo a {
  color: #0b2341;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  color: #0b2341;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #e6298a;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #e6298a;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #e6298a;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #e6298a;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/*add*/
.navbar .dropdown .dropdown a {
  pointer-events: none;
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #0b2341;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(4, 12, 21, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0b2341;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #e6298a;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #e6298a;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /*height: 65vh;*/
  height: auto;
  padding-top: 30%;
  background-color: rgba(4, 12, 21, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: contain;
  /*background-position: top center;*/
  /*background-repeat: no-repeat;*/
  /*height: 100vh;*/
}

#hero .carousel-item2 {
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  /*background-color: rgba(4, 12, 21, 0.3);*/
}

#hero .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 82px;
  left: 50px;
  right: 50px;
}

#hero .carousel-container-img {
  display: flex;
  align-items: center;
}

#hero .carousel-container-img img {
  width: 8%;
  padding-right: 10px;
}

@media (max-width: 992px) {
  #hero .carousel-container-img {
    justify-content: center;
  }

  #hero .carousel-container-img img {
    width: 12%;
  }
}

#hero h2 {
  color: #fff;
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

#hero .purpose_tl_bg {
  color: #c40142;

}

#hero .purpose_tl {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

#hero .purpose_tl span {
  text-align: center;
}

#hero .purpose_txt {
  font-size: 35px;
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
  color: #ED6A02;

}

.top_sign {
  text-align: right;
}

.fv_font_interval {
  letter-spacing: -3px;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  #hero p {
    width: 50%;
  }
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 0;     /* 1->0 */
  background: #e6298a;
}



#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #e6298a;
  margin-top: 15px;
}

#hero .btn-get-started:hover {
  background: #e6298a;
}

@media (max-width: 992px) {
  #hero {
    height: 65vh;
  }

  #hero .carousel-container {
    text-align: center;
    top: 74px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 100vh;
  }
}


/*.top_slide_screen02 {
  background-image: url("../images/slide-02.png");
  background-position: left bottom !important;
}*/

.top_slide_screen02 {
  position: relative;
  background-image: url("../images/slide-02.png");
  background-position: left bottom !important;
}

.top_slide_screen02::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3); /* 30%透明の黒 */
  pointer-events: none;
}


@media screen and (max-width: 996px) {/*856*/
  .top_slide_screen02 {
    background-image: url("../images/slide-02-sp.png");
    background-position: bottom;
  }
}


.top_slide_screen03 {
  background: #fff;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f6f9fd;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: capitalize;
  color: #aaaaaa;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #e6298a;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  /*text-transform: uppercase;*/
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #0f2f57;
}

.section-title a {
  color: #0f2f57;
}

.section-title a:hover {
  color: #aaaaaa;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #e6298a;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #e6298a;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #e6298a;
}

.about .content .btn-learn-more:hover {
  background: #e6298a;
  color: #fff;
  text-decoration: none;
}

.btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #e6298a;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #e6298a;
}

.btn-learn-more:hover {
  background: #e6298a;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 0;
}

.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 40px;
  color: #e6298a;
  padding: 7px;
  line-height: 1.2;
  margin: 15px;
  /*float: left;*/
}

.counts .count-box span {
  font-size: 50px;
  /* 42px */
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #0b2341;
  /*margin-left: 50px;*/
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  height: 54px;
  /*add*/
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #164682;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #2169c4;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0;
}

.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #123a6d;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  color: #0b2341;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #e6298a;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #0b2341;
}

.why-us .accordion-list a.collapsed:hover {
  color: #e6298a;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#e6298a 50%, rgba(237, 80, 46, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(237, 80, 46, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #e6298a;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.fb_box {
  text-align: center;
  border-radius: 50%;
  max-width: 250;
  width: 90%;
  max-height: 260px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  /*text-align: center;*/
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #e6298a;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #f9c6bb;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
  z-index: 1;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
  color: #0b2341;
}

.services .icon-box h4 a {
  color: #0b2341;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  text-align: left;
  color: #0b2341;
}

.services .icon-box:hover {
  background: #e6298a;
  border-color: #e6298a;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #e6298a;
}

.services .icon-box:hover .icon::before {
  background: #f1775d;
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #fdedea;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e6298a;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e6298a;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  padding: 80px 0;
  background: #0b2341;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #e6298a;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #e6298a;
  border: 2px solid #e6298a;
}



.cta2 .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #e6298a;
  background: #0b2341;
  color: #fff;
}

.cta2 .cta-btn:hover {
  background: #e6298a;
  border: 2px solid #e6298a;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #0b2341;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #e6298a;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #0b2341;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #1a5298;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #123a6d;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #e6298a;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #f59f8c;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e6298a;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e6298a;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(11, 35, 65, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  border-radius: 10px;
}

.team .member .member-info-content {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 0;
  transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 50px;
  transition: left ease-in-out 0.3s;
  background: rgba(11, 35, 65, 0.5);
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  display: block;
  color: #fff;
  margin-top: 15px;
}

.team .member .social a:hover {
  color: #e6298a;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(11, 35, 65, 0.9) 0%, rgba(11, 35, 65, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 30px;
  transition: bottom 0.4s;
}

.team .member:hover .social {
  left: 0;
  transition: left ease-in-out 0.3s;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
/*
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 80px 40px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}



.pricing h4 {
  font-size: 46px;
  color: #0b2341;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #e6298a;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .get-started-btn {
  display: inline-block;
  padding: 10px 40px 11px 40px;
  border-radius: 4px;
  color: #0b2341;
  transition: none;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #0b2341;
  background: #fff;
}

.pricing .get-started-btn:hover {
  background: #0b2341;
  color: #fff;
}

.pricing .featured {
  z-index: 10;
  padding: 100px 40px;
  border: 4px solid #e6298a;
}

.pricing .featured .get-started-btn {
  background: #e6298a;
  color: #fff;
  border-color: #e6298a;
}

.pricing .featured .get-started-btn:hover {
  background: #e6298a;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #e9f1fb;
}

.faq .faq-item i {
  color: #669ee5;
  font-size: 20px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
  font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #0b2341;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #e6298a;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fbdad2;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #e6298a;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #e6298a;
  border: 0;
  padding: 10px 30px;
  border-radius: 4px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #e6298a;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f9fd;
  min-height: 40px;
  margin-top: 82px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 74px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #0b2341;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #123a6d;
  content: "/";
}


.sample-page a {
  color: #0b2341;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #071527;
  padding: 1px 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #05101e;
  border-top: 4px solid #e6298a;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  background: #0a1e38;
}

#footer .footer-top .social-links a:hover {
  color: #fff;
  background: #e6298a;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #e6298a;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #e6298a;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #e6298a;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #e6298a;
}

#footer .copyright {
  border-top: 1px solid #0f2f57;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}

.footer_txt a {
  color: #fff;
}

#footer a {
  color: white;
}

#footer a:hover {
  color: #e6298a;
}

/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/
/*.company-navi{
  background: #fff;
}
*/
.company-navi .service-item {
  padding: 30px;
  transition: all ease-in-out 0.4s;
  background: var(--bs-gray-600);
  border-radius: 10px;
  width: 100%;
  height: 85%;
}

.company-navi .service-item .icon {
  margin-bottom: 10px;
}

.company-navi .service-item .icon i {
  color: var(--bs-primary);
  font-size: 36px;
  transition: 0.3s;
}

.company-navi .service-item h4 {
  font-weight: 600;
  margin-bottom: 13px;
  font-size: 24px;
}

.company-navi .service-item h4 a {
  color: var(--bs-secondary);
  transition: ease-in-out 0.3s;
}

.company-navi .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.company-navi .service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0 60px 0 rgba(var(--bs-secondary-rgb), 0.3);


}

.company-navi .service-item:hover h4 a {
  color: #e6298a;
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 25px 20px;
  color: var(--color-secondary);
  box-shadow: 5px 5px 25px rgba(var(--color-secondary-rgb), 0.15);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0s;
  cursor: pointer;
  height: 100%;
}

.features .nav-link i {
  font-size: 32px;
  line-height: 0;
}

.features .nav-link h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 0 0;
  color: var(--color-secondary);
}

.features .nav-link:hover {
  color: var(--color-primary);
}

.features .nav-link.active {
  transition: 0.3s;
  background: var(--color-secondary) linear-gradient(rgba(var(--color-primary-rgb), 0.95), rgba(var(--color-primary-rgb), 0.6));
  border-color: var(--color-primary);
}

.features .nav-link.active h4 {
  color: var(--color-white);
}

.features .nav-link.active i {
  color: var(--color-white) !important;
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 36px;
  color: var(--color-secondary);
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 24px;
  margin-right: 4px;
  color: var(--color-primary);
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .card {
  border: 1px solid rgba(14, 29, 52, 0.15);
  background: #fff;
  position: relative;
  border-radius: 0;
  height: 100%;
}

.services .card .card-img {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
}

.services .card .card-img img {
  transition: 0.3s ease-in-out;
}

.services .card h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 10px 30px;
  text-transform: capitalize;
}

.services .card a {
  color: #001973;
  transition: 0.3;
}

.services .card a:hover {
  color: var(--color-primary);
}

.services .card p {
  padding: 0 30px;
  margin-bottom: 30px;
  color: var(--color-secondary);
  font-size: 15px;
}

.services .card:hover .card-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .content+.content {
  margin-top: 100px;
}

.features .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.features .content ul {
  list-style: none;
  padding: 0;
}

.features .content ul li {
  padding-bottom: 10px;
}

.features .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #3b4ef8;
}

.features .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors {
  background: #fff;
}

.doctors .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
}

.doctors .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 15%;
  /* ◯の場合50% */
}

.doctors .member .pic img {
  transition: ease-in-out 0.3s;
  padding: 5px;
}

.doctors .member:hover img {
  transform: scale(1.1);
}

.doctors .member .member-info {
  padding-left: 30px;
  width: 150%;
}

.doctors .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}

.doctors .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.doctors .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #e6298a;
  bottom: 0;
  left: 0;
}

.doctors .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
  min-height: 80px;
}

.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.doctors .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}

.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.doctors .member .social a:hover {
  background: #1977cc;
}

.doctors .member .social a+a {
  margin-left: 8px;
}

.ft_mintyou {
  font-family: 'Noto Serif JP', serif;
  font-family: 'Shippori Mincho', serif;
}

.toiletseat {
  background-image: url("../img/product/toilet/benza.jpeg");
  background-repeat: no-repeat;
  background-size: cover;

}


/*--------------------------------------------------------------
# Services2
--------------------------------------------------------------*/
.services2 .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
}

.services2 .icon-box i {
  float: left;
  color: #d9232d;
  font-size: 40px;
}

.services2 .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services2 .icon-box h4 a {
  color: #556270;
  transition: 0.3s;
}

.services2 .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

.services2 .icon-box:hover h4 a {
  color: #d9232d;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #e6298a;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #2a2a2a;
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #e6298a;
  /*緑　#5c9f24*/
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# serviceslist
--------------------------------------------------------------*/
#serviceslist {
  background: #f7f7f7;
  position: relative;
  padding-bottom: 80px;
}

.serviceslist-block span {
  margin: 10px 0;
  position: relative;
  font-size: 13px;
  color: #292929;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

.serviceslist-block .separator {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}

.serviceslist-block i {
  font-size: 44px;
  color: #b8a07e;
  line-height: 44px;
}

.serviceslist-slider .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.serviceslist-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #b8a07e;
}

.serviceslist-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b8a07e;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #c3e8fa;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: #fff;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #149ddd;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #149ddd;
}


/*--------------------------------------------------------------
# Company
--------------------------------------------------------------*/
/*.cm_lst a{
  color: #444444;
}*/



.company-navi {
  /*background: #EFEBEC;*/
  height: 10%;
}

.company-navi .company-item {
  text-align: center;
  padding: 15px;
  transition: all ease-in-out 0.4s;
  background: var(--bs-gray-400);
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.company-navi .company-item .icon {
  margin-bottom: 8px;
}

.company-navi .company-item .icon i {
  color: var(--bs-primary);
  font-size: 36px;
  transition: 0.3s;
}

.company-navi .company-item h4 {
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 16px;
}

.company-navi .company-item h4 a {
  color: var(--bs-secondary);
  transition: ease-in-out 0.3s;
}

.company-navi .company-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.company-navi .company-item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0 60px 0 rgba(var(--bs-secondary-rgb), 0.3);


}

.company-navi .company-item:hover h4 a {
  /*color: var(--bs-primary);*/
  color: #e6298a;
}

/*--------------------------------------------------------------
# toilet_space
--------------------------------------------------------------*/
.toiletsp {
  background: #fff;
}

.toiletsp .toiletsp-i {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  height: 100%;
}

.toiletsp .toiletsp-i img {
  overflow: hidden;
  height: 180px;
  border-radius: 15%;
  /*◯の場合50% */
}

.toiletsp .toiletsp-i .toiletsp-pic img {
  transition: ease-in-out 0.3s;
}

.toiletsp .toiletsp-i:hover img {
  transform: scale(1.1);
}

.toiletsp .toiletsp-i .toiletsp-i-info {
  padding-left: 30px;
}

.toiletsp .toiletsp-i h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}

.toiletsp .toiletsp-i span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.toiletsp .toiletsp-i span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #e6298a;
  bottom: 0;
  left: 0;
}

.toiletsp .toiletsp-i p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.toiletsp .toiletsp-i .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.toiletsp .toiletsp-i .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}

.toiletsp .toiletsp-i .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.toiletsp .toiletsp-i .social a:hover {
  background: #1977cc;
}

.toiletsp .toiletsp-i .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Frequently Asked Questions Section
--------------------------------------------------------------*/
.faq {
  padding-top: 80px;
}

.faq .accordion-item {
  border: 0;
  margin-bottom: 10px;
}

.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 30px 20px 60px;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: var(--color-default);
  text-align: left;
  background: rgba(14, 29, 52, 0.03);
  border-radius: 5px;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  color: var(--color-primary);
  border-bottom: 0;
  box-shadow: none;
}

.faq .question-icon {
  position: absolute;
  top: 14px;
  left: 25px;
  font-size: 20px;
  color: var(--color-primary);
}

.faq .accordion-button:after {
  position: absolute;
  right: 15px;
  top: 15px;
}

.faq .accordion-body {
  padding: 0 30px 25px 60px;
  border: 0;
  background: rgba(14, 29, 52, 0.03);
  border-radius: 5px;
}


/*--------------------------------------------------------------
# Journal
--------------------------------------------------------------*/
#journal,
#journal-blog {
  height: auto;
  width: 100%;
  background: #f7f7f7;
  padding-bottom: 60px;
  position: relative;
}

#journal-blog {
  background: #fff;
  padding-bottom: 30px;
}

#journal .journal-block {
  display: inline-block;
  height: auto;
  width: 100%;
}

#journal .journal-block .journal-info {
  position: relative;
}

.journal-block .journal-info img {
  max-width: 100%;
}

.journal-block .journal-info .journal-txt {
  padding: 25px 0px;
  position: relative;
}

.journal-block .journal-info .journal-txt h4 a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 13px 0;
  font-weight: 800;
  color: #292929;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt h4 a:hover {
  color: #e6298a;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}


/*--------------------------------------------------------------
# OEM/ODM flow 
--------------------------------------------------------------*/

.con05 {
  background-color: #E4EEF7;
}

.con05 .container h2 {
  color: #002368;
}

.con05 .container h2 .small {
  color: #333;
}

.flow {
  overflow: hidden;
  counter-reset: flow_li;
}

.flow li {
  position: relative;
  width: 100%;
  margin: 0 auto 56px;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: no-repeat right;
  background-color: #fff;
  list-style: none;
}

.flow li::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -29px;
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  border-top: 30px solid #fff;
}

.flow li:nth-of-type(1) {
  background-image: url("../img/flow_li01_pc.png");
}

.flow li:nth-of-type(2) {
  background-image: url("../img/flow_li02_pc.png");
}

.flow li:nth-of-type(3) {
  background-image: url("../img/flow_li03_pc.png");
}

.flow li:nth-of-type(4) {
  background-image: url("../img/flow_li04_pc.png");
}

.flow li:nth-of-type(5) {
  background-image: url("../img/flow_li05_pc.png");
}

.flow li:nth-of-type(6) {
  background-image: url("../img/flow_li06_pc.png");
}

.flow li:nth-of-type(7) {
  background-image: url("../img/flow_li07_pc.png");
}

.flow h3 {
  position: relative;
  font-size: 32px;
  /*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'Noto Serif JP', serif;*/
  font-weight: 600;
  color: #002368;
  margin-bottom: 20px;
  padding: 0 0 0 1.2em;
  line-height: 1.8rem;
}

.flow h3::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  counter-increment: flow_li;
  content: counter(flow_li);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 40px;
  color: #AD9A04;
  text-align: center;
  line-height: 0.7em;
}

.flow li .txt {
  width: 50%;
}

@media print,
screen and (max-width: 768px) {

  .flow li {
    width: 90%;
    background: no-repeat 96% center;
    background-color: #fff;
    padding: 1em;
    margin-bottom: 36px;
  }

  .flow li::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #fff;
  }

  .flow li h3 {
    position: relative;
    font-size: 1rem;
    margin-bottom: 10px;
    width: 70%;
  }

  .flow li h3::before {
    font-size: 1.5rem;
  }

  .flow li .txt {
    width: 55%;
    font-size: 0.8rem;
  }

  .flow li:nth-of-type(1) {
    background-image: url("../img/flow_li01_sp.png");
  }

  .flow li:nth-of-type(2) {
    background-image: url("../img/flow_li02_sp.png");
  }

  .flow li:nth-of-type(3) {
    background-image: url("../img/flow_li03_sp.png");
  }

  .flow li:nth-of-type(4) {
    background-image: url("../img/flow_li04_sp.png");
  }

  .flow li:nth-of-type(5) {
    background-image: url("../img/flow_li05_sp.png");
  }

  .flow li:nth-of-type(6) {
    background-image: url("../img/flow_li06_sp.png");
  }

  .flow li:nth-of-type(7) {
    background-image: url("../img/flow_li07_sp.png");
  }

  .flow li .txt {
    width: 50%;
  }
}


/* ==================================================
  Portfolio Styling
  ================================================== */

.portfolio-grid {
  margin-top: 65px;
}

.portfolio-grid .row {
  margin: 0;
}

.portfolio-grid .row>div {
  padding: 0;
}

.portfolio-grid .row>div .card img {
  width: 100%;
}

.portfolio-grid .row>div .card .portfolio-over {
  position: absolute;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.portfolio-grid .row>div .card .portfolio-over>div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.portfolio-grid .row>div .card .portfolio-over .card-title {
  color: #fff;
  font-size: 25px;
  /*30pxから変更*/
  padding: 0 10px;
}

.portfolio-grid .row>div .card .portfolio-over .card-text {
  color: #fff;
  opacity: 0.75;
  padding: 0 30px;
  text-align: left;
}

.portfolio-grid .row>div .card:hover .portfolio-over {
  opacity: 1;
  visibility: visible;
}

/* ==================================================
  Team Styling
  ================================================== */


.team .col-sm-3 {
  padding: 0;
}

.team .card>a {
  display: block;
}

.team .card img {
  width: 100%;
}

.team .card h4 {
  color: #fff;
  text-transform: capitalize;
}

.team .card p {
  font-size: 11px;
  color: #fff;
  opacity: 0.75;
  margin: 0;
  padding: 0 35px;
}

.team .card .social-nav {
  margin-bottom: 45px;
}

.team .card .social-nav a {
  color: #fff;
  font-size: 16px;
  margin: 0 4px;
}

.team .card .social-nav a:hover {
  opacity: 0.75;
}

.team .card:hover .team-over {
  opacity: 1;
  visibility: visible;
}

.team .card:hover .card-title-wrap {
  background-color: #199EB8;
}

.team .card:hover .card-title-wrap .card-title,
.team .card:hover .card-title-wrap .card-text {
  color: #fff;
}

.team .team-over {
  padding-top: 45px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.team .card-title-wrap {
  padding: 15px 25px;
  position: relative;
  z-index: 9;
  background-color: #fff;
}

.team .card-title-wrap .card-title,
.team .card-title-wrap .card-text {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  display: block;
  margin: 0;
}

.team .card-title-wrap .card-title {
  font-size: 24px;
  color: #333;
}

.team .card-title-wrap .card-text {
  font-size: 18px;
  color: #999;
}

.card-title {
  font-size: 20px;
}


/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services {
  padding-top: 20px;
}

.more-services .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.more-services .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.more-services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.more-services .card-title a {
  color: #222222;
}

.more-services .card-text {
  color: #5e5e5e;
}

.more-services .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.more-services .read-more a:hover {
  text-decoration: underline;
}

.more-services .card:hover .card-body {
  background: #e6298a;
}

.more-services .card:hover .read-more a,
.more-services .card:hover .card-title,
.more-services .card:hover .card-title a,
.more-services .card:hover .card-text {
  color: #fff;
}



/* ==================================================
  jyousuiki
================================================== */
.jyousuiki_top {
  background-image: url("../img/slide/slide-3.jpg");
  background-repeat: no-repeat;
  background-size: cover;

}

/* ==================================================
# oemodm_detail
================================================== */
.oemodm-navi .oemodm-item {
  text-align: center;
  padding: 12px;
  transition: all ease-in-out 0.4s;
  background: var(--bs-white);
  border: 2px solid #e6298a;
  border-radius: 50px;
  width: 100%;
  height: 100%;
}

.oemodm-navi .oemodm-item .icon {
  margin-bottom: 8px;
}

.oemodm-navi .oemodm-item .icon i {
  color: var(--bs-primary);
  font-size: 36px;
  transition: 0.3s;
}

.oemodm-navi .oemodm-item h4 {
  font-weight: 800;
  margin-bottom: 0px;
  font-size: 20px;
}

.oemodm-navi .oemodm-item h4 a {
  color: var(--bs-secondary);
  transition: ease-in-out 0.3s;
}

.oemodm-navi .oemodm-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.oemodm-navi .oemodm-item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0 60px 0 rgba(var(--bs-light), 0.3);
  background: #e6298a;

}

.oemodm-navi .oemodm-item:hover h4 a {
  /*color: var(--bs-primary);*/
  color: var(--bs-white);
}

.oemodm-navi .oemodm-item span {
  font-weight: 800;
  margin-bottom: 0px;
  font-size: 11px;
}

/* ==================================================
# sopport
  ================================================== */

.spt_tl {
  color: #001973;
}



/*--------------------------------------------------------------
# Q & A
--------------------------------------------------------------*/
/*.company-navi{
  background: #fff;
}
*/
.qa-item {
  padding: 20px;
  transition: all ease-in-out 0.4s;
  background: var(--bs-white);
  border-radius: 10px;
  border: var(--bs-gray-500) 2px solid;
  width: 100%;
  height: 85%;
}

.qa-item .icon {
  margin-bottom: 10px;
}

.qa-item .icon i {
  color: var(--bs-primary);
  font-size: 36px;
  transition: 0.3s;
  margin: 0 auto;
}

.qa-item h4 {
  font-weight: 600;
  margin-bottom: 13px;
  font-size: 20px;
}

.qa-item h4 a {
  color: var(--bs-secondary);
  transition: ease-in-out 0.3s;
}

.qa-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.qa-item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0 60px 0 rgba(var(--bs-secondary-rgb), 0.3);
  border: #e6298a 2px solid;


}

.qa-item:hover h4 a {
  color: #e6298a;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  padding-left: 30px;
}

.about .content h3 {
  font-weight: 700;
  font-size: 34px;
}

.about .content p {
  margin-bottom: 0;
}

.about .content .icon-box {
  margin-top: 25px;
}

.about .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.about .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #e6298a;
}

.about .content .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}

.about .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

@media (max-width: 991px) {
  .about {
    padding-left: 0;
  }

  .about .image {
    text-align: center;
  }

  .about .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .about .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services {
  padding-top: 20px;
}

.more-services .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.more-services .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.more-services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.more-services .card-title a {
  color: #222222;
}

.more-services .card-text {
  color: #5e5e5e;
}

.more-services .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.more-services .read-more a:hover {
  text-decoration: underline;
}

.more-services .card:hover .card-body {
  background: #002d7a;
}

.more-services .card:hover .read-more a,
.more-services .card:hover .card-title,
.more-services .card:hover .card-title a,
.more-services .card:hover .card-text {
  color: #fff;
}


/*--------------------------------------------------------------
#category
--------------------------------------------------------------*/

.catlist .catitem {
  text-align: center;
  margin-bottom: 0px;
  position: relative;
  /*overflow: hidden;*/
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.catlist .catitem .catitem-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  border-radius: 10px;
}

.catlist .catitem-info .iteminfo-deco {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  transition: bottom 0.4s;
}

.catlist .catitem-info:hover .iteminfo-info {
  background: linear-gradient(0deg, rgba(11, 35, 65, 0.9) 0%, rgba(11, 35, 65, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.catlist .catitem-info:hover .iteminfo-deco {
  bottom: 30px;
  transition: top 0.4s;
}








.catitem .iteminfo {
  text-align: center;
  margin-bottom: 0px;
  /*background: url("../img/category/800800.jpg");*/
  /*background-size: cover;*/
  position: relative;
  /*overflow: hidden;*/
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.catitem .iteminfo .iteminfo-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  border-radius: 10px;
}

.catitem .iteminfo .iteminfo-info-content {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  transition: bottom 0.4s;
}

.catitem .iteminfo .iteminfo-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.catitem .iteminfo .iteminfo-info-content span {
  display: block;
  font-size: 13px;
  color: #fff;
}

.catitem .iteminfo .social {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 50px;
  transition: left ease-in-out 0.3s;
  background: rgba(11, 35, 65, 0.5);
  text-align: center;
}

.catitem .iteminfo .social a {
  transition: color 0.3s;
  display: block;
  color: #fff;
  margin-top: 15px;
}

.catitem .iteminfo .social a:hover {
  color: #e6298a;
}

.catitem .iteminfo .social i {
  font-size: 18px;
  margin: 0 2px;
}

.catitem .iteminfo:hover .iteminfo-info {
  background: linear-gradient(0deg, rgba(11, 35, 65, 0.9) 0%, rgba(11, 35, 65, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.catitem .iteminfo:hover .iteminfo-info-content {
  bottom: 30px;
  transition: top 0.4s;
}

.catitem .iteminfo:hover .social {
  left: 0;
  transition: left ease-in-out 0.3s;
}

.iteminfo_txt {
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFF;
  padding-top: 40%;
}

.iteminfo_tltxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  background-color: rgba(255, 255, 255, 0.45);
  width: 100%;
  padding: 10px;
}

.iteminfo_tltxt:hover {
  color: #fff;
}

.iteminfo_tltxt_top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -190%);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  background-color: rgba(255, 255, 255, 0.45);
  width: 100%;
  padding: 10px;
}

.iteminfo_tltxt_top:hover {
  color: #fff;
}

.iteminfo_tltxt_bottom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 80%);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  background-color: rgba(255, 255, 255, 0.45);
  width: 100%;
  padding: 10px;
}

.iteminfo_tltxt_bottom:hover {
  color: #fff;
}

.iteminfo img {
  border-radius: 15px;
  /*box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);*/
}

/*--------------------------------------------------------------
#infomation
--------------------------------------------------------------*/
.infomation-item {
  border: solid #B3B4B3 2px;
  padding: 20px;
  min-height: 200px;
}

.infomation-item img {
  max-height: 250px;

}


.infomation {
  text-align: center;
  margin-bottom: 0px;
  position: relative;
  /*overflow: hidden;*/
  width: 100%;
  height: 100%;
}

.infomation .infomation-onitem {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.infomation .infomation-item:hover .infomation-onitem {
  background: linear-gradient(0deg, rgba(11, 35, 65, 0.9) 0%, rgba(11, 35, 65, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}


.infomation .infomation-item:hover .infomation-onitem-txt {
  bottom: 30px;
  transition: top 0.4s;
}

#infomation a {
  color: #444444;
}

/*--------------------------------------------------------------
#News
--------------------------------------------------------------*/

.n_list {
  list-style: none outside;
  margin: 0;
  padding: 0;
  height: 450px;
  overflow: auto;
}


#info {
  -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.1);
}

.n_item {
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 0;
}

.n_item:first-child {
  border-top: 1px solid #CCC;
}

.n_item a {
  color: #333;
}

.n_item a:hover {
  color: #e6298a;
}

.n_title {
  margin-top: 15px;
  text-align: left;
}

.n_date {
  margin: 0;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #0f2f57;
  padding: 0 20px 0 15px;
  text-align: left;
}

.n_txt {}

.n_category {
  /*#e6298a*/
  color: var(--bs-white);
  text-align: center;
  display: inline-block;
  padding: 5px 30px;
  font-size: 0.8rem;
  height: 1.8rem;
  font-weight: 600;
  width: auto;

}

.ncat_news {
  position: relative;
}

.filter-buttons .filter-btn {
  display: inline-block;
  margin: 0 10px;
  padding: 10px 20px;
  /* ボタンの高さを統一するためにパディングを設定 */
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #007bff;
}

.btn-primary.all {
  padding: 1px 1.2rem;
  color: #0f2f57;
  font-weight: 600;
  background: #fff;
  border-color: #0f2f57;
  border-width: 2px;
  border-radius: 8px;
}

.ncat_news:after {
  content: "お知らせ";
  position: absolute;
  top: 3%;
  left: 10%;
  margin-left: 1.5rem;
  padding: 2px 1.2rem;
  color: #fff;
  font-weight: 600;
  background: #47b8e0;
  border-radius: 8px;
}

.btn-primary.news {
  padding: 2px 1.2rem;
  color: #fff;
  font-weight: 600;
  background: #47b8e0;
  border-color: #47b8e0;
  border-radius: 8px;
}

.ncat_productinfo {
  position: relative;
}

.ncat_productinfo:after {
  content: "商品情報";
  position: absolute;
  top: 3%;
  left: 10%;
  margin-left: 1.5rem;
  padding: 2px 1.2rem;
  color: #fff;
  font-weight: 600;
  background: #ffc952;
  border-radius: 8px;
}

.btn-primary.productinfo {
  padding: 2px 1.2rem;
  color: #fff;
  font-weight: 600;
  background: #ffc952;
  border-color: #ffc952;
  border-radius: 8px;
}

.ncat_media {
  position: relative;
}

.ncat_media:after {
  content: "メディア";
  position: absolute;
  top: 3%;
  left: 10%;
  margin-left: 1.5rem;
  padding: 2px 1.2rem;
  color: #fff;
  font-weight: 600;
  background: #ff7473;
  border-radius: 8px;
}

.btn-primary.media {
  padding: 2px 1.2rem;
  color: #fff;
  font-weight: 600;
  background: #ff7473;
  border-color: #ff7473;
  border-radius: 8px;
}

@media (max-width: 1200px) {

  .ncat_news:after,
  .ncat_productinfo:after,
  .ncat_media:after {
    left: 12%;
  }
}

@media (max-width: 992px) {

  .ncat_news:after,
  .ncat_productinfo:after,
  .ncat_media:after {
    left: 15%;
  }
}

@media (max-width: 768px) {
  .filter-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .filter-buttons .filter-btn {
    margin: 5px;
  }

  .ncat_news:after,
  .ncat_productinfo:after,
  .ncat_media:after {
    left: 20%;
  }

}

@media (max-width: 450px) {

  .ncat_news:after,
  .ncat_productinfo:after,
  .ncat_media:after {
    left: 30%;
  }
}

.category {
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}

.n-list .n_item .n_category span {
  background: var(--color-primary);
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}

/*--------------------------------------------------------------
#contact 
--------------------------------------------------------------*/
.p-required {
  color: #fff;
  background: #E73F3F;
  font-size: 0.8rem;
  padding: 4px 8px;
  border-radius: 5px;
  margin: 0 0 0 10px;

}

.contact_cat {
  font-weight: 700;
}

.contact .info-item {
  width: 100%;
  background-color: #0f2f57;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
}

.contact .info-item:last-child {
  margin-bottom: 0;
}

.btn-submit {
  background: #0f2f57;
  border: 0;
  padding: 14px 45px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.btn-submit:hover {
  background: rgba(65, 62, 163, 0.80);
}

.contact-form {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 0 10px 10px 0;

}

.contact-form-bownow {
  height: 100%;
  background: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 0 10px 10px 0;
}

.contact .contact-form .form-group {
  padding-bottom: 8px;
}


.contact .info-container {
  background-color: #0f2f57;
  height: 100%;
  padding: 20px;
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
}

.contact .info-item {
  width: 100%;
  background-color: var(--color-primary);
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
}

.contact .info-item:last-child {
  margin-bottom: 0;
}

.contact .info-item i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .info-item:hover i {
  background: #fff;
  color: #0f2f5;
}


.btn_more {
  background-color: #0f2f57;
  color: #fff;
  padding: 10px 20px;
}

.btn_more:hover {
  background: rgba(65, 62, 163, 0.80);
  color: #fff;
}

.btn_contact {
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #e6298a;
  margin-top: 15px;
}

.btn_contact:hover {
  background: rgba(65, 62, 163, 0.80);
  color: #fff;
}

.table {
  border: 1px solid #999;
  border-collapse: collapse;
}

.table th {
  width: 18%;
  background-color: #eee;
  border-right: 1px solid #ccc;
}

.table th,
.table td {
  padding: 8px;
}

.table tr {
  border-top: 1px solid #ccc;
}

.table tr:first-child {
  border-top: 0;
}

/*--------------------------------------------------------------
# index.html
--------------------------------------------------------------*/
.n_title {
  padding: 10px 20px;
}

.n_title a {
  color: #444444;
}

/*--------------------------------------------------------------
# toilei.html
--------------------------------------------------------------*/


.text_bl {
  color: #0f2f57;
}

.text_gy {
  color: #444444;
}

/*--------------------------------------------------------------
# zyousui_suisen.html
--------------------------------------------------------------*/

.zyousui p {
  font-size: 1.2rem;
  line-height: 1.8;
  padding-top: 40px;
}

.bottom-0.start-0 {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  padding: 15px;
}

.txt_nouryoku {
  padding: 0px 40px;

}

/*--------------------------------------------------------------
# deto_str.html
--------------------------------------------------------------*/

/*** Detoの強みCARD　start***/
.strcard {
  border: 3px solid #0f2f57;
  text-align: center;
  color: #0f2f57;
}

.strcard :hover {
  background: #0f2f57;
  /* background-size: cover;
  background-repeat: no-repeat;*/
  color: #fff;
}

.strcard-title {
  margin-top: 30px;
  font-size: 1rem;
}

.strcard-text {
  font-size: 0.8rem;
  margin-bottom: 20px;
}

.strcard-key {
  font-weight: 700;
  font-size: 1.7rem;
}

.strcard-key2 {
  font-weight: 700;
  font-size: 1.3rem;
  padding-bottom: 11.5px;
}

.str_txt {
  background: #0f2f57;
  color: #fff;
  padding: 20px;
  line-height: 1.8rem;
}

@media (max-width: 767px) {
  .str_txt {
    margin-top: 10px;
  }

  .strcard-key2 {
    font-size: 1.1rem;
    font-weight: 900;
  }
}

.strcard-title {
  font-size: 1.3rem;
}

/*** Detoの強みCARD　end***/

.str_txt hr {
  width: 40px;
  height: 3px;
  background: #fff;
}

.card_i {
  width: 130px;
  height: 195px;
  position: relative;
  display: inline-block;
}

.card_i .strimg-top {
  display: none;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 99;
}

.card_i:hover .strimg-top {
  display: inline;
}

.point-container img {
  width: 100%;
  height: 100%;
}

.point-container {
  position: relative;
}

.point-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.5);
  padding: 50px;
  border-radius: 5px;
  font-size: 1.2rem;
}

.point-txt span {
  text-align: center;
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
}

.center-title {
  text-align: center;
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #0f2f57;
}

/*--------------------------------------------------------------
# glassrinser.html
--------------------------------------------------------------*/
.grassimg-base {
  position: relative;
}

.grassimg-mark {
  position: absolute;
  width: 15rem;
  top: 18%;
  left: 10%;

}

@media screen and (max-width: 762px) {
  .grassimg-mark {
    width: 10rem;
  }
}

@media screen and (max-width: 460px) {
  .grassimg-mark {
    width: 5rem;
    top: 8%;

  }
}

/*** point CARD　start***/
.glassrinsercard {
  border: 3px solid #fff;
  text-align: center;
  background: #ACB9C1;
  border-radius: 10px;
  color: #fff;
}

.glassrinsercard :hover {
  background: #FFFFFF;
  border: 2px solid #ACB9C1;
  border-radius: 10px;
  /* background-size: cover;
  background-repeat: no-repeat;*/
  color: #000;
}

.glassrinsercard-title {
  margin-top: 30px;
  font-size: 1rem;
}

.glassrinsercard-text {
  font-size: 0.8rem;
  margin-bottom: 20px;
}

.glassrinsercard-key {
  font-weight: 700;
  font-size: 1.7rem;
}

.glassrinsercard-key2 {
  font-weight: 700;
  font-size: 1.3rem;
  padding-bottom: 11.5px;
}

.glassrinsercard_txt {
  background: #0f2f57;
  color: #fff;
  padding: 20px;
  line-height: 1.8rem;
}

@media (max-width: 767px) {
  .glassrinsercard_txt {
    margin-top: 10px;
  }

  .glassrinsercard-key2 {
    font-size: 1.1rem;
    font-weight: 900;
  }
}

.glassrinsercard-title {
  font-size: 1.3rem;
}

/*** glassrinsercard CARD　end***/

.str_txt hr {
  width: 40px;
  height: 3px;
  background: #fff;
}

.card_i {
  width: 130px;
  height: 195px;
  position: relative;
  display: inline-block;
}

.card_i .strimg-top {
  display: none;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 99;
}

.card_i:hover .strimg-top {
  display: inline;
}

.g-point-container img {
  width: 100%;
  height: 100%;
}

.g-point-container {
  position: relative;
}

.g-point-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*background-color: rgba(255, 255, 255, 0.5);*/
  padding: 50px;
  border-radius: 5px;
  font-size: 1.2rem;
}

.g_point-txt span {
  text-align: center;
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
}

.center-title {
  text-align: center;
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #0f2f57;
}


/*--------------------------------------------------------------
# thanks.html
--------------------------------------------------------------*/
.thanks-txt h2 {
  font-weight: 700;
  font-size: 2.3rem;
}


/*--------------------------------------------------------------
# news.html
--------------------------------------------------------------*/
.news_item a {
  /*color:#444;*/
  font-weight: 600;
  /*border-bottom: 1px solid rgb(33, 37, 41); */
}

.news_item a:hover {
  color: #F79E8B;
}

.news_d {
  font-weight: 600;
  color: #aaaaaa;
}

.news_tl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  color: #0f2f57;
}




.vissel {
  color: #8f0a1f;
  font-weight: 700;
}

.scroll-padding-top {
  scroll-padding-top: 500px;
}

/*--------------------------------------------------------------
# support.html
--------------------------------------------------------------*/
.spt_txt a {
  color: rgb(33, 37, 41);
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.spt_txt a:hover {
  color: #e6298a;
}

.spt_txt h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.st_card {
  padding: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.st_card h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.pt_card {
  padding: 20px;
  text-align: center;
}

.pt_card:hover {
  background: rgba(15, 47, 87, 0.6);
  color: #fff;

}

.pt_card p {
  padding-top: 20px;
  font-size: 1rem;
  font-weight: 600;
  color: #444444;
  height: 3.5rem;
}

.pt_card p:hover {
  color: #fff;
}

.parts-img {
  position: relative;
}

.parts-icon {
  position: absolute;
  width: 30px;
  left: 23px;
  top: 23px;
}

.list-btn {
  list-style-type: none;
  color: #fff;
}

/*.btn-link {*/
.list-btn li a {
  display: inline-block;
  padding: 5px 20px;
  margin: 3px 0;
  background-color: #0f2f57;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  border: none;
  transition: background-color 0.3s ease;
}

.list-btn li a:hover {
  background-color: #e6298a;
  /* Darker shade for hover effect */
  color: #fff;
}

/***********************/
/* jyousui_odmoem.html */
/***********************/
/* Testimonials Section - Home Page
------------------------------*/
.testimonials {
  --color-background: #f4f4f4;
}

.testimonials .info h3 {
  color: var(--color-secondary);
  font-weight: 700;
  font-size: 32px;
}

.testimonials .swiper {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
  background: var(--color-box-background);
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  height: 400px;
  position: relative;
  margin: 30px;
  border: 2px solid var(--color-background);
  border-radius: 10px;
  padding: 10px;
  min-height: 300px;
}

@media screen and (max-width: 1140px) {
  .testimonials .testimonial-item {
    height: 400px;
  }
}

@media screen and (max-width: 576px) {
  .testimonials .testimonial-item {
    height: 100%;
  }
}

.testimonials .testimonial-item .testimonial-img {
  max-width: 200px;
  /*height: 90px;*/
  /*border-radius: 10px;*/
  border: 1px solid var(--color-background);
}


.testimonials .testimonial-item h3 {
  color: var(--color-secondary);
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  color: rgba(var(--color-default-rgb), 0.5);
  font-size: 14px;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(var(--color-primary-rgb), 0.4);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  /*font-style: italic;*/
  margin: 15px auto 15px auto;
}

.testimonials .swiper-wrapper {
  height: auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: rgba(var(--color-default-rgb), 0.15);
  opacity: 1;
  border: none;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

@media (max-width: 767px) {

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    margin: 15px;
  }
}

.swiper-slide {
  width: 33%;
}


@media (max-width: 1200px) {
  .swiper-slide {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .swiper-slide {
    width: 100%;
  }
}


/*--------------------------------------------------------------
# seatea.html 
--------------------------------------------------------------*/

.seatea_point {
  background-image: linear-gradient(90deg, rgba(48, 97, 96, 1), rgba(38, 183, 188, 1));
  color: #fff;
  padding: 10px 50px;
  font-family: 'Cinzel', serif;
  font-weight: 600;

}

.seatea_txt hr {
  height: 4px;
  background: linear-gradient(90deg, rgba(48, 97, 96, 1), rgba(38, 183, 188, 1));
  border: none;
}

.seatea_txt h3 {
  color: #0F3568;
  padding-top: 30px;
}

.seatea_inner h3 {
  font-weight: 600;
}

.seatea_subtl {
  font-size: 1rem;
}

.seatea_txt {
  background: rgba(203, 213, 220, 0.3);
  padding: 20px;
  line-height: 1.8rem;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .seatea_txt {
    margin-top: 10px;
  }
}

.t_shiyou {
  overflow-x: scroll;
}

.t_shiyou th,
td {
  border: 1px solid #999;
  border-collapse: collapse;
}

.t_shiyou th {
  width: 18%;
  background-color: #eee;
  border-right: 1px solid #ccc;
}

.t_shiyou th,
.t_shiyou td {
  padding: 8px;
}

.t_shiyou tr {
  border-top: 1px solid #ccc;
}

.t_shiyou tr:first-child {
  border-top: 0;
}

/*--------------------------------------------------------------
# seatea_b.html 
--------------------------------------------------------------*/
.seatea_odmoem li {
  list-style: none;
  font-size: 1.1rem;
  line-height: 1.2rem;
  margin-bottom: 2.2px;
}

.seatea_odmoem i {
  font-size: 25px;
  padding-top: 10px;
  padding-right: 4px;
  color: #3b4ef8;
  line-height: 2rem;
}

.seatea_b_title {
  text-align: center;
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #0f2f57;
}

/* toilet_matome.html */
/*--------------------------------------------------------------
# Casestudy
--------------------------------------------------------------*/
.casestudy .casestudy-wrap {
  padding-left: 50px;
}

.casestudy .testimonials-carousel,
.casestudy .testimonials-slider {
  overflow: hidden;
}

.casestudy .casestudy-item {
  /*box-sizing: content-box;*/
  box-sizing: border-box;
  padding: 5px 30px;
  margin: 30px 0px;
  min-height: 380px;
  box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);
  position: relative;
  background: #fff;
  z-index: 2;
  transition:transform 0.3s;

  /*min-height: 600px;*/
}

@media (max-width: 768px) {
  .casestudy .casestudy-item {
    min-height: 300px;
  }
}

.casestudy .casestudy-item .casestudy-img {
  width: 85%;
  border-radius: 20px;
  border: 6px solid #fff;
  margin: 30px 0;
  /*position: absolute;*/
  /*left: -45px;*/
}

.casestudy .casestudy-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  padding: 0 20px;
}

.casestudy .casestudy-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 30px 0;
}

.casestudy .casestudy-item .quote-icon-left,
.casestudy .casestudy-item .quote-icon-right {
  color: #fdedea;
  font-size: 26px;
}

.casestudy .casestudy-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.casestudy .casestudy-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.casestudy .casestudy-item p {
  margin: 15px auto 15px auto;
  text-align: left;
  /* height: 200px; */
}

.casestudy .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.casestudy .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e6298a;
}

.casestudy .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e6298a;
}


.swiper-slide {
  width: 33%;
}


@media (max-width: 1200px) {
  .swiper-slide {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .swiper-slide {
    width: 100%;
  }
}

.txt_c_blk a {
  color: #444444;
}

.txt_c_blk a:hover {
  color: #e6298a;
}


/* toilet_matome add start*/
.full-size-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
/*.casestudy .casestudy-item:hover {
  background-color: rgba(128, 128, 128, 0.1);
}*/

 
.casestudy .casestudy-item:hover {
  transform:scale(1.1);
  box-shadow:0 0 20px  rgba(11, 35, 65, 0.8), 0 2px 5px rgba(0, 0, 0, 0.3);
}


/*--------------------------------------------------------------
# odmoem　共通
--------------------------------------------------------------*/
.odm_txt {
  line-height: 1.8rem;
  padding-top: 20px;
}

/*--------------------------------------------------------------
# odm_Casestudy
--------------------------------------------------------------*/
.odm-casestudy .odm-casestudy-wrap {
  padding-left: 50px;
}

.odm-casestudy .testimonials-carousel,
.odm-casestudy .testimonials-slider {
  overflow: hidden;
}

.odm-casestudy .odm-casestudy-item {
  /*box-sizing: content-box;*/
  box-sizing: border-box;
  padding: 0px;
  margin: 30px 0px;
  /*min-height: 350px;*/
  box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1);
  position: relative;
  background: #fff;
}



.odm-casestudy .odm-casestudy-item .odm-casestudy-img {
  width: 85%;
  border-radius: 20px;
  border: 6px solid #fff;
  margin: 30px 0;
  /*position: absolute;*/
  /*left: -45px;*/
}

.odm-casestudy .odm-casestudy-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.odm-casestudy .odm-casestudy-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.odm-casestudy .odm-casestudy-item .quote-icon-left,
.odm-casestudy .odm-casestudy-item .quote-icon-right {
  color: #fdedea;
  font-size: 26px;
}

.odm-casestudy .odm-casestudy-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.odm-casestudy .odm-casestudy-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.odm-casestudy .odm-casestudy-item p {
  margin: 15px auto 15px 60px;
  text-align: left;
  min-height: 90px;
}

.odm-casestudy .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.odm-casestudy .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e6298a;
}

.odm-casestudy .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e6298a;
}

.card-img-right {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 130px;
}

.card-img-left {
  position: absolute;
  bottom: 10px;
  left: -20px;
  width: 140px;
}

/*--------------------------------------------------------------
# toilet_odmoem.html
--------------------------------------------------------------*/
.jirei_card {
  border: 2px solid #0f2f57;
  padding: 20px;
  position: relative;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jirei_card h5 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: left;
}

.t_card-title {
  font-weight: 600;
  width: 80%;
}

.t_card-subtitle {
  margin-bottom: 20px;
  width: 80%;
  text-align: left;
}

@media (max-width: 767px) {

  .t_card-title .t_card-subtitle {
    width: 65%;
  }
}


.toiletcard-text {
  white-space: normal;
}

.t_card-body {
  flex: 1 1 auto;
  margin: 0 30px;
}

.toiletcard-text {
  margin-left: 70px;
}

.odm-slide_item {
  border-radius: 20px;
  border: 6px solid #fff;
  margin: 30px 0;
}

/*--------------------------------------------------------------
# privacy.html 
--------------------------------------------------------------*/
.privacy-inner h3 {
  padding-top: 20px;
}

.privcy_list {
  margin-left: 28px;
}

.privcy_list::marker {
  list-style-type: decimal-leading-zero;
}

.privcy_list li {
  margin-top: 15px;
}



/* jyousui_instructions.html */
/*--------------------------------------------------------------
# Our instructions Section
--------------------------------------------------------------*/
.instructions {
  padding: 60px 0;
}

.instructions .service-item {
  padding: 40px;
  background: #fff;
  height: 100%;
  border-radius: 10px;
  border: 3px solid #0f2f57;
}

.instructions .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}

.instructions .service-item .icon i {
  color: var(--color-default);
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.instructions .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #eeeeee;
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -20px;
  transition: 0.3s;
}

.instructions .service-item h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #eeeeee;
  transition: 0.3s;
}

.instructions .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.instructions .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: var(--color-primary);
}

.instructions .service-item:hover .icon:before {
  background: var(--color-primary);
}

.instructions .service-item:hover h3 {
  border-color: var(--color-primary);
}


/*--------------------------------------------------------------
# zousui_pfas.html 
--------------------------------------------------------------*/
#detocartridge .str_point {
  font-size: 1.5rem;
  font-weight: 600;
  color: #0f2f57;
}

#detocartridge th,
#detocartridge td {
  font-size: 1.3rem;
  padding: 15px;
}

/*--------------------------------------------------------------
# seatea_b.html 
--------------------------------------------------------------*/

.spectable-responsive {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

#spec .spectable {
  border: 1px solid #999;
  border-collapse: collapse;
}

#spec .spectable th {
  width: 18%;
  background-color: #eee;
  border-right: 1px solid #ccc;
}

#spec .spectable th,
.table td {
  padding: 8px;
}

#spec .spectable tr {
  border-top: 1px solid #ccc;
}

#spec .spectable tr:first-child {
  border-top: 0;
}

#spec .spectable th {
  width: 20%;
}

#spec .spectable th:first-child,
#spec .spectable td:first-child {
  position: sticky;
  left: 0;
  background-color: #0F3D6E;
  /* 背景色を設定して、スクロール時にテキストが見えるように */
  z-index: 1;
  /*  他の要素の上に表示されるように */
  color: white;
}

#spec .spectable th,
#spec .spectable td {
  width: 100px;
}


/*--------------------------------------------------------------
# shower_tablet.html 
--------------------------------------------------------------*/

.shower_subfv ul {
  text-align: left;
  list-style: none;
  padding: 0;
  line-height: 1.8rem;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.shower_subfv ul i {
  color: #e6298a;
  line-height: 2rem;
  padding-right: 10px;
}

/*--------------------------------------------------------------
# 交換部品　     
---------------------------------------------------------------*/
.btn_get_parts {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #e6298a;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 3px solid #a0c4d3;
  margin-top: 15px;
}

.btn_get_parts:hover {
  background: rgba(65, 62, 163, 0.80);
  color: #fff;
}

.icon-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 3px solid #0f2f57;
  border-radius: 10px;
  color: #0f2f57;
  width: 100%;
  padding: 10px;
  font-weight: 600;
  font-size: 1.5rem;
}

.icon-text-container:hover {
  background: #0f2f57;
  color: #fff
}


.text-line {
  text-align: center;
}

.icon-large {
  font-size: 3rem;
  /* アイコンのサイズを大きくする */
}

.toilet_txt h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/*--------------------------------------------------------------
# glassrinser.html　     
---------------------------------------------------------------*/

#pricing {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

#pricing h3 {
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 28px;
}

#pricing h4 {
  font-size: 46px;
  color: #1dc8cd;
  font-weight: 300;
}

#pricing h4 sup {
  font-size: 20px;
  top: -20px;
}

#pricing h4 span {
  color: #bababa;
  font-size: 20px;
}

#pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

#pricing ul li {
  padding-bottom: 12px;
}

#pricing ul i {
  color: #1dc8cd;
  font-size: 18px;
  padding-right: 4px;
}

.featured p {
  margin-top: 15px;
  font-size: 1rem;
}

/*--------------------------------------------------------------
# purposer.html　     
---------------------------------------------------------------*/

.img_60th {
  width: 50%;
}

@media (max-width: 767px) {

  .img_60th {
    width: 30%;
    margin-bottom: 20px;
  }
}

/*.purpose_top{
  background: url("../images/image_purpose_01.jpeg");

  
  width: 80%;
  right: 0px;
}*/
#myVideo {
  width: 100%;
  box-sizing: border-box;
  /* Include padding and border in the element's total width and height */
  margin: 0;
  /* Remove default margin */
  padding: 0;
  /* Remove default padding */
  overflow: hidden;
  /* Hide anything outside the container's bounds */
  background-color: inherit;

}


.purpose_top {
  overflow: hidden;
}

.background-image {
  position: relative;
}

.background-image img.background-image-right {
  position: absolute;
  top: 20%;
  right: -40%;
  width: 100%;
  height: auto;
  object-fit: contain;
  overflow: clip;
}

.gradation {
  position: relative;
}

/*.gradation::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #ffffff, transparent);
}*/

.purpose_l {
  font-size: 36px;
  font-weight: 700;
  line-height: 2;
  color: #ED6A02;
  /*background: hsla(0,0%,88%,0.5);*/
  display: inline;
  letter-spacing: 0.12em;
}

.purpose_m {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2;
  color: #0f2f57;
  letter-spacing: 0.12em;
}

.purpose_m_bk {
  font-size: 30px;
  font-weight: 600;
  line-height: 2;
  color: #333333;
  letter-spacing: 0.12em;
}

.purpose_bkimg_heart {
  background: url("../images/image-purpose_03.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}

@media (max-width: 1199px) {
  .purpose_l {
    font-size: 33px;
  }

  .purpose_m_bk {
    font-size: 27px;
  }
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #45505b;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #0563bb;
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0563bb;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  background: #f7f8f9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #0563bb;
}

/*--------------------------------------------------------------
# history.html
--------------------------------------------------------------*/
.resume-item {
  position: relative;
  /* Ensure the content is on top */
  z-index: 2;
}

.resume-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('assets/images/mv_water-purifier-pfas_1920x1148.webp');
  background-size: cover;
  /* Cover the entire div */
  background-position: center;
  /* Center the background image */
  z-index: 1;
  /* Ensure the background image is behind the content */
}


/*--------------------------------------------------------------
# rdcenter.html
--------------------------------------------------------------*/

.rdcenter_txt {
  padding: 20px;
  line-height: 1.8rem;
}

.measure {
  margin-top: 60px;
}

.test-item-box {
  display: flex;
  align-items: center;
  /* 垂直方向の中央揃え */
  justify-content: center;
  /* 水平方向の中央揃え */

  background: #017FB5;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: all 0.3s ease-in-out;
}

.test-item-box:hover {
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2);
}

.test-item-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
  padding: 0;
  color: #fff;
}

.test-item-box p {
  font-size: 14px;
  color: #666;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }

  .rdcenter_txt {
    margin-top: 60px;
  }

  .r-point-container:nth-child(n+2) {
    margin-top: 60px;
  }
}

.journal-info p {
  text-align: left;
  padding: 15px
}

/****************/
/* development */
/****************/
.development-tl h4 {
  font-size: 20px;
  text-align: left;
  padding: 0;
  width: 80%;
}

.development-tl p {
  font-size: 16px;
  padding: 5px 0px;
}

.development-tl i {
  padding-left: 5px
}

/*--------------------------------------------------------------
# rwtoilet.html
--------------------------------------------------------------*/
.bold-text {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.highlight-text {
  font-size: 1.4rem;
  font-weight: 600;
  color: #e84545
}

.custom-text {
  font-size: 1.2rem;
}

.bg-custom {
  background-color: #4682b4;
  color: #fff;
  padding: 20px;
  margin-bottom: 15px;
}


.rwtoilet_type,
.rwtoilet_item {
  padding: 30px;
}

.rwtoilet_item h3,
.rwtoilet_item p {
  padding: 15px;
}

/*--------------------------------------------------------------
# quality.html
--------------------------------------------------------------*/
.qms_txt h2 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 10px 0 10px 0;
}

.qms_txt p {
  line-height: 1.6rem;
}

/*--------------------------------------------------------------
# toilet4k.html
--------------------------------------------------------------*/
.testimonials-slider {
  --swiper-slides-per-view: 4;
}


.swiper-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
}

.swiper-section .swiper-container {
  width: 100%;
  height: auto;
}

.swiper-section .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.swiper-section .swiper-container {
  opacity: 0;
  position: relative;
}

.swiper-section .swiper-container.swiper-initialized {
  opacity: 1;
  transition: opacity 0s ease-in-out 0.3s;
}

.swiper-section .swiper-wrapper {
  align-items: stretch !important;
}

.swiper-section .swiper-slide {
  height: auto !important;
  max-width: 900px;
  /* padding: 125px 0 60px; */
  width: 65%;
}

.swiper-section .swiper-slide .casestudy-item {
  display: flex;
  align-items: center;
  border: none;
  padding-bottom: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.swiper-section .swiper-slide .casestudy-item .casestudy-img {
  width: 450px;
  height: 300px;
  object-fit: cover;
  margin: 30px 0;
}

.swiper-section .swiper-slide .casestudy-item .text-content {
  width: 50%;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.swiper-section .swiper-slide .casestudy-item h3 {
  font-size: clamp(23px, 2.75vw, 33px);
  font-weight: 500;
  margin-top: 0;
  text-align: left;
}

.swiper-section .swiper-slide .casestudy-item h4 {
  font-size: clamp(13px, 1.333vw, 16px);
  margin-top: 10px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .swiper-section .swiper-slide .casestudy-item {
    display: block;
  }

  .swiper-section .swiper-slide .casestudy-item .casestudy-img,
  .swiper-section .swiper-slide .casestudy-item .text-content {
    width: 100%;
    height: auto;
  }

  .swiper-section .swiper-slide .casestudy-item h3 {
    font-size: clamp(15px, 1.583vw, 19px);
    margin-top: 10px;
    text-align: center;
  }

  .swiper-section .swiper-slide .casestudy-item h4 {
    font-size: clamp(13px, 1.333vw, 16px);
    margin-top: 5px;
    text-align: center;
  }
}

.swiper-section {
  position: relative;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}


/*--------------------------------------------------------------
# Work Process Section
--------------------------------------------------------------*/
.work-process .steps-item {
  background: var(--surface-color);
  border-radius: 20px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 20px color-mix(in srgb, var(--default-color), transparent 92%);
}

.work-process .steps-item .steps-image {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.work-process .steps-item:hover {
  /*transform: translateY(-10px);*/
  box-shadow: 0 15px 30px color-mix(in srgb, var(--accent-color), transparent 85%);
}

.work-process .steps-item:hover .steps-number {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.work-process .steps-item:hover .steps-image img {
  /*transform: scale(1.1);*/
}

.work-process .steps-image {
  position: relative;
  /*height: 280px;*/
}

.work-process .steps-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.work-process .steps-content {
  position: relative;
  padding: 40px 30px 30px;
}

.work-process .steps-content .steps-number {
  position: absolute;
  left: 30px;
  top: -30px;
  width: 60px;
  height: 60px;
  background: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 50%;
  font-family: var(--heading-font);
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.work-process .steps-content h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.work-process .steps-content p {
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 25px;
}

.work-process .steps-features .feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.work-process .steps-features .feature-item:last-child {
  margin-bottom: 0;
}

.work-process .steps-features .feature-item i {
  color: var(--accent-color);
  font-size: 18px;
  margin-right: 10px;
}

.work-process .steps-features .feature-item span {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
}

@media (max-width: 1199px) {
  .work-process .steps-image {
    /*height: 240px;*/
  }

  .work-process .steps-content {
    padding: 35px 25px 25px;
  }

  .work-process .steps-content h3 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .work-process .steps-item {
    margin-bottom: 30px;
  }

  .work-process .steps-image {
    /*height: 220px;*/
  }

  .work-process .steps-content {
    padding: 30px 20px 20px;
  }

  .work-process .steps-content .steps-number {
    width: 50px;
    height: 50px;
    font-size: 20px;
    left: 25px;
    top: -25px;
  }

  .work-process .steps-content h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .work-process .steps-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------
# Tabs Section
--------------------------------------------------------------*/
.tabs .tabs-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.tabs .tabs-header {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .tabs .tabs-header {
    margin-bottom: 60px;
  }
}

.tabs .tabs-header .nav-tabs {
  border: none;
  justify-content: center;
  gap: 0;
  background: var(--surface-color);
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 2px 20px color-mix(in srgb, var(--default-color), transparent 94%);
}

@media (max-width: 768px) {
  .tabs .tabs-header .nav-tabs {
    flex-direction: column;
    gap: 4px;
  }
}

.tabs .tabs-header .nav-tabs .nav-item {
  flex: 1;
  cursor: pointer;
}

@media (max-width: 768px) {
  .tabs .tabs-header .nav-tabs .nav-item {
    flex: none;
    width: 100%;
  }
}

.tabs .tabs-header .nav-tabs .nav-link {
  border: none;
  background: transparent;
  padding: 0;
  border-radius: 6px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.tabs .tabs-header .nav-tabs .nav-link.active {
  background: var(--accent-color);
}

.tabs .tabs-header .nav-tabs .nav-link.active .tab-content-preview .tab-number {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--contrast-color), transparent 85%);
}

.tabs .tabs-header .nav-tabs .nav-link.active .tab-content-preview .tab-text h6,
.tabs .tabs-header .nav-tabs .nav-link.active .tab-content-preview .tab-text small {
  color: var(--contrast-color);
}

.tabs .tabs-header .nav-tabs .nav-link:hover:not(.active) {
  background: color-mix(in srgb, var(--accent-color), transparent 95%);
}

.tabs .tabs-header .nav-tabs .nav-link:hover:not(.active) .tab-content-preview .tab-number {
  background: color-mix(in srgb, var(--accent-color), transparent 85%);
  color: var(--accent-color);
}

.tabs .tabs-header .nav-tabs .nav-link .tab-content-preview {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
}

@media (max-width: 768px) {
  .tabs .tabs-header .nav-tabs .nav-link .tab-content-preview {
    padding: 16px 20px;
    gap: 12px;
  }
}

.tabs .tabs-header .nav-tabs .nav-link .tab-content-preview .tab-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--default-color), transparent 92%);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .tabs .tabs-header .nav-tabs .nav-link .tab-content-preview .tab-number {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}

.tabs .tabs-header .nav-tabs .nav-link .tab-content-preview .tab-text {
  text-align: left;
}

@media (max-width: 768px) {
  .tabs .tabs-header .nav-tabs .nav-link .tab-content-preview .tab-text {
    flex: 1;
  }
}

.tabs .tabs-header .nav-tabs .nav-link .tab-content-preview .tab-text h6 {
  margin: 0 0 2px 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--heading-color);
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .tabs .tabs-header .nav-tabs .nav-link .tab-content-preview .tab-text h6 {
    font-size: 18px;
  }
}

.tabs .tabs-header .nav-tabs .nav-link .tab-content-preview .tab-text small {
  font-size: 11px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  transition: all 0.3s ease;
  display: block;
  line-height: 1;
}

.tabs .tab-content .tab-pane {
  animation: fadeInContent 0.5s ease-in-out;
}

.tabs .tab-content .content-area {
  padding-right: 40px;
}

@media (max-width: 992px) {
  .tabs .tab-content .content-area {
    padding-right: 0;
    margin-bottom: 50px;
  }
}

.tabs .tab-content .content-area .content-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
  color: var(--accent-color);
  padding: 8px 30px;
  border-radius: 50px;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 48px;
}

.tabs .tab-content .content-area .content-badge i {
  font-size: 1.3rem;
  margin-right: 8px;
}

.tabs .tab-content .content-area h3 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .tabs .tab-content .content-area h3 {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .tabs .tab-content .content-area h3 {
    font-size: 24px;
  }
}

.tabs .tab-content .content-area p {
  font-size: 16px;
  line-height: 1.7;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .tabs .tab-content .content-area p {
    font-size: 15px;
  }
}

.tabs .tab-content .content-area .highlight-stats {
  display: flex;
  /*gap: 40px;*/
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  .tabs .tab-content .content-area .highlight-stats {
    gap: 24px;
  }
}

.tabs .tab-content .content-area .highlight-stats .stat-item .stat-value {
  display: block;
  font-size: 28px;
  font-weight: 500;
  color: var(--accent-color);
  line-height: 1;
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  .tabs .tab-content .content-area .highlight-stats .stat-item .stat-value {
    font-size: 24px;
  }
}

.tabs .tab-content .content-area .highlight-stats .stat-item .stat-label {
  font-size: 12px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tabs .tab-content .content-area .feature-points {
  margin-bottom: 40px;
}

.tabs .tab-content .content-area .feature-points .point-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.tabs .tab-content .content-area .feature-points .point-item:last-child {
  margin-bottom: 0;
}

.tabs .tab-content .content-area .feature-points .point-item i {
  font-size: 12px;
  color: var(--accent-color);
  margin-top: 4px;
  flex-shrink: 0;
}

.tabs .tab-content .content-area .feature-points .point-item span {
  font-size: 14px;
  line-height: 1.6;
  color: var(--default-color);
}

.tabs .tab-content .content-area .explore-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-color);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.tabs .tab-content .content-area .explore-link:hover {
  gap: 12px;
  color: var(--accent-color);
}

.tabs .tab-content .content-area .explore-link:hover i {
  transform: translate(2px, -2px);
}

.tabs .tab-content .content-area .explore-link i {
  font-size: 16px;
  transition: all 0.3s ease;
}

.tabs .tab-content .visual-content {
  position: relative;
  padding-left: 40px;
}

@media (max-width: 992px) {
  .tabs .tab-content .visual-content {
    padding-left: 0;
  }
}

.tabs .tab-content .visual-content img {
  width: 100%;
  border-radius: 8px;
}

.tabs .tab-content .visual-content .floating-element {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

@media (max-width: 768px) {
  .tabs .tab-content .visual-content .floating-element {
    bottom: 15px;
    right: 15px;
  }
}

.tabs .tab-content .visual-content .floating-element .floating-card {
  background: var(--surface-color);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 30px color-mix(in srgb, var(--default-color), transparent 85%);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  animation: floatAnimation 3s ease-in-out infinite;
}

@media (max-width: 768px) {
  .tabs .tab-content .visual-content .floating-element .floating-card {
    padding: 12px 16px;
    gap: 10px;
  }
}

.tabs .tab-content .visual-content .floating-element .floating-card i {
  font-size: 20px;
  color: var(--accent-color);
}

@media (max-width: 768px) {
  .tabs .tab-content .visual-content .floating-element .floating-card i {
    font-size: 18px;
  }
}

.tabs .tab-content .visual-content .floating-element .floating-card .card-info span {
  display: block;
  font-size: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.tabs .tab-content .visual-content .floating-element .floating-card .card-info strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--heading-color);
}

@media (max-width: 768px) {
  .tabs .tab-content .visual-content .floating-element .floating-card .card-info strong {
    font-size: 12px;
  }
}

@keyframes fadeInContent {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatAnimation {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-8px);
  }
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 50px;
}

@media (max-width: 768px) {
  .features .features-grid {
    grid-template-columns: 1fr;
  }
}

.features .features-card {
  position: relative;
  background-color: var(--surface-color);
  border-radius: 15px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  padding: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.features .features-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.features .features-card:hover .icon-wrapper {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}

.features .features-card .icon-wrapper {
  width: 70px;
  height: 70px;
  background-color: color-mix(in srgb, var(--accent-color), transparent 85%);
  color: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.features .features-card .icon-wrapper i {
  font-size: 32px;
}

/* add*/
/*.features .features-card:hover .icon-wrapper2 {
  background-color: var(--accent-color);
  color: var(--contrast-color);
}*/

.features .features-card .icon-wrapper2 {
  width: 200px;
  height: 70px;
  /*background-color: color-mix(in srgb, var(--accent-color), transparent 85%);*/
  color: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10%;
  transition: all 0.3s ease;
  margin: 0 auto;
}

.features .features-card .icon-wrapper2 i {
  font-size: 1rem;
  padding: 0 8px;

}

.features .features-card .icon-wrapper2 span{
	font-size: 1.3rem;
    color: #fff;
	padding: 3px 21px 3px 8px;
	background:  var(--accent-color);
	border-radius: 30px;
}

.features .features-card .icon-wrapper2 i{
	font-size: 1rem;

}

.features .features-card .solution p{
	font-size: 1.2rem;
}

/* add end */
.features .features-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--heading-color);
}

.features .features-card p {
  font-size: 15px;
  margin-bottom: 20px;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.features .features-card .features-list {
  margin-bottom: 25px;
}

.features .features-card .features-list .feature-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.features .features-card .features-list .feature-item:last-child {
  margin-bottom: 0;
}

.features .features-card .features-list .feature-item i {
  color: var(--accent-color);
  font-size: 16px;
  margin-right: 10px;
  margin-top: 3px;
}

.features .features-card .features-list .feature-item span {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.features .features-card .image-container {
  margin-top: auto;
  text-align: center;
}

.features .features-card .image-container img {
  max-height: 180px;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.features .features-card:hover .image-container img {
  transform: scale(1.05);
}


/*--------------------------------------------------------------
# share.htm
--------------------------------------------------------------*/

#box-case .voice-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--accent-color);;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  width: 350px;
  height: 400px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #voice-card-wrap {
    max-width: 100%;
    margin: 0 auto;
    gap: 2rem;
    justify-content: center;
    margin-top: 80px;
  }

  #box-case .voice-card {
    width: calc(50% - 1rem);
    max-width: 100%;
    margin: 0 0 2rem 0;
  }
}

@media (max-width: 991px) {

  #box-case .voice-card {
    height: 400px;
  }
}

#box-case .voice-card::before {
  content: "";
  position: absolute;
  top: 69px;
  left: 20px;
  width: 90%;
  height: 1px;
  background-color: var(--accent-color);
}

/*#box-case .voice-label {
  background-color: #7abcbe;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 10px;
  white-space: nowrap;
  margin: 0;
}*/

#box-case h4 {
  font-size: 1.2rem;
  color: var(--accent-color);
  padding-bottom: 0;
  margin: 0;
  border-bottom: none;
}

@media (max-width: 991px) {

  #box-case h4 {
    font-size: 1rem;
  }
}

#box-case .small {
  font-family: 'Source Han Sans JP', sans-serif;
  font-weight: 300;
  color: #666666;
}

/*#box-case p {
  font-size: 15px;
  color: #212529;
  text-align: left;
　font-weight: 400;
  margin-bottom: 0;
}*}/

/* 空のカード用スタイル */
.empty-card {
  visibility: hidden;
}

@media (max-width: 767px) {
  #box-case .voice-card {
    text-align: left;
  }
}

.voice-swiper-pagination {
  text-align: center;
  margin: 40px 0 20px 0;
}

.voice-swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 8px;
  background: #E3E4E4;
  opacity: 1;
  border-radius: 50%;
  transition: opacity 0.3s ease;
}


[id^="box-case"] {
  scroll-margin-top: 100px;
}

