#contents {
    height: 2550px;
}

#head_pic {
    background-image: url('../img/head_contact.jpg')
}

#contact {
    height: 950px;
    margin-top: 0;
    padding-top: 0;
}

#contact .body {
    width: 1100px;
    height: 800px;
}

#contact form {
    position: relative;
    top: 150px;
    width: 600px;
    text-align: left;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 2px;
    font-family: "Noto Sans Japanese", "MS Pゴシック";
    font-weight: 200;
    height: 600px;
}

form #type {
    width: 600px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

form #type input {
    display: none;
}

form #type label {
    position: relative;
    display: block;
    cursor: pointer;
    width: 100px;
    height: 30px;
    margin: 0 auto;
    padding: 6px;
    border-radius: 2px;
    background-color: #E8E8E6;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    transition: .2s;
}

form #type input[type="radio"]:checked+label {
    background-color: #1D1D3D;
    color: #fff;
}

form #texts {
    list-style: none;
    width: 600px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

form #texts .nor {
    width: 300px;
    height: 80px;
}

form #texts .short {
    width: 250px;
    height: 80px;
}

form #texts wide {
    width: 600px;
}

form #texts li input {
    width: 100%;
}

form #texts li textarea {
    width: 600px;
    height: 200px;
}

form #texts #tosend {
    margin-top: 40px;
    width: 100px;
    height: 40px;
}

#recruit {
    height: 650px;
}

#recruit .col {
    position: relative;
    top: 150px;
    width: 800px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 1px;
}

.intro span a:hover {
    opacity: .3;
}

.col .intro {
    font-family: "Noto Sans Japanese", "MS Pゴシック";
    font-weight: 200;
    margin-bottom: 0px;
}

#recruit #corp_link {
    position: relative;
    top: 40px;
    width: 800px;
    list-style: none;
}

#recruit #corp_link li {
    width: 33.3%;
    text-align: center;
    color: #fff;
    float: left;
    height: 100px;
    position: relative;
}

#doiden {
    background-color: #1D2088;
}

#procc {
    background-color: #EE7C3D;
}

#yumeshin {
    background-color: #2EA7E0;
}

#pkp {
    background-color: #E61673;
}

#kozacara {
    background-color: #22AC38;
}

#fuel {
    background-color: #e71f1e;
}

#agarato {
    background-color: #008000;
}

.c_name {
    font-size: 16px;
    margin-top: 14px;
}

.c_sit {
    font-size: 12px;
    text-align: center;
    -moz-transition: all 1s linear 0;
    -webkit-transition: all 1s linear 0;
    -o-transition: all 1s linear 0;
    -ms-transition: all 1s linear 0;
    transition: all 1s linear 0;
    font-family: "Noto Sans Japanese", "MS Pゴシック";
    margin-top: 5px;
}

.c_sit.on:hover {
    background-color: rgba(255, 255, 255, 1);
    font-size: 12px;
    -moz-transition: all 0.4s linear 0;
    -webkit-transition: all 0.4s linear 0;
    -o-transition: all 0.4s linear 0;
    -ms-transition: all 0.4s linear 0;
    transition: all 0.4s linear 0;
}

#doiden .c_sit.on:hover {
    color: #1D2088;
}

#procc .c_sit.on:hover {
    color: #EE7C3D;
}

#yumeshin .c_sit.on:hover {
    color: #2EA7E0;
}

#pkp .c_sit.on:hover {
    color: #E61673;
}

#kozacara .c_sit.on:hover {
    color: #22AC38;
}

.c_sit.on {
    height: 25px;
    line-height: 25px;
    width: 80px;
    border: 2px #fff solid;
    margin: 5px auto 0;
    background-color: rgba(255, 255, 255, 0);
    -moz-transition: all 0.4s linear 0;
    -webkit-transition: all 0.4s linear 0;
    -o-transition: all 0.4s linear 0;
    -ms-transition: all 0.4s linear 0;
    transition: all 0.4s linear 0;
}

#recruit .body {
    height: 650px;
}

#recruit #corp_link li a,
#recruit #corp_link li a:link,
#recruit #corp_link li a:hover,
#recruit #corp_link li a:visited,
#recruit #corp_link li a:active {
    color: #fff;
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
}

#access {
    height: 680px;
    margin-top: -40px;
}

#access .body {
    height: 600px;
    position: relative;
    width: 1100px;
    text-align: left;
    left: 50%;
    margin-left: -550px;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 2px;
    list-style: none;
    /*height: 500px;*/
    overflow-x: hidden;
}

#access #map_canvas {
    width: 800px;
    height: 400px;
    margin-top: 150px;
    z-index: 2000;
}

#access #address {
    padding: 10px;
    position: absolute;
    left: 10px;
    top: 160px;
    width: 340px;
    height: 80px;
    letter-spacing: 2px;
    background-color: #fff;
    font-size: 12px;
    line-height: 25px;
    z-index: 4000;
    font-family: "Noto Sans Japanese", "MS Pゴシック";
    font-weight: 400;
}

form #texts input,
form #texts textarea {
    border: none;
    border-radius: 2px;
    font-size: 18px;
    background-color: #E8E8E6;
    position: relative;
    width: 300px;
}

footer {
    z-index: 400;
}