@charset "UTF-8";

/*
Theme Name: Nippon ALSi
Author: 
Version: 1.0
*/

:root {
    --header-height: 0px;
    --gothic-font: "hiragino-kaku-gothic-pron", sans-serif;
    --mintyo-font: "hiragino-mincho-pron", serif;
    --black-color: #212121;
    --light-blue-color: #317dc4;
    --blue-color: #2c476a;
    --error-color: #f21717;
    --title-font: clamp(3.75rem, 2.578rem + 2.08vw, 4.063rem);
    --heading-font: clamp(2.75rem, 2.075rem + 1.2vw, 3.125rem);
    --sub-font: clamp(1.125rem, 0.656rem + 0.83vw, 1.25rem);
    --h2-font: clamp(2.188rem, 1.016rem + 2.08vw, 2.5rem);
    --h3-font: clamp(1.375rem, 0.906rem + 0.83vw, 1.5rem);
    --middle-font: clamp(1rem, 0.531rem + 0.83vw, 1.125rem);
    --text-font: clamp(0.875rem, 0.406rem + 0.83vw, 1rem);
    --move: all 0.3s ease;
}

@media screen and (max-width: 1024px) {
     :root {
        --title-font: clamp(2rem, 0.125rem + 3.33vw, 2.5rem);
        --heading-font: clamp(2.188rem, 1.106rem + 4.62vw, 3.125rem);
        --sub-font: 16px;
        --h2-font: clamp(1.75rem, 1.606rem + 0.62vw, 2rem);
        --h3-font: clamp(1.125rem, 0.981rem + 0.62vw, 1.25rem);
    }
}

html,
body {
    font-family: var(--gothic-font);
    scroll-behavior: smooth;
    font-size: 16px;
    background-color: #e6f4fc;
}

.l-wrapper {
    padding-left: 40px;
    padding-right: 40px;
    /* overflow: hidden; */
}

.l-inner,
.cms-inner {
    max-width: 1140px;
    margin: 0 auto;
}

.pc-only {
    display: block !important;
}

.tab-only {
    display: none !important;
}

.sp-only {
    display: none !important;
}

.pc-only-flex {
    display: flex !important;
}

.tab-only-flex {
    display: none !important;
}

.sp-only-flex {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .l-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .pc-only {
        display: none !important;
    }
    .pc-only-flex {
        display: none !important;
    }
    .tab-only {
        display: block !important;
    }
    .tab-only-flex {
        display: flex !important;
    }
    .l-inner {
        max-width: 700px;
    }
}

@media screen and (max-width: 600px) {
    .sp-only {
        display: block !important;
    }
    .sp-only-flex {
        display: flex !important;
    }
    .l-inner {
        max-width: 420px;
    }
}

body {
    color: var(--black-color);
    background-color: #fff;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    letter-spacing: 0.03rem;
}

body.active {
    overflow: hidden !important;
}

p {
    letter-spacing: 0.08rem;
}

.hel {
    font-family: "Helvetica Neue", sans-serif;
}

header {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

header a {
    transition: var(--move);
}

header .header-container {
    width: 100%;
    height: 75px;
    padding: 0 0 0 70px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

header .header-container .header-left {
    position: relative;
    z-index: 999;
    min-width: 150px;
    width: 9%;
    height: auto;
    object-fit: contain;
}

header .header-container .header-left img {
    width: 100%;
    height: auto;
}

header .header-container .header-center {
    width: auto;
    height: 100%;
}

header .header-container .header-center .menu-btn {
    display: none;
}

header .header-container .header-center .sp-header-area {
    display: contents;
}

header .header-container .header-center nav {
    height: 100%;
}

header .header-container .header-center .header-menu {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: var(--text-font);
    font-weight: 500;
}

header .header-container .header-center .header-menu .header-item {
    height: 100%;
    margin-left: clamp(0.625rem, -3.011rem + 5.68vw, 3.25rem);
}

header .header-container .header-center .header-menu .header-item.con {
    margin-left: 0;
}

header .header-container .header-center .header-menu .header-item.con .header-link {
    width: clamp(8.125rem, -13.54rem + 33.82vw, 13.938rem);
    background-color: #317dc4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .header-container .header-center .header-menu .header-item.doc .header-link {
    width: clamp(11.25rem, 1.233rem + 15.64vw, 13.938rem);
    background-color: #eaf2f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .header-container .header-center .header-menu .header-item.lang {
    padding: 0 17px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: var(--text-font);
    margin: auto;
    line-height: 1;
}

header .header-container .header-center .header-menu .header-link {
    display: block;
    width: fit-content;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .header-container .header-center .header-menu .pc-add-child {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

header .header-container .header-center .header-menu .pc-add-child::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #666666;
    border-bottom: 1.5px solid #666666;
    transform: translateY(-1.5px) rotate(45deg);
}

header .header-container .header-center .header-menu .pc-add-child .pc-child-list {
    width: 290px;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-30px, 100%);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

header .header-container .header-center .header-menu .pc-add-child .pc-child-list .pcl-item {
    font-size: clamp(0.813rem, 0.5rem + 0.42vw, 1rem);
    font-weight: 700;
}

header .header-container .header-center .header-menu .pc-add-child .pc-child-list .pcl-item .pcl-link {
    display: flex;
    align-items: start;
    gap: 15px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    padding: 17px 30px 15px 30px;
    background-color: #fff;
    border-top: 1px solid #cccccc;
}

header .header-container .header-center .header-menu .pc-add-child .pc-child-list .pcl-item .pcl-link svg {
    width: 17px;
    height: auto;
    margin-top: 5px;
}

@media (min-width: 1025px) {
    header a:hover {
        opacity: 0.7;
    }
    header .header-container .header-center .header-menu .pc-add-child .pc-child-list .pcl-item .pcl-link {
        transition: all 0.3s ease;
    }
    header .header-container .header-center .header-menu .pc-add-child .pc-child-list .pcl-item .pcl-link:hover {
        gap: 20px;
        opacity: 1;
        color: var(--blue-color);
    }
    header .header-container .header-center .header-menu .pc-add-child:hover .pc-child-list {
        opacity: 1;
        pointer-events: all;
    }
}

@media (max-width: 1200px) {
    header .header-container {
        padding: 0 0 0 40px;
    }
}

@media screen and (max-width: 1024px) {
    header .header-container {
        padding: 0 20px;
        align-items: center;
    }
    header .header-container .header-left {
        min-width: 10px;
        width: 120px;
    }
    header .header-container .header-center {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
    header .header-container .header-center .language-btn {
        z-index: 999;
        position: relative;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        font-size: var(--text-font);
        margin: auto;
        line-height: 1;
    }
    header .header-container .header-center .menu-btn {
        z-index: 9999;
        position: absolute;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 32px;
        height: 20px;
        cursor: pointer;
    }
    header .header-container .header-center .menu-btn span {
        position: absolute;
        display: block;
        width: 100%;
        height: 3px;
        background-color: var(--black-color);
        border-radius: 5rem;
        transition: all 0.3s ease;
    }
    header .header-container .header-center .menu-btn span:nth-of-type(1) {
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }
    header .header-container .header-center .menu-btn span:nth-of-type(2) {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    header .header-container .header-center .menu-btn span:nth-of-type(3) {
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }
    header .header-container .header-center .menu-btn.active span:nth-of-type(2n-1) {
        position: absolute;
        top: 50%;
        left: 50%;
    }
    header .header-container .header-center .menu-btn.active span:nth-of-type(1) {
        transform: translate(-50%, -50%) rotate(45deg);
    }
    header .header-container .header-center .menu-btn.active span:nth-of-type(3) {
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    header .header-container .header-center .menu-btn.active span:nth-of-type(2) {
        opacity: 0;
    }
    header .header-container .header-center .sp-header-area {
        z-index: 5;
        opacity: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        height: 100dvh;
        transition: var(--move);
        background-color: #fff;
        padding: 150px 20px 60px 20px;
        overflow: scroll;
    }
    header .header-container .header-center .sp-header-area.active {
        opacity: 1;
        pointer-events: all;
    }
    header .header-container .header-center .sp-header-area nav {
        display: flex;
        flex-direction: column;
    }
    header .header-container .header-center .sp-header-area nav .header-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 50px;
        text-align: center;
    }
    header .header-container .header-center .sp-header-area nav .header-menu .header-item {
        width: 100%;
        margin: 0;
        height: auto;
        border-bottom: 1px solid #212121;
    }
    header .header-container .header-center .sp-header-area nav .header-menu .header-item.con {
        margin-left: 0;
        border-bottom: 0 solid transparent;
    }
    header .header-container .header-center .sp-header-area nav .header-menu .header-item.con .header-link {
        width: 100%;
        padding: 15px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header .header-container .header-center .sp-header-area nav .header-menu .header-item.con .header-link::after {
        display: none;
    }
    header .header-container .header-center .sp-header-area nav .header-menu .header-item.doc {
        border-bottom: 0 solid transparent;
    }
    header .header-container .header-center .sp-header-area nav .header-menu .header-item.doc .header-link {
        width: 100%;
        padding: 15px 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header .header-container .header-center .sp-header-area nav .header-menu .header-item.doc .header-link::after {
        display: none;
    }
    header .header-container .header-center .sp-header-area nav .header-menu .header-item.lang {
        border-bottom: 0 solid transparent;
    }
    header .header-container .header-center .sp-header-area nav .header-menu .header-item .header-link {
        max-width: 350px;
        width: 100%;
        margin: auto;
        height: auto;
        display: block;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 20px;
    }
    header .header-container .header-center .sp-header-area nav .header-menu .header-item .header-link::after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-right: 1.5px solid #666666;
        border-bottom: 1.5px solid #666666;
        transform: translateY(-1.5px) rotate(-45deg);
    }
    header .header-container .header-center .sp-header-area nav .header-menu .pc-add-child {
        display: flex;
        flex-direction: column;
        position: relative;
    }
    header .header-container .header-center .sp-header-area nav .header-menu .pc-add-child .header-link::after {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-right: 1.5px solid #666666;
        border-bottom: 1.5px solid #666666;
        transform: translateY(-1.5px) rotate(45deg);
    }
    header .header-container .header-center .sp-header-area nav .header-menu .pc-add-child::after {
        display: none;
    }
    header .header-container .header-center .sp-header-area nav .header-menu .pc-add-child .pc-child-list {
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.4s ease;
        width: 290px;
        height: auto;
        position: relative;
        transform: translate(0, 0);
        opacity: 1;
        pointer-events: all;
    }
    header .header-container .header-center .sp-header-area nav .header-menu .pc-add-child .pc-child-list .pcl-item {
        font-size: clamp(0.813rem, 0.5rem + 0.42vw, 1rem);
        font-weight: 700;
    }
    header .header-container .header-center .sp-header-area nav .header-menu .pc-add-child .pc-child-list .pcl-item .pcl-link {
        display: flex;
        align-items: start;
        gap: 15px;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.4;
        padding: 17px 10px 15px 10px;
        background-color: #fff;
        border-top: 1px solid #cccccc;
    }
    header .header-container .header-center .sp-header-area nav .header-menu .pc-add-child .pc-child-list .pcl-item .pcl-link svg {
        width: 17px;
        height: auto;
        margin-top: 5px;
    }
}

.mv {
    position: relative;
    margin-top: var(--header-height);
    width: 100%;
    height: calc(100vh - (var(--header-height)));
    background: url("./img/mv-back.jpg") no-repeat top/cover;
}

.mv .mv-container {
    padding-top: 10%;
    margin: auto;
}

.mv .mv-container .mv-copy {
    position: relative;
    width: fit-content;
    height: auto;
}

.mv .mv-container .mv-copy h1 {
    width: 100%;
    height: auto;
    z-index: 2;
    position: relative;
    color: #fff;
    font-family: var(--mintyo-font);
    font-size: var(--title-font);
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    color: var(--blue-color);
    word-break: keep-all;
}

.mv .mv-container .mv-copy .mv-cta {
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    font-family: var(--mintyo-font);
}

.mv .mv-container .mv-copy .mv-cta .mv-description {
    font-size: var(--h3-font);
    font-weight: 500;
    letter-spacing: 0.1rem;
    line-height: 1.6;
}

.mv .mv-container .mv-copy .mv-cta .mv-cta-btn {
    padding: 25px 35px;
    font-size: var(--sub-font);
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--light-blue-color);
    width: 385px;
    height: auto;
    transition: var(--move);
}

.mv .mv-container .mv-copy .mv-cta .mv-cta-btn .svg-wrap {
    position: relative;
    width: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mv .mv-container .mv-copy .mv-cta .mv-cta-btn .svg-wrap svg {
    width: 100%;
    height: fit-content;
    object-fit: contain;
}

.mv .mv-container .mv-copy .mv-cta .mv-cta-btn .svg-wrap svg.svg-left {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-150%, -50%);
}

.mv .mv-container .mv-copy .mv-cta .mv-cta-btn .svg-wrap svg.svg-right {
    transform: translateX(0);
}

.mv .mv-img-area {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
    height: 60%;
    display: flex;
}

.mv .mv-img-area .mia-left-wrap {
    width: 38%;
    height: 100%;
    position: relative;
}

.mv .mv-img-area .mia-left-wrap::before {
    animation-name: bgextendAnimeBase;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #317dc4;
    border: 1px solid #fff;
}

.mv .mv-img-area .mia-left-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mv .mv-img-area .mv-img-right {
    width: 62%;
    height: 100%;
}

.mv .mv-img-area .mv-img-right .mir-wrap {
    width: 100%;
    height: 50%;
    position: relative;
}

.mv .mv-img-area .mv-img-right .mir-wrap::before {
    animation-name: bgextendAnimeBase;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(1, 0, 0, 1);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #317dc4;
    border-bottom: 1px solid #fff;
}

.mv .mv-img-area .mv-img-right .mir-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 1024px) {
    .mv .mv-container .mv-copy .mv-cta .mv-cta-btn:hover {
        background-color: #4589c8;
    }
    .mv .mv-container .mv-copy .mv-cta .mv-cta-btn:hover .svg-wrap .svg-left {
        animation: svgAnime1 0.6s forwards;
        animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .mv .mv-container .mv-copy .mv-cta .mv-cta-btn:hover .svg-wrap .svg-right {
        animation: svgAnime2 0.6s forwards;
        animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
}

@media screen and (max-width: 1024px) {
    .mv .mv-container {
        padding-top: 10%;
    }
    .mv .mv-container .mv-copy h1 {
        font-size: var(--title-font);
    }
    .mv .mv-container .mv-copy .mv-cta {
        margin-top: 10px;
        gap: 30px;
    }
    .mv .mv-container .mv-copy .mv-cta .mv-cta-btn {
        padding: 20px;
        font-size: var(--sub-font);
        max-width: 385px;
        width: 100%;
        height: auto;
    }
    .mv .mv-img-area {
        width: 100%;
        height: 30%;
    }
    .mv .mv-img-area .mv-img-left {
        width: 38%;
        height: 100%;
        object-fit: cover;
    }
    .mv .mv-img-area .mv-img-right {
        width: 62%;
        height: 100%;
    }
    .mv .mv-img-area .mv-img-right .mv-img {
        width: 100%;
        height: 50%;
        object-fit: cover;
    }
}

.customer {
    overflow: hidden;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 25px 0;
}

.customer .splide__track {
    margin: auto;
    max-width: 1140px;
    width: 100%;
    height: auto;
    transition-timing-function: linear;
    overflow: visible;
}

.customer .splide__track .splide__slide {
    height: 90px !important;
    width: auto !important;
}

.customer .splide__track .splide__slide img {
    height: 100%;
    width: auto;
}

@media screen and (max-width: 1024px) {
    .customer .heading-area {
        flex-direction: column;
        align-items: start;
        gap: 0;
    }
    .customer .customer-splide {
        margin-top: 0;
        padding: 10px 0;
    }
    .customer .customer-splide .splide__track .splide__slide {
        height: 60px !important;
    }
}

.about {
    padding-top: 90px;
    padding-bottom: 60px;
}

.about .heading-area {
    position: relative;
    width: 100%;
    height: 250px;
    background: url("./img/top-about.jpg") no-repeat center/cover;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: end;
    border-radius: 10px;
}

.about .heading-area .txt {
    z-index: 5;
    position: relative;
    width: fit-content;
    height: auto;
    display: flex;
    align-items: baseline;
    gap: 30px;
}

.about .heading-area .txt .heading {
    font-family: var(--mintyo-font);
    font-size: var(--heading-font);
    font-weight: 900;
    line-height: 1;
    width: auto;
    height: auto;
}

.about .heading-area .txt .heading-en {
    font-family: var(--mintyo-font);
    font-size: clamp(0.875rem, 0.425rem + 0.8vw, 1.125rem);
    font-weight: 300;
    line-height: 1;
}

.about .description {
    margin-top: 40px;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.01rem;
}

.about .description span {
    background: linear-gradient(transparent 70%, #f0f30a 70%);
}

@media screen and (max-width: 1024px) {
    .about {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .about .heading-area {
        background-position: 90% 20%;
        background-size: 230%;
        height: auto;
        aspect-ratio: 7/3;
        padding: 20px;
        align-items: start;
    }
    .about .heading-area .txt {
        align-items: start;
        flex-direction: column;
        gap: 8px;
    }
    .about .heading-area .txt .heading {
        line-height: 1.6;
        width: auto;
        font-size: calc((var(--heading-font)) * 0.8);
    }
    .about .heading-area .txt .heading-en {
        font-size: 1em;
    }
    .about .description {
        margin-top: 15px;
        font-size: 16px;
    }
}

.service {
    padding-top: 60px;
    padding-bottom: 60px;
}

.service .top-service-content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.service .top-service-content .heading-content {
    width: 54%;
    height: auto;
}

.service .top-service-content .heading-content .heading-area {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 35px;
    font-family: var(--mintyo-font);
}

.service .top-service-content .heading-content .heading-area .heading {
    font-size: var(--heading-font);
    color: var(--blue-color);
    line-height: 1.6;
    font-weight: 700;
}

.service .top-service-content .heading-content .heading-area .sub-heading {
    font-size: clamp(0.875rem, 0.425rem + 0.8vw, 1.125rem);
    font-weight: 400;
    letter-spacing: 0.01rem;
    line-height: 1;
    opacity: 0.5;
}

.service .top-service-content .heading-content .description {
    width: 100%;
    height: auto;
    margin-top: 40px;
    font-size: var(--sub-font);
    line-height: 1.8;
}

.service .top-service-content .service-img {
    width: 40%;
    height: auto;
    object-fit: contain;
}

.service .service-list-label {
    width: 100%;
    height: auto;
    margin-top: 40px;
    font-size: var(--sub-font);
    line-height: 1.8;
}

.service .service-list {
    margin-top: 30px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px 0;
}

.service .service-list .service-item {
    position: relative;
    width: 49%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 5.5/3;
}

.service .service-list .service-item .service-img {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
}

.service .service-list .service-item .label {
    z-index: 2;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    font-family: var(--mintyo-font);
    font-weight: 700;
    font-size: clamp(2.125rem, 1.45rem + 1.2vw, 2.5rem);
    line-height: 1.2;
    letter-spacing: 0.01rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .service .service-list .service-item .service-img {
        transition: all 0.6s ease;
    }
    .service .service-list .service-item:hover .service-img {
        transform: scale(1.18);
    }
}

@media screen and (max-width: 1024px) {
    .service {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .service .top-service-content {
        flex-direction: column;
    }
    .service .top-service-content .heading-content {
        width: 100%;
        display: contents;
    }
    .service .top-service-content .heading-content .heading-area {
        order: 1;
        gap: 10px 35px;
    }
    .service .top-service-content .heading-content .description {
        order: 3;
        margin-top: 30px;
        line-height: 1.8;
    }
    .service .top-service-content .service-img {
        order: 2;
        width: 70%;
        margin: auto;
    }
    .service .service-list {
        gap: 15px 0;
    }
    .service .service-list .service-item {
        width: 100%;
        border-radius: 8px;
        aspect-ratio: 7/3;
    }
    .service .service-list .service-item .label {
        font-size: clamp(1.125rem, 1.45rem + 1.2vw, 2.5rem);
    }
}

.topic {
    padding-top: 60px;
    padding-bottom: 60px;
}

.topic .heading-area {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 35px;
    font-family: var(--mintyo-font);
}

.topic .heading-area .heading {
    font-size: var(--heading-font);
    color: var(--blue-color);
    line-height: 1.6;
    font-weight: 700;
}

.topic .heading-area .sub-heading {
    font-size: clamp(0.875rem, 0.425rem + 0.8vw, 1.125rem);
    font-weight: 400;
    letter-spacing: 0.01rem;
    line-height: 1;
    opacity: 0.5;
}

.topic .heading-area .description {
    width: 100%;
    height: auto;
    font-size: var(--sub-font);
    line-height: 1.8;
}

.topic .topic-list {
    margin-top: 60px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.topic .topic-list .topic-item {
    width: 31%;
    height: auto;
}

.topic .topic-list .topic-item .topic-link {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
}

.topic .topic-list .topic-item .topic-link .topic-img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.topic .topic-list .topic-item .topic-link .textarea {
    width: 100%;
    height: auto;
    padding: 25px;
}

.topic .topic-list .topic-item .topic-link .textarea .category {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--light-blue-color);
}

.topic .topic-list .topic-item .topic-link .textarea .label {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

@media screen and (min-width: 1024px) {
    .topic .topic-list .topic-item .topic-link {
        transition: all 0.3s ease;
    }
    .topic .topic-list .topic-item .topic-link:hover {
        opacity: 0.7;
    }
}

@media screen and (max-width: 1024px) {
    .topic {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .topic .heading-area {
        gap: 10px 35px;
    }
    .topic .heading-area .description {
        margin-top: 15px;
    }
    .topic .topic-list {
        margin-top: 30px;
        flex-direction: column;
        gap: 20px;
    }
    .topic .topic-list .topic-item {
        width: 100%;
        height: auto;
    }
    .topic .topic-list .topic-item .topic-link .textarea {
        padding: 20px 15px;
    }
    .topic .topic-list .topic-item .topic-link .textarea .label {
        margin-top: 10px;
    }
}

.contact {
    padding-top: 60px;
    text-align: center;
    overflow: hidden;
}

.contact .contact-content {
    padding-top: 120px;
    padding-bottom: 160px;
    width: 100%;
    height: auto;
    background: url("./img/top-contact-back.jpg") no-repeat top/cover;
}

.contact .contact-content .heading-area {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact .contact-content .heading-area h2 {
    font-family: var(--mintyo-font);
    font-size: clamp(1.75rem, 1.3rem + 0.8vw, 2rem);
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
    color: var(--blue-color);
}

.contact .contact-content .heading-area .contact-btn {
    padding: 35px 35px;
    font-size: var(--sub-font);
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--light-blue-color);
    width: 385px;
    line-height: 1;
    height: auto;
    transition: var(--move);
}

.contact .contact-content .heading-area .contact-btn .svg-wrap {
    position: relative;
    width: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact .contact-content .heading-area .contact-btn .svg-wrap svg {
    width: 100%;
    height: fit-content;
    object-fit: contain;
}

.contact .contact-content .heading-area .contact-btn .svg-wrap svg.svg-left {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-150%, -50%);
}

.contact .contact-content .heading-area .contact-btn .svg-wrap svg.svg-right {
    transform: translateX(0);
}

.contact .ci-btn-area {
    display: block;
    width: 100%;
    height: auto;
    z-index: 3;
    position: relative;
    /* margin-top: -5%; */
    padding: 40px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    background-color: var(--light-blue-color);
}

.contact .ci-btn-area .ci-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: auto;
}

.contact .ci-btn-area .ci-inner .ci-left {
    width: 50%;
    height: auto;
    display: flex;
    display: flex;
    align-items: center;
    gap: 35px;
}

.contact .ci-btn-area .ci-inner .ci-left .direction {
    width: 80px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 5rem;
}

.contact .ci-btn-area .ci-inner .ci-left .direction .svg-wrap {
    position: relative;
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact .ci-btn-area .ci-inner .ci-left .direction .svg-wrap svg {
    width: 100%;
    height: fit-content;
    object-fit: contain;
}

.contact .ci-btn-area .ci-inner .ci-left .direction .svg-wrap svg.svg-left {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-150%, -50%);
}

.contact .ci-btn-area .ci-inner .ci-left .direction .svg-wrap svg.svg-right {
    transform: translateX(0);
}

.contact .ci-btn-area .ci-inner .ci-left h3 {
    font-family: var(--mintyo-font);
    font-weight: 700;
    color: #fff;
    line-height: 1;
    font-size: 26px;
}

.contact .ci-btn-area .ci-inner .ci-right {
    max-width: 385px;
    width: 40%;
    text-align: left;
    font-family: var(--mintyo-font);
    font-weight: 700;
    color: #fff;
    line-height: 1.6;
    font-size: 18px;
}

@media screen and (min-width: 1024px) {
    .contact .contact-content .heading-area .contact-btn:hover {
        background-color: #4589c8;
    }
    .contact .contact-content .heading-area .contact-btn:hover .svg-wrap .svg-left {
        animation: svgAnime1 0.6s forwards;
        animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .contact .contact-content .heading-area .contact-btn:hover .svg-wrap .svg-right {
        animation: svgAnime2 0.6s forwards;
        animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .contact .ci-btn-area {
        transition: var(--move);
    }
    .contact .ci-btn-area:hover {
        background-color: #4589c8;
    }
}

@media screen and (min-width: 1024px) {
    .contact .ci-btn-area:hover .svg-wrap .svg-left {
        animation: svgAnime1 0.6s forwards;
        animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .contact .ci-btn-area:hover .svg-wrap .svg-right {
        animation: svgAnime2 0.6s forwards;
        animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
}

@media screen and (max-width: 1024px) {
    .contact .contact-content {
        padding-top: 60px;
        padding-bottom: 120px;
    }
    .contact .contact-content .heading-area {
        flex-direction: column;
        align-items: start;
    }
    .contact .contact-content .heading-area h2 {
        font-size: calc(clamp(1.75rem, 1.3rem + 0.8vw, 2rem) * 0.9);
    }
    .contact .contact-content .heading-area .contact-btn {
        margin-top: 30px;
        padding: 20px;
        font-size: var(--sub-font);
        max-width: 385px;
        width: 100%;
        height: auto;
    }
    .contact .ci-btn-area {
        padding: 40px 20px;
    }
    .contact .ci-btn-area .ci-inner {
        flex-wrap: wrap;
    }
    .contact .ci-btn-area .ci-inner .ci-left {
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 35px;
    }
    .contact .ci-btn-area .ci-inner .ci-left .direction {
        width: 80px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #fff;
        border-radius: 5rem;
    }
    .contact .ci-btn-area .ci-inner .ci-left .direction .svg-wrap {
        position: relative;
        width: 30%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .contact .ci-btn-area .ci-inner .ci-left .direction .svg-wrap svg {
        width: 100%;
        height: fit-content;
        object-fit: contain;
    }
    .contact .ci-btn-area .ci-inner .ci-left .direction .svg-wrap svg.svg-left {
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-150%, -50%);
    }
    .contact .ci-btn-area .ci-inner .ci-left .direction .svg-wrap svg.svg-right {
        transform: translateX(0);
    }
    .contact .ci-btn-area .ci-inner .ci-left h3 {
        font-family: var(--mintyo-font);
        font-weight: 700;
        color: #fff;
        line-height: 1;
        font-size: 26px;
    }
    .contact .ci-btn-area .ci-inner .ci-right {
        margin-top: 20px;
        max-width: none;
        width: 100%;
        height: auto;
        font-size: var(--sub-font);
        line-height: 1.8;
        display: flex;
        justify-content: center;
    }
}

footer {
    padding-top: 50px;
    padding-bottom: 50px;
}

footer .footer-top {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 50px;
}

footer .footer-top .ft-left {
    width: 44%;
    height: auto;
}

footer .footer-top .ft-left .footer-logo {
    width: 160px;
    height: auto;
}

footer .footer-top .ft-left .company-info {
    margin-top: 25px;
    width: 100%;
    height: auto;
}

footer .footer-top .ft-left .company-info h2 {
    font-size: 16px;
    font-weight: 700;
}

footer .footer-top .ft-left .company-info p {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

footer .footer-top .ft-left .company-info .map-link,
footer .footer-top .ft-left .company-info .phone-link {
    display: block;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 500;
}

footer .footer-top .ft-left .sns-list {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}

footer .footer-top .ft-left .sns-list .sns-item {
    width: auto;
    height: 30px;
    object-fit: contain;
}

footer .footer-top .ft-left .sns-list .sns-item .sns-icon {
    width: 100%;
    height: auto;
}

footer .footer-top .ft-right {
    max-width: 500px;
    width: 55%;
    height: auto;
}

footer .footer-top .ft-right .footer-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-auto-columns: 200px;
}

footer .footer-top .ft-right .footer-menu .footer-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    height: auto;
}

footer .footer-top .ft-right .footer-menu .footer-item.--1 {
    grid-area: 1/1/2/2;
}

footer .footer-top .ft-right .footer-menu .footer-item.--2 {
    grid-area: 2/1/3/2;
}

footer .footer-top .ft-right .footer-menu .footer-item.--3 {
    grid-area: 3/1/4/2;
}

footer .footer-top .ft-right .footer-menu .footer-item.--4 {
    grid-area: 4/1/5/2;
    font-weight: 700;
}

footer .footer-top .ft-right .footer-menu .footer-item.--5 {
    grid-area: 1/2/5/3;
    white-space: nowrap;
}

footer .footer-top .ft-right .footer-menu .footer-item.--5 .pc-child-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
}

footer .footer-top .ft-right .footer-menu .footer-item.--5 .pc-child-list .pcl-item {
    width: 100%;
    height: auto;
}

footer .footer-top .ft-right .footer-menu .footer-item.--5 .pc-child-list .pcl-item .pcl-link {
    display: block;
    width: 100%;
    height: auto;
}

footer .footer-bottom {
    padding-top: 30px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 2px solid #f7f7f7;
    font-size: 15px;
}

@media screen and (min-width: 1024px) {
    footer a {
        transition: var(--move);
    }
    footer a:hover {
        opacity: 0.7;
    }
}

@media screen and (max-width: 1024px) {
    footer .footer-top {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 25px;
    }
    footer .footer-top .ft-left {
        width: 100%;
    }
    footer .footer-top .ft-right {
        width: 100%;
        padding-left: 0;
    }
    footer .footer-top .ft-right .footer-menu {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px 0;
    }
    footer .footer-top .ft-right .footer-menu .footer-item {
        width: 30%;
    }
    footer .footer-top .ft-right .footer-menu .footer-item.--1 {
        order: 1;
    }
    footer .footer-top .ft-right .footer-menu .footer-item.--2 {
        order: 2;
    }
    footer .footer-top .ft-right .footer-menu .footer-item.--3 {
        order: 3;
    }
    footer .footer-top .ft-right .footer-menu .footer-item.--4 {
        margin-top: 20px;
        order: 5;
        width: 100%;
    }
    footer .footer-top .ft-right .footer-menu .footer-item.--5 {
        order: 4;
        width: 100%;
    }
    footer .footer-bottom {
        flex-direction: column-reverse;
        align-items: start;
        justify-content: start;
        gap: 8px;
    }
    footer .footer-bottom .copywrite {
        font-size: 13px;
        line-height: 1.6;
    }
}


/* breadcrumb */

.breadcrumbs-list {
    padding-top: calc((var(--header-height)) + 40px);
    padding-left: 40px;
    padding-right: 40px;
}

.breadcrumbs-list .breadcrumbs {
    max-width: 1140px;
    width: 100%;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: start;
    flex-wrap: wrap;
    gap: 5px;
}

@media screen and (max-width: 1024px) {
    .breadcrumbs-list {
        padding-top: calc((var(--header-height)) + 10px);
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* service */

.page-heading {
    width: 100%;
    height: auto;
    padding-top: 50px;
}

.page-heading .l-inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.page-heading .l-inner .heading-txt {
    max-width: 400px;
    width: 35%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.page-heading .l-inner .heading-txt .page-title {
    font-family: var(--mintyo-font);
    font-size: var(--heading-font);
    line-height: 1.16;
    font-weight: 600;
    color: var(--blue-color);
}

.page-heading .l-inner .heading-txt .page-title-en {
    font-family: var(--mintyo-font);
    font-size: var(--sub-font);
    line-height: 1.16;
    font-weight: 500;
    color: var(--blue-color);
    opacity: 0.5;
}

.page-heading .l-inner .heading-img {
    width: 60%;
    height: auto;
    aspect-ratio: 7/2.8;
    object-fit: cover;
    border-radius: 12px;
}

@media screen and (max-width: 1024px) {
    .page-heading {
        padding-top: 30px;
    }
    .page-heading .l-inner {
        flex-direction: column;
        gap: 20px;
    }
    .page-heading .l-inner .heading-txt {
        max-width: none;
        width: 100%;
        gap: 10px;
    }
    .page-heading .l-inner .heading-img {
        width: 100%;
        height: auto;
        aspect-ratio: 7/2.8;
        object-fit: cover;
    }
}


/* two-colum */

.two-colum {
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 120px;
}

.two-colum .l-inner {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
}

.two-colum .l-inner .side {
    max-width: 270px;
    width: 26%;
    height: calc(100vh - (var(--header-height)));
    color: var(--blue-color);
    position: sticky;
    top: calc((var(--header-height)) + 30px);
    left: 0;
    overflow: scroll;
    padding-bottom: 60px;
}

.two-colum .l-inner .side .side-container {
    width: 100%;
    height: auto;
}

.two-colum .l-inner .side .side-title {
    font-size: var(--sub-font);
    line-height: 1.3;
    font-weight: 700;
}

.two-colum .l-inner .side .side-list {
    margin-top: 30px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.two-colum .l-inner .side .side-list.company-side {
    margin-top: 0;
}

.two-colum .l-inner .side .side-list .side-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.two-colum .l-inner .side .side-list .side-item .side-link {
    font-size: var(--text-font);
    font-weight: 700;
}

.two-colum .l-inner .side .side-list .side-item .parent-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.two-colum .l-inner .side .side-list .side-item .parent-list .parent-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.two-colum .l-inner .side .side-list .side-item .parent-list .parent-item .parent-link {
    font-size: var(--text-font);
    font-weight: 500;
}

.two-colum .l-inner .side .side-list .side-item .parent-list .parent-item .child-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 12px;
}

.two-colum .l-inner .content-area {
    width: 74%;
    height: auto;
}

@media screen and (min-width: 1024px) {
    .two-colum .l-inner .side .page-links {
        opacity: 0.7;
        transition: var(--move);
    }
    .two-colum .l-inner .side .page-links.visited {
        opacity: 1;
        font-weight: 700 !important;
    }
    .two-colum .l-inner .side .page-links:hover {
        opacity: 1;
        font-weight: 700 !important;
    }
}

@media screen and (max-width: 1024px) {
    .two-colum {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .two-colum .l-inner {
        flex-direction: column-reverse;
        gap: 60px;
    }
    .two-colum .l-inner .side {
        display: none;
        max-width: none;
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
    }
    .two-colum .l-inner .side .side-title {
        font-size: var(--sub-font);
        line-height: 1.3;
        font-weight: 700;
    }
    .two-colum .l-inner .side .side-list {
        margin-top: 30px;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }
    .two-colum .l-inner .side .side-list.company-side {
        margin-top: 0;
    }
    .two-colum .l-inner .side .side-list .side-item {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 23px;
    }
    .two-colum .l-inner .side .side-list .side-item .side-link {
        font-size: var(--text-font);
        font-weight: 700;
    }
    .two-colum .l-inner .side .side-list .side-item .parent-list {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .two-colum .l-inner .side .side-list .side-item .parent-list .parent-item {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .two-colum .l-inner .side .side-list .side-item .parent-list .parent-item .parent-link {
        font-size: var(--text-font);
        font-weight: 500;
    }
    .two-colum .l-inner .side .side-list .side-item .parent-list .parent-item .child-list {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding-left: 12px;
    }
    .two-colum .l-inner .content-area {
        width: 100%;
        height: auto;
    }
}

.service-content.design .lead h2 {
    font-size: clamp(1.5rem, 0.797rem + 1.25vw, 1.688rem);
    font-family: var(--mintyo-font);
    line-height: 1.37;
    font-weight: 700;
    color: var(--blue-color);
}

.service-content.design .lead .lead-list {
    width: 100%;
    height: auto;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.service-content.design .lead .lead-list .lead-item {
    width: 23%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 10rem;
    color: #fff;
    background-color: var(--blue-color);
    font-size: var(--middle-font);
    line-height: 1.72;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-content.design .lead .txt-area {
    margin-top: 60px;
    font-size: var(--middle-font);
    line-height: 1.72;
    font-weight: 500;
}

.service-content.design .lead .page-link-area {
    margin-top: 25px;
}

.service-content.design .lead .page-link-area .pla-txt {
    font-size: var(--middle-font);
    line-height: 1.72;
    font-weight: 500;
}

.service-content.design .lead .page-link-area .page-links {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
}

.service-content.design .lead .page-link-area .page-links .page-link-item {
    width: 31%;
    height: auto;
}

.service-content.design .lead .page-link-area .page-links .page-link-item .page-link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 95px;
    border-radius: 14px;
    border: 1px solid #000;
    overflow: hidden;
}

.service-content.design .lead .page-link-area .page-links .page-link-item .page-link .pl-img {
    width: 35%;
    height: 100%;
    object-fit: cover;
}

.service-content.design .lead .page-link-area .page-links .page-link-item .page-link .pl-txt {
    width: 65%;
    height: auto;
    font-size: var(--sub-font);
    line-height: 1.25;
    font-weight: 700;
    color: var(--blue-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-content.design .bio {
    margin-top: calc((var(--header-height)) * -1 + 100px);
    padding-top: var(--header-height);
    width: 100%;
    height: auto;
}

.service-content.design .bio .heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-family: var(--mintyo-font);
    font-weight: 700;
    color: var(--blue-color);
}

.service-content.design .bio .heading h2 {
    font-size: var(--h2-font);
    line-height: 1.125;
}

.service-content.design .bio .heading p {
    font-size: calc(var(--h2-font) * 0.8);
    font-weight: 700;
    opacity: 0.5;
    padding-left: 6%;
}

.service-content.design .bio .bio-lead {
    margin-top: calc((var(--header-height)) * -1 + 50px);
    padding-top: var(--header-height);
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-content.design .bio .bio-lead .bl-img {
    width: 39%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 14px;
    object-fit: cover;
}

.service-content.design .bio .bio-lead .bl-textarea {
    width: 55%;
    height: auto;
}

.service-content.design .bio .bio-lead .bl-textarea h3 {
    font-size: calc(var(--h2-font) * 0.7);
    font-weight: 700;
    color: var(--blue-color);
    line-height: 1.3;
}

.service-content.design .bio .bio-lead .bl-textarea p {
    font-size: var(--middle-font);
    font-weight: 500;
    line-height: 1.6;
    margin-top: 30px;
}

.service-content.design .bio .bio-lead .bl-textarea p:nth-last-of-type(1) {
    margin-top: 10px;
}

.service-content.design .bio .bio-lead .bl-textarea h4 {
    color: var(--blue-color);
    font-size: var(--middle-font);
    font-weight: 500;
    line-height: 1.6;
    margin-top: 35px;
    font-weight: 700;
}

.service-content.design .bio .bio-lead .bio-detail {
    width: 100%;
    height: auto;
    font-size: var(--middle-font);
    line-height: 1.6;
}

.service-content.design .bio .bio-lead .bio-detail h3 {
    color: var(--blue-color);
    margin-top: 30px;
    font-weight: 700;
}

.service-content.design .bio .bio-lead .bio-detail p {
    font-size: var(--middle-font);
    font-weight: 500;
    line-height: 1.6;
    margin-top: 10px;
}

.service-content.design .bio .bio-lead .bio-table {
    width: 100%;
    height: auto;
    font-size: var(--middle-font);
    line-height: 1.6;
    /* メディアクエリで表示切り替え */
}

.service-content.design .bio .bio-lead .bio-table h3 {
    color: var(--blue-color);
    margin-top: 30px;
    font-weight: 700;
}

.service-content.design .bio .bio-lead .bio-table table {
    margin-top: 20px;
    width: 100%;
    border-collapse: collapse;
}

.service-content.design .bio .bio-lead .bio-table table th,
.service-content.design .bio .bio-lead .bio-table table td {
    border: 1px solid #ccc;
    padding: 0.75rem;
    text-align: center;
}

.service-content.design .bio .bio-lead .bio-table table th {
    background-color: #334155;
    color: white;
    font-weight: 500;
}

.service-content.design .bio .bio-lead .bio-table table th:nth-of-type(1) {
    background-color: transparent;
    border: 0;
}

.service-content.design .bio .bio-lead .bio-table table .label {
    background-color: #97a1af;
    font-weight: 500;
    text-align: center;
    color: var(--blue-color);
}

.service-content.design .bio .bio-lead .bio-table .desktop-table {
    display: none;
    overflow-x: auto;
}

.service-content.design .bio .bio-lead .bio-table p {
    font-size: var(--middle-font);
    font-weight: 500;
    line-height: 1.6;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .service-content.design .bio .bio-lead .bio-table .desktop-table {
        display: block;
    }
    .service-content.design .bio .bio-lead .bio-table .mobile-cards {
        display: none;
    }
}

.service-content.design .bio .bio-cost {
    margin-top: calc((var(--header-height)) * -1 + 60px);
    padding-top: var(--header-height);
    width: 100%;
    height: auto;
    font-size: var(--middle-font);
    line-height: 1.6;
}

.service-content.design .bio .bio-cost h3 {
    font-size: calc(var(--h2-font) * 0.7);
    color: var(--blue-color);
    margin-top: 30px;
    font-weight: 700;
}

.service-content.design .bio .bio-cost .cost-content {
    margin-top: 50px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.service-content.design .bio .bio-cost .cost-content .cost-txt {
    width: 53%;
    height: auto;
}

.service-content.design .bio .bio-cost .cost-content .cost-txt .cost-heading {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-size: var(--middle-font);
    font-weight: 700;
    color: var(--blue-color);
}

.service-content.design .bio .bio-cost .cost-content .cost-txt .cost-heading span {
    width: 49px;
    height: auto;
    aspect-ratio: 1/1;
    border: 1px solid var(--blue-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    line-height: 1;
}

.service-content.design .bio .bio-cost .cost-content .cost-txt .ba {
    margin-top: 20px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: var(--middle-font);
    line-height: 1.4;
}

.service-content.design .bio .bio-cost .cost-content .cost-txt .ba dt {
    color: var(--blue-color);
    font-weight: 700;
}

.service-content.design .bio .bio-cost .cost-content .cost-txt .ba dd {
    font-weight: 500;
}

.service-content.design .bio .bio-cost .cost-content .bc-img {
    width: 35%;
    height: auto;
    object-fit: contain;
}

.service-content.design .bio .bio-flow {
    margin-top: calc((var(--header-height)) * -1 + 60px);
    padding-top: var(--header-height);
    width: 100%;
    height: auto;
    font-size: var(--middle-font);
    line-height: 1.6;
}

.service-content.design .bio .bio-flow h3 {
    font-size: calc(var(--h2-font) * 0.7);
    color: var(--blue-color);
    margin-top: 30px;
    font-weight: 700;
}

.service-content.design .bio .bio-flow .bio-flow-img {
    margin-top: 25px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.service-content.design .bio .bio-case {
    margin-top: calc((var(--header-height)) * -1 + 60px);
    padding-top: var(--header-height);
    width: 100%;
    height: auto;
    font-size: var(--middle-font);
    line-height: 1.6;
}

.service-content.design .bio .bio-case h3 {
    font-size: calc(var(--h2-font) * 0.7);
    color: var(--blue-color);
    margin-top: 30px;
    font-weight: 700;
}

.service-content.design .bio .bio-case .bc-list {
    margin-top: 20px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.service-content.design .bio .bio-case .bc-list .bc-item {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.service-content.design .bio .bio-case .bc-list .bc-item .bc-img {
    width: 37%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.service-content.design .bio .bio-case .bc-list .bc-item .bci-content {
    width: 60%;
    height: auto;
}

.service-content.design .bio .bio-case .bc-list .bc-item .bci-content .bci-heading {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-content.design .bio .bio-case .bc-list .bc-item .bci-content .bci-heading h4 {
    font-size: var(--middle-font);
    font-weight: 700;
    line-height: 1.6;
    color: var(--blue-color);
}

.service-content.design .bio .bio-case .bc-list .bc-item .bci-content .bci-heading p {
    font-size: var(--middle-font);
    font-weight: 500;
    line-height: 1.6;
}

.service-content.design .bio .bio-case .bc-list .bc-item .bci-content .table-scroll {
    width: 100%;
    height: auto;
    overflow-x: scroll;
}

.service-content.design .bio .bio-case .bc-list .bc-item .bci-content table {
    margin-top: 20px;
    width: 100%;
    border-collapse: collapse;
}

.service-content.design .bio .bio-case .bc-list .bc-item .bci-content table th,
.service-content.design .bio .bio-case .bc-list .bc-item .bci-content table td {
    border: 1px solid #ccc;
    padding: 0.75rem;
    text-align: center;
}

.service-content.design .bio .bio-case .bc-list .bc-item .bci-content table th {
    background-color: #334155;
    color: white;
    font-weight: 500;
}

.service-content.design .bio .bio-case .bc-list .bc-item .bci-content table th:nth-of-type(1) {
    background-color: transparent;
    border: 0;
}

.service-content.design .bio .bio-case .bc-list .bc-item .bci-content table .label {
    background-color: #97a1af;
    font-weight: 500;
    text-align: center;
    color: var(--blue-color);
}

.service-content.design .screw {
    margin-top: calc((var(--header-height)) * -1 + 100px);
    padding-top: var(--header-height);
    width: 100%;
    height: auto;
}

.service-content.design .screw .heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-family: var(--mintyo-font);
    font-weight: 700;
    color: var(--blue-color);
}

.service-content.design .screw .heading h2 {
    font-size: var(--h2-font);
    line-height: 1.125;
}

.service-content.design .screw .heading p {
    font-size: calc(var(--h2-font) * 0.8);
    font-weight: 700;
    opacity: 0.5;
    padding-left: 6%;
}

.service-content.design .screw .heading .screw-img {
    margin-top: 30px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.service-content.design .screw .screw-feature {
    margin-top: calc((var(--header-height)) * -1 + 60px);
    padding-top: var(--header-height);
    width: 100%;
    height: auto;
    font-size: var(--middle-font);
    line-height: 1.6;
}

.service-content.design .screw .screw-feature h3 {
    font-size: calc(var(--h2-font) * 0.7);
    color: var(--blue-color);
    margin-top: 30px;
    font-weight: 700;
}

.service-content.design .screw .screw-feature .sf-content {
    margin-top: 30px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.service-content.design .screw .screw-feature .sf-content .sfc-box {
    width: 48%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: var(--middle-font);
    line-height: 1.6;
}

.service-content.design .screw .screw-feature .sf-content .sfc-box dt {
    color: var(--blue-color);
    font-weight: 700;
}

.service-content.design .screw .screw-feature figure {
    width: 100%;
    height: auto;
    font-size: var(--middle-font);
    line-height: 1.6;
    text-align: center;
}

.service-content.design .screw .screw-feature figure .screw-shikumi {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.service-content.design .screw .screw-case {
    margin-top: calc((var(--header-height)) * -1 + 60px);
    padding-top: var(--header-height);
    width: 100%;
    height: auto;
    line-height: 1.6;
}

.service-content.design .screw .screw-case h3 {
    font-size: calc(var(--h2-font) * 0.7);
    color: var(--blue-color);
    margin-top: 30px;
    font-weight: 700;
}

.service-content.design .screw .screw-case p {
    font-size: var(--middle-font);
    font-weight: 500;
    line-height: 1.6;
    margin-top: 10px;
}

.service-content.design .screw .screw-case .sc-caption {
    list-style: disc !important;
    max-width: 565px;
    width: 100%;
    height: auto;
    margin-top: 15px;
    padding: 20px;
    border: 1px solid var(--black-color);
    border-radius: 4px;
}

.service-content.design .screw .screw-case .sc-caption li {
    margin-left: 20px;
    font-size: var(--middle-font);
    font-weight: 500;
    line-height: 1.6;
}

.service-content.design .screw .screw-case .sc-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.service-content.design .screw .screw-howto {
    margin-top: calc((var(--header-height)) * -1 + 60px);
    padding-top: var(--header-height);
    width: 100%;
    height: auto;
    font-size: var(--middle-font);
    line-height: 1.6;
}

.service-content.design .screw .screw-howto h3 {
    font-size: calc(var(--h2-font) * 0.7);
    color: var(--blue-color);
    margin-top: 30px;
    font-weight: 700;
}

.service-content.design .screw .screw-howto .sh-content-area {
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.service-content.design .screw .screw-howto .sh-content-area .sh-content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.service-content.design .screw .screw-howto .sh-content-area .sh-content span {
    width: 49px;
    height: 49px;
    aspect-ratio: 1/1;
    font-size: var(--middle-font);
    font-weight: 700;
    color: var(--blue-color);
    border: 1px solid var(--blue-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    line-height: 1;
}

.service-content.design .screw .screw-howto .sh-content-area .sh-content .sh-content-txt {
    margin-top: 12px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: var(--middle-font);
    line-height: 1.4;
}

.service-content.design .screw .screw-howto .sh-content-area .sh-content .sh-content-txt dt {
    color: var(--blue-color);
    font-weight: 700;
}

.service-content.design .screw .screw-howto .sh-content-area .sh-content .sh-content-txt dd {
    font-weight: 500;
}

.service-content.design .press {
    margin-top: calc((var(--header-height)) * -1 + 100px);
    padding-top: var(--header-height);
    width: 100%;
    height: auto;
}

.service-content.design .press .heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-family: var(--mintyo-font);
    font-weight: 700;
    color: var(--blue-color);
}

.service-content.design .press .heading h2 {
    font-size: var(--h2-font);
    line-height: 1.125;
}

.service-content.design .press .heading p {
    font-size: calc(var(--h2-font) * 0.8);
    font-weight: 700;
    opacity: 0.5;
    padding-left: 6%;
}

.service-content.design .press .heading figure {
    margin-top: 30px;
    width: 100%;
    height: auto;
    font-size: var(--middle-font);
    font-weight: 500;
    line-height: 1.6;
    margin-top: 10px;
    color: var(--black-color);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.service-content.design .press .heading figure img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.service-content.design .press .press-feature {
    margin-top: calc((var(--header-height)) * -1);
    padding-top: var(--header-height);
    width: 100%;
    height: auto;
    font-size: var(--middle-font);
    line-height: 1.6;
}

.service-content.design .press .press-feature h3 {
    font-size: calc(var(--h2-font) * 0.7);
    color: var(--blue-color);
    margin-top: 30px;
    font-weight: 700;
}

.service-content.design .press .press-feature p {
    font-size: var(--middle-font);
    font-weight: 500;
    line-height: 1.6;
    margin-top: 10px;
}

.service-content.design .press .press-feature table {
    margin-top: 20px;
    width: 100%;
    border-collapse: collapse;
}

.service-content.design .press .press-feature table th,
.service-content.design .press .press-feature table td {
    border: 1px solid #ccc;
    padding: 0.75rem;
    text-align: center;
}

.service-content.design .press .press-feature table th {
    background-color: #334155;
    color: white;
    font-weight: 500;
}

.service-content.design .press .press-feature table th:nth-of-type(1) {
    background-color: transparent;
    border: 0;
}

.service-content.design .press .press-feature table .label {
    background-color: #97a1af;
    font-weight: 500;
    text-align: center;
    color: var(--blue-color);
}

.service-content.design .press .press-shikumi {
    margin-top: calc((var(--header-height)) * -1 + 60px);
    padding-top: var(--header-height);
    width: 100%;
    height: auto;
    line-height: 1.6;
}

.service-content.design .press .press-shikumi h3 {
    font-size: calc(var(--h2-font) * 0.7);
    color: var(--blue-color);
    margin-top: 30px;
    font-weight: 700;
}

.service-content.design .press .press-shikumi .ps-list {
    list-style: decimal !important;
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.service-content.design .press .press-shikumi .ps-list li {
    margin-left: 20px;
    font-size: var(--middle-font);
    font-weight: 500;
    line-height: 1.6;
}

.service-content.design .press .press-shikumi .ps-img {
    margin-top: 30px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.service-content.design .press .press-howto {
    margin-top: calc((var(--header-height)) * -1 + 60px);
    padding-top: var(--header-height);
    width: 100%;
    height: auto;
    font-size: var(--middle-font);
    line-height: 1.6;
}

.service-content.design .press .press-howto h3 {
    font-size: calc(var(--h2-font) * 0.7);
    color: var(--blue-color);
    margin-top: 30px;
    font-weight: 700;
}

.service-content.design .press .press-howto .ph-content-area {
    width: 100%;
    height: auto;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.service-content.design .press .press-howto .ph-content-area .ph-content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.service-content.design .press .press-howto .ph-content-area .ph-content span {
    width: 49px;
    height: 49px;
    aspect-ratio: 1/1;
    font-size: var(--middle-font);
    font-weight: 700;
    color: var(--blue-color);
    border: 1px solid var(--blue-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    line-height: 1;
}

.service-content.design .press .press-howto .ph-content-area .ph-content .ph-content-txt {
    margin-top: 12px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: var(--middle-font);
    line-height: 1.4;
}

.service-content.design .press .press-howto .ph-content-area .ph-content .ph-content-txt dt {
    color: var(--blue-color);
    font-weight: 700;
}

.service-content.design .press .press-howto .ph-content-area .ph-content .ph-content-txt dd {
    font-weight: 500;
}

.service-content.design .press .press-case {
    margin-top: calc((var(--header-height)) * -1 + 60px);
    padding-top: var(--header-height);
    width: 100%;
    height: auto;
    line-height: 1.6;
}

.service-content.design .press .press-case h3 {
    font-size: calc(var(--h2-font) * 0.7);
    color: var(--blue-color);
    margin-top: 30px;
    font-weight: 700;
}

.service-content.design .press .press-case p {
    font-size: var(--middle-font);
    font-weight: 500;
    line-height: 1.6;
    margin-top: 10px;
}

.service-content.design .press .press-case .pc-caption {
    list-style: disc !important;
    max-width: 680px;
    width: 100%;
    height: auto;
    margin-top: 15px;
    padding: 20px;
    border: 1px solid var(--black-color);
    border-radius: 4px;
}

.service-content.design .press .press-case .pc-caption li {
    margin-left: 20px;
    font-size: var(--middle-font);
    font-weight: 500;
    line-height: 1.6;
}

.service-content.design .press .press-case .pc-img {
    margin-top: 40px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.service-content.design .catalog {
    padding-top: 100px;
    width: 100%;
    height: auto;
}

.service-content.design .catalog h2 {
    font-family: var(--mintyo-font);
    font-weight: 700;
    color: var(--blue-color);
    font-size: var(--h2-font);
    line-height: 1.125;
}

.service-content.design .catalog .catalog-content {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.service-content.design .catalog .catalog-content p {
    width: 50%;
    height: auto;
    font-size: var(--middle-font);
    font-weight: 500;
    line-height: 1.6;
    margin-top: 10px;
}

.service-content.design .catalog .catalog-content .btn {
    padding: 25px 35px;
    font-size: var(--sub-font);
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--light-blue-color);
    max-width: 385px;
    width: 49%;
    height: auto;
    transition: var(--move);
}

.service-content.design .catalog .catalog-content .btn .svg-wrap {
    position: relative;
    width: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-content.design .catalog .catalog-content .btn .svg-wrap svg {
    width: 100%;
    height: fit-content;
    object-fit: contain;
}

.service-content.design .catalog .catalog-content .btn .svg-wrap svg.svg-left {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-150%, -50%);
}

.service-content.design .catalog .catalog-content .btn .svg-wrap svg.svg-right {
    transform: translateX(0);
}

@media screen and (min-width: 1024px) {
    .catalog .catalog-content .btn:hover {
        background-color: #4589c8;
    }
    .catalog .catalog-content .btn:hover .svg-wrap .svg-left {
        animation: svgAnime1 0.6s forwards;
        animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    .catalog .catalog-content .btn:hover .svg-wrap .svg-right {
        animation: svgAnime2 0.6s forwards;
        animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
}

@media screen and (max-width: 1024px) {
    .service-content.design .lead h2 {
        font-size: calc(clamp(1.5rem, 0.797rem + 1.25vw, 1.688rem) * 0.8);
        line-height: 1.6;
    }
    .service-content.design .lead .lead-list {
        margin-top: 20px;
        flex-wrap: wrap;
        align-items: stretch;
        gap: 8px 0;
    }
    .service-content.design .lead .lead-list .lead-item {
        width: 49%;
        aspect-ratio: unset;
        border-radius: 10px;
        padding: 10px;
    }
    .service-content.design .lead .txt-area {
        margin-top: 30px;
    }
    .service-content.design .lead .page-link-area {
        margin-top: 15px;
    }
    .service-content.design .lead .page-link-area .page-links {
        margin-top: 10px;
        flex-direction: column;
        gap: 15px;
    }
    .service-content.design .lead .page-link-area .page-links .page-link-item {
        width: 100%;
    }
    .service-content.design .bio {
        margin-top: calc((var(--header-height)) * -1 + 60px);
    }
    .service-content.design .bio .heading {
        gap: 8px;
    }
    .service-content.design .bio .heading h2 {
        line-height: 1.4;
    }
    .service-content.design .bio .heading p {
        padding-left: 0;
    }
    .service-content.design .bio .bio-lead {
        margin-top: calc((var(--header-height)) * -1 + 30px);
        flex-direction: column;
        gap: 15px;
    }
    .service-content.design .bio .bio-lead .bl-img {
        aspect-ratio: 16/9;
        width: 100%;
        object-fit: cover;
    }
    .service-content.design .bio .bio-lead .bl-textarea {
        width: 100%;
        height: auto;
    }
    .service-content.design .bio .bio-lead .bl-textarea h3 {
        font-size: calc(var(--h2-font) * 0.8);
        line-height: 1.4;
    }
    .service-content.design .bio .bio-lead .bl-textarea p {
        margin-top: 20px;
    }
    .service-content.design .bio .bio-lead .bl-textarea p:nth-last-of-type(1) {
        margin-top: 7px;
    }
    .service-content.design .bio .bio-lead .bl-textarea h4 {
        margin-top: 25px;
    }
    .service-content.design .bio .bio-lead .bio-detail h3 {
        margin-top: 20px;
    }
    .service-content.design .bio .bio-lead .bio-detail p {
        margin-top: 7px;
    }
    .service-content.design .bio .bio-lead .bio-table h3 {
        margin-top: 20px;
    }
    .service-content.design .bio .bio-lead .bio-table table {
        margin-top: 15px;
        width: 100%;
        border-collapse: collapse;
    }
    .service-content.design .bio .bio-lead .bio-table table th,
    .service-content.design .bio .bio-lead .bio-table table td {
        border: 1px solid #ccc;
        padding: 0.75rem;
        text-align: center;
    }
    .service-content.design .bio .bio-lead .bio-table table th {
        background-color: #334155;
        color: white;
        font-weight: 500;
    }
    .service-content.design .bio .bio-lead .bio-table table th:nth-of-type(1) {
        background-color: transparent;
        border: 0;
    }
    .service-content.design .bio .bio-lead .bio-table table .label {
        background-color: #97a1af;
        font-weight: 500;
        text-align: center;
        color: var(--blue-color);
    }
    .service-content.design .bio .bio-lead .bio-table .mobile-cards {
        margin-top: 20px;
    }
    .service-content.design .bio .bio-lead .bio-table .mobile-cards .card {
        margin-bottom: 1rem;
        border-radius: 0.5rem;
        overflow: hidden;
        background-color: #f1f5f9;
        padding: 10px;
    }
    .service-content.design .bio .bio-lead .bio-table .mobile-cards .card h3 {
        margin: 0;
        background-color: #f1f5f9;
        padding: 0.75rem;
        font-weight: bold;
        text-align: center;
    }
    .service-content.design .bio .bio-lead .bio-table .mobile-cards .info-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.25rem;
    }
    .service-content.design .bio .bio-lead .bio-table .mobile-cards .info-grid .title {
        background-color: #334155;
        color: white;
        padding: 0.5rem;
        text-align: center;
    }
    .service-content.design .bio .bio-lead .bio-table .mobile-cards .info-grid div {
        border: 1px solid #ccc;
        padding: 0.5rem;
        text-align: center;
    }
    .service-content.design .bio .bio-cost {
        margin-top: calc((var(--header-height)) * -1 + 30px);
    }
    .service-content.design .bio .bio-cost h3 {
        font-size: calc(var(--h2-font) * 0.8);
        margin-top: 20px;
    }
    .service-content.design .bio .bio-cost .cost-content {
        margin-top: 20px;
        flex-direction: column;
    }
    .service-content.design .bio .bio-cost .cost-content.--2 {
        margin-top: 40px;
    }
    .service-content.design .bio .bio-cost .cost-content .cost-txt {
        display: contents;
        width: 100%;
        height: auto;
    }
    .service-content.design .bio .bio-cost .cost-content .cost-txt .cost-heading {
        order: 1;
    }
    .service-content.design .bio .bio-cost .cost-content .cost-txt .ba {
        order: 3;
        gap: 15px;
    }
    .service-content.design .bio .bio-cost .cost-content .bc-img {
        order: 2;
        width: 60%;
        margin: 20px auto 0 auto;
    }
    .service-content.design .bio .bio-flow {
        margin-top: calc((var(--header-height)) * -1 + 30px);
        width: 100%;
        height: auto;
    }
    .service-content.design .bio .bio-flow h3 {
        font-size: calc(var(--h2-font) * 0.7);
        color: var(--blue-color);
        margin-top: 30px;
        font-weight: 700;
    }
    .service-content.design .bio .bio-flow .img-scroll {
        width: 100%;
        height: auto;
        overflow-x: scroll;
    }
    .service-content.design .bio .bio-flow .img-scroll .bio-flow-img {
        margin-top: 25px;
        min-width: 680px;
        width: 100%;
    }
    .service-content.design .bio .bio-case {
        margin-top: calc((var(--header-height)) * -1 + 30px);
    }
    .service-content.design .bio .bio-case h3 {
        font-size: calc(var(--h2-font) * 0.8);
        margin-top: 20px;
    }
    .service-content.design .bio .bio-case .bc-list {
        margin-top: 10px;
        flex-wrap: wrap;
        gap: 40px 0;
    }
    .service-content.design .bio .bio-case .bc-list .bc-item {
        width: 100%;
        flex-direction: column;
        gap: 7px;
    }
    .service-content.design .bio .bio-case .bc-list .bc-item .bc-img {
        width: 100%;
        aspect-ratio: 16/9;
    }
    .service-content.design .bio .bio-case .bc-list .bc-item .bci-content {
        width: 100%;
        height: auto;
    }
    .service-content.design .bio .bio-case .bc-list .bc-item .bci-content .bci-heading {
        gap: 8px;
    }
    .service-content.design .bio .bio-case .bc-list .bc-item .bci-content .table-scroll {
        width: 100%;
        height: auto;
        overflow-x: scroll;
    }
    .service-content.design .bio .bio-case .bc-list .bc-item .bci-content table {
        margin-top: 15px;
        width: 500px;
    }
    .service-content.design .bio .bio-case .bc-list .bc-item .bci-content table th,
    .service-content.design .bio .bio-case .bc-list .bc-item .bci-content table td {
        padding: 0.5rem;
    }
    .service-content.design .bio .bio-case .bc-list .bc-item .bci-content table .label {
        width: 130px;
    }
    .service-content.design .screw {
        margin-top: calc((var(--header-height)) * -1 + 60px);
    }
    .service-content.design .screw .heading {
        gap: 14px;
    }
    .service-content.design .screw .heading p {
        padding-left: 0;
    }
    .service-content.design .screw .heading .screw-img {
        margin-top: 20px;
    }
    .service-content.design .screw .screw-feature {
        margin-top: calc((var(--header-height)) * -1 + 30px);
    }
    .service-content.design .screw .screw-feature h3 {
        font-size: calc(var(--h2-font) * 0.8);
        margin-top: 20px;
    }
    .service-content.design .screw .screw-feature .sf-content {
        margin-top: 20px;
        flex-direction: column;
        gap: 15px;
    }
    .service-content.design .screw .screw-feature .sf-content .sfc-box {
        width: 100%;
        gap: 7px;
    }
    .service-content.design .screw .screw-feature figure {
        margin-top: 20px;
        text-align: left;
    }
    .service-content.design .screw .screw-case {
        margin-top: calc((var(--header-height)) * -1 + 30px);
    }
    .service-content.design .screw .screw-case h3 {
        font-size: calc(var(--h2-font) * 0.8);
        margin-top: 20px;
    }
    .service-content.design .screw .screw-case .sc-caption {
        padding: 15px;
    }
    .service-content.design .screw .screw-case .sc-caption li {
        margin-left: 13px;
    }
    .service-content.design .screw .screw-case .sc-img {
        margin-top: 10px;
    }
    .service-content.design .screw .screw-howto {
        margin-top: calc((var(--header-height)) * -1 + 30px);
    }
    .service-content.design .screw .screw-howto h3 {
        font-size: calc(var(--h2-font) * 0.8);
        margin-top: 20px;
    }
    .service-content.design .screw .screw-howto .sh-content-area {
        margin-top: 20px;
        gap: 20px;
    }
    .service-content.design .screw .screw-howto .sh-content-area .sh-content {
        gap: 15px;
    }
    .service-content.design .press {
        margin-top: calc((var(--header-height)) * -1 + 60px);
    }
    .service-content.design .press .heading {
        gap: 12px;
    }
    .service-content.design .press .heading p {
        font-size: calc(var(--h2-font) * 0.7);
        padding-left: 0;
    }
    .service-content.design .press .press-feature h3 {
        font-size: calc(var(--h2-font) * 0.8);
        margin-top: 20px;
    }
    .service-content.design .press .press-feature p {
        margin-top: 10px;
    }
    .service-content.design .press .press-feature .table-scroll {
        width: 100%;
        height: auto;
        overflow-x: scroll;
    }
    .service-content.design .press .press-feature table {
        width: 500px;
    }
    .service-content.design .press .press-feature table th,
    .service-content.design .press .press-feature table td {
        padding: 0.5rem;
    }
    .service-content.design .press .press-feature table .label {
        background-color: #97a1af;
        font-weight: 500;
        text-align: center;
        color: var(--blue-color);
    }
    .service-content.design .press .press-shikumi {
        margin-top: calc((var(--header-height)) * -1 + 30px);
    }
    .service-content.design .press .press-shikumi h3 {
        font-size: calc(var(--h2-font) * 0.8);
        margin-top: 20px;
    }
    .service-content.design .press .press-shikumi .ps-list {
        margin-top: 10px;
    }
    .service-content.design .press .press-shikumi .ps-list li {
        margin-left: 20px;
        line-height: 1.8;
    }
    .service-content.design .press .press-shikumi .ps-img {
        margin-top: 20px;
    }
    .service-content.design .press .press-howto {
        margin-top: calc((var(--header-height)) * -1 + 30px);
    }
    .service-content.design .press .press-howto h3 {
        font-size: calc(var(--h2-font) * 0.8);
        margin-top: 20px;
    }
    .service-content.design .press .press-howto .ph-content-area {
        margin-top: 20px;
        gap: 15px;
    }
    .service-content.design .press .press-howto .ph-content-area .ph-content {
        gap: 15px;
    }
    .service-content.design .press .press-case {
        margin-top: calc((var(--header-height)) * -1 + 30px);
    }
    .service-content.design .press .press-case h3 {
        font-size: calc(var(--h2-font) * 0.8);
        margin-top: 20px;
    }
    .service-content.design .press .press-case .pc-caption {
        padding: 15px;
    }
    .service-content.design .press .press-case .pc-caption li {
        margin-left: 13px;
    }
    .service-content.design .press .press-case .pc-img {
        margin-top: 30px;
    }
    .service-content.design .catalog {
        padding-top: 60px;
    }
    .service-content.design .catalog .catalog-content {
        margin-top: 20px;
        flex-direction: column;
        align-items: start;
        gap: 25px;
    }
    .service-content.design .catalog .catalog-content p {
        width: 100%;
        margin-top: 0;
    }
    .service-content.design .catalog .catalog-content .btn {
        padding: 20px;
        font-size: var(--sub-font);
        max-width: 385px;
        width: 100%;
        height: auto;
    }
}

.company-content .detail {
    margin-top: calc((var(--header-height)) * -1);
    padding-top: var(--header-height);
    width: 100%;
    height: auto;
}

.company-content .detail h2 {
    font-family: var(--mintyo-font);
    font-weight: 700;
    color: var(--blue-color);
    font-size: var(--h2-font);
    line-height: 1.125;
}

.company-content .detail .detail-content {
    margin-top: 30px;
    width: 100%;
    height: auto;
}

.company-content .detail .detail-content .dc-item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    font-size: var(--middle-font);
    line-height: 1.4;
}

.company-content .detail .detail-content .dc-item dt {
    width: 158px;
    height: auto;
    padding: 25px 10px;
    background-color: #5a6b85;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #fff;
}

.company-content .detail .detail-content .dc-item dd {
    width: calc(100% - 158px);
    padding: 25px 0 25px 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.company-content .detail .detail-content .dc-item dd .map-link {
    width: 100%;
    height: auto;
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--blue-color);
}

.company-content .detail .detail-content .dc-item dd .map-link svg {
    width: 12px;
    height: auto;
    object-fit: contain;
}

.company-content .group {
    margin-top: calc((var(--header-height)) * -1 + 100px);
    padding-top: var(--header-height);
    width: 100%;
    height: auto;
}

.company-content .group .heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-family: var(--mintyo-font);
    font-weight: 700;
    color: var(--blue-color);
}

.company-content .group .heading h2 {
    font-size: var(--h2-font);
    line-height: 1.125;
}

.company-content .group .group-company {
    margin-top: 50px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.company-content .group .group-company .gc-item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: start;
    font-size: var(--middle-font);
    line-height: 1.4;
}

.company-content .group .group-company .gc-item dt {
    width: 330px;
    height: auto;
    padding: 20px 10px;
    background-color: #5a6b85;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #fff;
}

.company-content .group .group-company .gc-item dd {
    width: calc(100% - 330px);
    padding: 0 0 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.company-content .group .group-company .gc-item dd .map-link {
    width: 100%;
    height: auto;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--blue-color);
}

.company-content .group .group-company .gc-item dd .map-link svg {
    width: 12px;
    height: auto;
    object-fit: contain;
}

.company-content .group .group-company .gc-item dd p:nth-last-of-type(1) {
    margin-top: 15px;
}

.company-content .company-splide {
    margin-top: 120px;
    margin-right: calc(67.5% - 50vw);
    overflow: hidden;
}

.company-content .company-splide .splide__slide {
    width: 408px !important;
    height: auto;
}

.company-content .company-splide .splide__slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/2.5;
    object-fit: cover;
}

.company-content .greeting {
    margin-top: calc((var(--header-height)) * -1 + 100px);
    padding-top: var(--header-height);
    width: 100%;
    height: auto;
}

.company-content .greeting .heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-family: var(--mintyo-font);
    font-weight: 700;
    color: var(--blue-color);
}

.company-content .greeting .heading h2 {
    font-size: var(--h2-font);
    line-height: 1.125;
}

.company-content .greeting .greeting-content {
    margin-top: 50px;
    width: 100%;
    height: auto;
}

.company-content .greeting .greeting-content h3 {
    font-size: clamp(1.5rem, 0.797rem + 1.25vw, 1.688rem);
    font-family: var(--mintyo-font);
    line-height: 1.37;
    font-weight: 700;
    color: var(--blue-color);
}

.company-content .greeting .greeting-content p {
    font-size: var(--middle-font);
    font-weight: 500;
    line-height: 1.6;
    margin-top: 20px;
}

.company-content .greeting .greeting-content .president {
    width: 100%;
    height: auto;
    display: flex;
    gap: 20px;
    align-items: center;
}

.company-content .greeting .greeting-content .president .president-icon {
    width: 163px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.company-content .greeting .greeting-content .president .president-name {
    font-weight: 700;
    line-height: 1.4;
}

.company-content .greeting .greeting-content .president .president-name span {
    font-size: var(--text-font);
    font-weight: 500;
}

.company-content .history {
    margin-top: calc((var(--header-height)) * -1 + 100px);
    padding-top: var(--header-height);
    width: 100%;
    height: auto;
}

.company-content .history .heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-family: var(--mintyo-font);
    font-weight: 700;
    color: var(--blue-color);
}

.company-content .history .heading h2 {
    font-size: var(--h2-font);
    line-height: 1.125;
}

.company-content .history .history-content {
    margin-top: 50px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.company-content .history .history-content .history-item {
    width: 100%;
    height: auto;
    display: flex;
    align-items: start;
    font-size: var(--middle-font);
    line-height: 1.4;
}

.company-content .history .history-content .history-item dt {
    width: 60px;
    height: auto;
}

.company-content .history .history-content .history-item dd {
    width: calc(100% - 60px);
    padding: 0 0 0 2%;
}

@media screen and (max-width: 1024px) {
    .company-content .detail .detail-content {
        margin-top: 20px;
    }
    .company-content .detail .detail-content .dc-item {
        flex-direction: column;
    }
    .company-content .detail .detail-content .dc-item dt {
        width: 100%;
        padding: 15px 5px;
    }
    .company-content .detail .detail-content .dc-item dd {
        width: 100%;
        padding: 15px 10px 25px 10px;
    }
    .company-content .group {
        margin-top: calc((var(--header-height)) * -1 + 60px);
        padding-top: var(--header-height);
        padding-top: 60px;
    }
    .company-content .group .group-company {
        margin-top: 30px;
        gap: 30px;
    }
    .company-content .group .group-company .gc-item {
        flex-direction: column;
    }
    .company-content .group .group-company .gc-item dt {
        width: 100%;
        padding: 15px 10px;
    }
    .company-content .group .group-company .gc-item dd {
        width: 100%;
        padding: 15px 10px;
    }
    .company-content .company-splide {
        margin-top: 50px;
        width: 100vw;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
    }
    .company-content .greeting {
        margin-top: calc((var(--header-height)) * -1 + 60px);
        padding-top: var(--header-height);
    }
    .company-content .greeting .greeting-content {
        margin-top: 30px;
    }
    .company-content .greeting .greeting-content h3 {
        font-size: clamp(1.25rem, 0.797rem + 1.25vw, 1.5rem);
        line-height: 1.6;
    }
    .company-content .greeting .greeting-content p {
        line-height: 1.8;
    }
    .company-content .greeting .greeting-content .president {
        margin-top: 15px;
        gap: 15px;
    }
    .company-content .greeting .greeting-content .president .president-icon {
        width: 120px;
    }
    .company-content .history {
        margin-top: calc((var(--header-height)) * -1 + 60px);
        padding-top: var(--header-height);
    }
    .company-content .history .history-content {
        margin-top: 30px;
        gap: 20px;
    }
    .company-content .history .history-content .history-item {
        flex-direction: column;
        gap: 7px;
    }
    .company-content .history .history-content .history-item dt {
        width: 100%;
        font-weight: 700;
    }
    .company-content .history .history-content .history-item dd {
        width: 100%;
        padding: 0;
    }
}


/* contact */


/* Contact Form 7のデフォルトスタイルをリセット */

.wpcf7-form p {
    display: contents;
    width: 100%;
}

.wpcf7-form p br {
    display: contents;
}

.wpcf7 p {
    display: inline;
}

.wpcf7-form-control-wrap,
.wpcf7-checkbox {
    display: contents;
}

.wpcf7-not-valid-tip {
    width: 100%;
    font-size: 15px !important;
}

.wpcf7-spinner {
    display: inline;
}

.page-contact {
    margin-top: var(--header-height);
    padding-top: 60px;
    padding-bottom: 90px;
}

.page-contact .contact-inner {
    max-width: 640px;
    width: 100%;
    height: auto;
    margin: auto;
}

.page-contact .contact-inner .page-heading {
    width: 100%;
    height: auto;
}

.page-contact .contact-inner .page-heading .txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-family: var(--mintyo-font);
    text-align: center;
    color: var(--blue-color);
}

.page-contact .contact-inner .page-heading .txt .heading {
    font-size: var(--heading-font);
    font-weight: 700;
}

.page-contact .contact-inner .page-heading .txt .heading-en {
    font-size: var(--middle-font);
    font-weight: 600;
    line-height: 1;
    opacity: 0.5;
}

.page-contact .contact-inner .page-heading .ph-desc {
    margin-top: 60px;
    font-size: var(--middle-font);
    line-height: 1.6;
}

.page-contact .contact-inner .pc-app {
    margin-top: 90px;
    width: 100%;
    height: auto;
}

.page-contact .contact-inner .pc-app p {
    margin-top: 25px;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.01rem;
}

.page-contact .contact-inner .pc-app .app-list {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 45px;
    justify-content: space-around;
}

.page-contact .contact-inner .pc-app .app-list .app-item {
    max-width: 500px;
    /* max-width: 110px; */
    width: 100%;
    /* width: 20%; */
    height: auto;
    margin: auto;
}

.page-contact .contact-inner .pc-app .app-list .app-item .app-link {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    gap: 5%;
}

.page-contact .contact-inner .pc-app .app-list .app-item .app-link img {
    width: 20%;
    /* width: 100%; */
    height: auto;
    object-fit: contain;
}

.page-contact .contact-inner .pc-app .app-list .app-item .app-link .app-txt {
    display: flex;
    flex-direction: column;
    font-weight: 600;
    gap: 5px;
}

.page-contact .contact-inner .pc-app .app-list .app-item .app-link .app-txt dt {
    font-size: var(--h3-font);
    font-weight: 900;
}

.page-contact .contact-inner .pc-app .app-list .app-item .app-link .app-txt dd {
    font-size: var(--heading-font);
    font-weight: 900;
}

.page-contact .contact-inner .pc-app .app-list .app-item .app-link .app-txt a {
    font-size: calc((var(--heading-font)) * 0.8);
    font-weight: 900;
    white-space: nowrap;
}

.page-contact .contact-inner .pc-form {
    max-width: 645px;
    width: 100%;
    height: auto;
    margin: auto;
    padding-top: 120px;
}

.page-contact .contact-inner .pc-form .heading {
    font-family: var(--mintyo-font);
    font-size: calc((var(--heading-font)) * 0.8);
    color: var(--blue-color);
    line-height: 1;
    white-space: nowrap;
    font-weight: 700;
}

.page-contact .contact-inner .pc-form .contact-label {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    padding: 15px 20px;
    background-color: var(--orange-color);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.page-contact .contact-inner .pc-form .form-area {
    max-width: 900px;
    width: 100%;
    height: auto;
    margin: auto;
}

.page-contact .contact-inner .pc-form .form-area .form-content {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 8px;
}

.page-contact .contact-inner .pc-form .form-area .form-content .form-heading {
    width: 100%;
    height: auto;
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
}

.page-contact .contact-inner .pc-form .form-area .form-content .form-heading .required {
    font-size: 16px;
    display: block;
    color: var(--error-color);
    font-weight: 400;
}

.page-contact .contact-inner .pc-form .form-area .form-content input::placeholder,
.page-contact .contact-inner .pc-form .form-area .form-content textarea::placeholder,
.page-contact .contact-inner .pc-form .form-area .form-content select:disabled,
.page-contact .contact-inner .pc-form .form-area .form-content option:disabled {
    color: #bbbbbb;
}

.page-contact .contact-inner .pc-form .form-area .form-content input,
.page-contact .contact-inner .pc-form .form-area .form-content textarea,
.page-contact .contact-inner .pc-form .form-area .form-content select {
    border: 1px solid #bababa;
    border-radius: 4px;
    font-size: 20px;
    margin: 0;
}

.page-contact .contact-inner .pc-form .form-area .form-content .input-text {
    width: 100%;
    height: auto;
    padding: 10px;
}

.page-contact .contact-inner .pc-form .form-area .form-content .input-message {
    width: 100%;
    height: 175px;
    padding: 10px;
}

.page-contact .contact-inner .pc-form .form-area .form-content .dropdown-section {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
}

.page-contact .contact-inner .pc-form .form-area .form-content .dropdown-section .select-data {
    width: 180px;
    height: auto;
    padding: 10px;
}

.page-contact .contact-inner .pc-form .form-area .form-content .dropdown-section .notes {
    font-size: 18px;
}

.page-contact .contact-inner .pc-form .form-area .form-select {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    gap: 15px 40px;
    font-size: 20px;
}

.page-contact .contact-inner .pc-form .form-area .form-select .wpcf7-list-item {
    margin: 0;
    width: fit-content;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.page-contact .contact-inner .pc-form .form-area .form-select .wpcf7-list-item label {
    cursor: pointer;
    position: relative;
    font-size: 20px;
}

.page-contact .contact-inner .pc-form .form-area .description {
    margin-top: 5px;
    width: 100%;
    height: auto;
}

.page-contact .contact-inner .pc-form .form-area .description p {
    font-size: 16px;
    line-height: 1.4;
}

.page-contact .contact-inner .pc-form .form-area .submit-btn-area {
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

.page-contact .contact-inner .pc-form .form-area .submit-btn-area p {
    width: min-content;
}

.page-contact .contact-inner .pc-form .form-area .submit-btn-area .submit-btn {
    width: 200px;
    background-color: var(--light-blue-color);
    padding: 24px 24px 20px 24px;
    color: #fff;
    font-size: var(--middle-font);
    line-height: 1;
}

@media screen and (min-width: 1024px) {
    .page-contact .pc-app .app-list .app-item .app-link a {
        transition: var(--move);
    }
    .page-contact .pc-app .app-list .app-item .app-link a:hover {
        opacity: 0.7;
    }
}

@media screen and (max-width: 1024px) {
    .page-contact .contact-inner .page-heading .txt {
        width: 100%;
        justify-content: start;
        gap: 8px;
    }
    .page-contact .contact-inner .page-heading .ph-desc {
        margin-top: 20px;
    }
    .page-contact .contact-inner .pc-app {
        margin-top: 40px;
    }
    .page-contact .contact-inner .pc-app p {
        margin-top: 20px;
        font-size: 18px;
    }
    .page-contact .contact-inner .pc-app .app-list {
        margin-top: 40px;
        gap: 30px;
    }
    .page-contact .contact-inner .pc-app .app-list .app-item {
        max-width: 500px;
    }
    .page-contact .contact-inner .pc-app .app-list .app-item .app-link {
        justify-content: start;
    }
    .page-contact .contact-inner .pc-app .app-list .app-item .app-link img {
        width: 17%;
    }
    .page-contact .contact-inner .pc-app .app-list .app-item .app-link .app-txt a {
        font-size: calc((var(--heading-font)) * 0.7);
        font-weight: 900;
    }
    .page-contact .contact-inner .pc-form {
        max-width: none;
        width: 100%;
        padding-top: 60px;
    }
    .page-contact .contact-inner .pc-form .form-area .form-content {
        padding: 20px 0;
        gap: 8px;
    }
    .page-contact .contact-inner .pc-form .form-area .form-content .form-heading {
        gap: 8px;
        font-size: 18px;
    }
    .page-contact .contact-inner .pc-form .form-area .form-content .form-heading .required {
        font-size: 14px;
    }
    .page-contact .contact-inner .pc-form .form-area .form-content input,
    .page-contact .contact-inner .pc-form .form-area .form-content textarea,
    .page-contact .contact-inner .pc-form .form-area .form-content select {
        font-size: 16px;
    }
    .page-contact .contact-inner .pc-form .form-area .form-content .dropdown-section {
        font-size: 16px;
    }
    .page-contact .contact-inner .pc-form .form-area .form-content .dropdown-section .select-data {
        width: 150px;
    }
    .page-contact .contact-inner .pc-form .form-area .form-content .dropdown-section::before {
        font-size: 16px;
    }
    .page-contact .contact-inner .pc-form .form-area .form-content .dropdown-section .notes {
        font-size: 15px;
    }
    .page-contact .contact-inner .pc-form .form-area .form-select {
        gap: 15px 40px;
        font-size: 16px;
    }
    .page-contact .contact-inner .pc-form .form-area .form-select .wpcf7-list-item label {
        font-size: 16px;
        margin-left: 6px;
    }
    .page-contact .contact-inner .pc-form .form-area .description p {
        font-size: 15px;
    }
    .page-contact .contact-inner .pc-form .form-area .submit-btn-area {
        margin-top: 40px;
    }
    .page-contact .contact-inner .pc-form .form-area .submit-btn-area .submit-btn {
        width: 160px;
        padding: 18px 18px 16px 18px;
    }
}

.service-content.outsourced .lead h2 {
    font-size: clamp(1.5rem, 0.797rem + 1.25vw, 1.688rem);
    font-family: var(--mintyo-font);
    line-height: 1.37;
    font-weight: 700;
    color: var(--blue-color);
}

.service-content.outsourced .lead .lead-list {
    width: 100%;
    height: auto;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.service-content.outsourced .lead .lead-list .lead-item {
    width: 23%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 10rem;
    color: #fff;
    background-color: var(--blue-color);
    font-size: var(--middle-font);
    line-height: 1.72;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-content.outsourced .lead .txt-area {
    margin-top: 60px;
    font-size: var(--middle-font);
    line-height: 1.72;
    font-weight: 500;
}

.service-content.outsourced .outs {
    width: 100%;
    height: auto;
}

.service-content.outsourced .outs .heading {
    margin-top: calc((var(--header-height)) * -1 + 100px);
    padding-top: var(--header-height);
    display: flex;
    flex-direction: column;
    gap: 12px;
    /* font-family: var(--mintyo-font); */
    font-weight: 700;
    color: var(--blue-color);
}

.service-content.outsourced .outs .heading h2 {
    font-size: calc(var(--h2-font) * 0.7);
    font-weight: 700;
    color: var(--blue-color);
    line-height: 1.3;
}

.service-content.outsourced .outs .outs-lead {
    margin-top: calc((var(--header-height)) * -1 + 10px);
    padding-top: var(--header-height);
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service-content.outsourced .outs .outs-lead .outs-detail {
    width: 100%;
    height: auto;
    font-size: var(--middle-font);
    line-height: 1.6;
}

.service-content.outsourced .outs .outs-lead .outs-detail h3 {
    color: var(--blue-color);
    margin-top: 30px;
    font-weight: 700;
}

.service-content.outsourced .outs .outs-lead .outs-detail p {
    font-size: var(--middle-font);
    font-weight: 500;
    line-height: 1.6;
    margin-top: 10px;
}

.service-content.outsourced .outs .outs-lead .outs-table {
    width: 100%;
    height: auto;
    font-size: var(--middle-font);
    line-height: 1.6;
}

.service-content.outsourced .outs .outs-lead .outs-table table {
    margin-top: 20px;
    width: 100%;
    border-collapse: collapse;
}

.service-content.outsourced .outs .outs-lead .outs-table table th,
.service-content.outsourced .outs .outs-lead .outs-table table td {
    border: 1px solid #ccc;
    padding: 0.75rem;
    text-align: center;
}

.service-content.outsourced .outs .outs-lead .outs-table table th {
    background-color: #334155;
    color: white;
    font-weight: 500;
    width: 50%;
}

.service-content.outsourced .outs .outs-lead .outs-table table th:nth-of-type(1) {
    background-color: #97a1af;
    color: #2c476a;
}

@media screen and (max-width: 1024px) {
    .service-content.outsourced .lead h2 {
        font-size: calc(clamp(1.5rem, 0.797rem + 1.25vw, 1.688rem) * 0.8);
        line-height: 1.6;
    }
    .service-content.outsourced .lead .lead-list {
        margin-top: 20px;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-around;
        gap: 8px 0;
    }
    .service-content.outsourced .lead .lead-list .lead-item {
        width: 49%;
        aspect-ratio: unset;
        border-radius: 10px;
        padding: 10px;
    }
    .service-content.outsourced .lead .txt-area {
        margin-top: 30px;
    }
    .service-content.outsourced .outs .heading {
        margin-top: calc((var(--header-height)) * -1 + 60px);
        gap: 8px;
    }
    .service-content.outsourced .outs .heading h2 {
        font-size: calc(var(--h2-font) * 0.8);
        line-height: 1.4;
    }
    .service-content.outsourced .outs .heading p {
        padding-left: 0;
    }
    .service-content.outsourced .outs .outs-lead {
        margin-top: calc((var(--header-height)) * -1 + 10px);
        flex-direction: column;
        gap: 15px;
    }
    .service-content.outsourced .outs .outs-lead .outs-detail h3 {
        margin-top: 20px;
    }
    .service-content.outsourced .outs .outs-lead .outs-detail p {
        margin-top: 7px;
    }
    .service-content.outsourced .outs .outs-lead .outs-table table {
        margin-top: 15px;
        width: 100%;
        border-collapse: collapse;
        font-size: 14px;
    }
    .service-content.outsourced .outs .outs-lead .outs-table table th,
    .service-content.outsourced .outs .outs-lead .outs-table table td {
        border: 1px solid #ccc;
        padding: 0.75rem;
        text-align: center;
        vertical-align: middle;
    }
    .service-content.outsourced .outs .outs-lead .outs-table table th {
        background-color: #334155;
        color: white;
        font-weight: 500;
    }
    .service-content.outsourced .outs .outs-lead .outs-table table .label {
        background-color: #97a1af;
        font-weight: 500;
        text-align: center;
        color: var(--blue-color);
    }
    .service-content.outsourced .outs .outs-lead .outs-table .mobile-cards {
        margin-top: 20px;
    }
    .service-content.outsourced .outs .outs-lead .outs-table .mobile-cards .card {
        margin-bottom: 1rem;
        border-radius: 0.5rem;
        overflow: hidden;
        background-color: #f1f5f9;
        padding: 10px;
    }
    .service-content.outsourced .outs .outs-lead .outs-table .mobile-cards .card h3 {
        margin: 0;
        background-color: #f1f5f9;
        padding: 0.75rem;
        font-weight: bold;
        text-align: center;
    }
    .service-content.outsourced .outs .outs-lead .outs-table .mobile-cards .info-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.25rem;
    }
    .service-content.outsourced .outs .outs-lead .outs-table .mobile-cards .info-grid .title {
        background-color: #334155;
        color: white;
        padding: 0.5rem;
        text-align: center;
    }
    .service-content.outsourced .outs .outs-lead .outs-table .mobile-cards .info-grid div {
        border: 1px solid #ccc;
        padding: 0.5rem;
        text-align: center;
    }
}


/* service-supply */

.service-content.supply .lead h2 {
    font-size: clamp(1.5rem, 0.797rem + 1.25vw, 1.688rem);
    font-family: var(--mintyo-font);
    line-height: 1.37;
    font-weight: 700;
    color: var(--blue-color);
}

.service-content.supply .lead .lead-list {
    width: 100%;
    height: auto;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.service-content.supply .lead .lead-list .lead-item {
    width: 23%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 10rem;
    color: #fff;
    background-color: var(--blue-color);
    font-size: var(--middle-font);
    line-height: 1.72;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-content.supply .lead .txt-area {
    margin-top: 60px;
    font-size: var(--middle-font);
    line-height: 1.72;
    font-weight: 500;
}

.service-content.supply .s-feature {
    margin-top: calc((var(--header-height)) * -1 + 100px);
    width: 100%;
    height: auto;
}

.service-content.supply .s-feature .heading {
    padding-top: var(--header-height);
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.service-content.supply .s-feature .heading h2 {
    font-size: calc(var(--h2-font) * 0.7);
    font-weight: 700;
    color: var(--blue-color);
    line-height: 1.3;
}

.service-content.supply .s-feature .heading p {
    font-size: var(--middle-font);
    font-weight: 500;
    line-height: 1.4;
}

.service-content.supply .s-feature .heading p span {
    background: linear-gradient(transparent 70%, #f0f30a 70%);
}

.service-content.supply .s-feature .s-feature-ex {
    margin-top: 40px;
}

.service-content.supply .s-feature .s-feature-ex .sfe-heading {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-size: var(--middle-font);
    font-weight: 700;
    color: var(--blue-color);
}

.service-content.supply .s-feature .s-feature-ex .sfe-heading span {
    width: 49px;
    height: auto;
    aspect-ratio: 1/1;
    border: 1px solid var(--blue-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    line-height: 1;
}

.service-content.supply .s-feature .s-feature-ex .sfe-img {
    margin-top: 25px;
    max-width: 578px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.service-content.supply .s-feature .s-feature-ex .sfe-detail {
    margin-top: 15px;
    font-size: var(--middle-font);
    font-weight: 500;
    line-height: 1.4;
}

.service-content.supply .s-comparison {
    margin-top: calc((var(--header-height)) * -1 + 100px);
    padding-top: var(--header-height);
    width: 100%;
    height: auto;
    font-size: var(--middle-font);
    line-height: 1.6;
}

.service-content.supply .s-comparison .heading h2 {
    font-size: calc(var(--h2-font) * 0.7);
    color: var(--blue-color);
    margin-top: 30px;
    font-weight: 700;
}

.service-content.supply .s-comparison table {
    margin-top: 50px;
    width: 100%;
    border-collapse: collapse;
}

.service-content.supply .s-comparison table th,
.service-content.supply .s-comparison table td {
    border: 1px solid #ccc;
    padding: 0.75rem;
    text-align: center;
    vertical-align: middle;
}

.service-content.supply .s-comparison table th {
    background-color: #566c88;
    color: white;
    font-weight: 500;
}

.service-content.supply .s-comparison table th:nth-of-type(1) {
    background-color: transparent;
    border: 0;
}

.service-content.supply .s-comparison table .label {
    background-color: #97a1af;
    font-weight: 500;
    text-align: center;
    color: var(--blue-color);
    vertical-align: middle;
    width: 150px;
}

.service-content.supply .s-flow {
    margin-top: calc((var(--header-height)) * -1 + 100px);
    padding-top: var(--header-height);
    width: 100%;
    height: auto;
}

.service-content.supply .s-flow .heading h2 {
    font-size: calc(var(--h2-font) * 0.7);
    color: var(--blue-color);
    margin-top: 30px;
    font-weight: 700;
}

.service-content.supply .s-flow figure {
    margin-top: 50px;
    width: 100%;
    height: auto;
    font-size: var(--middle-font);
    font-weight: 500;
    line-height: 1.6;
    color: var(--black-color);
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.service-content.supply .s-flow figure img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.service-content.supply .s-cost {
    margin-top: calc((var(--header-height)) * -1 + 100px);
    padding-top: var(--header-height);
    width: 100%;
    height: auto;
}

.service-content.supply .s-cost .heading h2 {
    font-size: calc(var(--h2-font) * 0.7);
    color: var(--blue-color);
    margin-top: 30px;
    font-weight: 700;
}

.service-content.supply .s-cost figure {
    margin-top: 50px;
    width: 100%;
    height: auto;
    font-size: var(--middle-font);
    font-weight: 500;
    line-height: 1.6;
    color: var(--black-color);
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.service-content.supply .s-cost figure img {
    max-width: 700px;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: auto;
}

.service-content.supply .s-lineup {
    margin-top: calc((var(--header-height)) * -1 + 100px);
    width: 100%;
    height: auto;
}

.service-content.supply .s-lineup .heading {
    padding-top: var(--header-height);
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.service-content.supply .s-lineup .heading h2 {
    font-size: calc(var(--h2-font) * 0.7);
    color: var(--blue-color);
    margin-top: 30px;
    font-weight: 700;
}

.service-content.supply .s-lineup .heading p {
    font-size: var(--middle-font);
    font-weight: 500;
    line-height: 1.4;
}

.service-content.supply .s-lineup .sl-table {
    margin-top: 30px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.service-content.supply .s-lineup .sl-table .sl-item {
    width: 100%;
    height: auto;
    display: flex;
    font-size: var(--middle-font);
}

.service-content.supply .s-lineup .sl-table .sl-item .sl-heading {
    padding: 17px 20px 16px 20px;
    width: 36%;
    height: auto;
    background-color: #566c88;
    color: #fff;
}

.service-content.supply .s-lineup .sl-table .sl-item .sl-desc {
    width: 64%;
    height: auto;
    padding: 17px 20px 16px 20px;
}

@media screen and (max-width: 1024px) {
    .service-content.supply .lead h2 {
        font-size: calc(clamp(1.5rem, 0.797rem + 1.25vw, 1.688rem) * 0.8);
        line-height: 1.6;
    }
    .service-content.supply .lead .lead-list {
        margin-top: 20px;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-around;
        gap: 8px 0;
    }
    .service-content.supply .lead .lead-list .lead-item {
        width: 49%;
        aspect-ratio: unset;
        border-radius: 10px;
        padding: 10px;
    }
    .service-content.supply .lead .txt-area {
        margin-top: 30px;
    }
    .service-content.supply .s-feature .heading {
        margin-top: calc((var(--header-height)) * -1 + 60px);
        gap: 8px;
    }
    .service-content.supply .s-feature .heading h2 {
        font-size: calc(var(--h2-font) * 0.8);
        line-height: 1.4;
    }
    .service-content.supply .s-feature .heading p {
        line-height: 1.6;
    }
    .service-content.supply .s-comparison {
        margin-top: calc((var(--header-height)) * -1 + 60px);
    }
    .service-content.supply .s-comparison .heading h2 {
        font-size: calc(var(--h2-font) * 0.8);
        margin-top: 20px;
    }
    .service-content.supply .s-comparison .table-scroll {
        width: 100%;
        height: auto;
        overflow-x: scroll;
    }
    .service-content.supply .s-comparison table {
        width: 700px;
    }
    .service-content.supply .s-comparison table th,
    .service-content.supply .s-comparison table td {
        padding: 0.5rem;
    }
    .service-content.supply .s-comparison table .label {
        background-color: #97a1af;
        font-weight: 500;
        text-align: center;
        color: var(--blue-color);
    }
    .service-content.supply .s-flow {
        margin-top: calc((var(--header-height)) * -1 + 60px);
    }
    .service-content.supply .s-flow .heading h2 {
        font-size: calc(var(--h2-font) * 0.8);
        margin-top: 20px;
    }
    .service-content.supply .s-flow figure {
        margin-top: 30px;
        gap: 30px;
    }
    .service-content.supply .s-cost {
        margin-top: calc((var(--header-height)) * -1 + 60px);
    }
    .service-content.supply .s-cost .heading h2 {
        font-size: calc(var(--h2-font) * 0.8);
        margin-top: 20px;
    }
    .service-content.supply .s-cost figure {
        margin-top: 30px;
        gap: 30px;
    }
    .service-content.supply .s-lineup {
        margin-top: calc((var(--header-height)) * -1 + 60px);
    }
    .service-content.supply .s-lineup .heading h2 {
        font-size: calc(var(--h2-font) * 0.8);
        margin-top: 20px;
    }
    .service-content.supply .s-lineup .sl-table {
        margin-top: 20px;
        gap: 10px;
    }
    .service-content.supply .s-lineup .sl-table .sl-item {
        flex-direction: column;
    }
    .service-content.supply .s-lineup .sl-table .sl-item .sl-heading {
        width: 100%;
    }
    .service-content.supply .s-lineup .sl-table .sl-item .sl-desc {
        width: 100%;
    }
}


/* service-consulting */

.service-content.consulting .lead h2 {
    font-size: clamp(1.5rem, 0.797rem + 1.25vw, 1.688rem);
    font-family: var(--mintyo-font);
    line-height: 1.37;
    font-weight: 700;
    color: var(--blue-color);
}

.service-content.consulting .lead .lead-list {
    width: 100%;
    height: auto;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.service-content.consulting .lead .lead-list .lead-item {
    width: 23%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 10rem;
    color: #fff;
    background-color: var(--blue-color);
    font-size: var(--middle-font);
    line-height: 1.72;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-content.consulting .lead .txt-area {
    margin-top: 60px;
    font-size: var(--middle-font);
    line-height: 1.72;
    font-weight: 500;
}

.service-content.consulting .c-range {
    margin-top: calc((var(--header-height)) * -1 + 100px);
    width: 100%;
    height: auto;
}

.service-content.consulting .c-range .heading {
    padding-top: var(--header-height);
}

.service-content.consulting .c-range .heading h2 {
    font-size: calc(var(--h2-font) * 0.7);
    font-weight: 700;
    color: var(--blue-color);
    line-height: 1.3;
}

.service-content.consulting .c-range .cr-list {
    margin-top: 40px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-content.consulting .c-range .cr-list .cr-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 21px;
}

.service-content.consulting .c-range .cr-list .cr-item .number {
    width: 49px;
    height: auto;
    aspect-ratio: 1/1;
    border: 1px solid var(--blue-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    line-height: 1;
}

.service-content.consulting .c-range .cr-list .cr-item .desc {
    width: calc(100% - 70px);
    font-size: var(--middle-font);
    font-weight: 500;
    line-height: 1.6;
}

.service-content.consulting .c-range .cr-list .cr-item .under-line {
    background: linear-gradient(transparent 70%, #f0f30a 70%);
}

.service-content.consulting .c-range .caption {
    margin-top: 40px;
    width: 100%;
    height: auto;
    padding: 26px;
    font-size: var(--middle-font);
    font-weight: 500;
    line-height: 1.6;
    color: var(--blue-color);
    background: #e0e3e7;
    border-radius: 4px;
}

.service-content.consulting .c-problem {
    margin-top: calc((var(--header-height)) * -1 + 100px);
    width: 100%;
    height: auto;
}

.service-content.consulting .c-problem .heading {
    padding-top: var(--header-height);
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.service-content.consulting .c-problem .heading h2 {
    font-size: calc(var(--h2-font) * 0.7);
    font-weight: 700;
    color: var(--blue-color);
    line-height: 1.3;
}

.service-content.consulting .c-problem .cp-img {
    width: 100%;
    height: auto;
    margin-top: 40px;
    border-radius: 10px;
}

.service-content.consulting .c-problem .cp-list {
    margin-top: 40px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-content.consulting .c-problem .cp-list .cp-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 21px;
}

.service-content.consulting .c-problem .cp-list .cp-item .number {
    width: 49px;
    height: auto;
    aspect-ratio: 1/1;
    border: 1px solid var(--blue-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5rem;
    line-height: 1;
}

.service-content.consulting .c-problem .cp-list .cp-item .desc {
    width: calc(100% - 70px);
    font-size: var(--middle-font);
    font-weight: 500;
    line-height: 1.6;
}

.service-content.consulting .c-problem .cp-list .cp-item .under-line {
    background: linear-gradient(transparent 70%, #f0f30a 70%);
}

.service-content.consulting .c-problem .caption {
    margin-top: 40px;
    width: 100%;
    height: auto;
    padding: 26px;
    font-size: var(--middle-font);
    font-weight: 500;
    line-height: 1.6;
    color: var(--blue-color);
    background: #e0e3e7;
    border-radius: 4px;
}

.service-content.consulting .c-flow {
    margin-top: calc((var(--header-height)) * -1 + 100px);
    padding-top: var(--header-height);
    width: 100%;
    height: auto;
}

.service-content.consulting .c-flow .heading h2 {
    font-size: calc(var(--h2-font) * 0.7);
    color: var(--blue-color);
    margin-top: 30px;
    font-weight: 700;
}

.service-content.consulting .c-flow .cf-list {
    margin-top: 40px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 25px;
    font-size: var(--middle-font);
    font-weight: 500;
    line-height: 1.6;
}

.service-content.consulting .c-flow .cf-list .cf-heading {
    color: var(--blue-color);
    font-weight: 700;
}

.service-content.consulting .c-flow .cf-list .cf-desc {
    font-weight: 500;
}

.service-content.consulting .catalog {
    padding-top: 100px;
    width: 100%;
    height: auto;
}

.service-content.consulting .catalog h2 {
    font-family: var(--mintyo-font);
    font-weight: 700;
    color: var(--blue-color);
    font-size: var(--h2-font);
    line-height: 1.125;
}

.service-content.consulting .catalog .catalog-content {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.service-content.consulting .catalog .catalog-content p {
    width: 50%;
    height: auto;
    font-size: var(--middle-font);
    font-weight: 500;
    line-height: 1.6;
    margin-top: 10px;
}

.service-content.consulting .catalog .catalog-content .btn {
    padding: 25px 35px;
    font-size: var(--sub-font);
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--light-blue-color);
    max-width: 385px;
    width: 49%;
    height: auto;
    transition: var(--move);
}

.service-content.consulting .catalog .catalog-content .btn .svg-wrap {
    position: relative;
    width: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-content.consulting .catalog .catalog-content .btn .svg-wrap svg {
    width: 100%;
    height: fit-content;
    object-fit: contain;
}

.service-content.consulting .catalog .catalog-content .btn .svg-wrap svg.svg-left {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-150%, -50%);
}

.service-content.consulting .catalog .catalog-content .btn .svg-wrap svg.svg-right {
    transform: translateX(0);
}

@media screen and (max-width: 1024px) {
    .service-content.consulting .lead h2 {
        font-size: calc(clamp(1.5rem, 0.797rem + 1.25vw, 1.688rem) * 0.8);
        line-height: 1.6;
    }
    .service-content.consulting .lead .lead-list {
        margin-top: 20px;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-around;
        gap: 8px 0;
    }
    .service-content.consulting .lead .lead-list .lead-item {
        width: 49%;
        aspect-ratio: unset;
        border-radius: 10px;
        padding: 10px;
    }
    .service-content.consulting .lead .txt-area {
        margin-top: 30px;
    }
    .service-content.consulting .c-range {
        margin-top: calc((var(--header-height)) * -1 + 60px);
    }
    .service-content.consulting .c-range .heading h2 {
        font-size: calc(var(--h2-font) * 0.8);
        line-height: 1.4;
    }
    .service-content.consulting .c-range .cr-list {
        margin-top: 30px;
        gap: 30px;
    }
    .service-content.consulting .c-range .caption {
        margin-top: 30px;
    }
    .service-content.consulting .c-problem {
        margin-top: calc((var(--header-height)) * -1 + 60px);
    }
    .service-content.consulting .c-problem .heading h2 {
        font-size: calc(var(--h2-font) * 0.8);
        line-height: 1.4;
    }
    .service-content.consulting .c-problem .cp-img {
        margin-top: 30px;
        border-radius: 8px;
    }
    .service-content.consulting .c-problem .cp-list {
        margin-top: 30px;
        gap: 30px;
    }
    .service-content.consulting .c-problem .caption {
        margin-top: 30px;
    }
    .service-content.consulting .c-flow {
        margin-top: calc((var(--header-height)) * -1 + 60px);
    }
    .service-content.consulting .c-flow .heading h2 {
        font-size: calc(var(--h2-font) * 0.8);
        line-height: 1.4;
    }
    .service-content.consulting .c-flow .cf-list {
        margin-top: 30px;
        gap: 30px;
    }
    .service-content.consulting .catalog {
        padding-top: 60px;
    }
    .service-content.consulting .catalog .catalog-content {
        margin-top: 20px;
        flex-direction: column;
        align-items: start;
        gap: 25px;
    }
    .service-content.consulting .catalog .catalog-content p {
        width: 100%;
        margin-top: 0;
    }
    .service-content.consulting .catalog .catalog-content .btn {
        padding: 20px;
        font-size: var(--sub-font);
        max-width: 385px;
        width: 100%;
        height: auto;
    }
}


/* column page */

.column-area {
    padding-top: 60px;
    padding-bottom: 60px;
}

.column-area .description {
    width: 100%;
    height: auto;
    font-size: var(--text-font);
    line-height: 1.8;
}

.column-area .column-list {
    margin-top: 60px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: 60px 3.5%;
}

.column-area .column-list .column-item {
    width: 31%;
    height: auto;
}

.column-area .column-list .column-item .column-link {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
}

.column-area .column-list .column-item .column-link .column-img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.column-area .column-list .column-item .column-link .textarea {
    width: 100%;
    height: auto;
    padding: 25px;
}

.column-area .column-list .column-item .column-link .textarea .category {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--light-blue-color);
}

.column-area .column-list .column-item .column-link .textarea .label {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

@media screen and (max-width: 1024px) {
    .column-area {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .column-area .column-list {
        margin-top: 30px;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px 0;
    }
    .column-area .column-list .column-item {
        width: 48%;
        height: auto;
    }
    .column-area .column-list .column-item .column-link .textarea {
        padding: 20px 15px;
    }
    .column-area .column-list .column-item .column-link .textarea .label {
        margin-top: 10px;
    }
}

@media screen and (max-width: 600px) {
    .column-area .column-list .column-item {
        width: 100%;
    }
}


/* column single */

.single-area {
    margin-top: var(--header-height);
    width: 100%;
    height: auto;
    padding-top: 50px;
}

.single-area .single-inner {
    max-width: 700px;
    width: 100%;
    height: auto;
    margin: auto;
}

.single-area .single-inner .single-thumbnail {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.single-area .single-inner .single-title {
    margin-top: 30px;
    font-family: var(--mintyo-font);
    font-size: calc((var(--heading-font)) * 0.8);
    line-height: 1.16;
    font-weight: 600;
    color: var(--blue-color);
}

.single-area .single-inner .content-area {
    margin-top: 40px;
}

.single-area .single-inner .content-area h2 {
    font-size: calc((var(--h2-font)) * 0.8);
    font-weight: 700;
    line-height: 1.6;
    margin: 20px 0;
}

.single-area .single-inner .content-area h3 {
    font-size: var(--h3-font);
    font-weight: 700;
    line-height: 1.6;
    margin: 10px 0;
}

.single-area .single-inner .content-area p {
    font-size: var(--text-font);
    font-weight: 500;
    line-height: 1.6;
    margin: 10px 0;
}

.single-area .single-inner .content-area img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: 10px 0;
}

.single-area .single-inner .content-area ul {
    margin: 10px 0;
}

.single-area .single-inner .content-area ul li {
    font-size: var(--text-font);
    font-weight: 500;
    line-height: 1.6;
}

.single-area .single-inner .content-area ul li ul {
    padding-left: var(--text-font);
}

.single-area .single-inner .content-area code {
    font-family: var(--gothic-font);
    font-weight: 500;
    background: linear-gradient(transparent 70%, #f0f30a 70%);
}

@media screen and (max-width: 1024px) {
    .single-area {
        padding-top: 30px;
    }
}

.single-topic {
    padding-top: 90px;
    padding-bottom: 60px;
}

.single-topic .heading-area {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 35px;
    font-family: var(--mintyo-font);
}

.single-topic .heading-area .heading {
    font-size: var(--heading-font);
    color: var(--blue-color);
    line-height: 1.6;
    font-weight: 700;
}

.single-topic .topic-list {
    margin-top: 40px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.single-topic .topic-list .topic-item {
    width: 31%;
    height: auto;
}

.single-topic .topic-list .topic-item .topic-link {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
}

.single-topic .topic-list .topic-item .topic-link .topic-img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.single-topic .topic-list .topic-item .topic-link .textarea {
    width: 100%;
    height: auto;
    padding: 25px;
}

.single-topic .topic-list .topic-item .topic-link .textarea .category {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--light-blue-color);
}

.single-topic .topic-list .topic-item .topic-link .textarea .label {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

@media screen and (min-width: 1024px) {
    .single-topic .topic-list .topic-item .topic-link {
        transition: all 0.3s ease;
    }
    .single-topic .topic-list .topic-item .topic-link:hover {
        opacity: 0.7;
    }
}

@media screen and (max-width: 1024px) {
    .single-topic {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .single-topic .heading-area {
        gap: 10px 35px;
    }
    .single-topic .heading-area .description {
        margin-top: 15px;
    }
    .single-topic .topic-list {
        margin-top: 30px;
        flex-direction: column;
        gap: 20px;
    }
    .single-topic .topic-list .topic-item {
        width: 100%;
        height: auto;
    }
    .single-topic .topic-list .topic-item .topic-link .textarea {
        padding: 20px 15px;
    }
    .single-topic .topic-list .topic-item .topic-link .textarea .label {
        margin-top: 10px;
    }
}

.pagination nav {
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: auto;
    padding-top: 100px;
}

.pagination .nav-links {
    display: flex;
    flex-direction: row;
    gap: 15px;
    font-size: var(--text-font);
    font-weight: 600;
    justify-content: center;
}

.pagination .page-numbers {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: auto;
    aspect-ratio: 1/1;
    border: 1px solid #424242;
    border-radius: 3px;
}

.pagination .current {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 30px;
    color: #fff;
    background-color: var(--light-blue-color);
    border: 1px solid var(--light-blue-color);
    border-radius: 3px;
}

.prev-page,
.next-page {
    position: relative;
    display: block;
    width: 30px;
    height: auto;
    aspect-ratio: 1/1;
    border: 1px solid #424242;
    background-color: #424242;
}

.prev-page::before,
.next-page::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    width: 15px;
    height: 15px;
}

.prev-page::before {
    transform: translate(-30%, -50%) rotate(-135deg);
}

.next-page::before {
    transform: translate(-70%, -50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
    .pagination nav {
        padding-top: 60px;
    }
    .pagination .nav-links {
        font-size: 18px;
        gap: 12px;
    }
    .pagination .page-numbers {
        width: 25px;
    }
    .pagination .current {
        width: 40px;
        height: 25px;
    }
    .prev-page,
    .next-page {
        width: 25px;
    }
    .prev-page::before,
    .next-page::before {
        width: 12px;
        height: 12px;
    }
}

.page-policy {
    padding-top: calc((var(--header-height)) + 30px);
    padding-bottom: 90px;
}

.page-policy .heading-area {
    position: relative;
    container-type: inline-size;
    container-name: box;
    position: relative;
    width: 100%;
    height: 250px;
    background-color: var(--light-blue-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 58px;
    border-radius: 10px;
    overflow: hidden;
}

.page-policy .heading-area .txt {
    z-index: 5;
    position: relative;
    width: fit-content;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.page-policy .heading-area .txt .heading {
    font-family: var(--futCon-font);
    font-size: var(--heading-font);
    font-weight: 900;
    line-height: 1;
    width: auto;
    height: auto;
}

.page-policy .heading-area .txt .heading-en {
    font-family: var(--fut-font);
    font-size: clamp(1.688rem, 1.219rem + 0.83vw, 1.813rem);
    font-weight: 300;
    line-height: 1;
}

.page-policy .policy-area {
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 90px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.page-policy .policy-area .policy-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.page-policy .policy-area .policy-box .policy-heading {
    line-height: 1.4;
    font-size: var(--heading-font);
}

.page-policy .policy-area .policy-box .policy-description {
    line-height: 1.6;
    font-size: var(--sub-font);
}

.page-policy .policy-area .policy-box .policy-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.page-policy .policy-area .policy-box .policy-list .policy-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    line-height: 1.6;
}

.page-policy .policy-area .policy-box .policy-list .policy-item .list-heading {
    font-size: var(--h3-font);
    font-weight: 700;
}

.page-policy .policy-area .policy-box .policy-list .policy-item .list-direction {
    font-size: var(--sub-font);
    font-weight: 500;
}

.page-policy .policy-area .policy-bottom {
    line-height: 1.6;
    font-size: var(--sub-font);
}

@media screen and (max-width: 1024px) {
    .page-policy {
        padding-top: calc((var(--header-height)) + 30px);
        padding-bottom: 30px;
    }
    .page-policy .heading-area {
        height: auto;
        aspect-ratio: 7/2.5;
        padding: 0 14px 0 5%;
    }
    .page-policy .heading-area .txt {
        align-items: start;
    }
    .page-policy .heading-area .txt .heading {
        width: auto;
    }
    .page-policy .heading-area .txt .heading-en {
        font-size: clamp(1.5rem, 1.139rem + 1.54vw, 1.813rem);
    }
}

@media screen and (max-width: 600px) {
    .page-policy .heading-area {
        height: auto;
        flex-direction: column;
        justify-content: center;
        padding: 20px;
    }
    .page-policy .heading-area .txt {
        width: 100%;
        justify-content: start;
        align-items: start;
    }
    .page-policy .heading-area .txt .heading-en {
        font-size: clamp(1.5rem, 1.139rem + 1.54vw, 1.813rem);
    }
    .page-policy .policy-area {
        padding-top: 30px;
        padding-bottom: 60px;
        gap: 30px;
    }
    .page-policy .policy-area .policy-box {
        gap: 20px;
    }
    .page-policy .policy-area .policy-box .policy-list {
        gap: 15px;
    }
    .page-policy .policy-area .policy-box .policy-list .policy-item {
        gap: 6px;
    }
}


/*# sourceMappingURL=style.css.map */