@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;
}
@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-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;
  }
}

.mv {
  position: relative;
}
.mv::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 1px;
  top: 11.1197916667vw;
  left: 0;
}
@media only screen and (max-width: 1390px) {
  .mv::before {
    top: 11.0416666667vw;
  }
}
@media only screen and (max-width: 1200px) {
  .mv::before {
    top: 13.3rem;
  }
}
@media only screen and (max-width: 640px) {
  .mv::before {
    top: 30.9375vw;
  }
}
.mv::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.15);
  width: 1px;
  height: 100%;
  top: 0;
  left: 3.125vw;
  z-index: 100;
}
@media only screen and (max-width: 1200px) {
  .mv::after {
    left: 3.7rem;
  }
}
@media only screen and (max-width: 640px) {
  .mv::after {
    left: 3.125vw;
  }
}
.mv .content {
  padding-top: 12rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 1390px) {
  .mv .content {
    padding-top: 10rem;
  }
}
@media only screen and (max-width: 640px) {
  .mv .content {
    padding-top: 15.625vw;
  }
}

.swiper {
  width: 89.5833333333vw;
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  .swiper {
    width: 89.5833333333%;
  }
}

.mv__title {
  background: #fff;
  padding: 2.34375vw 3.0729166667vw 2.96875vw;
  position: absolute;
  top: 11.1979166667vw;
  left: 3.3854166667vw;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .mv__title {
    padding: 2.7rem 3.8rem 3.6rem;
    top: 13.4rem;
    left: 4rem;
  }
}
@media only screen and (max-width: 640px) {
  .mv__title {
    padding: 3.125vw 3.125vw;
    left: 3.90625vw;
    top: 43.75vw;
  }
}

.mv__main {
  color: #231815;
  font-feature-settings: "halt" on;
  font-family: YakuHanMP, "Noto Serif JP";
  font-size: 3.6458333333vw;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.1821354167vw;
}
@media only screen and (max-width: 1200px) {
  .mv__main {
    font-size: 4.3rem;
    letter-spacing: 2.18px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 640px) {
  .mv__main {
    font-size: 6.25vw;
  }
}
.mv__main span {
  font-size: 3.125vw;
  letter-spacing: 0.1541145833vw;
}
@media only screen and (max-width: 1200px) {
  .mv__main span {
    font-size: 3.7rem;
    letter-spacing: 1.1575px;
  }
}
@media only screen and (max-width: 640px) {
  .mv__main span {
    font-size: 5.3125vw;
  }
}

.mv__sub {
  color: #231815;
  font-feature-settings: "halt" on;
  font-family: YakuHanMP, "Noto Serif JP";
  font-size: 1.7708333333vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.28109375vw;
  margin-top: 1.09375vw;
}
@media only screen and (max-width: 1200px) {
  .mv__sub {
    font-size: 2.1rem;
    letter-spacing: 3.37px;
    margin-top: 1.3rem;
  }
}
@media only screen and (max-width: 640px) {
  .mv__sub {
    font-size: 2.96875vw;
  }
}

.mv__copy {
  display: flex;
  overflow: hidden;
  padding: 2rem 0 7.1rem;
  position: relative;
}
.mv__copy::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 1px;
  top: 2.5vw;
  left: 0;
}
@media only screen and (max-width: 1580px) {
  .mv__copy::before {
    top: 2.8481012658vw;
  }
}
@media only screen and (max-width: 1390px) {
  .mv__copy::before {
    top: 2.8057553957vw;
  }
}
@media only screen and (max-width: 1200px) {
  .mv__copy::before {
    top: 20%;
  }
}
@media only screen and (max-width: 640px) {
  .mv__copy::before {
    top: 19.5%;
  }
}

.mv__copy-txt {
  color: #231815;
  font-family: "Cormorant Garamond";
  font-size: 8.3333333333vw;
  font-weight: 300;
  line-height: 1;
  white-space: nowrap;
  padding-right: 0.5em;
  animation: marquee 30s linear infinite;
}
@media only screen and (max-width: 640px) {
  .mv__copy-txt {
    font-size: 12.8125vw;
  }
}

@keyframes marquee {
  0% {
    transform: translateX 0%;
  }
  100% {
    transform: translateX(-100%);
  }
}
.c-container {
  width: 89.5833333333vw;
}
@media only screen and (max-width: 1200px) {
  .c-container {
    width: 107.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .c-container {
    width: 100%;
  }
}

.c-wrapper {
  color: #fff;
  padding-bottom: 7.6041666667vw;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 32.65%);
  width: 59.8958333333vw;
  padding-top: 13.0208333333vw;
}
@media only screen and (max-width: 1200px) {
  .c-wrapper {
    padding-top: 15.6rem;
    padding-bottom: 9.1rem;
    width: 71.9rem;
  }
}
@media only screen and (max-width: 640px) {
  .c-wrapper {
    width: 100%;
    padding-top: 23.4375vw;
    padding-bottom: 15.625vw;
  }
}

.c-title {
  font-family: "Cormorant Garamond";
  font-size: 10.4166666667vw;
  font-weight: 300;
  line-height: 100%;
  position: absolute;
  left: 0;
  top: -4.8%;
}
@media only screen and (max-width: 1390px) {
  .c-title {
    top: -4.5%;
  }
}
@media only screen and (max-width: 1200px) {
  .c-title {
    font-size: 12.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .c-title {
    top: -3.25%;
    font-size: 15.625vw;
  }
}

.c-body {
  width: 24.7395833333vw;
  margin-left: 8.3333333333vw;
}
@media only screen and (max-width: 1200px) {
  .c-body {
    width: 29.7rem;
    margin-left: 10rem;
  }
}
@media only screen and (max-width: 640px) {
  .c-body {
    width: 90%;
    margin: 0 auto;
  }
}

.c-lead {
  font-family: YakuHanMP, "Noto Serif JP";
  font-size: 2.2916666667vw;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.1145833333vw;
}
@media only screen and (max-width: 1200px) {
  .c-lead {
    font-size: 2.8rem;
    letter-spacing: 1.375px;
  }
}

.c-text {
  font-feature-settings: "halt" on;
  font-family: "Noto Sans JP";
  font-size: 1.0416666667vw;
  font-weight: 500;
  line-height: 180%;
  margin: 2.4479166667vw 0;
}
@media only screen and (max-width: 1200px) {
  .c-text {
    font-size: 1.3rem;
    margin: 2.9rem 0;
  }
}

.c-button {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
  color: #fff;
  font-family: YakuHanMP, "Noto Serif JP";
  font-size: 1.25vw;
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 1200px) {
  .c-button {
    font-size: 1.5rem;
    gap: 1rem;
  }
}
.c-button img {
  width: 2.7083333333vw;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 1200px) {
  .c-button img {
    width: 3.3rem;
  }
}

.about-us .content {
  margin: 0;
  padding-bottom: 6.7708333333vw;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .about-us .content {
    padding-bottom: 10.9375vw;
  }
}
.about-us .content::after {
  content: "";
  position: absolute;
  background: linear-gradient(106deg, #000 0%, #231815 100%);
  width: 79.6875vw;
  aspect-ratio: 153/83;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .about-us .content::after {
    width: 956px;
  }
}
@media only screen and (max-width: 640px) {
  .about-us .content::after {
    width: 90%;
    aspect-ratio: 1/1;
  }
}

.about-us__container {
  background: url(../img/index/img_about.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .about-us__container {
    background: url(../img/index/img_about-sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

@media only screen and (max-width: 640px) {
  .about-us__title.c-title {
    top: -2.75%;
    font-size: 14.375vw;
    letter-spacing: -0.025em;
  }
}

.service .content {
  margin-top: 0.5208333333vw;
  margin-bottom: 0;
  padding-bottom: 6.7708333333vw;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .service .content {
    margin-top: 1rem;
    padding-bottom: 8.1rem;
  }
}
@media only screen and (max-width: 640px) {
  .service .content {
    padding-bottom: 10.9375vw;
  }
}
.service .content::after {
  content: "";
  position: absolute;
  background: linear-gradient(106deg, #000 0%, #231815 100%);
  width: 79.6875vw;
  aspect-ratio: 153/83;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .service .content::after {
    width: 956px;
  }
}
@media only screen and (max-width: 640px) {
  .service .content::after {
    width: 90%;
    aspect-ratio: 1/1;
  }
}

.service__container {
  background: url(../img/index/img_service.jpg) no-repeat center center;
  background-size: cover;
  margin-left: auto;
}

.service__wrapper {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.4) 66.97%, rgba(0, 0, 0, 0) 100%);
  margin-left: auto;
}

.service__title {
  right: -1.0416666667vw;
  left: auto;
}
@media only screen and (max-width: 1200px) {
  .service__title {
    right: -1.2rem;
  }
}
@media only screen and (max-width: 640px) {
  .service__title {
    right: auto;
  }
}

.service__body {
  margin-left: 26.8229166667vw;
}
@media only screen and (max-width: 1200px) {
  .service__body {
    margin-left: 32.2rem;
  }
}
@media only screen and (max-width: 640px) {
  .service__body {
    margin: 0 auto;
  }
}

.support .content {
  margin-top: 0.5208333333vw;
  padding-bottom: 6.7708333333vw;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .support .content {
    margin-top: 1rem;
    padding-bottom: 8.1rem;
  }
}
@media only screen and (max-width: 640px) {
  .support .content {
    padding-bottom: 10.9375vw;
  }
}
.support .content::after {
  content: "";
  position: absolute;
  background: linear-gradient(106deg, #000 0%, #231815 100%);
  width: 79.6875vw;
  aspect-ratio: 153/83;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .support .content::after {
    width: 956px;
  }
}
@media only screen and (max-width: 640px) {
  .support .content::after {
    width: 90%;
    aspect-ratio: 1/1;
  }
}

.support__container {
  background: url(../img/index/img_support.jpg) no-repeat center center;
  background-size: cover;
}

.link .content {
  margin: 12rem 0 15.2rem;
}
@media only screen and (max-width: 640px) {
  .link .content {
    margin: 15.625vw 0;
  }
}

.link__list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .link__list {
    flex-direction: column;
    gap: 4.6875vw;
  }
}

.link__card {
  width: 55rem;
}
@media only screen and (max-width: 640px) {
  .link__card {
    width: 100%;
  }
}

.link__card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.1rem;
}
@media only screen and (max-width: 640px) {
  .link__card-title {
    margin-top: 2.34375vw;
  }
}
.link__card-title p {
  color: #000;
  font-family: YakuHanMP, "Noto Serif JP";
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 1.2px;
}
@media only screen and (max-width: 640px) {
  .link__card-title p {
    font-size: 3.75vw;
  }
}
.link__card-title img {
  width: 5.1rem;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 640px) {
  .link__card-title img {
    width: 7.96875vw;
  }
}

.information .content {
  margin-bottom: 33.3rem;
}
@media only screen and (max-width: 640px) {
  .information .content {
    margin-bottom: 15.625vw;
  }
}

.information__container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .information__container {
    flex-direction: column;
    gap: 6.25vw;
  }
}

.information__left {
  width: 46rem;
}
@media only screen and (max-width: 1200px) {
  .information__left {
    width: 43rem;
  }
}
@media only screen and (max-width: 640px) {
  .information__left {
    width: 100%;
  }
}

.information__title {
  color: #000;
}
@media only screen and (max-width: 640px) {
  .information__title {
    text-align: center;
  }
}

.information__title-en {
  font-family: "Cormorant Garamond";
  font-size: 6.4rem;
  font-weight: 300;
  line-height: 0.9;
}
@media only screen and (max-width: 1390px) {
  .information__title-en {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 640px) {
  .information__title-en {
    font-size: 11.25vw;
  }
}

.information__title-ja {
  font-family: YakuHanMP, "Noto Serif JP";
  font-size: 2.4rem;
  font-weight: 500;
  line-height: normal;
  margin-top: 2.9rem;
}
@media only screen and (max-width: 640px) {
  .information__title-ja {
    font-size: 4.0625vw;
    margin-top: 4.53125vw;
  }
}

.information__button {
  margin-top: 5.9rem;
}
@media only screen and (max-width: 640px) {
  .information__button {
    margin-top: 4.6875vw;
  }
}
.information__button a {
  display: flex;
  gap: 3rem;
  align-items: center;
  font-family: YakuHanMP, "Noto Serif JP";
  font-size: 2.4rem;
  line-height: normal;
}
@media only screen and (max-width: 640px) {
  .information__button a {
    justify-content: center;
    font-size: 4.375vw;
  }
}
.information__button a img {
  width: 5.2rem;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 640px) {
  .information__button a img {
    width: 8.125vw;
  }
}

.information__right {
  width: 95rem;
}
@media only screen and (max-width: 1580px) {
  .information__right {
    width: 85rem;
  }
}
@media only screen and (max-width: 640px) {
  .information__right {
    width: 100%;
  }
}
.information__right table {
  width: 100%;
  font-family: "Noto Sans JP";
}
@media only screen and (max-width: 640px) {
  .information__right table {
    display: block;
  }
}
.information__right tbody {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media only screen and (max-width: 640px) {
  .information__right tbody {
    gap: 1.5625vw;
  }
}
.information__right tr {
  background: rgba(35, 24, 21, 0.05);
}
@media only screen and (max-width: 640px) {
  .information__right tr {
    padding-left: 5.625vw;
  }
}
.information__right th {
  color: rgba(0, 0, 0, 0.4);
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1px;
  padding: 3.5rem 0 3.5rem 3.6rem;
  width: 20rem;
}
@media only screen and (max-width: 1390px) {
  .information__right th {
    font-size: 1.8rem;
    width: 16rem;
  }
}
@media only screen and (max-width: 640px) {
  .information__right th {
    display: block;
    padding: 3.125vw 0 0 0;
    font-size: 3.59375vw;
  }
}
.information__right td {
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 1px;
  padding-right: 3.6rem;
}
@media only screen and (max-width: 1390px) {
  .information__right td {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 640px) {
  .information__right td {
    display: block;
    min-width: 0;
    width: 100%;
    margin-top: 1.5625vw;
    padding-bottom: 3.125vw;
    font-size: 3.59375vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}/*# sourceMappingURL=index.css.map */