@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: 7rem;}

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

.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:before {
    height: 14.5rem;
}
.c_pagettl .pagettl-inner {
    width: calc(100% - var(--cont-side));
    min-height: 18.5rem;
}
.c_pagettl .pagettl-txt {
    padding-left: var(--cont-side);
}
.c_pagettl .ttl-en {
    margin: 0 0 .6rem -.05em;
}
.c_pagettl .ttl-en,
.c_pagettl .ttl-en span {
    font-size: 3rem;
}
.c_pagettl .ttl-en,
.c_pagettl .ttl-jp span {
    font-size: 1.5rem;
}

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

/*----------------------------------------
MORE
----------------------------------------*/
.c_more-link {
    width: 21rem;
}
.c_more-link span {
    font-size: 1.4rem;
    padding: .8rem 0;
}
.c_more-link.small {
    width: 10.5rem;
}

/*----------------------------------------
パンくずリスト
----------------------------------------*/
.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 .5rem;
}
.c_pager .page-numbers a,
.c_pager .page-numbers span {
    padding: .5rem;
}
.c_pager .page-numbers .prev,
.c_pager .page-numbers .next {
    width: 3.2rem;
    height: 3.2rem;
}

/*----------------------------------------
テーブル
----------------------------------------*/
.c_table-inner {
    padding: 2.4rem var(--cont-side);
}
.c_table,
.c_table tbody,
.c_table tr,
.c_table th,
.c_table td {
    display: block;
}
.c_table tr {
    padding: 1.4rem 0;
}
.c_table th {
    margin-bottom: .5em;
}

/*----------------------------------------
ドラムロール
----------------------------------------*/
.c_year-num {
    font-size: 17rem;
}

/*----------------------------------------
関連実績
----------------------------------------*/
.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.1rem;
    left: 1.6rem;
    z-index: 1001;
}
#l_header .header-logo .logo-img {
    width: 3.7rem;
    height: 5rem;
}

#l_header .header-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    min-height: 100vh;
    background: var(--bg-mosaic);
    padding-top: 7rem;
    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: 0 var(--cont-side) 3.5rem;
}
#l_header .header-nav .nav-list .item {
    opacity: 0;
    transform: translateX(-2rem);
}
#l_header .header-nav .nav-list .item:not(:last-child) {
    border-bottom: 1px solid rgba(112,112,112, .5);
}
#l_header .header-nav .nav-list .item a {
    display: flex;
    align-items: center;
    padding: 3.2rem 0;
}
#l_header .header-nav .nav-list .item span {
    font-size: 1.2rem;
    margin-right: auto;
}
#l_header .header-nav .nav-list .item span:before {
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    bottom: -.0375em;
    margin-right: 1.4rem;
}

#l_header .header-nav .nav-list .item a:hover {
    opacity: 1;
}

.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: 7rem;
    height: 7rem;
    background: var(--color-black);
    z-index: 1001;
    cursor: pointer;
}
#l_header .hum-toggle div {
    position: absolute;
    width: 3rem;
    height: 1px;
    left: 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.4rem;
}
#l_header .hum-toggle div:nth-child(2) {
    top: 3.5rem;
}
#l_header .hum-toggle div:nth-child(3) {
    top: 4.5rem;
}
#l_header .hum-toggle:hover div:nth-child(1) {
    top: 2.8rem;
}
#l_header .hum-toggle:hover div:nth-child(3) {
    top: 4.1rem;
}

.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);
}
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: 4.5rem 0 3.5rem;
}

#l_footer .footer-inner {
    justify-content: center;
    margin-bottom: 8.1rem;
}

#l_footer .footer-logo {
    margin-bottom: 3.4rem;
}
#l_footer .footer-address p {
    line-height: 1.923;
    letter-spacing: .02em;
    text-align: center;
}

#l_footer .footer-sub-nav {
    justify-content: center;
    margin-bottom: 3.6rem;
}
#l_footer .footer-sub-nav .nav-list .item:not(:last-child) {
    margin-right: 2rem;
}

#l_footer .copyright {
    text-align: center;
}


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

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

/*----------------------------------------
キービジュアル
----------------------------------------*/
/*---余白---*/
#p_top .m_kv .kv-space {
    height: 25rem;
}
#p_top .m_kv .kv-space2 {
    height: 20rem;
}
#p_top .m_kv .kv-space3 {
    height: calc(100rem + 10.5vh);
}

/*---折り紙---*/
#p_top .m_kv .fix-claft {
    width: clamp(115.5rem, 308vw, 144rem);
    width: max(115.5rem, min(308vw, 144rem));
    height: clamp(72.38rem, 193.013vw, 90.24rem);
    height: max(72.38rem, min(193.013vw, 90.24rem));
}
#p_top .m_kv .fix-claft video {
    height: clamp(77rem, 205.333vw, 96rem);
    height: max(77rem, min(205.333vw, 96rem));
}

/*スクロールアニメ*/
#p_top .m_kv .fix-claft:not(.is-absolute) {
    left: calc(50% + clamp(-20rem, -53vw, -40rem));
    top: calc((50% - var(--fixedTransformPreY)) + (22.57rem - var(--fixedTopPre)) - (var(--fixedTopPre2)));
    bottom: unset;
    transform: translate(calc(-55% + var(--fixedTransformPreX)),calc(-50% + var(--fixedTransformPreY)));
    transform-origin: left top;
}
/*#p_top .m_kv .fix-claft:not(.is-absolute) {
    transform: translate(-36.25%,0);
    left: calc(50% + clamp(-20rem, -53vw, -40rem));
    top: 0;
    bottom: unset;
}*/
#p_top .m_kv .fix-claft.is-absolute {
    left: 50%;
    top: unset;
    bottom: 27.742vw;
    transform: translate(-50.125%,0%);
}

/*---画像---*/
#p_top .m_kv .fix-bg {
    top: calc(62.5% - (98.4615vw / 2) + 4rem);
}
#p_top .m_kv .fix-bg .bg-inner {
    width: 228.205vw;
    height: 98.4615vw;
}

/*ファーストビュー*/
#p_top .m_kv .m_firstview {
    top: 20.25vh;
    top: calc(var(--vh)*20.25);
    left: var(--cont-side);
    width: var(--cont);
}
#p_top .m_kv .m_firstview .catch-jp,
#p_top .m_kv .m_firstview .catch-jp span {
    font-size: min(14.8718vw,5.8rem);
    line-height: 1.31;
    margin-bottom: .41rem;
    -webkit-text-stroke: .5px var(--color-black);
    text-stroke: .5px var(--color-black);
}
#p_top .m_kv .m_firstview .catch-en,
#p_top .m_kv .m_firstview .catch-en span {
    font-size: 1.1rem;
}

/*---メッセージ---*/
#p_top .m_kv .m_msg {
    left: 50%;
    transform: translateX(-50%);
}
#p_top .m_kv .m_msg .msg-inner {
    width: 100vw;
    max-width: 74rem;
    height: calc(clamp(72.38rem, 193.013vw, 90.24rem) - 27.742vw);
    height: calc(max(72.38rem, min(193.013vw, 90.24rem)) - 27.742vw);
    margin: 0 auto;
    overflow-y: auto;
}
#p_top .m_kv .m_msg .msg-box {
    max-width: 64rem;
    padding: 0 var(--cont-side);
}
#p_top .m_kv .m_msg .ttl {
    margin-bottom: 1.7rem;
}
#p_top .m_kv .m_msg .ttl span {
    font-size: min(7.6923vw,3rem);
    line-height: 1.3;
}
#p_top .m_kv .m_msg .txt {
    margin-bottom: 2.7rem;
    background: repeating-linear-gradient(transparent, transparent calc(3.9rem - 1px), #e6e6e6 calc(3.9rem - 1px),#e6e6e6 3.9rem);
}
#p_top .m_kv .m_msg .txt span {
    line-height: 3.9rem;
}
/*#p_top .m_kv .m_msg .txt .typewriter-wrapper {
    line-height: 3.9rem;
}*/

/*スクロールアニメ*/
#p_top .m_kv .m_msg:not(.is-absolute) {
    top: 0;
    bottom: unset;
}
#p_top .m_kv .m_msg.is-absolute {
    top: unset;
    bottom: 27.742vw;
}

/*---建物---*/
#p_top .m_kv .m_archi {
    width: 100vw;
    height: 27.742vw;
}

/*----------------------------------------
プロモ動画
----------------------------------------*/
#p_top .m_promo {
    padding-top: 7.5rem;
}
#p_top .m_promo .promo-box {
    margin-bottom: 3.6rem;
}
#p_top .m_promo .promo-box .btn {
    top: calc(50% - 2.3rem);
    left: calc(50% - 2.3rem);
    width: 4.6rem;
    height: 4.6rem;
}
#p_top .m_promo .promo-box .btn:before {
    top: calc(50% - .9rem);
    left: calc(50% - .75rem);
    border-width: .9rem 0 .9rem 1.5rem;
}

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

/*----------------------------------------
施⼯実績
----------------------------------------*/
#p_top .m_projects {
    margin-bottom: 6rem;
    padding: 2.7rem 0 3.5rem;
}

#p_top .m_projects .headline-inner {
    width: 100vw;
    margin: 0 0 2.6rem;
    padding: 2.4rem var(--cont-side) 1.5rem;
}
#p_top .m_projects .headline-inner .c_headline {
    padding-bottom: 1.35rem;
    border-bottom: 1px solid var(--color-black);
}
#p_top .m_projects .headline-inner .headline-txt {
    margin-top: 1.35rem;
}

#p_top .m_projects .project-list {
    margin-bottom: 3.2rem;
}
#p_top .m_projects .project-list .item {
    width: 100%;
    height: 14.5rem;
    margin-bottom: 1rem;
}
#p_top .m_projects .project-list .item:first-child {
    height: 22rem;
}
#p_top .m_projects .project-list .item .item-ttl {
    bottom: 1.2rem;
    left: 1.5rem;
    padding: .6rem 1.2rem;
}
#p_top .m_projects .project-list .item .item-ttl * {
    font-size: 1rem;
}
#p_top .m_projects .project-list .item .item-ttl .ttl-pref {
    padding-right: 1.3rem;
}
#p_top .m_projects .project-list .item .item-ttl .ttl-name {
    padding-left: 1.3rem;
}

@media screen and (min-width:768px) {
    #p_top .m_projects .project-list {
        display: grid;
        grid-template-columns: 57.5% 42.5%;
        grid-template-rows: 1fr 1fr 1fr;
        gap: 1rem 1rem;
        grid-template-areas:
        "first ."
        "first ."
        "first .";
        width: 100%;
    }
    #p_top .m_projects .project-list .item {
        height: 12rem;
        margin: 0;
    }
    #p_top .m_projects .project-list .item:first-child {
        grid-area: first;
        height: 38rem;
    }
}

/*----------------------------------------
新着情報
----------------------------------------*/
#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 .m_massage .massage-inner {
    display: flex;
    flex-direction: column-reverse;
    padding: 3rem var(--cont-side) 2.6rem;
}
#p_about .m_massage .txt-massage {
    font-size: 2.1rem;
    line-height: 1.2;
    margin-bottom: 2.25rem;
    padding-bottom: 2rem;
}
#p_about .m_massage .txt-massage:after {
    width: 4.2rem;
    height: .3rem;
}
#p_about .m_massage .txt-summary {
    margin-bottom: 2.5rem;
}
#p_about .m_massage .txt-summary p:not(:last-child) {
    margin-bottom: 1.5em;
}
#p_about .m_massage .txt-signature * {
    text-align: right;
}
#p_about .m_massage .txt-signature .title {
    font-size: 1.2rem;
    margin-bottom: .5em;
}
#p_about .m_massage .txt-signature .name {
    font-size: 2.1rem;
}

#p_about .m_massage .massage-img {
    min-width: 19.15rem;
    min-height: 23.85rem;
    margin: 0 auto 3rem;
}

/*----------------------------------------
経営理念
----------------------------------------*/
#p_about .m_philosophy {
    margin-bottom: 4.9rem;
}
#p_about .m_philosophy .c_headline {
    margin-bottom: 2.7rem;
}
#p_about .m_philosophy .philosophy-list .item {
    width: 27rem;
    height: 27rem;
    padding: 2.5rem;
    margin: 0 auto 2.5rem;
}
#p_about .m_philosophy .philosophy-list .item .item-icon {
    width: 11.4rem;
    height: 11rem;
    margin-bottom: 2rem;
}

@media screen and (min-width:968px) {
    #p_about .m_philosophy .philosophy-list {
        display: flex;
    }
}

/*----------------------------------------
SDGs
----------------------------------------*/
#p_about .m_sdgs .sdgs-inner {
    padding: var(--cont-side);
}
#p_about .m_sdgs .sdgs-txt {
    max-width: 40rem;
    margin: 0 auto 2.3rem;
}
#p_about .m_sdgs .sdgs-list {
    margin-bottom: 3rem;
    gap: 1.5rem 1.5rem;
}

/*----------------------------------------
所在地
----------------------------------------*/
#p_about .m_access {
    margin-bottom: 4.9rem;
    padding-bottom: 4rem;
}
#p_about .m_access:before {
    height: 8rem;
}
#p_about .m_access .c_headline {
    margin-bottom: 2.6rem;
}

#p_about .m_access .access-txt {
    margin-bottom: 2.8rem;
}
#p_about .m_access .access-txt p:first-child {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(112,112,112, .5);
}
#p_about .m_access .access-map {
    height: 28rem;
}

/*----------------------------------------
主要取引先
----------------------------------------*/
#p_about .m_costomers .costomers-inner {
    padding: var(--cont-side);
}
#p_about .m_costomers .costomers-txt:not(:last-child) {
    margin-bottom: 2.3rem;
}
#p_about .m_costomers .costomers-txt dt {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}

/*--------------------------------------------------------------------------
事業領域
--------------------------------------------------------------------------*/

/*----------------------------------------
事業種類
----------------------------------------*/
#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 .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 {
    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 {
    margin-bottom: 2.5rem;
}
#p_works-archive .works-list .item {
    width: 100%;
    margin-bottom: 2.5rem;
}
#p_works-archive .works-list .item .item-img {
    height: 18.6rem;
    margin-bottom: 1rem;
}
#p_works-archive .works-list .item .item-ttl {
    font-size: 1.5rem;
    margin-bottom: .2rem;
}

@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 .m_slider .img-slider {
    padding: 1.6rem 1.7rem .6rem;
}
#p_works-single .m_slider .img-slider .swiper {
    height: 23.5rem;
    margin-bottom: 1rem;
}
#p_works-single .m_slider .img-slider .thumb-wrapper .thumb-media {
    width: calc((100% - 4rem) / 5);
    height: 4.3rem;
    margin-bottom: 1rem;
}
#p_works-single .m_slider .img-slider .thumb-wrapper .thumb-media:not(:nth-child(5n)) {
    margin-right: 1rem;
}

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

/*----------------------------------------
詳細
----------------------------------------*/
#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 .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 .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;
}