@charset "utf-8";
/* =======================
section--contact-form
======================== */
.section-sub  {
    padding: 0 5.33%;
}

.subTitle {
    font-family: "Zen Old Mincho";
    font-size: 2.0rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
}

/* pc 769px */
@media screen and (min-width: 769px) {
    .section-sub {
        padding: 0;
    }
}

/* =======================
handling
======================== */
.section-handling {
    border-top: 1px solid #A6A9C1;
    border-bottom: 1px solid  #A6A9C1;
    padding: 56px 0 64px;
    margin: 0 5.33%;
}

.handling__list:not(:first-child) {
    margin-top: 64px;
}

.handling__title {
    font-family: "Zen Old Mincho";
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5; 
    letter-spacing: 1px; 
}

.handling__txt {
    text-align: justify;
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    margin-top: 8px;
}

/* pc 769px */
@media screen and (min-width: 769px) {
    .section-handling {
        padding: 72px 6.73%;
        margin: 0 11.11%;
    }

    .handling__title {
        font-size: 3.2rem;
    }
}

/* =======================
material
======================== */
.section-material {
    margin: 64px 0 72px;
}

.material__list:not(:first-child ) {
    margin-top: 64px;
}

.material__title {
    font-family: "Zen Old Mincho";
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5; 
    letter-spacing: 1px; 
}

.material__txt {
    text-align: justify;
    font-family: "Zen Old Mincho";
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    margin-top: 8px;
}

.material__txtPart {
    margin-top: 8px;
}

.material__txttitle {
    margin-top: 16px;
    font-weight: 600;
}

.material__txtParttake {
    margin-top: 64px;
}

.material__img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 8px;
}

.material__imgTake01 {
    background-image: url(../images/product-take01.webp);
    height: 200px;
}
.material__imgTake02 {
    background-image: url(../images/product-take02.webp);
    height: 165px;
    background-size: contain;
}

.material__imgIto {
    background-image: url(../images/contact-workshop.webp);
    height: 200px;
}

/* pc 769px */
@media screen and (min-width: 769px) {
    .section-material {
        margin: 72px 11.11% 120px;
        padding: 0 6.73%;
    }

    .material__txtParttake {
        margin-top: 64px;
    }

    .material__txtPart {
        margin-top: 12px;
    }

    .material__img {
        margin-top: 12px;
        object-fit: cover;        /* 枠いっぱいに表示しつつトリミング */
  object-position: center; 
    }

    .material__imgTake01,
    .material__imgIto {
        height: 555px;
    }

    .material__imgTake02 {
        height: 453px;
    }

    .material__title {
        font-size: 3.2rem;
    }

    .material__txttitle {
    margin-top: 24px;
}
}