#sec_pagettl {
  background: url(../img/recruit/mv_bg.jpg) no-repeat center center;
  background-size: cover;
  min-height: 400px;
}
#sec_pagettl .bg {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  max-width: 700px;
}

.cat span {
  width: 150px;
  height: 150px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1em;
}
.en .cat span {
  line-height: 1.3em;
}
.day {
  position: relative;
  padding: 150px 15px;
}
.day .dayTtl {
  width: 120px;
  height: 120px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.5em;
  left: 30px;
  top: 30px;
  position: absolute;
}
.en .aList{
  gap: 40px 0px;
  justify-content: space-evenly;
}

/*
===================================================
	tb
===================================================
*/
@media screen and (max-width: 1100px) {
}

/*
===================================================
	sp
===================================================
*/
@media screen and (max-width: 640px) {
  .cat span {
    display: block;
    width: auto;
    height: auto;
    background: #000;
    color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1em;
    padding: 10px;
  }
  .day {
    position: relative;
    padding: 50px 5px 15px;
  }
  .day .dayTtl {
    width: auto;
    height: auto;
    border-radius: 5px;
    font-size: 14px;
    left: 10px;
    top: 10px;
    padding: 5px 15px;
  }

  .en .aList{
    gap: 10px 0px;
    justify-content: space-between;
  }
}
