@charset "UTF-8";
@media(max-width:960px){
/* -------------------------------------------
   general style
---------------------------------------------- */
.date-md{
  font-size: 1.6rem;
}
th{
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
td{
  display: block;
  width: 100%;
}
/*--- Typography ---*/
h3 {
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}
/*--- Decoration ---*/
.pc-none{
  display: block;
}
.sp-none{
  display: none;
}
.ttl-hr{
width: 100%;
}
.baloon-l::before,
.baloon-r::before{
  visibility: hidden;
}
/*--- Post ---*/
.postlink-btn{
  font-size: 1.1rem;
  padding: 0 5px;
}
.arrow-pre{
  margin: 0;
  width: 30px;
}
.arrow-next{
  margin: 0;
  width: 30px;
}
/* -------------------------------------------
   header
---------------------------------------------- */
.header-wrap{
  padding-bottom: 20px;
  top: 25%;
}
.header-logo{
  width: 50%;
}
.header-logo img{
  width: 100%;
}
.header-menu{
  margin: 0;
}
/* -----------------------------------
    hamburger
-------------------------------------- */
.hamburger-menu{
  visibility: visible;
}
.menu-btn {
  position: fixed;
  top: 19px;
  right: 10px;
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 4px;
  width: 31px;
  border-radius: 6px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #3584bb;
}
.menu-content ul {
  padding: 80px 10px 0;
}
.menu-content ul li a {
  display: block;
  width: 45%;
  font-size: 16px;
  color:#2a2a2a;
  text-decoration: none;
  padding: 30px 15px 30px 15px;
  position: relative;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #3584bb;
  transition: all 0.5s;/*アニメーション設定*/
}
.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}
.menu-content ul li img
{
  width: 100px;
  display: block;
  margin: 0 auto;
  padding-top: 30px;
}
.hamburger-logo img{
  width: auto;
  height: 40px;
  position: relative;
  top: 50px;
  display: block;
  margin: 50px auto 0;
}
/* -------------------------------------------
   main
---------------------------------------------- */
.wrap{
  width: calc(100% - 50px);
}
/*--- kv ---*/
.kv-ph{
  background-image: url(../images/top/sp_top.jpg);
}

.kv-txt-wrap{
  position: relative;
  text-align: center;
  top: 50vw;
  font-family: 'Times New Roman', Times, serif;
}
.kv-ttl{
  font-size: 5rem;
}
/*--- news ---*/
.news-area{
  padding: 30px 20px 30px;
}
/*--- waste ---*/
.waste-area{
  height: auto;
  padding-bottom: 30px;
}
.waste-list{
  display: block !important;
}
.waste-list li{
  width: 100%;
}
.waste-img-wrap{
  height: 300px;
}
.waste-txt-wrap{
  padding-top: 30px;
  padding-bottom: 10px;
  width: calc(100% - 50px);
}
.waste-txt-inner-txt{
  margin: 35px auto 20px;
  width: calc(100% - 20px);
}
/*--- recruit ---*/
.recruit-area{
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
}
.recruit-ttl-wrap{
  margin: 0 auto;
  width: calc(100% - 40px);
}
.recruit-list{
  display: block !important;
  margin-top: 0;
  width: calc(100% - 50px);
}
.recruit-list li{
  padding: 0 0 30px;
  width: 100%;
}
.recruit-list-txt{
  height: auto;
  margin-bottom: -20px;
  width: calc(100% - 20px);
}
.recruit-list-img-wrap{
  margin-bottom: 10px;
}
/*--- contact ---*/
.contact-area{
  padding-bottom: 5px;
}
.contact-list{
  display: block !important;
}
.contact-list li{
  width: 100%;
}
.recruit-list-img-wrap img{
  height: 200px;
  width: 200px;
}
.contact-txt-wrap{
  padding-top: 30px;
  width: calc(100% - 50px);
}
.contact-txt-inner-txt{
  width: calc(100% - 20px);
}
}