@charset "UTF-8";
/*html body setting*/
/* line 3, ../scss/_default.scss */
html {
  overflow-y: scroll;
  font-size: 62.5%;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 10, ../scss/_default.scss */
body {
  position: relative;
  /*overflow: hidden;*/
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #fff;
  color: #333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  height: 100%;
  margin: auto;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt";
}

/*px base setting*/
/* line 31, ../scss/_default.scss */
#pxBase sup {
  vertical-align: super;
  font-size: .5em;
}
/* line 35, ../scss/_default.scss */
#pxBase a:link,
#pxBase a:visited,
#pxBase a:active,
#pxBase a:hover {
  text-decoration: none;
}
/* line 41, ../scss/_default.scss */
#pxBase figure {
  position: relative;
}
/* line 44, ../scss/_default.scss */
#pxBase img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
/* line 48, ../scss/_default.scss */
#pxBase img.object-fit {
  object-fit: cover;
  height: 100%;
}

/* visible or hidden
--------------------------------------------------------------------------------*/
/* line 57, ../scss/_default.scss */
.hidden-pc {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  /* line 60, ../scss/_default.scss */
  .visible-pc {
    display: none !important;
  }

  /* line 61, ../scss/_default.scss */
  .hidden-pc {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  /* line 64, ../scss/_default.scss */
  .visible-tbsp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  /* line 67, ../scss/_default.scss */
  .visible-sp {
    display: none !important;
  }
}
/* line 69, ../scss/_default.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 73, ../scss/_default.scss */
  .hidden-xs {
    display: none !important;
  }

  /* line 76, ../scss/_default.scss */
  .visible-xs {
    display: block !important;
  }
}
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
/* line 7, ../scss/company.scss */
.mv .mvImg img {
  object-position: center center;
}

/* line 13, ../scss/company.scss */
.imgcap.bk {
  color: #222;
  text-shadow: none;
}

/* line 18, ../scss/company.scss */
.image-sec {
  height: 100vh;
}
/* line 20, ../scss/company.scss */
.image-sec .mvImg {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 24, ../scss/company.scss */
.image-sec .mvImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 30, ../scss/company.scss */
.image-sec .mvImg::after {
  position: absolute;
  content: "";
  height: 200px;
  background-image: linear-gradient(180deg, #f2f2f2, rgba(242, 242, 242, 0));
  top: 0;
  left: 0;
  width: 100%;
}

/* line 41, ../scss/company.scss */
.company-sec {
  background-color: rgba(0, 0, 0, 0);
  padding: 160px 0 80px 0;
}
/* line 44, ../scss/company.scss */
.company-sec .inner {
  padding: 0px 80px;
  max-width: 1440px;
  margin: 0 auto;
}
/* line 48, ../scss/company.scss */
.company-sec .inner .leadCopy {
  margin-bottom: 0;
}

/* line 54, ../scss/company.scss */
.companyList-sec {
  margin-bottom: 160px;
}
/* line 57, ../scss/company.scss */
.companyList-sec .leadCopy {
  font-size: 24px;
  margin-bottom: 20px;
}
/* line 61, ../scss/company.scss */
.companyList-sec .companyList .companyItem {
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 80px 0;
}
/* line 66, ../scss/company.scss */
.companyList-sec .companyList .companyItem .companyItemInner {
  display: flex;
  flex-direction: row-reverse;
  gap: 80px;
  padding: 0px 80px;
  max-width: 1440px;
}
@media only screen and (max-width: 1440px) {
  /* line 66, ../scss/company.scss */
  .companyList-sec .companyList .companyItem .companyItemInner {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  /* line 66, ../scss/company.scss */
  .companyList-sec .companyList .companyItem .companyItemInner {
    flex-direction: column;
    gap: 40px;
    padding: 0px 50px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 66, ../scss/company.scss */
  .companyList-sec .companyList .companyItem .companyItemInner {
    padding: 0px 30px;
  }
}
/* line 83, ../scss/company.scss */
.companyList-sec .companyList .companyItem .companyItemInner.wide {
  flex-direction: column;
}
/* line 85, ../scss/company.scss */
.companyList-sec .companyList .companyItem .companyItemInner.wide .companyBody {
  width: 100%;
}
/* line 88, ../scss/company.scss */
.companyList-sec .companyList .companyItem .companyItemInner.wide .companyImg {
  padding: 30px;
  background-color: #fff;
  width: 100%;
}
/* line 93, ../scss/company.scss */
.companyList-sec .companyList .companyItem .companyItemInner .companyBody {
  padding-left: 0;
  width: 56%;
}
@media only screen and (max-width: 991px) {
  /* line 93, ../scss/company.scss */
  .companyList-sec .companyList .companyItem .companyItemInner .companyBody {
    width: 100%;
  }
}
/* line 99, ../scss/company.scss */
.companyList-sec .companyList .companyItem .companyItemInner .companyBody .companyLogo {
  margin-bottom: 20px;
  padding-bottom: 30px;
  position: relative;
}
/* line 103, ../scss/company.scss */
.companyList-sec .companyList .companyItem .companyItemInner .companyBody .companyLogo::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c2c2c2;
  content: "";
}
/* line 112, ../scss/company.scss */
.companyList-sec .companyList .companyItem .companyItemInner .companyBody .companyLogo img {
  max-width: 320px;
}
/* line 116, ../scss/company.scss */
.companyList-sec .companyList .companyItem .companyItemInner .companyBody .leadCopy {
  line-height: 1.75;
}
/* line 118, ../scss/company.scss */
.companyList-sec .companyList .companyItem .companyItemInner .companyBody .leadCopy.sohgho {
  color: #208949;
  margin-bottom: 0;
}
/* line 121, ../scss/company.scss */
.companyList-sec .companyList .companyItem .companyItemInner .companyBody .leadCopy.sohgho.subCopy {
  font-size: 1em;
  margin-bottom: 20px;
}
/* line 126, ../scss/company.scss */
.companyList-sec .companyList .companyItem .companyItemInner .companyBody .leadCopy.tokyu {
  color: #3ea442;
}
/* line 129, ../scss/company.scss */
.companyList-sec .companyList .companyItem .companyItemInner .companyBody .leadCopy.yomiuri {
  color: #259e3b;
}
/* line 134, ../scss/company.scss */
.companyList-sec .companyList .companyItem .companyItemInner .companyImg {
  position: relative;
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
}
/* line 140, ../scss/company.scss */
.companyList-sec .companyList .companyItem .companyItemInner .companyImg > div {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  /* line 134, ../scss/company.scss */
  .companyList-sec .companyList .companyItem .companyItemInner .companyImg {
    width: 100%;
  }
}
/* line 144, ../scss/company.scss */
.companyList-sec .companyList .companyItem .companyItemInner .companyImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 149, ../scss/company.scss */
.companyList-sec .companyList .companyItem .companyItemInner .companyImg.haseko {
  max-width: 800px;
  margin: 0 auto;
}
/* line 156, ../scss/company.scss */
.companyList-sec .companyItem:nth-child(even) {
  background-color: #fff;
}
/* line 158, ../scss/company.scss */
.companyList-sec .companyItem:nth-child(even) .companyItemInner {
  flex-direction: row;
}
@media only screen and (max-width: 991px) {
  /* line 158, ../scss/company.scss */
  .companyList-sec .companyItem:nth-child(even) .companyItemInner {
    flex-direction: column;
  }
}
/* line 163, ../scss/company.scss */
.companyList-sec .companyItem:nth-child(even) .companyItemInner .companyBody {
  padding-right: 0;
}

/* line 169, ../scss/company.scss */
[class^="company-swiper"] {
  /* ページネーションの余白 */
  /* ページネーションのサイズと色 */
}
/* line 171, ../scss/company.scss */
[class^="company-swiper"] .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
[class^="company-swiper"] .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 20px 20px;
}
@media only screen and (max-width: 767px) {
  /* line 171, ../scss/company.scss */
  [class^="company-swiper"] .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  [class^="company-swiper"] .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px 10px;
  }
}
/* line 178, ../scss/company.scss */
[class^="company-swiper"] .swiper-pagination {
  bottom: -60px !important;
}
@media only screen and (max-width: 767px) {
  /* line 178, ../scss/company.scss */
  [class^="company-swiper"] .swiper-pagination {
    bottom: -40px !important;
  }
}
/* line 185, ../scss/company.scss */
[class^="company-swiper"] .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  transition: .3s ease;
}
@media only screen and (max-width: 767px) {
  /* line 185, ../scss/company.scss */
  [class^="company-swiper"] .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
/* line 193, ../scss/company.scss */
[class^="company-swiper"] .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #292929;
}
/* line 196, ../scss/company.scss */
[class^="company-swiper"] .swiper-pagination-bullet:hover {
  opacity: 1;
}
/* line 204, ../scss/company.scss */
[class^="company-swiper"] .swiper-slide img {
  height: auto;
  width: 100%;
}

/*# sourceMappingURL=company.css.map */
