@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
.no-sidebar .sidebar{
  display: -webkit-box;
}
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
html{
    margin-top: 0 !important;
}
#wpadminbar{
    margin-bottom: 32px;
}
.mobile-header-menu-buttons {
	display: flex;
	bottom: auto;
	top: 0;
}
.header-container{
	display:none;
}
  .mobile-menu-buttons .menu-caption{
    display: none;
  }
  .mobile-menu-buttons{
    align-items: center;
  }
/*モバイルメニュー背景色*/
.navi-menu-content {
  background-color: #000;
}
.mobile-menu-buttons{
  margin-top: 32px;
}
.search-menu-button {
  display: none!important;
}
.logo-menu-button{
  justify-content: left!important;
  background-color: #000;
}
.fv-logo{
  width: 30%;
  background-color: #000;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  main.main, div.sidebar{
    padding: 0;
    margin: 0;
  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/* Base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Helvetica Neue', Arial, sans-serif; */
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
}

body {
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
    background-color: unset;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
}
h4{
    margin: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    max-width: 100%;
    height: auto;
}
td{
    text-align: left;
    background-color: #000;
}
.works-info-table td{
    background-color: #fff;
    color: #000;
}
header{ top:0; z-index:999; }
main{ max-width:100%; }
main section{ height:120vh; padding:0 15px; overflow:hidden; position:relative; }
main section > div{
	max-width:1000px;
	margin:0 auto;
	text-align:center;
	color:#fff;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
main .one{ background:url(img/luxy/01.jpg) center; background-size:cover; }
main .two{ background:url(img/luxy/02.jpg) center; background-size:cover; }
main .three{ background:url(img/luxy/03.jpg) center; background-size:cover; }
main section div > h2{
	margin-bottom:35px;
	font-size:50px;
	font-weight:900;
}
main section div > p{
	font-size:18px;
	font-weight:500;
}
main section p img{ width:150px; display:inline-block; }
main .one .kumo img{ width:300px; }
main .two p img{ position:absolute; right:0; }

#mv{
    height: 100vh;
    position: relative;
    z-index: 999;
}
.uk-container{
    max-width: 1540px;
}
.container{
    width: 1220px;
    margin: auto;
}
.work-container{
    position: relative;
    width: 70%;
    z-index: 0;
    /* top: 15em; */
}
/* Sidebar styles */
.sidebar {
    width: 15%;
    padding: 0 10% 0 2.5%;
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    position: absolute;
    height: 100vh;
    z-index: 1;
    border-radius: initial!important;
}
#statement .sidebar{
    height: 165vh;
}

.logo {
    margin: 1em auto;
    width: 80px;
}

.vertical-text {
    position: relative;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    /* transform: rotate(180deg); */
    margin: auto;
    padding: 20px 0;
    font-size: 14px;
    letter-spacing: 2px;
}
.vertical-text p{
    font-size: 34px;
    font-size: 2.2vw;
}

/* Main content styles */
.main-content {
    padding-top: 7vh;
    /* height: 93vh; */
    position: relative;
    /* z-index: 999; */
    z-index: auto;
}

/* Header/Menu styles */
/* Header/Menu styles */
.menu-button {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 999999;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
}

.hamburger {
    width: 80px;
    height: 32px;
    position: relative;
}

.hamburger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    left: 0;
    transition: all 0.3s ease;
}

.hamburger span:nth-child(1) {
    top: 0;
}

.hamburger span:nth-child(2) {
    top: 16px;
    width: 75%;
}

.hamburger span:nth-child(3) {
    top: 32px;
    width: 50%;
}

.menu.open + .menu-button .hamburger span {
    background-color: #fff;
}
.menu.open + .menu-button .hamburger span:nth-child(3) {
    top: 23px;
}
.menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: fit-content;
    background-color: #000;
    color: #fff;
    z-index: 150;
    transition: right 0.3s ease;
    padding: 80px 40px;
}

.menu.open {
    right: 0;
}

.menu-items {
    list-style: none;
    margin-top: 40px;
}

.menu-items li {
    margin-bottom: 20px;
}

.menu-items a {
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}

.menu-items a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: right;
}

.menu-items a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* Hero Section */
.hero {
    position: relative;
    height: 95vh;
    display: flex;
    align-items: center;
    margin-left: 10%;
    z-index: 1;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 5%;
}

.hero-text-container {
    max-width: 600px;
    margin-bottom: 80px;
}

.hero-title {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.4;
}

.hero-text {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.read-more {
            background-color: #D9D9D9;
            display: inline-block;
            font-size: 14px;
            padding: 5px 43px 5px 15px; /* 15px + 28px for line width */
            margin-top: 10px;
            transition: all 0.3s ease;
            position: relative;
            text-decoration: none;
            color: #333;
        }

        .read-more:hover {
            background-color: #333;
            color: #fff;
        }

        .read-more::after {
            content: '';
            position: absolute;
            top: 50%;
            right: 0;
            width: 28px;
            height: 1px;
            background-color: #333;
            transform: translateY(-50%);
            transition: background-color 0.3s ease;
        }

        .read-more:hover::after {
            background-color: #fff;
        }

/* Main sections */
.main-sections {
    display: flex;
    flex-direction: column;
}

.section {
    margin-bottom: 120px;
    /* overflow: hidden; */
}

.section-title {
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 50px;
    letter-spacing: 2px;
}
.section-title span{
    color: rgba(195, 13, 35, 0.5);
}

/* Statement section */
.statement-content {
    display: flex;
    align-items: center;
    padding: 10%;
    padding-bottom: 0;
}
.statement-text-img {
    width: fit-content;
}

.statement-text {
    max-width: 250px;
    margin: auto;
    margin-top: 0;
    margin-left: 4em;
}
.statement-subtitle {
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.4;
    color: rgba(92, 92, 92, 0.5);
    border-bottom: solid 1px #000;
    width: fit-content;
    margin: auto auto 2em;
    padding-bottom: 1.5em;
}

.statement-paragraph {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 30px;
}
.statement-rt{
    position: relative;
    width: 15%;
    /* width: 20.667%; */
    background-color: #000;
    color: #fff;
    height: 35vh;
    writing-mode: vertical-rl;
    z-index: -1;
}
.recruit-rt{
    height: auto;
}
.works-rt{
        position: relative;
    width: 17.75%;
    background-color: #000;
    color: #fff;
    /* height: 40vh; */
    writing-mode: vertical-rl;
    height: auto;
}

.statement-rt h2{
    position: absolute;
    color: rgba(92, 92, 92, 0.5);
    height: fit-content;
    writing-mode: vertical-rl;
    left: 25%;
    font-size: 90px;
    top: 1.5em;
}
.txt-gray{
    color: rgba(92, 92, 92, 0.5);
}
/* Works section */
.works-section{
    display: flex;
    flex-direction: column;
}

.works-section .section-title::after {
    content: "";
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
.container-works{
    width: 80%;
    margin: auto;
}
.works-description {
    max-width: 600px;
    margin: 0 auto 30px;
    font-size: 1.8vw;
    line-height: 1.8;
}

.nero-style-theme .works-grid {
    display: grid;
    gap: 10px;
    display: grid;
    grid-template-columns: 2fr 2fr;
    margin-bottom: 0;
}
.work-item {
    position: relative;
    height: 0;
    padding-bottom: 62%; /* For aspect ratio */
    overflow: hidden;
}

.work-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    transition: transform 0.3s ease;
    background-color: #363636;
}
.work-item:hover img {
    transform: scale(1.05);
}

.work-label {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 3px 10px;
    font-size: 12px;
}

.works-btn {
    margin-top: 30px;
    margin-bottom: 50px;
}
.works-btn-sp{
    display: none;
}
.works-text{
    margin-left: 12em;
    max-width: 400px;
    margin-top: 0
}
.right{
    position: absolute;
    right: 0;
    height: 130%;
    width: 25%;
}
.right h2{
    right: 0;
    top: 0;
}
/* Topics section */
.topics-section {
    width: 1220px;
    margin: auto;
    margin-bottom: 80px;
    margin: 10em auto;
}
.page-template-page-flow-php .topics-section {
    margin-top: 0;
}

.topics-list {
    max-width: 800px;
    margin: 0 auto 30px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.topic-item {
    padding: 15px;
    display: flex;
    margin: 0 1em;
    align-items: center;
}

.topic-date {
    flex: 0 0 120px;
    font-size: 14px;
}

.topic-title {
    flex: 1;
    font-size: 14px;
}

.topics-btn {
    text-align: center;
}
/* Topic Item Styles with Simple Hover Animation */
.topic-item {
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.topic-item:hover {
    background-color: #fafafa;
}

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

.topic-date {
    transition: color 0.3s ease;
}

.topic-item:hover .topic-date {
    color: #333;
}

.topic-title {
    transition: color 0.3s ease;
}

.topic-item:hover .topic-title {
    color: #000;
}

/* Contact & Recruit section */
.contact-recruit {
    width: 1220px;
    margin: auto;
    display: flex;
    gap: 20px;
    margin-bottom: 80px;
    margin-bottom: 10em;
    position: relative;
    z-index: 1;
    padding: 0 1em;

}

.contact-item, .recruit-item {
    flex: 1;
    height: fit-content;
}

.contact-item img, .recruit-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-1 {
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: rgba(0, 0, 0, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.overlay-title {
    color: #fff;
    font-size: 48px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.overlay-text {
    font-size: 12px;
}
 /* Contact & Recruit section */
        .contact-recruit {
            width: 1220px;
            max-width: 100%;
            margin: auto;
            display: flex;
            gap: 20px;
            margin-bottom: 80px;
            margin-bottom: 10em;
            position: relative;
            z-index: 1;
            padding: 0 1em;
        }

        .contact-item, .recruit-item {
            flex: 1;
            height: fit-content;
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        /* ホバー時のカード全体の変化 */
        .contact-item:hover, .recruit-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
        }

        .contact-item a, .recruit-item a {
            display: block;
            position: relative;
            text-decoration: none;
            overflow: hidden;
        }

        .contact-item img, .recruit-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        /* ホバー時の画像拡大 */
        .contact-item:hover img, .recruit-item:hover img {
            transform: scale(1.1);
        }

        .overlay-1 {
            transition: background-color 0.3s ease;
        }

        /* ホバー時のオーバーレイ透明度変更 */
        .contact-item:hover .overlay-1, .recruit-item:hover .overlay-1 {
            background-color: rgba(0, 0, 0, 0.5);
        }

/* Map section */
.map {
    width: 100%;
    height: 635px;
    text-align: center;
    margin: auto;
    padding-bottom: 80px;
    padding: 0 5%;
}

.map iframe {
    width: 1220px;
    height: 100%;
    object-fit: cover;
}
#map {
    z-index: -1;
    position: relative;
}
.bottom{
    position: absolute;
    top: 51%;
    height: 50%;
    width: 100%;
}

/* Footer styles */
.footer {
    background-color: #000;
    color: #fff;
    padding: 20px 5%;
    padding-top: 8em;
    margin-top: 0;
}

.footer-nav {
    width: 40%;
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    margin: 0 0 20px auto;
    display: grid;
    /* grid-template-columns: repeat(4, 1fr); */
    /* grid-template-rows: repeat(4, 1fr); */
    gap: 20px;
}

.footer-nav li {
    width: 180px;
    margin: 0 15px;
    font-size: 21px;
    font-size: 1.35vw;
    letter-spacing: 0;
}
::marker{
    font-size: .75vw;
}
.uk-nav-default .uk-nav-sub a{
    color: #fff;
    font-size:  15px;
    font-size: .95vw;
}
.uk-parent a{
    border-bottom: solid;
}
.uk-nav-default>li>a{
    color: #fff;
}
.uk-nav-sub a{
    border-bottom: none;
}
.uk-nav-sub li{
    list-style: initial;
    margin: 0 10px;
}
.uk-nav-default{
    display: grid!important;
    grid-template-columns: repeat(4, 1fr);
}

.footer-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 12px;
    font-size: .76vw;
}


.footer-logo img {
    width: 240px;
}

.address {
    margin-top: 20px;
    flex: 1;
    line-height: 1.6;
}
.address p {
    margin: 5px auto;
}
footer .uk-flex-right{
    margin: 1em;
    text-align: right;
    display: flex;
}
.copyright {
    text-align: right;
    font-size: 10px;
    padding-bottom: 10px;
}
.footer-privacy {
    position: relative;
    top: 5em;
}
/* ABOUT US */
.about-container{
    width: 740px;
    margin: auto;
    justify-content: center;
}
.about-container h3{
    line-height: 2.5;
}
#about .about-container p, .about-container td{
    text-align: left;
    line-height: 2.4;
}
.about-container td{
    font-size: 15px;
    font-size: .838vw;
}
.uk-margin-medium-bottom, #flow .uk-card-header{
    border: solid 1px #000;
    border-left: none;
    border-right: none;
}
#flow .uk-card-header{
    padding: 0;
}
.table-left{
    text-align: left;
}
.uk-width-ss{
    width: 100px;
}
.message-text p{
    line-height: 2.5;
}
/* FLOW */
.page-template-page-flow .sidebar {
    height: 100vh;
}
#flow{
    position: relative;
}
.flow-rt{
    position: absolute;
    right: 0;
    top: 35vh;
    width: 85%;
    height: 86.5%;
    background-color: #F2F2F2;
}

.top-6{
    position: relative;
    top: -22em;
}
*+.uk-grid-margin, .uk-grid+.uk-grid, .uk-grid>.uk-grid-margin{
    margin-top: 1em;
}
.flow-arrow-wrapper{
    padding: 2em 0;
}
.arrow_wrap{
    padding-bottom: 44px; /* 高さに合わせて調節してください。*/ 
    overflow: hidden;
    text-align: center;
} 
.arrow{
    position: relative;
}
.arrow::after{
    content: '';
    position: absolute;
    width: 0;
height: 0;
border-style: solid;
border-color: #d9d9d9 transparent transparent transparent;
border-width: 38.11px 22px 0px 22px;
}
/* Scroll indicator */
.scroll-indicator {
    position: absolute;
    writing-mode: vertical-rl;
    bottom: 0;
    left: 30%;
    transform: translateX(-50%);
    font-size: 12px;
    display: flex;
    align-items: center;
}

.scroll-text {
    margin-top: 15px;
}

.scroll-arrow {
    height: 160px;
    border-left: 1px solid #fff;
    animation: scrollAnimation 2s infinite;
}

.statement-page-container {
    display: flex;
    flex-direction: column;
}

.statement-header {
    display: flex;
    position: relative;
    margin: auto;
    text-align: center;
}

.statement-left-sidebar {
    width: 90px;
    background-color: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    position: fixed;
    height: 100vh;
    z-index: 100;
}

.statement-main-content {
    margin-left: 90px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.statement-title-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.statement-title-text {
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    color: rgba(92, 92, 92, 0.5);
}

.statement-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

#statemet .statement-content {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 8em;
}
.top-st{
    padding-top: 8em;
    padding-left: 12em;
    padding-bottom: 8em;
}

.statement-content-title {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.6;
    text-align: center;
}

.statement-content-text {
    font-size: 16px;
    line-height: 1.8;
    max-width: 800px;
    margin-bottom: 40px;
}

.statement-highlight {
    display: inline-block;
    background-color: #f5f5f5;
    padding: 2px 8px;
    margin: 0 2px;
}

.read-more-btn {
    display: inline-block;
    border: 1px solid #333;
    padding: 10px 30px;
    text-align: center;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.read-more-btn:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}
.statement-main .statement-rt{
    width: 10%;
    height: auto;
}
.statement-main img{
    width: 90%;
    z-index: -1;
}
.statement-mv{
    position: relative;
    z-index: 999;
    /* top: -23em;
    left: 11em; */
}
@keyframes scrollAnimation {
    0% {
        opacity: 0;
        transform: translate(0, 0);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate(0px, 10px);
    }
}

.works-page-container {
    display: flex;
    flex-direction: column;
}

.works-header {
    position: relative;
    padding-top: 60px;
    text-align: center;
}

.works-title-area {
    text-align: center;
    margin-bottom: 40px;
}

.works-title-text {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 10px;
}

.works-description {
    max-width: 800px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 1.8;
}

.works-grid-container {
    max-width: 1540px;
    margin: 0 auto auto 0;
    /* padding: 0 20px; */
}

.works-grid-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

.work-label {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 3px 10px;
    font-size: 12px;
}

.works-business-areas {
    max-width: 85%;
    margin: 60px auto 8em;
    background-color: #000;
    color: #fff;
    padding: 4em;
    padding-right: 20%;
    padding-left: 5%;
}
.nero-style-theme .bosyuu{
    max-width: 85%;
}

.business-area-title {
    font-size: 42px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 300;
}

.business-area-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.business-area-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.business-area-item h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.business-area-item ul {
    list-style-type: none;
    padding-left: 0;
}

.business-area-item li {
    font-size: 14px;
    margin-bottom: 5px;
}

.right {
    position: absolute;
    right: 0;
    height: 130%;
    width: 25%;
}

.right h2 {
    right: 0;
    top: 0;
}

.uk-table tbody tr{
    border: solid 1px #fff;
}

@media (max-width: 960px) {
    .works-grid, .works-grid-2, .business-area-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 640px) {
    .works-grid, .works-grid-2, .business-area-list {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* Responsive styles */
@media (max-width: 1200px) {
    .works-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 768px) {
    .arrow::after{
        right: -20px;
        border-width: 26.11px 16px 0px 16px;
}
    div.sidebar {
        width: 12.5%;
        height: -webkit-fill-available;
    }
    .page-template-page-statement .sidebar {
        height: 80vh;
    }
    .category-topics .sidebar {
        height: 56vh;
    }
    
    .logo {
        width: 35px;
    }
    
    .vertical-text {
        font-size: 12px;
    }
    
    .main-content {
        margin-left: 12.5%;
    }
    .main-content{
        margin: auto;
    }
    
    .hero-text-container {
        max-width: 100%;
    }
    
    .contact-recruit {
        flex-direction: column;
        padding: 0 1em;
        width: 100%;
    }
    #topic .contact-recruit{
        padding: 0 1em;
    }
    .topics-section {
        width: 100%;
        padding: 1em;
        margin: 2em auto;
    }
    .works-header{
        padding-top: 0;
        padding-left: 0;
    }
    .nero-style-theme .works-header .statement-title-area{
        margin-bottom: 0;
        width: fit-content;
        margin-left: 0;
        padding-left: 1.5em;
    }
    .works-text,.works-text h2{
        text-align: center;
        margin: auto;
        color: #fff;
    }
    .works-btn{
        display: none;
    }
    .works-btn-sp{
        display: block;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
    }
    .top-st{
        width: 100%;
        padding: 0;
    }
    .hero{
        margin-left: 12.5%;
    }
    .statement-text-img,.statement-text{
        width: 50%;
    }
    .statement-text-img{
        margin: 0 auto auto;
    }
    .nero-style-theme #statement{
        flex-wrap: wrap;
        margin-bottom: 4em;
    }
    .sidebar[uk-parallax],
    .statement-rt[uk-parallax],
    .section-title[uk-parallax] {
        transform: none !important;
    }
    .statement-rt{
        /* display: none; */
                width: 100%;
        writing-mode: horizontal-tb;
        background-color: initial;
        height: auto;
    }
    .uk-flex .statement-rt{
        width: auto;
    }
    .uk-flex .recruit-rt{
        width: 14.3%;
        background-color: #000;
    }
    #top .statement-rt{
        width: 100%;
    }
    .statement-rt h2{
        position: initial;
        writing-mode: horizontal-tb;
        width: 100%;
        color: rgba(92, 92, 92, 0.5);
    }
    .works-section{
        background-color: #000;
    }
    .section-title span{
        color: rgba(92, 92, 92, 0.5);
    }
    .right{
        position: initial;
        z-index: auto;
    }
    .main-content{
            padding-top: 5vh;
    }
    .hamburger{
        width: 40px;
        height: 16px;
    }
    .hamburger span{
        height: 1px;
    }
    .hamburger span:nth-child(2) {
    top: 8px;
    width: 75%;
}

.hamburger span:nth-child(3) {
    top: 16px;
    width: 50%;
}

}

@media (max-width: 480px) {
    
    
    .menu {
        width: 100%;
        height: 100%;
    }
    
    .hero-title {
        font-size: 20px;
    }
    
    .section-title {
        font-size: 20px;
    }
    
    .topic-item {
        flex-direction: row;
    }
    
    .topic-date {
        margin-bottom: 5px;
    }
}
/* Works Archive and Single Page Shared Styles */
.nero-style-theme .statement-title-area {
    margin-bottom: 50px;
}

.nero-style-theme .statement-title-wrapper {
    text-align: center;
}

.nero-style-theme .statement-title-text {
    font-size: 3rem;
    margin-bottom: 10px;
}

.nero-style-theme .statement-subtitle {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.nero-style-theme .work-item {
    position: relative;
    overflow: hidden;
}

.nero-style-theme .work-item:hover img {
    transform: scale(1.05);
}

.nero-style-theme .work-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    font-size: 0.9rem;
}

/* Works Archive Page Specific Styles */
.nero-style-theme .works-container {
    position: relative;
    z-index: 6;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    right: 7.5%;
    /* padding: 50px 20px; */
    padding-top: 50px;
}
.statement-page-container{
    position: relative;
    z-index: 6;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    right: 7.5%;
    /* padding: 50px 20px; */
}
.works-page-container .works-rt{
    width: 17.7%;
}

.nero-style-theme .works-description {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 2em;
}
.nero-style-theme .left{
    text-align: left;
}
.nero-style-theme .recruit-title {
    font-size: 1.7vw;
    margin-bottom: 2em;
}
.flow-des,.recruit-description{
        font-size: 24px;
    font-size: 1.25vw;
    line-height: 2.5!important;
}

.nero-style-theme .container-works {
    margin-bottom: 50px;
}

.nero-style-theme .uk-pagination {
    margin-top: 30px;
}

.nero-style-theme .uk-pagination > * > * {
    padding: 5px 12px;
    color: #333;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease;
}

.nero-style-theme .uk-pagination > .uk-active > * {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.works-pagination-nav{
    margin-top: 2em;
    text-align: center;
}
.nero-style-theme .works-business-areas {
    margin: auto;
    margin-right: 0;
    /* padding: 30px; */
    background-color: #000;
}
.nero-style-theme .bus-bg{
    background-color: initial;
}

.nero-style-theme .business-area-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: center;
}
.nero-style-theme .youkou-ttl{
    font-size: 2.6rem;
    margin: 1em;
}
.bs-title {
    width: 25%;
    background-color: #373737;
    text-align: center;
}
.nero-style-theme .bs-title {
    font-weight: bold;
    width: 200px;
    text-align: center;
}
.works-info-table .bs-title{
    align-content: center;
    font-weight: normal;
    background-color: #000;
    color: #fff;
    width: 40%;
}
.recruit-wrap{
        width: 740px;
    margin: auto;
    margin-left: 15%;
    padding-bottom: 8em;
}
/* より具体的な指定方法 */
/* table:not(.has-border-color) :where(th, td),.uk-table tbody tr{
    border: none;
} */
 .gyoumu td{
    border-bottom: 1px dashed #fff !important;
}
td:nth-child(2n){
    font-size: 15px;
}
.gyoumu .bs-title,.uk-table tbody tr{
    border-top: none !important;
    border-bottom: none !important;
}

.gyoumu .bs-des{
    border-top: none !important;
    border-bottom: 1px dashed #fff !important;
}
/* Single Work Page Specific Styles */
.nero-style-theme .single-work-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 20px;
}

.nero-style-theme .work-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 40px;
    font-size: 0.95rem;
}

.nero-style-theme .meta-item {
    margin: 0 15px 10px;
}

.nero-style-theme .meta-label {
    font-weight: bold;
}

.nero-style-theme .work-main-image {
    margin-bottom: 40px;
    text-align: center;
}

.nero-style-theme .featured-image {
    max-width: 100%;
    height: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.nero-style-theme .work-content {
    margin-bottom: 40px;
    line-height: 1.8;
}

.nero-style-theme .gallery-title,
.nero-style-theme .specs-title,
.nero-style-theme .related-title {
    font-size: 1.5rem;
    margin: 40px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.nero-style-theme .gallery-grid {
    margin-bottom: 40px;
}

.nero-style-theme .gallery-item {
    margin-bottom: 20px;
}

.nero-style-theme .image-caption {
    margin-top: 8px;
    padding: 5px 0;
    text-align: center;
    font-size: 0.9rem;
    color: #666;
}

.nero-style-theme .work-specs {
    margin-bottom: 40px;
}

.nero-style-theme .specs-content {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
}

.nero-style-theme .specs-content table {
    width: 100%;
    border-collapse: collapse;
}

.nero-style-theme .specs-content table th {
    background-color: #eee;
    padding: 8px;
    text-align: left;
    font-weight: bold;
    width: 30%;
}

.nero-style-theme .specs-content table td {
    padding: 8px;
    border-bottom: 1px solid #eee;
}

.nero-style-theme .related-works {
    margin: 40px 0;
}

.nero-style-theme .related-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.nero-style-theme .work-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.nero-style-theme .prev-work,
.nero-style-theme .next-work {
    max-width: 30%;
}

.nero-style-theme .prev-work a,
.nero-style-theme .next-work a,
.nero-style-theme .all-works a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
}

.nero-style-theme .prev-work a:hover,
.nero-style-theme .next-work a:hover,
.nero-style-theme .all-works a:hover {
    color: #000;
    text-decoration: underline;
}

.nero-style-theme .nav-arrow {
    font-weight: bold;
}

.nero-style-theme .back-to-archive {
    display: inline-block;
    padding: 8px 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.nero-style-theme .back-to-archive:hover {
    background-color: #e5e5e5;
    text-decoration: none;
}

/* Responsive Styles */
@media (max-width: 767px) {
    .nero-style-theme .works-grid,
    .nero-style-theme .related-grid {
        grid-template-columns: repeat(auto-fill, minmax(1, 1fr));
        gap: 5px;
    }
    /* Works Grid レスポンシブ調整 */
.nero-style-theme .works-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(1, 1fr));
    gap: 5px;
    margin-bottom: 0;
}
    
    .nero-style-theme .bs-title {
        width: auto;
        width: 100%;
        display: block;
        text-align: left;
    }
    td:nth-child(2n){
        margin-bottom: 1em;
    }
    .works-info-table td{
        width: 100%;
        font-size: 2.8vw;
    }
    .nero-style-theme .work-meta {
        flex-direction: column;
        align-items: center;
    }
    
    .nero-style-theme .meta-item {
        text-align: center;
        margin: 0 0 10px 0;
    }
    
    .nero-style-theme .work-navigation {
        flex-direction: column;
        gap: 15px;
    }
    
    .nero-style-theme .prev-work,
    .nero-style-theme .next-work {
        max-width: 100%;
        text-align: center;
    }
    
    .nero-style-theme .all-works {
        order: -1;
        margin-bottom: 15px;
    }
    .nero-style-theme .business-area-title{
        text-align: left;
        font-size: 1.3rem;
    }
}
/* Single Post Styles */
.nero-style-theme .single-post-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 20px;
}

.nero-style-theme .post-header {
    margin-bottom: 30px;
}

.nero-style-theme .post-categories {
    margin-bottom: 15px;
}

.nero-style-theme .post-categories a {
    display: inline-block;
    padding: 3px 10px;
    margin-right: 5px;
    background-color: #000;
    color: #fff;
    font-size: 0.8rem;
    text-decoration: none;
    text-transform: uppercase;
}

.nero-style-theme .post-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
    line-height: 1.3;
}

.nero-style-theme .post-meta {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px;
}

.nero-style-theme .post-thumbnail {
    margin-bottom: 30px;
}

.nero-style-theme .featured-image {
    width: 100%;
    height: auto;
    display: block;
}

.nero-style-theme .post-content {
    margin-bottom: 40px;
    line-height: 1.8;
    font-size: 1.05rem;
}

.nero-style-theme .post-content h2 {
    font-size: 1.8rem;
    margin: 40px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.nero-style-theme .post-content h3 {
    font-size: 1.5rem;
    margin: 30px 0 15px;
}

.nero-style-theme .post-content p {
    margin-bottom: 20px;
}

.nero-style-theme .post-content img {
    max-width: 100%;
    height: auto;
}

.nero-style-theme .post-content blockquote {
    margin: 30px 0;
    padding: 20px 30px;
    border-left: 4px solid #000;
    background-color: #f9f9f9;
    font-style: italic;
}

.nero-style-theme .post-footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.nero-style-theme .post-tags {
    margin-bottom: 20px;
}

.nero-style-theme .tag-title {
    font-weight: bold;
    margin-right: 10px;
}

.nero-style-theme .post-tags a {
    display: inline-block;
    padding: 3px 8px;
    margin-right: 5px;
    background-color: #f1f1f1;
    color: #333;
    font-size: 0.8rem;
    text-decoration: none;
    border-radius: 3px;
}

.nero-style-theme .post-tags a:hover {
    background-color: #e1e1e1;
}

.nero-style-theme .post-share {
    display: flex;
    align-items: center;
}

.nero-style-theme .share-title {
    font-weight: bold;
    margin-right: 10px;
}

.nero-style-theme .share-link {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    background-color: #f1f1f1;
    color: #333;
    text-decoration: none;
    border-radius: 3px;
}

.nero-style-theme .share-link.twitter:hover {
    background-color: #1DA1F2;
    color: #fff;
}

.nero-style-theme .share-link.facebook:hover {
    background-color: #4267B2;
    color: #fff;
}

.nero-style-theme .post-navigation {
    margin: 50px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.nero-style-theme .nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nero-style-theme .nav-previous,
.nero-style-theme .nav-next {
    max-width: 40%;
}

.nero-style-theme .nav-previous a,
.nero-style-theme .nav-next a,
.nero-style-theme .back-to-list a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
}

.nero-style-theme .nav-previous a:hover,
.nero-style-theme .nav-next a:hover,
.nero-style-theme .back-to-list a:hover {
    color: #000;
    text-decoration: underline;
}

.nero-style-theme .back-to-list a {
    padding: 5px 15px;
    background-color: #f5f5f5;
    border-radius: 3px;
}

.nero-style-theme .back-to-list a:hover {
    background-color: #e5e5e5;
    text-decoration: none;
}

/* コメントエリアのスタイル */
.nero-style-theme .comments-area {
    margin: 50px 0;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.nero-style-theme .comments-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.nero-style-theme .comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nero-style-theme .comment {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.nero-style-theme .comment-author {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.nero-style-theme .comment-author .avatar {
    margin-right: 10px;
    border-radius: 50%;
}

.nero-style-theme .comment-metadata {
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 10px;
}

.nero-style-theme .comment-content {
    line-height: 1.6;
}

.nero-style-theme .comment-respond {
    margin-top: 40px;
}

.nero-style-theme .comment-reply-title {
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.nero-style-theme .comment-form-comment label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.nero-style-theme .comment-form-comment textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.nero-style-theme .form-submit .submit {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.nero-style-theme .form-submit .submit:hover {
    background-color: #333;
}

/* レスポンシブ対応 */
@media (max-width: 767px) {
    .nero-style-theme .post-title {
        font-size: 1.8rem;
    }
    
    .nero-style-theme .nav-links {
        flex-direction: column;
        gap: 15px;
    }
    
    .nero-style-theme .nav-previous,
    .nero-style-theme .nav-next {
        max-width: 100%;
        text-align: center;
    }
    
    .nero-style-theme .back-to-list {
        order: -1;
        margin-bottom: 10px;
    }
}

/* 共通スタイル */
.nero-style-theme .main-content-wrapper {
    padding-left: 60px;
}

.nero-style-theme .statement-title-area {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 0;
}

.nero-style-theme .statement-title-text {
    font-size: 3rem;
    margin-bottom: 10px;
}

.nero-style-theme .statement-subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.nero-style-theme .section-title1 {
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: center;
}
.nero-style-theme .section-title2 {
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: center;
}

/* About Page Styles */
.nero-style-theme .about-page-container {
    /* max-width: 1200px; */
   max-width: 100%;
    margin: 0 auto;
    padding: 50px 10%;
    position: relative;
    z-index: 1;
}

.nero-style-theme .about-section {
    margin-bottom: 70px;
}

.nero-style-theme .section-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.nero-style-theme .about-section-title {
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.nero-style-theme .about-section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background-color: #000;
}

.nero-style-theme .message-image {
    flex: 1;
    min-width: 300px;
}

.nero-style-theme .message-image img {
    width: 100%;
    height: auto;
}

.nero-style-theme .message-text {
    flex: 1;
    min-width: 300px;
}

.nero-style-theme .message-heading {
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.4;
}

.nero-style-theme .message-body {
    line-height: 1.8;
}

.nero-style-theme .representative {
    margin-top: 30px;
    text-align: right;
    font-weight: bold;
}

.nero-style-theme .company-info table {
    width: 100%;
    border-collapse: collapse;
}

.nero-style-theme .company-info th {
    width: 25%;
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}

.nero-style-theme .company-info td {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.nero-style-theme .company-info ul {
    margin: 0;
    padding-left: 20px;
}

/* Flow Page Styles */
.nero-style-theme .flow-page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

.nero-style-theme .flow-description {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
    line-height: 1.8;
}

.nero-style-theme .flow-steps {
    max-width: 900px;
    margin: 0 auto 70px;
}

.nero-style-theme .flow-step {
    display: flex;
    margin-bottom: 40px;
    position: relative;
}

.nero-style-theme .flow-step:not(:last-child):after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 40px;
    width: 2px;
    height: 20px;
    background-color: #000;
}

.nero-style-theme .step-number {
    width: 80px;
    height: 80px;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    margin-right: 30px;
    flex-shrink: 0;
}

.nero-style-theme .step-content {
    flex: 1;
}

.nero-style-theme .step-title {
    font-size: 1.4rem;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.nero-style-theme .step-description {
    line-height: 1.8;
}

.nero-style-theme .fee-information {
    max-width: 800px;
    margin: 0 auto;
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 5px;
}

.nero-style-theme .fee-content {
    line-height: 1.8;
}

/* Recruit Page Styles */
.nero-style-theme .recruit-page-container {
    width: 740px;
    margin: 0 auto;
    margin-left: 15%;
    padding: 50px 0;
}

.nero-style-theme .recruit-description {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: left;
    line-height: 1.8;
}
.nero-style-theme .works-description {
    font-size: 24px;
    font-size: 1.25vw;
    line-height: 2.5!important;
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
    line-height: 1.8;
}

.nero-style-theme .recruit-message {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 70px;
}

.nero-style-theme .message-image {
    flex: 1;
    min-width: 300px;
}

.nero-style-theme .message-image img {
    width: 100%;
    height: auto;
}

.nero-style-theme .message-content {
    flex: 1;
    min-width: 300px;
}

.nero-style-theme .message-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.nero-style-theme .message-text {
    line-height: 1.8;
}

.nero-style-theme .job-positions {
    margin-bottom: 70px;
}

.nero-style-theme .job-item {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.nero-style-theme .job-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 4px solid #000;
}

.nero-style-theme .job-details dl {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 20px;
}

.nero-style-theme .job-details dt {
    font-weight: bold;
}

.nero-style-theme .job-details dd {
    margin: 0;
}

.nero-style-theme .job-details ul {
    margin: 0;
    padding-left: 20px;
}

.nero-style-theme .application-process {
    max-width: 800px;
    margin: 0 auto;
}

.nero-style-theme .process-content {
    line-height: 1.8;
}

.nero-style-theme .contact-info {
    margin-top: 30px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
}
.want-txt{
    width: 48%!important;
    margin: .25em;
    text-align: center;
}
.want-txt h3{
    font-size: 18px;
    margin: auto;
    /* padding: 1em; */
    border: solid 1px;
}

/* Contact Page Styles */
.nero-style-theme #contact .topics-section{
    margin-top: 0;
}
.nero-style-theme .contact-page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

.nero-style-theme .contact-description {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: left;
    line-height: 1.8;
}

.nero-style-theme .contact-form-wrapper {
    max-width: 800px;
    margin: 0 auto 70px;
}

.nero-style-theme .contact-form {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 5px;
}

.nero-style-theme .form-group {
    margin-bottom: 20px;
}

.nero-style-theme .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.nero-style-theme .required {
    font-size: 0.8rem;
    margin-left: 5px;
}

.nero-style-theme .form-group input,
.nero-style-theme .form-group select,
.nero-style-theme .form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.nero-style-theme .privacy-policy {
    text-align: center;
    margin: 30px 0;
}

.nero-style-theme .form-submit {
    text-align: center;
}

.nero-style-theme .submit-btn {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.nero-style-theme .submit-btn:hover {
    background-color: #333;
}

.nero-style-theme .office-info {
    margin-bottom: 50px;
}

.nero-style-theme .office-locations {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.nero-style-theme .office-item {
    flex: 1;
    min-width: 300px;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
}

.nero-style-theme .office-name {
    font-size: 1.3rem;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.nero-style-theme .office-address,
.nero-style-theme .office-tel,
.nero-style-theme .office-hours {
    margin-bottom: 10px;
}

/* Privacy Policy Page Styles */
.nero-style-theme .privacy-page-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 50px 20px;
}

.nero-style-theme .privacy-content {
    line-height: 1.8;
}

.nero-style-theme .content-section {
    margin-bottom: 40px;
}

.nero-style-theme .section-heading {
    font-size: 1.5rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.nero-style-theme .content-section ul {
    padding-left: 20px;
}

.nero-style-theme .content-footer {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.nero-style-theme .policy-date {
    margin-bottom: 20px;
}

.nero-style-theme .company-name {
    text-align: right;
    font-weight: bold;
}

/* レスポンシブ対応 */
@media (max-width: 767px) {
    
    .nero-style-theme .section-title,
    .nero-style-theme .about-section-title {
        font-size: 1.6rem;
        margin: 2em auto 1.5em;
    }
    
    .nero-style-theme .message-heading,
    .nero-style-theme .message-title {
        font-size: 1.5rem;
    }
    
    .nero-style-theme .company-info th,
    .nero-style-theme .company-info td {
        display: block;
        width: 100%;
    }
    
    .nero-style-theme .company-info th {
        padding-bottom: 5px;
    }
    
    .nero-style-theme .company-info td {
        padding-top: 5px;
    }
    
    .nero-style-theme .job-details dl {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .nero-style-theme .job-details dt {
        background-color: #f5f5f5;
        padding: 5px 10px;
    }
}
/* Flow Page Styles - Updated to match PDF design */
.nero-style-theme .flow-page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

.nero-style-theme .flow-header {
    text-align: center;
}

.nero-style-theme .statement-title-area {
    margin-bottom: 50px;
}

.nero-style-theme .statement-title-text {
    font-size: 3rem;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.nero-style-theme .statement-subtitle {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.nero-style-theme .flow-description {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 40px;
}

.nero-style-theme .flow-intro {
    max-width: 900px;
    margin: 0 auto 60px;
    line-height: 1.8;
    text-align: left;
}

/* Flow Step Styles */
.nero-style-theme .flow-steps {
    max-width: 900px;
    margin: 0 auto;
}

.nero-style-theme .flow-step {
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
}

.nero-style-theme .flow-step:last-child {
    border-bottom: none;
}

.nero-style-theme .step-header {
    text-align: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.nero-style-theme .step-number {
    font-size: 1.4rem;
    font-weight: bold;
}

.nero-style-theme .step-content {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.nero-style-theme .step-description {
    margin-bottom: 20px;
    line-height: 1.8;
}

.nero-style-theme .step-image {
    margin-bottom: 20px;
    width: 100%;
}

.nero-style-theme .step-image img {
    width: 100%;
    height: auto;
    display: block;
}

.nero-style-theme .step-details {
    margin-bottom: 20px;
}

.nero-style-theme .details-title {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.nero-style-theme .details-list {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.8;
}

.nero-style-theme .details-list li {
    margin-bottom: 5px;
}

/* レスポンシブ対応 */
@media (min-width: 768px) {
    .nero-style-theme .step-content {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .nero-style-theme .step-description {
        width: 100%;
    }
    
    .nero-style-theme .step-image {
        width: 48%;
    }
    
    .nero-style-theme .step-details {
        width: 48%;
    }
}

@media (max-width: 767px) {
    
    .nero-style-theme .step-number {
        font-size: 1.2rem;
    }
}
/* Flow Page Styles */
.nero-style-theme .about-container {
    max-width: 740px;
    margin: 0 auto;
}

.nero-style-theme .uk-card-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
    margin-bottom: 20px;
}

.nero-style-theme .uk-card-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
}

.nero-style-theme .uk-card-body {
    padding: 20px 0;
}

.nero-style-theme .arrow_wrap {
    text-align: center;
    margin: 20px 0;
}

.nero-style-theme .arrow {
    width: 0;
    height: 0;
    margin: 0 auto;
}

.nero-style-theme .uk-list-bullet > li {
    position: relative;
    padding-left: 1.8em;
}

/* .nero-style-theme .uk-list-bullet > li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #000;
} */
*+ul{
    margin-top: 10px;
}

.nero-style-theme .statement-rt-text {
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right center;
    white-space: nowrap;
}

.nero-style-theme .statement-rt-title {
    font-size: 5rem;
    color: rgba(0, 0, 0, 0.05);
    margin: 0;
    font-weight: bold;
}

.nero-style-theme .statement-rt-subtitle {
    font-size: 1rem;
    margin: 0;
}

.nero-style-theme .top-6 {
    margin-top: 60px;
}
.nero-style-theme .recruit-header .uk-card-header{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 0;
}

/* レスポンシブ対応 */
@media (max-width: 767px) {
    .nero-style-theme .uk-card-title {
        font-size: 1.2rem;
        font-size: 3.6vw;
    }
    
    .nero-style-theme .statement-rt-title {
        font-size: 3rem;
    }
    .flow-arrow-wrapper{
        padding: 1em 0 0;
    }

}
/* Statement Page Styles */
.nero-style-theme #statement {
    position: relative;
    z-index: 0;
}

.nero-style-theme .statement-page-container {
    width: 175%;
    margin: 0 auto;
    padding: 0;
    right: 0;
}

.nero-style-theme .statement-title-area {
    margin-bottom: 40px;
}

.nero-style-theme .statement-title-wrapper {
    text-align: center;
}

.nero-style-theme .statement-title-text {
    font-size: 3rem;
    margin-bottom: 10px;
    letter-spacing: 2px;
    color: rgba(92, 92, 92, 0.5);
    font-weight: normal;
}

.nero-style-theme .statement-subtitle {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #666;
}

.nero-style-theme .statement-main-content {
    text-align: center;
    margin: 0 auto;
    max-width: 800px;
}

.nero-style-theme .statement-content-title1 {
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 40px;
    text-align: center;
}

.nero-style-theme .statement-content-text {
    line-height: 1.8;
    margin-bottom: 50px;
    text-align: center;
    font-size: 1.1rem;
}

.nero-style-theme .statement-content-text p {
    margin-bottom: 1rem;
}

.nero-style-theme .statement-image-section {
    width: 100%;
    position: relative;
    margin: auto;
    margin-right: 0;
}

.nero-style-theme .statement-mv {
    width: 100%;
    height: auto;
    display: block;
}

.nero-style-theme .statement-highlight {
    background: linear-gradient(transparent 70%, #ffd700 70%);
    font-weight: bold;
}

/* レスポンシブ対応 */
@media (max-width: 767px) {
    .nero-style-theme .statement-title-text {
        font-size: 2rem;
        font-size: 5vw;
        font-size: 1.6rem;
        text-align: left;
        letter-spacing: -1.2px;
    }
    
    .nero-style-theme .statement-content-title1 {
        font-size: 1.5rem;
    }
    
    .nero-style-theme .statement-content-text {
        font-size: 1rem;
    }
    .nero-style-theme .statement-title-wrapper{
        text-align: left;
    }
}
/* About Page Styles */
.nero-style-theme .statement-title-area {
    margin-bottom: 50px;
    text-align: center;
}

.nero-style-theme .about-section {
    margin-bottom: 80px;
}

.nero-style-theme .section-title1 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

.nero-style-theme .section-title1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 1px;
    background-color: #000;
}

/* Message Section */
.nero-style-theme .message-visual {
    width: 100%;
    height: 55rem;
    margin-bottom: 50px;
    overflow: hidden;
    background-color: #f5f5f5;
}

.nero-style-theme .message-img {
    width: 100%;
    height: auto;
    display: block;
}

.nero-style-theme .message-img-placeholder {
    width: 100%;
    height: 100%;
    background-image: url('img/aboutus-mv.png'); /* Placeholder image URL */
    background-size: cover;
    background-position: center;
}

.nero-style-theme .message-vision {
    margin-bottom: 40px;
    text-align: center;
}

.nero-style-theme .vision-text {
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: normal;
    margin: 0 auto;
    max-width: 800px;
}

.nero-style-theme .message-content {
    margin-bottom: 40px;
    max-width: 800px;
    margin: 0 auto 40px;
}

.nero-style-theme .message-text {
    line-height: 1.8;
    margin-bottom: 20px;
}

.nero-style-theme .ceo-name {
    text-align: right;
    font-weight: bold;
    margin-top: 20px;
}

.nero-style-theme .ceo-profile {
    max-width: 800px;
    margin: 0 auto;
}

.nero-style-theme .profile-section {
    margin-bottom: 40px;
}
.nero-style-theme .shikaku{
    margin: 8em 0;
}

.nero-style-theme .profile-title {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    padding: 10px 0;
}

.nero-style-theme .profile-content {
    line-height: 1.8;
}

.nero-style-theme .career-timeline dl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px 20px;
}

.nero-style-theme .career-timeline dt {
    font-weight: bold;
    position: relative;
}

.nero-style-theme .career-timeline dt:after {
    content: '';
    position: absolute;
    top: 0.5em;
    right: -10px;
    width: 1px;
    height: 100%;
    background-color: #ddd;
}

.nero-style-theme .career-timeline dd {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

/* Company Information */
.nero-style-theme .company-info {
    max-width: 900px;
    margin: 0 auto;
}

.nero-style-theme .info-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #000;
    color: #fff;
}

.nero-style-theme .info-table th,
.nero-style-theme .info-table td {
    padding: 15px;
    /* border-bottom: 1px solid #333;
    border-right: 1px solid #333; */
}

.nero-style-theme .info-table th {
    width: 150px;
    text-align: center;
    vertical-align: top;
    font-weight: normal;
}

.nero-style-theme .info-table td {
    vertical-align: top;
}

.nero-style-theme .info-table td p {
    margin-bottom: 10px;
}

.nero-style-theme .info-table td p:last-child {
    margin-bottom: 0;
}

.nero-style-theme .business-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.nero-style-theme .business-list li {
    margin-bottom: 5px;
}
.grecaptcha-badge { visibility: hidden; }

/* レスポンシブ対応 */
@media (max-width: 767px) {
    .nero-style-theme .message-visual{
        height: 50vw;
    }
    .nero-style-theme .vision-text {
        font-size: 1.2rem;
        font-size: 4.5vw;
    }
    
    .nero-style-theme .career-timeline dl {
        grid-template-columns: 1fr;
    }
    
    .nero-style-theme .career-timeline dt {
        margin-bottom: 5px;
    }
    
    .nero-style-theme .career-timeline dt:after {
        display: none;
    }
    
    .nero-style-theme .info-table th,
    .nero-style-theme .info-table td {
        display: block;
        width: 100%;
        margin-bottom: 0;
    }
    
    .nero-style-theme .info-table th {
        border-bottom: none;
        padding: 5px;
    }
}

/* Contact Page Styles */
.nero-style-theme .contact-page-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 20px;
}

/* タブナビゲーション */
.nero-style-theme .form-tabs {
    display: flex;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
}

.nero-style-theme .tab-button {
    flex: 1;
    padding: 15px 20px;
    border: none;
    background-color: transparent;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}

.nero-style-theme .tab-button:hover {
    background-color: #e5e5e5;
    color: #333;
}

.nero-style-theme .tab-button.active {
    background-color: #fff;
    color: #000;
    border-bottom-color: #000;
}

/* タブコンテンツ */
.nero-style-theme .tab-content {
    display: none;
}

.nero-style-theme .tab-content.active {
    display: block;
}

/* フォームの共通スタイル */
.nero-style-theme .contact-form-wrapper {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
}

.nero-style-theme .form-header {
    text-align: center;
    margin-bottom: 30px;
    padding: 30px 20px 0;
}

.nero-style-theme .form-header h2 {
    font-size: 2.5rem;
    margin-bottom: 5px;
    color: #333;
    letter-spacing: 2px;
}

.nero-style-theme .form-subtitle {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.nero-style-theme .form-body {
    padding: 20px 40px 40px;
}

.nero-style-theme .form-row {
    margin-bottom: 20px;
}

.nero-style-theme .form-row label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
}

.nero-style-theme .required {
        background-color: #FF0000;
    font-weight: bold;
    color: #fff;
    padding: 0 0.25em;
    border-radius: 5px;
}
.nero-style-theme .nini {
    font-size: 0.8rem;
    margin-left: 5px;
        background-color: #B8B8B8;
    font-weight: bold;
    color: #fff;
    padding: 0 0.25em;
    border-radius: 5px;
}
.nero-style-theme .form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s ease;
    background-color: #fff;
    box-sizing: border-box;
}

.nero-style-theme .form-control:focus {
    outline: none;
    border-color: #000;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.nero-style-theme textarea.form-control {
    height: 120px;
    resize: vertical;
    font-family: inherit;
}

/* ファイルアップロード */
.nero-style-theme .file-upload-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.nero-style-theme .file-upload-note {
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

/* プライバシーポリシー */
.privacy-first{
    text-align: left;
}
.nero-style-theme .privacy-policy {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
}

.nero-style-theme .privacy-policy label {
    display: flex;
    align-items: flex-start;
    font-weight: normal;
}

.nero-style-theme .privacy-checkbox {
    margin-right: 8px;
    margin-top: 3px;
    width: auto !important;
}

.nero-style-theme .privacy-policy a {
    color: #0066cc;
    text-decoration: underline;
}

/* 送信ボタン */
.nero-style-theme .form-submit {
    text-align: center;
    margin-top: 30px;
}

.nero-style-theme .submit-btn {
    background-color: #000;
    color: #fff;
    padding: 15px 40px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 200px;
}

.nero-style-theme .submit-btn:hover {
    background-color: #333;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* レスポンシブ */
@media (max-width: 767px) {
    .nero-style-theme .form-tabs {
        flex-direction: column;
    }
    
    .nero-style-theme .tab-button {
        border-bottom: 1px solid #ddd;
    }
    
    .nero-style-theme .form-body {
        padding: 1em;
    }
    
    .nero-style-theme .submit-btn {
        width: 100%;
        min-width: auto;
    }
}
.uk-nav-default>li>a:hover{
    transition: .3s;
}
/* Works Pagination Styles */
.nero-style-theme .works-pagination {
    margin: 50px 0 30px;
    text-align: center;
}

.nero-style-theme .works-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    margin: 0 5px;
    padding: 0 10px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    border-radius: 4px;
    background-color: #fff;
}

.nero-style-theme .works-pagination .page-numbers:hover {
    background-color: #f5f5f5;
    border-color: #999;
    color: #000;
}

.nero-style-theme .works-pagination .page-numbers.current {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.nero-style-theme .works-pagination .pagination-prev,
.nero-style-theme .works-pagination .pagination-next {
    padding: 0 15px;
    font-weight: bold;
}

.nero-style-theme .works-pagination .page-number {
    font-weight: bold;
}

.nero-style-theme .works-pagination .dots {
    border: none;
    background: none;
    color: #666;
    cursor: default;
}

.nero-style-theme .works-pagination .dots:hover {
    background: none;
    border: none;
    color: #666;
}

/* Pagination Info */
.nero-style-theme .pagination-info {
    text-align: center;
    margin-top: 20px;
    color: #666;
    font-size: 0.9rem;
}

/* No Works Message */
.nero-style-theme .no-works-message {
    text-align: center;
    padding: 80px 20px;
    color: #666;
}

.nero-style-theme .no-works-message p {
    font-size: 1.1rem;
}

/* レスポンシブ対応 */
@media (max-width: 767px) {
    .nero-style-theme .works-pagination .page-numbers {
        min-width: 35px;
        height: 35px;
        margin: 0 3px;
        font-size: 0.9rem;
    }
    
    .nero-style-theme .works-pagination .pagination-prev,
    .nero-style-theme .works-pagination .pagination-next {
        padding: 0 10px;
    }
    
    .nero-style-theme .pagination-info {
        font-size: 0.8rem;
    }
    .nero-style-theme .about-container{
        max-width: 100%;
        padding: 0 1em 0 12.5%;
    }
    #flow .about-container,#recruit .about-container{
        max-width: 100%;
        padding: 0 1em;
    }
    .nero-style-theme .top-6{
        padding: 0 1em 0 12.5%;
        top: -3em;
    }
    .uk-h4, h4{
        font-size: 3.2vw;
    }
}

@media (max-width: 480px) {
    .nero-style-theme .works-pagination .page-numbers {
        min-width: 30px;
        height: 30px;
        margin: 0 2px;
        font-size: 0.8rem;
    }
}

/* Thanks Page Styles */
.nero-style-theme .thanks-page-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 100px 20px;
    text-align: center;
}

.nero-style-theme .thanks-title {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #333;
}

.nero-style-theme .thanks-message {
    margin-bottom: 40px;
    line-height: 1.8;
}

.nero-style-theme .thanks-message p {
    margin-bottom: 15px;
}

.nero-style-theme .thanks-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.nero-style-theme .btn {
    display: inline-block;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.nero-style-theme .btn-primary {
    background-color: #000;
    color: #fff;
}

.nero-style-theme .btn-primary:hover {
    background-color: #333;
}

.nero-style-theme .btn-secondary {
    background-color: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
}

.nero-style-theme .btn-secondary:hover {
    background-color: #e5e5e5;
}

@media (max-width: 767px) {
    .nero-style-theme .thanks-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .nero-style-theme .btn {
        width: 200px;
    }
}
/* Topics Archive Styles */
.nero-style-theme .topics-archive-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 4em;
}

.nero-style-theme .topics-header {
    margin-bottom: 40px;
}

.nero-style-theme .topics-description,
.nero-style-theme .category-description {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.6;
}

.nero-style-theme .topics-archive-list {
    margin-bottom: 40px;
}

.nero-style-theme .topic-archive-item {
    border-bottom: 1px solid #eee;
    padding: 0;
    transition: background-color 0.3s ease;
}

.nero-style-theme .topic-archive-item:hover {
    background-color: #fafafa;
}

.nero-style-theme .topic-archive-item:last-child {
    border-bottom: none;
}

.nero-style-theme .topic-meta {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 15px;
}

.nero-style-theme .topic-date {
    font-size: 0.9rem;
    color: #666;
    font-weight: bold;
}

.nero-style-theme .topic-categories a {
    display: inline-block;
    padding: 2px 8px;
    background-color: #000;
    color: #fff;
    font-size: 0.75rem;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 2px;
}

.nero-style-theme .topic-title {
    margin-bottom: 5px;
}

.nero-style-theme .topic-title a {
    color: #333;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: bold;
    transition: color 0.3s ease;
}

.nero-style-theme .topic-title a:hover {
    color: #000;
}

.nero-style-theme .topic-excerpt {
    margin-bottom: 15px;
    color: #666;
    line-height: 1.6;
}

.nero-style-theme .read-more-link {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    border-bottom: 1px solid #000;
    transition: all 0.3s ease;
}

.nero-style-theme .read-more-link:hover {
    color: #666;
    border-bottom-color: #666;
}

/* Single Topic Styles */
.nero-style-theme .single-topic-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 20px;
}

.nero-style-theme .topic-breadcrumb {
    margin-bottom: 30px;
    font-size: 0.9rem;
    color: #666;
}

.nero-style-theme .topic-breadcrumb a {
    color: #666;
    text-decoration: none;
}

.nero-style-theme .topic-breadcrumb a:hover {
    color: #000;
    text-decoration: underline;
}

.nero-style-theme .separator {
    margin: 0 8px;
}

.nero-style-theme .current {
    color: #000;
    font-weight: bold;
}

.nero-style-theme .topic-header {
    margin-bottom: 30px;
    text-align: center;
}

.nero-style-theme .topic-meta-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.nero-style-theme .single-topic-article .topic-title {
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 1.4;
}

.nero-style-theme .topic-thumbnail {
    margin-bottom: 30px;
    text-align: center;
}

.nero-style-theme .featured-image {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nero-style-theme .topic-content {
    line-height: 1.8;
    font-size: 1.05rem;
    padding: 1em;
}

.nero-style-theme .topic-content h2 {
    font-size: 1.6rem;
    margin: 0px 0 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.nero-style-theme .topic-content h3 {
    font-size: 1.3rem;
    margin: 25px 0 12px;
}

.nero-style-theme .topic-content p {
    margin-bottom: 15px;
}

.nero-style-theme .topic-content img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    border-radius: 4px;
}

.nero-style-theme .topic-footer {
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-bottom: 40px;
}

.nero-style-theme .topic-tags {
    margin-bottom: 15px;
}

.nero-style-theme .tag-title {
    font-weight: bold;
    margin-right: 10px;
}

.nero-style-theme .topic-tags a {
    display: inline-block;
    padding: 3px 8px;
    margin-right: 5px;
    background-color: #f1f1f1;
    color: #333;
    font-size: 0.8rem;
    text-decoration: none;
    border-radius: 3px;
}

.nero-style-theme .topic-tags a:hover {
    background-color: #e1e1e1;
}

.nero-style-theme .topic-share {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nero-style-theme .share-title {
    font-weight: bold;
}

.nero-style-theme .share-link {
    padding: 5px 10px;
    background-color: #f1f1f1;
    color: #333;
    text-decoration: none;
    border-radius: 3px;
    font-size: 0.9rem;
}

.nero-style-theme .share-link.twitter:hover {
    background-color: #1DA1F2;
    color: #fff;
}

.nero-style-theme .share-link.facebook:hover {
    background-color: #4267B2;
    color: #fff;
}

/* Related Topics */
.nero-style-theme .related-topics {
    margin: 50px 0;
    padding: 30px;
    /* background-color: #f9f9f9; */
    border-radius: 4px;
}

.nero-style-theme .related-title {
    font-size: 1.3rem;
    margin-bottom: 20px;
    text-align: center;
}

.nero-style-theme .related-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nero-style-theme .related-item {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.nero-style-theme .related-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.nero-style-theme .related-date {
    font-size: 0.8rem;
    color: #666;
    display: block;
    margin-bottom: 5px;
}

.nero-style-theme .related-title-text {
    font-size: 1rem;
    margin: 0;
}

.nero-style-theme .related-title-text a {
    color: #333;
    text-decoration: none;
}

.nero-style-theme .related-title-text a:hover {
    color: #000;
    text-decoration: underline;
}

/* Navigation */
.nero-style-theme .topic-navigation {
    margin: 40px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

.nero-style-theme .nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nero-style-theme .nav-previous,
.nero-style-theme .nav-next {
    max-width: 35%;
}

.nero-style-theme .nav-previous a,
.nero-style-theme .nav-next a {
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
}

.nero-style-theme .nav-previous a:hover,
.nero-style-theme .nav-next a:hover {
    color: #000;
    text-decoration: underline;
}

.nero-style-theme .back-link {
    display: inline-block;
    padding: 8px 20px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.nero-style-theme .back-link:hover {
    background-color: #333;
}

/* Pagination */
.nero-style-theme .topics-pagination {
    text-align: center;
    margin-top: 40px;
}

.nero-style-theme .pagination-list {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5px;
}

.nero-style-theme .pagination-list li {
    margin: 0;
}

.nero-style-theme .pagination-list a,
.nero-style-theme .pagination-list .current {
    display: block;
    padding: 8px 12px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nero-style-theme .pagination-list a:hover {
    background-color: #f5f5f5;
    border-color: #999;
}

.nero-style-theme .pagination-list .current {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.nero-style-theme .no-topics {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

/* レスポンシブ対応 */
@media (max-width: 767px) {
    .nero-style-theme .topic-content{
        margin-bottom: 0;
        padding: 1em;
    }
    .nero-style-theme .topic-meta {
        flex-direction: row;
        align-items: flex-start;
        gap: 8px;
    }
    
    .nero-style-theme .topic-meta-info {
        flex-direction: column;
        gap: 8px;
    }
    .topic-title{
        margin-left: 1em;
    }
    .nero-style-theme .single-topic-article .topic-title {
        font-size: 1.6rem;
    }
    
    .nero-style-theme .nav-links {
        flex-direction: column;
        gap: 15px;
    }
    
    .nero-style-theme .nav-previous,
    .nero-style-theme .nav-next {
        max-width: 100%;
        text-align: center;
    }
    
    .nero-style-theme .back-to-topics {
        order: -1;
    }
    
    .nero-style-theme .topic-share {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .nero-style-theme .pagination-list {
        flex-wrap: wrap;
    }
      .statement-content {
        flex-direction: row;
        padding: 5%;
        padding-left: 0;
    }
    .statement-text{
        margin-left: 1em;
    }
    .statement-content-title{
        font-size: 5vw;
    }
    .work-container{
        width: 100%;
        padding: 0 1em;
    }
    .footer{
        padding: 20px 5%;
    }
    .footer-info {
    flex-wrap: wrap;
}
#wpadminbar{
    margin-bottom: 46px;
}
.footer-nav{
    display: none;
}
.footer-logo, .footer-nav{
    width: 100%;
    text-align: center;
    margin: 4em auto;
}
.footer-logo img{
    width: 130px;
}
.contact-recruit{
    margin-bottom: 4em;
}
.sp{
    display: none;
}
.uk-nav-default{
    width: 100%;
        grid-template-columns: repeat(2, 1fr);
}
.map {
    height: 230px;
    padding: 0;
}

.map iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.overlay-1{
    height: 120px;
}
.overlay-title,.nero-style-theme .youkou-ttl{
    font-size: 6vw;
    font-size: 4.6vw;
        margin-bottom: 1.5em;
        margin-left: 0;
        color: #fff;
}
.overlay-title, .nero-style-theme .youkou-ttl{
    margin-bottom: .5em;
}
.gyoumu .sp-none{
    display: none!important;
}
.overlay-text{
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
}
.nero-style-theme .topic-title a{
    font-size: .9rem;
    margin-left: 1em;
}
.address,.uk-nav-sub,.copyright{
    display: none;
}
.sp-only{
    display: block;
}
.footer-nav li{
    width: 90%;
    margin-left: 0;
}
.menu{
    padding: 1em;
}
.uk-nav-default>li>a{
    font-size: 5vw;
    line-height: 3.25;
}
.footer-privacy{
    font-size: 14px;
}
.nero-style-theme #statement,.works-section,.topics-section{
    z-index: auto;
}

.statement-subtitle{
    padding-bottom: 1em;
}
.nero-style-theme .statement-subtitle{
    font-size: 3vw;
    margin-left: 0;
}
.nero-style-theme .modal-conts .statement-subtitle{
    margin: auto;
}
.nero-style-theme .recruit-title{
    margin-top: 1em;
    font-size: 3.8vw;
    line-height: 2;
}
.nero-style-theme .works-description{
    font-size: 3vw;
    margin-bottom: 0;
    text-align: left;
}
.flow-des, .recruit-description{
    font-size: 2.8vw;
}
.nero-style-theme .about-page-container{
    padding: 0 1em 0 12.5%;
}
.nero-style-theme .vision-text,.nero-style-theme .message-content{
    padding: 0 1em;
}
.nero-style-theme .about-section{
    margin: auto;
}
.nero-style-theme .bosyuu{
    max-width: 100%;
    padding: 2em;
}
.recruit-wrap{
    width: 100%;
    margin-left: auto;
    padding-bottom: 0;
}
.nero-style-theme .recruit-page-container,.nero-style-theme .contact-page-container{
    width: 100%;
    margin: auto;
    padding: 0 1em 2em 12.5%;
}
.nero-style-theme .recruit-page-container{
    padding: 0 1em 2em;
}
.nero-style-theme .recruit-page-container .statement-title-area{
    padding-left: 1em;
}
.nero-style-theme .recruit-header{
        width: 100%;
    margin: auto;
    padding: 0 1em 2em 12.5%;
}
.nero-style-theme .contact-form01{
    width: 100%;
    padding: 0 0 0 1em;
}
.nero-style-theme .works-container{
    right: auto;
}
.nero-style-theme .works-business-areas{
    max-width: 100%;
    padding-right: 1em;
    padding-left: 1.5em;
}
.works-content-area{
    padding-right: 1em;
}

.nero-style-theme .bosyuu{
    padding-left: 1em;
}
.nero-style-theme .recruit-areas{
    max-width: 100%;
    padding: 1em;
    margin-left: 12.5%;
}
#recruit td{
    font-size: 2.8vw;
    padding: .5em 1em;
}
#recruit td:nth-child(2n){
    margin-bottom: 0;
    width: 100%;
}
.gyoumu .bs-title, .uk-table tbody tr{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.nero-style-theme .topics-archive-container,.nero-style-theme .single-topic-container {
    padding: 0 1em 0 4em;
}
.topic-date{
    flex: 0;
}
.want-txt{
    margin: 1%;
    width: 100% !important;
}
.nero-style-theme .statement-title-area {
    margin-bottom: 0;
}
.nero-style-theme .about-header .statement-title-area {
    width: fit-content;
    margin: auto;
    margin-left: 1em;
}
.nero-style-theme .section-title2{
    text-align: left;
    margin-left: .5em;
    font-size: 5.2vw;
}
.contact-header .statement-title-area {
    padding-left: 1em;
}
#flow p,.recruit-page-container p,.want-txt h3{
    font-size: 2.8vw;
}
#flow .uk-card-header{
    margin-bottom: 0;
}
.nero-style-theme .recruit-header .uk-card-header{
    margin-bottom: 0;
}
body:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons){
    margin-top: 0 !important;
}
.hero-image{
    padding-top: 1em;
}
.uk-parent a{
    border-bottom: solid 1px #fff;
}
}
/* 新しい実績一覧ページ用コンテナのスタイル */
.works-list-container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    /* 必要であればflex-growも */
    /* flex-grow: 1; */
}

/* ヘッダーセクションのスタイル (必要に応じて調整) */
.works-list-header {
    /* 既存のworks-headerのスタイルを参考に調整 */
}

/* 年度セクションのスタイル */
.works-year-section {
    margin-bottom: 2em; /* 各年度セクションの下に余白 */
}

.works-year-section .year-title {
    background-color: #f0f0f0; /* 年度の背景色 */
    padding: 0.8em 1em;
    font-size: 1.5em;
    margin-bottom: 1em;
    border-left: 5px solid #363636; /* 左ボーダー */
}

/* リストアイテムのスタイル */
.works-item-list { /* 新しいクラス名 */
    margin-left: 0; /* ul のデフォルトマージンをリセット */
    padding-left: 0; /* ul のデフォルトパディングをリセット */
    list-style: none; /* リストの点をなくす */
}

.works-item-list li {
    padding: 0.8em 1em;
    border-bottom: 1px solid #eee; /* 各項目に下線 */
}

.works-item-list li:last-child {
    border-bottom: none; /* 最後の項目は下線なし */
}

.works-item-list li a {
    display: block; /* リンク全体をクリック可能に */
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.works-item-list li a:hover {
    background-color: #f9f9f9;
    color: #007bff; /* ホバー時の色 */
}

/* ポップアップ（モーダル）のスタイル調整（UIkitがデフォルトスタイルを提供しますが、必要に応じて） */
.uk-modal-dialog {
    max-width: 800px; /* モーダルの最大幅を調整 */
    margin: 50px auto; /* 画面中央に配置 */
}

.uk-modal-title {
    font-size: 1.8em;
    margin-bottom: 0.5em;
}

/* 投稿本文内の画像などの調整 */
.uk-modal-body img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em auto;
}

/* 既存のworks-content-areaに対するpaddingも必要であれば調整 */
/* .works-content-area {
    padding-right: 0;
    padding-left: 0;
} */
/* 実績セクションの基本スタイル */
.achievements-section {
    padding: 30px 20px; /* 必要に応じて調整 */
    background-color: #f8f8f8; /* 背景色など */
    margin-top: 50px; /* 上部の余白 */
}

.achievements-section .section-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.2em;
    color: #333;
}

/* 実績リストのスタイル */
.achievements-list {
    display: flex;
    flex-direction: column; /* 縦並び */
    gap: 15px; /* アイテム間の隙間 */
    max-width: 800px; /* 最大幅を制限 */
    margin: 0 auto; /* 中央寄せ */
}

.achievement-item {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: box-shadow 0.3s ease;
}

.achievement-item:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    cursor: pointer; /* クリック可能であることを示す */
}

.achievement-date {
    font-size: 0.9em;
    color: #777;
    flex-shrink: 0; /* 幅を固定 */
    margin-right: 20px;
    width: 90px; /* 日付の幅を固定 */
}

.achievement-title {
    font-size: 1.1em;
    font-weight: bold;
    color: #333;
    flex-grow: 1; /* 残りの幅を占める */
}

.achievement-title a {
    color: inherit; /* 親要素の文字色を継承 */
    text-decoration: none; /* 下線なし */
    display: block; /* リンク全体をクリック可能に */
}

.achievement-title a:hover {
    color: #007bff; /* ホバー時の色 */
}

/* read more ボタンのスタイル */
.achievements-btn {
    text-align: center;
    margin-top: 30px;
}

.achievements-btn .read-more {
    display: inline-block;
    padding: 10px 25px;
    background-color: #363636;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.achievements-btn .read-more:hover {
    background-color: #555;
}

/* ポップアップ（モーダル）のスタイル調整（UIkitがデフォルトスタイルを提供しますが、必要に応じて） */
.uk-modal-dialog {
    max-width: 900px; /* モーダルの最大幅を調整 */
    width: 90%; /* 画面幅の90% */
    margin: 50px auto; /* 画面中央に配置 */
}

.uk-modal-body {
    padding: 4em;
}
.modal-conts{
    max-width: 750px;
    width: 100%;
    margin: auto;
}

.uk-modal-title {
    font-size: 2em;
    text-align: center;
}

/* 投稿本文内の画像などの調整 */
.uk-modal-body img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em auto;
}
.post-type-archive-works h3{
    padding-bottom: .5em;
    border-bottom: solid 1px #000;
}

/* レスポンシブ調整 */
@media (max-width: 768px) {
    .uk-modal-title{
        font-size: 6vw;
    }
    .achievements-section .section-title {
        font-size: 1.8em;
    }
    .achievement-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .achievement-date {
        margin-right: 0;
        margin-bottom: 5px;
        width: auto;
    }
    .uk-modal-body {
    padding: 4em 2em;
}
}