@charset "utf-8";
/* CSS Document */
.swiper_a {
  overflow: hidden;
  height: clamp(240px, 50vh, 400px);
}
.swiper_a img {
  display: block;
  height: clamp(240px, 50vh, 400px);
  width: auto;
}
.swiper_a .swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper_a .swiper-slide {
  opacity: 1 !important;
  width: auto;
}
.swiper_a .swiper-slide {
  opacity: 1 !important;
}
.swiper_a .swiper-slide {
  margin-right: 0 !important;
}
.company_a1 .companywrap {
  width: 100%;
}
.company_a1 .companywrap .item {
  padding: 10px;
}
.company_a1 .companywrap .item {
  border-bottom: 1px solid #DEDEDE;
}
.company_a1 .companywrap .item:first-of-type, .recruit1 .item-wrap .item:first-of-type {
  padding-top: 0;
}
.company_a1 .companywrap .item h3 {
  width: 30%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: left;
  flex-direction: row;
  box-sizing: border-box;
  padding-right: 30px;
  padding: 20px 0;
}
.company_a1 .companywrap .item > div {
  width: 70%;
  padding: 15px 0;
  padding-left: clamp(0px, 3vw, 80px);
}
@media screen and (max-width: 1280px) {
  .company_a1 .companywrap {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .company_a1 .companywrap .item > div {
    width: 100%;
    padding-left: 0px;
  }
  .company_a1 .companywrap .item h3 {
    width: 100%;
    padding: 20px 0 6px;
    justify-content: flex-start;
  }
}
.career_wrap {
  border: 1px solid #ddd;
  padding: 40px;
    max-width: 1280px;
    margin: auto;
}
.career_wrap .career_item + .career_item {
  margin-top: 26px;
}
.career_wrap .career_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  cursor: pointer;
}
.career_wrap .career_left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.career_wrap .career_square {
  width: 14px;
  height: 14px;
  background: #222;
}
.career_wrap .career_icon {
  transition: transform .3s ease;
}
.career_wrap .career_body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0 0 0 24px;
  transition: max-height .4s ease, opacity .3s ease, padding-top .4s ease;
}
body.gjs-dashed .career_wrap .career_item .career_body, .career_wrap .career_item.active .career_body {
  max-height: 9000px;
  opacity: 1;
  padding-top: 15px;
}
.career_wrap .career_item.active .career_icon {
  transform: rotate(180deg);
}
.career_wrap .career_body p {
  margin: 0 0 6px;
}
.signature {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  margin-left: auto;
}
.signature .title {
  background: #e9e9e9;
  padding: 10px 18px;
  font-size: 14px;
  color: #666;
}
.signature .name {
  padding: 10px 18px;
  font-size: 22px;
  color: #333;
  letter-spacing: 2px;
}
.pagelinks_d2 {
  gap: clamp(20px, 4vw, 70px);
}
.pagelinks_d2 a {
  border-bottom: #212121 solid 1px;
}
.pagelinks_d2 a > .flex {
  justify-content: space-between;
  width: clamp(140px, 15vw, 230px);
  padding: 0 10px 6px;
}
.pagelinks_d2 a > .flex .moreicon {
  width: 20px;
  aspect-ratio: 1 / 1;
  transition: transform 0.25s ease;
}
.pagelinks_d2 a > .flex .moreicon i {
  color: #222;
  font-size: 10px;
  transition: ease 0.3s;
}
.pagelinks_d2 a:hover > .flex .moreicon {
  transform: translateY(3px);
}
@media screen and (max-width: 768px) {
  /* ---------- pagelinks_d2 ---------- */
  .pagelinks_d2 {
    gap: 50px;
  }
  .pagelinks_d2 a > .flex {
    gap: 15px;
  }
}
@media screen and (max-width: 576px) {
  /* ---------- pagelinks_d2 ---------- */
  .pagelinks_d2 {
    gap: 30px;
  }
  .pagelinks_d2 a > .flex {
    gap: 10px;
  }
  .pagelinks_d2 a > .flex .moreicon {
    width: 18px;
  }
  .pagelinks_d2 a > .flex .moreicon i {
    font-size: 8px;
  }
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}