* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', sans-serif;
    min-height: 100vh;
    color: #4b5563;
}
:root { 
  scroll-padding-top: 220px;
}
html{
  scroll-behavior: smooth;
}
img{
  width: 100%;
}
a{
  text-decoration: none!important;
}
span{
  font-size: 14px;
}
.pcStyle{
  display: block;
}
.spStyle{
  display: none;
}
.orginal_shadow {
  box-shadow: 8px 10px 6px -6px rgba(0, 0, 0, 0.3);
}
h1{
  font-size: 14px;
  font-weight: 100;
}
h5{

}
.item{
  flex: 1;
}
.textleft{
  text-align: left;
}

/* Header Belt */
.header-belt {
  background-color: #000000;
  color: white;
  padding: 8px 0;
  font-size: 12px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
}

/* Header */
.header {
  background: rgba(137, 78, 255, 0.95);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 31px;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.header-container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.logo {
  width: 130px;
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Navigation */
.nav {
  background: white;
  padding: 0 20px;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.nav-list {
  display: flex;
  list-style: none;
  justify-content: center;
  gap: 40px;
}

.nav-item {
  padding: 15px 0;
}

.nav-link {
  text-decoration: none;
  color: #666666;
  font-weight: 600;
  transition: color 0.3s ease;
  position: relative;
}

.nav-link:hover {
  color: #6c5ce7;
}

.nav-link::after {
  transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.search-box {
  position: relative;
}

.search-input {
  padding: 10px 40px 10px 12px;
  border: 2px solid #e5e7eb;
  border-radius: 20px;
  font-size: 14px;
  width: 200px;
  transition: all 0.3s ease;
}

.search-input:focus {
  outline: none;
  border-color: #8B5CF6;
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
}

.search-btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: #8B5CF6;
  border: none;
  color: white;
  padding: 5px 8px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}

.search-btn:hover {
    background: #7C3AED;
}

.contact-btn {
    background: #000000;
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact-btn2 {
    background: #ffffff;
    color: rgb(0, 0, 0);
    padding: 15px 60px;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.3);
}


/* ============================================
Hero Section
============================================ */
  .hero2{
    margin-top: 110px;
    overflow:hidden
  }
  .hero2 img{
    width: 100%;
  }

  .hero2sp{
    margin-top: 130px;
    overflow:hidden
  }
  .hero2sp img{
    width: 100%;
  }

  .wrapper-slider {
    position: relative;
    width: 100%;
    margin: auto;
    color: #262626;
  }
  .wrapper-slider .item {
    position: relative;
    width: 100vw;
    height: 800px;
    padding-inline: 2rem;
  }
  .wrapper-slider .item picture {
    display: block;
  }
  .wrapper-slider .item picture img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 800px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .wrapper-slider .item video {
    position: absolute;
    width: 100%;
    height: 800px;
    -o-object-fit: cover;
    object-fit: cover;
    inset: 0;
  }
  .wrapper-slider .parent-text {
    padding: 3rem 2rem;
    z-index: 2;
    color: white;
  }
  .wrapper-slider .parent-text .info-text {
    position: absolute;
    top: 50%;
    left: 75%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    gap: 0.5rem;
  }
  .wrapper-slider .parent-text .info-text h2 span {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: bold;
    color: #000000;
  }
  .wrapper-slider .parent-text h2 {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: bold;
  }
    .wrapper-slider .parent-text p span{
    font-size: 1rem;
    font-weight: 100;
    margin-bottom: 30px;
    color: #000000;
  }
  .wrapper-slider .parent-text p {
    font-size: 1rem;
    font-weight: 100;
    margin-bottom: 30px;
  }
  .wrapper-slider .parent-text a {
    width: 100%;
    max-width: 13rem;
    height: 3rem;
    font-size: 1rem;
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    text-decoration: none;
    duration: 0.3s ease;
    border-radius: 50px;
    text-decoration: none;
    color: #000000;
  }
  .wrapper-slider .parent-text a:hover {
    background: #ebebeb;
    color: #4c4c4c;
  }
  .wrapper-slider .parent-text img {
    width: 400px;
  }
  .wrapper-slider .parent-text2 {
    padding: 3rem 2rem;
    z-index: 2;
    color: white;
  }
  .wrapper-slider .parent-text2 .info-text2 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    gap: 0.5rem;
  }
  .wrapper-slider .parent-text2 h2 {
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: bold;
  }
  .wrapper-slider .parent-text2 p {
    font-size: 1rem;
    font-weight: 100;
  }
  .wrapper-slider .parent-text2 a {
    width: 100%;
    max-width: 13rem;
    height: 3rem;
    font-size: 1rem;
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    text-decoration: none;
    duration: 0.3s ease;
    border-radius: 50px;
    text-decoration: none;
    cursor: pointer;
    z-index: 10000;
    color: #000000;
  }
  .wrapper-slider .parent-text2 a:hover {
    background: #ebebeb;
    color: #4c4c4c;
  }
  .wrapper-slider .parent-text2 img {
    width: 400px;
  }
  .wrapper-slider .swiper-pagination {
    width: 100%;
    bottom: 5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.4rem;
    font-weight: 500;
    padding-inline: 4rem;
  }
  .wrapper-slider .swiper-pagination .svg-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .wrapper-slider .swiper-pagination .svg-icon path {
    fill: white;
  }
  .wrapper-slider .swiper-pagination .swiper-pagination-bullet {
    color: white;
    opacity: 1;
    width: initial;
    height: initial;
    background: transparent;
  }
  .wrapper-slider .swiper-pagination .swiper-pagination-bullet button {
    background: transparent;
    border: 0;
    display: flex;
    cursor: pointer;
  }
  .wrapper-slider .swiper-pagination .bullet-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wrapper-slider .swiper-pagination .icon {
    position: absolute;
    z-index: 1;
  }

.percentage {
  --colorf3: #000000;
  --color13: #000000;
  width: 2rem;
  aspect-ratio: 1;
  mask: radial-gradient(transparent 55%, black 60% 100%);
  -webkit-mask: radial-gradient(transparent 55%, black 60% 100%);
  transition: opacity 0.6s ease;
  opacity: 0;
  background: conic-gradient(transparent 0, transparent var(--p), #c9d6d7 0), conic-gradient(var(--colorf3), #000000, #000000, #000000, var(--colorf3)), conic-gradient(transparent, transparent 10%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.percentage.show {
  opacity: 1;
}
.percentage .number {
  width: 80%;
  aspect-ratio: 1;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
  background: white;
  border-radius: inherit;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  color: var(--color13);
}




/* ============================================
main content
============================================ */
.content-section, .product-section-content, .assignment-section, .solutionInner_item{
  max-width: 1200px;
  padding: 50px 20px;
  margin: 0 auto;
  width: 100%;
}



/* Main Content--------------------------- */
.content-section {
  max-width: 1200px;
  margin: 0 atuo;
  width: 100%;
}

.content-section:hover {
    transform: translateY(-5px);
}

.section-title {
  font-size: 2rem;
  color: #1f2937;
  margin-bottom: 20px;
}

.section-content {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.8;
}
.section-content .section-image{
  margin-right: -100px;
  margin-top: 130px;
  z-index: 1000;
}
.section-content .section-text{
  padding: 6% 0% 2% 11%;
  background-color: #F5F4F2;
}
.section-text p{
  font-size: 14px;
  padding-bottom: 40px;
}
.section-text h2{
  font-size: 11px;
}
.designaward img{
  width: 200px;
  margin-right:auto
}

/* ============================================
product-section-content
============================================ */
.product-section{
  background-color: #F5F4F2;
}
.product-section-content{
  padding: 100px 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-section-content .section-text h2{
  font-size: 11px;
}
.product-section-content .section-text{
  padding: 0% 0% 2% 0%;
}
.product-section-content .section-text .section-title{
  margin-bottom: 50px;
}
.section-subtitle{
  font-size: 1rem;
  color: #7257d4;
}


/* ============================================
assignment-section-content
============================================ */

/*--------------------------------------
  card
--------------------------------------*/
.cardWrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.l-wrapper_02 {
  margin: 1rem auto;
  width: 350px;
  height: 420px;
}
.card-radius_02{
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,.2);
}

.card_02 {
  background-color: #fff;
  box-shadow: 0 0 0px rgba(0, 0, 0, .16);
  text-decoration: none;
}

.card__header_02 {
  display: flex;
  flex-wrap: wrap;
}

.card__title_02 {
  padding: 1rem 1.5rem;
  font-size: 1rem;
  order: 1;
  font-weight: bold;
  text-decoration: none;
}

.card__thumbnail_02 {
  margin: 0;
  order: 0;
}

.card__image_02 {
  width: 100%;
}

.card__body_02 {
  padding: 0 1.5rem;
}

.card__text_02 {
  font-size: .8rem;
  text-align:center;
  text-decoration: none;
}

.card__text2_02 {
  font-size: .8rem;
  margin-top: 0;
  margin-bottom: 2.5rem;
}
.card__text2_02:nth-child(2){
    margin-bottom: 6.5rem;
}

/*ポリゴン*/
.polygon{
  max-width: 100vw;
  width: 100%;
  margin: 0 auto;
}
.area01 {
  width: 100%;
  background-size: cover;
  padding-top: -20px;
  padding-bottom: 88px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.area01::after {
  content: "";
  width: 70%;
  height: 120px;
  background: #FFFFFF;
  background: linear-gradient(180deg,rgba(255, 255, 255, 1) 7%, rgba(47, 63, 92, 1) 50%, rgba(13, 20, 36, 1) 100%);
  position: absolute;
  top: -1px;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
  z-index: 100;
}
.area01 h2{
  text-align: center;
}
.area02 {
  width: 100%;
  background-color:rgba(47, 63, 92, 1);
  padding: 5%;
  text-align: center;
}
.area02 h2{
border-bottom: 1px solid #ffffff;
}
.text-wrapper{
display: inline-block;
color: #ffffff;
margin: 0 auto;
}


/* ============================================
solution
============================================ */
.solution-section{
  text-align: center;
  padding-top: 70px;
}
.solutionInner{
  background-color: #F5F4F2;
}
.solutionInner_item{
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  width: 100%;
  margin:  0 auto;
}
figure img{
  width: 70%;
}


/* ============================================
assignment-section
============================================ */
.assignment-section .section-text{
  text-align: left;
}




/* ============================================
point-section
============================================ */
/*--------------------------------------
  card
--------------------------------------*/
.point-section{
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  padding: 4% 0 1% 0;
}
.point-section-content{
  text-align: center;
}
.cardWrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.l-wrapper_03 {
  margin: 2px;
  width: 260px;
  height: 350px;
}
.card-radius_03{
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 1px 6px rgba(0,0,0,.2)
}

.card_03 {
  background-color: #fff;
  box-shadow: 0 0 0px rgba(0, 0, 0, .16);
  text-decoration: none;
}

.card__header_03 {
  display: flex;
  flex-wrap: wrap;
  text-align: center;  
}

.card__title_03 {
  font-size: 1rem;
  order: 1;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  margin-bottom: 15px;
  color: #6c5ce7;
}

.card__thumbnail_03 {
  margin: 0;
  order: 0;
}

.card__image_03 {
  width: 100%;
  margin-bottom: 15px;  
}

.card__body_03 {
  padding: 0 1.5rem;
}

.card__text_03 {
  font-size: .8rem;
  text-align:center;
  text-decoration: none;
}

.card__text2_03 {
  font-size: .8rem;
  margin-top: 0;
  margin-bottom: 2.5rem;
}
.card__text2_03:nth-child(2){
    margin-bottom: 6.5rem;
}

/* ============================================
slide
============================================ */
.slider{
    width:90%;
    margin:0 auto;
}
.slider img{
    width:100%;
}
.slider .slick-slide{
    height:auto!important;
}
.slider .slick-arrow{
    z-index:2!important;
}
.slider .slick-next{
    right:0!important;
}
.slider .slick-prev{
    left:0!important;
}
.slick-center {
  /* transition: transform 0.3s ease; スムーズな拡大 */
  margin: 0 auto;
}
.slider-img {
  width: 265px;
  margin: 0 15px;
}
.slick-list {
  margin: 0 -15px;
}
.slick-slide {
  margin: 0 15px;
}
.slider .slick-initialized .slick-slider{
  max-width: 1600px;
}


/* ============================================
contat
============================================ */
.contact-section{
  max-width: 100vw;
  width: 100%;
  margin: 0 auto;
  padding: 10% 0 8% 0;
  overflow:hidden
}
.contact-section-content{
  text-align: center;
}
.contactText{
  padding: 4%;
}
.contactText h3,.contactText p {
  color: #ffffff;
  margin-bottom: 20px;
}
.contactText p{
  margin-bottom: 50px;
}
.background {
  width: 100vw;
  height: 350px;
  background-size: 400px;
}
.background.scroll {
  background-image: url("./images/sec06/contact_bg.png") ;
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
}


/* ============================================
QA-section
============================================ */ 
.faq-section-content {
    max-width: 850px;
    margin: 0 auto 80px auto;
}

.accordion {
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
    padding: 15px 30px;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 2px solid #a29bfe;
    border-radius: 10px;
}

.accordion-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: left 0.5s;
}

.accordion-header:hover::before {
    left: 100%;
}

.accordion-header:hover {
    background-color: #d4d1ff;
}

.question {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    flex: 1;
    margin-right: 20px;
}

.icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea, #764ba2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    position: relative;
}

.icon::before,
.icon::after {
    content: '';
    position: absolute;
    background: white;
    transition: transform 0.3s ease;
}

.icon::before {
    width: 12px;
    height: 2px;
}

.icon::after {
    width: 2px;
    height: 12px;
}

.accordion-item.active .icon {
    transform: rotate(45deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-item.active .accordion-content {
    max-height: 300px;
}

.answer {
    padding: 0 30px 25px 30px;
    color: #666;
    line-height: 1.7;
    font-size: 1rem;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 10px;
    }
    h1 {
        font-size: 2rem;
        margin-bottom: 30px;
    }
    .accordion-header {
        padding: 20px;
    }
    .question {
        font-size: 1.1rem;
    }
    .answer {
        padding: 0 20px 20px 20px;
        font-size: 0.95rem;
    }
}


/* ============================================
Footer-section
============================================ */
footer {
    background-color: #ffffff;
    padding: 60px 0 40px;
    border-top: 1px solid #e5e5e5;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 300px;
}

.footer-logo {
    flex-shrink: 0;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.footerLogo {
    width: 150px;
}

.footer-nav {
    display: flex;
    gap: 80px;
    flex: 1;
    margin-right: auto;
}

.nav-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nav-column a {
    color: #333;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.4;
    transition: color 0.2s ease;
    position: relative;
    padding-left: 0;
}

.nav-column a:hover {
    color: #666;
}

.nav-column a.has-arrow {
    padding-left: 15px;
}

.nav-column a.has-arrow::before {
    content: '>';
    position: absolute;
    left: 0;
    color: #999;
    font-size: 12px;
}

.copyright {
    text-align: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
    color: #999;
    font-size: 12px;
}




/* Search Results */
.search-results {
    display: none;
    position: fixed;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    max-width: 600px;
    width: 90%;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1001;
}

.search-result-item {
    padding: 15px 20px;
    border-bottom: 1px solid #e5e7eb;
    cursor: pointer;
    transition: background 0.3s ease;
}

.search-result-item:hover {
    background: #f9fafb;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes wave {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-1200px);
    }
}

@keyframes loading {
    0% {
        width: 0%;
    }
    50% {
        width: 70%;
    }
    100% {
        width: 100%;
    }
}













/* Responsive ipad -------------------------------*/
@media (min-width: 768px) and (max-width: 1024px){
  .spStyle{
    display: none;
  }
  .header-belt {
    background-color: #000000;
  }
  h1{
    font-size: 12px;
    font-weight: 100;
  }
  .header {
    top: 34px;
    /* top: 38px; */
  }
  .nav {
    /* top: 95px; */
    top: 55px;
  }
  .logo {
    padding: 5px 16px;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .nav-menu {
    gap: 10px;
    font-size: 10px;
  }
  .search-box {
    position: relative;
  }
  .search-input {
    padding: 9px 10px;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    font-size: 11px;
    width: 150px;
    transition: all 0.3s ease;
  }
  .search-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: #8B5CF6;
    border: none;
    color: white;
    padding: 4px 7px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
  }
  .contact-btn {
    background: linear-gradient(45deg, #000000, #000000);
    color: white;
    padding: 9px 10px;
    border: none;
    border-radius: 25px;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
  }
  .header-right {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .wrapper-slider .parent-text, .wrapper-slider .parent-text2{
    text-align: center;
    display: block;
  }
  .wrapper-slider .parent-text .info-text {
    width: 600px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: 20%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    gap: 0.5rem;
  }
  .wrapper-slider .parent-text .info-text a {
    margin: 0 auto;
  }
  .wrapper-slider .parent-text2 .info-text2 a {
    margin: 0 auto;
  }
  
  /*main content ---------------------------------*/
  .section-content .section-image{
    margin-right: -50px;
    margin-top: 140px;
    z-index: 1000;
  }
  .section-text{
    padding: 4% 6% 4% 10%;
    text-align: center;
  }

  /*--------------------------------------
  slide
  --------------------------------------*/
  .slider{
      width:80%;
      margin:0 auto;
  }
  .slider img{
      width:100%;
  }
  .slider .slick-slide{
      height:auto!important;
  }
  .slider .slick-arrow{
      z-index:2!important;
  }
  .slider .slick-next{
      right:0!important;
  }
  .slider .slick-prev{
      left:0!important;
  }
  .slick-center {
    transition: transform 0.3s ease; /* スムーズな拡大 */
    margin: 0 auto;
  }
  .slider-img {
    width: 265px;
    margin: 0 15px;
  }

  /*About ---------------------------------- */
  .section-content .section-image {
    margin-top: 40px;
  }
  .section-content .section-text {
    padding: 6% 2% 2% 8%;
  }  

  /*product-section-content --------------------------- */
  .product-section{
    background-color: #F5F4F2;
    padding: 2%;
  }
  .product-section-content {
    padding: 0;
  }
  .product-section-content .section-text {
    text-align: left;
  }

  /*--------------------------------------
  slide
  --------------------------------------*/
  .slider{
      width:90%;
      margin:0 auto;
  }
  .slider img{
      width:100%;
  }
  .slider .slick-slide{
      height:auto!important;
  }
  .slider .slick-arrow{
      z-index:2!important;
  }
  .slider .slick-next{
      right:0!important;
  }
  .slider .slick-prev{
      left:0!important;
  }
  .slick-center {
    transition: transform 0.3s ease; /* スムーズな拡大 */
    margin: 0 auto;
  }
  .slider-img {
    margin: 0 15px;
  }


  /*faq --------------------------- */  
  .faq-section{
    padding: 4%;
  }

  /*footer --------------------------- */
  .footer-container{
    gap: 80px;
  }
}


/*FUNCTION page --------------------------------------*/
.hero3{
  margin-top: 130px;
  overflow:hidden;
  position: relative;
}
.hero3sp{
  margin-top: 130px;
  overflow:hidden
}
.hero3sp img{
  width: 100%;
}
/* pc */
.hero3 .parent-text{
  position: absolute;
  content: "";
  top: 25%;
  left: 10%;
  transform: translateY(-50%,-50%);
}
.hero3 .parent-text .info-text{
  color: #ffffff;
}
.hero3 .parent-text .info-text img{
  width: 300px;
  margin-top: 50px;
}
/* sp */
.hero3sp .parent-text{
  position: absolute;
  content: "";
  top: 25%;
  left: 10%;
  transform: translateY(-50%,-50%);
}
.hero3sp .parent-text .info-text{
  color: #ffffff;
}
.hero3sp .parent-text .info-text img{
  width: 300px;
  margin-top: 50px;
}

#lineup{
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
#lineup .lineupWrappr .lineupInner .lineupItem:nth-child(1){
  padding-top: 100px;
}
#lineup .lineupWrappr .lineupInner .lineupItem{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
}
#lineup .lineupWrappr .lineupInner .lineupItem:nth-child(even){
  margin-left: 30px;
}
#lineup .lineupWrappr .lineupInner .lineupItem .lineupItem_img{
  margin-right: 30px;
}
#lineup .lineupWrappr .lineupInner .lineupItem .lineupItem_img:nth-child(odd){
  margin-left: 30px;
}
#lineup .lineupWrappr .lineupInner .lineupItem:nth-child(even){
  flex-direction: row-reverse;
}
.item1{
  flex: 1;
}
.item2{
  flex: 3;
}
.lineupItem_subtitle{
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 1.5rem;
}




/* Responsive  sp -------------------------------*/
@media (max-width: 768px) {
  .pcStyle{
    display: none;
  }  
  .spStyle{
    display: block;
  } 
  .logo{
    width: 130px;
    padding: 5px 16px;
  }
  .header{
    top: 32px;
  }
  .header-container {
    flex-direction: column;
    gap: 0px;
    padding: 9px 15px 15px;
  }
  .header-right {
    gap: 10px;
  }
  .header-belt{
    font-size: 8px;
    background-color: #000000;
  }
  h1{
    font-size: 7px;
    font-weight: 100;
    margin-bottom: 0px!important;
  }
  .contact-btn {
    padding: 12px 15px;
  }

/* Navigation */
  .nav {
      background: white;
      padding: 5px 0;
      position: fixed;
      top: 113px;
      left: 0;
      right: 0;
      z-index: 1000;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  .nav-menu {
    gap: 20px;
    font-size: 10px;
  }
  .nav-item a{
    font-size: 10px;
  }
  .nav-item {
    padding: 10px 5px;
  }
  .nav-list{
    gap: 5px;
  }

  .contact-btn {
    font-size: 11px;
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .search-input {
    width: 180px;
    font-size: 11px;
    padding: 12px 15px;
  }
  .search-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: #8B5CF6;
    border: none;
    color: white;
    padding: 7px 8px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
  }


  .hero {
    margin-top: 100px;
  }
  .hero_2sp{ /*:root { scroll-padding-top: 240px;}　も一緒に変更*/
    margin-top: 160px;
    overflow:hidden
  }
  .hero2sp img{
    width: 100%;
  }
  .wrapper-slider .parent-text img {
    width: 390px;
  }
  .wrapper-slider .item {
    position: relative;
    width: 100vw;
    height: 550px;
    padding-inline: 2rem;
  }
  .wrapper-slider .item picture {
    display: block;
  }
  .wrapper-slider .item picture img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 550px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .wrapper-slider .item video {
    position: absolute;
    width: 100%;
    height: 550px;
    -o-object-fit: cover;
    object-fit: cover;
    inset: 0;
  }
  .wrapper-slider .parent-text {
    padding: 3rem 2rem;
    z-index: 2;
    color: white;
  }
  .wrapper-slider .parent-text .info-text {
    width: 400px;
    position: absolute;
    top: 33%;
    left: 60%;
    margin-right: 20%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    gap: 0.5rem;
  }
  .wrapper-slider .parent-text h2 {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: bold;
  }
  .wrapper-slider .parent-text p {
    font-size: .8rem;
    font-weight: 100;
  }
  .wrapper-slider .parent-text a {
    width: 100%;
    max-width: 15rem;
    height: 3em;
    font-size: .8rem;
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    text-decoration: none;
    duration: 0.3s ease;
    cursor: pointer;
    z-index: 10000;
  }
  .wrapper-slider .parent-text .info-text img {
    width: 300px;
  }

  .wrapper-slider .parent-text2 {
    padding: 3rem 2rem;
    z-index: 2;
    color: white;
  }
  .wrapper-slider .parent-text2 .info-text2 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: 20%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    gap: 0.5rem;
  }
  .wrapper-slider .parent-text2 h2 {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: bold;
  }
  .wrapper-slider .parent-text2 p {
    font-size: .8rem;
    font-weight: 100;
  }
  .wrapper-slider .parent-text2 a {
    width: 100%;
    max-width: 17.2rem;
    height: 5.5rem;
    font-size: 1.4rem;
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    text-decoration: none;
    duration: 0.3s ease;
    cursor: pointer;
    z-index: 10000;
  }

/* main content */
  main{
    padding: 4%;
  }
  .section-content {
    flex-direction: column-reverse;
  }
  .section-content .section-image{
    margin-right: 0px;
    margin-top: 0px;
  }
  .section-content .section-text {
    padding: 10% 4%;
  }
  .section-text p{
    padding-bottom: 20px;
  }
  .section-title {
    font-size: 1.3rem;
  }

/*product section--------------------------- */
  .product-section-content {
    padding: 20px 0 60px;
  }  
  .content-section, .product-section-content, .assignment-section, .solutionInner_item {
    padding: 20px 10px 20px 10px;
    gap: 5px;
  }
  .product-section-content .section-text {
    text-align: left;
  }


/*porigon*/
  .area01 {
    padding-bottom: 60px;
  }
  .area01::after {
    content: "";
    width: 100%;
    clip-path: polygon(50% 90%, 100% 0%, 0% 0%);
    top: -23px;
  }
  .area02 {
    padding: 8% 0;
  }


/*assigiment-section --------------------------- */
.content-section, .product-section-content, .assignment-section, .solutionInner_item {
  max-width: 1200px;
  padding: 50px 20px 20px 20px; 
  margin: 0 auto;
  width: 100%;
}
.area02 h2{
  font-size: .9rem;
}
.assignment-section .section-text{
  text-align: center;
}


/*solution-section --------------------------- */
.solution-section-title {
  font-size: 1.2rem;
}
.solutionInner_item .innerItem figcaption{
  font-size: 11px;
}
.solutionInner_item {
  padding: 30px 20px 20px 20px;
}
.solutionInner_item {
  gap:0px;
}

/*product-section-content --------------------------- */
main{
  padding: 0%!important;
}
.product-section{
  background-color: #F5F4F2;
  padding: 6%;
}
.product-section-content{
  padding: 30px 0;
  display: block;
}

/*Contact*/
.background.scroll {
  padding: 20% 4%;
}
.contactText p {
  font-size: 12px;
}

/*--------------------------------------
  slide
--------------------------------------*/
.slider{
    width:78%;
    margin:0 auto;
}
.slider img{
    width:100%;
}
.slider .slick-slide{
    height:auto!important;
}
.slider .slick-arrow{
    z-index:2!important;
}
.slider .slick-next{
    right:0!important;
}
.slider .slick-prev{
    left:0!important;
}
.slick-center {
  transition: transform 0.3s ease; /* スムーズな拡大 */
  margin: 0 auto;
}
.slider-img {
  margin: 0 15px;
}


/*FAQ -------------------------- */
.faq-section-content  {
  padding: 0 10px;
}
.accordion-header {
  padding: 10px;
}
.question {
  font-size: .8rem;
}
.answer {
  padding: 0 20px 20px 20px;
  font-size: 0.8rem;
}
.section-text{
  text-align: center;
}

/*footer -------------------------- */
  .footer-container {
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
    margin-right: auto;
  }

  .footer-nav {
    flex-direction: column;
    gap: 30px;
  }

  .nav-column {
    gap: 15px;
  }

  .logo-container {
    justify-content: center;
  }


/*function page -------------------------- */
.hero3sp{
  margin-top: -20px;
}
.hero3sp .parent-text .info-text img {
  display: none;
}
/* pc */
.hero3sp .parent-text {
  top: 40%;
  left: 6%;
}
#lineup .lineupWrappr .lineupInner .lineupItem{
  display: block;
  margin-bottom: 40px;
  padding: 4%;
}
#lineup .lineupWrappr .lineupInner .lineupItem:nth-child(even) {
  margin-left: 0;
}
#lineup .lineupWrappr .lineupInner .lineupItem:nth-child(1) {
  padding-top: 60px;
}
#lineup .lineupWrappr .lineupInner .lineupItem .lineupItem_img{
  width: 300px;
  margin: 0 auto;
}
#lineup .lineupWrappr .lineupInner .lineupItem .lineupItem_title{
  text-align: center;
}
#lineup .lineupWrappr .lineupInner .lineupItem .lineupItem_title{
  text-align: center;
}

}  