#top_rec {
  flex-wrap: wrap;
  gap: 5px 0;
  justify-content: space-between;
}
#top_rec .overflow-hidden {
  overflow: hidden;
}
#top_rec > .grid-inline {
  flex-wrap: wrap;
  gap: 5px;
}
#top_rec_news {
  width: 100%;
  max-width: 50%;
  max-width: max(50%, (900px - 100vw) * 1000);
  flex-shrink: 0;
}
#top_rec_news img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
#top_rec_news .btn {
  padding-right: 10px;
  padding-left: 10px;
  min-width: 298px;
  background-color: rgba(0, 0, 0, 0.2);
}
#top_rec_news .btn::after {
  font-weight: 500;
}
#top_rec_news .item {
  justify-content: center;
  align-items: center;
}
#top_rec_news .item > figure {
  width: 100%;
}
#top_rec_news .item-content {
  position: absolute;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 62px;
  padding-bottom: 50px;
}
#top_rec_news .item-desc {
  font-weight: 600;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-size: 1.5rem;
  line-height: 2.6;
  letter-spacing: 0.1666666667em;
}
#top_rec_news .item-benefit img {
  height: 725px;
}
#top_rec_news .item-profile {
  margin-top: 5px;
}
#top_rec_news .item-profile .btn {
  position: absolute;
}
#top_rec_news .item-profile img {
  height: 165px;
}
#top_rec_member {
  width: 100%;
  max-width: calc(50% - 5px);
  max-width: max(50% - 5px, (900px - 100vw) * 1000);
  padding: 40px 0 40px 53px;
  padding-left: clamp(1.25rem, 3.9663461538vw + -0.6538461538rem, 3.3125rem);
}
#top_rec_member h3 {
  font-size: 1.75rem;
  margin: 0 0 38px;
}
#top_rec_member .btn {
  min-width: 298px;
  margin-top: 23px;
}
#top_rec_member .btn::after {
  font-weight: 500;
}
#top_rec_staff, #top_rec_crosstalk {
  width: calc(100% - 30px);
}
@keyframes recruit_slider {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
#top_rec_staff .title, #top_rec_crosstalk .title {
  margin: 0;
  gap: 17px;
}
#top_rec_staff .title > *:first-child, #top_rec_crosstalk .title > *:first-child {
  font-size: 1.75rem;
}
#top_rec_staff .content > ul, #top_rec_crosstalk .content > ul {
  flex-shrink: 0;
  margin: 8px 0 0;
}
#top_rec_staff .content > ul .item, #top_rec_crosstalk .content > ul .item {
  flex-shrink: 0;
}
#top_rec_staff .slick-track, #top_rec_crosstalk .slick-track {
  display: flex;
}
#top_rec_staff .slick-list {
  width: 325px;
}
#top_rec_staff .content > ul .item {
  position: relative;
  width: 100%;
  margin-right: 15px;
}
#top_rec_staff .content > ul .item > a {
  display: block;
  height: 100%;
  transition: opacity 0.5s ease;
}
#top_rec_staff .content > ul .item > a img {
  opacity: 1 !important;
}
#top_rec_staff .content > ul .item > a:hover {
  opacity: 0.75;
  text-decoration: none;
}
#top_rec_staff .content > ul .item-img {
  position: relative;
  height: 100%;
}
#top_rec_staff .content > ul .item-img::after {
  content: "";
  height: 44.1176470588%;
  background-image: linear-gradient(to top, #3E9DAB 20%, transparent);
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
#top_rec_staff .content > ul .item-txtbox {
  margin: 0;
  position: absolute;
  font-size: 0.75rem;
  top: 8px;
  display: table;
  left: 12px;
  padding: 2px 2px 0px;
}
#top_rec_staff .content > ul .item-content {
  position: absolute;
  bottom: 0;
  padding: 13px 20px;
  width: 100%;
}
#top_rec_staff .content > ul .item-desc {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  margin: 0;
  text-decoration: underline;
}
#top_rec_staff .content > ul .item-year {
  font-size: 0.75rem;
  margin: 16px 0 0;
}
#top_rec_crosstalk {
  margin-top: 38px;
}
#top_rec_crosstalk .slick-list {
  width: 650px;
}
#top_rec_crosstalk .content > ul .item {
  padding: 13px 12px;
  margin-right: 15px;
}
#top_rec_crosstalk .content > ul .item > a {
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.5s ease;
  text-decoration: none !important;
}
#top_rec_crosstalk .content > ul .item > a img {
  opacity: 1 !important;
}
#top_rec_crosstalk .content > ul .item > a:hover {
  opacity: 0.75;
}
#top_rec_crosstalk .content > ul .item-boxdark {
  background-color: #333;
}
#top_rec_crosstalk .content > ul .item-gallery {
  gap: 3px;
  max-width: 361px;
}
#top_rec_crosstalk .content > ul .item-gallery > figure {
  width: 100%;
}
#top_rec_crosstalk .content > ul .item-gallery > figure:not(:last-child) {
  position: relative;
}
#top_rec_crosstalk .content > ul .item-gallery > figure:not(:last-child)::after {
  content: "";
  width: 35px;
  height: 45px;
  z-index: 1;
  background: url(../images/recruting/member/icon_x.svg) center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
}
#top_rec_crosstalk .content > ul .item-gallery img {
  aspect-ratio: 118/195;
  -o-object-fit: cover;
  object-fit: cover;
}
#top_rec_crosstalk .content > ul .item-title {
  text-decoration: underline;
  margin: 0;
  font-size: 1rem;
}
#top_rec_crosstalk .content > ul .item-heading {
  width: 38%;
  padding-bottom: 24px;
}
#top_rec_crosstalk .content > ul .item-lead {
  justify-content: center;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1;
  gap: 7px;
  margin: 0;
  margin-top: 13px;
}
#top_rec_crosstalk .content > ul .item-lead > span {
  font-weight: 300;
  font-size: 3.125rem;
}
#top_rec_crosstalk .content > ul .item-boxdark .item-lead {
  font-size: 1.375rem;
  gap: 0;
}
#top_rec_other {
  background-color: #106174;
  margin-top: 5px;
  padding: 38px 0 37px;
}
#top_rec_other a {
  display: block;
  transition: opacity 0.5s ease;
}
#top_rec_other a:hover {
  opacity: 0.75;
  text-decoration: none;
}
#top_rec_other .list {
  gap: 16px 17px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1000px;
  margin: 0 auto;
}
#top_rec_other .item .white-box {
  justify-content: center;
  padding: 10px;
  gap: 16px;
  min-height: 90px;
  padding-right: clamp(0.625rem, 9.9137931034vw + -4.1336206897rem, 2.0625rem);
  position: relative;
  margin: 0;
}
#top_rec_other .item .white-box::after {
  width: 0;
  height: 0;
  border-bottom: 20px solid #3e9dab;
  border-left: 20px solid transparent;
  position: absolute;
  content: "";
  right: 8px;
  bottom: 4px;
}
#top_rec_other .item-icon01 {
  max-width: 30px;
}
#top_rec_other .item-icon02 {
  max-width: 48px;
}
#top_rec_other .item-icon03 {
  max-width: 46px;
}
@media only screen and (max-width: 767px) {
  #top_rec > .grid-inline {
    display: block;
  }
  #top_rec_news .item-content {
    padding-bottom: 0;
    gap: 30px;
  }
  #top_rec_news .item-desc {
    font-size: 1.25rem;
  }
  #top_rec_news .item-benefit img {
    height: auto;
    min-height: 520px;
  }
  #top_rec_news .item-profile img {
    height: auto;
    min-height: 140px;
  }
  #top_rec_member {
    padding: 40px 20px;
    max-width: 100%;
  }
  #top_rec_member h3 {
    font-size: 1.375rem;
    margin-bottom: 30px;
  }
  #top_rec_member .btn {
    margin: 20px auto 0;
    min-width: 280px;
    display: table;
  }
  #top_rec_staff, #top_rec_crosstalk {
    width: 100%;
  }
  #top_rec_staff, #top_rec_crosstalk {
    width: 100%;
  }
  #top_rec_staff .title > *:first-child, #top_rec_crosstalk .title > *:first-child {
    font-size: 1.375rem;
  }
  #top_rec_staff .content > ul, #top_rec_crosstalk .content > ul {
    margin-top: 10px;
  }
  #top_rec_staff .slick-list {
    width: 295px;
  }
  #top_rec_staff .content > ul .item {
    width: 280px;
  }
  #top_rec_staff .content > ul .item-content {
    padding: 10px 20px;
  }
  #top_rec_staff .content > ul .item-year {
    margin-top: 15px;
  }
  #top_rec_crosstalk {
    margin-top: 30px;
  }
  #top_rec_crosstalk .slick-list {
    width: calc(100vw - 20px);
    max-width: 400px;
  }
  #top_rec_crosstalk .content > ul .item {
    width: 100%;
    padding: 15px;
  }
  #top_rec_crosstalk .content > ul .item > a {
    display: block;
  }
  #top_rec_crosstalk .content > ul .item-gallery {
    max-width: 100%;
  }
  #top_rec_crosstalk .content > ul .item-heading {
    padding-bottom: 20px;
    width: 100%;
  }
  #top_rec_crosstalk .content > ul .item-lead {
    font-size: 1.25rem;
    margin-top: 10px;
  }
  #top_rec_crosstalk .content > ul .item-lead > span {
    font-size: 1.875rem;
  }
  #top_rec_crosstalk .content > ul .item-boxdark .item-lead {
    font-size: 1.25rem;
  }
  #top_rec_other {
    padding: 30px 0;
  }
  #top_rec_other .list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  #top_rec_other .list > * {
    width: 100%;
  }
  #top_rec_other .item .white-box {
    min-height: 80px;
  }
  #top_rec_other .item .white-box::after {
    right: 4px;
    border-bottom-width: 15px;
    border-left-width: 15px;
  }
}
/*# sourceMappingURL=maps/top_addnew.css.map */
