a {
  text-decoration: none;
}
.ikuno .secMainVisual {
	background: url(/assets/images/recruit/main_ikuno.jpg) no-repeat;
	background-size: cover;
}
.sato .secMainVisual {
	background: url(/assets/images/recruit/main_sato.jpg) no-repeat;
	background-size: cover;
}
.yamaguchi .secMainVisual {
	background: url(/assets/images/recruit/main_yamaguchi.jpg) no-repeat;
	background-size: cover;
}
.yamazaki .secMainVisual {
	background: url(/assets/images/recruit/main_yamazaki.jpg) no-repeat;
	background-size: cover;
}
.lee .secMainVisual {
	background: url(/assets/images/recruit/main_lee.jpg) no-repeat;
	background-size: cover;
}
.interview__box .catch h1 {
  font-weight: normal;
}
.interview__box .catch .name__box {
  border-top: solid 1px #E6E6E6;
  border-bottom: solid 1px #E6E6E6;
  font-weight: bold;
}
.interview__box .catch .name__box span {
  font-weight: normal;
  display: block;
}
.interview__box .interview .pic {
  text-align: center;
  max-height: 92vw;
  margin: 60px auto;
}
.interview__box .interview .pic img {
  max-width: 100%;
  max-height: 92vw;
}
.interview__box .interview p {
  text-align: justify;
}
.interview__box .interview .question {
  font-weight: bold;
  text-indent: 5em;
  position: relative;
}
.interview__box .interview .question:before {
  content: "";
  width: 4.5em;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0.8em;
  display: block;
}
.interview__box .interview .answer span {
  font-weight: bold;
}
.interview__box .profile {
  width: 100%;
  border-top: solid 1px #E6E6E6;
  border-bottom: solid 1px #E6E6E6;
}
.interview__box .profile .ttl {
  text-align: center;
}
.interview__box .profile .detail__box .txt__box .name {
  font-weight: bold;
}
.interview__box .thumb__list {
  display: flex;
  flex-wrap: wrap;
}
.interview__box .thumb__list li .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.interview__box .thumb__list li .img img {
  width: 100%;
  max-width: auto;
  transform: scale(1);
}
.interview__box .thumb__list li .txt {
  width: 100%;
  display: inline;
  position: relative;
}
.interview__box .thumb__list li .txt:after,
.interview__box .requirements:after {
  content: "";
  margin: auto;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
}
.interview__box .requirements {
  line-height: 1;
  border: solid 1px #B3B3B3;
  position: relative;
}
.interview__box .requirements span {
  display: block;
}

@media screen and (max-width: 480px) {
.pc__view {
  display: none;
}
.sp__view {
  display: block;
}
.secMainVisual.recruit {
  padding-top: 20%;
  background-position: center;
}
.interview__box .catch h1 {
  margin: 45px auto 35px;
  font-size: 24px;
  line-height: 1.8;
}
.interview__box .catch .name__box {
  width: 100%;
  padding: 35px 20px;
  font-size: 20px;
}
.interview__box .catch .name__box span {
  margin-top: 10px;
  font-size: 13px;
}
.interview__box .interview {
  width: 100%;
  margin: 96px auto 0;
  padding-bottom: 35px;
  font-size: 14px;
  line-height: 1.8;
}
.interview__box .interview p {
  margin-bottom: 25px;
}
/*.interview__box .interview .pic {
  max-height: 92vw;
  margin: 60px auto;
}
.interview__box .interview .pic img {
  max-width: 100%;
  max-height: 92vw;
}*/
.interview__box .profile {
  width: 100%;
  padding: 60px 0;
  font-size: 13px;
}
.interview__box .profile .ttl {
  margin-bottom: 33px;
  font-size: 18px;
}
.interview__box .profile .detail__box {
  width: 100%;
  margin: 0 auto;
}
.interview__box .profile .detail__box img {
  width: 100%;
  max-width: 186px;
  height: auto;
  margin: 40px auto;
  display: block;
}
.interview__box .profile .detail__box .txt__box {
  width: 80vw;
  margin: 0 auto;
}
.interview__box .profile .detail__box .txt__box .name {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
}
.interview__box .profile .detail__box .txt__box .career {
  margin-bottom: 25px;
  text-align: center;
}
.interview__box .thumb__list {
  margin: 80px auto 0;
}
.interview__box .thumb__list li {
  width: 50%;
  margin-bottom: 40px;
}
.interview__box .thumb__list li .img {
  margin-bottom: 20px;
}
.interview__box .thumb__list li .img img {
  width: 100%;
  max-width: auto;
}
.interview__box .thumb__list li .txt {
  margin: 23px 0 30px;
  padding: 0 30px 0 10px;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.interview__box .thumb__list li .txt:after {
  content: "";
  width: 10px;
  height: 10px;
  right: 10px;
}
.interview__box .requirements {
  margin: 60px auto 100px;
  padding: 25px 25px 20px;
  font-size: 23px;
}
.interview__box .requirements span {
  margin-top: 10px;
  padding-right: 30px;
  font-size: 14px;
  line-height: 1.6;
}
.interview__box .requirements:after {
  content: "";
  width: 10px;
  height: 10px;
  right: 27px;
}
}

@media screen and (min-width: 481px) {
.pc__view {
  display: block;
}
.sp__view {
  display: none;
}
.sp__view {
  display: none;
}
.secMainVisual.recruit {
  padding-top: 7.1%;
}
.interview__box .catch {
  display: block;
}
.interview__box .catch h1,
.interview__box .catch .name__box {
  width: 100%;
  max-width: 680px;
  margin: 40px auto 0;
}
.interview__box .catch h1 {
  margin-top: 40px;
  font-size: 34px;
}
.interview__box .catch .name__box {
  padding: 44px 20px;
  font-size: 20px;
}
.interview__box .catch .name__box span {
  margin-top: 10px;
  font-size: 13px;
}
.interview__box .interview {
  width: 100%;
  max-width: 680px;
  margin: 115px auto 0;
  padding-bottom: 40px;
  font-size: 15px;
}
.interview__box .interview p {
  margin-bottom: 40px;
  text-align: justify;
}
.interview__box .interview .pic {
  margin: 60px auto;
}
.interview__box .interview .pic img {
  width: auto;
  max-width: 680px;
  height: auto;
  max-height: 680px;
}
.interview__box .profile {
  width: 100%;
  padding: 75px 0;
  font-size: 12px;
}
.interview__box .profile .ttl {
  margin-bottom: 33px;
  font-size: 15px;
}
.interview__box .profile .detail__box img {
  width: 160px;
  height: 160px;
  margin-right: 30px;
}
.interview__box .profile .detail__box {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.interview__box .profile .detail__box .txt__box {
  width: 490px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.interview__box .profile .detail__box .txt__box .name {
  margin-bottom: 15px;
  font-size: 15px;
}
.interview__box .profile .detail__box .txt__box .career {
  margin-bottom: 25px;
}
.interview__box .thumb__list {
  margin: 100px auto 20px;
}
.interview__box .thumb__list li {
  width: 256px;
  margin-bottom: 30px;
}
.interview__box .thumb__list li .img {
  margin-bottom: 25px;
}
.interview__box .thumb__list li .img img {
  transition: .4s;
}
.interview__box .thumb__list li:hover .img img {
  transform: scale(1.05);
}
.interview__box .thumb__list li .txt {
  width: 100%;
  margin: 25px 0 30px;
  padding: 1.5px 36px 0 15px;
  font-size: 15px;
}
.interview__box .thumb__list li .txt:after {
  content: "";
  width: 10px;
  height: 10px;
  right: 15px;
}
.interview__box .requirements {
  margin: 80px auto 100px;
  padding: 58px 60px;
  font-size: 36px;
}
.interview__box .requirements span {
  margin-top: 19px;
  font-size: 14px;
}
.interview__box .requirements:after {
  content: "";
  width: 16px;
  height: 16px;
  right: 63px;
}
}

@media screen and (min-width: 481px) and (max-width: 1040px) {
.interview__box .catch h1,
.interview__box .requirements {
  font-size: 28px;
}
.interview__box .catch .name__box {
  padding-right: 40px;
  padding-left: 40px;
}
.interview__box .catch .name__box {
  font-size: 20px;
}
.interview__box .interview .pic {
  text-align: center;
  max-height: 92vw;
  margin: 60px auto;
}
.interview__box .interview .pic img {
  max-width: 100%;
  max-height: 92vw;
}
.interview__box .profile .detail__box img {
  margin: 0 auto 40px;
  display: block;
}
.interview__box .profile .detail__box .txt__box {
  width: 100%;
  padding: 0 8%;
  justify-content: center;
}
.interview__box .profile .detail__box .txt__box .name,
.interview__box .profile .detail__box .txt__box .career {
  text-align: center;
}
.interview__box .thumb__list li {
  width: calc(100% / 3);
}
.interview__box .requirements {
  padding: 48px 40px;
}
.interview__box .requirements:after {
  right: 43px;
}
}

@media screen and (min-width: 1061px) {
.interview__box .catch {
  display: flex;
  justify-content: space-between;
}
.interview__box .catch h1 {
  flex-basis: 65%;
}
.interview__box .catch .name__box {
  padding: 44px 20px;
  font-size: 20px;
  flex-basis: 35%;
}
}
