.recruit-page__main-visual .main-visual {
  position: relative;
}
.recruit-page__main-visual .main-visual__image img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}
.recruit-page__main-visual .main-visual__wrapper {
  position: absolute;
  bottom: 56px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .recruit-page__main-visual .main-visual__wrapper {
    padding-inline: 5rem;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
  }
}
@media screen and (min-width: 992px) {
  .recruit-page__main-visual .main-visual__wrapper {
    padding-inline: 5rem;
  }
}
.recruit-page__main-visual .main-visual__text {
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  color: #ffffff;
  padding-inline: 16px;
}
@media screen and (min-width: 544px) {
  .recruit-page__main-visual .main-visual__text {
    font-size: 40px;
    line-height: 70px;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page__main-visual .main-visual__text {
    text-align: left;
  }
}
.recruit-page__menu {
  padding: 16px;
  padding-top: 0;
  border-bottom: 1px solid #a0a0a0;
}
@media screen and (min-width: 768px) {
  .recruit-page__menu {
    padding-inline: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .recruit-page__menu {
    padding-inline: 10rem;
  }
}
.recruit-page__menu .menu__list {
  display: flex;
  gap: 16px 12px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .recruit-page__menu .menu__list {
    gap: 16px 24px;
  }
}
@media (min-width: 452px) and (max-width: 615px) {
  .recruit-page__menu .menu__list {
    justify-content: flex-start;
    gap: 16px 24px;
  }
}
.recruit-page__menu .menu__item a {
  display: flex;
  gap: 8px;
  align-items: center;
}
.recruit-page__menu .menu__text {
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  color: #121212;
}
@media screen and (min-width: 768px) {
  .recruit-page__menu .menu__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.recruit-page__menu .menu__triangle {
  line-height: 1;
  transform: rotate(90deg);
}
.recruit-page__message {
  padding-inline: 16px;
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  .recruit-page__message {
    padding-top: 56px;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page__message-wrapper {
    max-width: 1136px;
    width: 100%;
    margin: auto;
  }
}
.recruit-page__message-wrapper .message-title {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
}
.recruit-page__message-wrapper .message-title__main {
  background: linear-gradient(228.22deg, #077d8d 2.95%, #72c4ad 91.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 10%;
}
@media screen and (min-width: 768px) {
  .recruit-page__message-wrapper .message-title__main {
    font-size: 60px;
    line-height: 100%;
  }
}
.recruit-page__message-wrapper .message-title__sub {
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  padding-top: 5px;
  color: #077d8d;
  display: flex;
}
@media screen and (min-width: 768px) {
  .recruit-page__message-wrapper .message-title__sub {
    font-size: 14px;
    line-height: 14px;
  }
}
.recruit-page__message-wrapper .message-title__sub::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background-color: #077d8d;
  transform: rotate(130deg);
}
@media screen and (min-width: 768px) {
  .recruit-page__message-wrapper .message-title__sub::before {
    width: 32px;
  }
}
.recruit-page__message-wrapper .message-title__sub span {
  margin-left: -5px;
  margin-right: 5px;
}
.recruit-page__message-wrapper .message-title__outer {
  text-align: center;
}
.recruit-page__message-wrapper .message-content {
  display: flex;
  gap: 12px;
  flex-direction: column;
  padding-top: 21px;
}
@media screen and (min-width: 992px) {
  .recruit-page__message-wrapper .message-content {
    gap: 17px;
    flex-direction: row;
    padding-top: 24px;
  }
}
.recruit-page__message-wrapper .message-content__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #121212;
}
@media screen and (min-width: 768px) {
  .recruit-page__message-wrapper .message-content__text {
    font-size: 16px;
    line-height: 28px;
  }
}
.recruit-page__message-wrapper .message-content__text-title {
  padding-bottom: 12px;
  font-weight: 600;
  font-size: 28px;
  line-height: 48px;
  color: #077d8d;
}
@media screen and (min-width: 768px) {
  .recruit-page__message-wrapper .message-content__text-title {
    padding-bottom: 24px;
    font-size: 32px;
    line-height: 56px;
  }
}
.recruit-page__message-wrapper .message-content__text-list {
  padding: 16px 18px;
  display: flex;
  gap: 13px;
  flex-direction: column;
  display: inline-flex;
}
@media screen and (min-width: 768px) {
  .recruit-page__message-wrapper .message-content__text-list {
    padding: 20px 0;
  }
}
.recruit-page__message-wrapper .message-content__text-list.c-marker-heading {
  margin-bottom: 0;
}
.recruit-page__message-wrapper .message-content__text-item {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  padding: 8px 16px;
  background: linear-gradient(252.67deg, #077d8d 10.04%, #72c4ad 81.82%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
@media screen and (min-width: 768px) {
  .recruit-page__message-wrapper .message-content__text-item {
    font-size: 20px;
    line-height: 34px;
  }
}
.recruit-page__message-wrapper .message-content__image {
  display: flex;
  gap: 0;
  flex-direction: column;
  align-items: center;
}
.recruit-page__message-wrapper .message-content__image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.recruit-page__numbers {
  padding-inline: 16px;
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  .recruit-page__numbers {
    padding-top: 64px;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page__numbers-wrapper {
    max-width: 1136px;
    width: 100%;
    margin: auto;
  }
}
.recruit-page__numbers-wrapper .numbers-title__main, .recruit-page__numbers-wrapper .numbers-title__sub {
  text-align: center;
  display: block;
}
.recruit-page__numbers-wrapper .numbers-title__main {
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  color: #077d8d;
}
@media screen and (min-width: 768px) {
  .recruit-page__numbers-wrapper .numbers-title__main {
    font-size: 32px;
    line-height: 56px;
  }
}
.recruit-page__numbers-wrapper .numbers-title__sub {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #72c4ad;
}
@media screen and (min-width: 768px) {
  .recruit-page__numbers-wrapper .numbers-title__sub {
    font-size: 22px;
    line-height: 32px;
  }
}
.recruit-page__numbers-wrapper .numbers-content {
  padding-top: 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 992px) {
  .recruit-page__numbers-wrapper .numbers-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .recruit-page__numbers-wrapper .numbers-content {
    padding-top: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.recruit-page__numbers-wrapper .numbers-content__item {
  border: 1px solid #72c4ad;
  padding: 10px;
  display: flex;
  gap: 24px;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .recruit-page__numbers-wrapper .numbers-content__item {
    padding: 20px;
    gap: 0;
  }
}
.recruit-page__numbers-wrapper .numbers-content__item:nth-child(11) .numbers-content__bottom, .recruit-page__numbers-wrapper .numbers-content__item:nth-child(12) .numbers-content__bottom {
  margin-top: -8px;
}
@media screen and (min-width: 768px) {
  .recruit-page__numbers-wrapper .numbers-content__item:nth-child(11) .numbers-content__bottom, .recruit-page__numbers-wrapper .numbers-content__item:nth-child(12) .numbers-content__bottom, .recruit-page__numbers-wrapper .numbers-content__item:nth-child(13) .numbers-content__bottom {
    margin-top: -26px;
  }
}
.recruit-page__numbers-wrapper .numbers-content__top {
  display: flex;
  gap: 6px;
  flex-direction: column;
  justify-content: space-between;
  flex-direction: row;
}
.recruit-page__numbers-wrapper .numbers-content__label {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #077d8d;
}
@media screen and (min-width: 768px) {
  .recruit-page__numbers-wrapper .numbers-content__label {
    font-size: 20px;
    line-height: 34px;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page__numbers-wrapper .numbers-content__label .br-sm {
    display: none;
  }
}
.recruit-page__numbers-wrapper .numbers-content__image {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .recruit-page__numbers-wrapper .numbers-content__image {
    margin-top: -8px;
    margin-right: -8px;
  }
}
.recruit-page__numbers-wrapper .numbers-content__image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.recruit-page__numbers-wrapper .numbers-content__bottom {
  display: flex;
  gap: 8px;
  flex-direction: column;
  flex-direction: row;
  align-items: flex-end;
  color: #077d8d;
}
@media screen and (min-width: 768px) {
  .recruit-page__numbers-wrapper .numbers-content__bottom {
    margin-top: -8px;
  }
}
.recruit-page__numbers-wrapper .numbers-content__num, .recruit-page__numbers-wrapper .numbers-content__unit {
  font-weight: 600;
  line-height: 100%;
}
.recruit-page__numbers-wrapper .numbers-content__num {
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .recruit-page__numbers-wrapper .numbers-content__num {
    font-size: 64px;
  }
}
.recruit-page__numbers-wrapper .numbers-content__unit {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .recruit-page__numbers-wrapper .numbers-content__unit {
    font-size: 24px;
  }
}
.recruit-page__numbers-wrapper .numbers-content__group {
  display: flex;
  gap: 9px;
  flex-direction: column;
  flex-direction: row;
}
@media screen and (min-width: 768px) {
  .recruit-page__numbers-wrapper .numbers-content__group {
    gap: 16px;
  }
}
.recruit-page__numbers-wrapper .numbers-content__col {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .recruit-page__numbers-wrapper .numbers-content__col {
    gap: 2px;
  }
}
.recruit-page__numbers-wrapper .numbers-content__header {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .recruit-page__numbers-wrapper .numbers-content__header {
    font-size: 14px;
    line-height: 24px;
  }
}
.recruit-page__numbers-wrapper .numbers-content__num-unit {
  display: flex;
  gap: 4px;
  flex-direction: column;
  flex-direction: row;
  font-weight: 600;
  line-height: 100%;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .recruit-page__numbers-wrapper .numbers-content__num-unit {
    gap: 8px;
  }
}
.recruit-page__numbers-wrapper .numbers-content__num-unit .numbers-content__num {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .recruit-page__numbers-wrapper .numbers-content__num-unit .numbers-content__num {
    font-size: 56px;
  }
}
.recruit-page__numbers-wrapper .numbers-content__num-unit .numbers-content__unit {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .recruit-page__numbers-wrapper .numbers-content__num-unit .numbers-content__unit {
    font-size: 24px;
  }
}
.recruit-page__numbers-wrapper .numbers-remark {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .recruit-page__numbers-wrapper .numbers-remark {
    text-align: center;
  }
}
.recruit-page__interviews {
  padding: 32px 16px;
  background-image: url(../../img/v2/recruit/interview-bg-sm.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .recruit-page__interviews {
    background-image: url(../../img/v2/recruit/interview-bg.jpg);
    margin-top: 48px;
    padding-top: 56px;
    padding-bottom: 80px;
  }
}
.recruit-page__interviews-wrapper {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recruit-page__interviews-wrapper {
    max-width: 1136px;
    width: 100%;
    margin: auto;
  }
}
.recruit-page__interviews-wrapper .interviews-title {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
}
.recruit-page__interviews-wrapper .interviews-title__main {
  background: linear-gradient(228.22deg, #077d8d 2.95%, #72c4ad 91.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 10%;
}
@media screen and (min-width: 768px) {
  .recruit-page__interviews-wrapper .interviews-title__main {
    font-size: 60px;
    line-height: 100%;
  }
}
.recruit-page__interviews-wrapper .interviews-title__sub {
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  padding-top: 5px;
  color: #077d8d;
  display: flex;
}
@media screen and (min-width: 768px) {
  .recruit-page__interviews-wrapper .interviews-title__sub {
    font-size: 14px;
    line-height: 14px;
  }
}
.recruit-page__interviews-wrapper .interviews-title__sub::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background-color: #077d8d;
  transform: rotate(130deg);
}
@media screen and (min-width: 768px) {
  .recruit-page__interviews-wrapper .interviews-title__sub::before {
    width: 32px;
  }
}
.recruit-page__interviews-wrapper .interviews-title__sub span {
  margin-left: -5px;
  margin-right: 5px;
}
.recruit-page__interviews-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding-top: 20.55px;
}
@media screen and (min-width: 768px) {
  .recruit-page__interviews-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .recruit-page__interviews-list {
    padding-top: 24.49px;
  }
}
.recruit-page__interview {
  background-color: #ffffff;
  display: flex;
  gap: 0;
  flex-direction: column;
}
.recruit-page__interview-image {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
.recruit-page__interview-image img {
  max-width: 100%;
  height: auto;
  display: block;
  height: 100%;
  object-fit: cover;
}
.recruit-page__interview-department {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #ffffff;
  background: linear-gradient(228.22deg, #077d8d 2.95%, #72c4ad 91.98%);
  padding: 4px 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
.recruit-page__interview-meta {
  padding: 20px;
  text-align: left;
  flex: 1;
  display: flex;
  gap: 0;
  flex-direction: column;
}
.recruit-page__interview-voice {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (min-width: 768px) {
  .recruit-page__interview-voice {
    font-size: 18px;
    line-height: 32px;
  }
}
.recruit-page__interview-meta-info {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .recruit-page__interview-meta-info {
    margin-bottom: 24px;
  }
}
.recruit-page__interview-meta-info .meta-info {
  padding-top: 16px;
  display: flex;
  gap: 16px;
  flex-direction: column;
  flex-direction: row;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .recruit-page__interview-meta-info .meta-info {
    padding-top: 20px;
  }
}
.recruit-page__interview-meta-info .meta-info__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  .recruit-page__interview-meta-info .meta-info__name {
    font-size: 20px;
    line-height: 34px;
  }
}
.recruit-page__interview-meta-info .meta-info__year-department {
  font-weight: 300;
  font-size: 12px;
  line-height: 21px;
}
@media screen and (min-width: 768px) {
  .recruit-page__interview-meta-info .meta-info__year-department {
    font-size: 14px;
    line-height: 24px;
  }
}
.recruit-page__interview-meta-info .meta-info__space {
  width: 4px;
  display: inline-block;
}
.recruit-page__interview-link {
  margin-top: 20px;
  background: linear-gradient(228.22deg, #077d8d 2.95%, #72c4ad 91.98%);
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  display: flex;
  gap: 16px;
  flex-direction: column;
  padding: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}
.recruit-page__works {
  padding: 32px 16px;
}
@media screen and (min-width: 768px) {
  .recruit-page__works {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.recruit-page__works-wrapper {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recruit-page__works-wrapper {
    max-width: 1136px;
    width: 100%;
    margin: auto;
  }
}
.recruit-page__works-wrapper .works-title {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 20.55px;
}
.recruit-page__works-wrapper .works-title__main {
  background: linear-gradient(228.22deg, #077d8d 2.95%, #72c4ad 91.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 10%;
}
@media screen and (min-width: 768px) {
  .recruit-page__works-wrapper .works-title__main {
    font-size: 60px;
    line-height: 100%;
  }
}
.recruit-page__works-wrapper .works-title__sub {
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  padding-top: 5px;
  color: #077d8d;
  display: flex;
}
@media screen and (min-width: 768px) {
  .recruit-page__works-wrapper .works-title__sub {
    font-size: 14px;
    line-height: 14px;
  }
}
.recruit-page__works-wrapper .works-title__sub::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background-color: #077d8d;
  transform: rotate(130deg);
}
@media screen and (min-width: 768px) {
  .recruit-page__works-wrapper .works-title__sub::before {
    width: 32px;
  }
}
.recruit-page__works-wrapper .works-title__sub span {
  margin-left: -5px;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .recruit-page__works-wrapper .works-title {
    padding-bottom: 24.49px;
  }
}
.recruit-page__work {
  text-align: left;
}
.recruit-page__work[id] {
  scroll-margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .recruit-page__work[id] {
    scroll-margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page__work-header {
    position: relative;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page__work-image--sp {
    display: none;
  }
}
.recruit-page__work-image--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .recruit-page__work-image--pc {
    display: block;
  }
}
.recruit-page__work-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.recruit-page__work-text {
  margin-inline: 10px;
  margin-top: -32px;
  background-color: #ffffff;
  padding: 24px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .recruit-page__work-text {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    background-color: transparent;
    padding: 0;
  }
}
.recruit-page__work-text .work-text__attractiveness {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  .recruit-page__work-text .work-text__attractiveness {
    font-size: 24px;
    line-height: 42px;
  }
}
.recruit-page__work-text .work-text__info {
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: center;
  flex-direction: row;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .recruit-page__work-text .work-text__info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.recruit-page__work-text .work-text__department {
  background: linear-gradient(228.22deg, #077d8d 2.95%, #72c4ad 91.98%);
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  padding: 4px 8px;
}
@media screen and (min-width: 768px) {
  .recruit-page__work-text .work-text__department {
    font-size: 18px;
    line-height: 32px;
  }
}
.recruit-page__work-text .work-text__other {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .recruit-page__work-text .work-text__other {
    font-size: 18px;
    line-height: 32px;
  }
}
.recruit-page__work-text .work-text__other span {
  font-size: 12px;
  line-height: 21px;
}
@media screen and (min-width: 768px) {
  .recruit-page__work-text .work-text__other span {
    font-size: 14px;
    line-height: 24px;
  }
}
.recruit-page__my-work, .recruit-page__workplace, .recruit-page__daily-schedule {
  margin-bottom: 32px;
}
.recruit-page__my-work-title, .recruit-page__workplace-title, .recruit-page__daily-schedule-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  padding-left: 20px;
  background: linear-gradient(228.22deg, #077d8d 2.95%, #72c4ad 91.98%);
}
@media screen and (min-width: 768px) {
  .recruit-page__my-work-title, .recruit-page__workplace-title, .recruit-page__daily-schedule-title {
    font-size: 18px;
    line-height: 32px;
  }
}
.recruit-page__my-work-content, .recruit-page__workplace-content {
  display: flex;
  gap: 8px;
  flex-direction: column;
  padding-top: 16px;
}
@media screen and (min-width: 768px) {
  .recruit-page__my-work-content, .recruit-page__workplace-content {
    gap: 24px;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page__my-work-content--reverse, .recruit-page__workplace-content--reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page__my-work-image, .recruit-page__workplace-image {
    flex-shrink: 0;
  }
}
.recruit-page__my-work-image img, .recruit-page__workplace-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.recruit-page__my-work-text, .recruit-page__workplace-text {
  font-weight: 300;
  line-height: 28px;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .recruit-page__my-work-text, .recruit-page__workplace-text {
    font-size: 16px;
  }
}
.recruit-page__daily-schedule-list {
  padding-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media screen and (min-width: 544px) {
  .recruit-page__daily-schedule-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .recruit-page__daily-schedule-list {
    padding-inline: 24px;
    gap: 13px;
  }
}
@media screen and (min-width: 992px) {
  .recruit-page__daily-schedule-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 13px;
    gap: 24px 13px;
  }
}
@media screen and (min-width: 992px) and (min-width: 768px) {
  .recruit-page__daily-schedule-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
.recruit-page__daily-schedule-item .daily-schedule-item {
  display: flex;
  gap: 8px;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 544px) {
  .recruit-page__daily-schedule-item .daily-schedule-item {
    gap: 13px;
    flex-direction: row;
  }
}
.recruit-page__daily-schedule-item .daily-schedule-item__box {
  background-color: #e4fff7;
  flex: 1;
}
.recruit-page__daily-schedule-item .daily-schedule-item__box .hour {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  padding-left: 20px;
  background: linear-gradient(228.22deg, #077d8d 2.95%, #72c4ad 91.98%);
  padding: 0;
  font-weight: 300;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  .recruit-page__daily-schedule-item .daily-schedule-item__box .hour {
    font-size: 18px;
    line-height: 32px;
  }
}
.recruit-page__daily-schedule-item .daily-schedule-item__box-bottom {
  padding: 4px 8px;
}
.recruit-page__daily-schedule-item .daily-schedule-item__box-bottom .activity-title {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #077d8d;
  padding-bottom: 8px;
  border-bottom: 1px solid #077d8d;
}
.recruit-page__daily-schedule-item .daily-schedule-item__box-bottom .activity-description {
  padding-top: 8px;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #121212;
}
.recruit-page__daily-schedule-item .daily-schedule-item .triangle {
  align-self: center;
  line-height: 1;
  transform: rotate(90deg);
}
@media screen and (min-width: 544px) {
  .recruit-page__daily-schedule-item .daily-schedule-item .triangle {
    transform: rotate(0deg);
  }
}
.recruit-page__daily-schedule-item .daily-schedule-item .triangle--hidden {
  visibility: hidden;
  height: 0;
}
.recruit-page__message-for-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  padding-left: 20px;
  background: linear-gradient(228.22deg, #077d8d 2.95%, #72c4ad 91.98%);
}
@media screen and (min-width: 768px) {
  .recruit-page__message-for-title {
    font-size: 18px;
    line-height: 32px;
  }
}
.recruit-page__message-for-text {
  padding-top: 16px;
}
.recruit-page__divider {
  height: 1px;
  width: 100%;
  background-color: #077d8d;
  margin-block: 24px;
}
@media screen and (min-width: 768px) {
  .recruit-page__divider {
    margin-block: 40px;
  }
}
.recruit-page__special {
  padding: 32px 16px;
  background-image: url(../../img/v2/recruit/special-bg-sm.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .recruit-page__special {
    background-image: url(../../img/v2/recruit/special-bg.jpg);
    padding-top: 56px;
    padding-bottom: 80px;
  }
}
.recruit-page__special-wrapper {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recruit-page__special-wrapper {
    max-width: 1136px;
    width: 100%;
    margin: auto;
  }
}
.recruit-page__special-wrapper .special-title {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
}
.recruit-page__special-wrapper .special-title__main {
  background: linear-gradient(228.22deg, #077d8d 2.95%, #72c4ad 91.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 10%;
}
@media screen and (min-width: 768px) {
  .recruit-page__special-wrapper .special-title__main {
    font-size: 60px;
    line-height: 100%;
  }
}
.recruit-page__special-wrapper .special-title__sub {
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  padding-top: 5px;
  color: #077d8d;
  display: flex;
}
@media screen and (min-width: 768px) {
  .recruit-page__special-wrapper .special-title__sub {
    font-size: 14px;
    line-height: 14px;
  }
}
.recruit-page__special-wrapper .special-title__sub::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background-color: #077d8d;
  transform: rotate(130deg);
}
@media screen and (min-width: 768px) {
  .recruit-page__special-wrapper .special-title__sub::before {
    width: 32px;
  }
}
.recruit-page__special-wrapper .special-title__sub span {
  margin-left: -5px;
  margin-right: 5px;
}
.recruit-page__special-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding-top: 20.55px;
}
@media screen and (min-width: 768px) {
  .recruit-page__special-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .recruit-page__special-list {
    padding-top: 24.49px;
  }
}
@media screen and (min-width: 1236px) {
  .recruit-page__special-list {
    gap: 40px;
  }
}
.recruit-page__special-list .benefits {
  position: relative;
  overflow: hidden;
  border-radius: 10.47px;
}
@media screen and (min-width: 768px) {
  .recruit-page__special-list .benefits {
    border-radius: 16px;
  }
}
.recruit-page__special-list .benefits__img img {
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}
.recruit-page__special-list .benefits__text {
  padding-left: 12.44px;
  padding-right: 40.89px;
}
@media screen and (min-width: 768px) {
  .recruit-page__special-list .benefits__text {
    padding-left: 19px;
    padding-right: 63px;
  }
}
.recruit-page__special-list .benefits__text-outer {
  position: absolute;
  background: linear-gradient(270deg, rgba(59, 145, 211, 0) 0%, #3b91d3 100%);
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.recruit-page__special-list .benefits__text-sub {
  font-weight: 600;
  font-size: 11.78px;
  line-height: 20.94px;
  color: #2b3f7f;
}
@media screen and (min-width: 768px) {
  .recruit-page__special-list .benefits__text-sub {
    font-size: 18px;
    line-height: 32px;
  }
}
.recruit-page__special-list .benefits__text-main {
  font-weight: 600;
  font-size: 31.41px;
  line-height: 54.98px;
  color: #ffffff;
  margin-top: -5px;
}
@media screen and (min-width: 768px) {
  .recruit-page__special-list .benefits__text-main {
    margin-top: -9px;
    font-size: 48px;
    line-height: 84px;
  }
}
.recruit-page__special-list .sns {
  background: linear-gradient(135deg, #6821f5 14.13%, #eb475c 86.96%);
  padding: 24px 17.67px 24px 30.11px;
  display: flex;
  gap: 18.33px;
  flex-direction: column;
  flex-direction: row;
  border-radius: 10.47px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .recruit-page__special-list .sns {
    padding: 5px 10px;
    height: 100%;
  }
}
@media screen and (min-width: 1236px) {
  .recruit-page__special-list .sns {
    padding: 37px;
  }
}
.recruit-page__special-list .sns__img i {
  font-family: Font Awesome 5 Brands;
  font-weight: 400;
  font-size: 65.45px;
  line-height: 65.45px;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .recruit-page__special-list .sns__img i {
    font-size: 100px;
    line-height: 100px;
  }
}
.recruit-page__special-list .sns__text {
  flex: 1;
  text-align: left;
}
.recruit-page__special-list .sns__text-sub {
  font-weight: 600;
  font-size: 11.78px;
  line-height: 20.94px;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .recruit-page__special-list .sns__text-sub {
    font-size: 18px;
    line-height: 32px;
  }
}
.recruit-page__special-list .sns__text-divider {
  height: 1px;
  background-color: #ffffff;
  margin-block: 4.58px;
}
@media screen and (min-width: 768px) {
  .recruit-page__special-list .sns__text-divider {
    margin-block: 7px;
  }
}
.recruit-page__special-list .sns__text-main {
  font-weight: 600;
  font-size: 20.94px;
  line-height: 36.65px;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .recruit-page__special-list .sns__text-main {
    font-size: 32px;
    line-height: 56px;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page__sns {
    height: 100%;
  }
}
.recruit-page__recruit {
  padding: 32px 16px 40px;
}
@media screen and (min-width: 768px) {
  .recruit-page__recruit {
    padding-block: 80px;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page__recruit-wrapper {
    max-width: 1136px;
    width: 100%;
    margin: auto;
  }
}
.recruit-page__recruit-wrapper .recruit-title {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
}
.recruit-page__recruit-wrapper .recruit-title__main {
  background: linear-gradient(228.22deg, #077d8d 2.95%, #72c4ad 91.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 10%;
}
@media screen and (min-width: 768px) {
  .recruit-page__recruit-wrapper .recruit-title__main {
    font-size: 60px;
    line-height: 100%;
  }
}
.recruit-page__recruit-wrapper .recruit-title__sub {
  font-weight: 300;
  font-size: 12px;
  line-height: 12px;
  padding-top: 5px;
  color: #077d8d;
  display: flex;
}
@media screen and (min-width: 768px) {
  .recruit-page__recruit-wrapper .recruit-title__sub {
    font-size: 14px;
    line-height: 14px;
  }
}
.recruit-page__recruit-wrapper .recruit-title__sub::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background-color: #077d8d;
  transform: rotate(130deg);
}
@media screen and (min-width: 768px) {
  .recruit-page__recruit-wrapper .recruit-title__sub::before {
    width: 32px;
  }
}
.recruit-page__recruit-wrapper .recruit-title__sub span {
  margin-left: -5px;
  margin-right: 5px;
}
.recruit-page__recruit-wrapper .recruit-title__outer {
  text-align: center;
}
.recruit-page__recruit-wrapper .recruit-description {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  padding-top: 19.55px;
  padding-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .recruit-page__recruit-wrapper .recruit-description {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page__recruit-wrapper .recruit-description .br-sm {
    display: none;
  }
}
.recruit-page__recruit-wrapper .recruit-content__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .recruit-page__recruit-wrapper .recruit-content__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .recruit-page__recruit-wrapper .recruit-content__list {
    gap: 32px;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page__recruit-wrapper .recruit-content__item {
    display: flex;
    gap: 0;
    flex-direction: column;
  }
}
.recruit-page__recruit-wrapper .recruit-content__item-label {
  background: linear-gradient(228.22deg, #077d8d 2.95%, #72c4ad 91.98%);
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
  padding: 4px;
}
@media screen and (min-width: 768px) {
  .recruit-page__recruit-wrapper .recruit-content__item-label {
    flex-shrink: 0;
  }
}
.recruit-page__recruit-wrapper .recruit-content__item-inner {
  padding: 24px;
  padding-top: 16px;
  border: 1px solid #077d8d;
  border-top: 0;
}
@media screen and (min-width: 768px) {
  .recruit-page__recruit-wrapper .recruit-content__item-inner {
    flex: 1;
    display: flex;
    gap: 0;
    flex-direction: column;
  }
}
.recruit-page__recruit-wrapper .recruit-content__item-ttl {
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}
.recruit-page__recruit-wrapper .recruit-content__dl dt {
  color: #ffffff;
  background-color: #72c4ad;
  padding: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin-top: 12px;
}
.recruit-page__recruit-wrapper .recruit-content__dl dd {
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  padding: 8px 0 4px;
}
.recruit-page__recruit-wrapper .recruit-content__item-info {
  padding-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .recruit-page__recruit-wrapper .recruit-content__item-link {
    margin-top: auto;
  }
}
.recruit-page__recruit-wrapper .recruit-content__link {
  background: linear-gradient(228.22deg, #077d8d 2.95%, #72c4ad 91.98%);
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  width: 100%;
  padding: 10px;
  display: flex;
  gap: 16px;
  flex-direction: column;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.recruit-page__p-top-recruit {
  padding-inline: 16px;
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .recruit-page__p-top-recruit {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page__p-top-recruit .p-top-recruit {
    max-width: 1136px;
    width: 100%;
    margin: auto;
  }
}
.recruit-page__p-top-recruit .p-top-recruit__entry {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .recruit-page__p-top-recruit .p-top-recruit__entry .p-entry {
    width: 100%;
  }
}/*# sourceMappingURL=v2-style.css.map */