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

        PCサイト用

******************************************************/
@media screen and (min-width: 768px) {


/******************************************************/
/* base.css上書き  */
/******************************************************/
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: transparent;
    color: #000;
}
header::before {
    display: none;
}
header #gn_main ul.gn_menu > li {
    color: #000;
}
footer::after {
    content: "";
    background: #f0f0f0;
    display: block;
    width: 116px;
    height: 90px;
    position: absolute;
    top: 0;
    right: 0;
}


/******************************************************/
/* main 共通  */
/******************************************************/
#main {
    background: #f0f0f0;
    padding-bottom: 200px;
}
#main h2 {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
    text-align: left;
}
#main h2 .en {
    color: #e51414;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.contents section {
    padding: 200px 120px 0;
}
.contents section:not(#pagetitle) {
    display: flex;
}
.contents section:not(#pagetitle) > h2 {
    width: 270px;
    padding-right: 30px;
    flex-shrink: 0;
}
.contents section:not(#pagetitle) > .column {
    width: calc(100% - 300px);
}
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: 25px 0;
    width: 270px;
}
#main table td {
    border: none;
    border-top: 1px solid #cdcdcd;
    padding: 25px 0 25px 30px;
}

/* 看板 */
#pagetitle {
    margin-right: -4px;
    background: linear-gradient(to left, #e60012 4px, #fff 4px, #fff 50%, #000 50%);
    color: #181818;
    padding: 200px 120px 0;
    position: relative;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    overflow: hidden;
}
#pagetitle::before {
    content: "";
    display: block;
    background: url("../images/logomark_w.svg") no-repeat left top;
    background-size: 498px 332px;
    width: 498px;
    height: 332px;
    position: absolute;
    top: 0;
    left: -31px;
    opacity: 0.1;
}
#pagetitle h1 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2em;
    position: relative;
    z-index: 1;
    width: 50%;
    padding-bottom: 90px;
}
#pagetitle h1 .en {
    display: block;
    color: #e51414;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
}
#pagetitle .capt {
    width: 50%;
    text-align: right;
    position: relative;
    z-index: 1;
    padding-bottom: 90px;
}
#pagetitle .bgcopy {
    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: 240px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
    position: absolute;
    top: 240px;
    right: -30px;
    z-index: 0;
    mix-blend-mode: multiply;
}
#pagetitle .img {
    background: linear-gradient(to top, #f0f0f0 220px, #000 220px);
    flex-grow: 1;
    text-align: right;
    position: relative;
    z-index: 1;
    height: 600px;
    padding-left: 120px;
    margin: 0 -120px;
}
#pagetitle .img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}


/******************************************************/
/* company.html  */
/******************************************************/
#company01 .img {
    margin-bottom: 50px;
}
#company01 .sign {
    margin-top: 50px;
    line-height: 1.65;
    text-align: right;
}
#company01 .sign .name {
    font-size: 20px;
    font-weight: 700;
}
/* 役員紹介 */
#company02 .list {
    display: flex;
    justify-content: space-between;
}
#company02 .list dl {
    width: 48%;
    text-align: left;
}
#company02 .list dl dd {
    margin-top: 20px;
    line-height: 1.5;
}
#company02 .list dl dd .name {
    font-size: 20px;
    font-weight: 700;
}
/* 会社概要 */
#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 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    border-top: 1px solid #cdcdcd;
    padding: 20px 0;
}
#company05 .history dl dt {
    flex-shrink: 0;
    width: 270px;
    padding: 25px 30px 25px 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
}
#company05 .history dl dd {
    width: calc(100% - 340px);
    padding: 25px 0 25px 40px;
    position: relative;
    align-self: center;
}
#company05 .history dl dd::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #e60012;
    border-left-color: #e60012;
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
}


/******************************************************/
/* service.html  */
/******************************************************/
#service01 {
    display: block !important;
    padding-top: 0 !important;
    position: relative;
    background: #fff;
}
#service01::before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: -220px;
    left: 0;
    width: 120px;
    height: 220px;
    z-index: 1;
}
#service01::after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    bottom: -290px;
    right: 0;
    height: 290px;
    width: 220px;
    z-index: 2;
}
#service01 #plant dl.outline::before {
    content: "";
    display: block;
    background: #f7f7f7;
    position: absolute;
    top: 380px;
    bottom: 0;
    left: 220px;
    right: 0;
    z-index: -1;
}
#service01 #plant .servicelist::before {
    content: "";
    display: block;
    background: #f7f7f7;
    position: absolute;
    top: -140px;
    bottom: calc(50% - 240px);
    left: 220px;
    right: 0;
    z-index: 0;
}
#service01 #environment::after {
    content: "";
    display: block;
    background: #f7f7f7;
    position: absolute;
    top: 558px;
    bottom: -200px;
    left: 0;
    right: 220px;
    z-index: 0;
}
#service01 .service {
    margin: 0 -120px;
    padding-top: 160px;
    position: relative;
}
#service01 dl.outline {
    display: flex;
    min-height: 600px;
    position: relative;
    z-index: 1;
}
#service01 .service:nth-of-type(2n) dl.outline {
    flex-direction: row-reverse;
}
#service01 dl.outline dt {
    width: 50%;
    height: 600px;
}
#service01 dl.outline dt img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
#service01 dl.outline dd {
    width: 300px;
    text-align: left;
    position: relative;
    padding-top: 130px;
}
#service01 .service:nth-of-type(2n+1) dl.outline dd {
    margin-left: 200px;
}
#service01 .service:nth-of-type(2n) dl.outline dd {
    margin-right: 200px;
}
#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: 240px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.01em;
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
    position: absolute;
    top: -30px;
    z-index: 0;
    mix-blend-mode: multiply;
}
#service01 .service:nth-of-type(2n+1) dl.outline dd .num {
    left: -110px;
}
#service01 .service:nth-of-type(2n) dl.outline dd .num {
    right: -100px;
}
#service01 dl.outline dd h2 {
    letter-spacing: 0.02em;
}
#service01 dl.outline dd h2 .en {
    font-size: 12px;
    margin-bottom: 10px;
}
#service01 dl.outline dd ul {
    margin-top: 50px;
}
#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: 50px;
    padding-bottom: 100px;
    padding-bottom: 0;
}
#service01 .servicelist .flexlist {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
#service01 .servicelist .flexlist dl {
    width: 360px;
    margin: 90px 60px 0 0;
    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 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 .servicelist {
    background: linear-gradient(to bottom, #f7f7f7, #f0f0f0);
    padding-bottom: 0;
}


/******************************************************/
/* recruit.html  */
/******************************************************/
#recruit02 h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 35px;
    position: relative;
    margin-top: 160px;
    padding-left: 36px;
    text-align: left;
}
#recruit02 h3:first-of-type {
    margin-top: 0;
}
#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: 70px !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 {
    width: 900px;
    margin: 0 auto;
}
#contact #mailformpro dl {
    text-align: left;
}
#contact #mailformpro dt {
    font-weight: 700;
    line-height: 1.4;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 700;
}
#contact #mailformpro dd {
}
#contact #mailformpro #mfp_hidden {
    display: none;
}
#contact #mailformpro .mini {
    font-size: 1.3rem;
    letter-spacing: 0.02em;
}
#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.02em;
    padding: 25px 30px;
    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.02em;
    padding: 25px 30px;
    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 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
#contact #mailformpro ul li {
    width: 25%;
    line-height: 1.35;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}
#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 button[type="submit"] {
    display: block;
    position: relative;
    text-decoration: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
    width: 500px;
    height: 90px;
    padding: 0;
    margin: 70px auto 0;
}
#contact #mailformpro .mfp_buttons button[type="submit"] span {
    position: relative;
    z-index: 1;
}
#contact #mailformpro .mfp_buttons button[type="submit"]::after {
    content: "";
    display: block;
    background: url("../images/btn_arrow1.png") no-repeat right center;
    background-size: 32px 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    top: calc(50% - 16px);
    right: 30px;
}
#contact #mailformpro .mfp_buttons button[type="submit"]:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background:#e60012;
    width: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}
#contact #mailformpro .mfp_buttons button[type="submit"]:hover:before {
    transform-origin:left top;
    transform:scale(1, 1);
}
#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: inherit;
    line-height: 2.1;
}
#thanks ul.note {
    margin-top: 15px;
}




}