
html{
    font-family: "Noto Sans JP", sans-serif;
}
body{
   width: 100%;
    background: #000;
    color: #fff;
}
header{
    background: #fff;
}
.main-img{
/*    width: 100vw;*/
    margin: auto;
    margin-top: 60px;
    background-image: url(../images/index/top-index-main.jpg);
    background-size: cover;
    height: 40vh;
    background-position: center center;
}
.main-img-01{
/*    width: 100vw;*/
    margin: auto;
    background-image: url(../images/index/top-index-main01.jpg);
    background-size: cover;
    height: 40vh;
    background-position: center center;
}
.recruit-portal {
    max-width: 350px;
    color: #000;
    background: #ffffffc2;
    margin: auto;
    padding: 30px 0;
    position: relative;
    top: 33%;
    text-align: center;
    font-weight: 700;
}
span.big-txt {
    font-size: 28px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
}
.main-img-02{
/*    width: 100vw;*/
    margin: auto;
    background-image: url(../images/index/img010.jpg);
    background-size: cover;
    height: 50vh;
    background-position: center center;
}
.container{
    max-width: 1080px;
    width: 90%;
    margin: 100px auto;
}
h2{
    font-size: 40px;
    color: #8C785A;
    text-align: center;
    margin: 50px auto;
    font-family: "Noto Sans JP", sans-serif;
}
h1{
    font-family: "Noto Sans JP", sans-serif;
}
h3{
    
   font-family: "Noto Sans JP", sans-serif;
}
h4{
    font-family: "Noto Sans JP", sans-serif;
}

p{
    font-size: 20px;
    color: #fff;
    letter-spacing: 0;
    margin: 50px auto;
    overflow: hidden;
    text-align: justify;
}
dl{
    display: flex;
    flex-wrap: wrap;
}
dt{
    background: #EFEFEF;
    color: rgba(34, 24, 21, 0.5);
    padding: 5px;
    border: 1px solid;
    border-color: #9FA0A0;
    width: 30%;
    display: flex;
    align-items: center;
    font-weight: 700;
}
dd{
    background: #fff;
    color: rgba(34, 24, 21, 0.5);
    padding: 5px;
    border: 1px solid;
    border-color: #9FA0A0;
    width: 70%;
}
.top-img{
    max-width: 1200px;
    margin: auto;
}
.top-img{
    margin: 40px auto;
}
 .img-box{
    display: flex;
    justify-content: space-between;
    margin-top: 4%;
}
.img-l{
    width: 48%;
}
.img-r{
    width: 48%;
}
table.index-table{
    width: 100%;
    text-align:left;
    border-collapse: collapse;
}
table.index-table th{
    background: #EFEFEF;
    color: rgba(34, 24, 21, 0.5);
    padding: 5px;
    border: 1px solid;
    border-color: #9FA0A0;
    width: 30%;
}
table.index-table td{
    background: #fff;
    color: rgba(34, 24, 21, 0.5);
    padding: 5px;
    border: 1px solid;
    border-color: #9FA0A0;
}
.container-1{
    padding: 100px 0;
    text-align: center;
    background: #fff;
    
}
.rec-btn{
    width: fit-content;
    padding: 5px 30px;
    font-size: 20px;
    background: #000;
    margin: auto
    
}
.container-1 a{
    text-align: center;
    color: #8c785a;
    text-decoration: none;
    padding: 15px 10px;
}
.container-2{
    padding: 100px 0;
    text-align: center;
    background: #707070;
    color: #8C785A;
}
.address-box{
    background: #fff;
    max-width: 1080px;
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 30px 0
}
.comp-tel{
    font-size: 24px;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
}
footer{
    background: #D2D2D2;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.footer-map{
    max-width: 600px;
    width: 100%;
    margin: auto;
}
iframe {
    max-width: 600px;
    width: 90%;
}
.footer-cpr img{
  padding: 30px 0;
 text-align: center;
    margin: auto;
    max-width: 220px
}
.footer-cpr p{
    color: #707070;
    text-align: center;
    margin: 10px auto;
}
.copyright{
    color: #fff;
    background: #000;
}

.pc{
        display: block;
        
}
.sp{
        display: none;
}

.title-with-line{
    overflow: hidden;
}
.title-with-line:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: middle;
  width: 100%;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 1px solid #fff;
}

@media screen and (max-width: 540px) {
    
.logo img{
    width: 70%!important;
    margin-top: 10% !important;
}    
.pc{
    display: none !important;
}
.sp{
    display: block;
}
.container{
   margin: 30px auto;
}
.container-1{
  padding: 30px auto;
}
.container-2{
  padding: 30px 0;
}
div#company {
    padding-top: 15px;
}
p{
    font-size: 16px;
    margin: 25px auto;
}
h1{
    font-size: 22px!important;
    margin: 50px auto;
    font-family: "Noto Sans JP", sans-serif;
}
h2{
    font-size: 22px;
    font-family: "Noto Sans JP", sans-serif;
    margin: 20px auto;
}
h3{
    font-size: 22px;
    font-family: "Noto Sans JP", sans-serif;
}
h1{
    font-size: 20px;
}
dl{
        width: 100%;
}
dt{
    width: 100%;
    margin: auto;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
}
dd{
    width: 100%;
    margin: auto;
    font-size: 14px;
    }
    th{
        font-family: "Noto Sans JP", sans-serif;
        font-size: 14px;
    }
    td{
        font-size: 14px;
    }
.sp-logo{
    max-height: 60px;
}
    
div#business {
    padding-top: 30px;
}
.main-img{
/*    width: 100vw;*/
    margin: auto;
    margin-top: 60px;
    background-image: url(../images/index/top-index-main_sp.jpg);
    background-size: cover;
    height: 55vh;
    background-position: center center;
}
.main-img-01{
/*    width: 100vw;*/
    margin: auto;
    background-image: url(../images/index/top-index-main01_sp.jpg);
    background-size: cover;
    height: 28vh;
    background-position: center center;
}    
.main-img-02{
/*    width: 100vw;*/
    margin: auto;
    background-image: url(../images/index/img010_sp.jpg);
    background-size: cover;
    height: 28vh;
    background-position: center center;
}
    .recruit-portal{
        top: 20%;
        padding: 10px 0;
    }
    .footer-cpr img{
        max-width: 130px;
    }
    .footer-cpr p {
    color: #707070;
    text-align: center;
    padding: 0;
    margin: 5px auto;
}
    .footer-cpr {
    margin-top: 30px;
}
    .address-box{
        width: 90%;
    }
}











