@charset "utf-8";


/**
 * スマホ用設定
 */
@media ( width < 768px ) {

    #page-mv {
        margin: calc( 100vw * 128 / 780 ) auto 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 3 / 2;
        background: linear-gradient( to right, #0161d1, #012d76 );
    }
    #page-mv .mv-bg {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        opacity: 0.1;
    }
    #page-mv .mv-bg img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #page-mv .mv-box {
        position: absolute;
        top: 50%;
        left: 5%;
        width: 90%;
        translate: 0 -50%;
    }
    #page-mv .mv-box .page-title {
        margin: 0;
        padding: 0;
        color: #fff;
        text-align: left;
    }
    #page-mv .mv-box .page-title div:nth-of-type(1) {
        margin: 0;
        padding: 0;
        font-size: 6.0vw;
        font-weight: 700;
        font-family: var(--font-alphabet);
        line-height: 1.0;
    }
    #page-mv .mv-box .page-title div:nth-of-type(2) {
        margin: 1.0vw 0 0;
        padding: 0;
        font-size: 8.0vw;
        font-weight: 700;
        line-height: 1.0;
    }
    #page-mv .mv-box .page-title div:nth-of-type(2) span {
        font-size: 80%;
    }

    #breadcrumbs {
        margin: 0 auto;
        padding: 6.0vw 5%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0 2.8vw;
        font-weight: 400;
        line-height: 1.0;
    }
    #breadcrumbs > :is(a,span) {
        margin: 0;
        padding: 0;
        font-size: 2.8vw;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0 2.8vw;
    }
    #breadcrumbs > a {
    }
    #breadcrumbs > span {
        color: #acacac;
    }
    #breadcrumbs > :is(a,span) + :is(a,span)::before {
        display: block;
        content: "▶";
        color: var(--fg-color);
        scale: 0.5 0.5;
    }

    #contact > .contact-wrap {
        padding: 6.0vw 0;
        background: url(../images/contact-bg.jpg) no-repeat center / cover;
    }
    #contact > .contact-wrap .contact-box {
        padding: 6.0vw;
    }

    #tech-wrap {
        margin: 0 auto;
        padding: 8.0vw 5%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8.0vw 0;
    }
    #tech-wrap .tech-sidebar {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #tech-wrap .tech-sidebar > ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.0vw;
    }
    #tech-wrap .tech-sidebar > ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        padding: 0 24px;
        list-style: none;
        width: 100%;
        height: auto;
        aspect-ratio: 264 / 76;
        font-size: 3.6vw;
        font-weight: 500;
        background: #f4f4f4;
    }
    #tech-wrap .tech-sidebar > ul li::after {
        content: "";
        width: 0.4em;
        height: 0.4em;
        border-right: 1px solid var(--fg-color);
        border-bottom: 1px solid var(--fg-color);
        rotate: -45deg;
    }
    #tech-wrap .tech-contents {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #tech-wrap .tech-contents > .tech-box {
        margin: 0;
        padding: 0 0 80px;
    }
    #tech-wrap .tech-contents > .tech-box h2 {
        margin: 0;
        padding: 1.0em 2.0em;
        width: 100%;
        color: #fff;
        font-size: 4.8vw;
        font-weight: 700;
        text-align: left;
        background: linear-gradient( to right, #0161d1, #012d76 );
    }
    #tech-wrap .tech-contents > .tech-box p {
        margin: 1.0em 0;
        padding: 0;
        width: 100%;
        font-size: 3.6vw;
        font-weight: 400;
        text-align: left;
        line-height: calc( 26 / 16 );
    }
    #tech-wrap .tech-contents > .tech-box .tech-pics {
        margin: 40px auto 0;
        padding: 0;
        width: 100%;
        display: grid;
        grid-template-columns: repeat( 2, 1fr );
        gap: 1.0vw;
    }
    #tech-wrap .tech-contents > .tech-box .tech-pics .pic {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 262 / 157;
    }
    #tech-wrap .tech-contents > .tech-box .tech-pics .pic img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #tech-wrap .tech-contents > .tech-box .tech-attached {
        position: relative;
        display: grid;
        place-items: center;
        margin: 4.0vw 0 0 auto;
        padding: 0;
        width: 80%;
        height: auto;
        aspect-ratio: 352 / 76;
        color: #fff;
        font-size: 4.0vw;
        font-weight: 700;
        text-align: center;
        line-height: 1.0;
        background: #000;
    }
    #tech-wrap .tech-contents > .tech-box .tech-attached::after {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.15em );
        right: 2.45em;
        margin: 0;
        padding: 0;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: -45deg;
    }
    #tech-wrap .tech-contents > .tech-box .tech-grid {
        margin: 8.0vw auto 0;
        padding: 0;
        width: 100%;
        display: grid;
        gap: 0;
        border-top: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
    }
    #tech-wrap .tech-contents > .tech-box .tech-grid.type1 {
        grid-template-columns: 35% 25% 20% 20%;
    }
    #tech-wrap .tech-contents > .tech-box .tech-grid.type2 {
        grid-template-columns: 40% 30% 30%;
    }
    #tech-wrap .tech-contents > .tech-box .tech-grid .tech-head {
        margin: 0;
        padding: 2.0vw;
        width: 100%;
        font-size: 4.0vw;
        font-weight: 500;
        text-align: center;
        background: #f4f4f4;
        border-right: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
    }
    #tech-wrap .tech-contents > .tech-box .tech-grid .tech-item {
        margin: 0;
        padding: 2.0vw;
        width: 100%;
        font-size: 3.6vw;
        font-weight: 400;
        text-align: left;
        line-height: calc( 28 / 16 );
        background: #fff;
        border-right: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
    }

    #company-message {
        margin: 0 auto;
        padding: 8.0vw 5% 12.0vw;
        width: 100%;
    }
    #company-message > h2 {
        margin: 0;
        padding: 0;
    }
    #company-message > h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        color: #0061d1;
        font-size: 6.0vw;
        font-weight: 700;
        font-family: var(--font-alphabet);
        text-align: left;
    }
    #company-message > h2 span:nth-of-type(2) {
        display: block;
        margin: 0.2em 0 0;
        padding: 0;
        font-size: 8.0vw;
        font-weight: 700;
        text-align: left;
        line-height: calc( 56 / 48 );
    }
    #company-message > p {
        margin: 2.0em 0 0;
        padding: 0;
        font-size: 3.6vw;
        font-weight: 400;
        text-align: left;
        line-height: calc( 33 / 16 );
    }
    #company-message > p b {
        font-weight: 700;
    }
    #company-message > p .big {
        font-size: 4.0vw;
    }

    #company-profile {
        margin: 0 auto;
        padding: 12.0vw 5%;
        width: 100%;
        background: #f8f8f8;
    }
    #company-profile > h2 {
        margin: 0;
        padding: 0;
    }
    #company-profile > h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        color: #0061d1;
        font-size: 6.0vw;
        font-weight: 700;
        font-family: var(--font-alphabet);
        text-align: center;
    }
    #company-profile > h2 span:nth-of-type(2) {
        display: block;
        margin: 0.2em 0 0;
        padding: 0;
        font-size: 8.0vw;
        font-weight: 700;
        text-align: center;
        line-height: calc( 56 / 48 );
    }
    #company-profile > .profile-table {
        margin: 8.0vw auto 0;
        padding: 0;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }
    #company-profile > .profile-table dt {
        margin: 0;
        padding: 4.0vw 4.0vw 2.0vw;
        width: 100%;
        font-size: 3.6vw;
        font-weight: 700;
        text-align: left;
        border-top: 1px solid #dddddd;
    }
    #company-profile > .profile-table dd {
        margin: 0;
        padding: 2.0vw 4.0vw 4.0vw;
        width: 100%;
        font-size: 3.6vw;
        font-weight: 400;
        text-align: left;
        border-bottom: 1px solid #dddddd;
    }

    #company-access {
        margin: 0 auto;
        padding: 12.0vw 5% 8.0vw;
        width: 100%;
    }
    #company-access > h2 {
        margin: 0;
        padding: 0;
    }
    #company-access > h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        color: #0061d1;
        font-size: 6.0vw;
        font-weight: 700;
        font-family: var(--font-alphabet);
        text-align: center;
    }
    #company-access > h2 span:nth-of-type(2) {
        display: block;
        margin: 0.2em 0 0;
        padding: 0;
        font-size: 8.0vw;
        font-weight: 700;
        text-align: center;
        line-height: calc( 56 / 48 );
    }
    #company-access > iframe {
        display: block;
        margin: 8.0vw auto 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 936 / 484;
        border: 0;
    }
    #company-access > p {
        margin: 2.0em 0 0;
        font-size: 3.6vw;
    }
    #company-access > p a {
        color: #0061d1;
    }
    #company-access > .access-box {
        margin: 8.0vw auto 0;
        padding: 4.0vw 4.0vw;
        width: 100%;
        background: #fff;
        border: 1px solid #ddd;
    }
    #company-access > .access-box h3 {
        margin: 8.0vw 0 4.0vw;
        padding: 0 0 0 0.5em;
        width: 100%;
        font-size: 4.0vw;
        font-weight: 700;
        text-align: left;
        border-left: 1.0vw solid #0061d1;
    }
    #company-access > .access-box h3:first-child {
        margin-top: 0;
    }
    #company-access > .access-box p {
        margin: 0.5em 0 0;
        padding: 0;
        font-size: 3.6vw;
        font-weight: 400;
        text-align: left;
        line-height: calc( 24 / 16 );
    }

    #company-history {
        margin: 0 auto;
        padding: 8.0vw max( 5%, calc( 50vw - 470px ) ) 20.0vw;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8.0vw 0;
    }
    #company-history > .history-head {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #company-history > .history-head h2 {
        margin: 0;
        padding: 0;
    }
    #company-history > .history-head h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        color: #0061d1;
        font-size: 6.0vw;
        font-weight: 700;
        font-family: var(--font-alphabet);
        text-align: left;
    }
    #company-history > .history-head h2 span:nth-of-type(2) {
        display: block;
        margin: 0.2em 0 0;
        padding: 0;
        font-size: 8.0vw;
        font-weight: 700;
        text-align: left;
        line-height: calc( 56 / 48 );
    }
    #company-history > .history-info {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #company-history > .history-info .history-box {
        position: relative;
        margin: 0;
        padding: 0 0 6.0vw 8.0vw;
        width: 100%;
    }
    #company-history > .history-info .history-box::before {
        position: absolute;
        display: block;
        content: "";
        top: 2.0vw;
        left: 1.0vw;
        width: 1px;
        height: 100%;
        background: #dddddd;
    }
    #company-history > .history-info .history-box::after {
        position: absolute;
        display: block;
        content: "";
        top: 2.0vw;
        left: 0;
        width: 2.0vw;
        height: 2.0vw;
        background: #012d76;
        border-radius: 100%;
    }
    #company-history > .history-info .history-box div:nth-child(1) {
        margin: 0;
        padding: 0;
        font-size: 4.0vw;
        font-weight: 700;
    }
    #company-history > .history-info .history-box div:nth-child(2) {
        margin: 0.5em 0 0;
        padding: 0;
        font-size: 3.6vw;
        font-weight: 400;
    }

    #contact-first {
        margin: 0 auto;
        padding: 8.0vw 5%;
        width: 100%;
    }
    #contact-first > p {
        margin: 0;
        padding: 0;
        font-size: 4.0vw;
        font-weight: 400;
        text-align: left;
        line-height: calc( 33 / 19 );
    }

    #contact-form {
        margin: 0 auto 16.0vw;
        padding: 12.0vw 5%;
        width: 100%;
        background: #f8f8f8;
    }
    #contact-form .contact-table {
        margin: 0 auto;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }
    #contact-form .contact-table dt {
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 3.6vw;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0 2.0vw;
    }
    #contact-form .contact-table dt.required::after {
        margin: 0;
        padding: 0;
        content: "必須";
        color: #0061d1;
        font-size: 2.8vw;
    }
    #contact-form .contact-table dt.not-required::after {
        margin: 0;
        padding: 0;
        content: "任意";
        color: #b7b7b7;
        font-size: 2.8vw;
    }
    #contact-form .contact-table dd {
        margin: 0;
        padding: 2.0vw 0 8.0vw;
    }
    #contact-form .contact-table dd .small {
        margin: 0;
        padding: 0;
        font-size: 2.8vw;
        font-weight: 400;
        line-height: calc( 22 / 13 );
    }
    #contact-form .contact-table dd.two-cols {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0 2.0vw;
    }
    #contact-form .contact-table dd.two-cols > div {
        margin: 0;
        width: 50%;
        font-size: 16px;
        line-height: 2.0;
    }
    #contact-form .contact-table dd :is(input[type="text"],input[type="email"],input[type="tel"],select,textarea) {
        margin: 0;
        padding: 0.8em 1.0em;
        width: 100%;
        font-size: 16px;
        font-family: inherit;
        background: #fff;
        border: 0;
    }
    #contact-form .contact-table dd :is(input[type="text"],input[type="email"],input[type="tel"],textarea)::placeholder {
        color: #8e8e8e;
    }
    #contact-form .contact-table dd textarea {
        height: 10.0em;
    }
    #contact-form .contact-table dd input[type="file"] {
        dispaly: inline-block;
        margin-bottom: 2.0vw;
        width: 100%;
    }
    #contact-form .head {
        margin: 12.0vwx auto 0;
        padding: 0;
        font-size: 4.0vw;
        font-weight: 700;
        text-align: center;
    }
    #contact-form p {
        margin: 1.0em auto 0;
        padding: 0;
        font-size: 3.6vw;
        font-weight: 400;
        text-align: center;
    }
    #contact-form .privacy-policy {
        margin: 8.0vw auto 0;
        padding: 40px;
        width: 100%;
        height: 50.0vw;
        border: 1px solid #c7c7c7;
        overflow-y: auto;
    }
    #contact-form .privacy-policy .head {
        margin: 1.5em 0 0.2em;
        padding: 0;
        width: 100%;
        font-size: 3.6vw;
        font-weight: 500;
        text-align: left;
    }
    #contact-form .privacy-policy p {
        margin: 1.0em 0 0;
        padding: 0;
        width: 100%;
        font-size: 3.2vw;
        font-weight: 400;
        text-align: left;
    }
    #contact-form .privacy-policy p:first-child {
        margin-top: 0;
    }
    #contact-form .ws-agree {
        margin: 6.0vw auto 0;
        padding: 0;
        font-size: 3.6vw;
        font-weight: 400;
        text-align: center;
    }
    #contact-form .ws-submit {
        position: relative;
        margin: 6.0vw auto 0;
        padding: 0;
        width: 80%;
        height: auto;
        aspect-ratio: 352 / 76;
        color: #fff;
        font-size: 4.0vw;
        font-weight: 700;
        line-height: 1.0;
        background: #000;
        display: grid;
        place-items: center;
    }
    #contact-form .ws-submit input[type="submit"] {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        font-size: 4.0vw;
        font-weight: 700;
        font-family: inherit;
        background: transparent;
        cursor: pointer;
    }
    #contact-form .ws-submit::after {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.15em );
        right: 2.45em;
        margin: 0;
        padding: 0;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: -45deg;
    }

    #service-first {
        margin: 8.0vw auto 0;
        padding: 12.0vw 5% 16.0vw;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8.0vw 0;
    }
    #service-first::after {
        position: absolute;
        content: "";
        right: 0;
        bottom: 0;
        width: 90%;
        height: 70vw;
        background: linear-gradient( to bottom, #0161d1, #012d76 );
        clip-path: polygon( 20% 0, 100% 0, 100% 100%, 0 100% );
        z-index: -1;
    }
    #service-first > .service-info {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #service-first > .service-info h2 {
        margin: 0;
        padding: 0;
    }
    #service-first > .service-info h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        color: #0061d1;
        font-size: 6.0vw;
        font-weight: 700;
        font-family: var(--font-alphabet);
        text-align: left;
    }
    #service-first > .service-info h2 span:nth-of-type(2) {
        display: block;
        margin: 0.2em 0 0;
        padding: 0;
        font-size: 8.0vw;
        font-weight: 700;
        text-align: left;
        line-height: calc( 56 / 48 );
    }
    #service-first > .service-info p {
        margin: 2.0em 0 0;
        padding: 0;
        font-size: 3.6vw;
        font-weight: 400;
        text-align: left;
        line-height: calc( 33 / 16 );
    }
    #service-first > .service-info a {
        position: relative;
        display: grid;
        place-items: center;
        margin: 4.0vw 0 0;
        padding: 0;
        width: 80%;
        height: auto;
        aspect-ratio: 352 / 76;
        color: #fff;
        font-size: 4.0vw;
        font-weight: 700;
        text-align: center;
        line-height: 1.0;
        background: #000;
    }
    #service-first > .service-info a::after {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.15em );
        right: 2.45em;
        margin: 0;
        padding: 0;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: -45deg;
    }
    #service-first > .service-pic {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #service-concerns {
        margin: 0 auto;
        padding: 12.0vw 5%;
        width: 100%;
        background: #f8f8f8;
    }
    #service-concerns > h2 {
        margin: 0;
        padding: 0;
    }
    #service-concerns > h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        color: #0061d1;
        font-size: 6.0vw;
        font-weight: 700;
        font-family: var(--font-alphabet);
        text-align: center;
    }
    #service-concerns > h2 span:nth-of-type(2) {
        display: block;
        margin: 0.2em 0 0;
        padding: 0;
        font-size: 8.0vw;
        font-weight: 700;
        text-align: center;
        line-height: calc( 56 / 48 );
    }
    #service-concerns > p {
        margin: 2.0em 0 0;
        padding: 0;
        font-size: 3.6vw;
        font-weight: 400;
        text-align: center;
        line-height: calc( 33 / 16 );
    }
    #service-concerns > .concerns-list {
        margin: 8.0vw auto 0;
        padding: 0;
        width: 90%;
        list-style: none;
    }
    #service-concerns > .concerns-list li {
        position: relative;
        margin: 0;
        padding: 4.0vw 4.0vw 4.0vw 16.0vw;
        list-style: none;
        font-size: 4.0vw;
        font-weight: 700;
        text-align: left;
        line-height: calc( 28 / 19 );
        background: #fff;
    }
    #service-concerns > .concerns-list li::before {
        position: absolute;
        content: "";
        margin: 0;
        padding: ;
        top: calc( 50% - 24px );
        left: 4.0vw;
        width: 8.0vw;
        height: auto;
        aspect-ratio: 1 / 1;
        background: url(../images/icon-check-navy.svg) no-repeat center / contain;
    }
    #service-concerns > .concerns-list li + li {
        margin-top: 1.0vw;
    }

    #service-strength {
        margin: 0 auto;
        padding: 12.0vw max( 5%, calc( 50vw - 600px ) ) 16.0vw;
        width: 100%;
    }
    #service-strength > h2 {
        margin: 0;
        padding: 0;
    }
    #service-strength > h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        color: #0061d1;
        font-size: 6.0vw;
        font-weight: 700;
        font-family: var(--font-alphabet);
        text-align: center;
    }
    #service-strength > h2 span:nth-of-type(2) {
        display: block;
        margin: 0.2em 0 0;
        padding: 0;
        font-size: 8.0vw;
        font-weight: 700;
        text-align: center;
        line-height: calc( 56 / 48 );
    }
    #service-strength > .strength-box {
        margin: 8.0vw auto 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4.0vw 0;
    }
    #service-strength > .strength-box + .strength-box {
        margin-top: 12.0vw;
    }
    #service-strength > .strength-box .strength-pic {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 456 / 342;
    }
    #service-strength > .strength-box .strength-pic img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #service-strength > .strength-box .strength-info {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #service-strength > .strength-box .strength-info .cat {
        margin: 0 auto 0 0;
        padding: 0.2em 0.5em;
        width: max-content;
        color: #fff;
        font-size: 4.4vw;
        font-weight: 700;
        font-family: var(--font-alphabet);
        line-height: 1.0;
        background: #0061d1;
    }
    #service-strength > .strength-box .strength-info h3 {
        margin: 2.0vw auto 4.0vw 0;
        padding: 0 0 4.0vw;
        font-size: 4.4vw;
        font-weight: 700;
        line-height: 1.0;
        border-bottom: 1px solid #ddd;
    }
    #service-strength > .strength-box .strength-info p {
        margin: 1.0em 0 0;
        padding: 0;
        font-size: 3.2vw;
        font-weight: 400;
        line-height: calc( 26 / 15 );
    }

    #service-tech {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 780 / 1246;
        background: #012d76;
    }
    #service-tech > .pic {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        opacity: 0.1;
    }
    #service-tech > .pic img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #service-tech > .tech-box {
        position: absolute;
        top: 50%;
        left: 5%;
        translate: 0 -50%;
        width: 90%;
    }
    #service-tech > .tech-box > h2 {
        margin: 0;
        padding: 0;
        color: #fff;
    }
    #service-tech > .tech-box > h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 6.0vw;
        font-weight: 700;
        font-family: var(--font-alphabet);
        text-align: left;
    }
    #service-tech > .tech-box > h2 span:nth-of-type(2) {
        display: block;
        margin: 0.2em 0 0;
        padding: 0;
        font-size: 8.0vw;
        font-weight: 700;
        text-align: left;
        line-height: calc( 56 / 48 );
    }
    #service-tech > .tech-box > p {
        margin: 2.0em 0 0;
        padding: 0;
        color: #fff;
        font-size: 3.6vw;
        font-weight: 400;
        text-align: left;
        line-height: calc( 21 / 16 );
    }
    #service-tech > .tech-box > a {
        position: relative;
        display: grid;
        place-items: center;
        margin: 0 auto;
        padding: 0;
        width: 80%;
        height: auto;
        aspect-ratio: 352 / 76;
        color: #fff;
        font-size: 4.0vw;
        font-weight: 700;
        text-align: center;
        line-height: 1.0;
        background: #000;
    }
    #service-tech > .tech-box > a::after {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.15em );
        right: 2.45em;
        margin: 0;
        padding: 0;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: -45deg;
    }
    #service-tech > .tech-box .tech-grid {
        margin: 4.0vw auto 0;
        padding: 0;
        width: 100%;
        display: grid;
        grid-template-columns: repeat( 2, 1fr );
        gap: 2.0vw 2.0vw;
    }
    #service-tech > .tech-box .tech-grid .tech-item {
        margin: 0;
        padding: 0;
        width: 100%;
        background: #fff;
    }
    #service-tech > .tech-box .tech-grid .tech-item .pic {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 264 / 149;
    }
    #service-tech > .tech-box .tech-grid .tech-item .pic img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #service-tech > .tech-box .tech-grid .tech-item p {
        margin: 0;
        padding: 1.0em;
        font-size: 4.0vw;
        font-weight: 700;
        text-align: center;
        line-height: calc( 24 / 19 );
    }

    #service-example {
        margin: 0 auto;
        padding: 12.0vw max( 5%, calc( 50vw - 600px ) ) 16.0vw;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: cenrer;
        gap: 8.0vw 0;
    }
    #service-example > .example-l {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #service-example > .example-r {
        margin: 0;
        padding: 4.0vw;
        width: 100%;
        border: 1px solid #ddd;
    }
    #service-example > .example-l > h2 {
        margin: 0;
        padding: 0;
    }
    #service-example > .example-l > h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        color: #0061d1;
        font-size: 6.0vw;
        font-weight: 700;
        font-family: var(--font-alphabet);
        text-align: left;
    }
    #service-example > .example-l > h2 span:nth-of-type(2) {
        display: block;
        margin: 0.2em 0 0;
        padding: 0;
        font-size: 8.0vw;
        font-weight: 700;
        text-align: left;
        line-height: calc( 56 / 48 );
    }
    #service-example > .example-l > p {
        margin: 2.0em 0 0;
        padding: 0;
        font-size: 3.6vw;
        font-weight: 400;
        text-align: left;
        line-height: calc( 33 / 16 );
    }
    #service-example > .example-l > a {
        position: relative;
        display: grid;
        place-items: center;
        margin: 8.0vw auto 0;
        padding: 0;
        width: 80%;
        height: auto;
        aspect-ratio: 352 / 76;
        color: #fff;
        font-size: 4.0vw;
        font-weight: 700;
        text-align: center;
        line-height: 1.0;
        background: #000;
    }
    #service-example > .example-l > a::after {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.15em );
        right: 2.45em;
        margin: 0;
        padding: 0;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: -45deg;
    }
    #service-example > .example-r > h3 {
        margin: 0;
        padding: 0;
        font-size: 4.8vw;
        font-weight: 700;
        text-align: left;
    }
    #service-example > .example-r > h3 span {
        font-size: 4.0vwx;
    }
    #service-example > .example-r > .problems {
        margin: 1.0vw 0 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 0 1.0vw;
    }
    #service-example > .example-r > .problems div:nth-child(1) {
        margin: 0;
        padding: 0;
        font-size: 4.0vw;
        font-weight: 700;
        line-height: 1.0;
    }
    #service-example > .example-r > .problems div:nth-child(n+2) {
        margin: 0;
        padding: 0.5em 0.8em;
        color: #0161d1;
        font-size: 3.2vw;
        font-weight: 400;
        line-height: 1.0;
        border: 1px solid #0161d1;
    }
    #service-example > .example-r > .pics {
        margin: 4.0vw 0 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4.0vw 0;
    }
    #service-example > .example-r > .pics .pic {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 295 / 166;
    }
    #service-example > .example-r > .pics .pic:empty {
        background: #ddd;
    }
    #service-example > .example-r > .pics .pic img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #service-example > .example-r > .pics .pics-info {
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 3.6vw;
        font-weight: 400;
        text-align: left;
        line-height: calc( 26 / 15 );
    }

}


/**
 * PC用設定
 */
@media ( width >= 768px ) {

    #page-mv {
        margin: 152px auto 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 3840 / 650;
        background: linear-gradient( to right, #0161d1, #012d76 );
    }
    #page-mv .mv-bg {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        opacity: 0.1;
    }
    #page-mv .mv-bg img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #page-mv .mv-box {
        position: absolute;
        top: 50%;
        left: max( 5%, calc( 50vw - 600px ) );
        width: 90%;
        max-width: 1200px;
        translate: 0 -50%;
    }
    #page-mv .mv-box .page-title {
        margin: 0;
        padding: 0;
        color: #fff;
        text-align: left;
    }
    #page-mv .mv-box .page-title div:nth-of-type(1) {
        margin: 0;
        padding: 0;
        font-size: 33px;
        font-weight: 700;
        font-family: var(--font-alphabet);
        line-height: 1.0;
    }
    #page-mv .mv-box .page-title div:nth-of-type(2) {
        margin: 8px 0 0;
        padding: 0;
        font-size: 48px;
        font-weight: 700;
        line-height: 1.0;
    }
    #page-mv .mv-box .page-title div:nth-of-type(2) span {
        font-size: 80%;
    }

    #breadcrumbs {
        margin: 0 auto;
        padding: 40px max( 5%, calc( 50vw - 600px ) );
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0 16px;
        font-weight: 400;
        line-height: 1.0;
    }
    #breadcrumbs > :is(a,span) {
        margin: 0;
        padding: 0;
        font-size: 13px;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0 16px;
    }
    #breadcrumbs > a {
    }
    #breadcrumbs > span {
        color: #acacac;
    }
    #breadcrumbs > :is(a,span) + :is(a,span)::before {
        display: block;
        content: "▶";
        color: var(--fg-color);
        scale: 0.5 0.5;
    }

    #contact > .contact-wrap {
        background: url(../images/contact-bg.jpg) no-repeat center / cover;
    }

    #tech-wrap {
        margin: 0 auto;
        padding: 40px max( 5%, calc( 50vw - 600px ) ) 80px;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    #tech-wrap .tech-sidebar {
        position: sticky;
        top: 180px;
        margin: 0;
        padding: 0;
        width: 264px;
    }
    #tech-wrap .tech-sidebar > ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    #tech-wrap .tech-sidebar > ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
        padding: 0 24px;
        list-style: none;
        width: 100%;
        height: auto;
        aspect-ratio: 264 / 76;
        font-size: 19px;
        font-weight: 500;
        background: #f4f4f4;
    }
    #tech-wrap .tech-sidebar > ul li + li {
        margin-top: 4px;
    }
    #tech-wrap .tech-sidebar > ul li::after {
        content: "";
        width: 0.4em;
        height: 0.4em;
        border-right: 1px solid var(--fg-color);
        border-bottom: 1px solid var(--fg-color);
        rotate: -45deg;
    }
    #tech-wrap .tech-contents {
        margin: 0;
        padding: 0;
        width: calc( 100% - 264px - 64px );
    }
    #tech-wrap .tech-contents > .tech-box {
        margin: 0;
        padding: 0 0 80px;
    }
    #tech-wrap .tech-contents > .tech-box h2 {
        margin: 0;
        padding: 1.0em 2.0em;
        width: 100%;
        color: #fff;
        font-size: 23px;
        font-weight: 700;
        text-align: left;
        background: linear-gradient( to right, #0161d1, #012d76 );
    }
    #tech-wrap .tech-contents > .tech-box p {
        margin: 1.0em 0;
        padding: 0;
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        line-height: calc( 26 / 16 );
    }
    #tech-wrap .tech-contents > .tech-box .tech-pics {
        margin: 40px auto 0;
        padding: 0;
        width: 100%;
        display: grid;
        grid-template-columns: repeat( 3, 1fr );
        gap: 8px 8px;
    }
    #tech-wrap .tech-contents > .tech-box .tech-pics .pic {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 262 / 157;
    }
    #tech-wrap .tech-contents > .tech-box .tech-pics .pic img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #tech-wrap .tech-contents > .tech-box .tech-attached {
        position: relative;
        display: grid;
        place-items: center;
        margin: 40px 0 0 auto;
        padding: 0;
        width: 352px;
        height: auto;
        aspect-ratio: 352 / 76;
        color: #fff;
        font-size: 19px;
        font-weight: 700;
        text-align: center;
        line-height: 1.0;
        background: #000;
    }
    #tech-wrap .tech-contents > .tech-box .tech-attached::after {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.15em );
        right: 2.45em;
        margin: 0;
        padding: 0;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: -45deg;
    }
    #tech-wrap .tech-contents > .tech-box .tech-grid {
        margin: 40px auto 0;
        padding: 0;
        width: 100%;
        display: grid;
        gap: 0;
        border-top: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
    }
    #tech-wrap .tech-contents > .tech-box .tech-grid.type1 {
        grid-template-columns: 40% 30% 18% 12%;
    }
    #tech-wrap .tech-contents > .tech-box .tech-grid.type2 {
        grid-template-columns: 40% 30% 30%;
    }
    #tech-wrap .tech-contents > .tech-box .tech-grid .tech-head {
        margin: 0;
        padding: 16px;
        width: 100%;
        font-size: 19px;
        font-weight: 500;
        text-align: center;
        background: #f4f4f4;
        border-right: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
    }
    #tech-wrap .tech-contents > .tech-box .tech-grid .tech-item {
        margin: 0;
        padding: 16px;
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        line-height: calc( 28 / 16 );
        background: #fff;
        border-right: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
    }

    #company-message {
        margin: 0 auto;
        padding: 40px max( 5%, calc( 50vw - 600px ) ) 80px;
        width: 100%;
        overflow: hidden;
    }
    #company-message::after {
        position: absolute;
        content: "";
        top: 0;
        right: calc( ( 100vw - max( 100vw, 1600px ) ) * 0.8 );
        width: auto;
        height: 100%;
        aspect-ratio: 1704 / 1320;
        z-index: -1;
        background: url(../images/company-pic01.png) no-repeat right center / auto 100%;
    }
    #company-message > h2 {
        margin: 0;
        padding: 0;
    }
    #company-message > h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        color: #0061d1;
        font-size: 33px;
        font-weight: 700;
        font-family: var(--font-alphabet);
        text-align: left;
    }
    #company-message > h2 span:nth-of-type(2) {
        display: block;
        margin: 0.2em 0 0;
        padding: 0;
        font-size: 48px;
        font-weight: 700;
        text-align: left;
        line-height: calc( 56 / 48 );
    }
    #company-message > p {
        margin: 2.0em 0 0;
        padding: 0;
        max-width: 660px;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        line-height: calc( 33 / 16 );
    }
    #company-message > p b {
        font-weight: 700;
    }
    #company-message > p .big {
        font-size: 18px;
    }

    #company-profile {
        margin: 0 auto;
        padding: 80px max( 5%, calc( 50vw - 600px ) );
        width: 100%;
        background: #f8f8f8;
    }
    #company-profile > h2 {
        margin: 0;
        padding: 0;
    }
    #company-profile > h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        color: #0061d1;
        font-size: 33px;
        font-weight: 700;
        font-family: var(--font-alphabet);
        text-align: center;
    }
    #company-profile > h2 span:nth-of-type(2) {
        display: block;
        margin: 0.2em 0 0;
        padding: 0;
        font-size: 48px;
        font-weight: 700;
        text-align: center;
        line-height: calc( 56 / 48 );
    }
    #company-profile > .profile-table {
        margin: 40px auto 0;
        padding: 0;
        width: 90%;
        max-width: 940px;
        display: grid;
        grid-template-columns: 320px 1fr;
        gap: 0;
        border-top: 1px solid #dddddd;
    }
    #company-profile > .profile-table dt {
        margin: 0;
        padding: 32px 0 32px 40px;
        width: 100%;
        font-size: 16px;
        font-weight: 700;
        text-align: left;
        border-bottom: 1px solid #dddddd;
    }
    #company-profile > .profile-table dd {
        margin: 0;
        padding: 32px 40px 32px 0;
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        border-bottom: 1px solid #dddddd;
    }

    #company-access {
        margin: 0 auto;
        padding: 80px max( 5%, calc( 50vw - 470px ) ) 60px;
        width: 100%;
    }
    #company-access > h2 {
        margin: 0;
        padding: 0;
    }
    #company-access > h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        color: #0061d1;
        font-size: 33px;
        font-weight: 700;
        font-family: var(--font-alphabet);
        text-align: center;
    }
    #company-access > h2 span:nth-of-type(2) {
        display: block;
        margin: 0.2em 0 0;
        padding: 0;
        font-size: 48px;
        font-weight: 700;
        text-align: center;
        line-height: calc( 56 / 48 );
    }
    #company-access > iframe {
        display: block;
        margin: 40px auto 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 936 / 484;
        border: 0;
    }
    #company-access > p {
        margin: 2.0em 0 0;
        font-size: 16px;
    }
    #company-access > p a {
        color: #0061d1;
    }
    #company-access > .access-box {
        margin: 40px auto 0;
        padding: 32px 40px;
        width: 100%;
        background: #fff;
        border: 1px solid #ddd;
    }
    #company-access > .access-box h3 {
        margin: 40px 0 24px;
        padding: 0 0 0 0.5em;
        width: 100%;
        font-size: 19px;
        font-weight: 700;
        text-align: left;
        border-left: 4px solid #0061d1;
    }
    #company-access > .access-box h3:first-child {
        margin-top: 0;
    }
    #company-access > .access-box p {
        margin: 0.5em 0 0;
        padding: 0;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        line-height: calc( 24 / 16 );
    }

    #company-history {
        margin: 0 auto;
        padding: 60px max( 5%, calc( 50vw - 470px ) ) 160px;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    #company-history > .history-head {
        margin: 0;
        padding: 0;
        width: 280px;
    }
    #company-history > .history-head h2 {
        margin: 0;
        padding: 0;
    }
    #company-history > .history-head h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        color: #0061d1;
        font-size: 33px;
        font-weight: 700;
        font-family: var(--font-alphabet);
        text-align: left;
    }
    #company-history > .history-head h2 span:nth-of-type(2) {
        display: block;
        margin: 0.2em 0 0;
        padding: 0;
        font-size: 48px;
        font-weight: 700;
        text-align: left;
        line-height: calc( 56 / 48 );
    }
    #company-history > .history-info {
        margin: 0;
        padding: 0;
        width: calc( 100% - 280px );
    }
    #company-history > .history-info .history-box {
        position: relative;
        margin: 0;
        padding: 0 0 32px 48px;
        width: 100%;
    }
    #company-history > .history-info .history-box::before {
        position: absolute;
        display: block;
        content: "";
        top: 12px;
        left: 4px;
        width: 1px;
        height: 100%;
        background: #dddddd;
    }
    #company-history > .history-info .history-box::after {
        position: absolute;
        display: block;
        content: "";
        top: 12px;
        left: 0;
        width: 9px;
        height: 9px;
        background: #012d76;
        border-radius: 100%;
    }
    #company-history > .history-info .history-box div:nth-child(1) {
        margin: 0;
        padding: 0;
        font-size: 19px;
        font-weight: 700;
    }
    #company-history > .history-info .history-box div:nth-child(2) {
        margin: 0.5em 0 0;
        padding: 0;
        font-size: 16px;
        font-weight: 400;
    }

    #contact-first {
        margin: 0 auto;
        padding: 50px max( 5%, calc( 50vw - 470px ) );
        width: 100%;
    }
    #contact-first > p {
        margin: 0;
        padding: 0;
        font-size: 19px;
        font-weight: 400;
        text-align: left;
        line-height: calc( 33 / 19 );
    }

    #contact-form {
        margin: 0 auto 112px;
        padding: 80px max( 5%, calc( 50vw - 470px ) );
        width: 100%;
        background: #f8f8f8;
    }
    #contact-form .contact-table {
        margin: 0 auto;
        padding: 0;
        display: grid;
        grid-template-columns: 380px 1fr;
        align-items: start;
        gap: 32px 0;
    }
    #contact-form .contact-table dt {
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0 24px;
    }
    #contact-form .contact-table dt.required::after {
        margin: 0;
        padding: 0;
        content: "必須";
        color: #0061d1;
        font-size: 13px;
    }
    #contact-form .contact-table dt.not-required::after {
        margin: 0;
        padding: 0;
        content: "任意";
        color: #b7b7b7;
        font-size: 13px;
    }
    #contact-form .contact-table dd {
        margin: 0;
        padding: 0;
    }
    #contact-form .contact-table dd .small {
        margin: 0;
        padding: 0;
        font-size: 13px;
        font-weight: 400;
        line-height: calc( 22 / 13 );
    }
    #contact-form .contact-table dd.two-cols {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0 24px;
    }
    #contact-form .contact-table dd.two-cols > div {
        margin: 0;
        width: 50%;
        font-size: 16px;
        line-height: 2.0;
    }
    #contact-form .contact-table dd :is(input[type="text"],input[type="email"],input[type="tel"],select,textarea) {
        margin: 0;
        padding: 0.8em 1.0em;
        width: 100%;
        font-size: 16px;
        font-family: inherit;
        background: #fff;
        border: 0;
    }
    #contact-form .contact-table dd :is(input[type="text"],input[type="email"],input[type="tel"],textarea)::placeholder {
        color: #8e8e8e;
    }
    #contact-form .contact-table dd textarea {
        height: 10.0em;
    }
    #contact-form .contact-table dd input[type="file"] {
        dispaly: inline-block;
        margin-bottom: 16px;
        width: 100%;
    }
    #contact-form .head {
        margin: 80px auto 0;
        padding: 0;
        font-size: 19px;
        font-weight: 700;
        text-align: center;
    }
    #contact-form p {
        margin: 1.0em auto 0;
        padding: 0;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
    }
    #contact-form .privacy-policy {
        margin: 60px auto 0;
        padding: 40px;
        width: 100%;
        height: 307px;
        border: 1px solid #c7c7c7;
        overflow-y: auto;
    }
    #contact-form .privacy-policy .head {
        margin: 1.5em 0 0.2em;
        padding: 0;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        text-align: left;
    }
    #contact-form .privacy-policy p {
        margin: 1.0em 0 0;
        padding: 0;
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
    }
    #contact-form .privacy-policy p:first-child {
        margin-top: 0;
    }
    #contact-form .ws-agree {
        margin: 32px auto 0;
        padding: 0;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
    }
    #contact-form .ws-submit {
        position: relative;
        margin: 32px auto 0;
        padding: 0;
        width: 352px;
        height: auto;
        aspect-ratio: 352 / 76;
        color: #fff;
        font-size: 19px;
        font-weight: 700;
        line-height: 1.0;
        background: #000;
        display: grid;
        place-items: center;
    }
    #contact-form .ws-submit input[type="submit"] {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        font-size: 19px;
        font-weight: 700;
        font-family: inherit;
        background: transparent;
        cursor: pointer;
    }
    #contact-form .ws-submit::after {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.15em );
        right: 2.45em;
        margin: 0;
        padding: 0;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: -45deg;
    }

    #service-first {
        margin: 56px auto 0;
        padding: 56px max( 5%, calc( 50vw - 600px ) ) 88px;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0 80px;
    }
    #service-first::after {
        position: absolute;
        content: "";
        right: 0;
        bottom: 0;
        width: calc( 100% * 852 / 1920 );
        height: calc( 100% - 96px );
        background: linear-gradient( to bottom, #0161d1, #012d76 );
        clip-path: polygon( 20% 0, 100% 0, 100% 100%, 0 100% );
        z-index: -1;
    }
    #service-first > .service-info {
        margin: 0;
        padding: 0;
        width: calc( 50% - 60px );
    }
    #service-first > .service-info h2 {
        margin: 0;
        padding: 0;
    }
    #service-first > .service-info h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        color: #0061d1;
        font-size: 33px;
        font-weight: 700;
        font-family: var(--font-alphabet);
        text-align: left;
    }
    #service-first > .service-info h2 span:nth-of-type(2) {
        display: block;
        margin: 0.2em 0 0;
        padding: 0;
        font-size: 48px;
        font-weight: 700;
        text-align: left;
        line-height: calc( 56 / 48 );
    }
    #service-first > .service-info p {
        margin: 32px 0 0;
        padding: 0;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        line-height: calc( 33 / 16 );
    }
    #service-first > .service-info a {
        position: relative;
        display: grid;
        place-items: center;
        margin: 32px 0 0;
        padding: 0;
        width: 352px;
        height: auto;
        aspect-ratio: 352 / 76;
        color: #fff;
        font-size: 19px;
        font-weight: 700;
        text-align: center;
        line-height: 1.0;
        background: #000;
    }
    #service-first > .service-info a::after {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.15em );
        right: 2.45em;
        margin: 0;
        padding: 0;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: -45deg;
    }
    #service-first > .service-pic {
        margin: 0;
        padding: 0;
        width: calc( 50% - 20px );
    }

    #service-concerns {
        margin: 0 auto;
        padding: 80px max( 5%, calc( 50vw - 600px ) );
        width: 100%;
        background: #f8f8f8;
    }
    #service-concerns > h2 {
        margin: 0;
        padding: 0;
    }
    #service-concerns > h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        color: #0061d1;
        font-size: 33px;
        font-weight: 700;
        font-family: var(--font-alphabet);
        text-align: center;
    }
    #service-concerns > h2 span:nth-of-type(2) {
        display: block;
        margin: 0.2em 0 0;
        padding: 0;
        font-size: 48px;
        font-weight: 700;
        text-align: center;
        line-height: calc( 56 / 48 );
    }
    #service-concerns > p {
        margin: 2.0em 0 0;
        padding: 0;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        line-height: calc( 33 / 16 );
    }
    #service-concerns > .concerns-list {
        margin: 40px auto 0;
        padding: 0;
        width: 90%;
        max-width: 744px;
        list-style: none;
    }
    #service-concerns > .concerns-list li {
        position: relative;
        margin: 0;
        padding: 26px 26px 26px 96px;
        list-style: none;
        font-size: 19px;
        font-weight: 700;
        text-align: left;
        line-height: calc( 28 / 19 );
        background: #fff;
    }
    #service-concerns > .concerns-list li::before {
        position: absolute;
        content: "";
        margin: 0;
        padding: ;
        top: calc( 50% - 24px );
        left: 26px;
        width: 48px;
        height: auto;
        aspect-ratio: 1 / 1;
        background: url(../images/icon-check-navy.svg) no-repeat center / contain;
    }
    #service-concerns > .concerns-list li + li {
        margin-top: 8px;
    }

    #service-strength {
        margin: 0 auto;
        padding: 80px max( 5%, calc( 50vw - 600px ) ) 112px;
        width: 100%;
    }
    #service-strength > h2 {
        margin: 0;
        padding: 0;
    }
    #service-strength > h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        color: #0061d1;
        font-size: 33px;
        font-weight: 700;
        font-family: var(--font-alphabet);
        text-align: center;
    }
    #service-strength > h2 span:nth-of-type(2) {
        display: block;
        margin: 0.2em 0 0;
        padding: 0;
        font-size: 48px;
        font-weight: 700;
        text-align: center;
        line-height: calc( 56 / 48 );
    }
    #service-strength > .strength-box {
        margin: 40px auto 0;
        padding: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0 48px;
    }
    #service-strength > .strength-box + .strength-box {
        margin-top: 32px;
    }
    #service-strength > .strength-box .strength-pic {
        margin: 0;
        padding: 0;
        width: 38%;
        height: auto;
        aspect-ratio: 456 / 342;
    }
    #service-strength > .strength-box .strength-pic img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #service-strength > .strength-box .strength-info {
        margin: 0;
        padding: 0;
        width: calc( 62% - 48px );
    }
    #service-strength > .strength-box .strength-info .cat {
        margin: 0 auto 0 0;
        padding: 0.2em 0.5em;
        width: max-content;
        color: #fff;
        font-size: 23px;
        font-weight: 700;
        font-family: var(--font-alphabet);
        line-height: 1.0;
        background: #0061d1;
    }
    #service-strength > .strength-box .strength-info h3 {
        margin: 16px auto 25px 0;
        padding: 0 0 25px;
        font-size: 28px;
        font-weight: 700;
        line-height: 1.0;
        border-bottom: 1px solid #ddd;
    }
    #service-strength > .strength-box .strength-info p {
        margin: 1.0em 0 0;
        padding: 0;
        font-size: 15px;
        font-weight: 400;
        line-height: calc( 26 / 15 );
    }

    #service-tech {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 3840 / 1106;
        background: #012d76;
    }
    #service-tech > .pic {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        opacity: 0.1;
    }
    #service-tech > .pic img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #service-tech > .tech-box {
        position: absolute;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        width: 62.5%;
    }
    #service-tech > .tech-box > h2 {
        margin: 0;
        padding: 0;
        color: #fff;
    }
    #service-tech > .tech-box > h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: calc( 33 * 100vw / 1920 );
        font-weight: 700;
        font-family: var(--font-alphabet);
        text-align: left;
    }
    #service-tech > .tech-box > h2 span:nth-of-type(2) {
        display: block;
        margin: 0.2em 0 0;
        padding: 0;
        font-size: calc( 48 * 100vw / 1920 );
        font-weight: 700;
        text-align: left;
        line-height: calc( 56 / 48 );
    }
    #service-tech > .tech-box > p {
        margin: 2.0em 0 0;
        padding: 0;
        color: #fff;
        font-size: calc( 16 * 100vw / 1920 );
        font-weight: 400;
        text-align: left;
        line-height: calc( 21 / 16 );
    }
    #service-tech > .tech-box > a {
        position: relative;
        display: grid;
        place-items: center;
        margin: calc( -76 * 100vw / 1920 ) 0 0 auto;
        padding: 0;
        width: calc( 352 * 100vw / 1920 );
        height: auto;
        aspect-ratio: 352 / 76;
        color: #fff;
        font-size: calc( 19 * 100vw / 1920 );
        font-weight: 700;
        text-align: center;
        line-height: 1.0;
        background: #000;
    }
    #service-tech > .tech-box > a::after {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.15em );
        right: 2.45em;
        margin: 0;
        padding: 0;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: -45deg;
    }
    #service-tech > .tech-box .tech-grid {
        margin: 1.6vw 0 0;
        padding: 0;
        width: 100%;
        display: grid;
        grid-template-columns: repeat( 4, 1fr );
        gap: 0 1.0vw;
    }
    #service-tech > .tech-box .tech-grid .tech-item {
        margin: 0;
        padding: 0;
        width: 100%;
        background: #fff;
    }
    #service-tech > .tech-box .tech-grid .tech-item .pic {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 264 / 149;
    }
    #service-tech > .tech-box .tech-grid .tech-item .pic img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #service-tech > .tech-box .tech-grid .tech-item p {
        margin: 0;
        padding: 1.0em;
        font-size: calc( 19 * 100vw / 1920 );
        font-weight: 700;
        text-align: center;
        line-height: calc( 24 / 19 );
    }

    #service-example {
        margin: 0 auto;
        padding: 109px max( 5%, calc( 50vw - 600px ) ) 128px;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    #service-example > .example-l {
        margin: 0;
        padding: 0;
        width: 40%;
    }
    #service-example > .example-r {
        margin: 0;
        padding: 40px;
        width: calc( 60% - 80px );
        border: 1px solid #ddd;
    }
    #service-example > .example-l > h2 {
        margin: 0;
        padding: 0;
    }
    #service-example > .example-l > h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        color: #0061d1;
        font-size: 33px;
        font-weight: 700;
        font-family: var(--font-alphabet);
        text-align: left;
    }
    #service-example > .example-l > h2 span:nth-of-type(2) {
        display: block;
        margin: 0.2em 0 0;
        padding: 0;
        font-size: 48px;
        font-weight: 700;
        text-align: left;
        line-height: calc( 56 / 48 );
    }
    #service-example > .example-l > p {
        margin: 2.0em 0 0;
        padding: 0;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        line-height: calc( 33 / 16 );
    }
    #service-example > .example-l > a {
        position: relative;
        display: grid;
        place-items: center;
        margin: 40px 0 0;
        padding: 0;
        width: 352px;
        height: auto;
        aspect-ratio: 352 / 76;
        color: #fff;
        font-size: 19px;
        font-weight: 700;
        text-align: center;
        line-height: 1.0;
        background: #000;
    }
    #service-example > .example-l > a::after {
        position: absolute;
        display: block;
        content: "";
        top: calc( 50% - 0.15em );
        right: 2.45em;
        margin: 0;
        padding: 0;
        width: 0.3em;
        height: auto;
        aspect-ratio: 1 / 1;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        rotate: -45deg;
    }
    #service-example > .example-r > h3 {
        margin: 0;
        padding: 0;
        font-size: 28px;
        font-weight: 700;
        text-align: left;
    }
    #service-example > .example-r > h3 span {
        font-size: 19px;
    }
    #service-example > .example-r > .problems {
        margin: 8px 0 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 0 8px;
    }
    #service-example > .example-r > .problems div:nth-child(1) {
        margin: 0;
        padding: 0;
        font-size: 19px;
        font-weight: 700;
        line-height: 1.0;
    }
    #service-example > .example-r > .problems div:nth-child(n+2) {
        margin: 0;
        padding: 0.5em 0.8em;
        color: #0161d1;
        font-size: 13px;
        font-weight: 400;
        line-height: 1.0;
        border: 1px solid #0161d1;
    }
    #service-example > .example-r > .pics {
        margin: 25px 0 0;
        padding: 0;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0 32px;
    }
    #service-example > .example-r > .pics .pic {
        margin: 0;
        padding: 0;
        width: 50%;
        height: auto;
        aspect-ratio: 295 / 166;
    }
    #service-example > .example-r > .pics .pic:empty {
        background: #ddd;
    }
    #service-example > .example-r > .pics .pic img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #service-example > .example-r > .pics .pics-info {
        margin: 0;
        padding: 0;
        width: calc( 50% - 32px );
        font-size: 15px;
        font-weight: 400;
        text-align: left;
        line-height: calc( 26 / 15 );
    }

}

.wpcf7-spinner {
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0;
    translate: -50% 0;
}