@charset "UTF-8";
@media (max-width: 768px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }

    h2{
        font-size: 2rem;
    }
    h4{
        color: #198A0A;
        font-size: 1.7rem;
        position: relative;
        height: 100px;
        margin-bottom: 50px;
        line-height: 2.3;
    }

    h4::after {
        content: "";
        position: absolute;
        width: 75px;
        border: solid 1px #198A0A;
        bottom: 64%;
        left: 0;
    }

    .bodoni{
        font-family: 'Bodoni Moda', serif;
        font-size: 1.7rem;
        font-style: normal;
    }

    .flex{
        display: wrap;
    }
    .flex-c{
        padding: 15px 60px 15px 0;
    }
    .text-box{
        width: 100%;
    }
    .text-box__c{
        width: 90%;
    }

    .site-title {
        top: 42%;
    }
    .sec-title {
        font-size: 2rem;
        top: 26%;
    }
    .fixed-bg {
        height: 94px;
          /* スマホ時は背景をスクロールするように変更 */
        background-attachment: scroll;
    }

    .row {
        width: 100%;
        max-width: 1180px;
        margin: 0 auto;
    }

    .row_2 {
        width: 85%;
        max-width: 960px;
        margin: 0 auto;
    }

    .row_3 {
        width: 85%;
        max-width: 960px;
        margin: 0 auto;
    }
/* Mainvisual ----------- */
.mainvisual {
    margin-bottom: 80px;
    padding-top: 123px;
}

/* home ----------- */
.logo {
    width: 50px;
    margin-right: 10px;
}

.c-name {
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 2.2px;
}

.section-h{
    width: 85%;
    margin-top: 100px;
}

.section-t{
    font-size: 1.6rem;
}

.section-t::after{
    content: "";
    position: absolute;
    left: 50%;
    margin: auto;
    bottom: -30px;
    display: inline-block;
    width: 240px;
    height: 1px;
    transform: translate(-50%);
    border-bottom: 1px solid #333;
}

.flex {
    display: block;
    justify-content: space-around;
    padding-bottom: 180px;
    margin: 0 auto;
    align-items: center;
}

.flexbox02 {
    width: 85%;
    margin: 0 auto;
}

.flexbox01 {
    width: 85%;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 0px;
}

.flexbox03 {
    padding-top: 60px;
    width: 85%;
    margin: 0 auto;
}

.subtitle{
    height: 180px;
    font-size: 1.7rem;
}

#about .about-img {
    background-image: url(../images/about_bg-sp.jpg);
    height: 197px;
    margin-bottom: 100px;
    margin-top: 170px;
}
.fssc {
    width: 100%;
}



/* company ----------- */
#company .bg-img {
    background-image: url(../images/company/company_bg.jpg);
    background-size: cover;
    position: relative;
    width: 100%;
    height: 195px;
    margin-bottom: 77px;
    margin-top: 170px;
}

.page-title {
    font-size: 1.7rem;
    top: 31%;
}

.page-title::after {
    width: 214px;
}

.page-subtitle {
    font-size: 1.7rem;
    top: 48%;
}

.p-flexbox01 h3{
    position: relative; 
    text-align: left;
    line-height: 2.1;
    padding-top: 70px;
    height: 185px;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 2.2px;
}

.p-flexbox_p {
    width: 100%;
}

.p-flex{
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

.flex-p {
    width: 100%;
    display: block;
    justify-content: left;
    padding-top: 0px;
    padding-bottom: 80px;
    margin: 0 auto;
    align-items: flex-start;
}

.tbl-r02 {
    width: 100%;
    }

.tbl-r02:last-of-type {
    margin-top: 100px;
    margin-bottom: 40px;
    font-size: 1.2rem;
}

.tbl-r02 th {
    width: 32%;
    padding: 10px 0;
    font-size: 1.2rem;
}

.tbl-r02 td {
    font-size: 1.2rem;
}

.tbl-r03 {
    width: 100%;
}

.tbl-r03 th {
    padding: 10px 0;
    width: 20%;
    font-size: 1.2rem;
}

.tbl-r03 td {
    font-size: 1.2rem;
    width: 48%;
	padding-left:0.5em;
}

.p-flexbox01{
    width: 100%;
}

.p-flexbox01 p{
    width: 100%;
}

.p-flexbox02{
    width: 100%;
}

/* product ----------- */
#product .bg-img {
    background-image: url(../images/product/product_bg-sp.jpg);
    background-size: cover;
    position: relative;
    width: 100%;
    height: 195px;
    margin-bottom: 77px;
    margin-top: 170px;
}

.i_box{
    width: 100%;
    margin-bottom: 100px;
}

.i_box:last-of-type{
    margin-bottom: 0px;
}

.i_flex{
    width: 100%;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
    padding-top: 0px;
    padding-bottom: 156px;
}

.i_img {
    width: 244px;
    padding: 10px;
    border: 1px solid #333;
    margin: 0 auto 40px;
}

.p-flexbox_p p {
    width: 100%;
}

/* factory ----------- */
#factory .bg-img {
    background-image: url(../images/factory/factory_bg-sp.jpg);
    height: 195px;
    margin-bottom: 77px;
    margin-top: 170px;
}

/* media ----------- */
#media .bg-img {
    background-image: url(../images/product/product_bg-sp.jpg);
    background-size: cover;
    position: relative;
    width: 100%;
    height: 195px;
    margin-bottom: 77px;
    margin-top: 170px;
}

.flexbox {
    display: block;
}

.comingsoon{
    width: 100%;
    height: 160px;
    text-align: center;
    line-height: 10;
  }

/* recruit ----------- */
#recruit .bg-img {
    background-image: url(../images/recruit/recruit_bg.jpg);
    background-size: cover;
    position: relative;
    width: 100%;
    height: 195px;
    margin-bottom: 77px;
    margin-top: 170px;
}

/* contact ----------- */
.contact{
    width: 80%;
}

#contact .bg-img {
    background-image: url(../images/product/product_bg-sp.jpg);
    background-size: cover;
    position: relative;
    width: 100%;
    height: 195px;
    margin-bottom: 77px;
    margin-top: 170px;
}

/* footer -----------  */
#footer{
    background-color: #232323;
    color: #fff;
    padding: 0;
}

.footer_flex {
    padding: 20px 0 10px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: space-between;
    width: 200px;
}

.footer_cn{
    font-size: 1.4rem;
    font-weight: bold;
    height: 13px;
}

.logo_f{
    width: 53px;
    margin-right: 0px;
}

.copyright{
    text-align: center;
}

small {
    font-size: 1.2rem;
}

.paget{
    border: 1px solid #333;
    margin-top: 10px;
}
}