@charset "UTF-8";
.body-bg {
  background-image: url(img/01-mv.jpg);
  background-size: 100% auto;
  background-size: cover;
  background-position: center top;
}
.body-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(rgba(171, 208, 239, 0) 0%, rgba(0, 0, 0, 0.53) 100%);
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .body-bg {
    background-size: cover;
    background-position: center top;
    height: 90dvh;
    height: 75dvh;
  }
}

body.pj-01 .body-bg {
  background-image: url(img/01-mv.jpg);
}
@media screen and (max-width: 768px) {
  body.pj-01 .body-bg {
    background-position: 8% top;
  }
}

body.pj-02 .body-bg {
  background-image: url(img/02-mv.jpg);
}
@media screen and (max-width: 768px) {
  body.pj-02 .body-bg {
    background-position: left 70% top;
  }
}

body.pj-03 .body-bg {
  background-image: url(img/03-mv.jpg);
}
@media screen and (max-width: 768px) {
  body.pj-03 .body-bg {
    background-position: left 51.5% top;
  }
}

body.pj-04 .body-bg {
  background-image: url(img/04-mv.jpg);
}

/*====================================================================================

.pj-idx

====================================================================================*/
.pj-idx .pj-idx-ttl {
  padding: 200px 20px 110px;
}
@media screen and (max-width: 768px) {
  .pj-idx .pj-idx-ttl {
    padding: 150px 20px 100px;
  }
}
.pj-idx .pj-idx-ttl h1 {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 22px;
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  font-size: 86px;
  line-height: 1;
  color: #255aa5;
}
@media screen and (max-width: 768px) {
  .pj-idx .pj-idx-ttl h1 {
    display: block;
    font-size: 50px;
    text-align: center;
  }
}
.pj-idx .pj-idx-ttl h1 small {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .pj-idx .pj-idx-ttl h1 small {
    display: block;
    font-size: 18px;
  }
}
.pj-idx main {
  position: relative;
  padding-bottom: 30px;
}
.pj-idx main::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 72px;
  background: #255aa5;
}
.pj-idx .uk-container {
  max-width: 1161px;
}
.pj-idx .uk-container .uk-grid {
  margin-left: -60px;
}
.pj-idx .uk-container .uk-grid > div {
  padding-left: 60px;
}
.pj-idx .uk-container .uk-grid > div .idx-item {
  position: relative;
}
.pj-idx .uk-container .uk-grid > div .idx-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.pj-idx .uk-container .uk-grid > div .idx-item h2 {
  width: 100%;
  max-width: 408px;
  line-height: 47px;
  border-radius: 23.5px;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  background: #173665;
  position: absolute;
  top: -23.5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .pj-idx .uk-container .uk-grid > div .idx-item h2 {
    font-size: 15px;
    line-height: 40px;
    border-radius: 20px;
    top: -20px;
    width: 90%;
  }
}
.pj-idx .uk-container .uk-grid > div .idx-item figure {
  margin: 0;
  padding: 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.pj-idx .uk-container .uk-grid > div .idx-item figure img {
  transition: 0.3s;
}
.pj-idx .uk-container .uk-grid > div .idx-item p.letter-copy.letter-copy24 {
  margin-top: -66px;
  margin-left: -11px;
}
@media screen and (max-width: 768px) {
  .pj-idx .uk-container .uk-grid > div .idx-item p.letter-copy.letter-copy24 {
    margin-top: -45px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .pj-idx .uk-container .uk-grid > div .idx-item p.letter-copy.letter-copy24 span {
    letter-spacing: 0;
  }
}
.pj-idx .uk-container .uk-grid > div .idx-item:hover figure img {
  transform: scale(1.05);
}
.pj-idx .uk-container .uk-grid + .uk-grid,
.pj-idx .uk-container .uk-grid > .uk-grid-margin,
.pj-idx .uk-container * + .uk-grid-margin {
  margin-top: 70px;
}

/*====================================================================================

共通パーツ

====================================================================================*/
/*============================
タイトル
============================*/
.pj-ttl {
  position: relative;
  aspect-ratio: 1280/748;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pj-ttl {
    aspect-ratio: unset;
    overflow: visible;
    margin-bottom: 30px;
  }
}
.pj-ttl h1 {
  margin: 0;
  padding: 0;
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 72px;
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 27px;
  top: 107px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .pj-ttl h1 {
    font-size: 35px;
    text-align: left;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    position: static;
    padding: 55vh 20px 20px;
  }
}
.pj-ttl h1 small {
  display: block;
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1;
  padding-top: 0.4em;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .pj-ttl h1 small {
    font-size: 16px;
  }
}
.pj-ttl .pj-ttl-inner {
  position: absolute;
  left: 0;
  bottom: 146px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .pj-ttl .pj-ttl-inner {
    display: block;
    padding: 0 20px;
    position: static;
  }
}
.pj-ttl .pj-ttl-inner p.letter-copy {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pj-ttl .pj-ttl-inner p.letter-copy span {
    letter-spacing: 0;
    font-size: 5.3333333333vw;
    background: #255aa5;
    color: #fff;
  }
}
.pj-ttl .pj-ttl-inner p.caution {
  font-size: 13px;
  margin: 0;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .pj-ttl .pj-ttl-inner p.caution {
    font-size: 10px;
    padding-top: 1em;
    text-shadow: none;
    color: #000;
  }
}

/*============================
イントロ
============================*/
.box-bl {
  position: relative;
  background: #255aa5;
  color: #fff;
  width: 93.75vw;
  margin: -106px auto 80px;
  border-radius: 10px;
  padding: 72px 0 80px;
}
@media screen and (max-width: 768px) {
  .box-bl {
    width: 89.3333333333vw;
    margin: 0 auto 80px;
    padding: 35px 0 40px;
  }
}

.pj-intro,
.prof-02,
.prof-03 {
  padding: 0 30px;
}
.pj-intro .pj-intro-inner,
.pj-intro .prof-02-inner,
.pj-intro .prof-03-inner,
.prof-02 .pj-intro-inner,
.prof-02 .prof-02-inner,
.prof-02 .prof-03-inner,
.prof-03 .pj-intro-inner,
.prof-03 .prof-02-inner,
.prof-03 .prof-03-inner {
  width: 80vw;
  margin: auto;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .pj-intro .pj-intro-inner,
.pj-intro .prof-02-inner,
.pj-intro .prof-03-inner,
.prof-02 .pj-intro-inner,
.prof-02 .prof-02-inner,
.prof-02 .prof-03-inner,
.prof-03 .pj-intro-inner,
.prof-03 .prof-02-inner,
.prof-03 .prof-03-inner {
    width: auto;
  }
}
.pj-intro h2,
.prof-02 h2,
.prof-03 h2 {
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 1;
  color: #fff;
  margin: 0 0 1.2em;
}
@media screen and (max-width: 768px) {
  .pj-intro h2,
.prof-02 h2,
.prof-03 h2 {
    font-size: 25px;
  }
}

.pj-intro .pj-intro-inner dl dt {
  font-family: "Noto Sans JP";
  font-weight: 200;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .pj-intro .pj-intro-inner dl dt {
    font-size: 18px;
  }
}
.pj-intro .pj-intro-inner dl dt span.label {
  display: inline-block;
  width: 73px;
  line-height: 29px;
  border-radius: 14.5px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .pj-intro .pj-intro-inner dl dt span.label {
    font-size: 14px;
    width: 60px;
    line-height: 25px;
  }
}
.pj-intro .pj-intro-inner dl dd {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2;
  padding-top: 1em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .pj-intro .pj-intro-inner dl dd {
    font-size: 14px;
  }
}

.prof-02 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 50px;
}
.prof-02 .prof-02-inner {
  padding: 65px 0 30px;
}
@media screen and (max-width: 768px) {
  .prof-02 .prof-02-inner {
    padding: 32px 0 15px;
  }
}
.prof-02 .prof-02-inner .uk-grid {
  margin-left: -65px;
}
@media screen and (max-width: 768px) {
  .prof-02 .prof-02-inner .uk-grid {
    margin-left: 0;
  }
}
.prof-02 .prof-02-inner .uk-grid > div {
  padding-left: 65px;
}
@media screen and (max-width: 768px) {
  .prof-02 .prof-02-inner .uk-grid > div {
    padding: 0;
  }
}
.prof-02 .prof-02-inner .uk-grid > div figure {
  margin: 0;
}
.prof-02 .prof-02-inner .uk-grid > div figure img {
  border-radius: 10px;
}
.prof-02 .prof-02-inner .uk-grid > div dl {
  margin: 0;
  color: #fff;
}
.prof-02 .prof-02-inner .uk-grid > div dl dt {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .prof-02 .prof-02-inner .uk-grid > div dl dt {
    font-size: 22px;
  }
}
.prof-02 .prof-02-inner .uk-grid > div dl dd {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.6;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .prof-02 .prof-02-inner .uk-grid > div dl dd {
    font-size: 14px;
  }
}
.prof-02 .prof-02-inner .uk-grid-divider > :not(.uk-first-column)::before {
  left: 32.5px;
  border-color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  .prof-02 .prof-02-inner .uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
    top: -30px;
    left: 0;
    opacity: 0.2;
  }
}

.prof-03 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 50px;
}
.prof-03 .prof-03-inner {
  padding: 65px 0 30px;
}
@media screen and (max-width: 768px) {
  .prof-03 .prof-03-inner {
    padding: 32px 0 15px;
  }
}
.prof-03 .prof-03-inner .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .prof-03 .prof-03-inner .flex {
    flex-direction: column;
    gap: 30px;
  }
}
.prof-03 .prof-03-inner .flex::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  border-top: 1px solid #fff;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .prof-03 .prof-03-inner .flex::before {
    display: none;
  }
}
.prof-03 .prof-03-inner .flex::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  border-right: 1px solid #fff;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .prof-03 .prof-03-inner .flex::after {
    display: none;
  }
}
.prof-03 .prof-03-inner .flex > div {
  flex: 0 0 calc((100% - 60px) / 2);
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .prof-03 .prof-03-inner .flex > div {
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.prof-03 .prof-03-inner .flex > div * {
  margin: 0;
  padding: 0;
}
.prof-03 .prof-03-inner .flex > div figure {
  flex: 0 0 148px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .prof-03 .prof-03-inner .flex > div figure {
    flex: 0 0 100px;
  }
}
.prof-03 .prof-03-inner .flex > div figure img {
  border-radius: 10px;
}
.prof-03 .prof-03-inner .flex > div dl {
  color: #fff;
}
.prof-03 .prof-03-inner .flex > div dl dt {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .prof-03 .prof-03-inner .flex > div dl dt {
    font-size: 20px;
  }
}
.prof-03 .prof-03-inner .flex > div dl dd {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .prof-03 .prof-03-inner .flex > div dl dd {
    font-size: 11px;
    letter-spacing: 0;
  }
}

/*============================
本文エリア
============================*/
.pj-item-container {
  overflow: hidden;
}
.pj-item-container p {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: left;
  color: #000;
  margin-bottom: 2em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .pj-item-container p {
    font-size: 14px;
    line-height: 1.67;
  }
}
.pj-item-container p:last-of-type {
  margin-bottom: 0;
}

/*====================================================================================

PROJECT STORY　新規事業
.pj-01

====================================================================================*/
.pj-01 {
  /*============================
  .pj-item
  ============================*/
  /*============================
  #pj-item-02
  ============================*/
}
.pj-01 .model-menu {
  padding-bottom: 0;
}
.pj-01 .pj-item {
  position: relative;
  padding-top: 80px;
}
.pj-01 .pj-item figure.pj-item-mv {
  position: absolute;
  top: 80px;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: -1;
  aspect-ratio: 1280/620;
}
@media screen and (max-width: 768px) {
  .pj-01 .pj-item figure.pj-item-mv {
    position: relative;
    aspect-ratio: 5/4;
    top: 0;
    margin-top: 0px;
  }
}
.pj-01 .pj-item figure.pj-item-mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(#fff 0%, #545454 100%);
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.pj-01 .pj-item figure.pj-item-mv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pj-01 .pj-item .pj-item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 41.171875vw;
  padding: 0 30px;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .pj-01 .pj-item .pj-item-header {
    display: block;
    padding: 0 20px;
    height: auto;
    margin-top: -20px;
  }
}
.pj-01 .pj-item .pj-item-header h2.letter-copy41 {
  margin: 0;
  padding: 0;
}
.pj-01 .pj-item .pj-item-header h2.letter-copy41 span {
  background: #255aa5;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pj-01 .pj-item .pj-item-header h2.letter-copy41 span {
    font-size: 5.3333333333vw;
  }
}
.pj-01 .pj-item .pj-item-header dl.prof {
  margin: 0;
  padding-bottom: 69px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pj-01 .pj-item .pj-item-header dl.prof {
    padding-top: 20px;
    padding-bottom: 30px;
    color: #000;
  }
}
.pj-01 .pj-item .pj-item-header dl.prof dt {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pj-01 .pj-item .pj-item-header dl.prof dt {
    font-size: 18px;
  }
}
.pj-01 .pj-item .pj-item-header dl.prof dd {
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 25.6px;
  text-align: left;
  margin: 0;
  padding-top: 0.7em;
}
@media screen and (max-width: 768px) {
  .pj-01 .pj-item .pj-item-header dl.prof dd {
    font-size: 14px;
  }
}
.pj-01 .pj-item .pj-item-body {
  margin-top: -30px;
  padding: 100px 0 120px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pj-01 .pj-item .pj-item-body {
    margin-top: 0;
    padding: 50px 0 60px 0;
  }
}
.pj-01 .pj-item .pj-item-body::before {
  content: "";
  display: block;
  width: calc(100% - 3.125vw);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: -1;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 768px) {
  .pj-01 .pj-item .pj-item-body::before {
    width: 100%;
    border-radius: 0;
  }
}
.pj-01 .pj-item .pj-item-body .flex {
  gap: 5.234375vw;
  padding-left: 10vw;
}
@media screen and (max-width: 768px) {
  .pj-01 .pj-item .pj-item-body .flex {
    display: block;
    padding: 0 20px;
  }
}
.pj-01 .pj-item .pj-item-body .flex div {
  flex: 1;
}
.pj-01 .pj-item .pj-item-body .flex figure {
  flex: 0 0 33.984375vw;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pj-01 .pj-item .pj-item-body .flex figure {
    margin: auto !important;
    margin-top: 20px !important;
    width: 60%;
  }
}
.pj-01 .pj-item .pj-item-body .flex figure img {
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 768px) {
  .pj-01 .pj-item .pj-item-body .flex figure img {
    border-radius: 10px !important;
  }
}
.pj-01 .pj-item .pj-item-body figure.photo-large {
  margin: 0;
  width: 79.609375vw;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .pj-01 .pj-item .pj-item-body figure.photo-large {
    width: auto;
    margin: 40px auto;
    aspect-ratio: 3/2;
  }
}
.pj-01 .pj-item .pj-item-body figure.photo-large img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .pj-01 .pj-item .pj-item-body figure.photo-large img {
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .pj-01 .pj-item .pj-item-body .w768 {
    padding: 0 20px;
  }
}
.pj-01 .pj-item .pj-item-body .w768 .uk-grid {
  margin-left: -14px;
  margin-top: 60px;
}
.pj-01 .pj-item .pj-item-body .w768 .uk-grid div {
  padding-left: 14px;
}
.pj-01 .pj-item .pj-item-body .w768 .uk-grid div figure {
  margin: 0;
}
.pj-01 .pj-item .pj-item-body .w768 .uk-grid div figure img {
  border-radius: 10px;
}
.pj-01 #pj-item-02 .pj-item-body::before {
  content: "";
  background-color: #E6F1FF;
  margin-left: 3.125vw;
  border-radius: 10px 0 0 10px;
  width: calc(100% - 3.125vw);
}
@media screen and (max-width: 768px) {
  .pj-01 #pj-item-02 .pj-item-body::before {
    margin-left: 0;
    width: 100%;
  }
}
.pj-01 #pj-item-02 .pj-item-body .flex {
  padding-left: 0;
  padding-right: 10vw;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .pj-01 #pj-item-02 .pj-item-body .flex {
    padding: 0 20px;
  }
}
.pj-01 #pj-item-02 .pj-item-body .flex div {
  flex: 1;
}
.pj-01 #pj-item-02 .pj-item-body .flex figure {
  flex: 0 0 33.984375vw;
  margin: 0;
}
.pj-01 #pj-item-02 .pj-item-body .flex figure img {
  border-radius: 0 10px 10px 0;
}

/*====================================================================================

PROJECT STORY
Mobix Eco（自走式土質改良機）
AUTOPYRO（新型操作盤）
.pj-02
.pj-03
.pj-04

====================================================================================*/
.pj-02,
.pj-03,
.pj-04 {
  /*============================
  .pj-item-A
  ============================*/
  /*============================
  .pj-item-B
  ============================*/
}
.pj-02 main,
.pj-03 main,
.pj-04 main {
  padding-bottom: 30px;
}
.pj-02 h2.letter-copy29,
.pj-03 h2.letter-copy29,
.pj-04 h2.letter-copy29 {
  margin: 0;
}
.pj-02 h2.letter-copy29 span,
.pj-03 h2.letter-copy29 span,
.pj-04 h2.letter-copy29 span {
  background: #255aa5;
  color: #fff;
}
.pj-02 .pj-item-A .pj-item-mv,
.pj-03 .pj-item-A .pj-item-mv,
.pj-04 .pj-item-A .pj-item-mv {
  margin: 0;
  position: relative;
  z-index: -1;
}
.pj-02 .pj-item-A h2.letter-copy29,
.pj-03 .pj-item-A h2.letter-copy29,
.pj-04 .pj-item-A h2.letter-copy29 {
  margin: -183px 0 48px 128px;
}
@media screen and (max-width: 768px) {
  .pj-02 .pj-item-A h2.letter-copy29,
.pj-03 .pj-item-A h2.letter-copy29,
.pj-04 .pj-item-A h2.letter-copy29 {
    margin: -20px 0 20px 10px;
  }
}
.pj-02 .pj-item-A .box,
.pj-03 .pj-item-A .box,
.pj-04 .pj-item-A .box {
  margin: 0 40px;
  background: #fff;
  border-radius: 10px;
  padding: 100px 0 88px;
}
@media screen and (max-width: 768px) {
  .pj-02 .pj-item-A .box,
.pj-03 .pj-item-A .box,
.pj-04 .pj-item-A .box {
    margin: 0 10px;
    padding: 50px 20px 40px;
  }
}
.pj-02 .pj-item-A .box .box-inner.w768 h3,
.pj-03 .pj-item-A .box .box-inner.w768 h3,
.pj-04 .pj-item-A .box .box-inner.w768 h3 {
  color: #255aa5;
  display: flex;
  gap: 16px;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  margin: 0 0 0.5em;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .pj-02 .pj-item-A .box .box-inner.w768 h3,
.pj-03 .pj-item-A .box .box-inner.w768 h3,
.pj-04 .pj-item-A .box .box-inner.w768 h3 {
    font-size: 16px;
  }
}
.pj-02 .pj-item-A .box .box-inner.w768 h3::before,
.pj-03 .pj-item-A .box .box-inner.w768 h3::before,
.pj-04 .pj-item-A .box .box-inner.w768 h3::before {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  background: #255aa5;
  margin: 0.85em 0 0 0;
}
@media screen and (max-width: 768px) {
  .pj-02 .pj-item-A .box .box-inner.w768 h3::before,
.pj-03 .pj-item-A .box .box-inner.w768 h3::before,
.pj-04 .pj-item-A .box .box-inner.w768 h3::before {
    width: 40px;
  }
}
.pj-02 .pj-item-A .box .box-inner.w768 .uk-grid,
.pj-03 .pj-item-A .box .box-inner.w768 .uk-grid,
.pj-04 .pj-item-A .box .box-inner.w768 .uk-grid {
  margin-left: -14px;
  margin-top: 45px;
}
.pj-02 .pj-item-A .box .box-inner.w768 .uk-grid div,
.pj-03 .pj-item-A .box .box-inner.w768 .uk-grid div,
.pj-04 .pj-item-A .box .box-inner.w768 .uk-grid div {
  padding-left: 14px;
}
.pj-02 .pj-item-A .box .box-inner.w768 .uk-grid div figure,
.pj-03 .pj-item-A .box .box-inner.w768 .uk-grid div figure,
.pj-04 .pj-item-A .box .box-inner.w768 .uk-grid div figure {
  margin: 0;
}
.pj-02 .pj-item-A .box .box-inner.w768 .uk-grid div figure img,
.pj-03 .pj-item-A .box .box-inner.w768 .uk-grid div figure img,
.pj-04 .pj-item-A .box .box-inner.w768 .uk-grid div figure img {
  border-radius: 10px;
}
.pj-02 .pj-item-B,
.pj-03 .pj-item-B,
.pj-04 .pj-item-B {
  position: relative;
  padding-top: 64px;
  margin: 72px 0;
}
.pj-02 .pj-item-B::before,
.pj-03 .pj-item-B::before,
.pj-04 .pj-item-B::before {
  content: "";
  display: block;
  width: calc(100% - 6.25vw);
  height: calc(100% - 80px);
  position: absolute;
  left: 3.125vw;
  top: 0;
  background: #E6F1FF;
  border-radius: 10px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .pj-02 .pj-item-B::before,
.pj-03 .pj-item-B::before,
.pj-04 .pj-item-B::before {
    width: calc(100% - 20px);
    left: 10px;
    height: 100%;
    padding-bottom: 40px;
  }
}
.pj-02 .pj-item-B .flex,
.pj-03 .pj-item-B .flex,
.pj-04 .pj-item-B .flex {
  flex-direction: row-reverse;
  gap: 6.015625vw;
}
@media screen and (max-width: 768px) {
  .pj-02 .pj-item-B .flex,
.pj-03 .pj-item-B .flex,
.pj-04 .pj-item-B .flex {
    display: block;
  }
}
.pj-02 .pj-item-B .flex div,
.pj-03 .pj-item-B .flex div,
.pj-04 .pj-item-B .flex div {
  padding-right: 16.71875vw;
  padding-top: 4.140625vw;
}
@media screen and (max-width: 768px) {
  .pj-02 .pj-item-B .flex div,
.pj-03 .pj-item-B .flex div,
.pj-04 .pj-item-B .flex div {
    padding: 0 30px;
  }
}
.pj-02 .pj-item-B .flex div h2.letter-copy29,
.pj-03 .pj-item-B .flex div h2.letter-copy29,
.pj-04 .pj-item-B .flex div h2.letter-copy29 {
  margin-bottom: 40px;
}
.pj-02 .pj-item-B .flex figure,
.pj-03 .pj-item-B .flex figure,
.pj-04 .pj-item-B .flex figure {
  flex: 0 0 33.984375vw;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pj-02 .pj-item-B .flex figure,
.pj-03 .pj-item-B .flex figure,
.pj-04 .pj-item-B .flex figure {
    margin: 30px auto 20px !important;
    width: 60%;
  }
}
.pj-02 .pj-item-B .flex figure img,
.pj-03 .pj-item-B .flex figure img,
.pj-04 .pj-item-B .flex figure img {
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 768px) {
  .pj-02 .pj-item-B .flex figure img,
.pj-03 .pj-item-B .flex figure img,
.pj-04 .pj-item-B .flex figure img {
    border-radius: 10px;
  }
}
.pj-02 .pj-item-B .w768 p,
.pj-03 .pj-item-B .w768 p,
.pj-04 .pj-item-B .w768 p {
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  .pj-02 .pj-item-B .w768 p,
.pj-03 .pj-item-B .w768 p,
.pj-04 .pj-item-B .w768 p {
    margin: 40px 30px;
  }
}
.pj-02 .pj-item-B .w768 .uk-grid,
.pj-03 .pj-item-B .w768 .uk-grid,
.pj-04 .pj-item-B .w768 .uk-grid {
  margin-left: -14px;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .pj-02 .pj-item-B .w768 .uk-grid,
.pj-03 .pj-item-B .w768 .uk-grid,
.pj-04 .pj-item-B .w768 .uk-grid {
    padding: 0 30px;
  }
}
.pj-02 .pj-item-B .w768 .uk-grid div,
.pj-03 .pj-item-B .w768 .uk-grid div,
.pj-04 .pj-item-B .w768 .uk-grid div {
  padding-left: 14px;
}
.pj-02 .pj-item-B .w768 .uk-grid div figure,
.pj-03 .pj-item-B .w768 .uk-grid div figure,
.pj-04 .pj-item-B .w768 .uk-grid div figure {
  margin: 0;
}
.pj-02 .pj-item-B .w768 .uk-grid div figure img,
.pj-03 .pj-item-B .w768 .uk-grid div figure img,
.pj-04 .pj-item-B .w768 .uk-grid div figure img {
  border-radius: 10px;
}
.pj-02 .pj-item-B figure.photo-large,
.pj-03 .pj-item-B figure.photo-large,
.pj-04 .pj-item-B figure.photo-large {
  width: 79.609375vw;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .pj-02 .pj-item-B figure.photo-large,
.pj-03 .pj-item-B figure.photo-large,
.pj-04 .pj-item-B figure.photo-large {
    width: auto;
  }
}
.pj-02 .pj-item-B figure.photo-large img,
.pj-03 .pj-item-B figure.photo-large img,
.pj-04 .pj-item-B figure.photo-large img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .pj-02 .pj-item-B figure.photo-large img,
.pj-03 .pj-item-B figure.photo-large img,
.pj-04 .pj-item-B figure.photo-large img {
    border-radius: 0;
  }
}

/*====================================================================================

PROJECT STORY
海外事業
.pj-04

====================================================================================*/
.pj-04 {
  /*============================
  .pj-item-B
  ============================*/
}
.pj-04 .pj-item-B {
  padding-bottom: 104px;
}
@media screen and (max-width: 768px) {
  .pj-04 .pj-item-B {
    padding-bottom: 0px;
  }
}
.pj-04 .pj-item-B::before {
  height: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .pj-04 .pj-item-B::before {
    padding-bottom: 40px;
  }
}
.pj-04 .pj-item-B .w768 p {
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .pj-04 .pj-item-B .w768 p {
    margin: 40px 30px 0;
  }
}
.pj-04 .pj-item-B .w768 p + p {
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  .pj-04 .pj-item-B .w768 p + p {
    margin: 40px 30px;
  }
}