@charset "UTF-8";
/*============================================================
	Commmon
============================================================*/
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.inner {
  width: 87.5vw;
  max-width: 1260px;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .inner {
    width: 89.744%;
    max-width: 89.744vw;
  }
}

/*  headings
-------------------------------------------------*/
.business__ttl {
  font-family: "Zen Old Mincho", serif;
  color: #0E3A73;
  font-size: 2.222rem;
  font-weight: 700;
  margin-bottom: 4.444rem;
}
@media only screen and (max-width: 767px) {
  .business__ttl {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 4.286rem;
  }
}
.business__ttl small {
  display: block;
  font-size: 1.444rem;
  color: #000;
  margin-bottom: 2.222rem;
}
@media only screen and (max-width: 767px) {
  .business__ttl small {
    font-size: 1.286rem;
    margin-bottom: 2.143rem;
  }
}
.business__ttl span {
  display: block;
  color: #FFC700;
  font-size: 1.444rem;
  font-style: italic;
  margin-bottom: 2.222rem;
}
@media only screen and (max-width: 767px) {
  .business__ttl span {
    font-size: 1.286rem;
    margin-bottom: 2.143rem;
  }
}

/*  scroll
-------------------------------------------------*/
.scroll_item,
.scroll_list_item,
.scroll_fade_item {
  opacity: 0;
  transition: all ease-in-out 0.6s;
}
.scroll_item.scrollActive,
.scroll_list_item.scrollActive,
.scroll_fade_item.scrollActive {
  opacity: 1;
  transform: translate(0) scale(1);
}

.fadeTop {
  transform: translate(0, 50px);
}
.fadeTop.scrollActive {
  transform: translate(0, 0);
}

.fadeLeft,
.fadeRight {
  transform: translate(50px, 0);
}
.fadeLeft.scrollActive,
.fadeRight.scrollActive {
  transform: translate(0, 0);
}

.fadeRight {
  transform: translate(-50px, 0);
}

/*============================================================
	Business
============================================================*/
/*  mv
-------------------------------------------------*/
.business__mv {
  aspect-ratio: 18/5;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .business__mv {
    aspect-ratio: 13/10;
  }
}
.business__mv .inner {
  position: absolute;
  height: 100%;
  padding-top: 6.111rem;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .business__mv .inner {
    padding-top: 5rem;
  }
}
.business__mv .inner h1 {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.778rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .business__mv .inner h1 {
    font-size: 2.429rem;
  }
}
.business__mv .inner h1 span {
  display: block;
  color: #FFC700;
  font-style: italic;
  font-size: 1.444rem;
  margin-bottom: 1.429rem;
}
@media only screen and (max-width: 767px) {
  .business__mv .inner h1 span {
    font-size: 1.143rem;
    margin-bottom: 1.071rem;
  }
}

/*  事業内容
-------------------------------------------------*/
.business__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 767px) {
  .business__list {
    padding: 1.429rem;
    grid-template-columns: 1fr;
    gap: 5rem;
  }
}
.business__list__inner {
  position: relative;
}
.business__list__inner dl {
  position: absolute;
  width: 62.5%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2.889rem;
  background: #0E3A73;
  border-radius: 0.556rem;
  padding: 1.111rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.111rem;
}
@media only screen and (max-width: 767px) {
  .business__list__inner dl {
    width: 21.429rem;
    bottom: -3.679rem;
    border-radius: 0.714rem;
    padding: 1.429rem;
    gap: 1.429rem;
  }
}
.business__list__inner dl dt {
  font-weight: 700;
  background: #fff;
  color: #0E3A73;
  padding: 0.556rem 0.833rem;
  border-radius: 5.556rem;
}
@media only screen and (max-width: 767px) {
  .business__list__inner dl dt {
    padding: 0.714rem 1.071rem;
    border-radius: 7.143rem;
    font-size: 1.286rem;
  }
}
.business__list__inner dl dd {
  color: #fff;
  font-size: 0.778rem;
}
@media only screen and (max-width: 767px) {
  .business__list__inner dl dd {
    font-size: 1rem;
  }
}

/*  外国人材を入れても、現場は変わらない
-------------------------------------------------*/
.foreigners {
  padding: 8.333rem 0 5.556rem;
  border-bottom: solid 1px #0E3A73;
}
@media only screen and (max-width: 767px) {
  .foreigners {
    padding: 6.429rem 0 2.857rem;
  }
}
.foreigners h2 {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  display: block;
  background: #0E3A73;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .foreigners h2 {
    width: 87.5vw;
    max-width: 1260px;
    margin-inline: auto;
    font-size: 1.333rem;
    padding: 1.111rem;
    border-radius: 0.556rem;
    margin-bottom: 2.222rem;
  }
}
@media only screen and (max-width: 767px) {
  .foreigners h2 {
    padding: 1.429rem;
    font-size: 1.429rem;
    line-height: 1.8;
    margin-bottom: 2.857rem;
  }
}
.foreigners ol {
  counter-reset: foreigners;
  display: flex;
  flex-direction: column;
  gap: 1.667rem;
}
@media only screen and (max-width: 767px) {
  .foreigners ol {
    gap: 2.857rem;
  }
}
@media print, screen and (min-width: 768px) {
  .foreigners ol li {
    display: flex;
    align-items: flex-end;
  }
}
@media print, screen and (min-width: 768px) {
  .foreigners ol li figure {
    width: 31.746%;
  }
}
@media only screen and (max-width: 767px) {
  .foreigners ol li figure {
    margin-bottom: 4.857rem;
  }
}
.foreigners ol li p {
  background: #fff;
  position: relative;
  counter-increment: foreigners;
}
@media print, screen and (min-width: 768px) {
  .foreigners ol li p {
    width: 68.254%;
    height: 8.889rem;
    padding: 1.667rem;
    line-height: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .foreigners ol li p {
    padding: 2.143rem;
    font-size: 1.143rem;
    line-height: 1.8;
  }
}
.foreigners ol li p::before, .foreigners ol li p::after {
  position: absolute;
  left: 0;
}
.foreigners ol li p::before {
  width: 100%;
  height: 3.5rem;
  content: counter(foreigners, decimal-leading-zero);
  color: #FFC700;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.667rem;
  font-weight: 700;
  font-style: italic;
  border-bottom: solid 2px rgba(14, 58, 115, 0.2);
  padding-bottom: 1.111rem;
  top: -3.5rem;
}
@media only screen and (max-width: 767px) {
  .foreigners ol li p::before {
    font-size: 2.143rem;
    padding-bottom: 1.429rem;
    height: 4.5rem;
    top: -4.5rem;
  }
}
.foreigners ol li p::after {
  content: "";
  top: -2px;
  background: #0E3A73;
  width: 3.333rem;
  height: 2px;
}
@media only screen and (max-width: 767px) {
  .foreigners ol li p::after {
    width: 4.286rem;
  }
}
@media print, screen and (min-width: 768px) {
  .foreigners ol li:nth-child(odd) {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  .foreigners ol li:nth-child(even) p::before, .foreigners ol li:nth-child(even) p::after {
    left: unset;
    right: 0;
    text-align: right;
  }
}

/*  外国人採用が進まない理由は2通り
-------------------------------------------------*/
.reason {
  background: #fff;
  padding-block: 5.556rem;
  border-bottom: solid 1px #0E3A73;
}
@media only screen and (max-width: 767px) {
  .reason {
    padding-block: 4.286rem;
  }
}
.reason__wrap {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .reason__wrap {
    padding-top: 12.143rem;
  }
}
.reason__content {
  width: 52.381%;
  padding: 1.667rem;
  background: #0E3A73;
  color: #fff;
  border-radius: 1.111rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.667rem;
}
@media only screen and (max-width: 767px) {
  .reason__content {
    width: 100%;
    padding: 4.286rem 2.143rem 2.143rem 2.143rem;
  }
}
.reason__content p {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 1.444rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .reason__content p {
    font-size: 1.714rem;
  }
}
.reason__content p:last-child {
  font-size: 1.333rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .reason__content p:last-child {
    font-size: 1.286rem;
  }
}
@media print, screen and (min-width: 768px) {
  .reason__content ul {
    width: 27.778rem;
  }
}
.reason__content ul li {
  padding-block: 1.667rem;
  border-bottom: solid 1px #fff;
  font-size: 0.833rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .reason__content ul li {
    padding-block: 2.143rem;
    font-size: 1rem;
  }
}
.reason__content ul li:first-child {
  border-top: solid 1px #fff;
}
.reason__list {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  counter-reset: reason;
}
@media print, screen and (min-width: 768px) {
  .reason__list {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .reason__list {
    top: 0;
  }
}
.reason__list li {
  width: 20.167rem;
  height: 15rem;
  background: url(../img/business/arrow.svg) no-repeat left center/contain;
  counter-increment: reason;
  position: relative;
  color: #0E3A73;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .reason__list li {
    padding-left: 2.778rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .reason__list li {
    width: 12.143rem;
    height: 14.286rem;
    background: url(../img/business/arrow_sp.svg) no-repeat center top/contain;
    padding: 3.214rem 1.071rem 1.071rem;
  }
}
.reason__list li::before {
  position: absolute;
  content: counter(reason, decimal-leading-zero);
  font-style: italic;
}
@media print, screen and (min-width: 768px) {
  .reason__list li::before {
    font-size: 1.444rem;
    top: 1.667rem;
    left: 2.222rem;
  }
}
@media only screen and (max-width: 767px) {
  .reason__list li::before {
    font-size: 1.429rem;
    top: 1.071rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.reason__list li p {
  font-size: 1.111rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .reason__list li p {
    font-size: 1.071rem;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 768px) {
  .reason__list li:last-child {
    transform: scale(-1, 1);
    padding-right: 3.889rem;
  }
  .reason__list li:last-child::before {
    transform: scale(-1, 1);
  }
  .reason__list li:last-child p {
    transform: scale(-1, 1);
  }
}

/*  4ステップの仕組み創造メソッド
-------------------------------------------------*/
.method {
  padding-block: 5.556rem;
  background: no-repeat center bottom/cover;
  background-image: -webkit-image-set(url("../img/business/bg-method.webp") type("image/webp"), url("../img/business/bg-method.png") type("image/png"));
  background-image: image-set(url("../img/business/bg-method.webp") type("image/webp"), url("../img/business/bg-method.png") type("image/png"));
}
@media only screen and (max-width: 767px) {
  .method {
    padding-block: 4.286rem;
    background-image: -webkit-image-set(url("../img/business/bg-method_sp.webp") type("image/webp"), url("../img/business/bg-method_sp.png") type("image/png"));
    background-image: image-set(url("../img/business/bg-method_sp.webp") type("image/webp"), url("../img/business/bg-method_sp.png") type("image/png"));
    border-bottom: solid 1px #0E3A73;
  }
}
.method .inner > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .method .inner > ul {
    grid-template-columns: 1fr;
    gap: 1.429rem;
  }
}
.method .inner > ul li {
  position: relative;
}
.method .inner > ul li h3 {
  width: 7.778rem;
  height: 7.778rem;
  border-radius: 50%;
  background: #0E3A73;
  color: #fff;
  font-size: 1.111rem;
  font-weight: 700;
  display: grid;
  place-items: center;
  margin-inline: auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .method .inner > ul li h3 {
    position: absolute;
    width: 5.714rem;
    height: 5.714rem;
    font-size: 1.071rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
}
.method .inner > ul li h3::before {
  position: absolute;
  content: "";
  width: 8.889rem;
  height: 8.889rem;
  border: solid 0.556rem rgba(14, 58, 115, 0.2);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .method .inner > ul li h3::before {
    width: 7.143rem;
    height: 7.143rem;
    border-width: 0.714rem;
  }
}
.method .inner > ul li dl {
  background: #fff;
  padding: 1.667rem;
  border-radius: 0.556rem;
  margin-top: 1.111rem;
}
@media only screen and (max-width: 767px) {
  .method .inner > ul li dl {
    padding: 2.143rem 1.429rem 2.143rem 5rem;
    border-radius: 0 0.714rem 0.714rem 0;
    margin-top: 0;
    margin-left: 2.857rem;
  }
}
.method .inner > ul li dl dt {
  color: #0E3A73;
  font-weight: 700;
  margin-bottom: 1.667rem;
}
@media only screen and (max-width: 767px) {
  .method .inner > ul li dl dt {
    font-size: 1.143rem;
    margin-bottom: 1.429rem;
  }
}
.method .inner > ul li dl dd {
  font-size: 0.833rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .method .inner > ul li dl dd {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.method .inner > ul li:not(:last-child) h3::after {
  position: absolute;
  content: "";
  background: #0E3A73;
}
@media print, screen and (min-width: 768px) {
  .method .inner > ul li:not(:last-child) h3::after {
    width: 10.389rem;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    right: -10.389rem;
  }
}
@media only screen and (max-width: 767px) {
  .method .inner > ul li:not(:last-child) h3::after {
    width: 2px;
    height: 10rem;
    bottom: -10rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .method .inner > ul li:first-child dl {
    border-radius: 0.714rem 0.714rem 0.714rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .method .inner > ul li:last-child dl {
    border-radius: 0 0.714rem 0.714rem 0.714rem;
  }
}
.method__team {
  margin-top: 4.444rem;
}
@media only screen and (max-width: 767px) {
  .method__team {
    margin-top: 4.286rem;
  }
}
.method__team h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.444rem;
  font-weight: 700;
  margin-bottom: 2.222rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .method__team h3 {
    font-size: 1.429rem;
    margin-bottom: 2.143rem;
  }
}
.method__team ul {
  display: flex;
  justify-content: center;
  gap: 4.444rem;
}
@media only screen and (max-width: 767px) {
  .method__team ul {
    flex-direction: column;
    gap: 2.143rem;
  }
}
@media print, screen and (min-width: 768px) {
  .method__team ul li {
    width: 22.222rem;
  }
}
.method__team ul li figure {
  margin-bottom: 1.667rem;
}
@media only screen and (max-width: 767px) {
  .method__team ul li figure {
    margin-bottom: 2.143rem;
  }
}
.method__team ul li dl dt {
  color: #0E3A73;
  font-weight: 700;
  margin-bottom: 1.667rem;
}
@media only screen and (max-width: 767px) {
  .method__team ul li dl dt {
    margin-bottom: 1.429rem;
    font-size: 1.143rem;
  }
}
.method__team ul li dl dd {
  font-size: 0.833rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .method__team ul li dl dd {
    font-size: 1rem;
  }
}

/*  会社概要
-------------------------------------------------*/
.company {
  padding-block: 5.556rem;
}
@media only screen and (max-width: 767px) {
  .company {
    padding-block: 4.286rem;
  }
}
.company .inner {
  display: grid;
  grid-template-columns: auto 73.81%;
  gap: 9.444rem;
}
@media only screen and (max-width: 767px) {
  .company .inner {
    grid-template-columns: 1fr;
    gap: 2.857rem;
  }
}
.company .inner h2 {
  margin-bottom: 0;
}
.company .inner ul {
  display: flex;
  flex-direction: column;
  gap: 2.222rem;
}
@media only screen and (max-width: 767px) {
  .company .inner ul {
    gap: 1.429rem;
  }
}
.company .inner ul li dl {
  display: grid;
  align-items: center;
  font-weight: 500;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 768px) {
  .company .inner ul li dl {
    grid-template-columns: 8.333rem auto;
    height: 4.444rem;
    font-size: 0.778rem;
  }
  .company .inner ul li dl:has(ul) {
    height: 6.667rem;
  }
}
@media only screen and (max-width: 767px) {
  .company .inner ul li dl {
    grid-template-columns: 1fr;
    gap: 1.071rem;
    padding-block: 1.071rem;
    font-size: 0.857rem;
  }
}
.company .inner ul li dl:first-child {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.company .inner ul li dl dt {
  color: #6B7280;
}
.company .inner ul li dl dd ul {
  display: flex;
  flex-direction: column;
  gap: 1.667rem;
}
@media only screen and (max-width: 767px) {
  .company .inner ul li dl dd ul {
    gap: 1.071rem;
  }
}