/*!
Template:rishun
Theme Name: rishun_child
Theme URI: https://rishuntrading.co.jp
Description: Rishun is a very simple & easy to customize theme which is based on the Bootstrap. It is also very friendly with custom post types and custom taxonomies. When you add a new one, the breadcrumbs will be adjusted and posts will look beautifully without editing or adding a template files.
Author: RishunTrading Limited.
Author URI: https://rishuntrading.co.jp
Version: 1.0.0
Requires at least: 1.0
Tested up to: 1.0.0
Requires PHP: 5.6.0
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Rishun WordPress theme, Copyright (C) 2022 RishunTrading Limited.
Rishun WordPress theme is licensed under the GPL.
Update Author:RishunTrading Limited
Update Author URI:https://rishuntrading.co.jp/
Version:1.0.0
*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Sans:wght@700&display=swap');

/************************************************************/
:root {
    --navy: #0f172a;
    --red: #e11d48;
    --pink: #f472b6;
    --blue: #1B4191;
    --white: #ffffff;
    --light-gray: #f1f5f9;
    --bg-text: #f8fafc;
    --text-main: #1e293b;
    --text:#1e293b;
    --font-jp: 'Noto Sans JP', sans-serif;
    --font-en: 'Noto Sans', sans-serif;
    --brand-gradient: linear-gradient(135deg, var(--blue) 0%, var(--red) 100%);
    --brand-gradient-text: -webkit-linear-gradient(135deg, var(--blue) 0%, var(--red) 100%);
    --bg-pale-blue: #f4f8ff;
    --sp-pgheader-height: 250px;
    --tb-pgheader-height: 300px;
    --pc-pgheader-height: 300px;
}

/*==========================================================*/
/* defalt define											*/
/*==========================================================*/
body,
p {
    font-size: 17px;
}

body a {
    color: #333;
}

body a:hover {
    color: #333;
}

.nodata {
    color: #ff0000;
}

img {
    width: 100%;
    height: auto;
}

.entry-body img {
    display: unset;
    width: auto;
    height: auto;
    max-width: 100%;
}

@media print {
    #mobile-menu {
        display: none !important;
    }
}

/*---- Origin ----*/
body,
p {
    font-family: var(--font-jp);
    color: var(--text-main);
    font-size: 17px;
    line-height: 1.8;
}

body a {
    color: #333;
}

body a:hover {
    color: #333;
}

img {
    width: 100%;
    height: auto;
}

@media print {
    #mobile-menu {
        display: none !important;
    }
}

/*---- Heading ----*/
.common-heading {
    margin-bottom: 40px;
    position: relative;
    padding-left: 30px;
    text-align: left;
}

.common-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--brand-gradient);
    border-radius: 2px;
}

.c-head-en {
    display: inline-block;
    font-family: var(--font-en);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 5px;
    background: var(--brand-gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--blue);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.c-head-jp {
    font-size: 28px;
    font-weight: 700;
    color: var(--navy);
    letter-spacing: 0.1em;
    line-height: 1.4;
}

.common-heading.is-center {
    padding-left: 0;
    text-align: center;
}

.common-heading.is-center::before {
    display: none;
}

.common-heading.is-center::after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background: var(--brand-gradient);
    margin: 15px auto 0;
    border-radius: 2px;
}

.common-heading.is-white .c-head-en {
    background: none;
    -webkit-text-fill-color: initial;
    color: rgba(255, 255, 255, 0.6);
}

.common-heading.is-white .c-head-jp {
    color: var(--white);
}

.common-heading.is-white::before,
.common-heading.is-white::after {
    background: var(--white);
    opacity: 0.5;
}

/*---- Header ----*/
.site-header-logo a img {
    width: 60px;
}

/* mobilemenu */
.mobile-navi-btn {
    background: #fff;
}

.mobile-navi-btn.right {
    width: 50px;
    height: 50px;
    top: 4px;
    right: 7px;
}

.mobile-navi-btn span {
    position: absolute;
    background: #1C4190;
    height: 2px;
    width: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .3s;
}

.mobile-navi-btn span:nth-child(1) {
    top: 30%;
}

.mobile-navi-btn span:nth-child(2) {
    top: 50%;
}

.mobile-navi-btn span:nth-child(3) {
    top: 70%;
}

.mobile-navi-btn.mobile-navi-open {
    background: var(--burger-bkcolor);
}

.mobile-navi-btn.mobile-navi-open span:nth-child(1) {
    background: #fff;
    top: 28%;
    left: calc(50% - 4px);
    transform: rotate(-45deg) translate(-50%, -50%);
}

.mobile-navi-btn.mobile-navi-open span:nth-child(2) {
    opacity: 0;
}

.mobile-navi-btn.mobile-navi-open span:nth-child(3) {
    background: #fff;
    top: 71%;
    left: calc(50% - 5px);
    transform: rotate(45deg) translate(-50%, -50%);
}

.site-mobile-nav>div {
    padding: 0;
    background: rgba(255, 255, 255, 0);
}

.site-mobile-menu>li {
    padding: 0;
    margin: 0;
}

.site-mobile-menu>li>a {
    display: block;
    padding: 15px 5px;
    font-weight: 600;
    font-family: var(--font-jp);
    transition: all .3s;
}

.site-mobile-menu>li>a:hover {
    color: var(--pink);
}

.site-mobile-menu>li.menu-item-has-children>a {
    position: relative;
}

.site-mobile-menu>li.menu-item-has-children>a::before,
.site-mobile-menu>li.menu-item-has-children>a::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 15px;
    height: 2px;
    background: var(--main2);
    transition: all .3s;
}

.site-mobile-menu>li.menu-item-has-children>a::before {
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.site-mobile-menu>li.menu-item-has-children>a::after {
    right: 11px;
    top: calc(50% - 1px);
    -webkit-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
}

.site-mobile-menu>li.menu-item-has-children.clicked>a::before {
    opacity: 0;
}

.site-mobile-menu>li.menu-item-has-children.clicked>a::after {
    -webkit-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
}

.site-mobile-menu ul.sub-menu {
    padding-left: 15px;
    display: none;
}

.site-mobile-menu ul.sub-menu>li>a {
    display: block;
    padding: 7px 5px;
}

.site-mobile-menu>li>a:not([href]):not([class]) {
    color: var(--sp-menu-font-color);
}

@media(min-width:992px) {
    .ptnB .container.site-header-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .ptnB .site-header-inner {
        width: 60px;
    }

    .ptnB .site-header-menu>li {
        margin: 0 5px;
    }

    .site-header-menu>li>a {
        font-family: var(--font-jp);
        letter-spacing: 0;
    }

    .site-header-menu>li>a:not([href]):not([class]) {
        cursor: pointer;
    }

    .site-header-menu>li.menu-contact>a {
        background: var(--red);
        border-radius: 50px;
        padding: 10px 20px;
        color: #fff;
        border: 1px solid var(--red);
    }

    .site-header-menu>li.menu-contact>a::before {
        display: none;
    }

    .site-header-menu>li.menu-contact>a:hover {
        color: var(--red);
        background: #fff;
    }
}

/*---- page header ----*/
.page-header {
    width: 94%;
    margin-left: auto;
}

.page-header:after {
    display: none;
}

.page-header-wrap {
    height: calc(100% - 50px);
    border-radius: 100px 0 0 0;
    position: relative;
    overflow: hidden;
}
.page-header-wrap::before,.page-header-wrap::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-header-wrap::before {
    background: var(--brand-gradient);
}
.page-header-wrap::after{
    background: linear-gradient(45deg, rgba(27, 65, 145, 0.2), rgba(225, 29, 72, 0.1));
}
.page-header-wrap>img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.page-header-ttl {
    position: absolute;
    top: auto;
    bottom: -1px;
    left: 0;
    background-color: #fff;
    width: 90%;
    padding: 23px 50px 23px 0;
    border-radius: 0 40px 0 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    text-shadow: none;
    line-height: 0;
    transform: translateY(0);
}

.page-header-ttl .jp {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: var(--navy, #0f172a);
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin: 0 0 10px;
}

.page-header-ttl .en {
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--red, #e11d48);
    text-transform: uppercase;
    margin-left: 2px;
}

@media(min-width: 768px) {
    .page-header-wrap {
        height: 100%;
        border-radius: 150px 0 0 0;
    }

    .page-header-ttl {
        padding: 40px 80px 40px 0;
        border-radius: 0 100px 0 0;
        width: fit-content;
        min-width: 40%;
    }

    .page-header-ttl .jp {
        font-size: 42px;
    }

    .page-header-ttl .en {
        font-size: 16px;
    }
}

@media(min-width: 1200px) {
    .page-header-ttl .jp {
        font-size: 52px;
    }
}

/*---- page setting ----*/
.page-section {
    padding: 60px 0;
}

/*---- top page ----*/
.hero-sec {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    padding: 0;
    overflow: hidden;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-visual-container {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

.hero-img-wrap {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-color: var(--light-gray);
    opacity: 0;
    transform: scale(1.05);
    transition: all 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-img-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(27, 65, 145, 0.2), rgba(225, 29, 72, 0.1));
    z-index: 2;
    pointer-events: none;
}

.hero-sec.is-active .hero-img-wrap {
    opacity: 1;
    transform: scale(1);
}

.hero-slider {
    width: 100%;
    height: 100%;
}

.hero-slide-item {
    width: 100%;
    height: 100%;
}

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

.hero-slider .slick-list,
.hero-slider .slick-track {
    height: 100%;
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.9);
}

.hero-content-card {
    position: relative;
    padding: 40px 20px;
    z-index: 10;
    margin-top: -60px;
    width: 90%;
    border-radius: 0 80px 0 0;
    box-shadow: 20px 0 50px rgba(0, 0, 0, 0.05);
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease;
    transition-delay: 0.3s;
    background: var(--blue);
    background: linear-gradient(135deg, var(--blue) 0%, #0a2456 100%);
    color: var(--white);
    box-shadow: 20px 20px 60px rgba(15, 23, 42, 0.3);
}

.hero-sec.is-active .hero-content-card {
    opacity: 1;
    transform: translateY(0);
}

.hero-logo-stamp {
    width: 90px;
    height: 90px;
    background-color: #fff;
    padding: 18px;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.hero-logo-stamp img {
    width: 100%;
    object-fit: contain;
}

.hero-main-title {
    font-size: clamp(24px, 6vw, 42px);
    font-weight: 700;
    line-height: 1.3;
    color: var(--white);
    margin-bottom: 25px;
    letter-spacing: 0.05em;
}

.hero-sub-divider {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.hero-sub-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}

.hero-en-text {
    font-family: var(--font-en);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.6);
}

.hero-description {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 35px;
}

.hero-cta-btn {
    display: inline-block;
    padding: 12px 35px;
    border: 1px solid var(--white);
    color: var(--white) !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.15em;
    transition: all 0.3s ease;
}

.hero-cta-btn:hover {
    background-color: var(--white);
    color: var(--blue) !important;
}

.hero-pink-axis {
    position: absolute;
    top: 0;
    left: 20px;
    width: 1px;
    height: 0;
    background-color: var(--pink);
    z-index: 5;
    transition: height 1.8s ease;
}

.hero-sec.is-active .hero-pink-axis {
    height: 100%;
}

@media (min-width: 992px) {
    .hero-img-wrap {
        height: 80vh;
        height: 80dvh;
        margin-left: 100px;
        width: calc(100% - 100px);
    }

    .hero-content-card {
        position: absolute;
        bottom: 20px;
        left: 20px;
        width: 600px;
        margin-top: 0;
        padding: 60px;
        border-radius: 0 120px 0 0;
    }

    .hero-pink-axis {
        left: 50px;
    }

    .hero-logo-stamp {
        width: 80px;
        height: 80px;
    }
}

/*---- Service Section ----*/
.service-sec {
    background-color: var(--white);
    border-top: 1px solid var(--light-gray);
}

.service-grid {
    display: grid;
    grid-template-columns: 1fr;
    border-top: 1px solid var(--light-gray);
    border-left: 1px solid var(--light-gray);
}

.service-item {
    padding: 60px 40px;
    background-color: var(--bg-pale-blue);
    border-right: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    position: relative;
    overflow: hidden;
}

.service-item:nth-child(odd) {
    background-color: #eff5fb;
}

.service-num {
    display: inline-block;
    font-family: var(--font-en);
    font-size: 48px;
    font-weight: 700;
    color: var(--pink);
    line-height: 1;
    margin-bottom: 30px;
    transition: all 0.5s ease;
    background: var(--brand-gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--blue);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.service-item-ttl {
    font-size: 20px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 25px;
    letter-spacing: 0.05em;
    position: relative;
    padding-bottom: 15px;
}

.service-item-ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    transition: width 0.5s ease;
    background: var(--red);
    background: var(--brand-gradient);
}

.service-item-txt {
    font-size: 15px;
    line-height: 2;
    color: var(--text-main);
    letter-spacing: 0.05em;
}

@media (min-width: 768px) {
    .service-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 992px) {
    .service-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .service-item {
        padding: 80px 40px;
    }
}

/*---- Works Section (Carousel) ----*/
.works-sec {
    background-color: var(--bg-pale-blue);
    position: relative;
    z-index: 1;
}

.works-sec::before {
    content: "WORKS";
    position: absolute;
    top: 50px;
    right: -20px;
    font-family: var(--font-en);
    font-size: 15vw;
    font-weight: 700;
    color: var(--blue);
    opacity: 0.03;
    line-height: 1;
    z-index: -1;
    pointer-events: none;
}

.works-carousel-wrap {
    width: 100%;
    overflow: hidden;
}

.works-slider {
    margin: 0 -15px;
}

.work-slide {
    padding: 20px 15px;
    transition: all 0.6s ease;
    opacity: 1;
    transform: scale(1);
}

@media (min-width: 768px) {
    .work-slide {
        opacity: 0.4;
        transform: scale(0.85);
    }

    .work-slide.slick-active {
        opacity: 1 !important;
        transform: scale(1) !important;
    }
}

.work-card {
    background-color: var(--white);
    text-decoration: none;
    display: block;
    color: inherit;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.work-img-wrap {
    width: 100%;
    aspect-ratio: 3/2;
    overflow: hidden;
}

.work-img-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transition: opacity 0.3s ease;
}

.work-img-link:hover {
    opacity: 0.8;
}

.work-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.work-info {
    padding: 30px 25px;
}

.work-category {
    display: block;
    font-family: var(--font-en);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--pink);
    margin-bottom: 15px;
    text-transform: uppercase;
}

.work-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.5;
    margin-bottom: 20px;
}

.work-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.work-title a:hover {
    color: var(--pink);
}

.work-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    padding: 10px 25px;
    border: 1px solid var(--navy);
    border-radius: 50px;
    color: var(--navy);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.work-link::after {
    content: "→";
    transition: transform 0.3s ease;
}

.work-link:hover {
    background-color: var(--navy);
    color: var(--white);
}

.work-link:hover::after {
    transform: translateX(3px);
}

/* Slick Custom Arrows */
.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: var(--white);
    border: 1px solid var(--light-gray);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    font-size: 0;
}

.slick-arrow:hover {
    background-color: var(--navy);
    border-color: var(--navy);
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

@media (min-width: 768px) {
    .slick-prev {
        left: 7%;
    }

    .slick-next {
        right: 7%;
    }
}

.slick-arrow::before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--navy);
    border-right: 2px solid var(--navy);
    display: block;
}

.slick-arrow:hover::before {
    border-color: var(--white);
}

.slick-prev::before {
    transform: rotate(-135deg);
    margin-left: 4px;
}

.slick-next::before {
    transform: rotate(45deg);
    margin-right: 4px;
}

/*---- Strength Section ----*/
.strength-sec {
    background-color: var(--blue);
    background: linear-gradient(160deg, var(--blue) 0%, #0a2456 100%);
    color: var(--white);
    overflow: hidden;
}

.strength-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 20px 0;
}

.strength-item {
    position: relative;
    text-align: center;
    padding: 40px 20px;
}

.strength-num {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--font-en);
    font-size: 160px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.3);
    z-index: 1;
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

.strength-icon {
    position: relative;
    z-index: 2;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--red);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.strength-icon svg {
    width: 48px;
    height: 48px;
}

.strength-content {
    position: relative;
    z-index: 2;
}

.strength-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 25px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.strength-text {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.8);
    max-width: 320px;
    margin: 0 auto;
    text-align: left;
}

@media (min-width: 992px) {
    .strength-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
    }

    .strength-item {
        padding: 60px 40px;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

    .strength-item:last-child {
        border-right: none;
    }

    .strength-text {
        max-width: none;
    }
}

/*---- Flow Section ----*/
.top_flow_sec {
    background-color: #f9f9f9;
}

.flow-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

.flow-item {
    background-color: var(--white);
    padding: 40px 30px;
    flex: 1;
    width: 100%;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flow-num {
    font-family: var(--font-en);
    font-size: 80px;
    font-weight: 700;
    color: rgba(15, 23, 42, 0.07);
    position: absolute;
    top: -10px;
    left: 20px;
    line-height: 1;
    z-index: 1;
}

.flow-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.flow-text {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-main);
    position: relative;
    z-index: 2;
}

.flow-arrow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--red);
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    z-index: 5;
}

.flow-item:last-child .flow-arrow-icon {
    display: none;
}

@media (min-width: 992px) {
    .flow-grid {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px 30px;
    }

    .flow-item {
        flex: none;
        width: calc(50% - 15px);
    }

    .flow-arrow-icon {
        display: none;
    }
}

@media (min-width: 1200px) {
    .flow-grid {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .flow-item {
        flex: 1;
        width: calc(25% - 23px);
    }

    .flow-arrow-icon {
        display: flex;
        top: 50%;
        bottom: auto;
        right: -25px;
        left: auto;
        transform: translateY(-50%) rotate(0deg);
    }
}

.flow-arrow-icon svg {
    width: 20px;
    height: 20px;
}

.flow-cta-wrap {
    text-align: center;
    margin-top: 60px;
}

.flow-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 50px;
    background-color: var(--navy);
    color: var(--white);
    text-decoration: none;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: 1px solid var(--navy);
}

.flow-cta-btn:hover {
    background-color: transparent;
    color: var(--navy);
}

/*---- News Section ----*/
.top_info_sec {
    background-color: var(--white);
}

.info-list {
    border-top: 1px solid var(--light-gray);
    margin-bottom: 60px;
}

.info-item {
    display: flex;
    flex-direction: column;
    padding: 25px 15px;
    border-bottom: 1px solid var(--light-gray);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    background-color: transparent;
}

.info-item:hover {
    background-color: #f8fafc;
}

.info-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px;
}

.info-date {
    font-family: var(--font-en);
    font-size: 14px;
    color: #94a3b8;
    letter-spacing: 0.05em;
}

.info-cat {
    font-size: 11px;
    font-weight: 700;
    background-color: var(--light-gray);
    color: var(--navy);
    padding: 3px 12px;
    border-radius: 2px;
    letter-spacing: 0.05em;
}

.info-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.6;
    transition: color 0.3s ease;
}

.info-item:hover .info-title {
    color: var(--pink);
}

.info-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--navy);
    opacity: 0;
    transition: all 0.3s ease;
    display: none;
}

@media (min-width: 768px) {
    .info-item {
        flex-direction: row;
        align-items: center;
        padding: 25px 30px;
    }

    .info-meta {
        margin-bottom: 0;
        width: 280px;
        flex-shrink: 0;
        gap: 20px;
        display: flex;
    }

    .info-date {
        width: 100px;
        flex-shrink: 0;
    }

    .info-cat {
        width: 100px;
        text-align: center;
        flex-shrink: 0;
        position: static;
    }

    .info-title {
        margin-left: 20px;
        padding-right: 50px;
        flex: 1;
    }

    .info-arrow {
        display: flex;
        opacity: 0.2;
        right: 25px;
    }

    .info-item:hover .info-arrow {
        opacity: 1;
        transform: translate(10px, -50%);
    }
}

/*---- Contact CTA Section ----*/
.top_cta_wrap {
    padding-left: 20px;
}

.cta-flex-container {
    display: flex;
    flex-direction: column;
    border-radius: 80px 0 0 0;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
}

.cta-content-box {
    background-color: var(--red);
    padding: 60px 30px;
    color: var(--white);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cta-divider {
    width: 40px;
    height: 1px;
    background-color: var(--pink);
    margin-bottom: 30px;
}

.cta-description {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.95);
}

.cta-white-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: var(--white);
    color: var(--red);
    padding: 18px 34px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cta-white-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    background-color: var(--white);
    color: var(--red);
}

.cta-icon {
    width: 20px;
    height: 20px;
}

.cta-image-box {
    flex: 1;
    background-color: var(--light-gray);
}

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

@media (min-width: 768px) {
    .top_cta_wrap {
        padding-left: 60px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .cta-image-box img {
        aspect-ratio: 16/9;
    }
}

@media (min-width: 992px) {
    .cta-flex-container {
        flex-direction: row;
        min-height: 520px;
    }

    .cta-content-box {
        padding: 80px 70px;
        flex: 1.1;
    }

    .cta-image-box {
        flex: 0.9;
    }

    .cta-head-jp {
        font-size: 40px;
    }
}

/*---- Footer ----*/
.footerwidget,
.site-footer-nav {
    margin-bottom: 2rem;
}

.footer_widget {
    width: 100%;
}

.ftrinfo {
    text-align: center;
}

.ftrlogo {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.ftrlogo img {
    width: 100px;
    object-fit: contain;
}

.ftrttl {
    font-size: 18px;
    color: #64748b;
}

.ftrdesc {
    font-size: 15px;
    color: #64748b;
}

.site-footer-menu {
    display: flex;
    flex-wrap: wrap;
}

.site-footer-menu>li {
    width: 50%;
    padding: 5px;
    margin-bottom: 5px;
}

.site-footer-menu>li>a:hover {
    opacity: 0.8;
}

@media(min-width:600px) {
    .site-footer-menu>li {
        width: calc(100% / 3);
    }
}

@media(min-width:992px) {
    .site-footer-wrap .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .footerwidget {
        width: 370px;
    }

    .ftrinfo {
        text-align: left
    }

    .ftrlogo {
        justify-content: flex-start;
    }

    .ftrlogo img {
        width: 130px;
    }

    .site-footer-nav {
        width: calc(100% - 400px);
    }

    .copyright {
        width: 100%;
    }
}

/*---- service page ----*/
.service-lead-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-lead-ttl {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--navy);
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px;
}

.service-lead-ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--brand-gradient);
    border-radius: 2px;
}

.service-lead-desc {
    font-size: 16px;
    line-height: 2;
    color: var(--text-main);
}

.service-lead-img img {
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Zig-Zag Rows */
.service-pillars-sec {
    padding-top: 60px;
    padding-bottom: 60px;
}

.service-pillars-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

/*---- Fade-In Animation ----*/
.js-fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.0s cubic-bezier(0.16, 1, 0.3, 1), transform 1.0s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}

.js-fade-up.is-in-view {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered Delays */
.delay-100 {
    transition-delay: 100ms !important;
}

.delay-200 {
    transition-delay: 200ms !important;
}

.delay-300 {
    transition-delay: 300ms !important;
}

.delay-400 {
    transition-delay: 400ms !important;
}

.delay-500 {
    transition-delay: 500ms !important;
}

/* Zig-Zag Rows Animation */
.service-row.js-reveal {
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.service-row.js-reveal:nth-child(odd) {
    transform: translateX(-60px);
}

.service-row.js-reveal:nth-child(even) {
    transform: translateX(60px);
}

.service-row.js-reveal.is-active {
    opacity: 1;
    transform: translateX(0);
}

.service-row {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-row-text {
    order: 2;
}

.service-row-img {
    order: 1;
}

.service-row-img img {
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.service-row-num {
    display: block;
    font-family: var(--font-en);
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    background: var(--brand-gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--blue);
}

.service-row-ttl {
    font-size: 22px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 25px;
    line-height: 1.4;
}

.service-row-desc {
    font-size: 15px;
    line-height: 1.9;
    color: var(--text-main);
}

/* Advantage Area */
.service-advantage-sec {
    background-color: var(--bg-pale-blue);
}

.service-adv-ttl {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: var(--navy);
    position: relative;
    padding-bottom: 15px;
}

.service-adv-ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    background: var(--brand-gradient);
    border-radius: 2px;
}

.service-adv-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.service-adv-item {
    text-align: center;
    background: var(--white);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.service-adv-icon {
    font-size: 52px;
    margin-bottom: 25px;
    color: var(--blue);
    background: var(--brand-gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-adv-item-ttl {
    font-family: var(--font-en);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--navy);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.service-adv-item-txt {
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-main);
    font-weight: 500;
    text-align: left;
}

@media (min-width: 768px) {
    .service-adv-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .service-adv-item {
        display:block;
        padding: 30px 26px;
    }
}

@media (min-width: 992px) {
    .service-lead-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 80px;
    }

    .service-lead-ttl {
        font-size: 34px;
    }

    .service-pillars-container {
        gap: 140px;
    }

    .service-row {
        flex-direction: row;
        align-items: center;
        gap: 100px;
    }

    .service-row-text {
        flex: 1;
        order: 1;
    }

    .service-row-img {
        flex: 1.1;
        order: 2;
    }

    .service-row.is-reverse .service-row-text {
        order: 2;
    }

    .service-row.is-reverse .service-row-img {
        order: 1;
    }

    .service-row-ttl {
        font-size: 28px;
    }

    .service-adv-grid {
        gap: 30px;
    }
}

.flow-intro-sec {
    background-color: var(--white);
}

.flow-intro-block {
    max-width: 800px;
    margin: 0 auto;
}

.flow-intro-ttl {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    color: var(--navy);
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 25px;
    text-align: center;
}

.flow-intro-ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--brand-gradient);
    border-radius: 2px;
}

.flow-intro-desc {
    font-size: 16px;
    line-height: 2;
    color: var(--text-main);
}

.flow-timeline-sec {
    background-color: var(--white);
    padding-top: 0;
}

.flow-timeline {
    position: relative;
    padding-left: 30px;
}

.flow-timeline::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3px;
    height: calc(100% - 3px);
    background: var(--light-gray);
    border-radius: 2px;
}

.flow-timeline-item {
    position: relative;
    padding-bottom: 60px;
}

.flow-timeline-item:last-child {
    padding-bottom: 0;
}

.flow-timeline-item::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -39px;
    width: 20px;
    height: 20px;
    background: var(--brand-gradient);
    border-radius: 50%;
}

.flow-timeline-num {
    font-family: var(--font-en);
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: var(--blue);
    margin-bottom: 10px;
}

.flow-timeline-content {
    background: var(--bg-pale-blue);
    padding: 30px;
    border-radius: 16px;
}

.flow-timeline-ttl {
    font-size: 20px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 15px;
    line-height: 1.4;
}

.flow-timeline-desc {
    font-size: 15px;
    line-height: 1.9;
    color: var(--text-main);
    margin: 0;
}

.flow-faq-link-sec {
    background-color: var(--bg-pale-blue);
}

.flow-faq-link-block {
    text-align: center;
    padding: 50px 30px;
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
}

.flow-faq-link-ttl {
    font-size: 24px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 15px;
}

.flow-faq-link-desc {
    font-size: 15px;
    line-height: 1.8;
    color: var(--text-main);
    margin-bottom: 30px;
}

.flow-faq-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 40px;
    background: var(--brand-gradient);
    color: var(--white) !important;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(27, 65, 145, 0.25);
}

.flow-faq-link-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(27, 65, 145, 0.35);
}

.flow-faq-link-btn svg {
    transition: transform 0.3s ease;
}

.flow-faq-link-btn:hover svg {
    transform: translateX(5px);
}

@media (min-width: 768px) {
    .flow-intro-ttl {
        font-size: 32px;
    }

    .flow-timeline {
        padding-left: 60px;
    }

    .flow-timeline-item::before {
        left: -71px;
        width: 25px;
        height: 25px;
    }

    .flow-timeline-content {
        padding: 40px;
    }

    .flow-timeline-ttl {
        font-size: 22px;
    }

    .flow-timeline-num {
        font-size: 25px;
    }
}

@media (min-width: 992px) {
    .flow-intro-ttl {
        font-size: 36px;
    }

    .flow-timeline {
        padding-left: 100px;
    }

    .flow-timeline::before {
        left: 30px;
    }

    .flow-timeline-item::before {
        left: -82px;
        width: 26px;
        height: 26px;
    }

    .flow-timeline-content {
        padding: 50px;
    }

    .flow-timeline-ttl {
        font-size: 24px;
    }

    .flow-timeline-desc {
        font-size: 16px;
    }

    .flow-faq-link-block {
        padding: 80px 60px;
    }

    .flow-faq-link-ttl {
        font-size: 28px;
    }
}

.faq-sec {
    background-color: var(--white);
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
}

.faq-heading {
    margin: 0;
}

.faq-trigger {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    padding: 20px 25px;
    background: var(--white);
    border: 1px solid var(--light-gray);
    border-radius: 12px;
    cursor: pointer;
    text-align: left;
    font-family: var(--font-jp);
    transition: all 0.3s ease;
}

.faq-trigger:hover {
    background: var(--bg-pale-blue);
}

.faq-trigger:focus {
    outline: none;
    background: var(--bg-pale-blue);
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(27, 65, 145, 0.15);
}

.faq-trigger[aria-expanded="true"] {
    border-radius: 12px 12px 0 0;
    border-bottom-color: transparent;
}

.faq-q-label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: var(--brand-gradient);
    color: var(--white);
    font-family: var(--font-en);
    font-size: 16px;
    font-weight: 700;
    border-radius: 50%;
}

.faq-q-text {
    flex: 1;
    font-size: 16px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.5;
}

.faq-icon {
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--navy);
    transition: transform 0.3s ease;
}

.faq-icon::before {
    width: 14px;
    height: 2px;
    transform: translate(-50%, -50%);
}

.faq-icon::after {
    width: 2px;
    height: 14px;
    transform: translate(-50%, -50%);
}

.faq-trigger[aria-expanded="true"] .faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-answer {
    display: none;
    background: var(--bg-pale-blue);
    border: 1px solid var(--light-gray);
    border-top: none;
    border-radius: 0 0 12px 12px;
}

.faq-answer-inner {
    display: flex;
    gap: 15px;
    padding: 25px;
}

.faq-a-label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: var(--white);
    color: var(--blue);
    font-family: var(--font-en);
    font-size: 16px;
    font-weight: 700;
    border-radius: 50%;
    border: 2px solid var(--blue);
}

.faq-a-text {
    flex: 1;
    font-size: 15px;
    line-height: 1.9;
    color: var(--text-main);
    margin: 0;
    padding-top: 5px;
}

@media (min-width: 768px) {
    .faq-trigger {
        padding: 25px 30px;
        gap: 20px;
    }

    .faq-q-label {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .faq-q-text {
        font-size: 18px;
    }

    .faq-answer-inner {
        padding: 30px;
        gap: 20px;
    }

    .faq-a-label {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }

    .faq-a-text {
        font-size: 16px;
    }
}

.works-archive-sec {
    background-color: var(--white);
}

.works-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.works-card {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.works-card:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.works-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.works-card-img {
    position: relative;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

.works-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.works-card:hover .works-card-img img {
    transform: scale(1.08);
}

.works-card-body {
    padding: 20px;
}

.works-card-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.works-date {
    font-family: var(--font-en);
    font-size: 13px;
    color: var(--text-light);
    letter-spacing: 0.05em;
}


.works-card-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.6;
    margin: 0;
    transition: color 0.3s ease;
}

.works-card:hover .works-card-title {
    color: var(--blue);
}

.works-pagination {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.pagination-list {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination-item {
    display: flex;
}

.pagination-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 12px;
    background: var(--white);
    border: 1px solid var(--light-gray);
    border-radius: 6px;
    color: var(--navy);
    font-family: var(--font-en);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination-link:hover {
    background: var(--bg-pale-blue);
    border-color: var(--blue);
    color: var(--blue);
}

.pagination-link.is-active {
    background: var(--navy);
    border-color: var(--navy);
    color: var(--white);
}

.pagination-link.is-active:hover {
    background: var(--navy);
    color: var(--white);
}

.pagination-ellipsis {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    color: var(--text-light);
    font-family: var(--font-en);
    font-size: 14px;
}

.pagination-next {
    padding: 0;
}

.pagination-next svg {
    width: 18px;
    height: 18px;
}

@media (min-width: 576px) {
    .works-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (min-width: 768px) {
    .works-card-body {
        padding: 25px;
    }

    .works-card-title {
        font-size: 17px;
    }
}

@media (min-width: 992px) {
    .works-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 35px;
    }

    .works-card-body {
        padding: 25px 25px 30px;
    }

    .works-card-title {
        font-size: 18px;
    }

    .works-pagination {
        margin-top: 80px;
    }

    .pagination-link {
        min-width: 48px;
        height: 48px;
        font-size: 15px;
    }

    .pagination-ellipsis {
        min-width: 48px;
        height: 48px;
    }
}

.works-single-sec {
    background-color: var(--white);
    padding-bottom: 80px;
}

.works-single-container {
    max-width: 900px;
    margin: 0 auto;
}

.works-article-header {
    margin-bottom: 40px;
}

.works-article-date {
    display: block;
    margin-bottom: 15px;
    font-family: var(--font-en);
    color: var(--navy);
    font-size: 16px;
    font-weight: 600;
}

.works-article-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.4;
    margin: 0;
}

.works-gallery {
    margin-bottom: 60px;
}

/* Slick FOUC prevention */
.gallery-main,
.gallery-thumbs,
.hero-slider,
.works-slider {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.gallery-main.slick-initialized,
.gallery-thumbs.slick-initialized,
.hero-slider.slick-initialized,
.works-slider.slick-initialized {
    opacity: 1;
}

.gallery-main {
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.gallery-main img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.gallery-thumbs {
    margin: 0 -5px;
}

.gallery-thumb-item {
    padding: 0 5px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    opacity: 0.6;
}

.gallery-thumb-item img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border-radius: 6px;
}

.gallery-thumb-item.slick-current {
    opacity: 1;
}

.gallery-main .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    font-size: 0;
    border: none;
    transition: all 0.3s ease;
}

.gallery-main .slick-arrow:hover {
    background: var(--navy);
}

.gallery-main .slick-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-top: 3px solid var(--navy);
    border-right: 3px solid var(--navy);
    transition: border-color 0.3s ease;
}

.gallery-main .slick-arrow:hover::before {
    border-color: var(--white);
}

.gallery-main .slick-prev {
    left: 20px;
}

.gallery-main .slick-next {
    right: 20px;
}

.gallery-main .slick-prev::before {
    transform: translate(-35%, -50%) rotate(225deg);
}

.gallery-main .slick-next::before {
    transform: translate(-65%, -50%) rotate(45deg);
}

.post-content {
    margin-bottom: 80px;
    font-size: 16px;
    line-height: 1.8;
    color: var(--text-main);
}

.post-content h2 {
    font-size: 22px;
    font-weight: 700;
    color: var(--navy);
    margin: 40px 0 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--light-gray);
}

.post-content h2:first-child {
    margin-top: 0;
}

.post-content p {
    margin-bottom: 30px;
}

.post-content ul {
    margin: 30px 0;
    padding-left: 1.5em;
    background: var(--bg-pale-blue);
    padding: 30px 30px 30px 50px;
    border-radius: 12px;
}

.post-content li {
    margin-bottom: 10px;
    list-style-type: disc;
}

.post-content li:last-child {
    margin-bottom: 0;
}

.works-footer-nav {
    text-align: center;
}

.works-back-btn {
    display: inline-block;
    padding: 15px 50px;
    border: 1px solid var(--navy);
    color: var(--navy);
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.works-back-btn:hover {
    background: var(--navy);
    color: var(--white);
}

@media (min-width: 768px) {
    .works-article-title {
        font-size: 32px;
    }

    .gallery-main img,
    .gallery-thumb-item img {
        aspect-ratio: 16 / 9;
    }
}

/*---- Company page ----*/

/* company_philosophy_sec */
.company-philosophy-sec {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.company-philosophy-sec::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(46, 72, 114, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.company-philosophy-block {
    text-align: center;
    position: relative;
    z-index: 1;
}

.company-philosophy-label {
    display: inline-block;
    font-family: var(--font-en);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: var(--blue);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.company-philosophy-divider {
    width: 60px;
    height: 3px;
    background: var(--brand-gradient);
    margin: 0 auto 30px;
    border-radius: 2px;
}

.company-philosophy-ttl {
    font-size: 26px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.7;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
}

.company-philosophy-desc {
    font-size: 15px;
    line-height: 2.2;
    color: var(--text-main);
    margin: 0 auto 1.5rem;
}
.company-philosophy-desc:last-child{
    margin-bottom:0;
}

/* company_profile_sec */
.company-profile-list {
    margin-top: 40px;
}

.company-profile-row {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #e0e0e0;
    padding: 20px 0;
}

.company-profile-row:last-child {
    border-bottom: 1px solid #e0e0e0;
}

.company-profile-label {
    font-weight: 700;
    color: var(--navy);
    font-size: 15px;
    margin-bottom: 10px;
}

.company-profile-data {
    font-size: 15px;
    color: var(--text-main);
    line-height: 1.8;
}

.company-business-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.company-business-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
}

.company-business-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: var(--blue);
    border-radius: 50%;
}

.company-business-list li:last-child {
    margin-bottom: 0;
}

/* company_access_sec */
.company-access-sec {
    background: var(--bg-light);
}

.google-map-container {
    margin-top: 40px;
    aspect-ratio: 16 / 9;
    background: #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
}

.google-map-container iframe {
    width: 100%;
    height: 100%;
    display: block;
}

@media (min-width: 768px) {
    .company-philosophy-sec::before {
        width: 900px;
        height: 900px;
    }

    .company-philosophy-divider {
        width: 80px;
        margin-bottom: 40px;
    }

    .company-philosophy-ttl {
        font-size: 34px;
    }

    .company-philosophy-desc {
        font-size: 16px;
    }

    .company-profile-row {
        flex-direction: row;
        align-items: flex-start;
        padding: 25px 0;
    }

    .company-profile-label {
        width: 180px;
        flex-shrink: 0;
        margin-bottom: 0;
    }

    .company-profile-data {
        flex: 1;
    }
}

@media (min-width: 992px) {
    .company-philosophy-ttl {
        font-size: 38px;
    }

    .company-profile-label {
        width: 220px;
    }
}

/*---- News single page ----*/
.single-siteContent {
    background-color: var(--white);
    padding-bottom: 80px;
}

.single-container {
    max-width: 900px;
    margin: 0 auto;
}

.news-article-header {
    margin-bottom: 30px;
}

.news-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.news-date {
    margin-bottom: 0;
}

.post-categories {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.post-categories li a {
    display: inline-block;
    padding: 2px 12px;
    background-color: #f0f4f8;
    color: var(--navy);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.post-categories li a:hover {
    background-color: var(--navy);
    color: var(--white);
}

.post-thumbnail {
    margin-bottom: 40px;
    text-align: center;
}

.post-thumbnail img {
    max-width: 100%;
    max-height: 600px;
    width: auto;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.single-footer-nav {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #eee;
    text-align: center;
}

.catWrap {
    margin-bottom: 2rem;
}

.catWrap .post-categories li a {
    font-size: 14px;
}

.catWrap .post-categories li a.current {
    background-color: var(--navy);
    color: var(--white);
    pointer-events: none;
}

@media (min-width: 768px) {
    .news-article-header {
        margin-bottom: 40px;
    }

    .post-thumbnail {
        margin-bottom: 60px;
    }
}

/*---- Contact page ----*/
.contact-siteContent {
    background-color: var(--white);
}

.contact-intro {
    margin-bottom: 50px;
}

.contact-intro-text {
    font-size: 15px;
    line-height: 2;
    color: var(--text-main);
}

.contact-form-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 20px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}

.form-label {
    font-size: 15px;
    font-weight: 700;
    color: var(--navy);
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.req-label {
    display: inline-block;
    padding: 2px 8px;
    background-color: #e53e3e;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    border-radius: 3px;
}

.form-note {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #888;
    margin-top: 5px;
}

.form-input input[type="text"],
.form-input input[type="email"],
.form-input input[type="tel"],
.form-input textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #c5cbd5;
    border-radius: 6px;
    font-size: 16px;
    color: var(--text-main);
    background-color: #f4f6f8;
    transition: all 0.3s ease;
}

.form-input input[type="text"]:focus,
.form-input input[type="email"]:focus,
.form-input input[type="tel"]:focus,
.form-input textarea:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
    outline: none;
    border-color: var(--blue);
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(6, 147, 227, 0.1);
}

.form-input input::placeholder,
.form-input textarea::placeholder {
    color: #aaa;
}

.form-input textarea {
    resize: vertical;
    min-height: 180px;
}

.form-privacy-area {
    text-align: center;
    margin: 40px 0;
    padding: 25px;
    background: #f8fafc;
    border-radius: 8px;
}

.privacy-check-label {
    display: inline-flex;
    flex-direction:column;
    align-items: center;
    justify-content:center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    color: var(--text-main);
}
.privacy-check-label p{
    font-size:14px;
}
.privacy-check-label p a {
    color: var(--blue);
    text-decoration: underline;
}

.privacy-check-label p a:hover {
    text-decoration: none;
}
.privacy-check-label label{
    display:inline-flex;
    justify-content:center;
    align-items:center;
}
.privacy-check-label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: var(--navy);
    cursor: pointer;
    margin-right:10px;
}

.form-submit-area {
    text-align: center;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 60px;
    background: var(--brand-gradient);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.form-submit-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
    .contact-intro {
        margin-bottom: 60px;
        text-align: center;
    }

    .contact-intro-text {
        font-size: 16px;
    }

    .contact-form-wrapper {
        padding: 60px 50px;
    }

    .form-row {
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .form-label {
        width: 200px;
        flex-shrink: 0;
        padding-top: 14px;
        margin-bottom: 0;
    }

    .form-note {
        margin-top: 8px;
    }

    .form-input {
        flex: 1;
    }
}

@media (min-width: 992px) {
    .contact-form-wrapper {
        padding: 70px 80px;
    }

    .form-label {
        width: 220px;
    }
}

/*---- Privacy Policy page ----*/
.privacy-siteContent {
    background-color: var(--white);
}

.privacy-container {
    max-width: 800px;
    margin: 0 auto;
}

.privacy-content {
    background: #fff;
    padding: 40px 20px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
}

.privacy-intro {
    font-size: 15px;
    line-height: 2;
    color: #333;
    margin-bottom: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.privacy-heading {
    font-size: 18px;
    font-weight: 700;
    color: var(--navy);
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--navy);
}

.privacy-heading:first-of-type {
    margin-top: 0;
}

.privacy-content p {
    font-size: 15px;
    line-height: 1.9;
    color: #333;
    margin-bottom: 16px;
}

.privacy-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.privacy-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.privacy-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: var(--blue);
    border-radius: 50%;
}

.privacy-list li:last-child {
    margin-bottom: 0;
}

.privacy-link {
    color: var(--blue);
    text-decoration: underline;
    font-weight: 600;
    transition: all 0.3s ease;
}

.privacy-link:hover {
    color: var(--navy);
    text-decoration: none;
}

@media (min-width: 768px) {
    .privacy-content {
        padding: 60px 50px;
    }

    .privacy-intro {
        font-size: 16px;
    }

    .privacy-heading {
        font-size: 20px;
        margin-top: 60px;
    }

    .privacy-content p {
        font-size: 16px;
        line-height: 2;
    }

    .privacy-list li {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .privacy-content {
        padding: 70px 80px;
    }
}

/*---- Information Archive page ----*/
.info-siteContent {
    background-color: var(--white);
}

.archive-filter {
    margin-bottom: 50px;
}

.tagWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom:2rem;
}

.tag-label {
    font-size: 13px;
    font-weight: 600;
    color: #888;
}

.post-tags {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.post-tags li a {
    display: inline-block;
    padding: 4px 12px;
    background-color: #f0f4f8;
    color: #555;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.post-tags li a:hover,
.post-tags li a.current {
    background-color: var(--blue);
    color: var(--white);
}
.post-tags li a.current{
    pointer-events:none;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
}

.info-item {
    border-bottom: 1px solid #eee;
}

.info-item:first-child {
    border-top: 1px solid #eee;
}

.info-item a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 15px;
    padding: 20px 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.info-item a:hover {
    background-color: #f8fafc;
}

.info-date {
    font-family: var(--font-en);
    font-size: 13px;
    color: #888;
    flex-shrink: 0;
}

.info-title {
    font-size: 15px;
    color: var(--text-main);
    line-height: 1.6;
    flex: 1;
    min-width: 200px;
}

.info-item a:hover .info-title {
    color: var(--blue);
}
/* Pagination Override */
.navigation.pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.navigation.pagination .nav-links {
    display: flex;
    gap: 8px;
    align-items: center;
}

.navigation.pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #ddd;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers.current {
    border-color: var(--navy);
}

.navigation.pagination .page-numbers span {
    display: inline-block;
}

/* Hide original list markers if necessary */
.navigation.pagination ul,
.navigation.pagination li {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {
    .archive-filter {
        margin-bottom: 60px;
    }

    .info-item a {
        flex-wrap: nowrap;
        padding: 25px 15px;
    }

    .info-date {
        width: 100px;
    }

    .info-cat {
        width: 100px;
        text-align: center;
    }

    .info-title {
        font-size: 16px;
        min-width: auto;
    }
}
/**********************************/
/* cta block                      */
/**********************************/
.page-contact .top_cta_sec{
    display:none;
}