/* ecocute.css と同じフォント変数（add 単独ページでも var(--ff-*) が効くように） */
:root {
    --ff-montserrat: Montserrat, sans-serif;
    --ff-noto-sans-jp: "Noto Sans JP", sans-serif;
    --ff-oooh-baby: "Oooh Baby", cursive;
    --sec-bg: #E8F3FF;
    --sec-bg-line: #DEEDD5;
}

/* add 共通セクション縦余白（PHP の <section> に .sec-pad / .sec-pad-bottom を付与して管理）
   .sec-pad … 上下 120px（767px 以下は 60px）。
   .sec-pad-bottom … 装飾用 ::before で上余白を取るブロック向け。下のみ 120px（767px 以下は 60px）。 */
.sec-pad{
    padding: 120px 0;
}
.sec-pad-bottom {
    padding: 0 0 120px !important;
}
@media screen and (max-width: 767px) {
    .sec-pad {
        padding: 60px 0;
    }
    .sec-pad-bottom {
        padding: 0 0 60px !important;
    }
}

/* add 共通セクション背景 */
.sec-bg {
    position: relative;
}
.sec-bg#section-flow{
    padding-top: 0;
}
.sec-bg::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--sec-bg);
    border-radius: 0 100px 0 0;
}
.sec-bg.sec-bg--top30::before {
    top: 30px;
}
.sec-bg.sec-bg--flat::before {
    top: 0;
    border-radius: 0;
}
.sec-bg.sec-bg--fill::before {
    inset: 0;
    height: auto;
    border-radius: 0;
}
.sec-bg.sec-bg--line::before {
    background-color: var(--sec-bg-line);
}
.sec-bg.sec-bg--white::before {
    background-color: #fff;
}
.sec-bg.sec-bg--reason::before {
    background-color: var(--sec-bg);
    background-image: url(../../assets/img/add/reason_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.contents-reason.sec-bg.sec-bg--reason::after {
    z-index: 2;
}
.sec-bg > .container-md {
    position: relative;
    z-index: 1;
}
.sec-bg--line > .container-md {
    z-index: 0;
}
.sec-bg > .contents-commitment__en,
.sec-bg > .contents-column__en,
.sec-bg > .contents-price__en,
.sec-bg > .contents-flow__en,
.sec-bg > .contents-reason__en,
.sec-bg > .company__philosophy-en,
.sec-bg > .company__history-en,
.sec-bg > .company__qualification-en,
.sec-bg > .company__sdgs-en,
.sec-bg > .ceo__history-en,
.sec-bg > .sdgs__attempt-en,
.sec-bg > .company__profile-en {
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .sec-bg::before {
        top: 20px;
    }
    .sec-bg.sec-bg--flat::before{
        top: 0;
    }

    .sec-bg.sec-bg--reason::before {
        background-position: left center;
    }
}


/* 本文まわりは修繕・LP と揃えて Noto Sans JP ベース */
.head-parts,
.contents-head,
.contents-reason,
.contents-line {
    font-family: var(--ff-noto-sans-jp);
}
#wrapper {
    overflow-x: hidden;
}
@media screen and (min-width: 768px) {
    #wrapper {
        overflow-x: clip;
    }
}
.section-mt-title{
    white-space: nowrap;
}
.section-mt-title span{
    margin-top: 8px;
}
.section-mt-title span.small{
    font-size: 30px;
}
.section-mt-title::after{
    margin-top: 28px;
}
.contents__subtitle {
    margin-top: 35px;
    text-align: center;
    font-weight: 500;
}
.contents__text {
    margin-top: 14px;
    text-align: center;
}
.contents__text.mt-35 {
    margin-top: 35px;
}
.contents__text p {
    line-height: 2.1;
    font-weight: 500;
}
@media screen and (max-width: 767px) {
    .section-mt-title{
        white-space: normal;
    }
    .section-mt-title span.small{
        font-size: 20px;
    }    
    .contents__text {
        text-align: left;
    }
}


/* 英語付き見出し用 */
.section-mt-title span.section-mt-title--en {
    margin-top: -30px;
    margin-left: -30px;
    font-family: var(--ff-oooh-baby);
    font-size: 75px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #C5D9EF;
}
.section-mt-title:has(.section-mt-title--en) span.section-mt-title--ja{
    margin-top: -42px;
}
@media screen and (max-width: 767px) {
    .section-mt-title span.section-mt-title--en {
        font-size: 40px;
    }
    .section-mt-title:has(.section-mt-title--en) span.section-mt-title--ja{
        margin-top: -10px;
    }
    
}


/* 下層ヘッダー下見出し */
.head-parts{
    padding-top: 114px;
    width: 100%;
    height: 301px;
    background: url(../../assets/img/add/head_bg.png) no-repeat center center;
    position: relative;
    text-align: center;
}
.head-parts::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 81, 161, 0.61);
}
.head-parts::after{
    content: '';
    position: absolute;
    bottom:-40px;
    right: 14px;
    width: 391px;
    height: 91px;
    background: url(../../assets/img/add/head_deco.png) no-repeat center center / cover;
}

.head-parts__title{
    position: relative;
    font-size: 65px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
    display: inline-block;
    z-index: 1;
}
.head-parts__title::before{
    content: attr(data-en);
    position: absolute;
    top: -32px;
    left: -48px;
    color: #C5D9EF;
    font-size: 71px;
    font-family: var(--ff-oooh-baby);
    line-height: 1.2;
    letter-spacing: 0;
    z-index: -1;
}
.head-parts__nav{
    /* position: absolute;
    bottom: 0;
    left: 0; */
    width: 100%;
    min-height: 40px;
    background: rgba(10, 81, 161, 0.61);
    background: rgba(10, 81, 161, 0.9);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.head-parts__nav p#breadcrumbs{
    width: unset;
    margin: 0;
    padding: 0;
    max-width: calc(100% - 32%);
    text-align: left;
}
.head-parts__nav p#breadcrumbs a{
    color: #fff;
    text-decoration: none;
}
.head-parts__nav p#breadcrumbs span{
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.46;
    letter-spacing: 0.1em;
    display: inline-block;
    margin: 0 20px;
}
@media screen and (max-width: 767px) {
    .head-parts{
        padding-top: 60px;
        height: 160px;
    }
    .head-parts::after{
        right: -20px;
        bottom: 0;
        width: 180px;
        height: 50px;
    }
    .head-parts__title{
        font-size: 30px;
    }
    .head-parts__title::before{
        top: -15px;
        left: -20px;
        font-size: 40px;
    }
    .head-parts__nav{
        justify-content: flex-start;
        text-align: left;
    }
    .head-parts__nav p#breadcrumbs{
        max-width: 100%;
    }
    
    .head-parts__nav p#breadcrumbs span{
        margin: 0 5px;
    }
}

/* ヘッダー下コンテンツ */
.contents-head {
    position: relative;
}
.contents-head::after{
    content: "";
    position: absolute;
    bottom: 20px;
    right: 106px;
    width: 171px;
    height: 96px;
    background: url(../../assets/img/add/deco1.png) no-repeat center center / cover;
}
.contents-head__title {
    font-size: 61px;
    font-weight: bold;
    line-height: 1.31;
    letter-spacing: 0.05em;
    color: #0A51A1;
    text-align: center;
}
.contents-head__read {
    margin-top: 25px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.05em;
    text-align: center;
}
.contents-head__read span {
    color: #EC6400;
}
@media screen and (max-width: 767px) {
    .contents-head::after{
        content: "";
        position: absolute;
        bottom: 0;
        right: 30px;
        width: 100px;
        height: 55px;
        background: url(../../assets/img/add/deco1.png) no-repeat center center / cover;
    }
    .contents-head__title {
        font-size: 30px;
    }
    .contents-head__read {
        font-size: 16px;
    }
    .contents-head__read span {
        font-size: 16px;
    }
}

/* コミットメント */
.contents-commitment {
    position: relative;
    overflow: hidden;
}
.contents-commitment .container-md {
    position: relative;
    z-index: 1;
}
.contents-commitment__en {
    font-size: 141px;
    font-family: var(--ff-montserrat);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #fff;
    position: absolute;
    top: 30px;
    right: -20px;
    writing-mode: vertical-lr;
}
.section-mt-title span span{
    color: #EC6400;
}
.contents-commitment__img{
    margin-top: 57px;
    max-width: 995px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .contents-commitment__img{
        margin-top: 30px;
    }
}

/* 選ばれる理由 */
.contents-reason {
    position: relative;
}
.contents-reason::after{
    display: block;
    content: "";
    position: absolute;
    right: 33px;
    bottom: 35px;
    width: 489px;
    height: 113px;
    background: url(../../assets/img/ecocute/works_deco_02.png) no-repeat center center / contain;
}
.contents-reason__en {
    position: absolute;
    top: -20px;
    left: -15px;
    font-size: 141px;
    font-family: var(--ff-montserrat);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #E8F3FF;
}
.contents-reason .contents__text{
    text-align: center;
}
.contents-reason__btn {
    margin-top: 75px;
    text-align: center;
}
.contents-reason__btn .c-btn{
    display: inline-block;
    max-width: 336px;
    margin-inline: auto;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
    .contents-reason::after{
        display: block;
        content: "";
        position: absolute;
        right: 0;
        bottom: -15px;
        width: 260px;
        height: 60px;
        background: url(../../assets/img/ecocute/works_deco_02.png) no-repeat center center / contain;
    }
    .contents-reason__btn {
        margin-top: 50px;
    }
}

/* カード */
.contents-card{
    position: relative;
}
.contents-card .container-md {
    position: relative;
    z-index: 1;
}
.contents-card__en {
    font-size: 141px;
    font-family: var(--ff-montserrat);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #c5d9ef;
    writing-mode: vertical-lr;
    position: absolute;
    top: 20px;
    left: -20px;
    opacity: 0.16;
}
.p-gattowall .contents-card__en{
    color: #fff;
    left: unset;
    top: 60px;
    right: -20px;
    opacity: 1;
}
.p-paint .contents-card__en{
    color: #fff;
    left: unset;
    top: 60px;
    right: -20px;
    opacity: 1;
}
.contents-card .contents__subtitle{
    margin-top: 31px;
}
.contents-card__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 33px 40px;
    margin-top: 56px;
    max-width: 1024px;
    margin-inline: auto;
}
.contents-card__item {
    max-width: 314px;
}
.contents-card__item-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 314/228;
    border-radius: 18px;
}
.contents-card__item-body {
    margin-top: 15px;
    text-align: center;
}
.contents-card__item-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
    position: relative;
}
.contents-card__item-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, #222 3px, transparent 3px);
    background-size: 13px 100%; 
    background-repeat: repeat-x;
    z-index: 1;
    pointer-events: none;
}
.contents-card__item-text {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
}
.contents-card__btn{
    margin-top: 50px;
    text-align: center;
}
.contents-card__btn .c-btn{
    display: inline-block;
    max-width: 336px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .contents-card__items{
        gap: 30px;
    }
    .contents-card__item{
        max-width: 100%;
    }
    .contents-card__item-img img{
        aspect-ratio: 320/200;
    }
    .contents-card__item-body{
        margin-top: 10px;
    }
    .contents-card__item-title{
        font-size: 22px;
        padding-bottom: 10px;
    }
    .contents-card__item-text {
        margin-top: 10px;
    }
}

/* カラム */
.contents-column {
    position: relative;
    overflow: hidden;
}
.p-paint .contents-column{
    background: #fff;
}
.contents-column .container-md {
    position: relative;
    z-index: 1;
}
.contents-column__en {
    font-size: 141px;
    font-family: var(--ff-montserrat);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #fff;
    position: absolute;
    top: 20px;
    right: -20px;
    writing-mode: vertical-lr;
}
.p-siding .contents-siding .contents-column__en{
    color: #c5d9ef;
    opacity: 0.16;
    right: unset;
    left: -20px;
}
.p-paint .contents-column .contents-column__en{
    color: #c5d9ef;
    opacity: 0.16;
    right: unset;
    top: 0;
    left: -20px;
}
.contents-column.bg-none .contents-column__en{
    color: #c5d9ef;
    opacity: 0.16;
    right: unset;
    left: -20px;
}
.section-mt-title span span{
    color: #EC6400;
}
.contents-column__items {
    display: grid;
    gap: 60px;
    margin-top: 70px;
}
.contents-column__item {
    display: flex;
    justify-content: space-between;
    gap: 37px;
}
.contents-column__item:nth-child(even){
    flex-direction: row-reverse;
}
.contents-column__item-img {
    max-width: 490px;
    min-width: 490px;
}
.contents-column__item-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 490/357;
    border-radius: 18px;
}
.p-gattowall .contents-column__item-img img{
    aspect-ratio: unset;
}
.p-bath-remake .contents-column__item-img.full img{
    aspect-ratio: unset;
    object-fit: unset;
}
.p-service .contents-column__item-img img{
    object-position: left;
}
.contents-column__item-body {
    margin-top: 23px;
    text-align: left;
}
.p-bath-remake .contents-column__item-body{
    margin-top: 0;
}
.p-gattowall .contents-column__item-body{
    margin-top: 0;
}
.contents-column__item-body.mt0{
    margin-top: 0;
}
.contents-column__item-body-head{
    display: flex;
    position: relative;
    padding-bottom: 31px;
}
.contents-column__item-body-head::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, #222 3px, transparent 3px);
    background-size: 13px 100%; 
    background-repeat: repeat-x;
    z-index: 1;
    pointer-events: none;
}
.contents-column__item-body-head-num{
    position: relative;
}
.contents-column__item-body-en {
    font-size: 36px;
    font-family: var(--ff-oooh-baby);
    font-weight: 400;
    line-height: 1;
    color: #C5D9EF;
    display: block;
    content: "";
    position: absolute;
    top: -24px;
    left: -15px;
    z-index: 1;
}
.contents-column__item-title-num{
    background: #0A51A1;
    color: #fff;
    font-size: 39px;
    font-family: var(--ff-montserrat);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.12em;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    position: relative;
    padding-left: 4px;
}
.contents-column__item-title {
    margin-top: 10px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: left;
}
.contents-column__item-title span{
    margin-top: 8px;
    display: block;
    font-size: 16px;
}
.contents-column__item-text {
    margin-top: 17px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
    text-align: left;
}
.contents-column__item-text.mt-0{
    margin-top: 0;
}
.contents-column__item-text span{
    font-weight: 700;
}
.contents-column__item-btn{
    margin-top: 20px;
    text-align: left;
}
.contents-column__item-btn .c-btn{
    display: inline-block;
    max-width: 336px;
}
@media screen and (max-width: 767px) {
    .contents-column__item-title{
        margin-top: 15px;
        font-size: 22px;
    }
    .p-bath-remake .contents-column__item-title{
        margin-top: 0;
    }
    .p-gattowall .contents-column__item-title{
        margin-top: 0;
    }
    .contents-column__item-body.mt0 .contents-column__item-title{
        margin-top: 0;
    }
    .contents-column__item-text{
        font-size: 16px;
    }
    .contents-column__items{
        margin-top: 40px;
        gap: 30px;
    }
    .contents-column__item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
    }
    .contents-column__item:nth-child(even){
        flex-direction: column;
    }
    .contents-column__item-img {
        max-width: 100%;
        min-width: unset;
    }
    .contents-column__item-body{
        margin-top: 0;
    }
    .contents-column__item-body-head{
        align-items: center;
        padding-bottom: 20px;
    }
    .contents-column__item-btn{
        text-align: center;
    }
}

/* サイディング */
.contents-siding{
    position: relative;
    background: #fff;
}
.contents-siding__en {
    font-size: 141px;
    font-family: var(--ff-montserrat);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #c5d9ef;
    writing-mode: vertical-lr;
    position: absolute;
    top: 0;
    left: -20px;
    opacity: 0.16;
    white-space: nowrap;
}
.contents-siding .container-md {
    position: relative;
    z-index: 1;
}
.p-paint .contents-siding__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 44px;
    margin-top: 60px;
}
.contents-siding__item {
    max-width: 510px;
}
.contents-siding__item-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 490/357;
    border-radius: 18px;
}
.contents-siding__item-body {
    margin-top: 26px;
    text-align: center;
}
.contents-siding__item-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.05em;
    position: relative;
    padding-bottom: 28px;
}
.contents-siding__item-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, #222 3px, transparent 3px);
    background-size: 13px 100%; 
    background-repeat: repeat-x;
    z-index: 1;
    pointer-events: none;
}
.contents-siding__item-text {
    margin-top: 18px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
    text-align: left;
}
@media screen and (max-width: 767px) {
    .p-paint .contents-siding__items {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .contents-siding__item{
        max-width: 100%;
    }
    .contents-siding__item-title {
        font-size: 22px;
        padding-bottom: 10px;
    }
    .contents-siding__item-text {
        font-size: 16px;
    }
}

/* 料金 */
.contents-price{
    position: relative;
    overflow: hidden;
}
.contents-price .container-md {
    position: relative;
    z-index: 1;
}
.contents-price__en {
    font-size: 141px;
    font-family: var(--ff-montserrat);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #fff;
    writing-mode: vertical-lr;
    position: absolute;
    top: 103px;
    right: -19px;
}
.contents-price__items {
    margin-top: 54px;
    display: grid;
    gap: 50px;
}
.contents-price__item{
    background: #fff;
    padding: 38px 40px 36px;
    border-radius: 36px;
}
.contents-price__item-title {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.05;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 31px;
    position: relative;
}
.contents-price__item-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, #222 3px, transparent 3px);
    background-size: 13px 100%; 
    background-repeat: repeat-x;
    z-index: 1;
    pointer-events: none;
}
.contents-price__table-wrapper {
    margin-top: 30px;
    overflow: hidden; 
}
.contents-price__table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
}
.contents-price__table-header th {
    background-color: #0A51A1; 
    color: #fff;
    padding: 15px;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    font-size: 16px;
    font-weight: 700;
}
.contents-price__table-header th:first-child {
    background-color: #fff;
    border-left: none;
}
.p-siding .contents-price__table-header th:first-child {
    background-color: #0A51A1;
}
.contents-price__table-body th {
    background: #E8F3FF;
    border-bottom: 1px solid #222;
}
/* 比較表：先頭列（ラベル）を 236px 固定。table-layout:auto だと td が内容で横に伸びるため fixed と組み合わせる */
.p-paint .contents-price__table--comparison .contents-price__table-header th:first-child,
.p-paint .contents-price__table--comparison .contents-price__table-body th.item-label {
    width: 236px;
    min-width: 236px;
    max-width: 236px;
    box-sizing: border-box;
}
.p-paint .contents-price__table--comparison .contents-price__table-body td {
    min-width: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
 
.contents-price__table-body td {
    padding: 15px;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    vertical-align: middle;
}
.contents-price__table-body td:first-child {
    background-color: #eef7ff; 
    font-weight: 600;
    text-align: left; 
    border-left: none;
    width: 30%;
}
.contents-price__table-body td.feature-text {
    text-align: left;
    vertical-align: top;
}
.contents-price__table-body td.feature-text p {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
}
.p-siding .contents-price__table-body td:first-child {
    background-color: #fff;
    text-align: center;
}
.contents-price__small-text {
    display: block;
    margin-top: -2px;
    font-weight: normal;
}
.contents-price__note {
    font-size: 15px;
    margin-top: 6px;
    font-weight: 500;
    line-height: 2.2;
    text-align: left;
}
.contents-price__footer-text {
    text-align: center;
    font-weight: bold;
    line-height: 1.8;
}
.contents-price__text{
    margin-top: 52px;
    text-align: center;
}
.contents-price__text p{
    line-height: 2.1;
    font-weight: 500;
}
.contents-price__btn{
    margin-top: 73px;
    text-align: center;
}
.contents-price__btn .c-btn{
    display: inline-block;
    max-width: 336px;
    margin-inline: auto;
}
.p-siding .contents-price__spec{
    margin-top: 30px;
    background: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.p-siding .contents-price__spec dl{
    margin: 0;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}
.p-siding .contents-price__spec dl:last-child{
    border-left: 1px solid #222;
}
.p-siding .contents-price__spec dt{
    /* width: 32%; */
    margin: 0;
    padding: 15px;
    background: #0A51A1;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #222;

}
.p-siding .contents-price__spec dd{
    /* width: 68%; */
    margin: 0;
    padding: 15px;
    text-align: center;
}
@media (max-width: 767px) {
    .contents-price__card {
        border-radius: 20px;
        padding: 20px 10px;
    }
    .contents-price__item{
        padding: 30px 10px;
    }
    .contents-price__title {
        font-size: 22px;
    }
    .contents-price__text{
        margin-top: 30px;
    }
    .contents-price__item-title{
        font-size: 26px;
    }
    .contents-price__table-body td {
        padding: 8px 4px;
    }
    .contents-price__btn{
        margin-top: 30px;
    }
    .contents-price__table {
        width: 600px; 
    }
    .p-siding .contents-price__table {
        width: 100%; 
    }
    .contents-price__table-header th,
    .contents-price__table-body th,
    .contents-price__table-body td {
        padding: 15px;
    }
    .p-siding .contents-price__spec{
        grid-template-columns: 1fr;
    }
    .p-siding .contents-price__spec dl{
        flex-direction: column;
        border-bottom: none;
        border-top: none;
    }
    .p-siding .contents-price__spec dl:last-child{
        border-left: none;
    }
    .p-siding .contents-price__spec dt,
    .p-siding .contents-price__spec dd{
        width: 100%;
        padding: 15px;
        text-align: left;
    }
    .p-siding .contents-price__spec dt{
        border-bottom: none;
    }
    .p-paint .contents-price .container-md,
    .p-paint .contents-price__items,
    .p-paint .contents-price__item {
        min-width: 0;
    }
    .p-paint .contents-price__table-wrapper.contents-price__table-wrapper--comparison-scroll {
        overflow-x: auto;
        overflow-y: visible;
        max-width: 100%;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-x: contain;
        touch-action: pan-x pan-y;
    }
    .p-paint .contents-price__table-wrapper--comparison-scroll .contents-price__table--comparison {
        min-width: 800px;
        table-layout: fixed;
    }
    .p-paint .contents-price__table--comparison .contents-price__table-header th:first-child {
        position: sticky;
        left: 0;
        z-index: 3;
        width: 112px;
        min-width: 112px;
        max-width: 112px;
        box-sizing: border-box;
        background-color: #fff;
        background-clip: padding-box;
    }
    .p-paint .contents-price__table--comparison .contents-price__table-body th.item-label {
        position: sticky;
        left: 0;
        z-index: 2;
        width: 112px;
        min-width: 112px;
        max-width: 112px;
        box-sizing: border-box;
        background-color: #e8f3ff;
        background-clip: padding-box;
        box-shadow: 4px 0 12px -5px rgba(0, 0, 0, 0.2);
        border-left: none;
        text-align: center;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
}

/* フロー */
.contents-flow{
    position: relative;
    overflow: hidden;
}
.contents-flow__en {
    font-size: 141px;
    font-family: var(--ff-montserrat);
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #c5d9ef;
    writing-mode: vertical-lr;
    position: absolute;
    top: 20px;
    left: -20px;
    opacity: 0.16;
}
.contents-flow__items{
    margin-top: 112px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    position: relative;
}
.contents-flow__items::after{
    content: "";
    position: absolute;
    bottom: -45px;
    right: -37px;
    width: 171px;
    height: 96px;
    background: url(../../assets/img/add/deco1.png) no-repeat center center / cover;
}
.contents-flow__item{
    background: var(--sec-bg);
    border-radius: 18px;
    padding: 0 30px 33px;
    text-align: center;
    position: relative;
}
.contents-flow__item::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -29px;
    width: 18px;
    height: 35px;
    background: url(../../assets/img/add/card_arrow.svg) no-repeat center center / contain;
}
.contents-flow__item:last-child::after{
    display: none;
}
.contents-flow__item-num{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: -28px;
}
.contents-flow__item-num-txt{
    font-size: 29px;
    font-family: var(--ff-oooh-baby);
    font-weight: 400;
    line-height: 1.2;
    color: #C5D9EF;
    content: "";
    position: absolute;
    top: -22px;
    left: -19px;
}
.contents-flow__item-num-num{
    font-size: 37px;
    font-family: var(--ff-montserrat);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.12em;
    color: #fff;
    background: #0A51A1;
    border-radius: 50%;
    width: 62px;
    height: 62px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-left: 4px;
}
.contents-flow__item-body{
    margin-top: 6px;
}
.contents-flow__item-title{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.45;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
}
.contents-flow__item-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, #222 3px, transparent 3px);
    background-size: 13px 100%; 
    background-repeat: repeat-x;
    z-index: 1;
    pointer-events: none;
}
.contents-flow__item-list{
    margin-top: 22px;
    display: grid;
    gap: 8px;
}
.contents-flow__item-list-item{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    list-style: disc;
    text-align: left;
    margin-left: 36px;
}
.contents-flow__item-list-item::marker{
    color: #0A51A1;
}
.contents-flow__item-text{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    margin-left: 20px;
}
.contents-flow__btn{
    margin-top: 68px;
    text-align: center;
}
.contents-flow__btn .c-btn{
    display: inline-block;
    max-width: 336px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .contents-flow__items{
        margin-top: 80px;
        grid-template-columns: 1fr;
        gap: 80px;
    }
    .contents-flow__items::after{
        content: "";
        position: absolute;
        bottom: -30px;
        right: -20px;
        width: 100px;
        height: 55px;
        background: url(../../assets/img/add/deco1.png) no-repeat center center / cover;
    }
    .contents-flow__item::after {
        top: unset;
        right: unset;
        bottom: -45px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }
    .contents-flow__item-body{
        margin-top: 0;
    }
    .contents-flow__item-title{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .contents-flow__btn{
        margin-top: 50px;
    }
}

/* 下層ページラインコンテンツ */
.contents-line{
    position: relative;
    overflow: hidden;
    padding: 70px 0;
}
.contents-line .container-md {
    padding-right: 0;
}
.contents-line__en {
    opacity: 0.37;
    position: absolute;
    bottom: -30px;
    right: -27px;
    letter-spacing: 0.12em;
    color: #fff;
    font-size: 141px;
    line-height: 1;
    font-family: var(--ff-montserrat);
    font-weight: 600;
}
.contents-line__inner{
    display: flex;
    justify-content: center;
    margin-left: 20px;
    gap: 10px;
}
.contents-line__left{
    width: 50%;
}
.contents-line__left .section-mt-title{
    position: relative;
}
.contents-line__left .section-mt-title::after {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    top: -10px;
    left: -20px;
    width: 99px;
    height: 96px;
    background: url(../../assets/img/ecocute/line_deco_01.png) no-repeat center center / contain;
}
.contents-line__left .section-mt-title::before {
    display: block;
    content: "";
    width: 313px;
    height: 72px;
    background: url(../../assets/img/top-new/line_title.png) no-repeat center center / contain;
}
.contents-line__left .section-mt-title:has(.section-mt-title--en) span.section-mt-title--ja{
    font-size: 64px;
    margin-top: -40px;
    position: relative;
}
.contents-line__left .section-mt-title--ja::after{
    display: block;
    content: "";
    margin-top: 30px;
    margin-inline: auto;
    width: 95px;
    height: 6px;
    background-image: linear-gradient(to right, currentColor 3px, transparent 3px);
    background-repeat: repeat-x;
    background-size: 13px 6px;
}
.contents-line__left .section-mt-title--ja span{
    color: #06C755;
}
.contents-line__left .section-mt-title span.section-mt-title--en   {
    color: #A7E6C0;
    font-size: 63px;
    font-family: var(--ff-oooh-baby);
    margin-left: -35px;
    letter-spacing: 0;
    margin-top: -11px;
}
.contents-line__left .section-line-subtitle::before{
    display: none;
}
.contents-line__right{
    margin-top: 20px;
    width: 50%;
    position: relative;
}
.contents-line__right .contents-line__subtitle {
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
}
.contents-line__right .contents-line__subtitle span {
    color: #06C755;
}
.contents-line__right .contents-line__text {
    margin-top: 20px;
    text-align: center;
}
.contents-line__right .contents-line__text p{
    line-height: 2.1;
    font-weight: 500;
}
.contents-line__right .contents-line__right-btn{
    margin-top: 50px;
    text-align: center;
}
.contents-line__right .contents-line__right-btn .c-btn{
    display: inline-block;
    max-width: 336px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .contents-line .container-md{
        padding-right: 20px;
    }
    .contents-line__left .section-mt-title::after{
        top: -80px;
    }
    .contents-line__inner{
        flex-direction: column;
        margin-left: 0;
    }
    .contents-line__left{
        width: 100%;
    }
    .contents-line__left .section-mt-title span.section-mt-title--en{
        font-size: 40px;
        margin-top: -15px;
    }
    .contents-line__left .section-mt-title:has(.section-mt-title--en) span.section-mt-title--ja{
        margin-top: -20px;
        font-size: 30px;
    }
    .contents-line__right{
        width: 100%;
    }
    .contents-line__right .contents-line__right-btn{
        margin-top: 30px;
    }
    .contents-line__right .contents-line__right-btn img{
        max-width: 100%;
    }
}

/* 施工の流れ */
.p-flow #section-flow{
    padding: 120px 0;
}
.p-flow #section-flow.sec-pad-bottom{
    padding: 0 0 120px;
}
.flow-chart{
    position: relative;
}
.flow-chart .section-flow-en{
    top: 0;
    right: unset;
    left: -20px;
    opacity: 1;
    color: #c5d9ef;
    opacity: 0.16;
    white-space: nowrap;
}
.flow-chart.sec-bg .section-flow-en{
    top: 60px;
    left: unset;
    right: -20px;
    opacity: 1;
    color: #fff;
}
.flow-chart .section-flow-head::before{
    display: none;
}
.flow-chart .section-flow-list-item-inner{
    grid-template-columns: max-content 1fr max-content;
}
.flow-chart .section-flow-list-item-title{
    display: flex;
    align-items: center;
}
.flow-chart .section-flow-list-item-title span{
    display: inline-block;
}
.flow-chart .section-flow-list-item-title-free{
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #0A51A1;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 2px 10px;
    border-radius: 5px;
    color: #0A51A1;
}
.flow-chart .section-flow-list-item-text span{
    display: block;
    padding-left: 1em;
    text-indent: -1em;
}

.flow-chart .section-flow-list-item-btn{
    max-width: 300px;
}
.flow-chart .section-flow-list-item-img{
    min-width: 300px;
    max-width: 300px;
    margin-left: 30px;
}
.flow-chart .section-flow-list-item-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    /* aspect-ratio: 300/200; */
    border-radius: 18px;
}
.flow-chart .section-flow-list::after{
    bottom: -120px;
}
.flowchart-after-items{
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.flowchart-after-item{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.flowchart-after-item-img img{
    width: 100%;
    height: auto;
    aspect-ratio: 314 / 228;
    object-fit: cover;
    border-radius: 18px;
}
.flowchart-after-item-body{
    flex: 1;
}
.flowchart-after-item-title{
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
}
.flowchart-after-item-title::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, #222 3px, transparent 3px);
    background-size: 13px 100%; 
    background-repeat: repeat-x;
    z-index: 1;
}
.flowchart-after-item-text{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
}
.flowchart-after-read{
    margin-top: 50px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.875;
}
@media screen and (max-width: 767px) {
    .p-flow #section-flow{
        padding: 60px 0;
    }
    .p-flow #section-flow.sec-pad-bottom{
        padding: 0 0 60px;
    }

    .flow-chart .section-flow-list{
        padding-bottom: 60px;
    }
    .flow-chart .section-flow-list-item-inner {
        display: grid;
        grid-template-columns: max-content 1fr;
        grid-template-rows: auto auto;
        align-items: stretch;
        column-gap: 12px;
    }
    .flow-chart .section-flow-list-item-step {
        grid-column: 1;
        grid-row: 1 / -1;
        margin-right: 0;
        align-self: stretch;
    }
    .flow-chart .section-flow-list-item-step::after {
        height: auto;
        align-self: stretch;
        min-height: 48px;
        max-height: calc(100% - 40px);
    }
    .flow-chart .section-flow-list-item-content {
        grid-column: 2;
        grid-row: 1;
        min-width: 0;
    }
    .flow-chart .section-flow-list-item-img {
        grid-column: 2;
        grid-row: 2;
        min-width: 0;
        width: 100%;
        max-width: 420px;
        margin-left: 0;
    }
    .flow-chart .section-flow-list-item-img img {
        max-width: 100%;
    }
    .flow-chart .section-flow-list-item:last-child .section-flow-list-item-content{
        padding-bottom: 24px;
    }
    .flow-chart .section-flow-list::after{
        left: unset;
        bottom:-30px;
        right: 0;
        width: 100px;
        height: 55px;
    }
    .flow-chart .section-flow-list-item-title-free{
        margin-left: 5px;
        padding: 2px 5px;
        font-size: 14px;
        white-space: nowrap;
    }
    .flowchart-after-items{
        grid-template-columns: 1fr;
    }
    .flowchart-after-item{
        gap: 10px;
    }
    .flowchart-after-item-title{
        padding-bottom: 10px;
        font-size: 22px;
    }
    .flowchart-after-item-text{
        margin-top: 10px;
    }
    .flowchart-after-read{
        margin-top: 30px;
        font-size: 26px;
    }
}

/* よくある質問 */
.contents-faq .faq-list-item-head{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.66;
    letter-spacing: 0.05em;
}
.contents-faq .faq-list-item-body{
    padding: 15px 20px;
}
.contents-faq .faq-list-item-head-inner{
    text-align: left;
}
.contents-faq .faq-list-item-body-content{
    text-align: left;
}
.contents-faq .faq-list-item-body-content p{
    line-height: 1.5;
    font-weight: 500;
}
.contents-faq .faq-list-item-head .faq-list-item-chevron{
    width: 18px;
    height: 18px;
}
.contents-faq .faq__btn{
    margin-top: 60px;
    text-align: center;
}
.contents-faq .faq__btn .c-btn{
    display: inline-block;
    max-width: 336px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .contents-faq .faq-list-item-head{
        font-size: 16px;
    }
    .contents-faq .faq-list-item-body{
        padding: 10px 16px;
    }
}

.contents-siding__container {
    margin-top: 50px;
    display: grid;
    gap: 50px;
}
.contents-siding__wrap {
    padding: 50px;
    border: 1px solid #707070;
    border-radius: 18px;
    background: #fff;
}
.contents-siding__wrap-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}
.contents-siding__wrap-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, #222 3px, transparent 3px);
    background-size: 13px 100%; 
    background-repeat: repeat-x;
    z-index: 1;
    pointer-events: none;
}
.contents-siding__wrap-head {
    margin-top: 50px;
    display: flex;
    gap: 50px;
}
.contents-siding__wrap-head-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 490/357;
    border-radius: 18px;
}
.contents-siding__wrap-head-body-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 20px;
    position: relative;
}
.contents-siding__wrap-head-body-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, #222 3px, transparent 3px);
    background-size: 13px 100%; 
    background-repeat: repeat-x;
    z-index: 1;
    pointer-events: none;
}
.contents-siding__wrap-head-body-text {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
    text-align: left;
}
.contents-siding__items {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.contents-siding__item-body-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 20px;
    position: relative;
}
.contents-siding__item-body-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, #222 3px, transparent 3px);
    background-size: 13px 100%; 
    background-repeat: repeat-x;
    z-index: 1;
    pointer-events: none;
}
.contents-siding__item-body-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.875;
    text-align: left;
    margin-top: 10px;
}
.contents-siding__item-body-text::marker{
    color: #0A51A1;
}
@media screen and (max-width: 767px) {
    .contents-siding__wrap {
        padding: 30px 20px;
    }
    .contents-siding__wrap-head {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .contents-siding__wrap-title{
        font-size: 24px;
    }
    .contents-siding__items {
        margin-top: 30px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .contents-siding__item-body{
        margin-top: 10px;
    } 
    .contents-siding__wrap-head-body-title {
        font-size: 22px;
        text-align: center;
        padding-bottom: 10px;
    }
    .contents-siding__item-body-title {
        font-size: 22px;
    }
}

.p-gattowall .contents-siding__items{
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
}
.p-gattowall .contents-siding__item{
    max-width: unset;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.p-gattowall .contents-siding__item-before{
    max-width: 360px;
    position: relative;
}
.p-gattowall .contents-siding__item-before::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -70px;
    width: 20px;
    height: 25px;
    background: url(../../assets/img/add/card_arrow.svg) no-repeat center center / contain;
}
.p-gattowall .contents-siding__item-after{
    max-width: 540px;
}
@media screen and (max-width: 767px) {
    .p-gattowall .contents-siding__items{
        gap: 40px;
    }
    .p-gattowall .contents-siding__item{
        flex-direction: column;
        gap: 10px;
    }
    .p-gattowall .contents-siding__item-before::after{
        right: -30px;
    }
    .p-gattowall .contents-siding__item-before{
        max-width: 100%;
    }
    .p-gattowall .contents-siding__item-before::after{
        right: unset;
        top: unset;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
        bottom: -5px;
    }
    .p-gattowall .contents-siding__item-after{
        max-width: 100%;
    }
}

.top-works .section-works-btn-wrapper .c-btn{
    display: inline-block;
    max-width: 336px;
    margin-inline: auto;
}
.top-works .works-list-item-thumb img{
    width: 100%;
    height: auto;
    aspect-ratio: 329/238;
    object-fit: cover;
    border-radius: 18px;
}
.p-bath-remake #section-works{
    padding: 120px 0;
}
@media screen and (max-width: 767px) {
    .p-bath-remake #section-works{
        padding: 60px 0;
    }
}
.p-siding #section-works{
    padding: 120px 0;
}
@media screen and (max-width: 767px) {
    .p-siding #section-works{
        padding: 60px 0;
    }
}
.p-paint #section-works .section-works-en{
    left: unset;
    right: -20px;
    top: 60px;
    color: #fff;
    opacity: 1;
}


/* staff */
.p-staff .staff__items{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 44px;
}
.p-staff .staff__item{
    max-width: unset;
    width: 100%;
    text-decoration: none;
}
.p-staff .staff__item-body{
    margin-top: 25px;
}
.p-staff .staff__item-position{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}
.p-staff .staff__item-name-wrap{
    margin-top: 10px;
    display: flex;
    align-items: baseline;
    gap: 20px;
}
.p-staff .staff__item-name{
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
}
.p-staff .staff__item-name-en{
    font-size: 13px;
    line-height: 1.2;
}
@media (max-width: 767px) {
    .p-staff .staff__items{
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .p-staff .staff__item{
        max-width: 100%;
    }
    .p-staff .staff__item-body{
        margin-top: 10px;
    }
    .p-staff .staff__item-position{
        font-size: 14px;
    }
    .p-staff .staff__item-name{
        font-size: 22px;
    }
    .p-staff .staff__item-name-wrap{
        gap: 10px;
    }
    .p-staff .staff__item-name-en{
        font-size: 13px;
    }
}

/* staff-single */
.staff-single__inner{
    display: flex;
    gap: 50px;
}
.staff-single__img{
    width: 35%;
}
.staff-single__body{
    width: 75%;
}
.staff-single__position{
    font-size: 16px;
    line-height: 1.2;
}
.staff-single__name-wrap{
    margin-top: 10px;
    display: flex;
    align-items: baseline;
    gap: 20px;
}
.staff-single__name{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}
.staff-single__name-en{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}
.staff-single__table{
    margin-top: 30px;
}
.staff-single__table table{
    width: 100%;
    border-collapse: collapse;
}
.staff-single__table table tr{
    border-bottom: 1px solid #222;
}
.staff-single__table table tr:first-child{
    border-top: 1px solid #222;
}
.staff-single__table table th{
    background: #E8F3FF;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    width: 32%;
}
.staff-single__table table td{
    text-align: left;
    border-left: none;
    background: #fff;
    padding: 10px 16px;
}
.staff-single__text{
    margin-top: 50px;
    font-size: 16px;
    line-height: 2;
    background: #eef7ff;
    padding: 30px;
    border-radius: 18px;
}
@media (max-width: 767px) {
    .staff-single__inner{
        flex-direction: column;
        gap: 30px;
    }
    .staff-single__img{
        width: 100%;
    }
    .staff-single__body{
        width: 100%;
    }
    .staff-single__name{
        font-size: 24px;
    }
    .staff-single__table{
        margin-top: 30px;
    }
    .staff-single__table table th{
        width: 35%;
    }
    .staff-single__text{
        padding: 20px;
    }
}

/* company */
.company__greeting-container{
    margin-top: 50px;
    display: flex;
    gap: 50px;
}
.company__greeting-body{
    width: 75%;
}
.company__greeting-body-text{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.875;
    text-align: left;
}
.company__greeting-body-btn{
    margin-top: 30px;
}
.company__greeting-body-btn .c-btn{
    display: inline-block;
    max-width: 336px;
    margin-inline: auto;
}
.company__greeting-img{
    width: 25%;
}
.company__greeting-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 357/490;
    border-radius: 18px;
}

@media (max-width: 767px) {
    .company__greeting-container{
        margin-top: 30px;
        flex-direction: column;
        gap: 30px;
    }
    .company__greeting-body{
        width: 100%;
        display: contents;
    }
    .company__greeting-body-text{
        font-size: 16px;
    }
    .company__greeting-body-btn{
        margin-top: 0;
        order: 3;
        text-align: center;
    }
    .company__greeting-img{
        width: 100%;
        order: 2;
    }
    .company__greeting-img img{
        aspect-ratio: 320/300;
        object-position: top;
    }
}

.company__philosophy{
    position: relative;
    overflow: hidden;
}
.company__philosophy-en{
    position: absolute;
    top: 40px;
    left: -20px;
    letter-spacing: 0.12em;
    color: #fff;
    font-size: 141px;
    line-height: 1;
    font-family: var(--ff-montserrat);
    writing-mode: vertical-lr;
    white-space: nowrap;
}
.company__philosophy .container-md{
    position: relative;
    z-index: 1;
}
.company__philosophy-container{
    margin-top: 54px;
    display: grid;
    gap: 50px;
}
.company__philosophy-contents{
    background-color: #fff;
    padding: 38px 40px 36px;
    border-radius: 36px;
}
.company__philosophy-contents-title{
    font-size: 34px;
    font-weight: bold;
    line-height: 1.05;
    letter-spacing: 0.05em;
    text-align: center;
    padding-bottom: 31px;
    position: relative;
}
.company__philosophy-contents-title::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, #222 3px, transparent 3px);
    background-size: 13px 100%; 
    background-repeat: repeat-x;
    z-index: 1;
    pointer-events: none;
}
.company__philosophy-contents-text{
    margin-top: 22px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.875;
    text-align: center;
}
.company__philosophy-contents-list{
    margin-top: 22px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.875;
    max-width: 450px;
    margin-inline: auto;
}
@media (max-width: 767px) {
    .company__philosophy-contents{
        padding: 20px;
    }
    .company__philosophy-contents-title{
        font-size: 22px;
    }
    .company__philosophy-contents-text{
        font-size: 16px;
    }
    .company__philosophy-contents-list{
        font-size: 16px;
    }
}
.company__profile{
    position: relative;
    overflow: hidden;
}
.company__profile .container-md{
    position: relative;
    z-index: 1;
}
.company__profile-en{
    font-size: 141px;
    font-family: var(--ff-montserrat);
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #c5d9ef;
    writing-mode: vertical-lr;
    position: absolute;
    top: 40px;
    right: -20px;
    opacity: 0.16;
}
.company__table {
    margin-top: 40px;
}
.company__profile-spec.contents-price__table {
    max-width: 920px;
    margin-inline: auto;
}
.company__profile-spec .contents-price__table-body tr:first-child{
    border-top: 1px solid #222;
}
.company__profile-spec .contents-price__table-body th {
    background-color: #E8F3FF;
    padding: 14px 16px;
    border-bottom: 1px solid #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    width: 32%;
}
.company__profile-spec .contents-price__table-body td {
    text-align: left;
    border-left: none;
    background: #fff;
}
.company__profile-spec .company__table-td-wrap {
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 18px;
    background-color: var(--sec-bg);
}
@media (max-width: 767px) {
    .company__profile-en{
        top: 20px;
    }
    .company__table {
        margin-top: 28px;
    }
    .company__profile-spec .contents-price__table-body th,
    .company__profile-spec .contents-price__table-body td {
        font-size: 16px;
        padding: 8px 10px;
    }
    .company__profile-spec .contents-price__table-body th {
        width: 28%;
    }
    .company__profile .contents-price__table{
        width: 100%;
    }
}
.company__history{
    position: relative;
    overflow: hidden;
}
.company__history .container-md{
    position: relative;
    z-index: 1;
}
.company__history-en{
    font-size: 141px;
    font-family: var(--ff-montserrat);
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #fff;
    position: absolute;
    top: 80px;
    left: -20px;
    writing-mode: vertical-lr;
    white-space: nowrap;
}
.company__history .company__table{
    margin-top: 50px;
    background: #fff;
    padding: 38px 40px 36px;
    border-radius: 36px;
}

@media (max-width: 767px) {
    .company__history-en{
        top: 40px;
    }
    .company__history .company__table{
        margin-top: 30px;
        padding: 30px 20px;
    }
    .company__history .contents-price__table{
        width: 100%;
    }
    .company__history .company__profile-spec .contents-price__table-body th{
        width: 30%;
    }
}
.company__shop{
    position: relative;
}
.company__shop .container-md{
    position: relative;
    z-index: 1;
}
.company__shop-en{
    font-size: 141px;
    font-family: var(--ff-montserrat);
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #c5d9ef;
    writing-mode: vertical-lr;
    position: absolute;
    top: 80px;
    right: -20px;
    white-space: nowrap;
    opacity: 0.16;
}
.company__shop-contents{
    margin-top: 50px;
}
.company__shop-contents-inner{
    display: flex;
    gap: 30px;
}
.company__shop-contents-img{
    width: 50%;
}
.company__shop-contents-img img{
    width: 100%;
    height: auto;
    aspect-ratio: 485/350;
    object-fit: cover;
    border-radius: 18px;
}
.company__shop-contents-body{
    width: 50%;
}
.company__shop-contents-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}
.company__shop-contents-table{
    margin-top: 20px;
}
.company__shop-contents-table .company__profile-spec dl{
    display: flex;
    margin: 0;
    border-bottom: 1px solid #222;
}
.company__shop-contents-table .company__profile-spec dl:first-child{
    border-top: 1px solid #222;
}
.company__shop-contents-table .company__profile-spec dt{
    width: 32%;
    margin: 0;
    padding: 15px;
    background-color: #e8f3ff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
}
.company__shop-contents-table .company__profile-spec dd{
    width: 68%;
    margin: 0;
    padding: 15px;
    text-align: left;
    background: #fff;
}
.company__shop-map{
    margin-top: 30px;
}
.company__shop-map iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 1000/362;
    object-fit: cover;
    border-radius: 18px;
}
@media (max-width: 767px) {
    .company__shop-contents{
        margin-top: 30px;
    }
    .company__shop-contents-inner{
        flex-direction: column;
        gap: 20px;
    }
    .company__shop-contents-img{
        width: 100%;
    }
    .company__shop-contents-body{
        width: 100%;
    }
    .company__shop-contents-title{
        font-size: 22px;
    }
    .company__shop-contents-table{
        margin-top: 10px;
    }
    .company__shop-contents-table .company__profile-spec.contents-price__table{
        width: 100%;
    }
    .company__shop-contents-table .company__profile-spec dl{
        border-bottom: none;
    }
    .company__shop-contents-table .company__profile-spec dl:first-child{
        border-top: none;
    }
    .company__shop-contents-table .company__profile-spec dt{
        width: 100%;
    }
    .company__shop-contents-table .company__profile-spec dd{
        width: 100%;
    }
    .company__shop-map{
        margin-top: 20px;
    }
    .company__shop-map iframe{
        aspect-ratio: 300/200;
    }
}
.company__qualification{
    position: relative;
    overflow: hidden;
}
.company__qualification .container-md{
    position: relative;
    z-index: 1;
}
.company__qualification-en{
    font-size: 141px;
    font-family: var(--ff-montserrat);
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #fff;
    writing-mode: vertical-lr;
    position: absolute;
    top: 40px;
    left: -20px;
    white-space: nowrap;
}
.company__qualification-items{
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
@media (max-width: 767px) {
    .company__qualification-en{
        top: 40px;
    }
    .company__qualification-items{
        grid-template-columns: repeat(2, 1fr);
    }
}

.company__staff{
    position: relative;
}
.company__staff .container-md{
    position: relative;
    z-index: 1;
}
.company__staff-en{
    font-size: 141px;
    font-family: var(--ff-montserrat);
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #c5d9ef;
    writing-mode: vertical-lr;
    position: absolute;
    top: 80px;
    right: -20px;
    white-space: nowrap;
    opacity: 0.16;
}
.company__staff .contents-column__item-img img{
    aspect-ratio: unset;
}
.company__staff .contents-column__item-body{
    margin-top: 0;
}
.company__staff .contents-column__item-body-btn{
    margin-top: 30px;
}
.company__staff .contents-column__item-body-btn .c-btn{
    display: inline-block;
    max-width: 336px;
    margin-inline: auto;
}
@media (max-width: 767px) {
    .company__staff-en{
        top: 20px;
    }
    .company__staff .contents-column__item{
        gap: 0;
    }
}
.company__sdgs{
    position: relative;
    overflow: hidden;
}
.company__sdgs-en{
    font-size: 141px;
    font-family: var(--ff-montserrat);
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #fff;
    writing-mode: vertical-lr;
    position: absolute;
    top: 80px;
    left: -20px;
    white-space: nowrap;
}
.company__sdgs .container-md{
    position: relative;
    z-index: 1;
}
.company__sdgs .contents-column__item-img img{
    aspect-ratio: unset;
}

.company__sdgs .contents-column__item-body{
    margin-top: 0;
}
.company__sdgs .contents-column__item-body-btn{
    margin-top: 30px;
}
.company__sdgs .contents-column__item-body-btn .c-btn{
    display: inline-block;
    max-width: 336px;
    margin-inline: auto;
}
@media (max-width: 767px) {
    .company__sdgs-en{
        top: 40px;
    }
    .company__sdgs .contents-column__item{
        gap: 0;
    }
}

/* ceo */
.p-ceo .ceo__history{
    position: relative;
    overflow: hidden;
}
.p-ceo .ceo__history .container-md{
    position: relative;
    z-index: 1;
}
.p-ceo .ceo__history-en{
    font-size: 141px;
    font-family: var(--ff-montserrat);
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #fff;
    writing-mode: vertical-lr;
    position: absolute;
    top: 80px;
    right: -10px;
    white-space: nowrap;
}
.p-ceo .ceo__history-table-wrapper{
    margin-top: 50px;
    background: #fff;
    padding: 38px 40px 36px;
    border-radius: 36px;
}
.p-ceo .ceo__history-table tr:first-child{
    border-top: 1px solid #222;
}

.p-ceo .ceo__history-table th{
    background: #E8F3FF;
    padding: 14px 16px;
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    width: 32%;
}
.p-ceo .ceo__history-table td{
    text-align: left;
    border-left: none;
    background: #fff;
}
@media (max-width: 767px) {
    .p-ceo .ceo__inner{
        flex-direction: column;
        gap: 30px;
    }
    .p-ceo .ceo__img{
        width: 100%;
    }
    .p-ceo .ceo__body{
        width: 100%;
    }
    .p-ceo .ceo__position{
        font-size: 22px;
    }
    .p-ceo .ceo__name{
        font-size: 22px;
    }
    .p-ceo .ceo__name-en{
        font-size: 22px;
    }
    .p-ceo .ceo__history-table-wrapper{
        margin-top: 30px;
        padding: 30px 20px;
    }
    .p-ceo .ceo__history-table{
        width: 100%;
    }
    .p-ceo .ceo__history-table th,
    .p-ceo .ceo__history-table td{
        padding: 8px 10px;
        font-size: 16px;
    }
    .p-ceo .ceo__history-table th {
        width: 28%;
    }
    .p-ceo .ceo__text{
        font-size: 16px;
        line-height: 2;
    }
    .p-ceo .ceo__history-en{
        top: 40px;
    }
}

/* sdgs */
.sdgs__top-img{
    margin-top: 50px;
    text-align: center;
}
.sdgs__top-img img{
    width: 100%;
    height: auto;
    aspect-ratio: 700/300;
    object-fit: cover;
    max-width: 700px;
    margin-inline: auto;
}
.sdgs__bottom-images{
    margin-top: 100px;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-right: 30px;
}
.sdgs__bottom-images img {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    aspect-ratio: 532/367;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 33px;
    max-width: 532px;
    flex-shrink: 0;
}
.sdgs__bottom-images img:nth-child(odd) {
    margin-top: 60px;
}
.sdgs__attempt{
    position: relative;
    overflow: hidden;
}
.sdgs__attempt .container-md{
    position: relative;
    z-index: 1;
}
.sdgs__attempt-en{
    font-size: 141px;
    font-family: var(--ff-montserrat);
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #fff;
    writing-mode: vertical-lr;
    position: absolute;
    top: 80px;
    right: -10px;
    white-space: nowrap;
}
.sdgs__attempt-img{
    margin-top: 50px;
    text-align: center;
}
.sdgs__attempt-img img{
    height: auto;
    margin-inline: auto;
}
.sdgs__attempt-items-title{
    margin-top: 100px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-align: center;
}
.sdgs__attempt-items.contents-card__items{
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.sdgs__attempt-items .contents-card__item-title{
    white-space: normal;
}
.sdgs__attempt-items .contents-card__item-text{
    text-align: left;
}
.sdgs__attempt-items .contents-card__item-text span{
    font-weight: 700;
}
@media (max-width: 767px) {
    .sdgs__bottom-images {
        margin-top: 50px;
        gap: 10px;
        padding-right: 0;
    }
    .sdgs__bottom-images img:nth-child(odd) {
        margin-top: 20px;
    }
    .sdgs__bottom-images img {
        max-width: 40%;
    }
    .sdgs__attempt-items-title{
        font-size: 26px;
    }
    .sdgs__attempt-items.contents-card__items{
        grid-template-columns: repeat(1, 1fr);
    }
}

/* お問い合わせ */
.contact .container-md{
    max-width: 820px;
}
.p-contact .u-contents{
    padding-bottom: 0;
}
.p-contact .tel-area{
    margin-top: 50px;
    border: 1px solid #222;
    border-radius: 36px;
}
.p-contact .contact-form{
    margin-bottom: 0;
}
.p-contact .form-text{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 16px;
}
.p-contact section.contact .p-contact-form-profile.contents-price__table-wrapper {
    overflow: visible;
    margin-top: 40px;
}
.p-contact section.contact .p-contact-form-profile .contact-form{
    max-width: 920px;
    margin-inline: auto;
    padding-top: 24px;
}
.p-contact section.contact .p-contact-form-profile .contact-form dl{
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    margin: 0;
    border-bottom: 1px solid #222;
}
.p-contact section.contact .p-contact-form-profile .contact-form dl dt{
    box-sizing: border-box;
    flex: 0 0 32%;
    width: 32%;
    max-width: 32%;
    margin: 0;
    padding: 15px;
    background-color: #e8f3ff;
    border-left: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.p-contact section.contact .p-contact-form-profile .contact-form dl dd{
    box-sizing: border-box;
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 15px;
    background: #fff;
    border-left: 1px solid #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
}
.p-contact .contact-form dl dt span{
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.p-contact .contact-form dl dd input{
    font-size: 16px;
    margin-bottom: 5px;
}
.p-contact .contact-form dl dd span{
    font-size: 16px;
}
.p-contact .wpcf7-list-item-label{
    color: #222;
}
@media (max-width: 767px) {
    .p-contact .tel-area{
        margin-top: 30px;
        padding: 30px 20px;
    }
    .p-contact .form-text{
        margin-top: 0;
    }
    .p-contact section.contact .p-contact-form-profile.contents-price__table-wrapper {
        overflow: visible;
        margin-top: 28px;
    }
    .p-contact section.contact .p-contact-form-profile .contact-form dl{
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        border-top: none;
        border-bottom: none;
    }
    .p-contact section.contact .p-contact-form-profile .contact-form dl dt{
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        padding: 15px;
        font-size: 14px;
        text-align: left;
        background-color: #e8f3ff;
    }
    .p-contact section.contact .p-contact-form-profile .contact-form dl dd{
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        padding: 15px;
        font-size: 14px;
        border-left: none;
    }
    .p-contact .contact-form dl dt span.required{
        vertical-align: text-bottom;
    }
    .p-contact .contact-form dl dt span.any{
        vertical-align: text-bottom;
    }
    .p-contact .contact-form dl dt span{
        right: 10px;
        top: 50%;
        transform: translateY(0);
    }
    
}

/* 送信完了 */
.thanks__btn{
    margin-top: 50px;
    text-align: center;
}
.thanks__btn .c-btn{
    display: inline-block;
    max-width: 336px;
    margin-inline: auto;
}

/* dlに書き換え */
.staff-single__table-table .staff-single__table-body dl {
    display: flex;
    margin: 0;
    border-bottom: 1px solid #222;
}
.staff-single__table-table .staff-single__table-body dl:first-child {
    border-top: 1px solid #222;
}
.staff-single__table-table .staff-single__table-body dt {
    background: #E8F3FF;
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    width: 32%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.staff-single__table-table .staff-single__table-body dd {
    text-align: left;
    background: #fff;
    padding: 15px;
    margin: 0;
    width: 68%;
    box-sizing: border-box;
}
.company__profile-spec dl,
.ceo__history-table dl {
    display: flex;
    margin: 0;
    border-bottom: 1px solid #222;
}
.company__profile-spec dl:first-child,
.ceo__history-table dl:first-child {
    border-top: 1px solid #222;
}
.company__profile-spec dt,
.ceo__history-table dt {
    background-color: #E8F3FF;
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    width: 32%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.company__profile-spec dd,
.ceo__history-table dd {
    text-align: left;
    background: #fff;
    margin: 0;
    width: 68%;
    padding: 15px;
    box-sizing: border-box;
}
.ceo__history-table dt {
    border-right: 1px solid #222;
}
@media (max-width: 767px) {
    .staff-single__table-table .staff-single__table-body dt,
    .staff-single__table-table .staff-single__table-body dd,
    .company__profile-spec dt,
    .company__profile-spec dd,
    .ceo__history-table dt,
    .ceo__history-table dd {
        font-size: 16px;
        padding: 15px;
        width: 100%;
        border-right: none;
    }
    .staff-single__table-table .staff-single__table-body dl:first-child {
        border-top: none;
    }
    .staff-single__table-table .staff-single__table-body dt,
    .company__profile-spec dt,
    .ceo__history-table dt{
        justify-content: flex-start;
    }
    .company__profile-spec dl:first-child,
    .ceo__history-table dl:first-child {
        border-top: none;
    }
    .company__profile-spec dl, .ceo__history-table dl{
        border-bottom: none;
    }
    .staff-single__table-table .staff-single__table-body dl {
        flex-direction: column;
        border-bottom: none;
    }
    .company__profile-spec dl, .ceo__history-table dl{
        flex-direction: column;
    }
}