@charset "UTF-8";

:root {
    --cont: calc(100vw - 5rem);
    --cont-side: 2.5rem;
    /*スクロールアニメ*/
    --fixedTransformPreX: 0%;
    --fixedTransformPreY: 0%;
    --fixedTopPre: 0%;
    --fixedTopPre2: 0vw;
}


@media screen and (min-width:600px) {
    :root {
        --cont: calc(100vw - 7.5rem);
        --cont-side: 3.75rem;
    }
}
@media screen and (min-width:782px) {
    :root {
        --cont: calc(100vw - 10rem);
        --cont-side: 5rem;
    }
}

html {font-size: 62.5%;}
body {font-size: 1.3rem;}

html.scroll-prevent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body:not(.home) {padding-top: 6.5rem;}

/*--------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
ユーティリティ
----------------------------------------------------------------------------
----------------------------------------------------------------------------
--------------------------------------------------------------------------*/

.u_disp-pc {
    display: none;
}

/*---コンテナ---*/
.u_container {
    width: var(--cont);
}

/*---背景飾り---*/
.u_bg-deco {
    margin: 2.4rem 0 4.9rem;
    padding: var(--cont-side) 0;
}
.u_bg-deco .deco-inner:before {
    top: calc(-1* var(--cont-side));
    width: calc(100% - 9rem);
    height: calc(100% + (var(--cont-side) * 2));
}

/*--------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
コンポーネント
----------------------------------------------------------------------------
----------------------------------------------------------------------------
--------------------------------------------------------------------------*/

/*----------------------------------------
見出し（ページトップ）
----------------------------------------*/
.c_pagettl .pagettl-inner {
    width: 100%;
    min-height: 20rem;
}
.c_pagettl .ttl-en {
    margin-bottom: 1.5rem;
}
.c_pagettl .ttl-jp {
    font-size: 1rem;
}

/*----------------------------------------
見出し
----------------------------------------*/
.c_headline .ttl-en {
    font-size: 2.5rem;
    margin-bottom: .25rem;
}
.c_headline .ttl-jp {
    font-size: 1.3rem;
}

/*----------------------------------------
MORE
----------------------------------------*/
.c_more-link {
    width: 20rem;
    height: 5.8rem;
    background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20402%20118%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23fff%3B%20stroke-miterlimit%3A%2010%3B%20stroke-width%3A%202px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cg%3E%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%221%2071.69%201%20117%20401%20117%20401%2059%20401%201%201%201%201%2046.31%22%2F%3E%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%221%2077.38%2020.74%2077.38%2020.74%2059%2020.74%2040.62%201%2040.62%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M31.84%2C63.21s-1.95%2C1.65-4.87%2C1.75c-1.44.05-2.54-.22-3.65-.92-1.59-1.01-2.58-2.87-2.58-5.03s.99-4.03%2C2.58-5.03c1.11-.7%2C2.22-.97%2C3.65-.92%2C2.92.1%2C4.87%2C1.75%2C4.87%2C1.75%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M389.9%2C63.21s1.95%2C1.65%2C4.87%2C1.75c1.44.05%2C2.54-.22%2C3.65-.92%2C1.59-1.01%2C2.58-2.87%2C2.58-5.03%2C0-2.16-.99-4.03-2.58-5.03-1.11-.7-2.22-.97-3.65-.92-2.92.1-4.87%2C1.75-4.87%2C1.75%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}
.c_more-link span {
    font-size: 1.4rem;
    padding: 0 3rem;
}
.c_more-link.small {
    width: 11.8rem;
}
.c_more-link:before {
    top: calc(50% - .85rem);
    right: 3.15rem;
    border-style: solid;
    border-top: .8rem solid transparent;
    border-bottom: .8rem solid transparent;
    border-left: .8rem solid var(--color-white);
    border-right: 0;
}

/*----------------------------------------
パンくずリスト
----------------------------------------*/
.c_breadcrumbs {
    margin: 3rem auto 3.5rem;
}
.c_breadcrumbs * {
    font-size: 1.1rem;
}
.c_breadcrumbs .separ {
    margin: 0 .2em;
}

/*----------------------------------------
ページャー
----------------------------------------*/
.c_pager .page-numbers li {
    margin: 0 1.4rem;
}
.c_pager .page-numbers a,
.c_pager .page-numbers span {
    padding: .8rem;
    font-size: 1.8rem;
}
.c_pager .page-numbers .prev,
.c_pager .page-numbers .next {
    width: 3.2rem;
    height: 3.2rem;
}
.c_pager .page-numbers .prev:before,
.c_pager .page-numbers .next:before {
    top: calc(50% - .72rem);
    border-top: .72rem solid transparent;
    border-bottom: .72rem solid transparent;
}
.c_pager .page-numbers .prev:before {
    right: 1.2rem;
    border-right: .72rem solid var(--color-white);
}
.c_pager .page-numbers .next:before {
    left: 1.2rem;
    border-left: .72rem solid var(--color-white);
}

/*----------------------------------------
テーブル
----------------------------------------*/
.c_overview-inner dl {
    gap: 0 .75rem;
}
.c_overview-inner dl dt,
.c_overview-inner dl dd {
    padding: 2rem 1rem !important;
    font-size: 1.3rem;
}
.c_overview-inner dl dt {
    width: 12.15rem;
}
.c_overview-inner dl dd {
    width: calc(100% - 12.15rem - .75rem);
}

/*----------------------------------------
関連実績
----------------------------------------*/
.c_relevance {
    margin-bottom: 6.5rem;
}
.c_relevance .c_headline {
    margin-bottom: 2.4rem;
}
.c_relevance .relevance-inner {
    padding-top: 4.6rem;
}
.c_relevance .relevance-inner:before {
    top: 0;
    left: 0;
    height: 8rem;
}
.c_relevance .relevance-list {
    margin-bottom: 3.6rem;
}
.c_relevance .relevance-list .item {
    margin-bottom: 2.4rem;
}
.c_relevance .relevance-list .item .item-img {
    height: 16.8rem;
    margin-bottom: 1.25rem;
}
.c_relevance .relevance-list .item .item-ttl .ttl-name {
    font-size: 1.6rem;
    margin-bottom: .5rem;
}
.c_relevance .relevance-list .item .item-ttl .ttl-pref {
    font-size: 1.2rem;
}

@media screen and (min-width:768px) {
    .c_relevance .relevance-list {
        display: flex;
    }
    .c_relevance .relevance-list .item {
        width: calc((100% - 3.6rem) / 3);
    }
    .c_relevance .relevance-list .item:not(:last-child) {
        margin-right: 1.8rem;
    }
}

/*----------------------------------------
事業領域リスト
----------------------------------------*/
.c_business-list .c_headline {
    margin-bottom: 3.6rem;
}

.c_business-list .business-item {
    margin-bottom: 9.4rem;
    padding-top: 4rem;
}
.c_business-list .business-item:before {
    width: calc(4.8rem + var(--cont-side));
    height: 30.2rem;
}
.c_business-list .business-item:nth-child(odd):before {
    left: calc(-1 * var(--cont-side));
}
.c_business-list .business-item:nth-child(even):before {
    right: calc(-1 * var(--cont-side));
}

.c_business-list .business-item .item-ttl .ttl-en {
    top: 6.8rem;
    font-size: 1.9rem;
}
.c_business-list .business-item .item-ttl .ttl-jp {
    top: 0;
    font-size: 1.2rem;
    padding: calc(8rem) .8rem calc(1.6rem - .25em);
}
.c_business-list .business-item:nth-child(odd) .item-ttl .ttl-en {
    left: calc(-1 * var(--cont-side));
    padding: 1.5rem 3.2rem calc(1.5rem - .5em) calc(4rem + var(--cont-side));
}
.c_business-list .business-item:nth-child(even) .item-ttl .ttl-en {
    right: calc(-1 * var(--cont-side));
    padding: 1.5rem calc(4rem + var(--cont-side)) calc(1.5rem - .5em) 3.2rem;
}
.c_business-list .business-item:nth-child(odd) .item-ttl .ttl-jp {
    left: 0;
}
.c_business-list .business-item:nth-child(even) .item-ttl .ttl-jp {
    right: 0;
}
.c_business-list .business-item .item-img {
    width: 100vw;
    height: 24.8rem;
    margin: 0 calc(-1 * var(--cont-side)) 2rem;
}

.c_business-list .business-item:nth-child(odd) .item-txt .txt-digits {
    margin: -1rem 0 -.15rem auto;
}
.c_business-list .business-item:nth-child(even) .item-txt .txt-digits {
    margin: -1rem auto -.15rem 0;
}
.c_business-list .business-item .item-txt .txt-digits .digits-biz {
    top: calc(50% - .5em);
}
.c_business-list .business-item:nth-child(odd) .item-txt .txt-digits .digits-biz {
    left: -5.2rem;
}
.c_business-list .business-item:nth-child(even) .item-txt .txt-digits .digits-biz {
    left: 5.4rem;
}
.c_business-list .business-item .item-txt .txt-digits .digits-num {
    font-size: 10rem;
}
.c_business-list .business-item .item-txt .txt-summary {
    line-height: 2.3;
    margin-bottom: 1.5rem;
}

.c_business-list .business-item .item-txt .txt-more-link a span {
    padding: .4rem 1.2rem .1rem;
}
.c_business-list .business-item:nth-child(odd) .item-txt .txt-more-link .u_arrow {
    margin-right: .6rem;
}
.c_business-list .business-item:nth-child(even) .item-txt .txt-more-link .u_arrow {
    margin-left: .6rem;
}

/*----------------------------------------
採用情報
----------------------------------------*/
.c_recruit .recruit-inner {
    flex-direction: column-reverse;
}
.c_recruit .recruit-txt .txt-catch {
    margin-bottom: 2.7rem;
}
.c_recruit .recruit-txt .txt-catch:after {
    left: calc(-1 * var(--cont-side));
    width: calc(var(--cont-side) + 100%);
}
.c_recruit .recruit-txt .txt-catch span {
    font-size: 2.7rem;
    white-space: nowrap;
    width: 100%;
}
.c_recruit .recruit-txt .txt-summary {
    width: calc(100% - .8rem);
    margin-bottom: 3.6rem;
}
.c_recruit .recruit-txt .txt-summary:after {
    left: calc(-1 * var(--cont-side));
    width: calc(var(--cont-side) + 100% + .8rem);
}
.c_recruit .recruit-txt .txt-summary > span {
    padding: .6rem .8rem .6rem 0;
}

.c_recruit .recruit-img {
    width: 100%;
    height: 20rem;
    margin-bottom: 2rem;
}

.c_recruit .c_more-link {
    width: 21rem;
    margin: 0 auto;
}

@media screen and (max-width:359px) {
    .c_recruit .recruit-txt .txt-catch span {
        font-size: 2.5rem;
    }
}

/*--------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
レイアウト
----------------------------------------------------------------------------
----------------------------------------------------------------------------
--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------*/
#l_header .header-logo {
    position: fixed;
    top: 1.5rem;
    left: 1.9rem;
    z-index: 1001;
}
#l_header .header-logo .logo-img {
    width: 6.05rem;
    height: 4.15rem;
}

#l_header .header-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    min-height: 100vh;
    background: var(--color-blue);
    padding-top: 6.5rem;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
    transition: visibility 5s ease, opacity .5s ease;
    z-index: 1000;
}

#l_header .header-nav .nav-list {
    padding: 2.5rem var(--cont-side) 3.5rem;
}
#l_header .header-nav .nav-list .item {
    opacity: 0;
    transform: translateX(-2rem);
}
#l_header .header-nav .nav-list .item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.3rem 0;
}
#l_header .header-nav .nav-list .item span {
    font-size: 1.6rem;
    color: var(--color-white);
}
#l_header .header-nav .nav-list .item.m-corp span,
#l_header .header-nav .nav-list .item.m-privacy span {
    text-decoration: underline;
}
#l_header .header-nav .nav-list .item a:hover {
    opacity: 1;
}
#l_header .header-nav .nav-list .item img {
    width: auto;
    height: 1.2rem;
    margin: 0.4rem auto 0;
}
#l_header .header-nav .nav-list .item.m-projects img {
    height: 1.5rem;
}
#l_header .header-nav .hum-logo {
    display: block;
    width: 11.1rem;
    height: 7.65rem;
    margin: 1.2em auto 0;
    transform: translateX(-2rem);
    opacity: 0;
    transition: 3s var(--trans-eoe);
    transition-property: opacity, transform;
    transition-delay: 1.5s;
}
.open-hum #l_header .header-nav .hum-logo {
    transform: translateX(0);
    opacity: 1;
}
#l_header .header-nav .hum-address {
    width: 100%;
    padding: 0 var(--cont-side);
    font-size: 1.6rem;
    transform: translateX(-2rem);
    opacity: 0;
    transition: 3s var(--trans-eoe);
    transition-property: opacity, transform;
    transition-delay: 1.8s;
}
.open-hum #l_header .header-nav .hum-address {
    transform: translateX(0);
    opacity: 1;
}
#l_header .header-nav .hum-address h3 {
    color: var(--color-white);
    text-align: center;
    margin-top: 1.5rem;
    font-size: 1.6rem;
}
#l_header .header-nav .hum-address p {
    color: var(--color-white);
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.714;
}

.open-hum #l_header .header-nav {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.open-hum #l_header .header-nav  .item {
    transition: 3s var(--trans-eoe);
    transition-delay: calc(.5s + (.2s * var(--item-index)));
    transition-property: opacity, transform;
    opacity: 1;
    transform: translateX(0);
}

#l_header .hum-toggle {
    position: fixed;
    top: 0;
    right: 0;
    width: 6.5rem;
    height: 6.5rem;
    background: var(--color-blue);
    z-index: 1001;
    cursor: pointer;
}
#l_header .hum-toggle div {
    position: absolute;
    width: 2.1rem;
    height: 1px;
    left: 2.2rem;
    background: var(--color-white);
    transition: top .5s var(--trans-eoe), transform .5s var(--trans-eos);
}
#l_header .hum-toggle div:nth-child(1) {
    top: 2.2rem;
}
#l_header .hum-toggle div:nth-child(2) {
    top: 3.15rem;
}
#l_header .hum-toggle div:nth-child(3) {
    top: 4.1rem;
}
#l_header .hum-toggle:hover div:nth-child(1) {
    top: 2.6rem;
}
#l_header .hum-toggle:hover div:nth-child(3) {
    top: 3.7rem;
}

.open-hum #l_header .hum-toggle div:nth-child(1) {
    top: 3.5rem;
    transform: rotate(225deg);
}
.open-hum #l_header .hum-toggle div:nth-child(2) {
    transform: scale(0,1);
}
.open-hum #l_header .hum-toggle div:nth-child(3) {
    top: 3.5rem;
    transform: rotate(-225deg);
}

body.customize-support #l_header .header-logo {
    top: calc(1.1rem + 32px);
}
body.customize-support #l_header .header-nav {
    padding-top: calc(7rem + 32px);
    padding-bottom: 4rem;
}
body.customize-support #l_header .hum-toggle {
    top: 32px;
}


@media screen and (max-width: 782px) {
    body.customize-support #l_header .header-logo {
        top: calc(1.1rem + 46px);
    }
    body.customize-support #l_header .header-nav {
        padding-top: calc(7rem + 46px);
    }
    body.customize-support #l_header .hum-toggle {
        top: 46px;
    }
}

/*スクロールアニメ*/
#l_header .header-logo,
#l_header .hum-toggle {
    pointer-events: none;
    transition: transform 3s var(--trans-eoe) .5s;
}
#l_header .header-logo {
    transform: translateY(calc(-100% - 1.1rem));
}
#l_header .hum-toggle {
    transform: translateY(-100%);
}
#l_header[data-scroll="in"] .header-logo,
#l_header[data-scroll="in"] .hum-toggle {
    transform: translateY(0);
    pointer-events: auto;
}

/*--------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------*/
#l_footer {
    padding: 5.2rem 0 2.1rem;
}

#l_footer .footer-inner {
    flex-direction: column;
    align-items: center;
}
#l_footer .footer-left-inner {
    flex-direction: column;
    align-items: center;
    width: 29rem;
    margin: 0 auto 4.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid var(--color-white);
}
#l_footer .footer-logo {
    margin-bottom: 2.8rem;
}
#l_footer .footer-address h3 {
    margin-bottom: 1rem;
    text-align: center;
    font-size: 1.6rem;
}
#l_footer .footer-address p {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.714;
}

#l_footer .footer-top-link {
    flex-direction: column;
    justify-content: center;
    gap: 3.9rem 0;
    margin-bottom: 4.3rem;
}
#l_footer .footer-top-link .item {
    text-align: center;
}
#l_footer .footer-top-link .item a span {
    display: block;
    margin-bottom: 0.8em;
    font-size: 1.6rem;
}
#l_footer .footer-top-link .item a img {
    width: auto;
    margin: 0 auto;
    height: 1.2rem;
}
#l_footer .footer-top-link .item.m-projects a img {
    height: 1.5rem;
}
#l_footer .footer-bottom-link {
    flex-direction: column;
    gap: 4rem 0;
    margin-bottom: 8rem;
}
#l_footer .footer-bottom-link .item a {
    display: block;
    text-align: center;
    font-size: 1.4rem;
}
#l_footer .footer-copyright {
    text-align: center;
    font-size: 1.4rem;
}


/*--------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
ページ
----------------------------------------------------------------------------
----------------------------------------------------------------------------
--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
TOP
--------------------------------------------------------------------------*/

/*----------------------------------------
キービジュアル
----------------------------------------*/
#p_top .m_kv .kv-inner {
    height: 100dvh;
    background-image: url(../img/top/mv_bg_sp.webp);
}
#p_top .m_kv .kv-logo {
    width: 36.15rem;
}

/*----------------------------------------
わたしたちについて
----------------------------------------*/
#p_top .c_about-list {
    background-image: url(../img/top/about_bg_sp.webp);
    padding: 30rem 0 4rem;
}
#p_top .c_about-list .c_headline {
    margin: 0 3.3rem 3rem;
}
#p_top .c_about-list .c_headline::before {
    top: 2rem;
    left: -10rem;
    width: 11.3rem;
    height: 1px;
    transform: rotate(48deg);
}
#p_top .c_about-list .c_headline .ttl-en {
    margin-bottom: 1.5rem;
}
#p_top .c_about-list .c_headline .ttl-jp {
    font-size: 1.4rem;
}
#p_top .c_about-list .c_headline .ttl-en img {
    height: 3.1rem;
}
#p_top .c_about-hd {
    margin: 0 3.3rem 5rem;
    font-size: 2.1rem;
    line-height: 1.476;
}
#p_top .c_about-txt {
    margin-bottom: 3rem;
    font-size: 1.4rem;
    line-height: 1.714;
}

/*----------------------------------------
事業紹介
----------------------------------------*/
#p_top .c_business-list {
    background-image: url(../img/top/business_bg_sp.webp);
    padding: 6.1rem 0 3.6rem;
}
#p_top .c_business-list .c_headline {
    width: 15.8rem;
    margin: 0 4rem 6rem auto;
}
#p_top .c_business-list .c_headline::before {
    top: 2rem;
    left: -10rem;
    width: 11.3rem;
    height: 1px;
    transform: rotate(48deg);
}
#p_top .c_business-list .c_headline .ttl-en {
    margin-bottom: 1.5rem;
}
#p_top .c_business-list .c_headline .ttl-jp {
    font-size: 1.4rem;
}
#p_top .c_business-list .c_headline .ttl-en img {
    height: 3.1rem;
}
#p_top .c_business-wrap {
    flex-direction: column;
    gap: 2.5rem 0;
}
#p_top .c_business-img {
    width: auto;
}
#p_top .c_business-txt {
    font-size: 1.4rem;
    line-height: 1.714;
}

/*----------------------------------------
施工実績紹介
----------------------------------------*/
#p_top .m_projects {
    padding: 7rem 0 4.3rem;
    background-image: url(../img/top/projects_bg_sp.webp);
}
#p_top .m_projects .c_headline {
    margin-bottom: 5rem;
}
#p_top .m_projects .c_headline .ttl-en {
    margin-bottom: 1rem;
}
#p_top .m_projects .c_headline .ttl-jp {
    font-size: 2rem;
}
#p_top .m_projects .c_headline .ttl-en img {
    height: 3.9rem;
    margin: 0 auto;
}
#p_top .m_projects .project-list {
    margin-bottom: 13rem;
}
#p_top .m_projects .project-list .item {
    width: 31.3rem;
    height: 20.25rem;
}
#p_top .m_projects .project-list .item::after {
    width: 3.3rem;
    height: 3.3rem;
}
#p_top .m_projects .project-list .item .item-img {
    margin-bottom: 1.5rem;
}
#p_top .m_projects .project-list .item .item-ttl .ttl-name {
    margin-bottom: 1rem;
    font-size: 1.6rem;
}
#p_top .m_projects .project-list .item .item-ttl .ttl-pref {
    font-size: 1.4rem;
}

/*----------------------------------------
新着情報
----------------------------------------*/
#p_top .m_news {
    margin-bottom: 8.2rem;
}
#p_top .m_news .headline-inner {
    justify-content: space-between;
    align-items: flex-start;
}
#p_top .m_news .headline-inner .c_headline {
    margin-bottom: 3.2rem;
}

#p_top .m_news .news-list {
    border-left: 1px solid var(--color-black);
}
#p_top .m_news .news-list .item:not(:last-child) {
    margin-bottom: 2rem;
}
#p_top .m_news .news-list .item a {
    padding-right: 1rem;
}
#p_top .m_news .news-list .item a:before {
    top: 0;
    left: 4.4rem;
    width: calc(100% - 4.4rem);
    height: 100%;
}
#p_top .m_news .news-list .item .cate-item {
    min-width: 8.8rem;
    margin-right: 1.2rem;
    padding: .6rem .9rem;
}
#p_top .m_news .news-list .item .item-inner {
    flex-direction: column;
    justify-content: center;
}
#p_top .m_news .news-list .item .item-time {
    margin: 1.3rem 0 .6rem;
}
#p_top .m_news .news-list .item .item-ttl {
    line-height: 1.5;
    margin-bottom: .8rem;
}

/*----------------------------------------
採用情報
----------------------------------------*/
#p_top .c_recruit {
    padding: 6.4rem 0 5.4rem;
}

#p_top .c_recruit .c_headline {
    margin-bottom: 4.4rem;
}

/*--------------------------------------------------------------------------
協和について
--------------------------------------------------------------------------*/
#p_about .c_pagettl .ttl-en img {
    height: 3rem;
}
#p_about .m_overview{
    padding-bottom: 9.35rem;
}

/*--------------------------------------------------------------------------
施工実績
--------------------------------------------------------------------------*/

/*----------------------------------------
事業種類
----------------------------------------*/
#p_business .m_intro {
    margin-bottom: 5rem;
}
#p_business .m_intro .intro-inner {
    flex-direction: column-reverse;
    width: 100%;
    margin: 0;
    padding: 2.1rem 0;
}
#p_business .m_intro .intro-biz-list {
    width: 28.5rem;
    height: 26.7rem;
    margin: 0 auto;
}
#p_business .m_intro .intro-biz-list .item {
    width: 15.6rem;
    height: 15.6rem;
}
#p_business .m_intro .intro-biz-list .item:nth-child(1) {
    left: calc(50% - 7.8rem);
}

#p_business .m_intro .intro-txt {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 0 var(--cont-side);
}
#p_business .m_intro .intro-txt .txt-ttl {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    padding: .5rem 0;
}
#p_business .m_intro .intro-txt .txt-summary {
    text-align: justify;
}

/*----------------------------------------
事業領域リスト
----------------------------------------*/
#p_business .c_business-list {
    padding-top: 2.1rem;
}

/*--------------------------------------------------------------------------
事業詳細
--------------------------------------------------------------------------*/

/*----------------------------------------
について
----------------------------------------*/
#p_business-detail .m_about .about-inner {
    padding: 2.1rem 1.35rem;
}
#p_business-detail .m_about .about-summary {
    line-height: 2;
}

/*----------------------------------------
工法紹介
----------------------------------------*/
#p_business-detail .m_method {
    margin-bottom: 4.6rem;
}
#p_business-detail .m_method .c_headline {
    margin-bottom: 2.4rem;
}

#p_business-detail .m_method .method-list .item {
    margin-bottom: 2.5rem;
    padding: 1rem;
}
#p_business-detail .m_method .method-list .item .item-inner {
    padding: 1.25rem;
}
#p_business-detail .m_method .method-list .item .item-ttl {
    font-size: 1.75rem;
    margin-bottom: .8rem;
}

/*----------------------------------------
特徴
----------------------------------------*/
#p_business-detail .m_feature .feature-inner {
    padding: 3rem var(--cont-side);
}
#p_business-detail .m_feature .feature-txt:not(:last-child) {
    margin-bottom: 2.5rem;
}
#p_business-detail .m_feature .feature-txt dt {
    font-size: 1.75rem;
    text-indent: calc(-5rem - 0.1em);
    margin-bottom: 1.1rem;
    padding: 0 0 .65rem calc(5rem + 0.1em);
}
#p_business-detail .m_feature .feature-txt dt:before {
    top: .125em;
    font-size: 3rem;
    margin-right: calc(1.5rem - .2em);
}

/*--------------------------------------------------------------------------
歩み続ける歴史
--------------------------------------------------------------------------*/
#p_history {
    padding-bottom: 9.4rem;
}

/*----------------------------------------
キービジュアル
----------------------------------------*/
#p_history .m_kv {
    margin-bottom: 8rem;
}

#p_history .m_kv .kv-num {
    font-size: clamp(23.4rem, 83.2vw, 31.2rem);
    font-size: max(23.4rem, min(83.2vw, 31.2rem));
    padding-bottom: clamp(15.75rem, 56vw, 21rem);
    padding-bottom: max(15.75rem, min(56vw, 21rem));
}
#p_history .m_kv .kv-ttl {
    transform: translateY(clamp(5.625rem, 20vw, 7.5rem));
}
#p_history .m_kv .kv-ttl .kv-ttl-inner {
    flex-direction: column;
}
#p_history .m_kv .kv-ttl .kv-ttl-inner > span {
    margin-bottom: 1rem;
}
#p_history .m_kv .kv-ttl .kv-ttl-inner > span > span {
    font-size: clamp(4rem, 13.333vw, 5rem);
    font-size: max(4rem, min(13.333vw, 5rem));
    text-indent: .2em;
}

/*スクロールアニメ*/
#p_history .m_kv[data-scroll] .kv-ttl .kv-ttl-inner > span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: var(--color-black);
    z-index: 5;
    transform: translateX(-100%);
}
#p_history .m_kv[data-scroll="in"] .kv-ttl .kv-ttl-inner > span:before {
    animation: txt-cover_fwd 2s var(--trans-eoe) 1.5s forwards, txt-cover_bak 2s var(--trans-eoe) 3s forwards;
}

/*----------------------------------------
世代
----------------------------------------*/
#p_history .m_gen.first {
    margin-bottom: 9rem;
}
#p_history .m_gen.second {
    margin-bottom: 8.8rem;
}

/*年号*/
#p_history .m_gen.first .gen-year {
    margin-bottom: 3.3rem;
}
#p_history .m_gen.second .gen-year {
    margin-bottom: 4.2rem;
}
#p_history .m_gen.third .gen-year {
    margin-bottom: 4.13rem;
}
#p_history .m_gen .gen-year .year-bg {
    width: 89rem;
}

/*テキスト*/
#p_history .m_gen .gen-inner {
    width: calc(var(--cont) + var(--cont-side));
    margin: 0;
}
#p_history .m_gen:nth-of-type(odd) .gen-inner {
    margin-left: var(--cont-side);
}
#p_history .m_gen:nth-of-type(even) .gen-inner {
    margin-right: var(--cont-side);
}

#p_history .m_gen .gen-txt {
    margin-bottom: 5rem;
}
#p_history .m_gen .gen-txt .txt-ttl {
    margin-bottom: 3rem;
}
#p_history .m_gen .gen-txt .txt-ttl:before {
    width: var(--cont-side);
    height: 100%;
}
#p_history .m_gen:nth-of-type(odd) .gen-txt .txt-ttl:before {
    left: calc(-1 * var(--cont-side));
}
#p_history .m_gen:nth-of-type(even) .gen-txt .txt-ttl:before {
    right: calc(-1 * var(--cont-side));
}
#p_history .m_gen .gen-txt .txt-ttl span {
    display: inline-block;
    font-size: 3rem;
    padding: .333em 0;
}
#p_history .m_gen:nth-of-type(odd) .gen-txt .txt-ttl span {
    padding-right: .125em;
}
#p_history .m_gen:nth-of-type(even) .gen-txt .txt-ttl span {
    padding-left: .625em;
}

#p_history .m_gen .gen-txt .txt-summary {
    margin-bottom: 3rem;
}
#p_history .m_gen .gen-txt .txt-summary p {
    font-size: 1.5rem;
    line-height: 2.666em;
}
#p_history .m_gen .gen-txt .txt-summary p:not(:last-child) {
    margin-bottom: 2.666em;
}

#p_history .m_gen .gen-txt .txt-prof .prof-post {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}
#p_history .m_gen .gen-txt .txt-prof .prof-name-jp {
    font-size: 2.8rem;
    margin-bottom: 1rem;
}
#p_history .m_gen .gen-txt .txt-prof .prof-name-en {
    font-size: .8rem;
    margin-bottom: 1.8rem;
}
#p_history .m_gen .gen-txt .txt-prof .prof-tenure {
    font-size: 1.3rem;
}

@media screen and (max-width:374px) {
    #p_history .m_gen .gen-txt .txt-ttl span {
        font-size: 8vw;
    }

    #p_history .m_gen .gen-txt .txt-summary p {
        font-size: 4vw;
    }

    #p_history .m_gen .gen-txt .txt-prof .prof-post {
        font-size: 3.467vw;
    }
    #p_history .m_gen .gen-txt .txt-prof .prof-name-jp {
        font-size: 7.467vw;
    }
    #p_history .m_gen .gen-txt .txt-prof .prof-name-en {
        font-size: 2.133vw;
    }
    #p_history .m_gen .gen-txt .txt-prof .prof-tenure {
        font-size: 3.467vw;
    }
}

/*写真*/
#p_history .m_gen.first .gen-photo .photo-01 {
    width: clamp(18.5rem, 49.333vw, 36.1rem);
    width: max(18.5rem, min(49.333vw, 36.1rem));
    height: clamp(28.1rem, 74.933vw, 54.9rem);
    height: max(28.1rem, min(74.933vw, 54.9rem));
    margin: 0 0 0 auto;
}
#p_history .m_gen.first .gen-photo .photo-02 {
    width: clamp(24.9rem, 66.4vw, 56.1rem);
    width: max(24.9rem, min(66.4vw, 56.1rem));
    height: clamp(16.4rem, 43.733vw, 36.9rem);
    height: max(16.4rem, min(43.733vw, 36.9rem));
    margin: 4.2rem auto 0 0;
}
#p_history .m_gen.second .gen-photo .photo-01 {
    width: clamp(23.1rem, 61.6vw, 51.9rem);
    width: max(23.1rem, min(61.6vw, 51.9rem));
    height: clamp(21.3rem, 56.8vw, 48rem);
    height: max(21.3rem, min(56.8vw, 48rem));
    margin: 0 auto 0 0;
}
#p_history .m_gen.second .gen-photo .photo-02 {
    width: clamp(24.9rem, 66.4vw, 56.1rem);
    width: max(24.9rem, min(66.4vw, 56.1rem));
    height: clamp(16.4rem, 43.733vw, 36.9rem);
    height: max(16.4rem, min(43.733vw, 36.9rem));
    margin: 3.2rem 0 0 auto;
}
#p_history .m_gen.third .gen-photo .photo-01 {
    width: clamp(23rem, 61.333vw, 51.9rem);
    width: max(23rem, min(61.333vw, 51.9rem));
    height: clamp(21.3rem, 56.8vw, 48rem);
    height: max(21.3rem, min(56.8vw, 48rem));
    margin: 0 0 0 auto;
}
#p_history .m_gen.third .gen-photo .photo-02 {
    width: clamp(24.9rem, 66.4vw, 56.1rem);
    width: max(24.9rem, min(66.4vw, 56.1rem));
    height: clamp(16.4rem, 43.733vw, 36.9rem);
    height: max(16.4rem, min(43.733vw, 36.9rem));
    margin: 3rem auto 0 0;
}

/*--------------------------------------------------------------------------
採用情報
--------------------------------------------------------------------------*/

/*----------------------------------------
イントロ
----------------------------------------*/
#p_recruit .c_recruit:before {
    top: -3rem;
    right: 0;
    width: calc(var(--cont-side) + 7.5rem);
    height: 48rem;
}

/*----------------------------------------
仕事内容
----------------------------------------*/
#p_recruit .c_business-list {
    padding-top: 4rem;
}

/*----------------------------------------
数字で見る協和
----------------------------------------*/
#p_recruit .m_number .c_headline {
    margin-bottom: 2.8rem;
}
#p_recruit .m_number .number-list {
    display: flex;
    flex-wrap: wrap;
    gap: .6rem;
}
#p_recruit .m_number .number-list .item {
    width: calc((100% - .6rem) / 2);
    padding: 2rem 0;
    border-width: .3rem;
}
#p_recruit .m_number .number-list .item.ratio {
    width: 100%;
    padding: 1.7rem 0;
}

#p_recruit .m_number .number-list .item.year .item-img {
    margin-bottom: 1.2rem;
}
#p_recruit .m_number .number-list .item.average .item-img {
    margin-bottom: 1.2rem;
}
#p_recruit .m_number .number-list .item.employee .item-img {
    margin-bottom: .9rem;
}
#p_recruit .m_number .number-list .item.construction .item-img {
    margin-bottom: 1.5rem;
}
#p_recruit .m_number .number-list .item.ratio .item-img {
    margin-right: 1.5rem;
}
#p_recruit .m_number .number-list .item.year .item-img img {
    width: 6.7rem;
}
#p_recruit .m_number .number-list .item.average img {
    width: 15rem;
}
#p_recruit .m_number .number-list .item.employee img {
    width: 9.7rem;
}
#p_recruit .m_number .number-list .item.construction img {
    width: 9.6rem;
}
#p_recruit .m_number .number-list .item.ratio img {
    width: 16rem;
}
#p_recruit .m_number .number-list .item .item-ttl {
    font-size: 1.2rem;
}
#p_recruit .m_number .number-list .item.average .item-ttl {
    margin-right: .5rem;
}
#p_recruit .m_number .number-list .item.employee .item-ttl {
    margin-bottom: .6rem;
}
#p_recruit .m_number .number-list .item.construction .item-ttl {
    margin-bottom: 1.1rem;
}
#p_recruit .m_number .number-list .item.ratio .item-ttl {
    margin-right: .75rem;
}
#p_recruit .m_number .number-list .item .item-num {
    font-size: 1.9rem;
}
#p_recruit .m_number .number-list .item .item-num span {
    font-size: 3.1rem;
    margin-right: .4rem;
}

/*----------------------------------------
先輩社員の声
----------------------------------------*/
#p_recruit .m_voice {
    padding-top: 8rem;
}

#p_recruit .m_voice .c_headline {
    margin-bottom: 3.8rem;
}

#p_recruit .m_voice .voice-list {
    gap: 4.5rem 0;
}
#p_recruit .m_voice .voice-list .item {
    flex-direction: column;
    gap: 3.8rem 0;
}
#p_recruit .m_voice .voice-list .item .item-img {
    width: 25rem;
}
#p_recruit .m_voice .voice-list .item:nth-child(odd) .item-img {
    margin-left: auto;
}
#p_recruit .m_voice .voice-list .item:nth-child(even) .item-img {
    margin-right: auto;
}
#p_recruit .m_voice .voice-list .item .item-img::before {
    bottom: 0;
    width: calc(((100vw - var(--cont)) / 2) + (var(--cont) - 25rem));
    height: 17.6rem;
}
#p_recruit .m_voice .voice-list .item:nth-child(odd) .item-img::before {
    left: calc(-1 * (((100vw - var(--cont)) / 2) + (var(--cont) - 25rem)));
}
#p_recruit .m_voice .voice-list .item:nth-child(even) .item-img::before {
    right: calc(-1 * (((100vw - var(--cont)) / 2) + (var(--cont) - 25rem)));
}
#p_recruit .m_voice .voice-list .item .txt-ttl {
    font-size: 2.1rem;
    margin-bottom: 2rem;
}
#p_recruit .m_voice .voice-list .item .txt-qaa {
    font-size: 1.5rem;
    margin-bottom: 1.8rem;
}
#p_recruit .m_voice .voice-list .item .txt-qaa dl:not(:last-child) {
    margin-bottom: 1.8rem;
}
#p_recruit .m_voice .voice-list .item .txt-name {
    font-size: 1.5rem;
}

/*----------------------------------------
キャリアアップ
----------------------------------------*/
#p_recruit .m_carrierup {
    margin-top: 7.5rem;
}

#p_recruit .m_carrierup .c_headline {
    margin-bottom: 3.8rem;
}

#p_recruit .m_carrierup .carrierup-img {
    margin-bottom: 2.9rem;
}
#p_recruit .m_carrierup .carrierup-list {
    flex-direction: column;
    gap: 2.2rem;
}
#p_recruit .m_carrierup .carrierup-list .item .item-ttl {
    font-size: 2.2rem;
    margin-bottom: .8rem;
}
#p_recruit .m_carrierup .carrierup-list .item .item-txt {
    font-size: 1.5rem;
}

/*----------------------------------------
求める人物像
----------------------------------------*/
#p_recruit .m_personality {
    margin-bottom: 6rem;
}

#p_recruit .m_personality .personality-inner {
    padding: 3rem 2rem 2.4rem;
}
#p_recruit .m_personality .personality-summary dt {
    margin-bottom: 1.75rem;
}

/*----------------------------------------
福利厚生・教育体制
----------------------------------------*/
#p_recruit .m_system {
    margin-top: 10rem;
    padding: 4rem 0 5rem;
}
#p_recruit .m_system .c_headline {
    margin-bottom: 3rem;
}

#p_recruit .m_system .detail-list {
    margin-bottom: 1.3rem;
}
#p_recruit .m_system .detail-list .item {
    width: 50%;
    margin: 0 0 1.8rem;
}
#p_recruit .m_system .detail-list .item .item-icon {
    min-width: 10rem;
    min-height: 9.3rem;
    margin-bottom: 1.3rem;
}
#p_recruit .m_system .detail-list .item:nth-child(1) .item-icon img {
    width: 8rem;
    height: 9.3rem;
}
#p_recruit .m_system .detail-list .item:nth-child(2) .item-icon img {
    width: 10rem;
    height: 7.8rem;
}
#p_recruit .m_system .detail-list .item:nth-child(3) .item-icon img {
    width: 8rem;
    height: 8.4rem;
}
#p_recruit .m_system .detail-list .item:nth-child(4) .item-icon img {
    width: 7.7rem;
    height: 8.8rem;
}
#p_recruit .m_system .detail-list .item:nth-child(5) .item-icon img {
    width: 9.8rem;
    height: 7.1rem;
}
#p_recruit .m_system .detail-list .item .item-ttl {
    font-size: 1.5rem;
}

#p_recruit .m_system .flow-inner {
    padding: 2.5rem 2.5rem 2.65rem;
}
#p_recruit .m_system .flow-ttl {
    font-size: 1.7rem;
    margin-bottom: 1.4rem;
}

@media screen and (min-width:580px) {
    #p_recruit .m_system .detail-list {
        justify-content: center;
    }
    #p_recruit .m_system .detail-list .item {
        width: calc(100% / 3);
    }
}
@media screen and (min-width:768px) {
    #p_recruit .m_system .detail-list .item {
        width: calc(100% / 5);
    }
}

/*----------------------------------------
募集要項
----------------------------------------*/
#p_recruit .m_info {
    margin: 8rem 0 5rem;
}

#p_recruit .m_info .info-table {
    margin-top: 1.6rem;
}
#p_recruit .m_info .info-table table tr,
#p_recruit .m_info .info-table table th,
#p_recruit .m_info .info-table table td {
    display: block;
}
#p_recruit .m_info .info-table table tr {
    padding: 1.4rem 0;
    border-bottom: 1px solid rgba(112,112,112, .5);
}
#p_recruit .m_info .info-table table th {
    margin-bottom: .5em;
}
#p_recruit .m_info .info-table table tr {
    border-bottom: 1px solid rgba(112,112,112, .5);
}

/*----------------------------------------
エントリー
----------------------------------------*/
#p_recruit .m_entry {
    height: 24rem;
}
#p_recruit .m_entry .entry-txt:before {
    top: 2rem;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
    width: calc(100% - 4rem);
    height: calc(100% - 4rem);
}

#p_recruit .m_entry .entry-txt .ttl-en {
    margin-bottom: .4rem;
}
#p_recruit .m_entry .entry-txt .ttl-en,
#p_recruit .m_entry .entry-txt .ttl-en span {
    font-size: 2.75rem;
}
#p_recruit .m_entry .entry-txt .ttl-jp,
#p_recruit .m_entry .entry-txt .ttl-jp span {
    font-size: 1.4rem;
}

/*--------------------------------------------------------------------------
新着情報一覧
--------------------------------------------------------------------------*/
#p_news-archive .news-inner {
    margin-bottom: 5.8rem;
}

/*----------------------------------------
カテゴリーリスト
----------------------------------------*/
#p_news-archive .news-cate-list {
    margin-bottom: 2.4rem;
}
#p_news-archive .news-cate-list .item {
    width: calc((100% - (1.2rem)) / 2);
    margin-bottom: .8rem;
}
#p_news-archive .news-cate-list .item:not(:nth-child(2n)) {
    margin-right: 1.2rem;
}
#p_news-archive .news-cate-list .item .cate-name span {
    font-size: 1.3rem;
    padding: .4rem .8rem;
}

/*----------------------------------------
ニュースリスト
----------------------------------------*/
#p_news-archive .news-list {
    margin-bottom: 4.8rem;
}
#p_news-archive .news-list .item.item:not(:last-child) {
    margin-bottom: 2.2rem;
}
#p_news-archive .news-list .item .item-inner {
    min-width: 7.8rem;
    margin-right: 1.8rem;
}

/*--------------------------------------------------------------------------
新着情報個別
--------------------------------------------------------------------------*/

/*----------------------------------------
投稿情報
----------------------------------------*/
#p_news-single .m_state {
    margin-bottom: 3rem;
}
#p_news-single .m_state .state-ttl {
    font-size: 1.7rem;
    margin: -.75em 0 1rem;
}
#p_news-single .m_state .item-date {
    margin-right: 1.4rem;
}
#p_news-single .m_state .item-cate-list .cate-item {
    font-size: 1.2rem;
}

/*----------------------------------------
投稿内容
----------------------------------------*/
#p_news-single .m_detail {
    margin-bottom: 5.4rem;
}
#p_news-single .m_detail .entry-content {
    margin-bottom: 5.4rem;
}

/*--------------------------------------------------------------------------
制作実績一覧
--------------------------------------------------------------------------*/
#p_works-archive {
    padding-bottom: 8rem;
}
#p_works-archive .c_pagettl .ttl-en img {
    height: 3.9rem;
}
#p_works-archive .works-inner {
    margin-bottom: 5.8rem;
}

/*----------------------------------------
カテゴリーリスト
----------------------------------------*/
#p_works-archive .works-searchs {
    margin-bottom: 4.5rem;
}
#p_works-archive .works-searchs .search-tab-list .tab-item span {
    font-size: 1.5rem;
    padding: 1.2rem 0;
}

#p_works-archive .works-searchs .form-kouji {
    padding: 2rem 2rem 2.25rem;
}
#p_works-archive .works-searchs .form-kouji .form-cate {
    margin-bottom: 1.8rem;
}
#p_works-archive .works-searchs .form-kouji .form-cate-ttl {
    font-size: 1.5rem;
    margin-bottom: .75rem;
}
#p_works-archive .works-searchs .form-kouji .form-cate-list {
    display: flex;
    flex-wrap: wrap;
}
#p_works-archive .works-searchs .form-kouji .form-cate-list:not(:last-child) {
    margin-bottom: 1.25rem;
}
#p_works-archive .works-searchs .form-kouji .form-cate-list .item {
    width: 50%;
    margin-bottom: 1.5rem;
}
#p_works-archive .works-searchs .form-kouji .form-cate-list .item label {
    padding-left: 2.5rem;
}
#p_works-archive .works-searchs .form-kouji .form-cate-list .item label:before {
    top: calc(.125rem - 1px);
    width: 1.8rem;
    height: 1.8rem;
}
#p_works-archive .works-searchs .form-kouji .form-cate-list .item label:after {
    top: calc(.125rem + .2rem + 1px - 1px);
    left: calc(.2rem + 1px);
    width: 1.4rem;
    height: 1.4rem;
}
@media screen and (max-width:359px) {
    #p_works-archive .works-searchs .form-kouji .wall .form-cate-list .item {
        width: 100%;
    }
}

#p_works-archive .works-searchs .form-kouji .form-btn-wrap {
    flex-direction: column;
}
#p_works-archive .works-searchs .form-kouji .form-btn-wrap .form-btn {
    width: 21rem;
    max-width: 32.6rem;
    margin: 0 auto;
}
#p_works-archive .works-searchs .form-kouji .form-btn-wrap .form-btn:not(:last-child) {
    margin-bottom: .8rem;
}
#p_works-archive .works-searchs .form-kouji .form-btn-wrap .form-btn span {
    font-size: 1.5rem;
    padding: 1.75rem 0;
}

@media screen and (min-width:600px) {
    #p_works-archive .works-searchs .form-kouji .form-cate-list .item {
        width: calc(100% / 3);
    }
    #p_works-archive .works-searchs .form-kouji .form-btn-wrap {
        flex-direction: row;
        justify-content: center;
    }
    #p_works-archive .works-searchs .form-kouji .form-btn-wrap .form-btn {
        margin: 0;
    }
    #p_works-archive .works-searchs .form-kouji .form-btn-wrap .form-btn:not(:last-child) {
        margin: 0 1.6rem 0 0;
    }
}

/*----------------------------------------
制作実績リスト
----------------------------------------*/
#p_works-archive .works-list {
    flex-direction: column;
    margin-bottom: 8rem;
    gap: 4rem 0;
}
#p_works-archive .works-list .item {
    width: 100%;
}
#p_works-archive .works-list .item .item-img {
    height: 18.6rem;
    margin-bottom: 1rem;
}
#p_works-archive .works-list .item-img::after {
    width: 3.3rem;
    height: 3.3rem;
}
#p_works-archive .works-list .item .ttl-name {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
#p_works-archive .works-list .item .ttl-pref span {
    font-size: 1.3rem;
}

@media screen and (min-width:600px) {
    #p_works-archive .works-list {
        display: flex;
        flex-wrap: wrap;
    }
    #p_works-archive .works-list .item {
        width: calc((100% - 2.5rem) / 2);
    }
    #p_works-archive .works-list .item:nth-child(odd) {
        margin-right: 2.5rem;
    }
}

/*--------------------------------------------------------------------------
制作実績個別
--------------------------------------------------------------------------*/
#p_works-single {
    margin-bottom: 5.8rem;
}
#p_works-single .c_pagettl .ttl-en img {
    height: 3.9rem;
}
#p_works-single .detail-ttl {
    margin-bottom: 3.5rem;
    padding: .2rem 0 .9rem 6rem;
    border-bottom: 1px solid var(--color-blue);
    font-size: 2rem;
}

/*----------------------------------------
スライダー
----------------------------------------*/
#p_works-single .m_slider .img-slider {
    margin-bottom: 4rem;
}
#p_works-single .m_slider .img-slider .swiper {
    height: 28.8rem;
    margin-bottom: 1rem;
}
#p_works-single .m_slider .img-slider .thumb-wrapper .thumb-media {
    width: calc((100% - 4.8rem) / 7);
    height: 3rem;
}
#p_works-single .m_slider .img-slider .thumb-wrapper .thumb-media:not(:nth-child(7n)) {
    margin-right: .8rem;
}

@media screen and (min-width:768px) {
    #p_works-single .m_slider .img-slider .swiper {
        height: 37.4rem;
    }
    #p_works-single .m_slider .img-slider .thumb-wrapper .thumb-media {
        height: 3.9rem;
    }
}

/*----------------------------------------
詳細
----------------------------------------*/
#p_works-single .m_detail {
    margin-bottom: 7.8rem;
}
#p_works-single .m_detail .detail-ttl {
    font-size: 1.7rem;
    margin-bottom: 1.9rem;
}
#p_works-single .m_detail .detail-info {
    margin-bottom: 3.5rem;
}
#p_works-single .m_detail .detail-info dl:not(last-child) {
    margin-bottom: 1.25rem;
}
#p_works-single .m_detail .detail-info dl dt {
    margin-bottom: .25rem;
}

/*--------------------------------------------------------------------------
お問い合わせ
--------------------------------------------------------------------------*/
#p_contact .c_pagettl .ttl-en img {
    height: 2.8rem;
}

/*----------------------------------------
進捗
----------------------------------------*/
#p_contact .m_progress {
    margin: .25rem 0 3rem;
}
#p_contact .m_progress .progress-list {
    display: flex;
    justify-content: center;
}
#p_contact .m_progress .progress-list .item:not(:last-child) {
    margin-right: 3rem;
}
#p_contact .m_progress .progress-list .item:not(:last-child):before {
    top: 2.1rem;
    left: 50%;
    width: calc(100% + 5rem);
}
#p_contact .m_progress .progress-list .item .item-txt {
    line-height: 1.25;
}
#p_contact .m_progress .progress-list .item .item-txt:before {
    width: 4.2rem;
    height: 4.2rem;
    padding-top: .45em;
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
}

/*--------------------------------------------------------------------------
個人情報保護方針
--------------------------------------------------------------------------*/
#p_privacy .c_pagettl .ttl-en img {
    height: 3.8rem;
}
#p_privacy .privacy-inner {
    margin-bottom: 5rem;
}
#p_privacy .hl-2 {
    font-size: 1.7rem;
}

/*----------------------------------------
注釈
----------------------------------------*/
#p_contact .m_notes {
    margin-bottom: 4rem;
}

/*----------------------------------------
フォーム
----------------------------------------*/
#p_contact .m_form {
    margin-bottom: 5.2rem;
}

#p_contact .m_form .inputs-inner {
    margin-bottom: 3.5rem;
}
#p_contact .m_form dl:not(:last-child) {
    margin-bottom: 1.5rem;
}
#p_contact .m_form dl dt {
    margin-bottom: .5rem;
}

#p_contact .m_form .required {
    margin: .25rem 1rem 0 0;
}

#p_contact .m_form .wpcf7-radio .wpcf7-list-item-label:before {
    top: calc(.125em - 1px);
}

#p_contact .m_form .form-privacy {
    margin-bottom: 4.5rem;
    padding: 3.2rem 3.6rem;
}
#p_contact .m_form .form-privacy .privacy-ttl {
    font-size: 1.8rem;
    margin-bottom: 2.2rem;
}
#p_contact .m_form .form-privacy .privacy-txt {
    margin-bottom: 2.2rem;
}
#p_contact .m_form .wpcf7-acceptance .wpcf7-list-item-label:before {
    top: -.2rem;
}
#p_contact .m_form .wpcf7-acceptance .wpcf7-list-item-label:after {
    top: -.6rem;
}

#p_contact .m_form .form-submit .submit-btn {
    width: 26rem;
    margin: 0 auto;
}
#p_contact .m_form .form-submit .submit-btn:not(:last-child) {
    margin-bottom: 1rem;
}
#p_contact .m_form .form-submit .submit-btn span {
    font-size: 1.5rem;
    padding: 1.5rem 0;
}

@media screen and (min-width:640px) {
    #p_contact .m_form .form-submit .submit-btn {
        margin: 0;
    }
    #p_contact .m_form .form-submit .submit-btn:not(:last-child) {
        margin: 0 2rem 0 0;
    }
}

/*----------------------------------------
送信完了
----------------------------------------*/
#p_contact .m_complete {
    margin-bottom: 5.5rem;
}
#p_contact .m_complete .complete-ttl {
    font-size: 1.8rem;
    margin-bottom: 2.2rem;
}
#p_contact .m_complete .c_more-link {
    width: 26rem;
    margin-top: 4rem;
}
#p_contact .m_complete .c_more-link span {
    font-size: 1.5rem;
    padding: 1.5rem 0;
}

/*--------------------------------------------------------------------------
404
--------------------------------------------------------------------------*/
#p_notfound .m_notfound .notfound-inner {
    margin-bottom: 5.5rem;
}
#p_notfound .m_notfound .c_headline {
    margin-bottom: 3.5rem;
}
#p_notfound .m_notfound .notfound-txt {
    margin-bottom: 3.5rem;
}

/*--------------------------------------------------------------------------
Coming soon...
--------------------------------------------------------------------------*/
#p_comingsoon {
    min-height: 40vh;
    min-height: calc(var(--vh)*40);
}
#p_comingsoon .comingsoon-inner {
    margin: 4rem auto;
    padding: 8rem 0;
}
#p_comingsoon .comingsoon-ttl {
    margin-bottom: 2rem;
}
#p_comingsoon .comingsoon-txt {
    margin-bottom: 3rem;
}