@charset "utf-8";
.sec-recruit {display: none;}
.top_text {
  width: 90%;
  max-width: 1024px;
  margin: 40px auto;
}

/* [type="checkbox"] {
    padding: 0;
    display: inherit;
    margin-top: 3px;
    margin-right: 8px;
    transform: scale(1.2);
    height: 16px;
}
[type="checkbox"] {
    padding: 10px;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    accent-color: #1b81c0;
} */


/* 以下ページごと
============================================== */
.container {
  max-width: 1024px;
  width: 100%;
  margin: auto;
}

/* ページ固有
=========================================================
=========================================================
========================================================= */
.pagevisual {
  background: #000 url("../img/pagevisual.jpg")no-repeat center;
  background-size: cover;
}

/*タブレット（縦）*/
@media screen and (orientation: portrait) and (min-width: 768px){}

@media screen and (max-width: 767px) {
  
}
