.top_panel{
  display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    position: relative;
    width: 100%;
    min-height: 45rem; /* 必要に応じて調整 */

  
}
section{
  display:block;
}
.top_right{
          aspect-ratio: 879 / 740;
        width: 72rem;
        right: 0;
         margin-left: auto;
   
  position: absolute;
  top: 0;
  right: 0;
}

.top_right #slider,
.top_right .slick-track,
.top_right .slick-slide {
  height: auto;
}

.top_right #slider img {
  width: 100%;
  height: auto;
  display: block;
}
  

.hero-copy {
    z-index: 1;
    position: absolute;
    top: 11rem;
    left: 1rem;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 2.8rem;
    font-weight: 900;
    font-size: clamp(2rem, 6vw, 4rem) !important;
      text-shadow: 0 0 5px #fff,0 0 5px #fff;
}
.hero-en{
  font-size: 1.4rem;
  font-weight: 100;
   color: var(--color-main);
   text-shadow: 0 0 0px #000;
   display:block;

}
.title_small{
  font-weight: 600;
  color: var(--color-main);
}
.btn-more {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  border:1px solid  var(--color-main);
  color: bar(--color-main);
  text-decoration: none;
  
  transition: background-color 0.3s;
}

.btn-more:hover {
  background-color: var(--color-accent);
}

.headline-en {
    color: var(--color-main);
    font-size: 4rem;
    line-height: 1;
  font-weight: 700;
  letter-spacing: 0.1;
  }

        .service .headline {
        margin-top: 120px;
        margin-bottom: 80px;
        text-align: center;
    }
        .service .headline-en {
        letter-spacing: .05em;
    }
    .service .headline {
    box-sizing: content-box;
    flex-direction: column;
    max-width: 1024px;
    margin-top: 80px;
    margin-bottom: 40px;
    margin-inline: auto;
    padding: 0 20px;
}
.headline_box{
      box-sizing: content-box;
    flex-direction: column;
    max-width: 1024px;
    margin-top: 80px;
    margin-bottom: 40px;
    margin-inline: auto;
    padding: 0 20px;
   
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    display: flex;
justify-content: center;

text-align: center;
}
.section {
  padding: 60px 20px;
  border-bottom: 1px solid #eee;
}

.service_container {
 
  margin: 0 auto;
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.service_container.reverse {
  flex-direction: row-reverse;
}

.image-box {
  flex: 1;
}

.image-box img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.image-box.double img {
  width: 48%;
  margin-right: 4%;
}

.image-box.double img:last-child {
  margin-right: 0;
}

.text-box {
  flex: 1;
 
}

.number {
 font-weight: 500;
 font-size: clamp(48px, 8vw, 96px);
 line-height: .75;
}

.category {
  color: #f1b600;
  font-weight: bold;
  margin-bottom: 0px;
}


.btn {
  display: inline-block;
  background: #fff;
  border: 2px solid #f1b600;
  color: #222;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.btn:hover {
  background: #f1b600;
  color: #fff;
}
.service_ttl_box{
  display:flex;
  align-items: center;

}
.service_ttl_box:before {
  content: "";
  flex-shrink: 0;
  width: 16px;
  margin-right: 32px;
  background-color: var(--color-main);
  align-self: stretch;
}
.service_ttl_box_in{
  display:flex;
  flex-direction: column;
  margin-left: 16px;
 
}
.service_ttl{
  font-size: clamp(1rem, 4vw, 2rem);
  font-weight: 600;
  margin-top: 0;
      margin-block-start: 0em;
    margin-block-end: 0em;
}

.image-box{
 
    
    overflow: hidden;
}
.point_box{
  display: flex;
  justify-content: center;
gap: 16px;
}
.point{
  width: calc(33% - 16px);
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border:solid 0.5px #333;
  border-radius: 4px;
  margin-bottom: 16px;
}
.point_en{
  background-color: #000;
  padding: 6px 24px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}
.point_ttl{
  font-size: 1.6rem;
  margin-bottom: 8px;
  font-weight: 600;
}
.l-inner2{
  width: 50%;
  margin: 16px auto;
}
.point_image{
  width: 30%;
  max-width:155px;
}
.work-category {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    color: #666;
    font-weight: bold;
}

a{
  text-decoration: none;
}
.work-img-wrapper {
    position: relative;
}

.work-category-overlay {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color:var(--color-main);
    color: #fff;
    padding: 4px 10px;
    font-size: 0.9rem;
    font-weight: bold;
    border-radius: 4px;
}
.soldout-label {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgb(172, 0, 0) !important;
    color: white;
    font-weight: bold;
    padding: 4px 10px;
    font-size: 0.8rem;
    border-radius: 4px;
}

/* single */
.single-works-hero {
    background-color: #f8f8f8;
    padding: 60px 20px;
    text-align: center;
}

.works-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.works-meta .works-category {
    display: inline-block;
    background-color: var(--color-main);
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    margin-right: 8px;
    font-size: 0.9rem;
}

.single-works-content {
    padding: 60px 20px;
    background: #fff;
}

.works-image img {
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto 40px;
    display: block;
    border-radius: 8px;
}

.works-description {
    font-size: 1rem;
    line-height: 1.8;
}

.works-category.soldout {
    background-color: red;
    color: white;
}

/* single */

@media (max-width: 700px) {
  .service_container,
  .service_container.reverse {
    flex-direction: column;
  }
}
@media screen and (max-width: 650px){
  .l-inner2{
    width: 95% !important;
    margin: 0 auto;
  }
  .point_box{
    width: 100%;
   display:block;}
    .point{
      width: 100% !important;
    }
}

/* Added for device-specific display of hero-copy text */
.pc-copy {
    display: inline;
}
.sp-copy {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc-copy {
        display: none;
    }
    .sp-copy {
        display: inline;
    }
}
 .news-list-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.news-item {
  background: #fff;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;

  
     border-bottom: dotted 0.5px #000;
  transition: transform 0.3s;
}
.news-date {
  font-size: 0.75rem;
  color: #666;
  margin-right: 12px;
}
.news-cat {
  font-size: 0.75rem;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
}
.news-cat-news { background-color: #0073aa; }
.news-cat-event { background-color: #d54e21; }
.news-cat-update { background-color: #46b450; }
.news-date {
  font-size: 0.75rem;
  color: #666;
  margin-right: 12px;
}
.news-cat {
  font-size: 0.75rem;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
}
.news-cat-news { background-color: #0073aa; }
.news-cat-event { background-color: #d54e21; }
.news-cat-news_works { background-color: #46b450; }
a{
  text-decoration: none !important;
  color: #000 !important;
}
a:visited{
  text-decoration: none !important;
  color: #000 !important;
}

 span.yazi{
  display: flex;
  color: #000;
} 
span.yazi::after {
  content: '';
  width: 100px;
  height: 15px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
  color: #000;
}


.site-footer {
  background-color: #222;
  color: #ccc;
  padding: 40px 20px;
  text-align: center;
}
.site-footer .footer-brand a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 16px;
  display: inline-block;
}
.site-footer .footer-nav ul {
  list-style: none;
  margin: 16px 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.site-footer .footer-nav a {
  color: #ccc;
  text-decoration: none;
  font-size: 0.875rem;
}
.site-footer .footer-nav a:hover {
  color: #fff;
}
.site-footer .footer-info p {
  margin: 4px 0;
  font-size: 0.75rem;
}
.footer-brand a{
  color: #fff !important;
}
.footer-nav a{
  color: #fff !important;
}