@charset "utf-8";
#manufacturing_process {
    padding-top: 6.15%;
    padding-right: 6.15%;
    padding-left: 6.15%;
    background-image: url(../images/dot_deco_large.svg);
    background-repeat: no-repeat;
    background-position: left 38%;
    background-size: 30% auto;
}
.process_cont {
    margin-bottom: 7.69%;
	
}
.process_detail {
    display: flex;
    justify-content: space-between;
}
.process_txt {
    width: 57.69%;
}
.process_txt .h2_eng {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    margin-bottom: 8px;
}
.process_txtbox {
    margin-top: 5.38%;
}
.process_txtbox p {
    line-height: 1.8em;
/*     font-weight: 500; */
}
.process_img {
    width: 32.3%;
}
.process_img img {
    border-radius: 12px;
}
.process_figure {
    padding-top: 32px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 32px;
    border-radius: 12px;
    background-color: #f9f7f4;
    margin-top: 4.61%;
}
.process_cont:nth-child(2) .process_txt {
    width: 50%;
}
.process_cont:nth-child(2) .process_img {
    width: 40%;
}
