@charset "utf-8";
/* common
-------------------------------------------------------------- */

/* about
-------------------------------------------------------------- */
#about {
  position: relative;
}
#about .logo {
  position: absolute;
  top: -50px;
  right: 16%;
}
#about .txtArea {
  padding: 80px 0;
  width: 73%;
}
#about h2 {
  padding-bottom: 20px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
}
#about p {
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  #about .logo {
    top: -60px;
    right: 12%;
    width: 80px;
  }
  #about .txtArea {
    padding: 60px 0;
    width: 100%;
  }
  #about h2 {
    font-size: 2.4rem;
  }
  #about p {
    font-size: 1.5rem;
    font-weight: 400;
  }
}

/* pickup
-------------------------------------------------------------- */
#pickup {
  padding: 80px 0;
}
#pickup .inner {
  margin-left: calc((100% - 1450px) / 2);
}
#pickup h2 {
  padding-top: 50px;
  width: 400px;
  color: var(--vividorange);
  font-size: 6rem;
  line-height: 1.5;
}
#pickup .sliderWrap {
  width: calc(100% - 400px);
  overflow: hidden;
}
#pickup .swiper {
  position: relative;
}
#pickup .swiper-wrapper {
  position: relative;
  display: flex !important;
  z-index: 1;
}
#pickup .swiper-slide {
  flex: 0 0 390px !important;
  width: 390px !important;
}
#pickup .card {
  width: 100%;
  background: var(--white);
}
#pickup .card a {
  width: 100%;
}
#pickup .eyecatch {
  width: 100%;
  background-color: var(--lightgray);
  background-size: cover;
  aspect-ratio: 390 / 290;
}
#pickup .info {
  align-items: flex-end;
  padding: 15px 20px;
  width: 100%;
}
#pickup .info .office {
  padding-bottom: 10px;
  font-weight: 700;
  line-height: 1;
}
#pickup .info .jobtype {
  gap: 10px;
}
#pickup .info .jobtype li {
  padding: 5px;
  background: var(--orange);
  color: var(--white);
  font-weight: 700;
  line-height: 1;
}
#pickup .info .title {
  padding: 10px 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}
#pickup .info .place {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
  line-height: 1;
}
#pickup .info .place::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 18px;
  background: url(../img/common/ico_place.svg) no-repeat center / contain;
  content: "";
}
#pickup .more {
  padding: 0 20px 20px;
  float: right;
  overflow: hidden;
}
#pickup .more span {
  position: relative;
  display: inline-block;
  width: 100px;
  color: var(--orange);
  font-weight: 700;
}
#pickup .more span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--orange);
  border-right: 2px solid var(--orange);
  transform: rotate(45deg);
  content: "";
}
@media (max-width: 1500px) {
  #pickup .inner {
    margin-left: 0;
    gap: 50px;
  }
  #pickup h2 {
    width: 100%;
  }
  #pickup .sliderWrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #pickup {
    padding: 40px 3%;
  }
  #pickup .inner {
    gap: 10px;
  }
  #pickup h2 {
    padding: 0;
    width: 400px;
    font-size: 3.6rem;
    line-height: 1.2;
  }
  #pickup .swiper {
    padding: 0 30px;
  }
  #pickup .swiper-slide {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
  #pickup .pickup-nav button {
    position: absolute;
    top: 50%;
    border: none;
    width: 30px;
    height: 30px;
    background: transparent;
    z-index: 10;
  }
  #pickup .pickup-prev {
    left: 0;
  }
  #pickup .pickup-next {
    right: 5px;
  }
  #pickup .pickup-prev::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border-top: 2px solid var(--orange);
    border-right: 2px solid var(--orange);
    transform: rotate(225deg);
    content: "";
  }
  #pickup .pickup-next::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    border-top: 2px solid var(--orange);
    border-right: 2px solid var(--orange);
    transform: rotate(45deg);
    content: "";
  }
  #pickup .info {
    align-items: flex-end;
    padding: 15px 20px;
    width: 100%;
  }
  #pickup .info .title {
    font-size: 1.8rem;
  }
  #pickup .info .place {
    padding-left: 18px;
  }
  #pickup .info .place::before {
    top: -2px;
    width: 12px;
    height: 16px;
  }
  #pickup .more span {
    width: 90px;
  }
  #pickup .more span::after {
    width: 8px;
    height: 8px;
  }
}

/* entry
-------------------------------------------------------------- */
#entry {
  padding: 70px 0 200px;
}
#entry h2 {
  padding-bottom: 100px;
  color: var(--vividorange);
  font-size: 6rem;
  line-height: 1;
}
#entry ul {
  gap: 70px;
}
#entry li {
  width: calc((100% - 140px) / 3);
}
#entry li a {
  width: 100%;
}
#entry li figure {
  margin-bottom: 5px;
}
#entry li figure img {
  width: 100%;
}
#entry li .ttl {
  position: relative;
  padding-right: 20px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}
#entry li .ttl::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--orange);
  border-right: 2px solid var(--orange);
  transform: rotate(45deg);
  content: "";
}
#entry li a:hover .ttl {
  color: var(--orange);
}
@media (max-width: 1200px) {
  #entry ul {
    gap: 40px;
  }
  #entry li {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 768px) {
  #entry {
    padding: 40px 0 100px;
  }
  #entry h2 {
    padding-bottom: 30px;
    font-size: 3.6rem;
  }
  #entry ul {
    gap: 10px 5px;
  }
  #entry li {
    width: calc((100% - 5px) / 2);
  }
  #entry li .ttl {
    padding-right: 12px;
    font-size: 1.4rem;
  }
  #entry li .ttl::after {
    right: 3px;
    margin: auto;
    width: 8px;
    height: 8px;
  }
}


/* news
-------------------------------------------------------------- */
#news h2 {
  padding-bottom: 100px;
  width: 400px;
  color: var(--vividorange);
  font-size: 6rem;
  line-height: 1;
}
#news .newsWrap {
  width: calc(100% - 400px);
}
#news .postArea {
  border-top: 1px dotted var(--gray);
}
#news .postArea li {
  padding: 15px 0;
  border-bottom: 1px dotted var(--lightgray);
}
#news .postArea li:last-child {
  margin-bottom: 0;
}
#news .postArea li a {
  align-items: flex-start;
  justify-content: space-between;
  font-size: 2rem;
}
#news .postArea li .date {
  width: 150px;
}
#news .postArea li .ttl {
  width: calc(100% - 150px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#news .btnMore a {
  margin: 50px auto;
}
@media (max-width: 1500px) {
  #news h2 {
    padding-bottom: 50px;
    width: 100%;
  }
  #news .newsWrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #news h2 {
    padding-bottom: 30px;
    font-size: 3.6rem;
  }
  #news .postArea li {
    padding: 10px 0;
  }
  #news .postArea li a {
    position: relative;
    padding-right: 10px;
    font-size: 1.4rem;
  }
  #news .postArea li .ttl {
    width: 100%;
    -webkit-line-clamp: 2;
  }
  #news .postArea li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--orange);
    border-right: 1px solid var(--orange);
    transform: rotate(45deg);
    content: "";
  }
  #news .btnMore a {
    margin: 50px auto;
  }
}

/* know
-------------------------------------------------------------- */
#know h2 {
  padding-bottom: 50px;
  color: var(--vividorange);
  font-size: 6rem;
  line-height: 1;
}
#know li {
  position: relative;
  width: 25%;
  aspect-ratio: 12 / 15;
}
#know li a {
  display: block;
  width: 100%;
  height: 100%;
}
#know li span {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px;
  width: 100%;
  font-size: 4rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  z-index: 2;
}
#know li .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg,rgba(68, 68, 68, 1) 0%, rgba(68, 68, 68, 0) 100%);
  z-index: 1;
}
#know li:first-child a {
  background: url(../img/index/know_img01.jpg) no-repeat center / cover;
}
#know li:nth-child(2) a {
  background: url(../img/index/know_img02.jpg) no-repeat center / cover;
}
#know li:nth-child(3) a {
  background: url(../img/index/know_img03.jpg) no-repeat center / cover;
}
#know li:last-child a {
  background: url(../img/index/know_img04.jpg) no-repeat center / cover;
}
@media (max-width: 767px) {
  #know h2 {
    padding-bottom: 20px;
    font-size: 3.6rem;
  }
  #know li {
    width: 100%;
    aspect-ratio: 12 / 8;
  }
  #know li span {
    padding: 20px;
    font-size: 2.4rem;
  }
}
/* faq
-------------------------------------------------------------- */
#faq {
  margin: 150px 0 50px;
}
#faq h2 {
  padding-bottom: 100px;
  width: 350px;
  color: var(--vividorange);
  font-size: 6rem;
  line-height: 1;
}
#faq .faqList {
  border-top: 1px dashed var(--lightgray);
  width: calc(100% - 350px);
}
#faq dl {
  border-bottom: 1px dashed var(--lightgray);
}
#faq dt {
  position: relative;
  padding: 20px 70px 20px 60px;
  font-size: 2.3rem;
  font-weight: 700;
  cursor: pointer;
}
#faq dt::before {
  position: absolute;
  top: 25px;
  left: 20px;
  color: var(--vividorange);
  width: 20px;
  height: 100%;
  background: url(../img/index/ico-q.svg) no-repeat top center / contain;
  line-height: 1;
  content: "";
}
#faq dt::after {
  position: absolute;
  top: 15px;
  right: 20px;
  color: var(--vividorange);
  width: 48px;
  height: 48px;
  background: url(../img/index/arrow_down.svg) no-repeat top center / contain;
  line-height: 1;
  content: "";
  transition: all .3s ease;
}
#faq dt.open::after {
  transform: rotate(180deg);
}
#faq dd {
  display: none;
  position: relative;
  padding: 20px 70px 20px 60px;
  font-size: 1.8rem;
  cursor: pointer;
}
#faq dd::before {
  position: absolute;
  top: 18px;
  left: 20px;
  color: var(--vividorange);
  width: 20px;
  height: 100%;
  background: url(../img/index/ico-a.svg) no-repeat top center / contain;
  line-height: 1;
  content: "";
}
#faq .btnMore {
  width: 100%;
}
#faq .btnMore a {
  padding: 10px 50px 20px;
  margin: 100px auto 50px;
  max-width: 580px;
  border-radius: 70px;
}
#faq .btnMore a span {
  display: block;
  margin-top: 10px;
}
#faq .btnMore a::after {
  right: 30px;
}
@media (max-width: 1500px) {
  #faq h2 {
    padding-bottom: 50px;
    width: 100%;
  }
  #faq .faqList {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #faq {
    margin: 50px 0 30px;
  }
  #faq h2 {
    padding-bottom: 30px;
    font-size: 3.6rem;
  }
  #faq dt {
    padding: 10px 30px 10px 40px;
    font-size: 1.6rem;
  }
  #faq dt::before {
    top: 12px;
    left: 10px;
    width: 15px;
  }
  #faq dt::after {
    top: 15px;
    right: 5px;
    width: 24px;
    height: 24px;
  }
  #faq dd {
    padding: 10px 30px 10px 40px;
    font-size: 1.4rem;
  }
  #faq dd::before {
    top: 10px;
    left: 10px;
    width: 15px;
  }
  #faq .btnMore a {
    padding: 10px 40px 20px;
    margin: 50px auto 30px;
    max-width: 580px;
  }
  #faq .btnMore a img {
    width: 60%;
  }
  #faq .btnMore a span {
    margin-top: 5px;
  }
  #faq .btnMore a::after {
    right: 20px;
  }
}
