@charset "utf-8";
/*--
	Add your style here
--*/ 
.menu-wrap {
        right:0 !important;
	-webkit-transform: translate3d(320px,0,0);
	transform: translate3d(320px,0,0);
	visibility:hidden;
}

.show-menu .menu-wrap,
.show-menu .menu-inner ,
.show-menu .morph-shape  {
        -webkit-transform: translate3d(-30px,0,0);
        transform: translate3d(-30px,0,0);
}
.show-menu .menu-wrap {
	right:0;
	opacity:1;
	visibility:visible;
}

/* ===== 2026-05 responsive fixes + motion effects ===== */
/* Mobile navigation: extend the dropdown so all menu items are visible. */
@media only screen and (max-width: 1064px) {
    .nav-holder {
        width: 290px !important;
        min-height: 300px !important;
        height: auto !important;
        max-height: calc(100vh - 90px) !important;
        padding: 36px 38px 34px !important;
        overflow-y: auto !important;
        transform-origin: top right;
        animation: navDropIn 0.32s cubic-bezier(.22, .61, .36, 1) both;
    }

    .nav-holder nav ul li {
        padding: 12px 0 !important;
    }

    .nav-holder nav li a,
    .nav-holder nav li ul li a {
        line-height: 1.35 !important;
    }
}

@media only screen and (max-width: 540px) {
    .nav-holder {
        width: min(310px, calc(100vw - 40px)) !important;
        min-height: 310px !important;
    }
}

/* Access map: keep the Google map centered on mobile and desktop. */
.access-map-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.access-map-wrap iframe,
.access-map,
.service-content-about .container > iframe[title*="Google Maps"] {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media only screen and (max-width: 768px) {
    .access-map-wrap {
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .access-map-wrap iframe,
    .access-map,
    .service-content-about .container > iframe[title*="Google Maps"] {
        float: none !important;
        clear: both !important;
    }
}

/* Subtle motion effects for desktop and mobile without changing content/layout. */
@keyframes navDropIn {
    from {
        opacity: 0;
        transform: translateY(-10px) scale(.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

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

header.main-header {
    animation: headerSoftIn .48s ease-out both;
}

.logo-holder img,
.nav-button span,
.btn,
.box-item img,
.respimg,
.access-map-wrap iframe,
#contact-form input,
#contact-form textarea,
#submit {
    transition: transform .36s ease, box-shadow .36s ease, opacity .36s ease, filter .36s ease, background-color .36s ease;
}

.nav-button-wrap:hover .nav-button span:first-child {
    width: 100%;
}

@media (hover: hover) {
    .logo-holder:hover img {
        transform: translateY(-2px);
    }

    .btn:hover,
    #submit:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 30px rgba(0,0,0,.12);
    }

    .box-item:hover img {
        transform: scale(1.03);
        filter: brightness(1.04);
    }

    .access-map-wrap:hover iframe {
        box-shadow: 0 16px 45px rgba(0,0,0,.12);
    }
}

#contact-form input:focus,
#contact-form textarea:focus {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(0,0,0,.08);
    outline: none;
}

.js-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .68s cubic-bezier(.22,.61,.36,1), transform .68s cubic-bezier(.22,.61,.36,1);
    will-change: opacity, transform;
}

.js-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }

    .js-reveal {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* ===== Nakamoto ABOUT US company profile / strengths ===== */
.company-history-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-top: 3px solid #a51d2d;
    padding: 34px 36px;
    box-sizing: border-box;
    box-shadow: 0 16px 42px rgba(0,0,0,.055);
}
.company-history-card h4 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    color: #111;
    margin: 0 0 26px;
    letter-spacing: .12em;
    text-align: left;
    position: relative;
}
.company-history-card h4:after {
    content: "";
    display: block;
    width: 34px;
    height: 1px;
    background: #a51d2d;
    margin-top: 12px;
}
.company-history-card dl {
    margin: 0;
    position: relative;
}
.company-history-card dl:before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 106px;
    width: 1px;
    background: #e5e5e5;
}
.company-history-card dt {
    width: 88px;
    float: left;
    clear: left;
    font-weight: 700;
    color: #a51d2d;
    line-height: 1.7;
    padding: 10px 0 12px;
    letter-spacing: .03em;
    text-align: left;
    position: relative;
}
.company-history-card dt:after {
    content: "";
    position: absolute;
    top: 18px;
    right: -25px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #a51d2d;
    box-shadow: 0 0 0 5px #fff;
    z-index: 2;
}
.company-history-card dd {
    margin-left: 132px;
    line-height: 1.8;
    color: #333;
    padding: 9px 0 13px;
    border-bottom: 1px solid #eee;
    text-align: left;
}
.company-history-card dd:last-child {
    border-bottom: none;
}
.company-history-text {
    box-shadow: none;
    margin-top: 6px;
}
.service-content-about .company-profile-row {
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 16px;
    padding: 18px 0;
    box-sizing: border-box;
}
.service-content-about .company-profile-row .company-infomation {
    font-weight: 700;
    color: #111;
    text-align: center;
    border-right: 1px solid #d8d8d8;
    min-height: 24px;
    line-height: 1.8;
}
.service-content-about .company-profile-row .company-infomation-text {
    color: #222;
    line-height: 1.9;
    letter-spacing: .04em;
}
.company-strength-section {
    padding-bottom: 42px;
}
.strength-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 8px;
}
.strength-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 28px 30px;
    min-height: 170px;
    box-sizing: border-box;
}
.strength-card h4 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    color: #111;
    margin: 0 0 12px;
    letter-spacing: .06em;
}
.strength-card h4:after {
    content: "";
    display: block;
    width: 42px;
    height: 2px;
    background: #3164d4;
    margin-top: 10px;
}
.strength-card p {
    font-size: 15px;
    line-height: 2;
    color: #333;
    margin: 0;
    letter-spacing: .04em;
}

@media screen and (max-width: 768px) {
    .company-history-card {
        margin-top: 28px;
        padding: 24px 20px;
    }
    .company-history-card h4 {
        margin-bottom: 18px;
        text-align: left;
    }
    .company-history-card dl:before {
        left: 0;
        top: 42px;
    }
    .company-history-card dt {
        float: none;
        width: auto;
        padding: 9px 0 3px 18px;
    }
    .company-history-card dt:after {
        top: 17px;
        left: -3px;
        right: auto;
        width: 7px;
        height: 7px;
    }
    .company-history-card dd {
        margin-left: 0;
        padding: 0 0 11px 18px;
    }
    .service-content-about .company-profile-row {
        padding: 16px 18px;
    }
    .service-content-about .company-profile-row .company-infomation {
        text-align: left;
        border-right: none;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }
    .service-content-about .company-profile-row .company-infomation-text {
        padding-left: 0;
    }
    .strength-grid {
        grid-template-columns: 1fr;
    }
    .strength-card {
        padding: 22px 20px;
        min-height: auto;
    }
    .strength-card h4 {
        font-size: 18px;
    }
}




/* ==============================
   Mobile Logo Size Up
   スマホ版ロゴ拡大
============================== */
@media screen and (max-width: 768px) {
  .logo-holder {
    max-width: 310px !important;
  }

  .logo-holder img {
    width: auto !important;
    height: auto !important;
    max-width: 250px !important;
    max-height: 60px !important;
    object-fit: contain !important;
  }
}

@media screen and (max-width: 480px) {
  .logo-holder img {
    max-width: 240px !important;
    max-height: 56px !important;
  }
}
/* ===== Nakamoto CONCEPT section ===== */
.concept-section {
    padding: 90px 0;
}
.concept-section .concept-content {
    background: #fff;
    border: 1px solid #eee;
    padding: 42px 48px;
    box-sizing: border-box;
}
.concept-section .concept-content .bold-title {
    margin-bottom: 24px;
}
.concept-section .concept-content p {
    font-size: 15px;
    line-height: 2.2;
    color: #333;
    letter-spacing: .06em;
    margin-bottom: 16px;
}
.concept-section .concept-content .concept-lead {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-top: 22px;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .concept-section {
        padding: 60px 0;
    }
    .concept-section .concept-content {
        padding: 28px 22px;
    }
    .concept-section .concept-content p {
        font-size: 14px;
        line-height: 2;
    }
    .concept-section .concept-content .concept-lead {
        font-size: 16px;
    }
}

/* ===== Mobile compact spacing ===== */
@media screen and (max-width: 768px) {
    body section {
        padding-top: 42px !important;
        padding-bottom: 42px !important;
    }

    body section[style*="padding-top:0"],
    body .company-strength-section,
    body #access {
        padding-top: 20px !important;
    }

    body .section-container,
    body .section-container-service {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    body .row {
        margin-bottom: 0 !important;
    }

    body .page-bold-title,
    body h3.page-bold-title {
        padding-bottom: 8px !important;
        line-height: 1.25 !important;
    }

    body .page-bold-separator {
        margin-bottom: 18px !important;
    }

    body .bold-title,
    body h3.bold-title,
    body .content-wrap .bold-title,
    body .concept-content .bold-title {
        padding-bottom: 12px !important;
        line-height: 1.38 !important;
    }

    body p {
        line-height: 1.75 !important;
        padding-bottom: 6px !important;
    }

    body .section-container .box-item {
        margin-top: 16px !important;
    }

    body .concept-section {
        padding-top: 42px !important;
        padding-bottom: 38px !important;
    }

    body .concept-section .concept-content {
        padding: 22px 18px !important;
    }

    body .concept-section .concept-content p {
        line-height: 1.78 !important;
        margin-bottom: 8px !important;
    }

    body .serv-item {
        margin-bottom: 30px !important;
    }

    body .serv-item .content-wrap {
        padding-bottom: 0 !important;
    }

    body .serv-item .blog-media {
        margin-bottom: 14px !important;
    }

    body .serv-item .pr-title {
        padding-bottom: 0 !important;
        margin-bottom: 6px !important;
    }

    body .serv-item .pr-title-text p {
        line-height: 1.72 !important;
    }

    body .service-content-about {
        margin-top: 24px !important;
    }

    body .company-history-card {
        margin-top: 16px !important;
        padding: 22px 18px !important;
        background: #fff !important;
        border-left: 1px solid #e8e8e8 !important;
        border-top: 3px solid #a51d2d !important;
    }

    body .company-history-card h4 {
        margin-bottom: 16px !important;
        font-size: 19px !important;
    }

    body .company-history-card dt {
        padding-top: 8px !important;
    }

    body .company-history-card dd {
        padding-bottom: 8px !important;
        line-height: 1.65 !important;
    }

    body .service-content-about .company-profile-row {
        margin-bottom: 10px !important;
        padding: 12px 14px !important;
    }

    body .service-content-about .company-profile-row .company-infomation {
        padding-bottom: 5px !important;
        margin-bottom: 5px !important;
        line-height: 1.5 !important;
    }

    body .service-content-about .company-profile-row .company-infomation-text {
        line-height: 1.65 !important;
    }

    body .strength-grid {
        gap: 10px !important;
    }

    body .strength-card {
        padding: 16px 16px !important;
    }

    body .strength-card h4 {
        margin-bottom: 8px !important;
        line-height: 1.4 !important;
    }

    body .strength-card h4:after {
        margin-top: 6px !important;
    }

    body .strength-card p {
        line-height: 1.72 !important;
    }

    body .newslist li {
        margin-bottom: 12px !important;
        padding-bottom: 12px !important;
    }

    body .access-map {
        height: 360px !important;
    }
}

@media screen and (max-width: 480px) {
    body section {
        padding-top: 34px !important;
        padding-bottom: 34px !important;
    }

    body .section-container,
    body .section-container-service {
        margin-top: 14px !important;
        margin-bottom: 14px !important;
    }

    body .serv-item {
        margin-bottom: 24px !important;
    }

    body .concept-section .concept-content {
        padding: 18px 16px !important;
    }

    body .access-map {
        height: 320px !important;
    }
}
