@charset "UTF-8";

:root {
    --cont-multiple: 9rem;
    --cont-multiple-s: 9.5rem;
    --cont-small: 108rem;
    --cont-x-small: calc(108rem - (var(--cont-multiple-s)*2));
    --cont-wide: calc(108rem + (var(--cont-multiple)*2));
    --cont-side-small: calc((100vw - var(--cont-small)) / 2);
    --cont-side-x-small: calc((100vw - var(--cont-x-small)) / 2);
    --cont-side-wide: calc((100vw - var(--cont-wide)) / 2);
}

html {font-size: 62.5%;}
body {font-size: 1.5rem;}
body:not(.home) {padding-top: 8rem;}

@media screen and (max-width:1366px) {
    html {font-size: 56.25%;}
}
@media screen and (max-width:1200px) {
    html {font-size: 50%;}
}

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

.u_disp-sp {
    display: none;
}

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

/*---背景飾り---*/
.u_bg-deco {
    margin: 3.8rem 0 9.8rem;
    padding: 4.5rem 0;
}
.u_bg-deco .deco-inner:before {
    top: -4.5rem;
    width: calc(100% - 18rem);
    height: calc(100% + 9rem);
}

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

/*----------------------------------------
見出し（ページトップ）
----------------------------------------*/
.c_pagettl:before {
    height: 22rem;
}
.c_pagettl .pagettl-inner {
    width: calc(100% - var(--cont-multiple) - var(--cont-side-wide));
    min-height: 30rem;
}
.c_pagettl .pagettl-txt {
    padding-left: var(--cont-side-wide);
}
.c_pagettl .ttl-en {
    margin: 0 0 1.2rem -.05em;
}
.c_pagettl .ttl-en,
.c_pagettl .ttl-en span {
    font-size: 4.7rem;
}
.c_pagettl .ttl-en,
.c_pagettl .ttl-jp span {
    font-size: 2.5rem;
}

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

/*----------------------------------------
MORE
----------------------------------------*/
.c_more-link {
    width: 24rem;
}
.c_more-link span {
    padding: 1rem 0;
}
.c_more-link.small {
    width: 13rem;
}

/*----------------------------------------
パンくずリスト
----------------------------------------*/
.c_breadcrumbs {
    margin: 6rem auto 7rem;
}
.c_breadcrumbs * {
    font-size: 1.3rem;
}
.c_breadcrumbs .separ {
    margin: 0 .4em;
}

/*----------------------------------------
ページャー
----------------------------------------*/
.c_pager .page-numbers li {
    margin: 0 .6rem;
}
.c_pager .page-numbers a,
.c_pager .page-numbers span {
    padding: .6rem;
}
.c_pager .page-numbers .prev,
.c_pager .page-numbers .next {
    width: 3.5rem;
    height: 3.5rem;
}

/*----------------------------------------
テーブル
----------------------------------------*/
.c_table-inner {
    padding: 4.8rem 5rem;
}
.c_table th,
.c_table td {
    padding: 2.3rem 0;
}
.c_table tr:first-child th,
.c_table tr:first-child td {
    padding-top: 0;
}
.c_table th {
    width: 23.5rem;
}
.c_table td {
    width: calc(100% - 23.5rem);
}

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

/*----------------------------------------
関連実績
----------------------------------------*/
.c_relevance {
    margin-bottom: 13rem;
}
.c_relevance .c_headline {
    margin-bottom: 5rem;
}
.c_relevance .relevance-inner {
    padding-top: 9.2rem;
}
.c_relevance .relevance-inner:before {
    top: 0;
    left: 0;
    height: 16rem;
}
.c_relevance .relevance-list {
    display: flex;
    margin-bottom: 7.2rem;
}
.c_relevance .relevance-list .item {
    width: calc((100% - 14.4rem) / 3);
}
.c_relevance .relevance-list .item:not(:last-child) {
    margin-right: 7rem;
}
.c_relevance .relevance-list .item .item-img {
    height: 18.6rem;
    margin-bottom: 1.7rem;
}
.c_relevance .relevance-list .item .item-ttl .ttl-name {
    font-size: 1.8rem;
    margin-bottom: .65rem;
}

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

.c_business-list .c_headline {
    margin-bottom: 8rem;
}

.c_business-list .business-item {
    display: flex;
    height: 44rem;
}
.c_business-list .business-item:nth-child(even) {
    flex-direction: row-reverse;
}
.c_business-list .business-item:not(:last-child) {
    margin-bottom: 12rem;
}
.c_business-list .business-item:before {
    width: calc(15rem + var(--cont-side-wide));
}
.c_business-list .business-item:nth-child(odd):before {
    left: calc(-1 * var(--cont-side-wide));
}
.c_business-list .business-item:nth-child(even):before {
    right: calc(-1 * var(--cont-side-wide));
}

.c_business-list .business-item .item-ttl .ttl-en {
    top: 9.8rem;
    font-size: 3rem;
}
.c_business-list .business-item .item-ttl .ttl-jp {
    top: 0;
    font-size: 1.5rem;
    padding: calc(12rem - .25em) .8rem calc(2.4rem - .25em);
}
.c_business-list .business-item:nth-child(odd) .item-ttl .ttl-en {
    left: calc(-1 * var(--cont-side-wide));
    padding: 2rem 5rem calc(2rem - .5em) calc(15rem + var(--cont-side-wide));
}
.c_business-list .business-item:nth-child(even) .item-ttl .ttl-en {
    right: calc(-1 * var(--cont-side-wide));
    padding: 2rem calc(15rem + var(--cont-side-wide)) calc(2rem - .5em) 5rem;
}
.c_business-list .business-item:nth-child(odd) .item-ttl .ttl-jp {
    left: var(--cont-multiple);
}
.c_business-list .business-item:nth-child(even) .item-ttl .ttl-jp {
    right: var(--cont-multiple);
}
.c_business-list .business-item .item-img {
    width: 80rem;
    height: 36rem;
    margin-top: 5.6rem;
}

.c_business-list .business-item .item-txt {
    width: 36rem;
}
.c_business-list .business-item:nth-child(odd) .item-txt .txt-digits {
    margin: -1rem 4rem -.5rem auto;
}
.c_business-list .business-item:nth-child(even) .item-txt .txt-digits {
    margin: -1rem auto -.5rem 4rem;
}
.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: -4.8rem;
}
.c_business-list .business-item:nth-child(even) .item-txt .txt-digits .digits-biz {
    left: 9.6rem;
}
.c_business-list .business-item .item-txt .txt-digits .digits-num {
    font-size: 15rem;
}
.c_business-list .business-item:nth-child(odd) .item-txt .txt-summary {
    margin-left: -5.6rem;
}
.c_business-list .business-item:nth-child(even) .item-txt .txt-summary {
    margin-right: -5.6rem;
}
.c_business-list .business-item .item-txt .txt-summary span {
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
}
.c_business-list .business-item .item-txt .txt-summary span:not(:last-child) {
    width: 100%;
    margin-bottom: 2rem;
}
.c_business-list .business-item .item-txt .txt-summary span:before {
    content: "";
    position: absolute;
    bottom: -.8rem;
    left: -1rem;
    top: -.8rem;
    right: -1rem;
    background: #fff;
    z-index: -1;
}
.c_business-list .business-item .item-txt .txt-more-link {
    margin: auto 0 4.2rem;
}

/*----------------------------------------
採用情報
----------------------------------------*/
.c_recruit .recruit-inner {
    justify-content: end;
    align-items: center;
}
.c_recruit .recruit-txt {
    width: 44rem;
    margin-right: -7rem;
}
.c_recruit .recruit-txt .txt-catch {
    margin-bottom: 6.4rem;
}
.c_recruit .recruit-txt .txt-catch:after {
    left: calc(-1 * (var(--cont-side-wide) + var(--cont-multiple) + .8rem));
    width: calc(100% + var(--cont-side-wide) + var(--cont-multiple) + 2.4rem);
}
.c_recruit .recruit-txt .txt-catch span {
    font-size: 3.6rem;
}
.c_recruit .recruit-txt .txt-summary {
    margin-bottom: 5rem;
}
.c_recruit .recruit-txt .txt-summary:after {
    left: calc(-1 * (var(--cont-side-wide) + var(--cont-multiple) + .8rem));
    width: calc(100% + var(--cont-side-wide) + var(--cont-multiple) + 2.4rem);
}
.c_recruit .recruit-txt .txt-summary > span {
    font-size: 1.4rem;
    padding: .5rem .8rem .5rem 0;
}

.c_recruit .recruit-img {
    width: 79rem;
    height: 46rem;
}

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

/*--------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------*/
#l_header {
    pointer-events: none;
}
#l_header .header-inner {
    align-items: center;
    padding: 1.2rem 2.6rem;
    background: transparent;
    box-sizing: border-box;
    pointer-events: none!important;
}
#l_header .header-inner * {
    pointer-events: auto;
}

#l_header .header-inner.bg-white {
    background: var(--color-white);
}

#l_header .header-logo .logo-img {
    width: 5.4rem;
    height: 5.6rem;
}

#l_header .header-nav .nav-list {
    display: flex;
}
#l_header .header-nav .nav-list .item:not(:last-child) {
    margin-right: 4rem;
}
#l_header .header-nav .nav-list .item a {
    position: relative;
    display: block;
}
#l_header .header-nav .nav-list .item a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.1rem;
    width: 100%;
    height: 1px;
    background: rgba(0,0,0, .5);
    z-index: 1;
    transform: scale(0,1);
    transform-origin: right top;
    transition: transform .5s var(--trans-eos);
}
#l_header .header-nav .nav-list .item span {
    font-size: 1.1rem;
    text-indent: .1em;
}
#l_header .header-nav .nav-list .item span:before {
    display: block;
    font-size: 1.4rem;
    text-indent: .3em;
    margin-bottom: .3rem;
}

#l_header .header-nav .nav-list .item a:hover {
    opacity: 1;
}
#l_header .header-nav .nav-list .item a:hover:after {
    transform-origin: left top;
    transform: scale(1,1);
}

body.customize-support #l_header {
	top: 32px;
}

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

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

#l_footer .footer-inner {
    justify-content: space-between;
    margin-bottom: 5.2rem;
}

#l_footer .footer-logo {
    margin-bottom: 5.2rem;
}
#l_footer .footer-address p {
    font-size: 1.4rem;
    line-height: 1.7857;
    letter-spacing: .025em;
}

#l_footer .footer-nav .nav-list {
    column-count: 2;
    column-gap: 6.4rem;
    column-rule: 1px solid var(--color-gray);
}
#l_footer .footer-nav .nav-list .item {
    position: relative;
    margin-bottom: 2.5rem;
}
#l_footer .footer-nav .nav-list .item a {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1;
    padding-right: 5.9rem;
}
#l_footer .footer-nav .nav-list .item span {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: .1em;
}
#l_footer .footer-nav .nav-list .item span:before {
    display: block;
    content: attr(date-enname);
    font-family: var(--fs-rajdhani);
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: .3em;
    margin: 0 1.4rem -.2rem 0;
}
#l_footer .footer-nav .nav-list .item .u_arrow {
    position: absolute;
    top: calc(50% - .5rem);
    right: 0;
}

#l_footer .footer-nav .nav-list .item a:hover {
    opacity: 1;
}

/*#l_footer .footer-nav .nav-list .item a span:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--color-white);
    z-index: 1;
    transform: scale(0,1);
    transform-origin: right top;
    transition: transform .4s ease;
}
#l_footer .footer-nav .nav-list .item a:hover span:after {
    transform-origin: left top;
    transform: scale(1,1);
}*/

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

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

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

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

/*----------------------------------------
キービジュアル
----------------------------------------*/

/*---余白---*/
#p_top .m_kv .kv-space {
    height: 20rem;
}
#p_top .m_kv .kv-space2 {
    height: 5rem;
}
#p_top .m_kv .kv-space3 {
    height: 120rem;
}

/*---折り紙---*/
#p_top .m_kv .fix-claft {
    left: calc(50% + .8rem);
    transform: translate(-50%);
    width: 144rem;
    height: 90.25rem;
}
#p_top .m_kv .fix-claft video {
    height: 96rem;
}

/*スクロールアニメ*/
#p_top .m_kv .fix-claft:not(.is-absolute) {
    top: 2.25rem;
    bottom: unset;
}
#p_top .m_kv .fix-claft.is-absolute {
    top: unset;
    bottom: 34.4rem;
}

/*---背景画像---*/
#p_top .m_kv .fix-bg {
    top: calc(50% - (38.3vw / 2) + 4rem);
}
#p_top .m_kv .fix-bg .bg-inner {
    width: 88.9vw;
    height: 38.3vw;
    margin: 0 auto;
}

/*---ファーストビュー---*/
#p_top .m_kv .m_firstview {
    top: 20.25vh;
    top: calc(var(--vh)*20.25);
    left: calc(var(--cont-side-wide) + 6.5rem);
}
#p_top .m_kv .m_firstview .catch-jp,
#p_top .m_kv .m_firstview .catch-jp span {
    font-size: 9rem;
    line-height: 1.3333;
    margin-bottom: .7rem;
    -webkit-text-stroke: .8px var(--color-black);
    text-stroke: .8px var(--color-black);
}
#p_top .m_kv .m_firstview .catch-en,
#p_top .m_kv .m_firstview .catch-en span {
    font-size: 1.8rem;
}

/*---メッセージ---*/
#p_top .m_kv .m_msg {
    left: calc(50% - 36rem);
}
#p_top .m_kv .m_msg .msg-inner {
    width: 74rem;
    height: 74rem;
    margin-top: 16.2rem;
}
#p_top .m_kv .m_msg .msg-box {
    padding: 0 4.2rem;
}
#p_top .m_kv .m_msg .ttl {
    margin-bottom: 2.2rem;
}
#p_top .m_kv .m_msg .ttl span {
    font-size: 4.5rem;
    line-height: 1.3;
}
#p_top .m_kv .m_msg .txt {
    margin-bottom: 3.8rem;
    background: repeating-linear-gradient(transparent, transparent calc(5.7rem - 1px), #e6e6e6 calc(5.7rem - 1px),#e6e6e6 5.7rem);
}
#p_top .m_kv .m_msg .txt span {
    font-size: 1.9rem;
    line-height: 5.7rem;
}
/*#p_top .m_kv .m_msg .txt .typewriter-wrapper {
    font-size: 1.9rem;
    line-height: 5.7rem;
}
#p_top .m_kv .m_msg .txt .typewriter-cursor {
    font-size: 1.9rem;
}*/

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

/*---建物---*/
#p_top .m_kv .m_archi {
    width: 124rem;
    height: 34.4rem;
}


/*----------------------------------------
プロモ動画
----------------------------------------*/
#p_top .m_promo {
    padding-top: 11rem;
}
#p_top .m_promo .promo-box {
    margin-bottom: 5rem;
}
#p_top .m_promo .promo-box .btn {
    top: calc(50% - 3.75rem);
    left: calc(50% - 3.75rem);
    width: 7.5rem;
    height: 7.5rem;
}
#p_top .m_promo .promo-box .btn:before {
    top: calc(50% - 1.7rem);
    left: calc(50% - 1.25rem);
    border-width: 1.7rem 0 1.7rem 2.9rem;
}

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

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

#p_top .m_projects .headline-inner {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
    padding: 2.4rem 0 2.1rem;
}
#p_top .m_projects .headline-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(-1 * var(--cont-side-small));
    width: var(--cont-side-small);
    height: 100%;
    background: var(--color-white);
    z-index: 1;
}
#p_top .m_projects .headline-inner .c_headline {
    padding-right: calc(3rem - .3em);
    border-right: 1px solid var(--color-black);
}
#p_top .m_projects .headline-inner .headline-txt {
    font-size: 1.4rem;
    margin-left: 3rem;
}

#p_top .m_projects .project-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 1rem 1rem;
    grid-template-areas:
    "first ."
    "first ."
    "first .";
    margin-bottom: 4rem;
}
#p_top .m_projects .project-list .item {
    max-width: 35rem;
    min-width: 35rem;
    height: 15rem;
}
#p_top .m_projects .project-list .item:first-child {
    grid-area: first;
    max-width: 72rem;
    min-width: 72rem;
    height: 47rem;
}
#p_top .m_projects .project-list .item .item-ttl {
    bottom: 1.5rem;
    left: 1.5rem;
    padding: .7rem 1.5rem;
}
#p_top .m_projects .project-list .item:first-child .item-ttl {
    bottom: 2.5rem;
    left: 2.5rem;
}
#p_top .m_projects .project-list .item .item-ttl * {
    font-size: 1.4rem;
}
#p_top .m_projects .project-list .item .item-ttl .ttl-pref {
    padding-right: 1.5rem;
}
#p_top .m_projects .project-list .item .item-ttl .ttl-name {
    padding-left: 1.5rem;
}

/*----------------------------------------
新着情報
----------------------------------------*/
#p_top .m_news {
    margin-bottom: 15rem;
}
#p_top .m_news .news-inner {
    display: flex;
}
#p_top .m_news .headline-inner {
    flex-direction: column;
    justify-content: space-between;
    width: 19rem;
}
#p_top .m_news .headline-inner .c_headline {
    margin-bottom: 6rem;
}

#p_top .m_news .news-list {
    width: calc(100% - 19rem);
    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: 1.5rem 1.5rem 1.5rem 0;
}
#p_top .m_news .news-list .item a:before,
#p_top .m_news .news-list .item a:after {
    top: 0;
    left: 4.4rem;
    width: calc(100% - 4.4rem);
    height: 100%;
}
#p_top .m_news .news-list .item a * {
    font-size: 1.4rem;
}
#p_top .m_news .news-list .item .cate-item {
    min-width: 10rem;
    margin-right: 4.5rem;
    padding: .6rem 1.2rem;
}
#p_top .m_news .news-list .item .item-inner {
    align-items: center;
}
#p_top .m_news .news-list .item .item-time {
    margin-right: 4rem;
}
#p_top .m_news .news-list .item .item-ttl {
    margin-right: 3rem;
}
#p_top .m_news .news-list .item .u_arrow {
    min-width: 4.1rem;
    margin-left: auto;
}

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

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

/*--------------------------------------------------------------------------
協和について
--------------------------------------------------------------------------*/

/*----------------------------------------
代表挨拶
----------------------------------------*/
#p_about .m_massage .massage-inner {
    display: flex;
    justify-content: space-between;
    padding: 6rem 6rem 5.2rem;
}
#p_about .m_massage .massage-txt {
    width: 68rem;
}
#p_about .m_massage .txt-massage {
    font-size: 3.2rem;
    line-height: 1;
    margin-bottom: 3rem;
    padding-bottom: 2.6rem;
}
#p_about .m_massage .txt-massage:after {
    width: 4.5rem;
    height: .5rem;
}
#p_about .m_massage .txt-summary {
    margin-bottom: 3.5rem;
}
#p_about .m_massage .txt-summary p:not(:last-child) {
    margin-bottom: 1.5em;
}
#p_about .m_massage .txt-signature .title {
    margin-bottom: .5em;
}
#p_about .m_massage .txt-signature .name {
    font-size: 2.3rem;
}

#p_about .m_massage .massage-img {
    width: 38.3rem;
    height: 47.7rem;
}

/*----------------------------------------
経営理念
----------------------------------------*/
#p_about .m_philosophy {
    margin-bottom: 9.8rem;
}
#p_about .m_philosophy .c_headline {
    margin-bottom: 5.2rem;
}
#p_about .m_philosophy .philosophy-list {
    display: flex;
    justify-content: space-between;
}
#p_about .m_philosophy .philosophy-list .item {
    width: 32rem;
    height: 32rem;
    padding: 5rem;
}

/*----------------------------------------
SDGs
----------------------------------------*/
#p_about .m_sdgs .sdgs-inner {
    padding: 5rem;
}
#p_about .m_sdgs .sdgs-txt {
    margin-bottom: 3.6rem;
}
#p_about .m_sdgs .sdgs-list {
    margin-bottom: 4rem;
    gap: 0 3rem;
}

/*----------------------------------------
所在地
----------------------------------------*/
#p_about .m_access {
    margin-bottom: 9.8rem;
    padding-bottom: 8rem;
}
#p_about .m_access:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 16rem;
}
#p_about .m_access .c_headline {
    margin-bottom: 5.2rem;
}
#p_about .m_access .access-inner {
    width: 71.5rem;
}

#p_about .m_access .access-txt {
    display: flex;
    justify-content: center;
    margin-bottom: 3.2rem;
}
#p_about .m_access .access-txt p:first-child {
    position: relative;
    margin-right: 5rem;
    padding-right: 5rem;
}
#p_about .m_access .access-txt p:first-child:after {
    content: "";
    position: absolute;
    top: .25em;
    right: 0;
    width: 1px;
    height: calc(100% - .5em);
    background: var(--color-gray);
}

#p_about .m_access .access-map {
    height: 30rem;
}

/*----------------------------------------
主要取引先
----------------------------------------*/
#p_about .m_costomers .costomers-inner {
    padding: 5rem;
}
#p_about .m_costomers .costomers-txt:not(:last-child) {
    margin-bottom: 4.1rem;
}
#p_about .m_costomers .costomers-txt dt {
    font-size: 2rem;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}

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

/*----------------------------------------
事業種類
----------------------------------------*/
#p_business .m_intro .intro-inner {
    justify-content: space-between;
    align-items: center;
    padding: 4.2rem 8.6rem;
}
#p_business .m_intro .intro-biz-list {
    width: 38rem;
    height: 35.6rem;
}
#p_business .m_intro .intro-biz-list .item {
    width: 20.8rem;
    height: 20.8rem;
}
#p_business .m_intro .intro-biz-list .item:nth-child(1) {
    left: calc(50% - 10.4rem);
}

#p_business .m_intro .intro-txt {
    width: 46.6rem;
}
#p_business .m_intro .intro-txt .txt-ttl {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
    padding: .6rem 0;
}
#p_business .m_intro .intro-txt .txt-summary {
    text-align: justify;
}

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

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

/*----------------------------------------
工法紹介
----------------------------------------*/
#p_business-detail .m_method {
    margin-bottom: 4rem;
}
#p_business-detail .m_method .c_headline {
    margin-bottom: 5.8rem;
}
#p_business-detail .m_method .method-list {
    display: flex;
    flex-wrap: wrap;
}

#p_business-detail .m_method .method-list .item {
    width: calc((100% - 12rem) / 3);
    margin-bottom: 6rem;
    padding: 2rem;
}
#p_business-detail .m_method .method-list .item:not(:nth-child(3n)) {
    margin-right: 6rem;
}
#p_business-detail .m_method .method-list .item .item-inner {
    padding: 2.5rem 1.6rem;
}
#p_business-detail .m_method .method-list .item .item-ttl {
    font-size: 2.5rem;
    margin-bottom: 1.7rem;
}

/*----------------------------------------
特徴
----------------------------------------*/
#p_business-detail .m_feature .feature-inner {
    padding: 6.4rem 5rem 5.8rem;
}
#p_business-detail .m_feature .feature-txt:not(:last-child) {
    margin-bottom: 4.5rem;
}
#p_business-detail .m_feature .feature-txt dt {
    font-size: 2.5rem;
    margin-bottom: 2.2rem;
    padding-bottom: 1.3rem;
}
#p_business-detail .m_feature .feature-txt dt:before {
    top: .125em;
    font-size: 5rem;
    margin-right: calc(2.3rem - .2em);
}

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

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

#p_history .m_kv .kv-num {
    font-size: clamp(42rem, 38.889vw, 56rem);
    font-size: max(42rem, min(38.889vw, 56rem));
    padding-bottom: clamp(9rem, 8.333vw, 12rem);
    padding-bottom: max(9rem, min(8.333vw, 12rem));
}
#p_history .m_kv .kv-ttl {
    transform: translateY(clamp(14.55rem, 13.472vw, 19.4rem));
}
#p_history .m_kv .kv-ttl .kv-ttl-inner > span > span {
    font-size: clamp(4.5rem, 4.167vw, 6rem);
}

/*スクロールアニメ*/
#p_history .m_kv[data-scroll] .kv-ttl .kv-ttl-inner: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: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: 24rem;
}
#p_history .m_gen.second {
    margin-bottom: 17.8rem;
}

#p_history .m_gen .gen-inner {
    display: flex;
    justify-content: space-between;
}
#p_history .m_gen:nth-of-type(even) .gen-inner {
    flex-direction: row-reverse;
}

/*年号*/
#p_history .m_gen.first .gen-year {
    margin-bottom: 8.4rem;
}
#p_history .m_gen.second .gen-year {
    margin-bottom: 16rem;
}
#p_history .m_gen.third .gen-year {
    margin-bottom: 16.3rem;
}
#p_history .m_gen .gen-year .year-bg {
    width: 128rem;
}

/*テキスト*/
#p_history .m_gen .gen-txt {
    white-space: nowrap;
}
#p_history .m_gen:nth-of-type(odd) .gen-txt {
    margin-left: var(--cont-multiple);
}
#p_history .m_gen:nth-of-type(even) .gen-txt {
    margin-right: var(--cont-multiple);
}

#p_history .m_gen .gen-txt .txt-ttl {
    margin-bottom: 6rem;
}
#p_history .m_gen .gen-txt .txt-ttl:before {
    width: calc(var(--cont-side-wide) + var(--cont-multiple));
    height: 100%;
}
#p_history .m_gen:nth-of-type(odd) .gen-txt .txt-ttl:before {
    left: calc(-1 * (var(--cont-side-wide) + var(--cont-multiple)));
}
#p_history .m_gen:nth-of-type(even) .gen-txt .txt-ttl:before {
    right: calc(-1 * (var(--cont-side-wide) + var(--cont-multiple)));
}
#p_history .m_gen .gen-txt .txt-ttl span {
    font-size: 5rem;
}
#p_history .m_gen:nth-of-type(odd) .gen-txt .txt-ttl span {
    padding-right: .35em;
}
#p_history .m_gen:nth-of-type(even) .gen-txt .txt-ttl span {
    padding-left: .85em;
}

#p_history .m_gen .gen-txt .txt-summary {
    margin-bottom: 5.2rem;
}
#p_history .m_gen .gen-txt .txt-summary p {
    font-size: 2.5rem;
}
#p_history .m_gen .gen-txt .txt-summary p:not(:last-child) {
    margin-bottom: 2em;
}

#p_history .m_gen .gen-txt .txt-prof .prof-post {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
}
#p_history .m_gen .gen-txt .txt-prof .prof-name-jp {
    font-size: 4rem;
    margin-bottom: 1.6rem;
}
#p_history .m_gen .gen-txt .txt-prof .prof-name-en {
    font-size: 1.3rem;
    margin-bottom: 2rem;
}
#p_history .m_gen .gen-txt .txt-prof .prof-tenure {
    font-size: 1.8rem;
}

/*写真*/
#p_history .m_gen .gen-photo {
    position: relative;
}
#p_history .m_gen.first .gen-photo .photo-01 {
    width: 36.1rem;
    height: 54.9rem;
    margin: 4.3rem 0 0 auto;
}
#p_history .m_gen.first .gen-photo .photo-02 {
    width: 56.1rem;
    height: 36.9rem;
    margin: 6rem var(--cont-multiple) 0 auto;
}
#p_history .m_gen.second .gen-photo .photo-01 {
    width: 51.9rem;
    height: 48rem;
    margin: 3.8rem auto 0 0;
}
#p_history .m_gen.second .gen-photo .photo-02 {
    width: 56.1rem;
    height: 36.9rem;
    margin: 13.3rem auto 0 calc(-1 * var(--cont-multiple));
}
#p_history .m_gen.third .gen-photo .photo-01 {
    width: 51.9rem;
    height: 48rem;
    margin: 4.3rem 0 0 auto;
}
#p_history .m_gen.third .gen-photo .photo-02 {
    width: 56.1rem;
    height: 36.9rem;
    margin: 7.8rem var(--cont-multiple) 0 auto;
}

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

/*----------------------------------------
イントロ
----------------------------------------*/
#p_recruit .c_recruit:before {
    top: -3rem;
    right: 0;
    width: calc(var(--cont-side-wide) + 15rem);
    height: 44rem;
}
#p_recruit .c_recruit .recruit-txt {
    margin-right: -8rem;
}
#p_recruit .c_recruit .recruit-img {
    width: 80rem;
    height: 36rem;
}

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

/*----------------------------------------
数字で見る協和
----------------------------------------*/
#p_recruit .m_number .c_headline {
    margin-bottom: 3.8rem;
}
#p_recruit .m_number .number-list {
    display: grid; 
    grid-auto-flow: column dense; 
    grid-auto-columns: 1fr; 
    grid-auto-rows: 1fr; 
    grid-template-columns: 33.2% 31.6% 33.2%; 
    grid-template-rows: 300px 92px 198px; 
    gap: 10px 10px; 
    grid-template-areas: 
    "year employee construction"
    "average employee construction"
    "average ratio ratio"; 
}
#p_recruit .m_number .number-list .item {
    border-width: .5rem;
}
#p_recruit .m_number .number-list .item.year {
    grid-area: year;
}
#p_recruit .m_number .number-list .item.average {
    grid-area: average;
}
#p_recruit .m_number .number-list .item.employee {
    grid-area: employee;
}
#p_recruit .m_number .number-list .item.construction {
    grid-area: construction;
}
#p_recruit .m_number .number-list .item.ratio {
    grid-area: ratio;
}
#p_recruit .m_number .number-list .item.year .item-img {
    margin-bottom: 2.4rem;
}
#p_recruit .m_number .number-list .item.average .item-img {
    margin-bottom: 2.4rem;
}
#p_recruit .m_number .number-list .item.employee .item-img {
    margin-bottom: 1.9rem;
}
#p_recruit .m_number .number-list .item.construction .item-img {
    margin-bottom: 3.1rem;
}
#p_recruit .m_number .number-list .item.ratio .item-img {
    margin-right: 3rem;
}
#p_recruit .m_number .number-list .item.year .item-img img {
    width: 13.5rem;
}
#p_recruit .m_number .number-list .item.average img {
    width: 29.6rem;
}
#p_recruit .m_number .number-list .item.employee img {
    width: 19.2rem;
}
#p_recruit .m_number .number-list .item.construction img {
    width: 19.2rem;
}
#p_recruit .m_number .number-list .item.ratio img {
    width: 31.7rem;
}
#p_recruit .m_number .number-list .item .item-ttl {
    font-size: 2.5rem;
}
#p_recruit .m_number .number-list .item.average .item-ttl {
    margin-right: .6rem;
}
#p_recruit .m_number .number-list .item.employee .item-ttl {
    margin-bottom: 1.2rem;
}
#p_recruit .m_number .number-list .item.construction .item-ttl {
    margin-bottom: 2.2rem;
}
#p_recruit .m_number .number-list .item.ratio .item-ttl {
    margin-right: 2.2rem;
}
#p_recruit .m_number .number-list .item .item-num {
    font-size: 4rem;
}
#p_recruit .m_number .number-list .item .item-num span {
    font-size: 10rem;
    margin-right: .5rem;
}

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

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

#p_recruit .m_voice .voice-list {
    gap: 8rem 0;
}
#p_recruit .m_voice .voice-list .item {
    gap: 0 6rem;
}
#p_recruit .m_voice .voice-list .item:nth-child(even) {
    flex-direction: row-reverse;
}
#p_recruit .m_voice .voice-list .item .item-img {
    width: 37.8rem;
}
#p_recruit .m_voice .voice-list .item .item-img::before {
    bottom: 0;
    width: calc((100vw - var(--cont-small)) / 2 + 4.5rem);
    height: 26.7rem;
}
#p_recruit .m_voice .voice-list .item:nth-child(odd) .item-img {
    margin-left: 4.5rem;
}
#p_recruit .m_voice .voice-list .item:nth-child(even) .item-img {
    margin-right: 4.5rem;
}
#p_recruit .m_voice .voice-list .item:nth-child(odd) .item-img::before {
    left: calc(-1 * ((100vw - var(--cont-small)) / 2 + 4.5rem));
}
#p_recruit .m_voice .voice-list .item:nth-child(even) .item-img::before {
    right: calc(-1 * ((100vw - var(--cont-small)) / 2 + 4.5rem));
}
#p_recruit .m_voice .voice-list .item .txt-ttl {
    font-size: 2.5rem;
    margin-bottom: 4rem;
}
#p_recruit .m_voice .voice-list .item .txt-qaa {
    font-size: 1.7rem;
    margin-bottom: 3.8rem;
}
#p_recruit .m_voice .voice-list .item .txt-qaa dl:not(:last-child) {
    margin-bottom: 3rem;
}
#p_recruit .m_voice .voice-list .item .txt-name {
    font-size: 1.5rem;
}

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

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

#p_recruit .m_carrierup .carrierup-img {
    margin-bottom: 1.5rem;
}
#p_recruit .m_carrierup .carrierup-list {
    gap: 0 2rem;
    margin: 0 1rem;
}
#p_recruit .m_carrierup .carrierup-list .item {
    width: calc((100% - 6rem) / 4);
}
#p_recruit .m_carrierup .carrierup-list .item .item-ttl {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
#p_recruit .m_carrierup .carrierup-list .item .item-txt {
    font-size: 1.5rem;
}

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

#p_recruit .m_personality .personality-inner {
    padding: 4.1rem 2.7rem 3.2rem;
}
#p_recruit .m_personality .personality-summary dt {
    margin-bottom: 2rem;
}

/*----------------------------------------
福利厚生・教育体制
----------------------------------------*/
#p_recruit .m_system {
    margin-top: 14rem;
    padding: 6rem 0 8rem;
}
#p_recruit .m_system .c_headline {
    margin-bottom: 6rem;
}

#p_recruit .m_system .detail-list {
    justify-content: space-between;
    margin-bottom: 3.8rem;
}
#p_recruit .m_system .detail-list .item .item-icon {
    min-width: 11.5rem;
    min-height: 10.3rem;
    margin-bottom: 1.6rem;
}
#p_recruit .m_system .detail-list .item:nth-child(1) .item-icon img {
    width: 9.2rem;
    height: 10.7rem;
}
#p_recruit .m_system .detail-list .item:nth-child(2) .item-icon img {
    width: 11.5rem;
    height: 8.9rem;
}
#p_recruit .m_system .detail-list .item:nth-child(3) .item-icon img {
    width: 9.3rem;
    height: 9.8rem;
}
#p_recruit .m_system .detail-list .item:nth-child(4) .item-icon img {
    width: 9rem;
    height: 10.3rem;
}
#p_recruit .m_system .detail-list .item:nth-child(5) .item-icon img {
    width: 11.5rem;
    height: 8.3rem;
}
#p_recruit .m_system .detail-list .item .item-ttl {
    font-size: 1.8rem;
}

#p_recruit .m_system .flow-inner {
    width: 78.5rem;
    padding: 4.2rem 8rem 5rem;
}
#p_recruit .m_system .flow-ttl {
    font-size: 2rem;
    margin-bottom: 1.8rem;
}

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

#p_recruit .m_info .info-table {
    width: 82rem;
    margin-top: 3.6rem;
}
#p_recruit .m_info .info-table table th {
    width: 12rem;
}
#p_recruit .m_info .info-table table td {
    width: calc(100% - 12rem);
}
#p_recruit .m_info .info-table table th,
#p_recruit .m_info .info-table table td {
    padding: 1.2rem 0;
}
#p_recruit .m_info .info-table table tr:first-child th,
#p_recruit .m_info .info-table table tr:first-child td {
    padding-top: 0;
}

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

#p_recruit .m_entry .entry-txt .ttl-en {
    margin-bottom: .5rem;
}
#p_recruit .m_entry .entry-txt .ttl-en,
#p_recruit .m_entry .entry-txt .ttl-en span {
    font-size: 4.3rem;
}
#p_recruit .m_entry .entry-txt .ttl-jp,
#p_recruit .m_entry .entry-txt .ttl-jp span {
    font-size: 2.3rem;
}

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

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

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

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

/*----------------------------------------
投稿情報
----------------------------------------*/
#p_news-single .m_state {
    margin-bottom: 6rem;
}
#p_news-single .m_state .u_container {
    width: 90rem;
}
#p_news-single .m_state .state-ttl {
    font-size: 2rem;
    margin: -.75em 0 1.2rem;
}
#p_news-single .m_state .item-date {
    margin-right: 2.8rem;
}

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

/*--------------------------------------------------------------------------
制作実績一覧
--------------------------------------------------------------------------*/
#p_works-archive .works-inner {
    margin-bottom: 11.6rem;
}

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

#p_works-archive .works-searchs .form-kouji {
    padding: 4.8rem 7rem 5rem;
}
#p_works-archive .works-searchs .form-kouji .form-cate {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.2rem;
}
#p_works-archive .works-searchs .form-kouji .form-cate-ttl {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}
#p_works-archive .works-searchs .form-kouji .form-btn-wrap {
    justify-content: center;
}
#p_works-archive .works-searchs .form-kouji .roof .form-cate-list {
    column-count: 3;
}
#p_works-archive .works-searchs .form-kouji .metal .form-cate-list {
    column-count: 2;
}
#p_works-archive .works-searchs .form-kouji .form-cate-list .item {
    margin-bottom: 1.8rem;
}
#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(.25rem - 1px);
    width: 2rem;
    height: 2rem;
}
#p_works-archive .works-searchs .form-kouji .form-cate-list .item label:after {
    top: calc(.25rem + .2rem + 1px - 1px);
    left: calc(.2rem + 1px);
    width: 1.6rem;
    height: 1.6rem;
}

#p_works-archive .works-searchs .form-kouji .form-btn-wrap .form-btn {
    width: 32.6rem;
    margin: 0;
}
#p_works-archive .works-searchs .form-kouji .form-btn-wrap .form-btn:not(:last-child) {
    margin-right: 1.4rem;
}
#p_works-archive .works-searchs .form-kouji .form-btn-wrap .form-btn span {
    font-size: 2rem;
    padding: 2.2rem 0;
}

/*----------------------------------------
制作実績リスト
----------------------------------------*/
#p_works-archive .works-list {
    margin-bottom: 4.5rem;
}
#p_works-archive .works-list .item {
    width: calc((100% - (7.5rem * 2)) / 3);
    margin-bottom: 5.5rem;
}
#p_works-archive .works-list .item:not(:nth-child(3n)) {
    margin-right: 7.5rem;
}
#p_works-archive .works-list .item .item-img {
    height: 18.6rem;
    margin-bottom: 1.4rem;
}
#p_works-archive .works-list .item .item-ttl {
    font-size: 1.8rem;
    margin-bottom: .3rem;
}

/*--------------------------------------------------------------------------
制作実績個別
--------------------------------------------------------------------------*/
#p_works-single {
    margin-bottom: 11.6rem;
}

/*----------------------------------------
スライダー
----------------------------------------*/
#p_works-single .m_slider .img-slider {
    padding: 6.4rem 7.4rem 4.4rem;
}
#p_works-single .m_slider .img-slider .swiper {
    height: 47rem;
    margin-bottom: 2rem;
}
#p_works-single .m_slider .img-slider .thumb-wrapper .thumb-media {
    width: calc((100% - 8rem) / 5);
    height: 8.6rem;
    margin-bottom: 2rem;
}
#p_works-single .m_slider .img-slider .thumb-wrapper .thumb-media:not(:nth-child(5n)) {
    margin-right: 2rem;
}

/*----------------------------------------
詳細
----------------------------------------*/
#p_works-single .m_detail {
    margin-bottom: 12.8rem;
}
#p_works-single .m_detail .detail-ttl {
    font-size: 2rem;
    margin-bottom: 3.8rem;
}
#p_works-single .m_detail .detail-info {
    margin-bottom: 7rem;
}
#p_works-single .m_detail .detail-info dl {
    display: flex;
}
#p_works-single .m_detail .detail-info dl:not(last-child) {
    margin-bottom: 2.5rem;
}
#p_works-single .m_detail .detail-info dl dt {
    width: 6.6em;
}

/*--------------------------------------------------------------------------
お問い合わせ
--------------------------------------------------------------------------*/

/*----------------------------------------
進捗
----------------------------------------*/
#p_contact .m_progress {
    margin: .5rem 0 6rem;
}
#p_contact .m_progress .progress-list {
    display: flex;
    justify-content: center;
}
#p_contact .m_progress .progress-list .item:not(:last-child) {
    margin-right: 8rem;
}
#p_contact .m_progress .progress-list .item:not(:last-child):before {
    top: 2.6rem;
    left: 50%;
    width: calc(100% + 8rem);
}
#p_contact .m_progress .progress-list .item .item-txt:before {
    width: 5rem;
    height: 5rem;
    padding-top: .5em;
    font-size: 2.5rem;
    margin-bottom: 1.4rem;
}

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

/*----------------------------------------
フォーム
----------------------------------------*/
#p_contact .m_form {
    margin-bottom: 10.5rem;
}
#p_contact .m_form .form-inner {
    width: 80.8rem;
}

#p_contact .m_form .inputs-inner {
    margin-bottom: 6.5rem;
}
#p_contact .m_form dl {
    display: flex;
}
#p_contact .m_form dl:not(:last-child) {
    margin-bottom: 3.5rem;
}
#p_contact .m_form dl dt {
    width: 25.4rem;
    margin-top: -.25rem;
}
#p_contact .m_form dl dd {
    width: calc(100% - 25.4rem);
    margin-top: -.25rem;
}
#p_contact .m_form .required {
    margin: .25rem 2rem 0 0;
}

/*確認ページ*/
#p_contact .m_form .confirm-item {
    margin-top: .25rem;
}

#p_contact .m_form .wpcf7-list-item-label {
    font-size: 1.5rem;
}
#p_contact .m_form .wpcf7-radio .wpcf7-list-item-label:before {
    top: calc(.25em - 1px);
}

#p_contact .m_form .form-privacy {
    margin-bottom: 9rem;
    padding: 3.6rem 4rem;
}
#p_contact .m_form .form-privacy .privacy-ttl {
    font-size: 2rem;
    margin-bottom: 2.4rem;
}
#p_contact .m_form .form-privacy .privacy-txt {
    margin-bottom: 2.4rem;
}
#p_contact .m_form .wpcf7-acceptance .wpcf7-list-item-label:before {
    top: .1rem;
}
#p_contact .m_form .wpcf7-acceptance .wpcf7-list-item-label:after {
    top: -.3rem;
}

#p_contact .m_form .form-submit .submit-btn {
    width: 32.6rem;
}
#p_contact .m_form .form-submit .submit-btn:not(:last-child) {
    margin-right: 3rem;
}
#p_contact .m_form .form-submit .submit-btn span {
    font-size: 2rem;
    padding: 2.7rem 0;
}

/*----------------------------------------
送信完了
----------------------------------------*/
#p_contact .m_complete {
    margin-bottom: 11rem;
}
#p_contact .m_complete .complete-ttl {
    font-size: 2.5rem;
    margin-bottom: 2.6rem;
}
#p_contact .m_complete .c_more-link {
    width: 32.6rem;
    margin-top: 6rem;
}
#p_contact .m_complete .c_more-link span {
    font-size: 2rem;
    padding: 2rem 0;
}

/*--------------------------------------------------------------------------
個人情報保護方針
--------------------------------------------------------------------------*/
#p_privacy .privacy-inner {
    margin-bottom: 9.4rem;
}
#p_privacy .hl-2 {
    font-size: 2rem;
}

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

/*--------------------------------------------------------------------------
個人情報保護方針
--------------------------------------------------------------------------*/
#p_privacy .privacy-inner {
    margin-bottom: 9.4rem;
}
#p_privacy .hl-2 {
    font-size: 2rem;
}

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

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