a {
  text-decoration: none;
}
.secMainVisual.recruit {
	background: url(/assets/images/recruit/main_recruit.jpg) no-repeat;
	background-size: cover;
}
.requirements a {
  line-height: 1;
  border: solid 1px #B3B3B3;
  display: block;
  position: relative;
}
.requirements a .sub {
  line-height: 1;
}
.Interview__box {
  border: solid 1px #B3B3B3;
}
a.interviewMore {
  line-height: 1;
  display: block;
  position: relative;
}
a.interviewMore span {
  text-align: right;
  position: absolute;
}
.Interview__box .listInterview {
  background: url(/assets/images/recruit/thumb_logo.png);
  border-top: solid 1px #B3B3B3;
  display: flex;
  flex-wrap: wrap;
}
.Interview__box .listInterview li,
.Interview__box .listInterview li a .recruitThumbPic {
  overflow: hidden;
}
.Interview__box .listInterview li {
  position: relative;
}
.Interview__box .listInterview li a .recruitThumbPic img {
  display: block;
}
.Interview__box .listInterview li a .txt {
  width: 100%;
  margin: auto;
  background: rgba(0,0,0,.6);
  color: #fff;
  text-align: center;
  line-height: 1;
  position: absolute;
  bottom: -200px;
  left: 0;
  right: 0;
  transition: .4s;
}
.Interview__box .listInterview li a:hover .txt {
  bottom: 0;
}
.Interview__box .listInterview li a .txt .caption {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

@media screen and (max-width: 480px) {
.requirements a,
a.interviewMore {
  padding: 30px 50px 27px 25px;
  font-size: 23px;
}
.requirements a {
  margin-bottom: 25px;
}
.requirements a:after,
a.interviewMore:after {
  content: "";
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 28px;
  top: 0;
  bottom: 0;
}
.requirements a p,
a.interviewMore p {
  margin-bottom: 5px;
}
.requirements a .sub,
a.interviewMore p.sub {
  width: 260px;
  font-size: 14px;
  display: inline;
}
.Interview__box {
  margin-bottom: 95px;
}
.Interview__box .listInterview {
  background-size: calc(100% / 3);
}
.Interview__box .listInterview li,
.Interview__box .listInterview li:nth-child(3n) {
  width: calc(100% / 3);
  height: 30vw;
  height: calc(calc(100vw - 32px) / 3);
}
.Interview__box .listInterview li a .recruitThumbPic {
  width: 100%;
  height: calc(calc(100vw - 32px) / 3);
  position: relative;
}
.Interview__box .listInterview li a .recruitThumbPic img {
  width: 100%;
  min-width: 60vw !important;
  margin: auto;
  position: absolute;
  left: -13vw;
}
.Interview__box .listInterview li a .txt {
  display: none;
}
}

@media screen and (min-width: 481px) {
.requirements a,
a.interviewMore {
  padding: 60px;
  font-size: 36px;
}
.requirements a {
  margin-bottom: 40px;
}
.requirements a:after,
a.interviewMore:after {
  content: "";
  width: 16px;
  height: 16px;
  margin: auto;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 63px;
  top: 0;
  bottom: 0;
}
.requirements a .sub,
a.interviewMore p.sub {
  margin-top: 20px;
  font-size: 14px;
}
a.interviewMore p.sub {
  display: inline-block;
}
a.interviewMore span:after {
  content: "";
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 5px;
  right: -17px;
}
.Interview__box {
  margin-bottom: 210px;
}
.Interview__box .listInterview li,
.Interview__box .listInterview li a .recruitThumbPic {
  width: 341px;
  height: 341px;
}
.Interview__box .listInterview li:nth-child(3n) {
  width: 340px;
}
.Interview__box .listInterview li a .recruitThumbPic img {
  min-width: 553px !important;
  margin-left: -30%;
}
.Interview__box .listInterview li a .txt {
  padding: 35px;
  font-size: 24px;
}
.Interview__box .listInterview li a .txt .caption {
  width: 260px;
  margin-top: 13px;
  font-size: 14px;
}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
.requirements a,
a.interviewMore {
  padding: 60px 120px 60px 60px;
  font-size: 28px;
}
.requirements a .sub,
a.interviewMore p.sub {
  line-height: 1.6;
}
.Interview__box .listInterview li a .txt {
  font-size: 20px;
}
}

@media screen and (min-width: 481px) and (max-width: 1040px) {
.Interview__box .listInterview {
  background-size: calc(100% / 3);
}
.Interview__box .listInterview li,
.Interview__box .listInterview li:nth-child(3n) {
  width: calc(100% / 3);
  height: 31.5vw;
  height: calc(calc(100vw - 32px) / 3);
  overflow: hidden;
}
.Interview__box .listInterview li a .recruitThumbPic {
  width: 100%;
  height: calc(calc(100vw - 32px) / 3);
  position: relative;
}
.Interview__box .listInterview li a .recruitThumbPic img {
  width: 100%;
  min-width: 60vw !important;
  max-width: 553px !important;
  margin: auto;
  position: absolute;
  left: -13vw;
}
.Interview__box .listInterview li a .txt .caption {
  width: 100%;
  margin-top: 13px;
  font-size: 14px;
}
}
