@charset "UTF-8";

/* Scss Document */
/*--------------------------------------------------
設定
--------------------------------------------------*/
/* Scss Document */
/* Scss Document */
.l_base {
  width: 100%;
  max-width: 1140px;
  margin: auto;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .l_base {
    padding: 0 16px;
  }
}


.mv {
  width: 100%;
  height: 100vh;
}

.mv__item {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.mv__item img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.mv__item--txt {
  position: absolute;
  left: 230px;
  top: 40%;
  font-size: 1.3333333333vw;
  font-weight: 500;
  color: #424242;
}

@media screen and (max-width: 767px) {
  .mv__item--txt {
    left: 25px;
    top: 35%;
  }
}

.mv__item--txt h1 {
  font-size: 2.4vw;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .mv__item--txt h1 {
    font-size: 8vw;
  }
}

.mv__item--txt h1 span {
  font-size: 3.7333333333vw;
}

@media screen and (max-width: 767px) {
  .mv__item--txt h1 span {
    font-size: 10.6666666667vw;
  }
}

.mv__item .mv__scroll {
  position: absolute;
  bottom: 78px;
  right: 120px;
  font-size: 2rem;
  font-family: "Chivo", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .mv__item .mv__scroll {
    right: 85px;
  }
}

.mv__item .mv__scroll::after {
  content: "";
  position: absolute;
  width: 76px;
  height: 78px;
  background: url(/assets/images/top/ico_scroll.svg) no-repeat;
}

.mv__item .mv__scroll p {
  position: absolute;
  bottom: -60px;
  left: -25px;
  z-index: 1;
}

.mv .slick-list .slick-slide:not(.slick-current):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  transition: 0.3s ease 0s;
}

.serviceTab {
  display: flex;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}

.serviceTab__item {
  width: 50%;
  font-size: 2.6rem;
  font-weight: 500;
  color: #888;
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  transition: all 0.2s;
}

@media screen and (min-width: 768px) {
  .serviceTab__item:hover {
    opacity: 0.6;
  }
}

.serviceTab__item.is_current {
  color: #268dd9;
  border-bottom: 2px solid #268dd9;
}

.tagList {
  display: flex;
  justify-content: center;
  margin: 0 -20px 40px;
}

@media screen and (max-width: 767px) {
  .tagList {
    margin: 0 auto 20px;
    flex-wrap: wrap;
  }
}

.tagList__item {
  cursor: pointer;
  background: #e8eaf0;
  border-radius: 2px;
  text-align: center;
  margin: 0 5px;
  padding: 10px 20px;
  transition: all 0.2s;
}

@media screen and (max-width: 767px) {
  .tagList__item {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .tagList__item:hover {
    opacity: 0.6;
  }
}

.tagList__item.is_current {
  background: #1a3068;
  color: #fff;
}

.libHdc_tabArea {
  margin-bottom: 60px;
}

.searchPanel {
  max-width: 980px;
  margin: 0 auto;
}

.searchPanel .info__item {
  display: flex;
  flex-wrap: nowrap;
  padding: 20px 0 35px;
  border-bottom: 0.5px solid #dadada;
}

.searchPanel .info__item:first-child {
  border-top: 1px solid #dadada;
}

@media screen and (max-width: 767px) {
  .searchPanel .info__item {
    display: block;
  }
}

.searchPanel .info__item--date {
  width: 330px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 10px;
}

.searchPanel .info__item--date span {
  font-weight: 500;
  font-family: "Chivo", sans-serif;
  font-weight: 500;
}

.searchPanel .info__item--date label {
  padding-left: 20px;
  font-weight: 700;
  color: #288ed9;
}

.searchPanel .info__item--txt {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .searchPanel .info__item--txt {
    width: 90%;
  }
}

.searchPanel .info__item--txt a {
  position: relative;
}

.searchPanel .info__item--txt a span {
  display: block;
  width: 628px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .searchPanel .info__item--txt a span {
    width: 95%;
  }
}

.searchPanel .info__item--txt a::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 15px;
  width: 31px;
  height: 15px;
  background: url(/assets/images/ico_arrow.svg);
}

@media screen and (max-width: 767px) {
  .searchPanel .info__item--txt a::after {
    right: -25px;
  }
}

.searchPanel picture {
  width: 100%;
  display: block;
  text-align: center;
}

.searchPanel p {
  width: 100%;
  margin-top: 10px;
  font-size: 1.4rem;
}

.section1 {
  background: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 120px;
}

.sectionCopy {
  text-align: center;
  margin-bottom: 50px;
}

.sectionCopy p {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  display: inline-block;
}

.serviceTxt {
  display: flex;
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .serviceTxt {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .serviceTxt p {
    font-size: 1.4rem;
  }
}

.serviceTxt p span {
  padding-right: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Chivo", sans-serif;
  color: #1a3068;
}

@media screen and (max-width: 767px) {
  .serviceTxt p span {
    font-size: 2rem;
  }
}

.serviceTxt p+p {
  padding-left: 80px;
}

@media screen and (max-width: 767px) {
  .serviceTxt p+p {
    padding-left: 0;
    margin-top: 20px;
  }
}

.serviceList {
  display: flex;
  margin: 0 -20px 60px;
}

@media screen and (max-width: 767px) {
  .serviceList {
    display: block;
    margin: 0 0 30px;
  }
}

.serviceList__item {
  width: 340px;
  margin: 0 20px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .serviceList__item {
    width: 100%;
    margin: 0;
  }
}

.serviceList__item--box {
  position: relative;
}

.serviceList__item--img {
  display: block;
  height: 203px;
  margin-bottom: 45px;
  text-align: center;
}

.serviceList__item--txt {
  padding: 45px 30px 40px;
}

.serviceList__item--txt p {
  margin-bottom: 30px;
}

.serviceList__item.v-icoArrow2 {
  position: relative;
}

.serviceList__item.v-icoArrow2::after {
  content: "";
  width: 30px;
  height: 30px;
  border-top: solid 10px #273466;
  border-right: solid 10px #273466;
  position: absolute;
  top: 50%;
  right: -9%;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .serviceList__item.v-icoArrow2::after {
    top: initial;
    bottom: -6%;
    right: 0;
    left: 0;
    transform: rotate(135deg);
    margin: auto;
  }
}

.serviceList__item.v-icoArrow3 {
  position: relative;
}

.serviceList__item.v-icoArrow3::after {
  content: "";
  width: 30px;
  height: 30px;
  border-top: solid 10px #273466;
  border-right: solid 10px #273466;
  position: absolute;
  top: 50%;
  left: -9%;
  transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
  .serviceList__item.v-icoArrow3::after {
    top: -6%;
    right: 0;
    left: 0;
    transform: rotate(-45deg);
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .serviceList li+li {
    margin-top: 40px;
  }
}

.topBtn {
  display: block;
  position: relative;
  padding: 25px 40px;
  color: #fff;
  font-weight: 700;
  background: #1a3068;
  transition: all 0.2s;
}

@media screen and (min-width: 768px) {
  .topBtn:hover {
    opacity: 0.6;
  }
}

.topBtn.v-icoBlank {
  position: relative;
}

.topBtn.v-icoBlank::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 20px;
  width: 24px;
  height: 18px;
  background: url(/assets/images/ico_blank.svg) no-repeat;
}

.topBtn.v-icoArrow {
  position: relative;
}

.topBtn.v-icoArrow::after {
  content: "";
  position: absolute;
  top: 25px;
  right: -30px;
  width: 62px;
  height: 30px;
  background: url(/assets/images/top/ico_arrow.png) no-repeat;
}

.topBtn.v-btnWrap {
  width: 380px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .topBtn.v-btnWrap {
    width: 85%;
  }
}

.section2 .companyBg {
  padding: 70px 0;
  background: url(/assets/images/top/bg1.jpg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .section2 .companyBg {
    background-position-x: 60%;
  }
}

.section2 .companyBg .sectionTtl {
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .section2 .companyBg .sectionTtl {
    justify-content: center;
  }
}

.section2 .companyBg .company__item {
  float: right;
  margin-right: 120px;
}

@media screen and (max-width: 767px) {
  .section2 .companyBg .company__item {
    float: none;
    margin-right: 0;
  }
}

.section2 .companyBg .company__item .sectionCopy p {
  text-align: left;
}

.section2 .recruitBg {
  padding: 75px 0 60px;
  background: url(/assets/images/top/bg2.jpg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .section2 .recruitBg {
    background-position-x: 30%;
  }
}

.section2 .recruitBg .sectionTtl {
  justify-content: flex-start;
}

.section2 .recruitBg .recruit__item {
  float: left;
  margin-right: 120px;
}

@media screen and (max-width: 767px) {
  .section2 .recruitBg .recruit__item {
    float: none;
    margin-right: 0;
  }
}

.section2 .recruitBg .recruit__item .sectionCopy p {
  text-align: left;
}

.section3 {
  padding: 85px 0 100px;
}

.section4 {
  display: flex;
}

@media screen and (max-width: 767px) {
  .section4 {
    display: block;
  }
}

.section4 a {
  width: 100%;
  transition: all 0.2s;
}

@media screen and (min-width: 768px) {
  .section4 a:hover {
    opacity: 0.6;
  }
}

.section4 a img {
  width: 100%;
}

.partnerTtl {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.partnerTxt {
  margin-bottom: 30px;
}

.cl::after {
  content: "";
  display: block;
  clear: both;
}