@charset "utf-8";
/******************************************************

        スマートフォンサイト用

******************************************************/
@media screen and (max-width: 767px) {


/******************************************************/
/* base.css上書き  */
/******************************************************/
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: transparent;
    color: #000;
}
header::before {
    display: none;
}


/******************************************************/
/* main 共通  */
/******************************************************/
#main {
    background: #f0f0f0;
    padding-bottom: 110px;
}
#main h2 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    margin-bottom: 30px;
    text-align: left;
}
#main h2 .en {
    color: #e51414;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    display: block;
    margin-bottom: 12px;
    position: relative;
}
.contents section {
    padding: 100px 30px 0;
}
section:not(#pagetitle) p + p {
    margin-top: 1em;
}
#main table {
    border: none;
    border-bottom: 1px solid #cdcdcd;
    width: 100%;
}
#main table th {
    border: none;
    border-top: 1px solid #cdcdcd;
    padding: 28px 0;
}
#main table td {
    border: none;
    border-top: 1px solid #cdcdcd;
    padding: 28px 0 28px 20px;
}

/* 看板 */
#pagetitle {
    margin-right: -4px;
    background: #000;
    color: #fff;
    padding: 165px 30px 0;
    position: relative;
    text-align: left;
    overflow: hidden;
}
#pagetitle::before {
    content: "";
    display: block;
    background: url("../images/logomark_w.svg") no-repeat right bottom;
    background-size: 278px 185px;
    width: 278px;
    height: 185px;
    position: absolute;
    top: -2px;
    left: -61px;
    opacity: 0.1;
}
#pagetitle h1 {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2em;
    position: relative;
    z-index: 1;
    padding-bottom: 45px;
}
#pagetitle h1 .en {
    display: block;
    color: #e51414;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
}
#pagetitle .capt {
    position: relative;
    font-size: 14px;
    line-height: 1.72;
    z-index: 1;
    padding-bottom: 45px;
}
#pagetitle .bgcopy {
    display: none;
}
#pagetitle .img {
    background: linear-gradient(to top, #f0f0f0 120px, #000 120px);
    text-align: right;
    position: relative;
    z-index: 1;
    padding-left: 30px;
    margin: 0 -30px;
}
#pagetitle .img img {
    width: 100%;
}


/******************************************************/
/* company.html  */
/******************************************************/
#company01 .img {
    margin-bottom: 40px;
}
#company01 .sign {
    margin-top: 35px;
    line-height: 1.5;
    text-align: right;
}
#company01 .sign .name {
    font-size: 18px;
    font-weight: 700;
}
/* 役員紹介 */
#company02 .list {
    display: flex;
    justify-content: space-between;
}
#company02 .list dl {
    width: calc(50% - 14px);
    text-align: left;
}
#company02 .list dl dd {
    margin-top: 15px;
    line-height: 1.5;
}
#company02 .list dl dd .name {
    font-size: 18px;
    font-weight: 700;
}
/* 会社概要 */
#company04 table th {
    width: 6.2em;
}
#company04 table .address dl:nth-of-type(n+2),
#company04 table .license dl:nth-of-type(n+2) {
    margin-top: 0.6em;
}
#company04 table .address dl dd,
#company04 table .license dl dd {
    padding-left: 1em;
}
/* 沿革 */
#company05 .history {
    border-bottom: 1px solid #cdcdcd;
    text-align: left;
}
#company05 .history dl {
    border-top: 1px solid #cdcdcd;
    padding: 30px 0 35px;
}
#company05 .history dl dt {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}
#company05 .history dl dd {
    margin-top: 16px;
    padding: 0 0 0 20px;
    position: relative;
    align-self: center;
}
#company05 .history dl dd::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #e60012;
    border-left-color: #e60012;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
}


/******************************************************/
/* service.html  */
/******************************************************/
#service01 {
    position: relative;
    background: #fff;
}
#service01::before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: -120px;
    left: 0;
    width: 30px;
    height: 120px;
    z-index: 1;
}
#service01 #plant::before {
    content: "";
    display: block;
    background: #f7f7f7;
    position: absolute;
    top: 320px;
    bottom: 380px;
    left: -30px;
    right: -30px;
    z-index: 0;
}
#service01 #environment::before {
    content: "";
    display: block;
    background: #f7f7f7;
    position: absolute;
    top: 320px;
    bottom: -110px;
    left: -30px;
    right: -30px;
    z-index: 0;
}
#service01 .service {
    position: relative;
}
#service01 .service:nth-of-type(n+2) {
    padding-top: 100px;
}
#service01 dl.outline {
    position: relative;
    z-index: 1;
}
#service01 dl.outline dt {
}
#service01 .service:nth-of-type(2n+1) dl.outline dt {
    margin-left: -30px;
}
#service01 .service:nth-of-type(2n) dl.outline dt {
    margin-right: -30px;
}
#service01 dl.outline dt img {
    width: 100%;
}
#service01 dl.outline dd {
    text-align: left;
    position: relative;
    padding-top: 75px;
}
#service01 dl.outline dd .num {
    display: block;
    white-space: nowrap;
    text-shadow: 1px 1px 0 #e51414, -1px 1px 0 #e51414, 1px -1px 0 #e51414, -1px -1px 0 #e51414;
    opacity: 0.1;
    color: #fff;
    font-size: 200px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
    position: absolute;
    top: 10px;
    right: -10px;
    z-index: 0;
    mix-blend-mode: multiply;
}
#service01 dl.outline dd h2 .en {
    font-size: 10px;
    margin-bottom: 8px;
}
#service01 dl.outline dd ul {
    margin-top: 30px;
}
#service01 dl.outline dd ul li {
    position: relative;
    color: #999;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    margin-top: 5px;
    padding-left: 20px;
}
#service01 dl.outline dd ul li::before {
    content: "";
    background: #e60012;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    top: calc(0.7em - 2px);
    left: 4px;
}
#service01 .servicelist {
    position: relative;
    margin-top: 65px;
    padding-bottom: 70px;
    padding-bottom: 0;
}
#service01 .servicelist .flexlist dl {
    margin-top: 50px;
    text-align: left;
    position: relative;
}
#service01 .servicelist .flexlist dl:nth-of-type(3n) {
    margin-right: 0;
}
#service01 .servicelist .flexlist dt {
    border-left: 4px solid #e60012;
    margin-bottom: 27px;
}
#service01 .servicelist .flexlist dt img {
    width: 100%;
}
#service01 .servicelist .flexlist h3 {
    color: #e60012;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 24px;
}
#service01 .servicelist .flexlist p {
    line-height: 2;
    letter-spacing: 0.01em;
    margin-bottom: 27px;
}
#service01 .servicelist .flexlist ul li {
    position: relative;
    color: #999;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    margin-top: 5px;
    padding-left: 20px;
}
#service01 .servicelist .flexlist ul li::before {
    content: "";
    background: #e60012;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    position: absolute;
    top: calc(0.7em - 2px);
    left: 4px;
}
#service01 .service:last-of-type .works {
    background: linear-gradient(to bottom, #f7f7f7, #f0f0f0);
    padding-bottom: 0;
}


/******************************************************/
/* recruit.html  */
/******************************************************/
#recruit02 h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 30px;
    position: relative;
    margin-top: 110px;
    padding-left: 26px;
    text-align: left;
}
#recruit02 h3:first-of-type {
    margin-top: 60px;
}
#recruit02 h3::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #e60012;
    border-left-color: #e60012;
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
}


/******************************************************/
/* contact.html  */
/******************************************************/
#contact {
    display: block !important;
    padding-top: 45px !important;
}
#contact p.atention {
    text-align: right;
    line-height: 1.4;
}
#contact h2 {
    background: url(../images/h2_bg.png) no-repeat center top;
    padding: 36px 0 0;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2em;
    margin-bottom: 55px;
    margin-top: 70px;
}
#contact #mailformpro {
}
#contact #mailformpro dl {
    text-align: left;
}
#contact #mailformpro dt {
    font-weight: 700;
    line-height: 1.4;
    margin-top: 32px;
    margin-bottom: 14px;
    font-weight: 700;
}
#contact #mailformpro dd {
}
#contact #mailformpro #mfp_hidden {
    display: none;
}
#contact #mailformpro .mini {
    font-size: 12px;
    letter-spacing: 0.01em;
}
#contact #mailformpro .must {
    color: #e60012;
    font-size: 10px !important;
    font-weight: 400;
    line-height: 1.35;
    vertical-align: top;
    position: relative;
    top: -0.1em;
    margin: 0 4px;
}
#contact #mailformpro .inputarea {
    display: table-cell;
    vertical-align: middle;
}
#contact #mailformpro .inputnote {
    display: table-cell;
    vertical-align: middle;
    padding-left: 6px;
}
#contact #mailformpro .attent {
    clear: both;
    display: block;
    margin-bottom: 10px;
}
#contact #mailformpro input[type="text"],
#contact #mailformpro input[type="tel"],
#contact #mailformpro input[type="email"] {
    border: none !important;
    font-size: inherit;
    letter-spacing: 0.01em;
    padding: 22px 20px;
    width: 100% !important;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 10px;
}
#contact #mailformpro textarea {
    border: none !important;
    font-size: inherit;
    letter-spacing: 0.01em;
    padding: 22px 20px;
    width: 100% !important;
    box-sizing: border-box;
    border-radius: 4px;
    max-width: 100%;
    min-width: 100%;
    height: 240px !important;
}
#contact #mailformpro ::placeholder {
  color: #d6d6d6;
}
#contact #mailformpro select {
    border: 1px solid #999999;
    background: none;
    font-size: inherit;
    padding: 10px;
    width: 180px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
#contact #mailformpro option {
    font-size: inherit;
    padding: 1px 11px;
}
#contact #mailformpro ul {
    margin-top: 28px;
    margin-bottom: 50px;
}
#contact #mailformpro ul li {
    line-height: 1.35;
    letter-spacing: 0.05em;
    margin-top: 24px;
}
#contact #mailformpro ul li label {
    padding-left: 32px;
    position: relative;
}
#contact #mailformpro input[type="radio"] {
    display: none;
}
#contact #mailformpro ul li label::before {
    content: "";
    display: block;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    position: absolute;
    top: calc(0.7em - 10px);
    left: 0;
}
#contact #mailformpro ul li label.mfp_checked span::after,
#contact #mailformpro ul li input[type="radio"]:checked + span::after {
    content: "";
    display: block;
    background: #e60012;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    position: absolute;
    top: calc(0.7em - 4px);
    left: 6px;
}
#contact #mailformpro .mfp_buttons {
    margin: 40px 30px 0;
}
#contact #mailformpro .mfp_buttons button[type="submit"] {
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    margin: 40px auto 0;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    display: block;
    background: #000;
    color: #fff;
    padding: 27px 55px 27px 30px;
    -webkit-appearance: none;
}
#contact #mailformpro .mfp_buttons button[type="submit"]::after {
    content: "";
    display: block;
    background: url("../images/sp_btn01_arrow.png") no-repeat right center;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: calc(50% - 13px);
    right: 22px;
}
#contact #mailformpro .mfp_err {
    color: #e60012;
}

/******************************************************/
/* thanks.html  */
/******************************************************/
#thanks {
    display: block !important;
    text-align: center;
}
#thanks h2 {
    text-align: center;
    width: auto !important;
    padding: 0 !important;
}
#thanks p {
    text-align: left;
}
#thanks ul.note {
    margin-top: 20px;
}
#thanks ul.note li {
    text-align: left;
    text-indent: -1em;
    margin-top: 7px;
    padding-left: 1em;
}




}