@charset "UTF-8";

[data-aos=fade-up] {
  transform: translate3d(0, 10px, 0);
}

.sh-gradient-wrapper {
  padding-bottom: 40px;
}

.sh-equipment-gradient-top {
}

.sh-page-title {
}

.sh-concept-contents-box {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.sh-text32 {
  font-size: 32px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.sh-text28 {
  font-size: 28px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.sh-text18 {
  font-size: 18px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.sh-text16 {
  font-size: 16px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.sh-caption1 {
  position: absolute;
  font-size: 13px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  right: 5px;
  bottom: 5px;
}
.sh-caption1.__white {
  color: #fff;
  /*text-shadow: 0 0 3px #000, 1px 0 3px #000, 0 -1px 3px #000, 0 1px 3px #000, -1px 0 3px #000;*/
}



.LH2 {
  line-height: 2;
}


.sh-concept-box2 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.sh-concept-box2-inner {
  display: flex;
  justify-content: space-between;
}
.sh-concept-box2-inner > div:first-child {
  width: 48%;
  max-width: 48%;
  margin-top: 15%;
}
.sh-concept-box2-inner > div:last-child {
  width: 48%;
  max-width: 48%;
}

.sh-concept-box4 > div:nth-child(3) {
  display: flex;
  justify-content: space-between;
}
.sh-concept-box4 > div:nth-child(3) > div {
  width: 48%;
  max-width: 340px;
}

.sh-concept-box5-inner {
  display: flex;
  justify-content: space-between;
}
.sh-concept-box5 .sh-concept-box5-inner > div:first-child {
  width: 48%;
  max-width: 48%;
}
.sh-concept-box5 .sh-concept-box5-inner > div:last-child {
  width: 48%;
  max-width: 48%;
}


.__brackets {
  position: relative;
  writing-mode: vertical-rl;
  padding: 1em 40px;
  letter-spacing: 0.2em;
  text-align: left;
}
.__brackets::before,
.__brackets::after {
  position: absolute;
  width: 40%;
  max-width: 116px;
  height: 35%;
  max-height: 134px;
  content: '';
}
.__brackets::before {
  border-left: solid 9px #edeef3;
  border-top: solid 2px #edeef3;
  border-right: solid 2px transparent;
  border-bottom: solid 10px transparent;
  top: 0;
  left: 0;
}
.__brackets::after {
  border-right: solid 9px #edeef3;
  border-bottom: solid 2px #edeef3;
  border-left: solid 2px transparent;
  border-top: solid 10px transparent;
  bottom: 0;
  right: 0;
}

.sh-concept-img1 {
  max-width: 300px;
}
.sh-concept-img2 {
  width: 80%;
  max-width: 200px;
}

.sh-contents-comment {
    text-align: left;
}
.sh-contents-comment-text {
    color: #333;
}

.MB120_80 {
  margin-bottom: 120px;
}
.MB120 {
  margin-bottom: 120px;
}


@media screen and (min-width: 768px) {

  .sh-concept-box1 {
    display: flex;
    justify-content: space-between;
  }
  .sh-concept-box1 > div:first-child {
    box-sizing: border-box;
    width: 24%;
    max-width: 280px;
  }
  .sh-concept-box1 > div:last-child {
    width: 70%;
    max-width: 800px;
  }

  .sh-concept-box2-inner > div:first-child {
    width: 45%;
    max-width: 360px;
    margin-top: 8%;
  }
  .sh-concept-box2-inner > div:last-child {
    width: 52.5%;
    max-width: 420px;
  }

  .sh-concept-box3{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .sh-concept-box3 > div:first-child {
    width: 19.166667%;
    max-width: 230px;
  }
  .sh-concept-box3 > div:last-child {
    width: 75%;
    max-width: 860px;
  }
  .sh-concept-box3-inner {
      display: flex;
      justify-content: space-between;
  }
  .sh-concept-box3-inner > div:first-child {
    width: 59%;
    max-width: 500px;
  }
  .sh-concept-box3-inner > div:last-child {
    width: 39.54%;
    max-width: 340px;
    margin-top: 30%;
  }

  .sh-concept-box4 {
    display: grid;
    grid-template-columns: 23.3333% 1fr 41.6667%;
  }
  .sh-concept-box4 > div:nth-child(1) {
    grid-column: 1;
    grid-row: 1/3;
  }
  .sh-concept-box4 > div:nth-child(2) {
    grid-column: 3;
    grid-row: 1;
  }
  .sh-concept-box4 > div:nth-child(3) {
    grid-column: 2/4;
    grid-row: 2;
    justify-content: center;
    column-gap: 20px;
    padding-right: 40px;
  }
  .sh-concept-box4 > div:nth-child(4) {
    grid-column: 2/4;
    grid-row: 3;
    padding-left: 13%;
  }
  .sh-concept-box4 > div:nth-child(3) > div:first-child {
    position: relative;
    top: -80%;
    max-width: 280px;
  }
  .sh-concept-box4 > div:nth-child(3) > div {
    width: 40%;
  }

  .sh-concept-box5 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .sh-concept-box5 > div:first-child {
    width: 19.166667%;
    max-width: 230px;
  }
  .sh-concept-box5 > div:last-child {
    width: 75%;
    max-width: 860px;
  }
  .sh-concept-box5 .sh-concept-box5-inner > div:first-child {
    width: 48.84%;
    max-width: 420px;
  }
  .sh-concept-box5 .sh-concept-box5-inner > div:last-child {
    width: 48.84%;
    max-width: 420px;
    margin-top: 7%;
  }

  .__brackets {
    padding: 20% 32.8571%;
  }
}


@media screen and (max-width: 767px) {
  .sh-gradient-wrapper {
    padding-bottom: 0;
  }

  .sh-page-title {
  }
  .sh-concept-contents-box {
      padding-left: 0;
      padding-right: 0;
  }

  .sh-text32 {
    font-size: 24px;
  }
  .sh-text28 {
    font-size: 23px;
  }
  .sh-text18 {
    font-size: 16px;
  }
  .sh-text16 {
    font-size: 14px;
  }

  .sh-concept-box3-inner > div:last-child {
    width: 70%;
    max-width: 70%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .__brackets {
    margin-left: auto;
    margin-right: auto;
  }

  .sh-contents-comment {
  }

  .MB120_80 {
    margin-bottom: 80px;
  } 

  .__smp-LT {
    text-align: left;
  }
  .__smp-LR {
    text-align: right;
  }


}

