@charset "utf-8";


/**
 * スマホ用設定
 */
@media ( width < 768px ) {

    #mv {
        margin: calc( 100vw * 144 / 780 ) auto 0;
        width: 100%;
        z-index: 1;
    }
    #mv .mv-bg {
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 5 / 2;
        z-index: 0;
    }
    #mv .mv-bg img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #mv .mv-pic {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        height: 100%;
        aspect-ratio: 1924 / 1010;
    }
    #mv .mv-pic img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        clip-path: polygon( 50% 0, 100% 0, 100% 100%, 0 100% );
    }
    #mv .mv-txt {
        position: absolute;
        top: 50%;
        left: 10%;
        width: 80%;
        translate: 0 -50%;
    }
    #mv .mv-txt .common-h1 {
        margin: 0;
        color: #fff;
        line-height: 1.3;
    }
    #mv .mv-txt .common-h1 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 8.0vw;
        font-family: var(--font-alphabet);
        font-weight: 500;
        text-align: left;
        letter-spacing: 0.02em;
    }
    #mv .mv-txt .common-h1 span:nth-of-type(2) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 4.0vw;
        font-weight: 500;
        text-align: left;
        letter-spacing: 0.04em;
    }

    main {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    .head-feature {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0 0.5em;
        color: var(--color-theme);
        font-size: 20px;
        font-weight: 500;
        font-family: var(--font-alphabet);
        text-align: left;
        line-height: 1.0;
        letter-spacing: 0.06em;
    }
    .head-feature::before {
        display: block;
        content: "";
        width: 2.8em;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .head-feature.ad::before {
        background: url(../images/icon-feature-ad.svg) no-repeat center / contain;
    }
    .head-feature.consul::before {
        background: url(../images/icon-feature-consul.svg) no-repeat center / contain;
    }
    .head-feature.marketing::before {
        background: url(../images/icon-feature-marketing.svg) no-repeat center / contain;
    }
    .head-feature.produce::before {
        background: url(../images/icon-feature-produce.svg) no-repeat center / contain;
    }
    .head-feature.recruit::before {
        background: url(../images/icon-feature-recruit.svg) no-repeat center / contain;
    }

    main section {
        padding: 110px 0 60px;
    }
    main section:last-child {
        padding-bottom: 160px;
    }

    #page-main {
        margin: 0 auto;
        width: 100%;
    }
    #page-main .bg-gray {
        background: #f0f0f0;
    }
    #page-main .bg-white {
        background: #fff;
    }
    #page-main .bg-wireweb {
        background:
            url(../images/icon-wire-web.svg) no-repeat 110% 5vw / 30% auto,
            url(../images/icon-wire-web.svg) no-repeat -10% 20vw / 30% auto,
            #f0f0f0;
    }
    #page-main .bg-consul {
        background:
            url(../images/page-consul-bg.png) no-repeat 0% 0% / 100% auto,
            #f0f0f0;
    }
    #page-main .bg-marketing {
        background:
            url(../images/page-marketing-bg.png) no-repeat 0% 0% / 100% auto,
            #f0f0f0;
    }

    #page-main .page-h2 {
        margin: 0;
        color: #0a0b2b;
        font-size: 6.0vw;
        font-weight: 700;
        text-align: left;
        line-height: 1.6;
        letter-spacing: 0.02em;
    }
    #page-main .page-h2 span:nth-of-type(1) {
        display: block;
        width: max-content;
        max-width: 100%;
    }
    #page-main .page-h2 span:nth-of-type(2) {
        display: inline-block;
        margin: 0.2em 0 0;
        padding: 0 0.2em;
        width: max-content;
        max-width: 100%;
        color: #fff;
        font-size: 6.0vw;
        background: #001c5c;
    }
    #page-main .page-h2 span.no-br {
        display: inline;
    }
    #page-main .page-h2 span.no-br + span {
        margin-top: 0;
    }
    #page-main .common-h2 {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        color: #e6e5e5;
        font-size: 10.0vw;
        font-weight: 600;
        font-family: var(--font-alphabet);
        text-align: center;
        line-height: 1.2;
        letter-spacing: 0.02em;
    }
    #page-main .subtitle {
        margin: -5.0vw auto 0;
        padding: 0;
        width: 90%;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.02em;
    }
    #page-main .subtitle span:nth-of-type(1){
        display: block;
        font-size: 4.0vw;
    }
    #page-main .subtitle span:nth-of-type(n+2){
        display: block;
        font-size: 5.2vw;
    }
    #page-main .common-p {
        margin: 2.0em auto 0;
        padding: 0;
        width: 100%;
        font-size: 3.6vw;
        font-weight: 400;
        text-align: left;
        line-height: calc( 33 / 16 );
    }
    #page-main .feature-flex {
        margin: 0 auto;
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8.0vw 0;
    }
    #page-main .feature-flex .page-info {
        margin: 0;
        width: 100%;
        order: 1;
    }
    #page-main .feature-flex .pic {
        margin: 0;
        width: 100%;
        order: 2;
    }
    #page-main .common-hr {
        margin: 6.0vw 0;
        width: 100%;
        height: 1px;
        background: #bfbfbf;
        border: 0;
    }
    #page-main .font-bold {
        font-weight: 700;
    }
    #page-main .font-red {
        color: var(--color-theme);
    }
    #page-main .font-navy {
        color: #0a0b2b;
    }
    #page-main .align-center {
        text-align: center;
    }
    #page-main .font-36 {
        font-size: 5.2vw;
    }
    #page-main .font-30 {
        font-size: 4.8vw;
    }
    #page-main .font-26 {
        font-size: 4.0vw;
    }
    #page-main .font-18 {
        font-size: 3.6vw;
    }
    #page-main .common-box {
        margin: 4.0vw auto 0;
        padding: 4.0vw 6.0vw;
        width: 100%;
        line-height: 2.0;
    }
    #page-main .common-list {
        margin: 4.0vw auto 0;
        padding: 4.0vw 8.0vw;
        width: 100%;
        line-height: 2.0;
        list-style: none;
    }
    #page-main .common-list > li {
        position: relative;
        padding: 0 0 0 1.5em;
    }
    #page-main .common-list > li::before {
        position: absolute;
        content: "";
        top: 0.4em;
        left: 0;
        display: block;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        border: 1px solid #001c5c;
    }
    #page-main .common-list.list-check > li::before {
        position: absolute;
        content: "";
        top: 0.4em;
        left: 0;
        display: block;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #001c5c;
    }
    #page-main .common-list.list-check > li::after {
        position: absolute;
        content: "";
        top: 0.7em;
        left: 0.25em;
        display: block;
        width: 0.5em;
        height: 0.3em;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        border-radius: 2px;
        rotate: -45deg;
    }
    #page-main .common-btn {
        margin: 8.0vw auto 0;
        padding: 0;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0 1.0em;
        color: var(--color-theme);
        font-size: 3.6vw;
        font-weight: 700;
        line-height: 1.0;
        white-space: nowrap;
    }
    #page-main .common-btn::after {
        display: block;
        content: "";
        width: 2.8em;
        height: auto;
        aspect-ratio: 1 / 1;
        /* background: url(../images/icon-arrow-r-red.svg) no-repeat center / contain; */

        background: var(--color-theme);
        -webkit-mask-image: url(../images/icon-arrow-r-red.svg);
        -webkit-mask-repeat: no-repeat; 
        -webkit-mask-size: contain;
        -webkit-mask-position: center;
        mask-image: url(../images/icon-arrow-r-red.svg);
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-position: center;
    }

    #page-main .feature-wide {
        position: relative;
        margin: 8.0vw auto 0;
        padding: 4.0vw;
        width: 80%;
        background: #fff;
        z-index: 1;
    }
    #page-main .feature-wide.produce {
        background: #f0f0f0;
    }
    #page-main .feature-wide.recruit {
        background: #f0f0f0;
    }
    #page-main .feature-wide h3 {
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 4.8vw;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.04em;
    }
    #page-main .feature-wide .feature-grid {
        margin: 4.0vw auto 0;
        padding: 0;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }
    #page-main .feature-wide .feature-grid .feature-item {
        position: relative;
        margin: 0;
        padding: 6.0vw 0;
        width: 100%;
    }
    #page-main .feature-wide .feature-grid .feature-item + .feature-item {
        border-top: 1px dashed #bfbfbf;
    }
    #page-main .feature-wide.consul .feature-grid .feature-item + .feature-item::before {
        position: absolute;
        content: "×";
        top: -18px;
        left: calc( 50% - 18px );
        width: 36px;
        height: auto;
        aspect-ratio: 1 / 1;
        color: #fff;
        font-size: 26px;
        font-weight: 500;
        display: grid;
        place-items: center;
        background: #bfbfbf;
        border-radius: 100%;
    }
    #page-main .feature-wide .feature-grid .feature-item .icon {
        margin: 0 auto;
        width: 40%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    #page-main .feature-wide .feature-grid .feature-item .icon img {
        margin: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    #page-main .feature-wide .feature-grid .feature-item h4 {
        margin: 1.5em 0 0;
        width: 100%;
        color: #0a0b2b;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        line-height: calc( 32 / 20 );
    }

    #page-main .feature-navy-msg {
        margin: 8.0vw auto 0;
        padding: 0.5em 1.0em;
        width: 90%;
        color: #fff;
        font-size: 4.0vw;
        font-weight: 700;
        text-align: center;
        line-height: calc( 35 / 22 );
        letter-spacing: 0.02em;
        background: linear-gradient( to bottom, #0637a5, #001c5c );
    }
    #page-main .feature-red-msg {
        margin: 8.0vw auto;
        padding: 0.5em 1.0em;
        width: 90%;
        color: #fff;
        font-size: 4.0vw;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.02em;
        line-height: calc ( 25 / 25 );
        background: linear-gradient( to right, #b90000, #f00 );
    }

    #ad-operation {
        margin: 0 auto;
        padding: 16.0vw 0;
        width: 100%;
        z-index: 0;
    }
    #ad-operation .feature-flex {
        margin-top: 12.0vw;
    }
    #ad-feature02-info {
        margin: 0 auto;
        padding: 12.0vw 0;
        width: 100%;
        background: url(../images/page-ad-feature02-bg.png) no-repeat center / cover;
    }
    #ad-feature02-info .feature02-grid {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 8.0vw 0;
    }
    #ad-feature02-info .feature02-item {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #ad-feature02-info .feature02-item .head {
        margin: 1.0em 0 0;
        padding: 0;
        width: 100%;
        color: #fff;
        font-size: 4.0vw;
        font-weight: 700;
    }
    #ad-feature02-info .feature02-item .common-p {
        margin: 1.0em 0 0;
        color: #fff;
        font-weight: 500;
    }
    #ad-feature02-info .common-btn {
        margin: 12.0vw auto 0;
        width: max-content;
        color: #fff;
    }
    #ad-feature02-info .common-btn::after {
        background: #fff;
    }

    #ad-feature04-info {
        margin: 0 auto 30.0vw;
        padding: 12.0vw 0;
        width: 100%;
        background: url(../images/page-ad-feature04-bg.png) no-repeat center / cover;
    }
    #ad-feature04-info > h2 {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        color: #fff;
        line-height: 1.0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 2.0vw 4.0vw;
    }
    #ad-feature04-info > h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 6.0vw;
        font-weight: 700;
    }
    #ad-feature04-info > h2 span:nth-of-type(2) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 3.6vw;
        font-weight: 400;
    }
    #ad-feature04-info > .infos {
        margin: 8.0vw auto 0;
        padding: 0;
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2.0vw 0;
    }
    #ad-feature04-info > .infos .circle {
        margin: 0 auto;
        padding: 0;
        width: 40%;
        height: auto;
        aspect-ratio: 1 / 1;
        color: #fff;
        font-size: 4.0vw;
        font-weight: 700;
        line-height: calc( 35 / 20 );
        letter-spacing: 0.1em;
        border: 1px solid #fff;
        border-radius: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #ad-feature04-info > .infos ul {
        margin: 0;
        padding: 0;
        width: 80%;
        list-style: none;
    }
    #ad-feature04-info > .infos ul li {
        position: relative;
        margin: 0;
        padding: 0 0 0 1.5em;
        color: #fff;
        font-size: 3.6vw;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0.1em;
        list-style: none;
    }
    #ad-feature04-info > .infos ul li::before {
        position: absolute;
        content: "";
        top: 0.4em;
        left: 0;
        display: block;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        border: 1px solid #fff;
    }
    #ad-feature04-info > .infos ul li + li {
        margin-top: 0.4em;
    }

    #ad-consul {
        margin: 0 auto;
        padding: 16.0vw 0;
        width: 100%;
        z-index: 0;
    }
    #ad-consul .common-h2 {
        color: #fff;
    }
    #ad-consul .feature-flex {
        margin-top: 8.0vw;
    }

    #ad-consul .consul-flow {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 4.0vw 4.0vw;
        list-style: none;
    }
    #ad-consul .consul-flow > li {
        position: relative;
        margin: 0;
        padding: 0 0.2em;
        width: max-content;
        color: #fff;
        font-size: 4.0vw;
        font-weight: 500;
        background: #0a0b2b;
        list-style: none;
    }
    #ad-consul .consul-flow > li + li::before {
        position: absolute;
        content: "";
        top: calc( 1.0em - 1.0vw );
        right: calc( 100% + 1.0vw );
        width: 2.0vw;
        height: 2.4vw;
        background: #bfbfbf;
        clip-path: polygon( 0 0, 100% 50%, 0 100% );
    }
    #ad-consul .consul-flow + .common-p {
        margin-top: 0;
    }
    #consul-feature02-info {
        position: relative;
        margin: 0 auto;
        padding: 12.0vw 0;
        width: 100%;
        background: url(../images/page-consul-feature02-bg.png) no-repeat center / cover;
    }
    #consul-feature02-info::before {
        position: absolute;
        content: "";
        top: 0;
        left: 48%;
        width: 4%;
        height: auto;
        aspect-ratio: 38 / 17;
        background: #fff;
        clip-path: polygon( 0 0, 100% 0, 50% 100% );
    }
    #consul-feature02-info > h2 {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        max-width: 1200px;
        color: #fff;
        font-size: 4.8vw;
        font-weight: 700;
        line-height: 1.0;
        letter-spacing: 0.02em;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 4.0vw 0;
    }
    #consul-feature02-info > h2::before,
    #consul-feature02-info > h2::after {
        display: block;
        content: "";
        width: auto;
        height: 1px;
        background: #fff;
        flex: 1 1 auto;
    }
    #consul-feature02-info > h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 4.8vw;
        font-weight: 700;
    }
    #consul-feature02-info > h2 span:nth-of-type(2) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 3.6vw;
        font-weight: 400;
    }
    #consul-feature02-info > .feature-lists {
        margin: 8.0vw auto 0;
        padding: 0;
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2.0vw 0;
    }
    #consul-feature02-info > .feature-lists ul {
        margin: 0;
        padding: 0;
        width: 100%;
        color: #fff;
        font-size: 4.0vw;
        font-weight: 700;
        line-height: 1.5;
        list-style: none;
    }
    #consul-feature02-info > .feature-lists ul li {
        position: relative;
        margin: 0;
        padding: 0 0 0 1.5em;
        list-style: none;
    }
    #consul-feature02-info > .feature-lists ul li::before {
        position: absolute;
        content: "";
        top: 0.4em;
        left: 0;
        display: block;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #fff;
    }
    #consul-feature02-info > .feature-lists ul li::after {
        position: absolute;
        content: "";
        top: 0.7em;
        left: 0.25em;
        display: block;
        width: 0.5em;
        height: 0.3em;
        border-left: 2px solid var(--fg-color);
        border-bottom: 2px solid var(--fg-color);
        border-radius: 2px;
        rotate: -45deg;
    }
    #consul-feature02-info > .feature-lists ul li + li {
        margin-top: 0.5em;
    }
    #consul-feature02-info > .feature-msg {
        margin: 8.0vw auto;
        padding: 0 0.5em;
        width: 90%;
        color: #fff;
        font-size: 4.0vw;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.02em;
        line-height: calc ( 25 / 25 );
        background: var(--color-theme);
    }
    #consul-feature02-info > .common-hr {
        display: block;
        margin: 12.0vw auto 0;
        width: 90%;
        background: #fff;
    }
    #consul-feature02-info .common-btn {
        margin: 12.0vw auto 0;
        padding: 0;
        width: max-content;
        color: #fff;
    }
    #consul-feature02-info .common-btn::after {
        background: #fff;
    }
    #consul-feature04 .feature-msg {
        margin: 8.0vw auto 0;
        padding: 0.5em 0;
        width: 90%;
        color: #fff;
        font-size: 4.0vw;
        font-weight: 700;
        text-align: center;
        line-height: calc( 35 / 22 );
        letter-spacing: 0.02em;
        background: linear-gradient( to bottom, #0637a5, #001c5c );
    }
    #consul-feature04 > .common-btn {
        margin: 8.0vw auto 0;
        justify-content: center;
    }

    #ad-marketing {
        margin: 0 auto;
        padding: 16.0vw 0;
        width: 100%;
        z-index: 0;
    }
    #ad-marketing .feature-flex {
        margin-top: 8.0vw;
    }

    #marketing-feature02-info {
        position: relative;
        margin: 0 auto;
        padding: 12.0vw 0;
        width: 100%;
        background: url(../images/page-marketing-feature02-bg.png) no-repeat center / cover;
    }
    #produce-feature02-info {
        position: relative;
        margin: 0 auto;
        padding: 12.0vw 0;
        width: 100%;
        background: url(../images/page-produce-feature02-bg.png) no-repeat center / cover;
    }
    #recruit-feature02-info {
        position: relative;
        margin: 0 auto;
        padding: 12.0vw 0 4.0vw;
        width: 100%;
        background: url(../images/page-produce-feature02-bg.png) no-repeat center / cover;
    }
    #marketing-feature02-info::before,
    #produce-feature02-info::before,
    #recruit-feature02-info::before {
        position: absolute;
        content: "";
        top: 0;
        left: 48%;
        width: 4%;
        height: auto;
        aspect-ratio: 38 / 17;
        background: #fff;
        clip-path: polygon( 0 0, 100% 0, 50% 100% );
    }
    #marketing-feature02-info > h2,
    #produce-feature02-info > h2,
    #recruit-feature02-info > h2 {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        color: #fff;
        font-size: 4.8vw;
        font-weight: 700;
        text-align: center;
        line-height: 1.6;
        letter-spacing: 0.02em;
    }
    #marketing-feature02-info > .feature-lists,
    #produce-feature02-info > .feature-lists {
        margin: 8.0vw auto 0;
        padding: 0;
        width: 80%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2.0vw 0;
    }
    #recruit-feature02-info > .feature-lists {
        margin: 0 auto;
        padding: 0;
        width: 75%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2.0vw 0;
    }
    #marketing-feature02-info > .feature-lists ul,
    #produce-feature02-info > .feature-lists ul,
    #recruit-feature02-info > .feature-lists ul {
        margin: 0;
        padding: 0;
        width: 100%;
        color: #fff;
        font-size: 4.0vw;
        font-weight: 700;
        line-height: 1.5;
        list-style: none;
    }
    #marketing-feature02-info > .feature-lists ul li,
    #produce-feature02-info > .feature-lists ul li,
    #recruit-feature02-info > .feature-lists ul li {
        position: relative;
        margin: 0;
        padding: 0 0 0 1.5em;
        list-style: none;
    }
    #marketing-feature02-info > .feature-lists ul li::before,
    #produce-feature02-info > .feature-lists ul li::before,
    #recruit-feature02-info > .feature-lists ul li::before {
        position: absolute;
        content: "";
        top: 0.4em;
        left: 0;
        display: block;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #fff;
    }
    #marketing-feature02-info > .feature-lists ul li::after,
    #produce-feature02-info > .feature-lists ul li::after,
    #recruit-feature02-info > .feature-lists ul li::after {
        position: absolute;
        content: "";
        top: 0.7em;
        left: 0.25em;
        display: block;
        width: 0.5em;
        height: 0.3em;
        border-left: 2px solid var(--fg-color);
        border-bottom: 2px solid var(--fg-color);
        border-radius: 2px;
        rotate: -45deg;
    }
    #marketing-feature02-info > .feature-lists ul li + li,
    #produce-feature02-info > .feature-lists ul li + li,
    #recruit-feature02-info > .feature-lists ul li + li {
        margin-top: 0.5em;
    }

    #ad-produce {
        margin: 0 auto;
        padding: 16.0vw 0;
        width: 100%;
        z-index: 0;
    }
    #ad-produce .produce-wide {
        position: relative;
        margin: 8.0vw 0 0;
        padding: 4.0vw 0 0;
        width: 100%;
        background: #dce7eb;
        z-index: 1;
    }
    #ad-produce .produce-wide .pic {
        margin: 4.0vw 0 0 -4.0vw;
        padding: 0;
        width: calc( 100% + 8.0vw );
        height: auto;
    }
    #ad-produce .produce-pics {
        margin: 16.0vw auto 36.0vw;
        padding: 0;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }
    #ad-produce .produce-pics .pic {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 640 / 460;
    }
    #ad-produce .produce-pics .pic img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #produce-choise {
        margin: 0 auto;
        padding: 12.0vw 0 0;
        width: 100%;
        background: #e5e5e5;
    }
    #produce-choise .head {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        height: auto;
    }
    #produce-choise h3 {
        margin: 0.2em;
        color: #001c5c;
        font-size: 5.2vw;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.02em;
    }
    #produce-choise .choise-flex {
        margin: 8.0vw auto 0;
        padding: 0;
        width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
    #produce-choise .choise-flex .woman {
        margin: 0;
        padding: 0;
        width: 25%;
    }
    #produce-choise .choise-flex .common-list {
        margin: 0;
        padding: 0;
        width: 72%;
    }

    #produce-feature03-info {
        margin: 0 auto 30.0vw;
        padding: 12.0vw 0;
        width: 100%;
        background: url(../images/page-ad-feature04-bg.png) no-repeat center / cover;
    }
    #produce-feature03-info > h2 {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        color: #fff;
        line-height: 1.5;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: flex-start;
        gap: 2.0vw 4.0vw;
    }
    #produce-feature03-info > h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 6.0vw;
        font-weight: 700;
    }
    #produce-feature03-info > h2 span:nth-of-type(2) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 3.6vw;
        font-weight: 500;
    }
    #produce-feature03-info > .infos {
        margin: 8.0vw auto 0;
        padding: 0;
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2.0vw 0;
    }
    #produce-feature03-info > .infos ul {
        margin: 0;
        padding: 0;
        width: 100%;
        list-style: none;
    }
    #produce-feature03-info > .infos ul li {
        position: relative;
        margin: 0;
        padding: 0 0 0 1.5em;
        color: #fff;
        font-size: 3.6vw;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0.1em;
        list-style: none;
    }
    #produce-feature03-info > .infos ul li::before {
        position: absolute;
        content: "";
        top: 0.4em;
        left: 0;
        display: block;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        border: 1px solid #fff;
    }
    #produce-feature03-info > .infos ul li + li {
        margin-top: 0.4em;
    }

    #ad-recruit {
        margin: 0 auto;
        padding: 16.0vw 0;
        width: 100%;
        z-index: 0;
    }
    #ad-recruit .recruit-pics {
        margin: 12.0vw auto 0;
        padding: 0;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }
    #ad-recruit .recruit-pics .pic {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 960 / 760;
    }
    #ad-recruit .recruit-pics .pic img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #ad-recruit .recruit-box {
        margin: 0 auto;
        padding: 12.0vw 0;
        width: 100%;
        background: url(../images/page-recruit-bg.png) no-repeat center / cover;
    }
    #ad-recruit .recruit-box + .feature-flex {
        padding-top: 12.0vw;
    }
    #ad-recruit .recruit-box .pic {
        margin: 8.0vw auto 0;
        width: 100%;
    }
    #ad-recruit .recruit-box .feature-navy-msg {
        margin-top: 0;
    }
    #ad-recruit .recruit-box h2 {
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 6.0vw;
        font-weight: 700;
        text-align: center;
    }
    #ad-recruit .recruit-box .feature-red-msg {
        margin: 4.0vw auto 0;
    }
    #ad-recruit .recruit-box p {
        margin: 1.0em 0 0;
        padding: 0;
        color: #fff;
        font-size: 4.0vw;
        font-weight: 700;
        text-align: center;
        line-height: calc( 40 / 22 );
    }
    #recruit-feature02 {
        padding-bottom: 0;
    }

    #company-greeting {
        margin: 0 auto;
        padding: 16.0vw 0;
        width: 100%;
        z-index: 0;
    }
    #company-greeting .common-h2 {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        color: var(--fg-color);
        font-size: 10.0vw;
        font-weight: 500;
        font-family: var(--font-alphabet);
        text-align: left;
        letter-spacing: 0.1em;
    }
    #company-greeting .subtitle {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        color: var(--color-theme);
        font-size: 4.0vw;
        font-weight: 700;
        text-align: left;
        letter-spacing: 0.1em;
    }
    #company-greeting .greeting-flex {
        margin: 8.0vw auto 0;
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #company-greeting .greeting-flex .page-info {
        margin: 0;
        padding: 0;
        width: 100%;
        order: 1;
    }
    #company-greeting .greeting-flex .page-info h3 {
        margin: 0;
        padding: 0;
        font-size: 6.0vw;
        font-weight: 700;
        text-align: left;
    }
    #company-greeting .greeting-flex .pic {
        margin: 0 auto;
        padding: 0;
        width: 80%;
        order: 2;
    }
    #company-greeting .greeting-flex .pic figure {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
    }
    #company-greeting .greeting-flex .pic figure img {
        margin: 0;
        width: 100%;
        height: auto;
    }
    #company-greeting .greeting-flex .name {
        margin: 0.5em 0 0;
        font-size: 4.0vw;
        font-weight: 500;
        text-align: left;
    }
    #company-greeting .greeting-flex .name span {
        font-size: 130%;
    }

    #company-overview {
        margin: 0 auto;
        padding: 16.0vw 0 32.0vw;
        width: 100%;
        z-index: 0;
    }
    #company-overview .common-h2 {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        color: var(--fg-color);
        font-size: 10.0vw;
        font-weight: 500;
        font-family: var(--font-alphabet);
        text-align: left;
        letter-spacing: 0.1em;
    }
    #company-overview .subtitle {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        color: var(--color-theme);
        font-size: 4.0vw;
        font-weight: 700;
        text-align: left;
        letter-spacing: 0.1em;
    }
    #company-overview .company-table {
        margin: 12.0vw auto 0;
        width: 90%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        border-top: 1px solid #bfbfbf;
    }
    #company-overview .company-table > dt {
        margin: 0;
        padding: 4.0vw 4.0vw;
        font-size: 3.6vw;
        font-weight: 500;
        line-height: calc( 27.2 / 16 );
        background: #dce7eb;
    }
    #company-overview .company-table > dd {
        margin: 0;
        padding: 4.0vw 4.0vw;
        font-size: 3.6vw;
        font-weight: 400;
        line-height: calc( 27.2 / 16 );
        background: #fff;
        border-bottom: 1px solid #bfbfbf;
    }

    #contact-form-wrap {
        margin: 0 auto;
        width: 90%;
    }
    #contact-form-wrap .contact-catch {
        margin: 0 auto;
        font-size: 4.0vw;
        font-weight: 600;
        text-align: center;
    }
    #contact-form-wrap .ws-label {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0 1.0em;
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 3.6vw;
        font-weight: 500;
        text-align: left;
    }
    #contact-form-wrap .ws-label::after {
        content: "任意";
        color: #bfbfbf;
    }
    #contact-form-wrap .ws-label.required::after {
        content: "必須";
        margin: 0;
        padding: 0.2em 0.4em;
        color: #fff;
        font-size: 80%;
        line-height: 1.0;
        background: #b90000;
    }
    #contact-form-wrap .ws-input + .ws-label {
        margin-top: 2.0em;
    }
    #contact-form-wrap .ws-input {
        margin: 2.0vw 0 0;
        padding: 0;
        width: 100%;
    }
    #contact-form-wrap .ws-input :is(input[type="text"],input[type="tel"],input[type="email"],input[type="date"],textarea) {
        margin: 0;
        padding: 0.5em 1.0em;
        width: 100%;
        border: 1px solid #ccc;
        font-size: 16px;
        font-weight: 500;
        font-family: inherit;
        border-radius: 8px;
    }
    #contact-form-wrap .ws-input :is(input[type="text"],input[type="tel"],input[type="email"],input[type="date"],textarea)::placeholder {
        color: #ccc;
    }
    #contact-form-wrap .ws-input textarea {
        height: 10.0em;
    }
    #contact-form-wrap .ws-input label {
        display: inline-block;
        margin: 0 2.0em 0 0;
    }
    #contact-form-wrap .ws-privacy-policy {
        margin: 8.0vw 0 0;
        padding: 0.5em;
        width: 100%;
        height: 20.0em;
        font-size: 3.6vw;
        font-weight: 500;
        overflow-y: auto;
        border: 1px solid #ccc;
        border-radius: 1.0vw;
    }
    #contact-form-wrap .ws-submit {
        margin: 8.0vw auto 0;
        width: 80%;
        height: auto;
        aspect-ratio: 5 / 1;
    }
    #contact-form-wrap .ws-submit input[type="submit"] {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
        color: #fff;
        font-size: 4.0vw;
        font-weight: 500;
        font-family: inherit;
        background: linear-gradient( to right, #b90000, #f00 );
    }

}


/**
 * PC用設定
 */
@media ( width >= 768px ) {

    #mv {
        margin: 0 auto;
        width: 100%;
        z-index: 1;
    }
    #mv .mv-bg {
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 1920 / 505;
        z-index: 0;
    }
    #mv .mv-bg img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #mv .mv-pic {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
        height: 100%;
        aspect-ratio: 1924 / 1010;
    }
    #mv .mv-pic img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        clip-path: polygon( 50% 0, 100% 0, 100% 100%, 0 100% );
    }
    #mv .mv-txt {
        position: absolute;
        top: 50%;
        left: 10%;
        width: 80%;
        translate: 0 -50%;
    }
    #mv .mv-txt .common-h1 {
        margin: 0;
        color: #fff;
        line-height: 1.3;
    }
    #mv .mv-txt .common-h1 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 80px;
        font-family: var(--font-alphabet);
        font-weight: 500;
        text-align: left;
        letter-spacing: 0.02em;
    }
    #mv .mv-txt .common-h1 span:nth-of-type(2) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 24px;
        font-weight: 500;
        text-align: left;
        letter-spacing: 0.04em;
    }

    main {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    .head-feature {
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0 0.5em;
        color: var(--color-theme);
        font-size: 20px;
        font-weight: 500;
        font-family: var(--font-alphabet);
        text-align: left;
        line-height: 1.0;
        letter-spacing: 0.06em;
    }
    .head-feature::before {
        display: block;
        content: "";
        width: 2.8em;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .head-feature.ad::before {
        background: url(../images/icon-feature-ad.svg) no-repeat center / contain;
    }
    .head-feature.consul::before {
        background: url(../images/icon-feature-consul.svg) no-repeat center / contain;
    }
    .head-feature.marketing::before {
        background: url(../images/icon-feature-marketing.svg) no-repeat center / contain;
    }
    .head-feature.produce::before {
        background: url(../images/icon-feature-produce.svg) no-repeat center / contain;
    }
    .head-feature.recruit::before {
        background: url(../images/icon-feature-recruit.svg) no-repeat center / contain;
    }

    main section {
        padding: 110px 0 60px;
    }
    main section:last-child {
        padding-bottom: 160px;
    }

    #page-main {
        margin: 0 auto;
        width: 100%;
    }
    #page-main .bg-gray {
        background: #f0f0f0;
    }
    #page-main .bg-white {
        background: #fff;
    }
    #page-main .bg-wireweb {
        background:
            url(../images/icon-wire-web.svg) no-repeat 110% 5vw / 30% auto,
            url(../images/icon-wire-web.svg) no-repeat -10% 20vw / 30% auto,
            #f0f0f0;
    }
    #page-main .bg-consul {
        background:
            url(../images/page-consul-bg.png) no-repeat 0% 0% / 100% auto,
            #f0f0f0;
    }
    #page-main .bg-marketing {
        background:
            url(../images/page-marketing-bg.png) no-repeat 0% 0% / 100% auto,
            #f0f0f0;
    }

    #page-main .page-h2 {
        margin: 0;
        color: #0a0b2b;
        font-size: 38px;
        font-weight: 700;
        text-align: left;
        line-height: 1.6;
        letter-spacing: 0.02em;
    }
    #page-main .page-h2 span:nth-of-type(1) {
        display: block;
        width: max-content;
        max-width: 100%;
    }
    #page-main .page-h2 span:nth-of-type(2) {
        display: inline-block;
        margin: 0.2em 0 0;
        padding: 0 0.2em;
        width: max-content;
        max-width: 100%;
        color: #fff;
        font-size: 36px;
        background: #001c5c;
    }
    #page-main .page-h2 span.no-br {
        display: inline;
    }
    #page-main .page-h2 span.no-br + span {
        margin-top: 0;
    }
    #page-main .common-h2 {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        max-width: 1200px;
        color: #e6e5e5;
        font-size: 100px;
        font-weight: 600;
        font-family: var(--font-alphabet);
        text-align: center;
        letter-spacing: 0.02em;
    }
    #page-main .subtitle {
        margin: -52px auto 0;
        padding: 0;
        width: 90%;
        max-width: 1200px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.02em;
    }
    #page-main .subtitle span:nth-of-type(1){
        display: block;
        font-size: 34px;
    }
    #page-main .subtitle span:nth-of-type(n+2){
        display: block;
        font-size: 40px;
    }
    #page-main .common-p {
        margin: 2.0em auto 0;
        padding: 0;
        width: 100%;
        max-width: 1200px;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        line-height: calc( 33 / 16 );
    }
    #page-main .feature-flex {
        margin: 0 auto;
        width: 90%;
        max-width: 1200px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    #page-main .feature-flex .page-info {
        margin: 0;
        width: 48%;
    }
    #page-main .feature-flex .pic {
        margin: 0;
        width: 48%;
    }
    #page-main #recruit-feature02 .feature-flex .page-info {
        padding-bottom: 40px;
    }
    #page-main #recruit-feature02 .feature-flex .pic {
        position: relative;
        margin: 0;
        padding: 0;
        width: 48%;
        height: auto;
        aspect-ratio: 40 / 31;
    }
    #page-main #recruit-feature02 .feature-flex .pic img {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 1152 / 998;
    }
    #page-main .common-hr {
        margin: 32px 0;
        width: 100%;
        height: 1px;
        background: #bfbfbf;
        border: 0;
    }
    #page-main .font-bold {
        font-weight: 700;
    }
    #page-main .font-red {
        color: var(--color-theme);
    }
    #page-main .font-navy {
        color: #0a0b2b;
    }
    #page-main .align-center {
        text-align: center;
    }
    #page-main .font-36 {
        font-size: 36px;
    }
    #page-main .font-30 {
        font-size: 30px;
    }
    #page-main .font-26 {
        font-size: 26px;
    }
    #page-main .font-18 {
        font-size: 18px;
    }
    #page-main .common-box {
        margin: 20px auto 0;
        padding: 20px 30px;
        width: 100%;
        line-height: 2.0;
    }
    #page-main .common-list {
        margin: 20px auto 0;
        padding: 20px 40px;
        width: 100%;
        line-height: 2.0;
        list-style: none;
    }
    #page-main .common-list > li {
        position: relative;
        padding: 0 0 0 1.5em;
    }
    #page-main .common-list > li::before {
        position: absolute;
        content: "";
        top: 0.4em;
        left: 0;
        display: block;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        border: 1px solid #001c5c;
    }
    #page-main .common-list.list-check > li::before {
        position: absolute;
        content: "";
        top: 0.4em;
        left: 0;
        display: block;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #001c5c;
    }
    #page-main .common-list.list-check > li::after {
        position: absolute;
        content: "";
        top: 0.7em;
        left: 0.25em;
        display: block;
        width: 0.5em;
        height: 0.3em;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        border-radius: 2px;
        rotate: -45deg;
    }
    #page-main .common-btn {
        margin: 40px auto 0;
        padding: 0;
        width: 100%;
        max-width: 1200px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0 1.0em;
        color: var(--color-theme);
        font-size: 18px;
        font-weight: 700;
        line-height: 1.0;
        white-space: nowrap;
    }
    #page-main .common-btn::after {
        display: block;
        content: "";
        width: 2.8em;
        height: auto;
        aspect-ratio: 1 / 1;
        /* background: url(../images/icon-arrow-r-red.svg) no-repeat center / contain; */

        background: var(--color-theme);
        -webkit-mask-image: url(../images/icon-arrow-r-red.svg);
        -webkit-mask-repeat: no-repeat; 
        -webkit-mask-size: contain;
        -webkit-mask-position: center;
        mask-image: url(../images/icon-arrow-r-red.svg);
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-position: center;
    }

    #page-main .feature-wide {
        position: relative;
        margin: 40px 0 0;
        padding: 40px;
        width: calc( 100% * 100 / 48 );
        background: #fff;
        z-index: 1;
    }
    #page-main .feature-wide.produce {
        margin: 40px 0 0 calc( -100% * 52 / 48 );
        background: #f0f0f0;
    }
    #page-main .feature-wide.recruit {
        margin: 40px 0 0 calc( -100% * 52 / 48 );
        background: #f0f0f0;
    }
    #page-main .feature-wide h3 {
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.04em;
    }
    #page-main .feature-wide .feature-grid {
        margin: 20px auto 0;
        padding: 0;
        width: 100%;
        display: grid;
        grid-template-columns: repeat( 4, 1fr );
        gap: 0;
    }
    #page-main .feature-wide.produce .feature-grid {
        grid-template-columns: repeat( 5, 1fr );
    }
    #page-main .feature-wide .feature-grid .feature-item {
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #page-main .feature-wide .feature-grid .feature-item + .feature-item {
        border-left: 1px dashed #bfbfbf;
    }
    #page-main .feature-wide.consul .feature-grid .feature-item + .feature-item::before {
        position: absolute;
        content: "×";
        top: calc( 50% - 18px );
        left: -18px;
        width: 36px;
        height: auto;
        aspect-ratio: 1 / 1;
        color: #fff;
        font-size: 26px;
        font-weight: 500;
        display: grid;
        place-items: center;
        background: #bfbfbf;
        border-radius: 100%;
    }
    #page-main .feature-wide .feature-grid .feature-item .icon {
        margin: 0 auto;
        width: 40%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    #page-main .feature-wide .feature-grid .feature-item .icon img {
        margin: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    #page-main .feature-wide .feature-grid .feature-item h4 {
        margin: 1.5em 0 0;
        width: 100%;
        color: #0a0b2b;
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        line-height: calc( 32 / 20 );
    }

    #page-main .feature-navy-msg {
        margin: 40px auto 0;
        padding: 0.5em 0;
        width: 90%;
        max-width: 1200px;
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        line-height: calc( 35 / 22 );
        letter-spacing: 0.02em;
        background: linear-gradient( to bottom, #0637a5, #001c5c );
    }
    #page-main .feature-red-msg {
        margin: 40px auto;
        padding: 0 0.5em;
        width: max-content;
        min-width: 760px;
        max-width: 1200px;
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.02em;
        line-height: calc ( 25 / 25 );
        background: linear-gradient( to right, #b90000, #f00 );
    }

    #ad-operation {
        margin: 0 auto;
        padding: 80px 0;
        width: 100%;
        z-index: 0;
    }
    #ad-operation .feature-flex {
        margin-top: 60px;
    }
    #ad-feature02-info {
        margin: 0 auto;
        padding: 0 0 60px;
        width: 100%;
        background: url(../images/page-ad-feature02-bg.png) no-repeat center / cover;
    }
    #ad-feature02-info .feature02-grid {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        max-width: 1200px;
        display: grid;
        grid-template-columns: repeat( 3, 1fr );
        gap: 0 40px;
        translate: 0 -60px;
    }
    #ad-feature02-info .feature02-item {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #ad-feature02-info .feature02-item .head {
        margin: 1.0em 0 0;
        padding: 0;
        width: 100%;
        color: #fff;
        font-size: 23px;
        font-weight: 700;
    }
    #ad-feature02-info .feature02-item .common-p {
        margin: 1.0em 0 0;
        color: #fff;
        font-weight: 500;
    }
    #ad-feature02-info .common-btn {
        margin: 60px auto 0;
        width: max-content;
        color: #fff;
        translate: 0 -60px;
    }
    #ad-feature02-info .common-btn::after {
        background: #fff;
    }
    #ad-feature04-info {
        margin: 0 auto 190px;
        padding: 60px 0;
        width: 100%;
        background: url(../images/page-ad-feature04-bg.png) no-repeat center / cover;
    }
    #ad-feature04-info > h2 {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        max-width: 1200px;
        color: #fff;
        line-height: 1.0;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: flex-start;
        gap: 24px 48px;
    }
    #ad-feature04-info > h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 30px;
        font-weight: 700;
    }
    #ad-feature04-info > h2 span:nth-of-type(2) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 18px;
        font-weight: 400;
    }
    #ad-feature04-info > .infos {
        margin: 56px auto 0;
        padding: 0;
        width: 90%;
        max-width: 1200px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0 40px;
    }
    #ad-feature04-info > .infos .circle {
        margin: 0 20px 0 0;
        padding: 0;
        width: 200px;
        height: auto;
        aspect-ratio: 1 / 1;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        line-height: calc( 35 / 20 );
        letter-spacing: 0.1em;
        border: 1px solid #fff;
        border-radius: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #ad-feature04-info > .infos ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    #ad-feature04-info > .infos ul li {
        position: relative;
        margin: 0;
        padding: 0 0 0 1.5em;
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0.1em;
        list-style: none;
    }
    #ad-feature04-info > .infos ul li::before {
        position: absolute;
        content: "";
        top: 0.4em;
        left: 0;
        display: block;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        border: 1px solid #fff;
    }
    #ad-feature04-info > .infos ul li + li {
        margin-top: 0.4em;
    }

    #ad-consul {
        margin: 0 auto;
        padding: 80px 0;
        width: 100%;
        z-index: 0;
    }
    #ad-consul .common-h2 {
        color: #fff;
    }
    #ad-consul .feature-flex {
        margin-top: 60px;
    }

    #ad-consul .consul-flow {
        margin: 0;
        padding: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 0 22px;
        list-style: none;
    }
    #ad-consul .consul-flow > li {
        position: relative;
        margin: 0;
        padding: 0 0.2em;
        width: max-content;
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        background: #0a0b2b;
        list-style: none;
    }
    #ad-consul .consul-flow > li + li::before {
        position: absolute;
        content: "";
        top: calc( 1.0em - 6px );
        right: calc( 100% + 6px );
        width: 10px;
        height: 12px;
        background: #bfbfbf;
        clip-path: polygon( 0 0, 100% 50%, 0 100% );
    }
    #ad-consul .consul-flow + .common-p {
        margin-top: 0;
    }
    #consul-feature02-info {
        position: relative;
        margin: 0 auto;
        padding: 60px 0;
        width: 100%;
        background: url(../images/page-consul-feature02-bg.png) no-repeat center / cover;
    }
    #consul-feature02-info::before {
        position: absolute;
        content: "";
        top: 0;
        left: 49%;
        width: 2%;
        height: auto;
        aspect-ratio: 38 / 17;
        background: #fff;
        clip-path: polygon( 0 0, 100% 0, 50% 100% );
    }
    #consul-feature02-info > h2 {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        max-width: 1200px;
        color: #fff;
        font-size: 26px;
        font-weight: 700;
        line-height: 1.0;
        letter-spacing: 0.02em;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0 33px;
    }
    #consul-feature02-info > h2::before,
    #consul-feature02-info > h2::after {
        display: block;
        content: "";
        width: auto;
        height: 1px;
        background: #fff;
        flex: 1 1 auto;
    }
    #consul-feature02-info > h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 30px;
        font-weight: 700;
    }
    #consul-feature02-info > h2 span:nth-of-type(2) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 18px;
        font-weight: 400;
    }
    #consul-feature02-info > .feature-lists {
        margin: 40px auto 0;
        padding: 0;
        width: 80%;
        max-width: 1100px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 0 40px;
    }
    #consul-feature02-info > .feature-lists ul {
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.5;
        list-style: none;
    }
    #consul-feature02-info > .feature-lists ul li {
        position: relative;
        margin: 0;
        padding: 0 0 0 1.5em;
        list-style: none;
    }
    #consul-feature02-info > .feature-lists ul li::before {
        position: absolute;
        content: "";
        top: 0.4em;
        left: 0;
        display: block;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #fff;
    }
    #consul-feature02-info > .feature-lists ul li::after {
        position: absolute;
        content: "";
        top: 0.7em;
        left: 0.25em;
        display: block;
        width: 0.5em;
        height: 0.3em;
        border-left: 2px solid var(--fg-color);
        border-bottom: 2px solid var(--fg-color);
        border-radius: 2px;
        rotate: -45deg;
    }
    #consul-feature02-info > .feature-lists ul li + li {
        margin-top: 0.5em;
    }
    #consul-feature02-info > .feature-lists ul:nth-of-type(1) {
        width: 60%;
    }
    #consul-feature02-info > .feature-lists ul:nth-of-type(2) {
        width: 38%;
    }
    #consul-feature02-info > .feature-msg {
        margin: 40px auto;
        padding: 0 0.5em;
        width: max-content;
        max-width: 1200px;
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.02em;
        line-height: calc ( 25 / 25 );
        background: var(--color-theme);
    }
    #consul-feature02-info > .common-hr {
        display: block;
        margin: 60px auto 0;
        width: 90%;
        max-width: 1200px;
        background: #fff;
    }
    #consul-feature02-info .common-btn {
        margin: 60px auto 0;
        padding: 0;
        width: max-content;
        color: #fff;
    }
    #consul-feature02-info .common-btn::after {
        background: #fff;
    }
    #consul-feature04 .feature-msg {
        margin: 40px auto 0;
        padding: 0.5em 0;
        width: 90%;
        max-width: 1200px;
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        line-height: calc( 35 / 22 );
        letter-spacing: 0.02em;
        background: linear-gradient( to bottom, #0637a5, #001c5c );
    }
    #consul-feature04 > .common-btn {
        margin: 40px auto 0;
        justify-content: center;
    }

    #ad-marketing {
        margin: 0 auto;
        padding: 80px 0;
        width: 100%;
        z-index: 0;
    }
    #ad-marketing .feature-flex {
        margin-top: 60px;
    }

    #marketing-feature02-info {
        position: relative;
        margin: 0 auto;
        padding: 60px 0;
        width: 100%;
        background: url(../images/page-marketing-feature02-bg.png) no-repeat center / cover;
    }
    #produce-feature02-info {
        position: relative;
        margin: 0 auto;
        padding: 60px 0;
        width: 100%;
        background: url(../images/page-produce-feature02-bg.png) no-repeat center / cover;
    }
    #recruit-feature02-info {
        position: relative;
        margin: 0 auto;
        padding: 60px 0 20px;
        width: 100%;
        background: url(../images/page-produce-feature02-bg.png) no-repeat center / cover;
    }
    #marketing-feature02-info::before,
    #produce-feature02-info::before,
    #recruit-feature02-info::before {
        position: absolute;
        content: "";
        top: 0;
        left: 49%;
        width: 2%;
        height: auto;
        aspect-ratio: 38 / 17;
        background: #fff;
        clip-path: polygon( 0 0, 100% 0, 50% 100% );
    }
    #marketing-feature02-info > h2,
    #produce-feature02-info > h2,
    #recruit-feature02-info > h2 {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        max-width: 1200px;
        color: #fff;
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        line-height: 1.6;
        letter-spacing: 0.02em;
    }
    #marketing-feature02-info > .feature-lists,
    #produce-feature02-info > .feature-lists {
        margin: 40px auto 0;
        padding: 0;
        width: 80%;
        max-width: 1100px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 0 40px;
    }
    #recruit-feature02-info > .feature-lists {
        margin: 0 auto;
        padding: 0;
        width: 80%;
        max-width: 1100px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 0 40px;
    }
    #marketing-feature02-info > .feature-lists ul,
    #produce-feature02-info > .feature-lists ul,
    #recruit-feature02-info > .feature-lists ul {
        margin: 0;
        padding: 0;
        width: max-content;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.5;
        list-style: none;
    }
    #marketing-feature02-info > .feature-lists ul li,
    #produce-feature02-info > .feature-lists ul li,
    #recruit-feature02-info > .feature-lists ul li {
        position: relative;
        margin: 0;
        padding: 0 0 0 1.5em;
        list-style: none;
    }
    #marketing-feature02-info > .feature-lists ul li::before,
    #produce-feature02-info > .feature-lists ul li::before,
    #recruit-feature02-info > .feature-lists ul li::before {
        position: absolute;
        content: "";
        top: 0.4em;
        left: 0;
        display: block;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        background: #fff;
    }
    #marketing-feature02-info > .feature-lists ul li::after,
    #produce-feature02-info > .feature-lists ul li::after,
    #recruit-feature02-info > .feature-lists ul li::after {
        position: absolute;
        content: "";
        top: 0.7em;
        left: 0.25em;
        display: block;
        width: 0.5em;
        height: 0.3em;
        border-left: 2px solid var(--fg-color);
        border-bottom: 2px solid var(--fg-color);
        border-radius: 2px;
        rotate: -45deg;
    }
    #marketing-feature02-info > .feature-lists ul li + li,
    #produce-feature02-info > .feature-lists ul li + li,
    #recruit-feature02-info > .feature-lists ul li + li {
        margin-top: 0.5em;
    }

    #ad-produce {
        margin: 0 auto;
        padding: 80px 0;
        width: 100%;
        z-index: 0;
    }
    #ad-produce .produce-wide {
        position: relative;
        margin: 40px 0 0;
        padding: 40px;
        width: calc( 100% * 100 / 48 );
        background: #dce7eb;
        z-index: 1;
    }
    #ad-produce .produce-wide {
        position: relative;
        margin: 40px 0 0;
        padding: 40px 40px 0;
        width: calc( 100% * 100 / 48 );
        background: #dce7eb;
        z-index: 1;
    }
    #ad-produce .produce-wide .pic {
        margin: 20px 0 0;
        padding: 0;
        width: 100%;
        height: auto;
    }
    #ad-produce .produce-pics {
        margin: 80px auto 180px;
        padding: 0;
        width: 100%;
        display: grid;
        grid-template-columns: repeat( 3, 1fr );
        gap: 0;
    }
    #ad-produce .produce-pics .pic {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 640 / 460;
    }
    #ad-produce .produce-pics .pic img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #produce-choise {
        margin: 0 auto;
        padding: 80px 0 0;
        width: 100%;
        background: #e5e5e5;
    }
    #produce-choise .head {
        margin: 0 auto;
        padding: 0;
        width: calc( 822 * min( 90vw, 1200px ) / 1200 );
        height: auto;
    }
    #produce-choise h3 {
        margin: 0.2em;
        color: #001c5c;
        font-size: 38px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.02em;
    }
    #produce-choise .choise-flex {
        margin: 40px auto 0;
        padding: 0;
        width: 90%;
        max-width: 1080px;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }
    #produce-choise .choise-flex .woman {
        margin: 0;
        padding: 0;
        width: 25%;
    }
    #produce-choise .choise-flex .common-list {
        margin: 0;
        padding: 0;
        width: 72%;
    }
    #produce-choise .choise-flex .common-list li {
        font-size: calc( 26 * min( 90vw, 1080px ) / 1080 );
    }

    #produce-feature03-info {
        margin: 0 auto 190px;
        padding: 60px 0;
        width: 100%;
        background: url(../images/page-ad-feature04-bg.png) no-repeat center / cover;
    }
    #produce-feature03-info > h2 {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        max-width: 1200px;
        color: #fff;
        line-height: 1.0;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: flex-start;
        gap: 24px 48px;
    }
    #produce-feature03-info > h2 span:nth-of-type(1) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 30px;
        font-weight: 700;
    }
    #produce-feature03-info > h2 span:nth-of-type(2) {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 22px;
        font-weight: 500;
    }
    #produce-feature03-info > .infos {
        margin: 56px auto 0;
        padding: 0;
        width: 90%;
        max-width: 1200px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0 40px;
    }
    #produce-feature03-info > .infos .circle {
        margin: 0 20px 0 0;
        padding: 0;
        width: 200px;
        height: auto;
        aspect-ratio: 1 / 1;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        line-height: calc( 35 / 20 );
        letter-spacing: 0.1em;
        border: 1px solid #fff;
        border-radius: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #produce-feature03-info > .infos ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    #produce-feature03-info > .infos ul li {
        position: relative;
        margin: 0;
        padding: 0 0 0 1.5em;
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        line-height: 1.5;
        letter-spacing: 0.1em;
        list-style: none;
    }
    #produce-feature03-info > .infos ul li::before {
        position: absolute;
        content: "";
        top: 0.4em;
        left: 0;
        display: block;
        width: 1.0em;
        height: auto;
        aspect-ratio: 1 / 1;
        border: 1px solid #fff;
    }
    #produce-feature03-info > .infos ul li + li {
        margin-top: 0.4em;
    }

    #ad-recruit {
        margin: 0 auto;
        padding: 80px 0;
        width: 100%;
        z-index: 0;
    }
    #ad-recruit .recruit-pics {
        margin: 80px auto 0;
        padding: 0;
        width: 100%;
        display: grid;
        grid-template-columns: repeat( 4, 1fr );
        gap: 0;
    }
    #ad-recruit .recruit-pics .pic {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
        aspect-ratio: 960 / 760;
    }
    #ad-recruit .recruit-pics .pic img {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #ad-recruit .recruit-box {
        margin: 0 auto;
        padding: 80px 0;
        width: 100%;
        background: url(../images/page-recruit-bg.png) no-repeat center / cover;
    }
    #ad-recruit .recruit-box + .feature-flex {
        padding-top: 80px;
    }
    #ad-recruit .recruit-box .pic {
        margin: 40px auto 0;
        width: 80%;
        max-width: 1100px;
    }
    #ad-recruit .recruit-box .feature-navy-msg {
        margin-top: 0;
    }
    #ad-recruit .recruit-box h2 {
        margin: 0;
        padding: 0;
        color: #fff;
        font-size: 40px;
        font-weight: 700;
        text-align: center;
    }
    #ad-recruit .recruit-box .feature-red-msg {
        margin: 20px auto 0;
    }
    #ad-recruit .recruit-box p {
        margin: 1.0em 0 0;
        padding: 0;
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        text-align: center;
        line-height: calc( 40 / 22 );
    }
    #recruit-feature02 {
        padding-bottom: 0;
    }

    #company-greeting {
        margin: 0 auto;
        padding: 80px 0;
        width: 100%;
        z-index: 0;
    }
    #company-greeting .common-h2 {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        max-width: 1200px;
        color: var(--fg-color);
        font-size: 60px;
        font-weight: 500;
        font-family: var(--font-alphabet);
        text-align: left;
        letter-spacing: 0.1em;
    }
    #company-greeting .subtitle {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        max-width: 1200px;
        color: var(--color-theme);
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 0.1em;
    }
    #company-greeting .greeting-flex {
        margin: 40px auto 0;
        width: 90%;
        max-width: 1200px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    #company-greeting .greeting-flex .page-info {
        margin: 0;
        padding: 0;
        width: calc( 75% - 80px );
    }
    #company-greeting .greeting-flex .page-info h3 {
        margin: 0;
        padding: 0;
        font-size: 36px;
        font-weight: 700;
        text-align: left;
    }
    #company-greeting .greeting-flex .pic {
        margin: 0;
        padding: 0;
        width: 25%;
    }
    #company-greeting .greeting-flex .pic figure {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
    }
    #company-greeting .greeting-flex .pic figure img {
        margin: 0;
        width: 100%;
        height: auto;
    }
    #company-greeting .greeting-flex .name {
        margin: 0.5em 0 0;
        font-size: 20px;
        font-weight: 500;
        text-align: left;
    }
    #company-greeting .greeting-flex .name span {
        font-size: 130%;
    }

    #company-overview {
        margin: 0 auto;
        padding: 80px 0 160px;
        width: 100%;
        z-index: 0;
    }
    #company-overview .common-h2 {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        max-width: 1200px;
        color: var(--fg-color);
        font-size: 60px;
        font-weight: 500;
        font-family: var(--font-alphabet);
        text-align: left;
        letter-spacing: 0.1em;
    }
    #company-overview .subtitle {
        margin: 0 auto;
        padding: 0;
        width: 90%;
        max-width: 1200px;
        color: var(--color-theme);
        font-size: 20px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 0.1em;
    }
    #company-overview .company-table {
        margin: 60px auto 0;
        width: 90%;
        max-width: 1200px;
        border-top: 1px solid #bfbfbf;
        display: grid;
        grid-template-columns: 250px 1fr;
        gap: 0;
    }
    #company-overview .company-table > dt {
        margin: 0;
        padding: 22px 35px;
        font-size: 16px;
        font-weight: 500;
        line-height: calc( 27.2 / 16 );
        background: #dce7eb;
        border-right: 1px solid #bfbfbf;
        border-bottom: 1px solid #bfbfbf;
    }
    #company-overview .company-table > dd {
        margin: 0;
        padding: 22px 35px;
        font-size: 16px;
        font-weight: 400;
        line-height: calc( 27.2 / 16 );
        background: #fff;
        border-bottom: 1px solid #bfbfbf;
    }

    #contact-form-wrap {
        margin: 0 auto;
        width: 90%;
        max-width: 800px;
    }
    #contact-form-wrap .contact-catch {
        margin: 0 auto 60px;
        font-size: 20px;
        font-weight: 600;
        text-align: center;
    }
    #contact-form-wrap .ws-label {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0 1.0em;
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        text-align: left;
    }
    #contact-form-wrap .ws-label::after {
        content: "任意";
        color: #bfbfbf;
    }
    #contact-form-wrap .ws-label.required::after {
        content: "必須";
        margin: 0;
        padding: 0.2em 0.4em;
        color: #fff;
        font-size: 80%;
        line-height: 1.0;
        background: #b90000;
    }
    #contact-form-wrap .ws-input + .ws-label {
        margin-top: 2.0em;
    }
    #contact-form-wrap .ws-input {
        margin: 10px 0 0;
        padding: 0;
        width: 100%;
    }
    #contact-form-wrap .ws-input :is(input[type="text"],input[type="tel"],input[type="email"],input[type="date"],textarea) {
        margin: 0;
        padding: 0.5em 1.0em;
        width: 100%;
        border: 1px solid #ccc;
        font-size: 18px;
        font-weight: 500;
        font-family: inherit;
        border-radius: 8px;
    }
    #contact-form-wrap .ws-input :is(input[type="text"],input[type="tel"],input[type="email"],input[type="date"],textarea)::placeholder {
        color: #ccc;
    }
    #contact-form-wrap .ws-input textarea {
        height: 10.0em;
    }
    #contact-form-wrap .ws-input label {
        display: inline-block;
        margin: 0 2.0em 0 0;
    }
    #contact-form-wrap .ws-privacy-policy {
        margin: 40px 0 0;
        padding: 0.5em;
        width: 100%;
        height: 20.0em;
        font-size: 16px;
        font-weight: 500;
        overflow-y: auto;
        border: 1px solid #ccc;
        border-radius: 8px;
    }
    #contact-form-wrap .ws-submit {
        margin: 60px auto 0;
        width: 320px;
        height: auto;
        aspect-ratio: 5 / 1;
    }
    #contact-form-wrap .ws-submit input[type="submit"] {
        display: block;
        width: 100%;
        height: 100%;
        border: 0;
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        font-family: inherit;
        background: linear-gradient( to right, #b90000, #f00 );
    }

}
