@media only screen and (max-width: 640px) {
  .header {
    background: none;
  }
}

.mainvisual {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .mainvisual {
    height: 96rem;
  }
}
@media only screen and (max-width: 640px) {
  .mainvisual {
    height: 156.25vw;
  }
}
.mainvisual .mainvisual_container {
  position: absolute;
  top: 24.7rem;
  left: 10.4166666667%;
  line-height: 1.3;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .mainvisual .mainvisual_container {
    top: 37.5vw;
    left: 5.625vw;
  }
}
.mainvisual .mainvisual_title {
  margin-bottom: 0.5em;
  font-size: 7.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .mainvisual .mainvisual_title {
    font-size: 10vw;
  }
}
.mainvisual .mainvisual_lead {
  font-size: 3.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 640px) {
  .mainvisual .mainvisual_lead {
    font-size: 4.375vw;
  }
}
.mainvisual .mainvisual_video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  max-inline-size: none;
}
@media only screen and (max-width: 640px) {
  .mainvisual .mainvisual_video {
    height: 100%;
    min-height: initial;
  }
}

.business .inner {
  padding-top: 5.2083333333vw;
  position: relative;
}
@media only screen and (max-width: 1390px) {
  .business .inner {
    padding-top: 10rem;
  }
}
@media only screen and (max-width: 640px) {
  .business .inner {
    padding-top: 0;
  }
}
.business_container {
  margin: 0 auto 0 35.2083333333%;
  padding: 6.4rem 0 6.4rem 7.2916666667vw;
  background: #F6F6F6;
  width: 49.4791666667%;
  font-size: 2.4rem;
  line-height: 1.8;
}
@media only screen and (max-width: 1390px) {
  .business_container {
    width: 68rem;
    padding: 6.4rem 0 6.4rem 12rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 640px) {
  .business_container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background: none;
    font-size: 3.75vw;
  }
}
@media only screen and (max-width: 640px) {
  .business_image_container {
    margin-top: 8.75vw;
    display: flex;
  }
}
.business_image01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 40.1041666667%;
}
@media only screen and (max-width: 640px) {
  .business_image01 {
    margin-right: -11.875vw;
    position: static;
    width: 68.75vw;
  }
}
.business_image02 {
  position: absolute;
  top: 15vw;
  right: 0;
  width: 19.375%;
}
@media only screen and (max-width: 1390px) {
  .business_image02 {
    top: 28rem;
  }
}
@media only screen and (max-width: 640px) {
  .business_image02 {
    margin-top: 5.625vw;
    position: static;
    width: 37.5vw;
  }
}

.works_list {
  padding: 0.2rem;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .works_list {
    margin: 0 -5vw;
  }
}
.works_item {
  padding: 0.2rem;
  width: 25%;
}
.works_item figure {
  margin: 0;
}
.works_item img {
  max-width: initial;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .works_item {
    width: 50%;
  }
}
.works_item a {
  position: relative;
  display: block;
}
.works_text {
  padding: 4rem 4rem 3.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  line-height: 1.4;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .works_text {
    padding: 6.25vw 3.125vw 3.125vw;
  }
}
.works_category {
  font-size: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .works_category {
    font-size: 3.125vw;
  }
}
.works_title {
  font-size: 2rem;
}
@media only screen and (max-width: 640px) {
  .works_title {
    font-size: 3.75vw;
  }
}

.company .content {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .company_container {
    display: block;
  }
}
.company_column {
  padding: 2rem;
  width: 50%;
  background: #F6F6F6;
}
@media only screen and (max-width: 640px) {
  .company_column {
    margin: 0 -5vw;
    width: auto !important;
  }
}
.company_column a {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .company_column a {
    align-items: flex-start;
  }
}
@media only screen and (max-width: 640px) {
  .company .column-item {
    width: auto;
  }
}
.company_text {
  padding: 0 2.9166666667vw;
  width: 50%;
}
@media only screen and (max-width: 1200px) {
  .company_text {
    padding: 0 3.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .company_text {
    padding: 0 0 0 5.625vw;
  }
}
.company_image {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .company .csr_column {
    background: #fff;
  }
}

.recruit {
  background: url(../img/index/bg_recruit.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .recruit {
    padding-bottom: 46.875vw;
    background: url(../img/index/bg_recruit_sp.jpg) no-repeat center bottom;
    background-size: 100% auto;
  }
}
.recruit .content {
  margin-top: 0;
  padding: 5rem 0;
}
.recruit_container {
  margin: 0 0 0 auto;
  padding: 5.6rem 7.2rem;
  background: #F6F6F6;
  width: 64rem;
  font-size: 2rem;
}
@media only screen and (max-width: 640px) {
  .recruit_container {
    padding: 6.25vw 9.375vw;
    width: 100%;
    font-size: 3.125vw;
  }
}
@media only screen and (max-width: 640px) {
  .recruit_container .title-withEn .jp {
    font-size: 4.375vw;
  }
}

.news_container {
  display: flex;
  gap: 9.5rem;
}
@media only screen and (max-width: 640px) {
  .news_container {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
}
@media only screen and (max-width: 640px) {
  .news_title {
    width: 100%;
  }
}
.news_list {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  font-size: 2rem;
  width: 76rem;
}
@media only screen and (max-width: 640px) {
  .news_list {
    width: 100%;
    gap: 7.5vw;
    font-size: 3.75vw;
  }
}
@media only screen and (max-width: 640px) {
  .news_list .button-more {
    margin-right: auto;
    margin-left: auto;
  }
}
.news_item {
  display: flex;
}
@media only screen and (max-width: 640px) {
  .news_item {
    display: block;
  }
}
.news_item dt {
  width: 9em;
  font-family: "Crimson Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .news_item dt {
    width: auto;
  }
}
.news_item dd {
  width: calc(100% - 9em);
}
@media only screen and (max-width: 640px) {
  .news_item dd {
    width: auto;
  }
}/*# sourceMappingURL=index.css.map */