html, body {
    height: 100%;
}

body {
    font-size: 1rem;
    line-height: 1.6;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    color: #3D3432;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    display: block;
}

@media only screen and (max-width: 767px) {
    /* SP共通 */
    header {
        width: 100%;
        padding: 1rem;
        display: flex;
        justify-content: space-between;
    }
    h1 {
        text-indent: -9999rem;
        width: 40%;
        background: url(../img/systemmate_logo.svg) no-repeat;
        height: 2.6rem;
    }
    header button {
        width: 2.6rem;
        height: 2.6rem;
    }
    nav {
        position: fixed;
        top: -31rem;
        left: 0;
        width: 100%;
        height: 31rem;
        background-color: #3D3432;
        transition: all 1s ease;
    }
    nav img {
        display: none;
    }
    .pulldown {
        top: 0;
        z-index: 2;
    }
    nav button {
        position: absolute;
        top: 1rem;
        right: 1rem;
        width: 2.6rem;
        height: 2.6rem;
        background-color: #fff;
        text-align: center;
    }
    nav button img {
        display: inline;
    }
    nav ul {
        position: absolute;
        width: 100%;
        top: 4.6rem;
        left: 0;
    }
    nav ul a {
        height: 4rem;
        text-align: center;
        line-height: 4rem;
        font-size: 1.4rem;
        color: #fff;
    }
    h2 {
        font-size: 1.4rem;
        font-weight: 400;
        text-align: center;
    }
    h3 {
        font-size: 1rem;
        text-align: center;
        margin: 0 auto;
    }
    table th {
        background-color: #3D3432;
        color: #fff;
    }
    footer {
        padding: 1rem;
        background-color: #3D3432;
        text-align: center;
        color: #fff;
        font-size: 0.8rem;
    }
    footer img {
        display: inline-block;
        width: 30%;
        margin-bottom: 0.8rem;
    }
    footer p {
        margin-bottom: 0.5rem;
    }
    #gototop {
        position: fixed;
        bottom: 1rem;
        right: 1rem;
        color: #fff;
        background-color: rgba(0, 152, 166, 0.8);
        width: 3.2rem;
        height: 3.2rem;
        text-align: center;
        border-radius: 50%;
        font-family: 'Padauk', sans-serif;
    }
    #gototop a {
        font-size: 3.2rem;
        height: 3.2rem;
        line-height: 4rem;
        font-family: 'Padauk', sans-serif;
    }
    #gototop a:hover {
        font-size: 3.2rem;
        height: 3.2rem;
        line-height: 5rem;
        font-family: 'Padauk', sans-serif;
    }
    /*トップページ */
    #smtop {
        background: url(../img/sptop.jpg) no-repeat;
        background-size: cover;
        height: 100%;
    }
    #smtop article {
        margin-top: 45%;
    }
    #smtop h2 {
        text-align: center;
        color: #fff;
        font-size: 1.4rem;
        margin-bottom: 1rem;
        text-shadow: 0.05rem 0.05rem 0.1rem#3D3432;
    }
    #smtop article p {
        text-align: center;
        font-size: 1.3rem;
        margin-bottom: 30%;
        text-shadow: 0.05rem 0.05rem 0.1rem#3D3432;
    }
    #smtop article div {
        color: #fff;
        font-size: 1.2rem;
        width: 50%;
        height: 3.8rem;
        line-height: 3.8rem;
        margin: 0 auto;
        text-align: center;
        background-color: #3D3432;
        box-shadow: 0.05rem 0.1rem 0.2rem#3D3432;
    }
    #smtop article div:hover {
        background-color: rgba(62, 62, 62, 0.5)
    }
    #smtop footer {
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    /* 会社概要  */
    .about h2 {
        background: url(../img/about.jpg);
        background-size: cover;
        height: 4.5rem;
        line-height: 4.5rem;
        color: #fff;
        text-shadow: 0rem 0.1rem 0.2rem#3D3432;
    }
    .about h3 {
        width: 20%;
        border-bottom: 2px #0098a6 solid;
        padding-top: 1.5rem;
    }
    .about p {
        padding: 1.5rem;
    }
    .daihyo {
        background-color: #4c4745;
        color: #fff;
    }
    .gaiyo {
        font-size: 1.1rem;
    }
    .sogyo::first-letter {
        font-size: 1.5rem;
        color: #0098a6;
    }
    .rinen {
        margin-bottom: 1.5rem;
    }
    .kigyo {
        font-size: 1.1rem;
        text-align: center;
        color: #0098A6;
    }
    .watashi::first-letter {
        font-size: 1.5rem;
        color: #0098a6;
    }
    .name {
        padding: 0 2.5rem 1.5rem 0;
        text-align: right;
        font-size: 1.1rem;
        font-family: 'Sawarabi Mincho', sans-serif;
    }
    .kaisha {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .about dl {
        font-size: 0.8rem;
        overflow: hidden;
        width: 80%;
        margin: 0 auto;
        border: solid 1px #d2d2d2;
        margin-top: 1rem;
    }
    .about dt {
        float: left;
        clear: both;
        width: 30%;
        height: auto;
        padding: 0.5rem;
        background-color: #3D3432;
        color: #fff;
        border-bottom: solid 1px #d2d2d2;
        border-right: solid 1px #d2d2d2;
        text-align: center;
        font-weight: normal;
    }
    .about dd {
        padding: 0.5rem;
        height: auto;
        padding-left: 6rem;
        border-bottom: solid 1px #d2d2d2;
    }
    .about dd:nth-child(14) {
        border-bottom: none;
    }
    /* グループ会社一覧 */
    .group section {
        margin-bottom: 3rem;
    }
    .group h2 {
        background: url(../img/group.jpg);
        background-size: 100% 4.5rem;
        height: 4.5rem;
        line-height: 4.5rem;
        color: #fff;
        text-shadow: 0rem 0.1rem 0.2rem#3D3432;
    }
    .groupb img, .groupc img {
        width: 22%;
        margin: 1rem auto;
    }
    .group h3 {
        font-weight: 400;
        margin-top: 2rem;
        margin-bottom: 0.8rem;
    }
    .groupa2, .akros {
        border-top: 1px #3D3432 solid;
        padding-top: 0.5rem;
    }
    .group p, .group address {
        text-align: center;
        font-size: 0.7rem;
        margin-bottom: 0.6rem;
    }
    .group ul {
        margin: 0 auto;
        margin-top: 0.8rem;
    }
    .akros ul {
        display: flex;
        width: 33%;
        height: auto;
        justify-content: space-between;
        margin: 0 auto;
    }
    .akros li img {
        width: 65%;
    }

    .akros .groupc #akros-url{

        color: #0098A6;
       text-decoration: underline #0098A6 ;
    }

    .akros .groupc #akros-url:visited{

        color: #0098A6;
       text-decoration: underline #0098A6 ;
    }

    
    /* アクセス */
    .access section {
        margin-bottom: 3rem;
    }
    .access h2 {
        background: url(../img/access.jpg);
        background-size: 100% 4.5rem;
        height: 4.5rem;
        line-height: 4.5rem;
        color: #fff;
        text-shadow: 0rem 0.1rem 0.2rem#3D3432;
    }
    
    .access h3 {
        margin-top: 2rem;
        margin-bottom: 1rem;
        position: relative;
    }

    .access h3::after{
        content:"";
        display:block;
        width:80px;
        height:2px;
        background-color:#0098a6;
        position:absolute;
        bottom:-4px;
        left:50%;
        transform: translateX(-50%);

     }
    

    #symt {
        margin-bottom: 0.5rem;
    }
    #sycm {
        margin-top: 0;
    }
    .access p, .access address {
        text-align: center;
        font-size: 0.9rem;
    }
    .access address {
        margin-top: 1rem;
    }
    .access p {
        height: auto;
        line-height: 1.6rem;
    }
    .accessmap {
        position: relative;
        padding-bottom: 20rem;
    }
    .accessmap iframe {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    /* 問い合わせ */
    .contact h2 {
        background: url(../img/contact.jpg);
        background-size: 100% 4.5rem;
        height: 4.5rem;
        line-height: 4.5rem;
        color: #fff;
        text-shadow: 0rem 0.1rem 0.2rem#3D3432;
    }
    .contact p {
        text-align: center;
        font-size: 0.8rem;
        margin-top: 2rem;
    }
    .contactus {
        padding: 3%;
    }
    .contactus table {
        width: 96%;
        margin: 0 auto;
        padding: 3%;
        margin-bottom: 1.5rem;
        border-collapse: separate;
        border-spacing: 0rem 0.5rem;
    }
    .contactus th {
        color: #fff;
        width: 35%;
        text-align: center;
        font-size: 0.8rem;
        font-weight: normal;
        padding-top: 0.5rem;
    }
    .contactus td {
        width: 65%;
        padding-bottom: 0.5rem;
        vertical-align: top;
        border: 1px #707070 solid;
        border-left: none;
    }
    .contactus td p {
        font-size: 0.9rem;
        margin-bottom: 1.2rem;
        margin-left: 0.3rem;
    }
    .contactus tr:nth-child(4) td {
        border: 1px#fff solid;
    }
    .contactus tr:nth-child(6) th {
        background-color: #fff;
    }
    .contactus tr:nth-child(6) td {
        border: none;
    }
    .contactus input[type="text"], textarea {
        width: 100%;
        box-sizing: border-box;
        border-style: none;
    }
    .contactus textarea {
        height: 10rem;
    }
    .contactus input[type="text"] {
        height: 1.5rem;
    }
    .contactus input[type="submit"], .card-right a {
        display: flex;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 2rem;
        text-align: center;
        justify-content: center;
        align-items: center;
        height: 4em;
        background-color: #0098a6;
        color: #fff;
        font-size: 1.3rem;
        letter-spacing: 1rem;
        border-style: none;
        cursor: pointer;
    }
    .contactus input[type="submit"]:hover {
        background-color: rgba(62, 62, 62, 0.5)
    }
    /* 求人情報 */
    .recruit h2 {
        background: url(../img/recruit.jpg);
        background-size: 100% 4.5rem;
        height: 4.5rem;
        line-height: 4.5rem;
        color: #fff;
        text-shadow: 0rem 0.1rem 0.2rem#3D3432;
    }
    .recruit h3 {
        border-bottom: 2px #0098a6 solid;
        width: 40%;
        margin-top: 2rem;
    }
    .saiyo p {
        font-size: 0.9rem;
        padding: 1.3rem;
        line-height: 1.7rem;
    }
    .saiyo p::first-letter {
        font-size: 1.5rem;
        color: #0098a6;
    }
    /*
.card section{
    border: 2px #3D3432 solid;
    margin:1.5rem;
    padding: 0.5rem;
}
.card section:hover{
    background-color:rgba(0,152,166, 0.5);
    
}
.card h4{
    font-size:1rem;
    text-align: center;
    width: 85%;
    margin: 0 auto;
}
.card p{
    text-align:center;
    padding: 1rem;
    font-size:1rem;
}
.recruit img{
    padding: 1rem;
    width: 100%;
    margin: 0 auto;
}*/
    /* 求人情報詳細 */
    .kyujin h2 {
        background: url(../img/recruit.jpg);
        background-size: 100% 4.5rem;
        height: 4.5rem;
        line-height: 4.5rem;
        color: #fff;
        text-shadow: 0rem 0.1rem 0.2rem#3D3432;
    }
    .kyujin h3 {
        padding: 8%;
    }
    .kyujin span {
        border-bottom: 2px #0098a6 solid;
    }
    .kyujin p {
        text-align: center;
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    .kyujin table {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 2rem;
    }
    .kyujin th {
        font-size: 0.8rem;
        width: 30%;
        text-align: center;
        font-weight: 300;
        padding: 0.7rem;
        margin-bottom: 1rem;
        border: 1px #707070 solid;
        color: #fff;
    }
    .kyujin td {
        font-size: 0.8rem;
        width: 60%;
        text-align: left;
        padding: 0.7rem;
        border: solid 1px #707070;
        margin-bottom: 1rem;
        border-left: none;
        line-height: 1.4rem;
    }
    .kyujin div {
        text-align: center;
        font-size: 1.5rem;
        width: 90%;
        height: 4rem;
        line-height: 4rem;
        margin: 0 auto;
        background-color: #0098A6;
        color: #fff;
        margin-top: 2.2rem;
        margin-bottom: 2.2rem;
    }
    .kyujin div:hover {
        background-color: rgba(62, 62, 62, 0.5)
    }
    /* 個人情報保護方針 */
    .info {
        padding: 1.5rem;
        line-height: 1.8rem;
        font-size: 1rem;
    }
    .personal h2 {
        background: url(../img/about.jpg);
        background-size: cover;
        height: 4.5rem;
        line-height: 4.5rem;
        color: #fff;
        text-shadow: 0rem 0.1rem 0.2rem#3D3432;
    }
    .personal strong {
        display: inline-block;
        border-bottom: 2px #0098a6 solid;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .personal {
        overflow: hidden;
    }
    .personal section {
        margin-top: 2rem;
        margin-bottom: 2rem;
        float: right;
    }
    .personal section address {
        margin-bottom: 1rem;
    }
    .personal dt {
        font-weight: 300;
    }
}

@media only screen and (max-width:413px) {
    /* iphone6/7/8以下トップページ */
    #smtop {
        background: url(../img/sptop.jpg) no-repeat;
        background-size: cover;
        height: 100%;
    }
    #smtop article {
        margin-top: 25%;
    }
    #smtop h2 {
        text-align: center;
        color: #fff;
        font-size: 2rem;
        margin-bottom: 1rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        text-shadow: 0.05rem 0.05rem 0.1rem#3D3432;
    }
    #smtop article p {
        text-align: center;
        font-size: 1.2rem;
        font-family: 'Sawarabi Mincho', sans-serif;
        margin-bottom: 17%;
        text-shadow: 0.05rem 0.05rem 0.1rem#3D3432;
    }
    #smtop article div {
        color: #fff;
        font-size: 1rem;
        width: 45%;
        height: 3.5rem;
        line-height: 3.5rem;
        margin: 0 auto;
        text-align: center;
        background-color: #3D3432;
        box-shadow: 0.05rem 0.1rem 0.2rem#3D3432;
    }
    #smtop article div:hover {
        background-color: rgba(62, 62, 62, 0.5)
    }
    #smtop footer {
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    /* iphone6/7/8以下企業情報*/
    .kaisha {
        font-size: 0.7rem;
    }
    /* iphone6/7/8以下求人情報*/
    .recruit h3 {
        width: 45%;
    }
    /* iphone6/7/8以下問い合わせ*/
    .contactus th {
        font-size: 0.7rem;
    }
}

/* ipad27inc*/

@media (min-width:768px)and (max-width:1024px) {
    nav ul {
        width: 100%;
    }
    nav li {
        font-size: 12px;
    }
    #smcontact article, #smgroup article {
        height: calc(100vh-150px);
    }
}

/* ipad */

@media (min-width:768px)and (max-width:769px) {
    nav li {
        font-size: 1px;
    }
}

@media (min-width:768px) {
    /* PC共通 */
    button, h1 {
        display: none;
    }
    nav {
        font-size: 16px;
        height: 60px;
        padding-top: 15px;
        padding-bottom: 45px;
        min-width: 768px;
        position: static;
        margin: auto;
    }
    nav ul {
        position: absolute;
        display: flex;
        justify-content: center;
        width: 90%;
    }
    nav li {
        font-weight: 400;
        text-align: center;
        width: 148px;
        margin-right: 10px;
    }
    nav li:hover {
        border-bottom: 2px #0098a6 solid;
    }
    nav li:nth-child(7) {
        border-bottom: none;
    }
    nav li a {
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .current {
        color: #0098a6;
    }
    table th {
        background-color: #3D3432;
        color: #fff;
    }
    footer {
        text-align: center;
        color: #fff;
        font-size: 15px;
    }
    footer img {
        display: inline-block;
        width: 100px;
        margin-bottom: 15px;
    }
    footer p {
        margin: 10px;
    }
    #gototop {
        position: fixed;
        bottom: 30px;
        right: 30px;
        color: #fff;
        background-color: rgba(0, 152, 166, 0.8);
        width: 55px;
        height: 55px;
        text-align: center;
        border-radius: 50%;
        font-family: 'Padauk', sans-serif;
    }
    #gototop a {
        font-size: 45px;
        height: 30px;
        line-height: 70px;
        font-family: 'Padauk', sans-serif;
    }
    #gototop a:hover {
        font-size: 45px;
        height: 30px;
        line-height: 70px;
        font-family: 'Padauk', sans-serif;
    }
    /* トップページ */
    #smtop {
        background: url(../img/top.jpg) no-repeat;
        background-size: cover;
        height: 100%;
    }
    #smtop h2 {
        color: #fff;
        font-size: 55px;
        margin-top: 13%;
        margin-left: 10%;
        margin-bottom: 20px;
        text-shadow: 0.05rem.1rem 0.2rem#3D3432;
    }
    #smtop nav {
        background-color: #fff;
    }
    #smtop article p {
        font-size: 20px;
        margin-left: 10%;
        margin-bottom: 50px;
        text-shadow: 0.05rem 0.05rem 0.1rem#3D3432;
    }
    #smtop article div {
        position: fixed;
        color: #fff;
        font-size: 20px;
        width: 280px;
        height: 80px;
        line-height: 80px;
        right: 15%;
        bottom: 18%;
        text-align: center;
        background-color: #3D3432;
    }
    #smtop article div:hover {
        background-color: rgba(0, 152, 162, 0.9)
    }
    #smtop footer {
        position: fixed;
        bottom: 0px;
        left: 0;
        right: 0;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.6);
        font-weight: 500;
        height: 100px;
        color: #222;
    }
    #smtop footer img {
        display: none;
    }
    /* 会社概要 */
    .about h2 {
        font-size: 30px;
        font-weight: 400;
        text-align: center;
        background: url(../img/about.jpg);
        background-size: cover;
        height: 130px;
        line-height: 130px;
        color: #fff;
        text-shadow: 0rem 0.1rem 0.2rem#3D3432;
    }
    .about h3 {
        font-size: 22px;
        width: 90px;
        text-align: center;
        margin: 0 auto;
        border-bottom: 2px #0098a6 solid;
        padding-top: 30px;
    }
    .about p {
        width: 830px;
        margin: 0 auto;
        padding-top: 30px;
    }
    .daihyo {
        background-color: #4c4745;
        color: #fff;
    }
    .gaiyo {
        font-size: 18px;
    }
    .sogyo::first-letter {
        font-size: 24px;
        color: #49eaf8;
        text-shadow: 0rem 0.05rem 0.1rem #222;
        padding-right: 4px;
    }
    .sogyo {
        font-size: 15px;
        line-height: 30px;
    }
    .rinen {
        margin-bottom: 50px;
    }
    .kigyo {
        font-size: 18px;
        text-align: center;
        color: #0098A6;
    }
    .kigyo2 {
        line-height: 35px;
    }
    .watashi::first-letter {
        font-size: 22px;
        color: #0098a6;
        padding-right: 2px;
    }
    .watashi {
        font-size: 15px;
        line-height: 30px;
    }
    .name {
        padding: 0 2.5rem 1.5rem 0;
        text-align: right;
        font-size: 1.1rem;
        font-family: 'Sawarabi Mincho', sans-serif;
    }
    .kaisha {
        margin-top: 20px;
        margin-bottom: 40px;
        padding-bottom: 30px;
    }
    .about dl {
        font-size: 15px;
        overflow: hidden;
        width: 630px;
        margin: 0 auto;
        border: solid 1px #d2d2d2;
        margin-top: 40px;
    }
    .about dt {
        float: left;
        clear: both;
        width: 160px;
        height: 50px;
        padding: 15px;
        background-color: #3D3432;
        color: #fff;
        border-bottom: solid 1px #d2d2d2;
        border-right: solid 1px #d2d2d2;
        text-align: center;
        font-weight: normal;
    }
    .about dd {
        padding: 15px;
        height: 50px;
        margin-left: 160px;
        border-bottom: solid 1px #d2d2d2;
    }

    .about .working{
        height: 80px;
    }

    .about dd:nth-child(14) {
        border-bottom: none;
    }
    #smabout footer {
        background-color: #3D3432;
        padding: 20px;
    }
    /* グループ会社一覧 */
    .group section {
        width: 770px;
        margin: 0 auto;
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .group h2 {
        font-size: 30px;
        font-weight: 400;
        text-align: center;
        background: url(../img/group.jpg);
        background-size: cover;
        height: 130px;
        line-height: 130px;
        color: #fff;
        text-shadow: 0rem 0.1rem 0.2rem#3D3432;
    }
    .groupa2, .akros {
        border-top: 1px #3D3432 solid;
        padding-top: 20px;
    }
    .groupa, .groupa2, .akros {
        display: flex;
    }
    .group div img {
        width: 200px;
        height: auto;
    }
    .groupb {
        width: 300px;
        margin-left: 50px;
    }
    .groupb img {
        margin: 0 auto;
    }
    .groupc {
        width: 420px;
        margin-top: 20px;
        margin-left: 50px;
    }
    .group h3 {
        font-size: 17px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .group p, .group address {
        text-align: left;
        font-size: 15px;
        padding: 5px;
    }
    .group ul {
        margin-top: 15px;
    }
    .group li {
        width: 100px;
    }
    .akros ul {
        display: flex;
        width: 130px;
        justify-content: space-between;
    }
    .akros li {
        width: 30px;
    }

    .akros .groupc #akros-url:hover{

        transition: 0.1s;
        opacity: 60%;
    }
    #smgroup footer {
        background-color: #3D3432;
        padding: 20px;
    }

    .akros .groupc #akros-url{

        color: #0098A6;
       text-decoration: underline #0098A6 ;
    }

    .akros .groupc #akros-url:visited{

        color: #0098A6;
       text-decoration: underline #0098A6 ;
    }
    /* アクセス */
    .access section {
        width: 830px;
        margin: 0 auto;
    }
    .access h2 {
        font-size: 30px;
        font-weight: 400;
        text-align: center;
        background: url(../img/access.jpg);
        background-size: cover;
        height: 130px;
        line-height: 130px;
        color: #fff;
        text-shadow: 0rem 0.1rem 0.2rem#3D3432;
        margin-bottom: 60px;
    }
    .access h3 {
        margin-top: 30px;
        margin-bottom: 30px;
        position: relative;
        padding-left: 25px;
    }


   /* .access .square {
        border-left: #0098a6 solid 5px;
        padding-left: 10px;
        font-size: 15px;
    }*/

.access .square {
        position: absolute;
        left: 0;
        top: 3px;
        display: block;
        width: 15px;
        height:15px;
        background-color: #0098a6;
        padding-left: 10px;
        font-size: 15px;
        box-shadow: #fff 3px 3px ,
        #0098a6 3px 3px 0 0.5px;
    }

    #symt {
        margin-bottom: 0;
    }
    #sycm {
        margin-top: 15px;
    }
    .access {
        margin-bottom: 80px;
    }
    .access p, .access address {
        text-align: left;
        font-size: 15px;
    }
    .access address {
        margin-top: 10px;
    }
    .access p {
        padding: 10px;
        line-height: 30px;
    }
    .accessmap {
        position: relative;
        padding-bottom: 20rem;
    }
    .accessmap iframe {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    #smaccess footer {
        background-color: #3D3432;
        padding: 20px;
    }
    /* 問い合わせ */
    .contact h2 {
        font-size: 30px;
        font-weight: 400;
        text-align: center;
        background: url(../img/contact.jpg);
        background-size: cover;
        height: 130px;
        line-height: 130px;
        color: #fff;
        margin-bottom: 60px;
        text-shadow: 0rem 0.1rem 0.2rem#3D3432;
    }
    .contact p {
        text-align: center;
        font-size: 16px;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .contactus table {
        width: 830px;
        margin: 0 auto;
        margin-bottom: 50px;
        border-collapse: separate;
        border-spacing: 0rem 0.5rem;
    }
    .contactus th {
        color: #fff;
        font-size: 15px;
        width: 200px;
        text-align: center;
        font-weight: normal;
        padding-top: 5px;
    }
    .contactus td {
        width: 400px;
        padding-bottom: 0.5rem;
        vertical-align: top;
        border: 1px #707070 solid;
        border-left: none;
    }
    .contactus td p {
        font-size: 16px;
        margin-top: 10px;
        margin-left: 10px;
        margin-bottom: 20px;
    }
    .contactus tr:nth-child(6) th {
        background-color: #fff;
    }
    .contactus tr:nth-child(6) td {
        border: none;
    }
    .contactus input[type="text"], textarea {
        width: 100%;
        box-sizing: border-box;
        border-style: none;
    }
    .contactus textarea {
        height: 300px;
    }
    .contactus input[type="text"] {
        height: 15px;
    }
    .contactus input[type="submit"] {
        display: block;
        text-align: center;
        font-size: 20px;
        width: 250px;
        height: 60px;
        line-height: 60px;
        padding-left: 20px;
        letter-spacing: 30px;
        margin: 0 auto;
        background-color: #0098a6;
        color: #fff;
        margin-bottom: 40px;
        border-style: none;
        cursor: pointer;
    }
    .contactus input[type="submit"]:hover {
        background-color: rgba(62, 62, 62, 0.5)
    }
    #smcontact footer {
        background-color: #3D3432;
        padding: 20px;
        width: 100%;
    }
    /* 求人情報 */
    .recruit h2 {
        font-size: 30px;
        font-weight: 400;
        text-align: center;
        background: url(../img/recruit.jpg);
        background-size: cover;
        height: 130px;
        line-height: 130px;
        color: #fff;
        margin-bottom: 60px;
        text-shadow: 0rem 0.1rem 0.2rem#3D3432;
    }
    .recruit h3 {
        font-size: 18px;
        border-bottom: 2px #0098a6 solid;
        width: 20%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .recruit p {
        font-size: 15px;
        padding: 10px;
        line-height: 30px;
    }
    .saiyo {
        width: 830px;
        margin: 0 auto;
    }
    .saiyo p::first-letter {
        font-size: 22px;
        color: #0098a6;
    }
    /*
.card{
    width: 830px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-around;
}
.card section{
    width: 265px;
    padding: 17px;
    border: 1px #A6A0BC solid;
    margin: 5px;
}
.card section:hover{
    background-color:rgba(0,152,166, 0.4)
}
.card img{
    margin-bottom: 10px;
    height: 150px;
}*/
    .card-right h4 {
        text-align: left;
        font-size: 18px;
        margin-bottom: 8px;
        background-color: #d7f1f3;
        font-weight: 500;
    }
}

.card section {
    display: flex;
    width: 830px;
    margin: 10px auto;
    justify-content: center;
}

.card section:nth-child(2) {
    margin-top: 50px;
}

.card .card-img img {
    width: 400px;
}

.card section .card-right {
    margin-left: 30px;
    width: 400px
}

.card section .card-right p {
    margin-bottom: 0;
    padding: 0;
}

.card section .card-right a {
    margin-top: 75px;
    margin-bottom: 0;
    padding: 20px;
    background-color: #0098a6;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border: none;
}

.card section .card-right a:hover {
    background-color: rgba(62, 62, 62, 0.5)
}

@media screen and (max-width:768px) {
    .card section {
        flex-direction: column;
        margin: auto;
    }
    .card-right h4 {
        text-align: left;
        font-size: 18px;
        margin-bottom: 8px;
        background-color: #d7f1f3;
        font-weight: 500;
    }
    .card section {
        display: flex;
        width: 90%;
        margin: 0px auto;
        justify-content: center;
    }
    .card section:nth-child(2) {
        margin-top: 50px;
    }
    .card .card-img img {
        width: 100%;
    }
    .card section .card-right {
        margin-left: 0px;
        width: 100%;
    }
    .card section .card-right p {
        margin-bottom: 0;
        padding: 0;
    }
 /*   .card section .card-right a {
        margin-top: 10px;
        margin-bottom: 20px;
        padding: 20px;
        background-color: #0098a6;
        font-size: 18px;
        color: #fff;
        text-align: center;
        border: none;
    }*/
}

#bosyu {
    font-size: 18px;
    border-bottom: 2px #0098a6 solid;
    margin: 0px auto;
    margin-top: 50px;
    text-align: center;
    width: 124px;
}

.card-red {
    color: rgb(136, 28, 28);
    font-weight: 500;
}

/*
.card p{
    text-align:center;
}
.card .r_sycm{
    font-size: 13px;
}*/

#smrecruit footer {
    background-color: #3D3432;
    padding: 20px;
    margin-top: 80px;
}

/* 求人情報詳細 */

.kyujin h2 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    background: url(../img/recruit.jpg);
    background-size: cover;
    height: 130px;
    line-height: 130px;
    color: #fff;
    margin-bottom: 60px;
    text-shadow: 0rem 0.1rem 0.2rem#3D3432;
}

.kyujin h3 {
    font-size: 18px;
    text-align: center;
    width: 650px;
    margin: 0 auto;
    margin-top: 20px;
}

.kyujin span {
    border-bottom: 2px #0098a6 solid;
}

.kyujin p {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.kyujin table {
    color: #ffffff;
    width: 830px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.kyujin tr {
    height: 20px;
    line-height: 20px;
}

.kyujin th {
    color: #ffffff;
    font-size: 16px;
    width: 200px;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
    line-height: 30px;
    border: 1px #707070 solid;
    font-weight: 300;
}

.kyujin td {
    color: #3D3432;
    font-size: 15px;
    width: 400px;
    text-align: left;
    padding: 15px;
    border: solid 1px #707070;
    margin-bottom: 20px;
    border-left: none;
    line-height: 25px;
}

.kyujin div {
    text-align: center;
    font-size: 20px;
    width: 250px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    background-color: #0098a6;
    color: #fff;
    margin-bottom: 40px;
}

.kyujin div:hover {
    background-color: rgba(0, 152, 166, 0.4)
}

#smrecruita footer {
    margin-top: 80px;
    background-color: #3D3432;
    padding: 20px;
}

/* 個人情報保護方針 */

.personal h2 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    background: url(../img/about.jpg);
    background-size: cover;
    height: 130px;
    line-height: 130px;
    color: #fff;
    text-shadow: 0rem 0.1rem 0.2rem#3D3432;
}

.info {
    font-size: 15px;
    width: 830px;
    margin: 0 auto;
    margin-top: 30px;
    line-height: 30px;
}

.personal dt {
    font-weight: 300;
}

.personal strong {
    display: inline-block;
    border-bottom: 2px #0098a6 solid;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.personal {
    overflow: hidden;
}

.personal section {
    float: right;
    margin-top: 40px;
}

.personal section address {
    margin-bottom: 20px;
}

#smpersonal footer {
    margin-top: 80px;
    background-color: #3D3432;
    padding: 20px;
}

.recruit_form h2 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    background: url(../img/contact.jpg);
    background-size: cover;
    height: 130px;
    line-height: 130px;
    color: #fff;
    margin-bottom: 60px;
    text-shadow: 0rem 0.1rem 0.2rem#3D3432;
}
.recruit_form p {
    text-align: center;
    font-size: 16px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.recruit_form table {
    width: 830px;
    margin: 0 auto;
    margin-bottom: 50px;
    border-collapse: separate;
    border-spacing: 0rem 0.5rem;
}
.recruit_form th {
    color: #fff;
    font-size: 15px;
    width: 200px;
    text-align: center;
    font-weight: normal;
    padding-top: 5px;
}
.recruit_form td {
    width: 400px;
    padding-bottom: 0.5rem;
    vertical-align: top;
    border: 1px #707070 solid;
    border-left: none;
}
.recruit_form td p {
    font-size: 16px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
}

.recruit_form input[type="text"] {
    height: 15px;
}
.recruit_form input[type="submit"] {
    display: block;
    text-align: center;
    font-size: 20px;
    width: 250px;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    letter-spacing: 10px;
    margin: 0 auto;
    background-color: #0098a6;
    color: #fff;
    margin-bottom: 40px;
    border-style: none;
    cursor: pointer;
}
.recruit_form input[type="submit"]:hover {
    background-color: rgba(62, 62, 62, 0.5)
}

.kyujin .recruit_company{
    border:none;
    font-weight: 600;
}

.recruit_form h3{
    text-align: center;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 500;
}

.gaibu-link {
    position: relative;

}

.gaibu-link img{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 20px;
}

.border {
    border-bottom: 1px solid #0098A6;
    width: 50px;
    margin: 0 auto 0.5rem;
}


.card a.gaibu-link {
    margin-top: 75px;
    margin-bottom: 0;
    padding: 20px;
    background-color: #0098a6;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border: none;
}

.card a.gaibu-link:hover {
    background-color: rgba(62, 62, 62, 0.5)
}

@media (max-width:767px) {
    .card-img{
        margin:auto;
    }
    .card-right p{
        width: 200px;
        margin: auto;
    }
    .card section .card-right p.card-red{
        width: 100%;
        text-align: center;
        padding: 0;
        margin-bottom: 1rem;
    }
    a.gaibu-link{
        letter-spacing: unset;
    }
}