/* LESS Document */
main {
  overflow: clip;
}
/*+++++++++++++++++++++++++++++++++++++++++++
  tag_category
+++++++++++++++++++++++++++++++++++++++++++ */
.tag_category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 93px;
  padding: 5px 10px;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: bold;
  background: #1F296A;
  color: #FFF;
  border-radius: 5px;
}
@media (width <= 767px) {
  .tag_category {
    font-size: 2.8vw;
  }
}
.tag_category[data-category="会社説明会"] {
  background: #D3991D;
}
.tag_category[data-category="1day就業体験"] {
  background: #2AB454;
}
.tag_category[data-category="カジュアル面談"] {
  background: #C31A7F;
}
.tag_category[data-category="その他"] {
  background: #9F9EC7;
}
.tag_category[data-category="オープンカンパニー"] {
  background: #1DC7D3;
}
/*+++++++++++++++++++++++++++++++++++++++++++
  infoArea
+++++++++++++++++++++++++++++++++++++++++++ */
.infoArea {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0;
  align-items: flex-start;
  margin: 24px 0 0;
  position: relative;
}
@media (width <= 767px) {
  .infoArea {
    flex-direction: column;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
  infoList
+++++++++++++++++++++++++++++++++++++++++++ */
.infoList {
  flex: 1;
  border-left: #D7D7D7 1px solid;
}
.infoList > a {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 24px;
  width: 100%;
  padding: 48px 40px 48px 64px;
  color: #3A3A3A;
  text-decoration: none;
  position: relative;
}
@media (width <= 1023px) {
  .infoList > a {
    padding: 20px;
  }
}
@media (width <= 767px) {
  .infoList > a {
    flex-direction: column;
    padding: 20px 50px 20px 10px;
  }
}
.infoList > a::after {
  content: '\f105';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  align-self: center;
  width: 18px;
  color: #AF1C40;
  flex-shrink: 0;
  transform-origin: left center;
  transition: transform 0.1s;
}
@media (width <= 767px) {
  .infoList > a::after {
    position: absolute;
    top: calc(50% - 10px);
    right: 20px;
  }
}
.infoList > a::before {
  content: '';
  display: block;
  width: calc(100% - 104px);
  height: 1px;
  background: #D7D7D7;
  position: absolute;
  bottom: 0;
}
@media (width <= 1023px) {
  .infoList > a::before {
    width: calc(100% - 40px);
  }
}
@media (width <= 767px) {
  .infoList > a::before {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .infoList > a:hover {
    background: #FFF;
  }
  .infoList > a:hover::after {
    transform: scale(2);
  }
  .infoList > a:hover p {
    color: #AF1C40;
  }
  .infoList > a:hover .infoList_img img {
    opacity: 1;
  }
}
@media (hover: none) {
  .infoList > a:active {
    background: #FFF;
  }
  .infoList > a:active::after {
    transform: scale(2);
  }
  .infoList > a:active p {
    color: #AF1C40;
  }
  .infoList > a:active .infoList_img img {
    opacity: 1;
  }
}
.infoList_img {
  flex-shrink: 0;
  max-width: 260px;
  align-self: center;
}
@media (width <= 1023px) {
  .infoList_img {
    width: 20vw;
  }
}
@media (width <= 767px) {
  .infoList_img {
    width: 100%;
  }
}
.infoList_text {
  flex: 1;
}
@media (width <= 767px) {
  .infoList_text {
    display: contents;
  }
}
.infoList_text_data {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
}
@media (width <= 767px) {
  .infoList_text_data {
    order: -1;
  }
}
.infoList_text_data time {
  color: #B8B8B8;
  font-size: 2.4rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
@media (width <= 767px) {
  .infoList_text_data time {
    font-size: 4.8vw;
  }
}
.infoList_text p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
@media (width <= 767px) {
  .infoList_text p {
    font-size: 4vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
  infoCategory
+++++++++++++++++++++++++++++++++++++++++++ */
.infoCategory {
  order: -1;
  flex-shrink: 0;
  width: 360px;
  padding: 0 0 0 50px;
  position: sticky;
  top: 0;
  left: 0;
}
@media (width <= 1023px) {
  .infoCategory {
    width: 240px;
    padding-left: 10px;
  }
}
@media (width <= 767px) {
  .infoCategory {
    width: 100%;
    position: static;
  }
}
.infoCategory h2 {
  margin: 0;
  color: #3A3A3A;
  font-size: 4.8rem;
  font-weight: 800;
  font-family: "Roboto Condensed", sans-serif;
  border: none;
}
@media (width <= 767px) {
  .infoCategory h2 {
    text-align: center;
    font-size: 9.6vw;
  }
}
.infoCategory h2::after {
  content: none;
}
@media (width <= 767px) {
  .infoCategory ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 30px;
    border-bottom: #A8A8A8 1px solid;
  }
}
.infoCategory ul li {
  line-height: 1.2;
  position: relative;
}
.infoCategory ul li::before {
  content: none;
}
.infoCategory ul li::before {
  margin: 0;
  position: absolute;
  left: 0;
  top: 28px;
}
.infoCategory ul li.current a,
.infoCategory ul li:hover a {
  font-weight: bold;
  color: #AF1C40;
}
.infoCategory ul li.current a[data-category="会社説明会"],
.infoCategory ul li:hover a[data-category="会社説明会"] {
  color: #D3991D;
}
.infoCategory ul li.current a[data-category="1day就業体験"],
.infoCategory ul li:hover a[data-category="1day就業体験"] {
  color: #2AB454;
}
.infoCategory ul li.current a[data-category="カジュアル面談"],
.infoCategory ul li:hover a[data-category="カジュアル面談"] {
  color: #C31A7F;
}
.infoCategory ul li.current a[data-category="その他"],
.infoCategory ul li:hover a[data-category="その他"] {
  color: #9F9EC7;
}
.infoCategory ul li.current a {
  pointer-events: none;
}
.infoCategory ul li.current a::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #AF1C40;
  margin: 0;
  position: absolute;
  left: 0;
  top: 28px;
}
.infoCategory ul li.current a[data-category="会社説明会"]::before {
  background: #D3991D;
}
.infoCategory ul li.current a[data-category="1day就業体験"]::before {
  background: #2AB454;
}
.infoCategory ul li.current a[data-category="カジュアル面談"]::before {
  background: #C31A7F;
}
.infoCategory ul li.current a[data-category="その他"]::before {
  background: #9F9EC7;
}
.infoCategory ul li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #A8A8A8;
}
/*+++++++++++++++++++++++++++++++++++++++++++
  infoHeader
+++++++++++++++++++++++++++++++++++++++++++ */
.infoHeader {
  margin: 0 50px 112px;
  padding: 60px 0 77px;
  border-bottom: #D7D7D7 1px solid;
}
@media (width <= 1023px) {
  .infoHeader {
    margin: 0 10px 112px;
    padding-bottom: 30px;
  }
}
@media (width <= 767px) {
  .infoHeader {
    margin-bottom: 50px;
  }
}
.infoHeader .btn {
  margin: 0 0 52px;
}
.infoHeader .btn a {
  gap: 0;
  padding: 0 0 0 30px;
  max-width: 180px;
  min-height: 60px;
  background: #FFF;
  border: #AF1C40 1px solid;
  color: #AF1C40;
  font-weight: bold;
}
@media (width <= 767px) {
  .infoHeader .btn a {
    max-width: max-content;
    min-height: 30px;
    padding: 20px 20px 20px 40px;
  }
}
.infoHeader .btn a i {
  left: 20px;
  right: auto;
}
@media (width <= 767px) {
  .infoHeader .btn a i {
    left: 10px;
  }
}
.infoHeader h1 {
  margin: 0 0 20px;
  padding: 0 50px;
  font-size: 4rem;
  line-height: 1.4;
}
@media (width <= 1023px) {
  .infoHeader h1 {
    padding: 0;
  }
}
@media (width <= 767px) {
  .infoHeader h1 {
    font-size: 8vw;
  }
}
.infoHeader_data {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 14px;
  justify-content: flex-start;
  align-items: center;
  padding: 0 50px;
}
@media (width <= 1023px) {
  .infoHeader_data {
    padding: 0;
  }
}
.infoHeader_data time {
  font-size: 2.4rem;
  font-weight: 800;
  font-family: 'Roboto', sans-serif;
  color: #AF1C40;
}
@media (width <= 767px) {
  .infoHeader_data time {
    font-size: 4.8vw;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
  pageReturn
+++++++++++++++++++++++++++++++++++++++++++ */
.pageReturn.btn {
  margin: 112px 50px 112px;
  padding: 48px 0 0;
  text-align: center;
  border-top: #D7D7D7 1px solid;
}
@media (width <= 1023px) {
  .pageReturn.btn {
    margin: 112px 0 112px;
    padding: 48px 10px 0;
  }
}
@media (width <= 767px) {
  .pageReturn.btn {
    margin: 50px 0;
  }
}
.pageReturn.btn a {
  max-width: 360px;
  min-height: 60px;
  font-size: 2.4rem;
  background: #AF1C40;
  color: #FFF;
}
@media (width <= 767px) {
  .pageReturn.btn a {
    max-width: max-content;
    min-height: 0;
    padding: 20px 40px;
    font-size: 4.8vw;
  }
}
