/*-- common --*/
body {
  font-family: 'Nunito Sans', sans-serif;
}

/*-- header --*/
header {
  text-align: center;
  padding:35px 0;
}
header h1 img {
  width:360px;
}
header button {
  border:none;
  outline: none;
}
header button:focus {
  outline: none;
}
header .drawer-menu {
  margin-top: 30px;
  position: relative;
}
header .drawer-toggle {
  background-color: rgba(255,255,255,1);
}
header .nav-sns {
  position: absolute;
  bottom:20px;
  text-align: center;
  width: 100%;
}
header .nav-sns a{
  color:#000;
  font-size:17px;
  padding:0 10px;
}
header .nav-sns a:hover {
  color:#aaa;
}

/*-- footer --*/
footer {
  margin-top: 80px;
  padding-top:30px;
  padding-bottom:5px;
  background-color: #000000;
  color:#ffffff;
  text-align: center;
}
footer h2 {
  margin-bottom: 25px;
}
footer h2 img {
  width:280px;
  color:#fff;
}
footer address {
  font-size:80%;
  line-height: 2em;
  margin-bottom: 30px;
}
footer .recruit {
  margin-bottom: 30px;
  font-size:90%;
}
footer .recruit p {
  margin-bottom: 10px;
}
.tel-btn {
  display: inline-block;
  background-color: #000000;
  padding:10px 30px;
  font-size:14px;
  color:#fff;
  border: 2px solid #fff;
  transition: all 0.3s ease;
}
.tel-btn:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}
.tel-btn:active {
  top: 2px;
}
footer .sns {
  margin-bottom: 30px;
}
footer .sns a {
  font-size:28px;
  color:#fff;
  margin:0 10px;
  transition: all 0.3s ease;
}
footer .sns a:hover {
  color:#999;
}
footer .cr {
  font-size:80%;
}



/*-- top --*/
#cover {
  margin-bottom: 80px;
}

#nav h2 {
  font-size:20px;
}
#nav .row div {
  text-align: center;
  margin-bottom: 20px;
}
#nav .row {
  padding:0 10%;
}
.black-btn {
  display: block;
  background-color: #000000;
  padding:10px;
  font-size:16px;
  color:#fff;
  border: 2px solid #000;
  transition: all 0.3s ease;
}
.black-btn:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}
.black-btn:active {
  top: 2px;
}

/*--- company ---*/
#company-info {
  padding-top:50px;
}
#company-info h2 {
  text-align: center;
  font-size:bold;
  font-size:28px;
  margin-bottom: 50px;
}
#company-info h2 span {
  font-size:50%;
  letter-spacing: 1em;
}
#company-info table {
  font-size:90%;
}
@media screen and (max-width: 640px) {
  #company-info table th,
  #company-info table td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
  #company-info table td {
    border-top:none;
    padding-top:0;
  }
  header h1 img {
    width:60%;
  }
}
/*--- contact ---*/
#contact-info {
  padding-top:50px;
}
#contact-info h2 {
  text-align: center;
  font-size:bold;
  font-size:38px;
  margin-bottom: 30px;
}
#contact-info h2 span {
  font-size:40%;
  letter-spacing: .2em;
}
#contact-info table {
  font-size:90%;
}
#contact-info .contact-note {
  text-align: center;
  margin-bottom: 30px;
}
#contact-info .contact-note h3 {
  font-size:100%;
  margin-bottom: 5px;
  font-weight: bold;
}
#contact-info .contact-note .tel-link {
  font-size:32px;
  color:#fff;
	display: inline-block;
	background: #000;
	padding: 10px 30px;
	margin: 10px 0 30px;
}
#contact-info .contact-note .tel-link:hover {
  color:#aaa;
  text-decoration: none;
  transition: all 0.3s ease;
}
.contact-form h4 {
  font-size:95%;
  margin-bottom: 6px;
}
.contact-form .input {
  width: 100%;
  padding: 15px;
  background:#f8f8f8;
  border:1px solid #000;
  margin-bottom:25px;
  color:#333 !important;
  font-size:13px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.contact-form .input:hover{
 border:1px solid #ddd;
}

.contact-form .input:focus{
 color: white;
 outline: none;
 border:1px solid #ddd;
}

input[type=checkbox] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
    font-size:95%;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #231815;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox01::after {
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    content: '';
    display: block;
    height: 10px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
    opacity: 1;
}
.privacy {
  height: 200px;
  overflow: scroll;
  background-color: #f2f2f2;
  padding:30px;
  scroll-behavior: smooth;
  overflow-y: visible;
  margin-bottom: 50px;
}
.privacy h3 {
  font-size:95%;
  font-weight: bold;
}
.privacy h4 {
  font-size:85%;
  font-weight:bold;
}
.privacy p {
  font-size:70%;
}
