#mv .sec-inner {
  position: relative;
}
#mv .sec-inner::before {
  position: absolute;
  height: 100%;
  width: 280px;
  background: url(../img/recruit/mv-text.png) center left /contain no-repeat;
}
#mv .sec-img img {
  object-position: center right;
}

#_message {
  padding-top: 27px;
  padding-bottom: 87px;
}
#_message .sec-box {
  background: url(../img/recruit/message-bg.png) center /contain no-repeat;
  padding: 78px 0;
}
#_message .sec-box .title {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.71;
  text-align: center;
  padding-bottom: 32px;
  margin-bottom: 32px;
  position: relative;
}
#_message .sec-box .title::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  background: var(--c-accent);
  border-radius: 1px;
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
}
#_message .sec-box .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 2.25;
  text-align: center;
}
/* TAB */
@media screen and (max-width: 1024px) {
  #_message {
    padding-top: 22px;
    padding-bottom: 65px;
  }
  #_message .sec-box {
    padding: 62px 0;
  }
  #_message .sec-box .title {
    font-size: 24px;
    padding-bottom: 27px;
    margin-bottom: 27px;
  }
  #_message .sec-box .title::before {
    width: 67px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #_message {
    padding-top: 17px;
    padding-bottom: 50px;
  }
  #_message .sec-box {
    padding: 46px 0;
  }
  #_message .sec-box .title {
    font-size: 18px;
    padding-bottom: 22px;
    margin-bottom: 22px;
  }
  #_message .sec-box .title::before {
    width: 56px;
  }
}

#_interview {
  background: #F9F9F9;
  padding-top: 120px;
  padding-bottom: 48px;
}
#_interview .sec-title {
  text-align: center;
  margin-bottom: 48px;
}
#_interview .sec-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
#_interview .sec-box .item {
 border-radius: 16px;
 background: #fff;
}
#_interview .sec-box .image {
  aspect-ratio: 546/250;
}
#_interview .sec-box .image img {
  border-radius: 16px 16px 0 0;
}
#_interview .sec-box .texts {
  padding: 24px 24px 32px;
}
#_interview .sec-box .top {
  position: relative;
  padding-left: 16px;
  margin-bottom: 32px;
}
#_interview .sec-box .top::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 59px;
  top: -4px;
  left: 0;
  background: var(--c-accent);
}
#_interview .sec-box .name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.21;
  color: #6B7280;
  margin-bottom: 4px;
}
#_interview .sec-box .title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.22;
}
#_interview .sec-box .text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.57;
}
/* TAB */
@media screen and (max-width: 1024px) {
  #_interview {
    padding-top: 95px;
    padding-bottom: 40px;
  }
  #_interview .sec-title {
    margin-bottom: 40px;
  }
  #_interview .sec-box {
    gap: 32px;
  }
  #_interview .sec-box .item {
  border-radius: 13px;
  }
  #_interview .sec-box .image img {
    border-radius: 13px 13px 0 0;
  }
  #_interview .sec-box .texts {
    padding: 20px 20px 26px;
  }
  #_interview .sec-box .top {
    padding-left: 13px;
    margin-bottom: 27px;
  }
  #_interview .sec-box .top::before {
    height: 50px;
  }
  #_interview .sec-box .name {
    font-size: 13px;
  }
  #_interview .sec-box .title {
    font-size: 17px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #_interview {
    padding-top: 70px;
    padding-bottom: 33px;
  }
  #_interview .sec-title {
    margin-bottom: 33px;
  }
  #_interview .sec-box {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  #_interview .sec-box .item {
  border-radius: 11px;
  }
  #_interview .sec-box .image img {
    border-radius: 11px 11px 0 0;
  }
  #_interview .sec-box .texts {
    padding: 16px 16px 20px;
  }
  #_interview .sec-box .top {
    padding-left: 11px;
    margin-bottom: 22px;
  }
  #_interview .sec-box .top::before {
    height: 40px;
  }
  #_interview .sec-box .name {
    font-size: 12px;
  }
  #_interview .sec-box .title {
    font-size: 16px;
  }
}

#_benefits {
  background: #F5F5F7;
  padding-top: 120px;
  padding-bottom: 130px;
}
#_benefits .sec-title {
  text-align: center;
  margin-bottom: 48px;
}
#_benefits .sec-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 44px 16px;
}
#_benefits .sec-list .item {
  margin: 0 auto;
  text-align: center;
  max-width: 212px;
  width: 100%;
}
#_benefits .sec-list .image {
  background: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  position: relative;
  padding: 16px;
  max-width: 150px;
  width: 100%;
  margin: 0 auto 16px;
}
#_benefits .sec-list .image img {
  position: absolute;
  max-width: 69px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#_benefits .sec-list .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 8px;
}
#_benefits .sec-list .note {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
/* TAB */
@media screen and (max-width: 1024px) {
  #_benefits {
    padding-top: 95px;
    padding-bottom: 100px;
  }
  #_benefits .sec-title {
    margin-bottom: 41px;
  }
  #_benefits .sec-list {
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: 37px 16px;
  }
  #_benefits .sec-list .image {
    max-width: 145px;
    margin-bottom: 14px;
  }
  #_benefits .sec-list .title {
    font-size: 15px;
    margin-bottom: 7px;
  }
  #_benefits .sec-list .note {
    font-size: 13px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #_benefits {
    padding-top: 70px;
    padding-bottom: 75px;
  }
  #_benefits .sec-title {
    margin-bottom: 35px;
  }
  #_benefits .sec-list {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 30px 16px;
  }
  #_benefits .sec-list .image {
    max-width: 140px;
    margin-bottom: 12px;
  }
  #_benefits .sec-list .title {
    font-size: 14px;
    margin-bottom: 6px;
  }
  #_benefits .sec-list .note {
    font-size: 12px;
  }
}

#_description {
  padding-top: 120px;
  padding-bottom: 120px;
}
#_description .sec-title {
  text-align: center;
  margin-bottom: 48px;
}
#_description .sec-tab {
  display: flex;
  gap: 9px;
  margin-bottom: 24px;
  justify-content: center;
}
#_description .sec-tab .btn {
/*   width: 100%; */
  width: 25%;
  display: inline-block;
  border-radius: 8px;
  border: 2px solid var(--c-main);
  font-size: 16px;
  letter-spacing: .05em;
/*   padding: 20px 16px; */
  padding: 8px 16px;
  text-align: center;
}
#_description .sec-tab .btn.current {
  background: var(--c-main);
  color: #fff;
  font-weight: 700;
  pointer-events: none;
}
#_description .sec-list {
  margin-bottom: 130px;
	font-weight: 400;
}
/* TAB */
@media screen and (max-width: 1024px) {
  #_description {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  #_description .sec-title {
    margin-bottom: 41px;
  }
  #_description .sec-tab {
    gap: 7px;
    margin-bottom: 20px;
  }
  #_description .sec-tab .btn {
    font-size: 17px;
    padding: 17px 16px;
  }
  #_description .sec-list {
    margin-bottom: 100px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  #_description {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #_description .sec-title {
    margin-bottom: 35px;
  }
  #_description .sec-tab {
    gap: 5px;
    margin-bottom: 16px;
  }
  #_description .sec-tab .btn {
    font-size: 14px;
    padding: 5px 4px;
	width: 100%;
	color: #000;
  }
  #_description .sec-list {
    margin-bottom: 75px;
  }
}