@charset "UTF-8";

/* タイトル画像 */
.page-404,
.page-about {
    --mv-img: url("../img/about/img-main.jpg");
}
.page-car {
    --mv-img: url("../img/equipment_car/img-main.jpg");
}
.page-kitchen {
    --mv-img: url("../img/equipment_kitchen/img-main.jpg");
}
.page-bankin {
    --mv-img: url("../img/bankin/img-main.jpg");
}
.page-catalog {
    --mv-img: url("../img/catalog/img-main.jpg");
}
.page-contact {
    --mv-img: url("../img/about/img-main.jpg");
}

.contentsWrap {
    width: 100%;
    padding: 0 20px;
    margin: 90px auto 100px;
}

.l-pageTitle .imgArea {
    background-image: var(--mv-img);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.l-pageTitle .textArea {
    color: #fff;
    background-color: var(--blue6);
    background-image: url(../img/img-main_mark.png);
    background-repeat: no-repeat;
}
.l-pageTitle .textArea h1 {
    font-family: var(--f-notoserif);
}
.l-pageTitle .textArea h1 .en {
    display: block;
    font-family: var(--f-notosans);
    color: var(--blue2);
}
.l-pageTitle .textArea p {
    margin-bottom: 0;
}
.l-underMv {
    background-color: var(--grey1);
}
.l-underMv .inner {
    margin: 0 auto;
}
.l-underMv h2 {
    color: var(--blue3);
    font-weight: bold;
}
.l-underMv p {
    color: #fff;
}
.l-process {
    padding: 0 20px;
}
.l-process .item .imgArea .processImg figure img {
    display: block;
}
.l-process .item .imgArea .processImg figure figcaption {
    text-align: center;
}
.l-process .item .imgArea .processImgText {
    margin-top: 5px;
    font-size: 1.4rem;
}
.l-process .textArea .textAreaTitle {
    font-weight: bold;
    font-family: var(--f-notoserif);
}
.l-process .textArea .textAreaTitle:first-child {
    margin-top: 0;
}
.l-process .textArea .achievementList {
    display: flex;
    flex-wrap: wrap;
}
.l-process .textArea .achievementList img {
    display: block;
}
.l-process .textArea .c-linkPdf {
    margin-left: auto;
    margin-right: auto;
}
.l-process .catalogLink {
    margin-top: 50px;
}
/* 板金製品 */
.p-bankin__list .img {
    background: linear-gradient(
        180deg,
        rgba(229, 241, 254, 1) 0%,
        rgba(178, 214, 252, 1) 100%
    );
}
.p-bankin__list .img img {
    display: block;
    align-self: center;
}
.p-bankin__list .text {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    border-right: 1px solid var(--blue7);
    border-bottom: 1px solid var(--blue7);
}
.p-bankin__list .text span {
    display: block;
}
/* カタログ一覧 */
.p-catalog__list {
    margin-top: 80px;
}
.p-catalog__list .item .c-title3 {
    margin-top: 0;
}
.p-catalog__list .item img {
    display: block;
}
.p-catalog__list .item .c-linkPdf {
    margin: 0 auto;
}
/* 会社案内 */
.p-about__rinen .lead {
    font-weight: bold;
    text-align: center;
}
.p-about__placeList .item {
    border: 1px solid #ccc;
}
.p-about__placeList .item .placeImg {
    display: block;
}
.p-about__placeList .item .map iframe {
    width: 100%;
    height: 100%;
}
/* お問い合わせ */
.p-contact__tel .lead {
    text-align: center;
    font-weight: bold;
}
.p-contact__tel {
    border-bottom: 2px solid #333;
}
.p-contact__tel + .p-contact__tel {
    margin-top: 100px;
}
.p-contact__tel .tel {
    text-align: center;
}
.p-contact__tel .tel img {
    vertical-align: middle;
}
.p-contact__tel .tel a {
    color: var(--blue2);
    font-weight: bold;
    vertical-align: middle;
}

/* ここから768以上
--------------------------------------- */
@media all and (min-width: 768px) {
    .contentsWrap {
        max-width: 1240px;
    }
    .contentsWrap.w1000 {
        max-width: 1040px;
    }
    .l-leadText {
        text-align: center;
    }
    .l-pageTitle {
        display: flex;
        flex-direction: row-reverse;
    }
    .l-pageTitle .imgArea {
        flex-grow: 1;
    }
    .l-pageTitle .textArea {
        background-size: 500px auto;
        background-position: top 70px center;
        padding: 150px 95px 50px;
        width: 640px;
    }
    .l-pageTitle .textArea h1 {
        font-size: 5rem;
        line-height: 1.2;
        margin: 0;
    }
    .l-pageTitle .textArea h1 .en {
        font-size: 2rem;
        margin-top: 16px;
    }
    .l-pageTitle .textArea p {
        line-height: 1.625;
    }
    .l-underMv {
        padding: 65px 0 60px;
    }
    .l-underMv .inner {
        width: 1000px;
    }
    .l-underMv h2 {
        font-size: 3.6rem;
        line-height: 1.666;
        margin: 0 0 15px;
    }
    .l-underMv p {
        line-height: 1.625;
    }
    .l-process {
        max-width: 1640px;
        margin: 0 auto 100px;
    }
    .l-process .item .processInner {
        display: flex;
        justify-content: space-between;
    }
    .l-process .item:nth-child(even) .processInner {
        flex-direction: row-reverse;
    }
    .l-process .item .imgArea {
        width: calc(50% - 20px);
    }
    .l-process .item .imgArea .processImg figure {
        margin: 0;
        margin-bottom: 20px;
    }
    .l-process .item .imgArea .processImgNav {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }
    .l-process .item .imgArea .processImgNav img {
        width: calc(25% - 9px);
        cursor: pointer;
        transition: 0.15s;
    }
    .l-process .item .imgArea .processImgNav img:hover {
        opacity: 0.8;
    }
    .l-process .item .textArea {
        width: calc(50% - 30px);
    }
    .l-process .textArea .textAreaTitle {
        font-size: 3.6rem;
        line-height: 1;
        margin: 20px 0 10px;
    }
    .l-process .textArea .achievementList {
        gap: 16px;
        margin-bottom: 30px;
    }
    .l-process .textArea .achievementList img {
        width: 128px;
    }
    .l-process .textArea .catalogImg {
        max-width: 300px;
    }
    .l-process .catalogLink {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }
    .l-process .catalogLink img {
        width: 300px;
    }
    /* 板金製品 */
    .p-bankin__list {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        margin: 90px auto 100px;
    }
    .p-bankin__list .item {
        width: calc(50% - 20px);
        height: 290px;
        display: flex;
    }
    .p-bankin__list .img {
        width: 50%;
        display: flex;
        justify-content: center;
    }
    .p-bankin__list .img img {
        width: 250px;
    }
    .p-bankin__list .text {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        letter-spacing: 0;
        line-height: 1.416;
        border-top: 1px solid var(--blue7);
    }
    .p-bankin__list .text span {
        font-size: 1.8rem;
        line-height: 1.444;
        margin-top: 20px;
    }
    .p-bankin__link {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }
    .p-bankin__link img {
        width: 300px;
    }
    /* 自動車部品加工 建築・厨房板金加工 */
    .l-pageTitle.kakou {
        min-height: 640px;
    }
    .l-pageTitle.kakou .textArea {
        padding: 185px 60px 50px;
        background-position: center left -150px;
    }
    .l-pageTitle.kakou .textArea h1 {
        margin-bottom: 45px;
    }
    /* カタログ一覧 */
    .p-catalog__list {
        display: flex;
        justify-content: center;
        gap: 40px;
    }
    .p-catalog__list .item {
        width: calc(50% - 20px);
    }
    .p-catalog__list .item img {
        width: 300px;
        margin: 0 auto 30px;
    }
    /* 会社案内 */
    .p-about__rinen .lead {
        font-size: 3.4rem;
        letter-spacing: 1.764;
    }
    .p-about__rinen p {
        text-align: center;
    }
    .p-about__kyoten .c-title4 + p {
        text-align: center;
    }
    .p-about__placeList {
        display: flex;
        flex-wrap: wrap;
        gap: 30px 40px;
        margin-top: 40px;
    }
    .p-about__placeList .item {
        padding: 30px 40px;
    }
    .p-about__placeList .item.half {
        width: calc(50% - 20px);
    }
    .p-about__placeList .item:not(.half) {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 25px 0;
    }
    .p-about__placeList .item > .left {
        width: 44.7%;
    }
    .p-about__placeList .item > .right {
        width: 51.8%;
    }
    .p-about__placeList .item p:last-child {
        margin-bottom: 0;
    }
    .p-about__placeList .item .placeName {
        font-size: 3.4rem;
        letter-spacing: 0;
        line-height: 1;
        margin: 0 0 20px;
    }
    .p-about__placeList .item p,
    .p-about__placeList .item .address {
        letter-spacing: 0;
        line-height: 1.625;
    }
    .p-about__placeList .item .map {
        height: 333px;
    }
    .p-about__placeList .item .address + .placeImg {
        margin-top: 25px;
    }
    .p-about__placeList .item .placeImg + p {
        margin-top: 15px;
    }
    .p-about__other p {
        text-align: center;
    }
    .p-about__other .c-linkPdf {
        background-size: 50px auto;
        background-position: center left 80px;
        font-size: 34px;
        padding: 34px 88px 34px 150px;
        margin: 40px auto 0;
    }
    /* お問い合わせ */
    .p-contact__tel .lead {
        font-size: 2.6rem;
    }
    .p-contact__tel .tel a {
        pointer-events: none;
        font-size: 3.6rem;
    }
}
/* ここまで768以上
--------------------------------------- */

/* ここから767以下
--------------------------------------- */
@media screen and (max-width: 767px) {
    .contentsWrap {
        max-width: 540px;
    }
    .l-pageTitle .imgArea {
        height: 90px;
    }
    .l-pageTitle .textArea {
        background-size: 300px auto;
        background-position: bottom 20px center;
        width: 100%;
        padding: 38px 20px;
    }
    .l-pageTitle .textArea h1 {
        font-size: 3.4rem;
        line-height: 1.176;
        margin: 0;
        text-align: center;
    }
    .l-pageTitle .textArea h1 .en {
        font-size: 1.6rem;
        margin-top: 15px;
    }
    .l-underMv {
        padding: 20px 20px 25px;
    }
    .l-underMv .inner {
        max-width: 540px;
    }
    .l-underMv h2 {
        font-size: 2.7rem;
        line-height: 1.37;
        margin: 0 0 20px;
    }
    .l-underMv .inner > p:last-child {
        margin-bottom: 0;
    }
    .l-process {
        max-width: 540px;
        margin: 0 auto 100px;
    }
    .l-process .item .imgArea .processImg figure {
        margin: 0;
    }
    .l-process .item .imgArea .processImg figure:nth-child(n + 2) {
        margin-top: 5px;
    }
    .l-process .item .imgArea .processImg figure figcaption {
        margin-top: 5px;
    }
    .l-process .item .imgArea .processImgNav {
        display: none;
    }
    .l-process .item .textArea {
        width: 100%;
        margin-top: 20px;
    }
    .l-process .textArea .textAreaTitle {
        font-size: 2.7rem;
        line-height: 1;
        margin: 22px 0 17px;
    }
    .l-process .item .textArea .c-title2 + .achievementList {
        margin-top: -25px;
    }
    .l-process .textArea .achievementList {
        gap: 20px;
        padding: 20px;
        border-left: 1px solid var(--blue7);
        border-right: 1px solid var(--blue7);
        border-bottom: 1px solid var(--blue7);
    }
    .l-process .textArea .achievementList img {
        width: 80px;
    }
    .l-process .catalogLink img {
        display: block;
        width: 200px;
        margin: 0 auto 20px;
    }
    /* 板金製品 */
    .p-bankin__list {
        margin: 90px auto 100px;
    }
    .p-bankin__list .item:nth-child(n + 2) {
        margin-top: 30px;
    }
    .p-bankin__list .img {
        padding: 20px 0;
    }
    .p-bankin__list .img img {
        width: 160px;
        margin: 0 auto;
    }
    .p-bankin__list .text {
        padding: 15px;
        letter-spacing: 0;
        line-height: 1.416;
        border-left: 1px solid var(--blue7);
    }
    .p-bankin__list .text span {
        font-size: 1.6rem;
        line-height: 1.5;
        margin-top: 10px;
    }
    .p-bankin__link img {
        display: block;
        width: 200px;
        margin: 0 auto 20px;
    }
    /* 自動車部品加工 建築・厨房板金加工 */
    .l-pageTitle.kakou .imgArea {
        height: 190px;
    }
    .l-pageTitle.kakou .textArea {
        background-position: top -100px center;
        padding: 25px 20px;
    }
    .l-pageTitle.kakou .textArea h1 {
        margin-bottom: 25px;
    }
    /* カタログ一覧 */
    .p-catalog__list .item:nth-child(n + 2) {
        margin-top: 40px;
    }
    .p-catalog__list .item img {
        width: 200px;
        margin: 0 auto 20px;
    }
    /* 会社案内 */
    .p-about__rinen .lead {
        font-size: 2.4rem;
        line-height: 1.416;
        margin-bottom: 20px;
    }
    .p-about__kyoten .c-title4 + p {
        text-align: center;
    }
    .p-about__placeList {
        margin-top: 45px;
    }
    .p-about__placeList .item {
        padding: 12px 20px 20px;
    }
    .p-about__placeList .item + .item {
        margin-top: 30px;
    }
    .p-about__placeList .item:not(.half) {
        display: flex;
        flex-direction: column;
    }
    .p-about__placeList .item:not(.half) > div:first-child {
        order: 1;
    }
    .p-about__placeList .item:not(.half) > div:nth-child(2) {
        order: 3;
    }
    .p-about__placeList .item:not(.half) > div:nth-child(3) {
        order: 2;
    }
    .p-about__placeList .item:not(.half) > div:last-child {
        order: 4;
    }
    .p-about__placeList .item .placeName {
        font-size: 2.4rem;
        letter-spacing: 0.05em;
        line-height: 1.416;
        margin: 0 0 10px;
    }
    .p-about__placeList .item p,
    .p-about__placeList .item .address {
        letter-spacing: 0;
    }
    .p-about__placeList .item .map {
        height: 200px;
    }
    .p-about__placeList .item .address + .placeImg {
        margin-top: 25px;
    }
    .p-about__placeList .item .placeImg {
        margin-top: 12px;
        margin-bottom: 15px;
    }
    .p-about__other .c-linkPdf {
        font-size: 2.4rem;
        background-size: 40px auto;
        background-position: center left 10px;
        padding-top: 36px;
        padding-bottom: 36px;
        width: 100%;
        max-width: 335px;
        margin: 45px auto 0;
    }
    /* お問い合わせ */
    .p-contact__tel {
        padding-bottom: 5px;
    }
    .p-contact__tel .lead {
        font-size: 2rem;
    }
    .p-contact__tel .tel img {
        width: 25px;
    }
    .p-contact__tel .tel a {
        font-size: 2.4rem;
    }
}
