/* LESS Document */
/* 変数ファイルインポート */
/* LESS Document */
/* 変数 */
/* 共通 */
/* SP用 */
/* グリッドシステム用 設定 */
.engfont {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.gradation {
  background: #fb7b15;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff8b33 0%, #ff6e00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ff8b33 0%, #ff6e00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ff8b33 0%, #ff6e00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.white {
  color: #fff;
}
.topimage {
  width: auto;
  height: 100vh;
}
#home #topimage {
  width: auto;
  height: 100vh;
}
#home #topimage #topimage01,
#home #topimage #topimage02,
#home #topimage #topimage03,
#home #topimage #topimage04 {
  width: auto;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
#home #topimage #topimage01 span,
#home #topimage #topimage02 span,
#home #topimage #topimage03 span,
#home #topimage #topimage04 span {
  color: #fff;
  font-weight: 800;
  font-size: 7rem;
  line-height: 9rem;
  display: inline-block;
  text-align: center;
  padding-left: 2px;
  letter-spacing: 2px;
  text-shadow: 0 0 20px rgba(16, 0, 85, 0.75);
}
#home #topimage #topimage01 {
  background-image: url("../img/topimage01.jpg");
}
#home #topimage #topimage02 {
  background-image: url("../img/topimage02.jpg");
}
#home #topimage #topimage03 {
  background-image: url("../img/topimage03.jpg");
}
#home #topimage #topimage04 {
  background-image: url("../img/topimage04.jpg");
}
#home #topimage #topimage04 span {
  color: #1b235e;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.75);
}
#home #news {
  color: #fff;
  background: -moz-linear-gradient(top left, #0080ff, #0043ff);
  background: -webkit-linear-gradient(top left, #0080ff, #0043ff);
  background: linear-gradient(to bottom right, #0080ff, #0043ff);
  padding: 3rem 8rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6rem;
  z-index: 1000;
}
#home #news .flex {
  display: flex;
  align-items: center;
  flex-grow: 2;
}
#home #news h2 {
  font-size: 4.4rem;
  flex-basis: 150px;
  position: relative;
  padding-right: 4rem;
  line-height: 60px;
  margin: 0;
}
#home #news h2::after {
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 5px;
  height: 60px;
  transform: skewX(-20deg);
}
#home #news section {
  padding-left: 4rem;
}
#home #news dl dt {
  width: 120px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  float: left;
  clear: both;
}
#home #news dl dd {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  float: left;
}
#home #news dl a:link,
#home #news dl a:visited,
#home #news dl a:hover,
#home #news dl a:active {
  color: #fff;
  text-align: center;
}
#home #news .old {
  position: absolute;
  right: 5rem;
}
#home #news .old .old_button {
  display: block;
  width: 150px;
  background: #fff;
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
  position: relative;
  right: 0;
  padding-left: 1.25rem;
  float: right;
}
#home #news .old .old_button::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: 2px solid #0064ff;
  border-bottom: 2px solid #0064ff;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  left: 1.25rem;
  margin: auto;
}
#home main h2::before {
  display: block;
  font-size: 5rem;
  color: #0064ff;
}
#home main h2 {
  font-size: 2.2rem;
  letter-spacing: 2px;
}
#home main h3 {
  color: #1b235e;
  font-size: 2.3rem;
  padding-top: 20px;
}
#home #about {
  padding-top: 6rem;
}
#home h2::before {
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#home #about h2::before {
  content: "ABOUT SHINEI";
}
#home #business h2::before {
  content: "BUSINESS";
}
#home #company h2::before {
  content: "COMPANY";
}
#home #recruit h2::before {
  content: "RECRUIT";
}
#home #company .light_bg {
  background: #efefef;
}
#home .skewImageLeft,
#home .skewImageRight {
  position: relative;
}
#home .skewImageLeft section,
#home .skewImageRight section {
  position: absolute;
  height: 100%;
  width: 100vw;
  z-index: 1000;
  background: #fff;
  box-shadow: 15px 15px 15px rgba(77, 128, 255, 0.5);
  overflow: hidden;
  transform-origin: top center;
}
#home .skewImageLeft section img,
#home .skewImageRight section img {
  height: 100%;
  width: auto;
  min-height: 530px;
}
#home .skewImageLeft section {
  transform: skew(-20deg, 0);
  text-align: right;
  right: 0;
  margin-right: 20px;
}
#home .skewImageLeft section img {
  transform-origin: top left;
  transform: skew(20deg, 0);
}
#home .skewImageRight section {
  transform: skew(20deg, 0);
  text-align: left;
  left: 0;
  margin-left: 20px;
}
#home .skewImageRight section img {
  transform-origin: top right;
  transform: skew(-20deg, 0);
}
#home #business {
  background-image: url("../img/business_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#home #business h2 {
  text-align: center;
  color: #fff;
}
#home #business h2:before {
  color: #fff;
}
#home #business .businessImage {
  color: #fff;
  padding: 0;
}
#home #business .businessImage section {
  min-height: 395px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#home #business .businessImage section h3 {
  color: #fff !important;
  background: #1b235e;
  display: inline-block;
  padding: 0 1.5rem;
  font-size: 3.4rem;
  margin: 3rem;
}
#home #business .businessImage .bridgeImage {
  background-image: url("../img/business01.jpg");
}
#home #business .businessImage .plantImage {
  background-image: url("../img/business02.jpg");
}
#home #business .businessImage .resultImage {
  background-image: url("../img/business03.jpg");
  min-height: 325px;
}
#home #business .businessImage p {
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("../cmn-img/triangle.svg");
  background-size: 15px 15px;
  background-position: center right 20px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 26.66666667px 40px;
  padding-right: 80px;
}
#home #recruit a.recruit_btn:link,
#home #recruit a.recruit_btn:visited,
#home #recruit a.recruit_btn:hover,
#home #recruit a.recruit_btn:active {
  color: #1b235e;
}
#home #recruit .recruit_btn {
  background-color: #fff;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  width: 100%;
  height: 110px;
  display: block;
  position: relative;
  margin-top: 40px;
}
#home #recruit .recruit_btn span {
  width: 50%;
  display: block;
  text-align: center;
  height: 100%;
  line-height: 110px;
  background-image: url("../cmn-img/orange_arrow.svg");
  background-size: 8px 12px;
  background-repeat: no-repeat;
  background-position: center right 1.75rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 1.7rem;
  font-weight: 600;
}
#home #recruit .recruitInfo {
  background-image: url("../img/recruit_btn01.jpg");
}
#home #recruit .recruitDay {
  background-image: url("../img/recruit_btn02.jpg");
}
.triangleBgLeft,
.triangleBgRight {
  position: relative;
}
.triangleBgLeft .light_bg,
.triangleBgRight .light_bg {
  position: absolute;
  background: #e5efff;
  width: 100vw;
  height: 100.1%;
  top: 0;
  transform-origin: center;
  z-index: -1;
}
.triangleBgLeft .light_bg {
  right: calc(50vw - 100px);
  transform: skew(20deg, 0);
}
.triangleBgRight .light_bg {
  left: calc(50vw - 100px);
  transform: skew(-20deg, 0);
}
a.btn01,
a.btn01:link,
a.btn01:visited,
a.btn01:hover,
a.btn01:active {
  display: inline-block;
  color: #fff;
  line-height: 4;
  min-width: 350px;
  text-align: center;
  font-size: 1.7rem;
  margin-top: 40px;
  overflow: hidden;
  padding-right: 10px;
  padding-bottom: 10px;
  opacity: 1;
}
a.btn01 div,
a.btn01:link div,
a.btn01:visited div,
a.btn01:hover div,
a.btn01:active div {
  transform: skew(20deg, 0);
  transform-origin: 0 100%;
  background: #fb7b15;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff8b33 0%, #ff6e00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ff8b33 0%, #ff6e00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ff8b33 0%, #ff6e00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: 5px 5px 5px rgba(77, 128, 255, 0.5);
  transition: all 0.3s ease;
}
a.btn01 span,
a.btn01:link span,
a.btn01:visited span,
a.btn01:hover span,
a.btn01:active span {
  display: inline-block;
  transform: skew(-20deg, 0);
  width: 100%;
  background-repeat: no-repeat;
  background-size: 28px 13px;
  background-position: right 3rem center;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  padding-left: 5%;
}
a.btn01 span::before,
a.btn01:link span::before,
a.btn01:visited span::before,
a.btn01:hover span::before,
a.btn01:active span::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #1b235e;
  z-index: -1;
  transform: skew(20deg, 0);
  left: -100%;
  transition: all 0.3s ease;
}
a.btn01:hover div,
a.btn01:active div {
  transition: all 0.3s ease;
}
a.btn01:hover span,
a.btn01:active span {
  background-position: right 2rem center;
}
a.btn01:hover span::before,
a.btn01:active span::before {
  left: 0;
}
.page h3 {
  font-size: 3.6rem;
  font-weight: 600;
  color: #1b235e;
  text-align: center;
}
.page .caption {
  font-size: 1.8rem;
  padding-top: 66.66666667px;
}
.page .caption p {
  line-height: 2;
  margin-top: 2rem;
}
.aboutPage #pageTitle h2:after {
  content: "ABOUT SHINEI";
}
.aboutPage .titlebg {
  background-image: url("../cmn-img/pagetitle/about.jpg");
}
.aboutPage #aboutCap {
  background-image: url("../about/images/aboutcap.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 32px;
}
.aboutPage #aboutCap h3 {
  margin-bottom: 2rem;
}
.aboutPage #aboutCap h3 span {
  display: inline-block;
  margin-bottom: 1rem;
  background-color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 2px;
  padding-left: 1rem;
  padding-right: 0.8rem;
  line-height: 1.5;
}
.aboutPage #aboutCap p {
  max-width: 800px;
  margin: auto;
}
.aboutPage #aboutContent li {
  background-color: #e5efff;
}
.aboutPage #aboutContent li section {
  padding-top: 0;
  padding-bottom: 0;
}
.aboutPage #aboutContent .aboutText {
  min-height: 520px;
  display: flex;
  align-items: center;
  position: relative;
}
.aboutPage #aboutContent .aboutText span {
  display: block;
  padding-left: 8%;
  max-width: 85%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.aboutPage #aboutContent .aboutText p {
  text-align: justify;
  line-height: 2;
}
.aboutPage #aboutContent h4 {
  color: #1b235e;
  font-size: 3.2rem;
}
.aboutPage #aboutContent li:nth-child(2n+1) .fadeInGradLeft:before {
  background: #e5efff;
}
.aboutPage #aboutContent li:nth-child(2n+2) {
  background-color: #fff;
}
.aboutPage #aboutContent li:nth-child(2n+2) h4 {
  color: #0064ff;
}
.aboutPage #aboutContent #aboutImage01 {
  min-height: 520px;
  position: relative;
  padding: 5% 3%;
  text-align: center;
}
.aboutPage #aboutContent .aboutImage {
  position: relative;
}
.aboutPage #aboutContent .aboutImage div {
  position: absolute;
  height: 100%;
  width: calc(50vw + 120px);
  width: 58vw;
  z-index: 1000;
  display: block;
  transform: skewX(-20deg);
  transform-origin: bottom;
  overflow: hidden;
  text-align: left;
  left: 0;
  right: 0;
}
.aboutPage #aboutContent .aboutImage div span {
  display: block;
  width: 100%;
  height: 100%;
  transform: skewX(20deg);
  transform-origin: bottom;
  background-size: cover;
  background-position: center;
}
.aboutPage #aboutContent .aboutImage div #aboutImage02 {
  background-image: url("../about/images/image02.jpg");
}
.aboutPage #aboutContent .aboutImage div #aboutImage03 {
  background-image: url("../about/images/image03.jpg");
}
.aboutPage #aboutContent .aboutImage div #aboutImage04 {
  background-image: url("../about/images/image04.jpg");
}
.aboutPage #aboutContent .aboutImage div #aboutImage05 {
  background-image: url("../about/images/image05b.jpg");
}
.bridgePage #pageTitle h2:after {
  content: "BRIDGE ERECTION";
}
.bridgePage .titlebg {
  background-image: url("../cmn-img/pagetitle/bridge.jpg");
}
.bridgePage #bridgeCap span {
  background: linear-gradient(#fff 75%, #d9e8ff 75%);
  display: inline-block;
  padding: 2px 3px;
}
