@charset "UTF-8";
@import url('/css/style.css');

.footer {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .body {
    padding-bottom: 100px;
  }
}
.copyright {
  margin-top: 0;
}

.swiper-initialized {
  padding: 1.2rem 0 2rem;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

/* 求人詳細 */
.Jobdetails__photo-inner {
  height: 29.4rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Jobdetails__photo-inner {
    height: 22rem;
  }
}

.Jobdetails__photo-inner-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(25px);
}

.Jobdetails__photo-inner-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40.6rem;
}
@media screen and (max-width: 767px) {
  .Jobdetails__photo-inner-img {
    width: 95%;
  }
}

.Jobdetails__expired {
  max-width: 960px;
  margin: auto auto 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  background-color: #faf9f7;
}
@media screen and (max-width: 1100px) {
  .Jobdetails__detail {
    width: 95%;
  }
}

.Jobdetails__expired-inner {
  font-weight: bold;
  font-size: 25px;
}

.Jobdetails__detail {
  max-width: 960px;
  margin: auto auto 40px;
}

.job-openings,
.Jobdetails__content,
.Jobdetails__tab {
  max-width: 960px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .Jobdetails__detail,
  .job-openings,
  .Jobdetails__content,
  .Jobdetails__tab {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .job-openings {
    width: 100%;
  }
}
.Jobdetails__tab_title {
  display: flex;
  padding: 2.8rem 0 0.8rem;
  border-bottom: 2px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .Jobdetails__tab_title {
    justify-content: space-between;
    padding: 1.8rem 0 0.8rem;
  }
}
.Jobdetails__tab_title li {
  padding: 0 0.3rem;
}
.Jobdetails__tab_title li a {
  padding: 0 1.2rem 0.8rem;
}
@media screen and (max-width: 767px) {
  .Jobdetails__tab_title li a {
    padding-left: 0;
    padding-right: 0;
  }
}
.Jobdetails__tab_title li.active a {
  border-bottom: 3px solid #2c8ce4;
}

.Jobdetails__tab_text {
  padding: 2.7rem 0 3.6rem;
  display: flex;
}
.Jobdetails__tab_text li {
  height: 3.5rem;
  display: flex;
}
.Jobdetails__tab_text li a {
  opacity: 0.3;
}

.Jobdetails__tab_text-inner {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .Jobdetails__tab_text-inner {
    font-size: 14.4px;
  }
}
.Jobdetails__tab_text-inner img {
  height: 100%;
  margin-right: 1rem;
}

.Jobdetails__content-header {
  display: flex;
  justify-content: space-between;
}
.Jobdetails__content-header img {
  width: 14rem;
}

.Jobdetails__content-header__inner {
  width: 100%;
}
.Jobdetails__content-header__inner .Jobdetails__content-header__category {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .Jobdetails__content-header__inner .Jobdetails__content-header__category {
    display: flex;
    flex-wrap: wrap;
    font-size: 19.2px;
  }
}
.Jobdetails__content-header__inner .Jobdetails__content-header__category span {
  font-size: 0.8rem;
  border: 1px solid #d0e0ef;
  padding: 0.7em 1.3em;
  border-radius: 2em;
  margin: 0 0.4em 0.4rem 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .Jobdetails__content-header__inner
    .Jobdetails__content-header__category
    span {
    font-size: 12.8px;
    margin-bottom: 0.5rem;
    padding: 0.3em 0.9em;
  }
}
.Jobdetails__content-header__inner p {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .Jobdetails__content-header__inner p {
    font-size: 0.9rem;
  }
}

.Jobdetails__content-header__inner-title {
  font-size: 2rem;
  font-weight: bold;
  padding: 3.7rem 0 2.7rem;
}
@media screen and (max-width: 767px) {
  .Jobdetails__content-header__inner-title {
    font-size: 19.4px;
    padding: 1.7rem 0;
  }
}

.Jobdetails__content-main {
  padding-bottom: 1rem;
}
.Jobdetails__content-main p {
  padding-bottom: 1.7em;
}
.Jobdetails__content-main ul {
  padding: 0.3rem 0 1.2rem;
}
.Jobdetails__content-main ul li {
  font-size: 0.9rem;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .Jobdetails__content-main ul li {
    font-size: 14.4px;
  }
}
.Jobdetails__content-main ul li span {
  padding: 0.5em 0;
  width: 7em;
  display: block;
  text-align: center;
  font-size: 0.8rem;
  color: #ffffff;
  background: #4ecdc4;
  min-width: 7rem;
}
@media screen and (max-width: 767px) {
  .Jobdetails__content-main ul li span {
    font-size: 14.4px;
  }
}
.Jobdetails__content-main ul li p {
  padding: 0.5em 0.5em 0.3em 1em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .Jobdetails__content-main ul li p {
    width: calc(100% - 8rem);
  }
}

.Jobdetails__content-main-title {
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1em;
  padding: 1rem 0 1.2rem;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .Jobdetails__content-main-title {
    font-size: 19.2px;
  }
}

.Jobdetails__content-main-category {
  padding: 0 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .Jobdetails__content-main-category {
    display: flex;
    flex-wrap: wrap;
  }
}
.Jobdetails__content-main-category span {
  font-size: 0.8rem;
  background: #e7f0f8;
  padding: 0.4em 0.8em;
  border-radius: 0.2rem;
  margin: 0 0.4em 0.4rem 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .Jobdetails__content-main-category span {
    margin-bottom: 0.5rem;
    font-size: 12.8px;
  }
}

.Jobdetails__content-main-introduction {
  padding: 1rem 1.5rem;
  margin-bottom: 3.5rem;
  background: #e7f0f8;
  border-radius: 0.5rem;
}
.Jobdetails__content-main-introduction p {
  padding: 0;
}

.Jobdetails__content-main-introduction-title {
  display: flex;
  font-size: 1.3rem;
  color: #fff;
  padding: 0.3em 0 0.3em 1.2em;
  align-items: center;
  width: 14em;
  border-radius: 1em;
  letter-spacing: -0.05em;
  background: #5e479f;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .Jobdetails__content-main-introduction-title {
    font-size: 1rem;
  }
}
.Jobdetails__content-main-introduction-title img {
  margin-right: 0.5em;
}

.Jobdetails__detail-inner ul {
  border-top: 1px solid #e0e0e0;
}
.Jobdetails__detail-inner ul li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  border-top: 0;
}

.Jobdetails__detail-inner-title {
  font-size: 1.5rem;
  line-height: 1em;
  font-weight: bold;
  padding: 3rem 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .Jobdetails__detail-inner-title {
    font-size: 19.2px;
    padding: 1.5rem 0;
  }
}

.Jobdetails__detail-inner-ul-li-title {
  width: 24.5%;
  padding: 1em 0 1em 1em;
  background: #faf9f7;
}
@media screen and (max-width: 767px) {
  .Jobdetails__detail-inner-ul-li-title {
    width: 100%;
    padding: 0.5em;
  }
}

[class*='Jobdetails__detail-inner-ul-li-text'] {
  width: 75.5%;
  padding: 1em 0 1em 1em;
}
@media screen and (max-width: 767px) {
  [class*='Jobdetails__detail-inner-ul-li-text'] {
    width: 100%;
  }
}

.Jobdetails__detail-inner-ul-li-text_industry span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 0.8em;
}
.Jobdetails__detail-inner-ul-li-text_industry span:last-child {
  padding-bottom: 0;
}
.Jobdetails__detail-inner-ul-li-text_industry span a {
  position: relative;
  padding-right: 3em;
  font-size: 0.9rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .Jobdetails__detail-inner-ul-li-text_industry span a {
    font-size: 14.4px;
  }
}
.Jobdetails__detail-inner-ul-li-text_industry span a::after {
  content: '';
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  right: 1.5em;
  top: 0.5em;
}
.Jobdetails__detail-inner-ul-li-text_industry span a:last-child::after {
  content: none;
}
.Jobdetails__detail-inner-ul-li-joblocation {
  display: block;
  margin-bottom: 1rem;
}
.Jobdetails__detail-inner-ul-li-text ul {
  border: none;
}
.Jobdetails__detail-inner-ul-li-text ul li {
  border: none;
}

.Jobdetails__detail-inner-ul-li-text_features {
  display: flex;
  align-items: center;
}
.Jobdetails__detail-inner-ul-li-text_features span {
  font-size: 0.8rem;
  padding: 0.5em 0.8em;
  display: block;
  margin-right: 0.8em;
  background: #d0e0ef;
  border-radius: 0.2rem;
}
@media screen and (max-width: 767px) {
  .Jobdetails__detail-inner-ul-li-text_features span {
    font-size: 12.8px;
  }
}
/* 求人詳細ここまで */

/* 求人名 */
.job-openings__inner-block-ul-li-title {
  padding: 0.4rem 0;
}
@media screen and (max-width: 767px) {
  .job-openings__inner-block-ul-li-title {
    padding: 0 0 0.4rem 0;
  }
}

.job-openings__inner-block-ul-li-list {
  border: 0;
}

/* 公開日、PV数を右寄せで表示する */
.job-openings__inner-block-ul-li-title-date,
.job-openings__inner-block-ul-li-title-pageview,
.job-openings__inner-block-ul-li-title-pageview-recommend {
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  display: block;
  text-align: right;
  width: 100%;
}
.job-openings__inner-block-ul-li-title-pageview-recommend {
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .job-openings__inner-block-ul-li-title-date,
  .job-openings__inner-block-ul-li-title-pageview,
  .job-openings__inner-block-ul-li-title-pageview-recommend {
    font-size: 12.8px;
  }
}

.job-openings__inner-block-ul-li-title-text {
  padding: 0.8rem 0 1.5rem;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 行数指定 */
  height: 5.5rem;
}
@media screen and (max-width: 767px) {
  .job-openings__inner-block-ul-li-title-text {
    padding: 0.4rem 0 0 0;
    height: 4.9rem;
  }
}

/* 新着リボンのスタイル */
.job-openings__inner-block-ul-li {
  width: 17rem;
  padding: 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  margin-right: 1em;
  position: relative;
  box-sizing: border-box;
}
.job-openings__inner-block-ul-li-ribbon {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 85px;
  height: 85px;
  overflow: hidden;
  border-radius: 0.5rem 0 0 0;
}

.job-openings__inner-block-ul-li-ribbon-text {
  display: inline-block;
  position: absolute;
  padding: 50px 0 5px 0;
  right: -26px;
  top: -32px;
  width: 210px;
  text-align: center;
  font-size: 12px;
  background: #f2c94c;
  color: #fff;
  letter-spacing: 0.1em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 求人カード 右側をフェードアウトさせる */
.job-openings__inner {
  width: 100%;
  position: relative;
}
.job-openings__inner::after {
  content: '';
  display: block;
  height: 100%;
  width: 5%;
  position: absolute;
  top: 0;
  background: linear-gradient(90deg, transparent, #fff);
  right: -2px;
}
@media screen and (max-width: 767px) {
  .job-openings__inner::after {
    content: none;
  }
}

@media screen and (min-width: 1100px) {
  .carousel-img {
    height: 432px !important;
    object-fit: cover;
  }
}

.voice__swiper-inner_content,
.voice__swiper-inner_main,
.job-openings,
.voice__content,
.voice__tab {
  max-width: 960px;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .voice__swiper-inner_content,
  .voice__swiper-inner_main,
  .job-openings,
  .voice__content,
  .voice__tab {
    width: 95%;
  }
}

.voice__tab_title {
  display: flex;
  padding: 2.8rem 0 0.8rem;
  border-bottom: 2px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .voice__tab_title {
    justify-content: space-between;
  }
}
.voice__tab_title li {
  padding: 0 0.3rem;
}
.voice__tab_title li a {
  padding: 0 1.2rem 0.8rem;
}
@media screen and (max-width: 767px) {
  .voice__tab_title li a {
    padding-left: 0;
    padding-right: 0;
  }
}
.voice__tab_title li.active a {
  border-bottom: 3px solid #2c8ce4;
}

.voice__content-title {
  padding: 2rem 0 1rem;
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .voice__content-title {
    font-size: 19.2px;
  }
}

.voice__swiper {
  position: relative;
}
.voice__swiper .swiper-slide {
  font-size: inherit;
}

.voice__swiper-inner_content,
.voice__swiper-inner_main {
  overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  top: 8rem;
  left: calc(43% - 480px);
  color: #333333;
  font-weight: bold;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .swiper-button-next,
  .swiper-button-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    left: 0.5rem;
  }
}

.swiper-button-next {
  left: auto;
  right: calc(43% - 480px);
}

@media screen and (max-width: 1100px) {
  .swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: 0.5rem;
  }
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .voice__swiper-inner_main .swiper-slide {
    padding: 0 11%;
    box-sizing: border-box;
  }
}
.voice__swiper-inner_main-block {
  border: 3px solid #e0e0e0;
  border-radius: 0.5rem;
}

.voice__swiper-inner_main-block-title {
  padding: 1em;
  background: #e0e0e0;
}

.voice__swiper-inner_main-block-txt {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.voice__swiper-inner_main-block-txt img {
  position: absolute;
  left: 1em;
  border: 3px solid #e0e0e0;
  border-radius: 50%;
  width: 4rem;
  top: 1em;
}
@media screen and (max-width: 767px) {
  .voice__swiper-inner_main-block-txt img {
    top: 2em;
  }
}
.voice__swiper-inner_main-block-txt p {
  font-size: 0.8rem;
  padding: 1em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .voice__swiper-inner_main-block-txt p {
    font-size: 12.8px;
  }
}
.voice__swiper-inner_main-block-txt p span {
  color: #828282;
  display: block;
  background: none;
  position: static;
  line-height: inherit;
  padding: 0;
}

.swiper-slide-active .voice__swiper-inner_main-block {
  border-color: #5e479f;
  transform: translate3d(0px, 0px, 0px) !important;
}
.swiper-slide-active .voice__swiper-inner_main-block-title {
  background: #5e479f;
  color: #ffffff;
  height: 152px !important;
}
.swiper-slide-active .voice__swiper-inner_main-block-txt img {
  border-color: #5e479f;
}

.voice__swiper-inner {
  touch-action: none !important; /* スクロールの無効化 */
  pointer-events: none !important; /* マウスやタッチイベントを無効化 */
}

.voice__swiper-inner_content-block {
  padding: 0 1em;
  background: #e7f0f8;
  border-radius: 0.5rem;
  position: relative;
}
.voice__swiper-inner_content-block::before {
  content: '';
  position: absolute;
  top: -1.6em;
  left: 4%;
  border: 0.8em solid transparent;
  border-bottom: 1.2em solid #e7f0f8;
}
@media screen and (max-width: 767px) {
  .voice__swiper-inner_content-block::before {
    left: 21.5%;
  }
}
.voice__swiper-inner_content-block p {
  padding-bottom: 1em;
}

.voice__swiper-inner_content-block-title {
  font-size: 1.1em;
  font-weight: bold;
  padding: 1em 0;
}

.voice__swiper-inner_content-block-text {
  white-space: pre-line;
}

.job-openings {
  padding: 1rem 0 3rem;
}

.job-openings__title {
  padding-bottom: 2rem;
} /*# sourceMappingURL=voice.css.map */

.apply__inner-button_favorite_done {
  background: #ff6b6b;
  border: 1px solid #bdbdbd;
  color: #fff;
  padding: 0.7em 0;
  width: 190px;
  margin-right: 1em;
}

.apply__inner.expired {
  font-weight: bold;
  font-size: 20px;
}

.voice-content {
  touch-action: none !important;
  pointer-events: none !important;
}

.voice__swiper_two_items {
  position: relative;
}

.inner_main_two_items {
  position: relative;
  max-width: 67%;
  margin-left: 0;
  padding: 1.2rem 0 2rem;
}

.swiper-button-prev-two-items {
  position: absolute;
  top: 130px;
  left: calc(43% - 480px);
  display: block !important;
  opacity: 1 !important;
  cursor: pointer !important;
  pointer-events: visible !important;
}

.swiper-button-next-two-items {
  position: absolute;
  top: 130px;
  left: auto;
  right: calc(43% - 480px);
  display: block !important;
  opacity: 1 !important;
  cursor: pointer !important;
  pointer-events: visible !important;
}

.reset-button-style {
  all: unset; /* 全てのスタイルをリセット */
  display: inline-block; /* ボタンの要素のように表示するために追加 */
  cursor: pointer; /* ボタンらしいカーソルを適用 */
}

.voice-header-two-items {
  display: flex;
  gap: 12px;
  /* transform: translate3d(-980px, 0px, 0px); */
}

.swiper-slide-two-items {
  width: 49% !important;
}

.voice__swiper-inner_main-block-two-items {
  max-width: 306.667px;
}

.inner_main_two_items-wrap {
  max-width: 960px;
  margin: auto;
}

.voice-content-two-items {
  display: flex;
  padding: 1.2rem 0 2rem;
}

@media screen and (max-width: 1100px) {
  .swiper-button-prev-two-items {
    top: 30%;
    left: 0.5rem;
  }
  .swiper-button-next-two-items {
    top: 30%;
    right: 0.5rem;
  }
  .inner_main_two_items {
    margin-left: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .voice__swiper-inner_content-block-title {
    font-size: 16px;
  }
  .swiper-button-prev-two-items {
    top: 30%;
    left: 0.5rem;
  }
  .swiper-button-next-two-items {
    top: 30%;
    right: 0.5rem;
  }
  .inner_main_two_items {
    max-width: 100%;
  }
  .swiper-slide-two-items {
    width: 100% !important;
  }
  .voice__swiper-inner_main-block-two-items {
    max-width: 100%;
  }
  .inner_main_two_items {
    margin-left: auto;
  }
}

/* インタビュー */
.interview__section {
  position: relative;
  margin-top: 40px;
}

.interview {
  max-width: 960px;
  margin: auto;
  overflow: hidden;
}

.interview__tab {
  max-width: 860px;
  margin: auto;
  overflow: hidden;
  padding: 1.2rem 0 2rem;
}
@media screen and (max-width: 1100px) {
  .interview,
  .interview__tab {
    width: 95%;
  }
}
@media screen and (max-width: 950px) {
  .interview__tab {
    width: 80%;
  }
}

.interview__tab_title {
  display: flex;
  padding: 2.8rem 0 0.8rem;
  border-bottom: 2px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .interview__tab_title {
    justify-content: space-between;
  }
}
.interview__tab_title li {
  padding: 0 0.3rem;
}
.interview__tab_title li a {
  padding: 0 1.2rem 0.8rem;
}
@media screen and (max-width: 767px) {
  .interview__tab_title li a {
    padding-left: 0;
    padding-right: 0;
  }
}
.interview__tab_title li.active a {
  border-bottom: 3px solid #2c8ce4;
}

.interview__tab_text {
  padding: 2.7rem 0 3.6rem;
  display: flex;
  flex-wrap: wrap;
}
.interview__tab_text li {
  height: 3.5rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .interview__tab_text li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.interview__tab_text li a {
  opacity: 0.3;
}

.interview__tab_text-inner {
  display: flex;
  margin-right: 1.5rem;
  font-size: 0.9rem;
  /* opacity: 0.3; */
}
.interview__tab .swiper-wrapper .swiper-slide {
  opacity: 0.3;
}
.interview__tab .swiper-wrapper .swiper-slide-active {
  opacity: 1;
}
/* .swiper-slide-active. */
@media screen and (max-width: 767px) {
  .interview__tab_text-inner {
    font-size: 14.4px;
    justify-content: center;
  }
  .swiper-wrapper-interview-header {
    justify-content: center;
  }
}
.interview__tab_text-inner img {
  height: 100%;
  margin-right: 1rem;
}

.interview__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  flex-wrap: wrap;
  align-items: self-start;
}
.interview__header img {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .interview__header img {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .interview__header .interview__header-inner-text {
    text-align: center;
  }
}

.interview__header-inner {
  width: calc(98% - 14rem);
}
@media screen and (max-width: 767px) {
  .interview__header-inner {
    width: 100%;
  }
}

.interview__header-inner-title {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.8rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .interview__header-inner-title {
    font-size: 19.2px;
  }
}

.interview__main p {
  padding-bottom: 1.4em;
}

.interview__main-title {
  padding: 1.5em;
  background: #e7f0f8;
  border-radius: 0.3rem;
  position: relative;
  font-weight: bold;
  margin: 2rem 0;
}
.interview__main-title::before {
  content: '';
  position: absolute;
  bottom: -1.6em;
  left: 3.3%;
  border: 0.51em solid transparent;
  border-top: 1.4em solid #e7f0f8;
}

.interview__main-img {
  display: flex;
  justify-content: space-between;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .interview__main-img {
    flex-direction: column;
    justify-content: center;
    gap: 15px;
  }
}
.interview__main-img img {
  width: 48%;
  object-fit: cover;
}

.interview-img {
  width: 460px;
  height: 307px;
}
@media screen and (max-width: 767px) {
  .interview-img {
    margin: 0 auto;
    width: 80% !important;
  }
}

.interview-detail-icon-img {
  border-radius: 50%;
  width: 220px;
  height: 220px;
  object-fit: cover;
}

.interview-list-image {
  border-radius: 50%;
  width: 55px !important;
  height: 55px !important;
  object-fit: cover;
}

.interview-next-over-4 {
  right: calc(43% - 400px);
  top: 40% !important;
}

.interview-next {
  right: calc(43% - 400px);
  top: 45px !important;
}

.interview-prev-over-4 {
  top: 40% !important;
  left: calc(43% - 400px);
}

.interview-prev {
  top: 45px !important;
  left: calc(43% - 400px);
}

@media screen and (max-width: 950px) {
  .interview-next,
  .interview-next-over-4 {
    right: calc(40% - 300px);
  }
  .interview-prev,
  .interview-prev-over-4 {
    left: calc(40% - 300px);
  }
}

@media screen and (max-width: 767px) {
  .interview-next,
  .interview-next-over-4 {
    right: calc(52% - 300px);
  }
  .interview-prev,
  .interview-prev-over-4 {
    left: calc(52% - 300px);
  }
}

@media screen and (max-width: 600px) {
  .interview-next,
  .interview-next-over-4 {
    right: 0.5rem;
  }
  .interview-prev,
  .interview-prev-over-4 {
    left: 0.5rem;
  }
}

.interview__tab_item {
  width: auto !important;
}
@media screen and (max-width: 960px) {
  .interview__tab_item {
    width: auto;
  }
}

.interview-header-wrapper-for-two-items {
  overflow: hidden;
}

.display-none {
  display: none;
}

.icon-name {
  margin: auto 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 企業詳細タブ ここから */
.movies__content {
  max-width: 960px;
  margin: auto auto 30px auto;
}

.enterprise__detail-inner,
.job-openings,
.enterprise__content,
.enterprise__tab {
  max-width: 960px;
  margin: auto;
}
.enterprise__basic {
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .enterprise__detail-inner,
  .movies__content,
  .job-openings,
  .enterprise__content,
  .enterprise__tab {
    width: 95%;
  }
}

.enterprise__tab_title {
  display: flex;
  padding: 2.8rem 0 0.8rem;
  border-bottom: 2px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .enterprise__tab_title {
    justify-content: space-between;
  }
}
.enterprise__tab_title li {
  padding: 0 0.3rem;
}
.enterprise__tab_title li a {
  padding: 0 1.2rem 0.8rem;
}
@media screen and (max-width: 767px) {
  .enterprise__tab_title li a {
    padding-left: 0;
    padding-right: 0;
  }
}
.enterprise__tab_title li.active a {
  border-bottom: 3px solid #2c8ce4;
}

.enterprise__tab_text {
  padding: 2.7rem 0 3.6rem;
  display: flex;
}
.enterprise__tab_text li {
  height: 3.5rem;
  display: flex;
}
.enterprise__tab_text li a {
  opacity: 0.3;
}

.enterprise__content-header__inner p {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .enterprise__content-header__inner p {
    font-size: 16px;
  }
}

.enterprise__content-header__inner-title {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 3.5rem 0 1.5rem;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .enterprise__content-header__inner-title {
    font-size: 19.2px;
    padding: 1.5rem 0;
  }
}

/* 企業個別ページリンク */
.company-page-link {
  font-size: 0.9rem;
  letter-spacing: normal;
  font-weight: normal;
  float: right;
  position: relative;
  top: 16px;
}
.company-page-link a {
  color: #2C8CE4;
}
@media screen and (max-width: 767px) {
  .company-page-link {
    font-size: 0.8rem;
  }
}
/* 矢印アイコン */
.external-link-icon {
  display: inline-block;
  margin-left: 2px;
  margin-bottom: 2px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  border-color: #2C8CE4;
}


.enterprise__introduction-title {
  font-size: 1.8rem;
  padding: 0 0 1.5rem;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .enterprise__introduction-title {
    font-size: 19.2px;
    padding: 1.5rem 0 1.5rem 0;
  }
}

.enterprise__content-main {
  padding: 3.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .enterprise__content-main {
    padding: 2rem 0 0;
  }
}

.enterprise__content-main p {
  padding-bottom: 1.4em;
}
@media screen and (max-width: 767px) {
  .enterprise__content-main p {
    padding-bottom: 0;
  }
}

.enterprise__content-main-title {
  padding: 1.5em;
  background: #d7ebea;
  border-radius: 0.3rem;
  position: relative;
  font-weight: bold;
  margin: 2rem 0;
}
.enterprise__content-main-title::before {
  content: '';
  position: absolute;
  bottom: -1.6em;
  left: 3.3%;
  border: 0.51em solid transparent;
  border-top: 1.4em solid #d7ebea;
}

.enterprise__content-main-introduction {
  padding: 1rem 1.5rem;
  margin-bottom: 3.5rem;
  background: #e7f0f8;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .enterprise__content-main-introduction {
    padding: 1rem;
    margin-bottom: 2.5rem;
  }
}
.enterprise__content-main-introduction p {
  padding: 0;
}

.enterprise__content-main-introduction-title {
  display: flex;
  font-size: 1.3rem;
  color: #fff;
  padding: 0.3em 0 0.3em 1.2em;
  align-items: center;
  width: 14em;
  border-radius: 1em;
  letter-spacing: -0.05em;
  background: #5e479f;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .enterprise__content-main-introduction-title {
    font-size: 19.2px;
  }
}
.enterprise__content-main-introduction-title img {
  margin-right: 0.5em;
}

.enterprise__content-main-block-title {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .enterprise__content-main-block-title {
    font-size: 19.2px;
  }
}

.movies__content-inner,
.enterprise__content-main-block-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .movies__content-inner,
  .enterprise__content-main-block-inner {
    display: block;
    padding-bottom: 1rem;
  }
}
.movies__content-inner img,
.movies__content-inner .movies__content-inner-text,
.movies__content-inner .enterprise__content-main-block-inner-text,
.enterprise__content-main-block-inner img,
.enterprise__content-main-block-inner .movies__content-inner-text,
.enterprise__content-main-block-inner
  .enterprise__content-main-block-inner-text {
  width: 48%;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .movies__content-inner img,
  .movies__content-inner .movies__content-inner-text,
  .movies__content-inner .enterprise__content-main-block-inner-text,
  .enterprise__content-main-block-inner img,
  .enterprise__content-main-block-inner .movies__content-inner-text,
  .enterprise__content-main-block-inner
    .enterprise__content-main-block-inner-text {
    width: 100%;
    padding-bottom: 1.5rem;
  }
}

.movies__content-inner {
  padding-bottom: 1rem;
}

.movies__content-title {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.2em 1.2em;
  border-left: 7px solid #5e479f;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .movies__content-title {
    font-size: 19.2px;
  }
}

.enterprise__content-main-block-inner-text-title {
  padding: 0 0 1em 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .enterprise__content-main-block-inner-text-title {
    padding: 0 0 0.5em 0;
  }
}

.enterprise__detail-inner ul {
  border-top: 2px solid #e0e0e0;
}
.enterprise__detail-inner ul li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 2px solid #e0e0e0;
}

.enterprise__detail-inner-title {
  font-size: 1.5rem;
  line-height: 1em;
  font-weight: bold;
  padding: 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .enterprise__detail-inner-title {
    font-size: 19.2px;
  }
}

.enterprise__detail-inner-ul-li-title {
  width: 24.5%;
  padding: 1em 0 1em 1em;
  background: #faf9f7;
}
@media screen and (max-width: 767px) {
  .enterprise__detail-inner-ul-li-title {
    width: 100%;
    padding: 1em;
  }
}

[class*='enterprise__detail-inner-ul-li-text'] {
  width: 75.5%;
  padding: 1em 0 1em 1em;
}
@media screen and (max-width: 767px) {
  [class*='enterprise__detail-inner-ul-li-text'] {
    width: 100%;
  }
}

.enterprise__detail-inner-ul-li-text_industry span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 0.8em;
}
.enterprise__detail-inner-ul-li-text_industry span:last-child {
  padding-bottom: 0;
}
.enterprise__detail-inner-ul-li-text_industry span a {
  position: relative;
  padding-right: 3em;
  font-size: 0.9rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .enterprise__detail-inner-ul-li-text_industry span a {
    font-size: 14.4px;
  }
}
.enterprise__detail-inner-ul-li-text_industry span a::after {
  content: '';
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  right: 1.5em;
  top: 0.5em;
}
.enterprise__detail-inner-ul-li-text_industry span a:last-child::after {
  content: none;
}

.enterprise__detail-inner-ul-li-text_features {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.enterprise__detail-inner-ul-li-text_features span {
  font-size: 0.8rem;
  padding: 0.5em 0.8em;
  display: block;
  margin-right: 0.8em;
  background: #e7f0f8;
  border-radius: 0.2rem;
}
@media screen and (max-width: 767px) {
  .enterprise__detail-inner-ul-li-text_features span {
    margin-bottom: 0.5rem;
    font-size: 12.8px;
  }
}

.job-openings {
  padding: 1rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .job-openings:not(:last-of-type) {
    padding: 1rem 0 0;
  }
}

.job-openings__title {
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .job-openings__title {
    font-size: 19.2px;
    padding: 1rem 0 1.5rem;
  }
}

.job-openings__inner-ul::after {
  left: 820px;
} /*# sourceMappingURL=enterprise.css.map */

.company-url-a {
  text-decoration: underline;
}

.same-industry-company-link {
  width: 100%;
}

.company-main-image-wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .company-main-image-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

.company-main-image {
  width: 460px;
  height: 380px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .company-main-image {
    width: 100%;
    height: 310px;
  }
}

.company-pr-image {
  width: 460px;
  height: 260px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .company-pr-image {
    width: 100%;
    height: 310px;
  }
}

.company-section-image {
  width: 460px;
  height: 310px;
  object-fit: cover;
}

.blank-company-section-image {
  height: auto;
  max-width: 460px;
  max-height: 307px;
  min-height: 270px;
  width: 48%;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .blank-company-section-image {
    display: none;
  }
}
.movies__content-inner-text-title {
  padding: 0 0 1em 0;
  font-weight: bold;
}
.same-industry-company-image {
  width: 240px;
  height: 150px;
  object-fit: cover;
}

/** 企業ブロック関連 */
.enterprise__detail-inner-bottom {
  display: inline-block;
  color: #0969da;
  cursor: pointer;
  display: flex;
  justify-content: end;
  margin-top: 10px;
}
.enterprise__detail-inner-bottom-text {
  display: inline-block;
  color: #0969da;
  cursor: pointer;
  text-decoration: underline;
}


/* 企業詳細タブ ここまで */



/** 企業ブロックモーダルオーバーレイ */
.overlay {
  display: none;  
  position: fixed;  
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 2;  
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .overlay {
    z-index: 3;
  }
}
/** 企業ブロックモーダル */
.block-company-modal {
  display: none;
  justify-content: center;
  z-index: 3;
  max-height: 500px;
  width: 500px;
  background-color: #FFFFFF;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 2rem 2rem 1rem;
}
@media screen and (max-width: 767px) {
  .block-company-modal {
    width: 90%;
    z-index: 4;
  }
}
.modal__close-template-modal {
  cursor: pointer;
  position: absolute;
  right: -14px;
  top: -10px;
  background: none;
}
.modal__close-img-template-modal {
  max-width: 2.5rem;
  width: 100%;
}
.modal__content {
  width: 100%;
}
.modal-header {
  align-items: center;
  display: flex;
  position: relative;
}
.modal-header__icon {
  max-width: 26.67px;
  width: 100%;
}
.modal-header__title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 30px;
  margin-left: 0.25rem;
  text-align: left;
}
.modal__body-template {
  margin-top: 0.5rem;
}
.modal__body-template > ul {
  list-style: disc;
  padding-left: 24px;
  font-size: 14px;
  padding-top: 10px;
}
.modal__body-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 21px;
  text-align: left;
}
.modal__template-preview-wrapper {
  display: none;
  height: 200px;
  width: 100%;
  padding: 0 20px;
  margin-top: 20px;
}
.modal__template-preview {
  height: 100%;
  overflow-y: auto;
  box-shadow: inset 2px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 8px;
}
.modal__template-list-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  width: 100%;
}
.modal__template-list {
  background: #FFFFFF;
  border: 1px solid #CDD7E8;
  border-radius: 4px;
  padding: 0 1rem;
  height: 3.0rem;
  max-width: 100%;
  width: 100%;
}
.modal__footer-template {
  margin-top: 2rem;
  padding-top: 1rem;
  position: relative;
  width: 100%;
}
.modal__footer-template::after {
  background-color: #dfecec;
  content: "";
  height: 1px;
  left: 0px;
  bottom: 68px;
  position: absolute;
  width: 100%;
}
.modal__button-template-wrapper {
  display: flex;
  gap: 0.5rem;
  justify-content: end;
  margin-right: -15px;
}
.modal__button-template {
  width: 9.25rem;
}
.modal__color-button__cancel {
  align-items: center;
  border-radius: 4px;
  display: flex;
  gap: 4px;
  justify-content: center;
  padding: 9.5px 16px;
  width: 100%;
  color: #333333;
  border: 1px solid #cdd7e8;
  padding: 8.5px 16px;
  background-color: #ffffff;
}
.modal__color-button__reflect {
  align-items: center;
  border-radius: 4px;
  color: white;
  display: flex;
  gap: 4px;
  justify-content: center;
  padding: 9.5px 16px;
  width: 100%;
  background-color: #2c8ce4;
}