@charset "UTF-8";
/* CSS Document */
html {
  overflow-x: hidden
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden
}
li {
  list-style: none
}
a {
  text-decoration: none;
  color: inherit
}
dt,dd {
    margin: 0;
    padding: 0;
}
table, tbody, tr {
    display: block;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
@media screen and (max-width: 768px) {
.pc{
    display: none;
}
.sp{
    display: block;
}    
}
section{
    margin: 0 auto 5rem;    
}
.top-wrapper {
  position: relative;
  width: 100%;
  height: 600px;
    background: url("../img/top.jpg") center;
    z-index: 0;
}
.top-mask{
    background: linear-gradient(to right, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0) 100%);;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.top-ttl {
    position: absolute;
    top: 50%;
    left: 10vw;
    transform: translateY(-50%);
    z-index: 2;
    width: calc(100% - 10vw);    
}
.top-ttl h1, .top-ttl h2{
    color: #fff;
}
.top-ttl h1{
    font-size: 2.2rem;
}
.top-ttl h2{
    font-size: .8rem;
    width: 50%;
    font-weight: 400;
}
.top-ttl a{
    display: inline-block;
    background: #333;
    padding: 8px 30px;
    border-radius: 30px;
    color: #fff;
    margin-top: 0.67rem;
    filter: drop-shadow(0px 0px 2px #fff);
    transition: .3s;
}
.top-ttl a:active{
    transform: translateY(1px);
    filter: none;
}
.contents{
    position: relative;
    background: #f7f7f7;
    width: 100%;
    height: 100%;
    z-index: 0;
    padding: 50px 0;
}
.contents-inner{
    width: 96%;
    max-width: 900px;
}
.contents-inner h3{
    text-align: center;
    font-size: 1.75rem;
    padding: 10px 0;
    border-top: double 4px #000;
    border-bottom: double 4px #000;
}
.contents-inner h3 span{
    display: block;
    font-size: .9rem;
    color: #757575;
}
.img-wrap img{
    width: 100%;
}
#business{
    text-align: center;
}
#business p{
    width: 90%;
    font-size: 1.1rem;
    margin: 3rem auto 2rem;
}
#business .img-wrap{
    width: 90%;
    max-width: 500px;
    margin: auto;
}
#about .flex-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#about .img-wrap{
    width: 40%;
    max-width: 500px;
}
#about dl{
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 0;
    align-items: center;
}
#about dl dt{
    width: 25%;
    font-size: .9rem;
    color: #757575;
}
#about dl dd{
    width: 75%;
    line-height: 1
}
#recruit{
  width: 100%;
    background: url("../img/back01.jpg") center;
}
.white-mask{
    background: rgba(255,255,255,0.6) ;
    width: 100%;
    height: 100%;
}
#recruit .contents-inner{
    margin: auto;
    padding: 2rem 0 3.5rem;
}
#recruit .contents-inner h3{
    border: none;
    margin: 0 auto 1rem;
}
#recruit .img-wrap{
    width: 90%;
    max-width: 400px;
    margin: auto
}
#recruit p{
    text-align: center;
    margin-bottom: 2.5rem
}
#recruit a{
    display: table;
    background: #333;
    padding: 15px 30px;
    border-radius: 30px;
    color: #fff;
    margin-top: 0.67rem;
    filter: drop-shadow(0px 0px 2px #fff);
    transition: .3s;
    margin: auto
}
#recruit a:active{
    transform: translateY(1px);
    filter: none;
}
#news h3{
    margin-bottom: 4rem
}
table, tbody, tr {
    display: block;
}
#news table{
    width: 90%;
    margin: auto
}
#news table tr{
    border-bottom: 2px solid #D0D0D0
}
#news table td{
    padding: 8px 8px 10px
}
#news table td:first-child{
    font-weight: 700
}
#news a{
    text-decoration: underline;
    color: #0693e3;
}
#contact{
    width: 100%;
    background: url("../img/top.jpg") center;
}
#contact .contents-inner{
    margin: auto;
    padding: 2rem 0
}
#contact  h3{
    border: none;
    margin: 0 auto 3rem;
}
#contact a {
    display: table;
    background: #333;
    padding: 15px 50px;
    border-radius: 30px;
    color: #fff;
    margin-top: 0.67rem;
    filter: drop-shadow(0px 0px 2px #fff);
    transition: .3s;
    margin: auto;
}
#contact a:active{
    transform: translateY(1px);
    filter: none;
}
#contact p{
    display: table;
    margin: 1rem auto 2rem
}
.footer {
  width: 100%;
  height: 200px;
  position: relative;
  bottom: 0;
  background: #333;
  z-index: 10
}
.btm-link{
    position: absolute;
    left: 5px;
    top: 10px;
}
.btm-link a{
    display: block;
    color: #fff;
    transition: .3s;
    padding: 0 0 10px 10px
}
.btm-link a:hover, .btm-link a:active{
    opacity: .7
}
.copyright {
  color: #fff;
  position: absolute;
  bottom: 5px;
  right: 5px;
    font-size: .8rem
}
.another{
    padding: 50px 0;
}
#coc h3{
    border: none;
    margin: 1rem auto 5rem;
}
#coc h4{
    font-size: 1.3rem;
    margin: 2rem auto 1rem;
}
#coc p{
    padding: 10px 0 10px 1rem; 
}
#coc p span{
    display: block;
    padding: 10px 0 10px 1rem; 
}
.sdgs-icon img{
    width: 100px;
    padding: 5px;
}
#privacy h3{
    border: none;
    margin: 1rem auto 5rem;
}
#privacy h4{
    font-size: 1.3rem;
    margin: 2rem auto 1rem;
}
#privacy p{
    padding: 10px 0 10px 1rem; 
}
#privacy p span{
    display: block;
    padding: 10px 0 10px 1rem; 
}

@media screen and (max-width: 768px) {
.top-ttl h2 {
    font-size: 1rem;
    width: 75%;
    }
#about .img-wrap {
    width: 90%;
    margin: auto;
}
#about dl {
    width: 96%;
    margin: 3rem auto 0
    }
#about dl dt{
    padding: 10px 0
    }
    #recruit{
        height: 630px;
    }
#news table{
    width: 96%;
}    
#news table td{
    display: block;
    width: 100%;
    }
}
