@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital@0;1&display=swap');


* html body {
  overflow: hidden;
}
html {
  font-size: 55%;
  position: relative;
}
.pointer {
  cursor: pointer;
}
body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-size: 15px;
  line-height: 1.9;
  color: #000;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto;
  max-width: 1800px;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
a {
  color: #007FFF;
  text-decoration: underline;
}
.inner {
  max-width: 1100px;
  padding: 0 30px;
  margin: 0 auto;
}
.mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.en {
  font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}
h3.orange {
  color: #f38200;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
h2.sub_ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}
h2.common_ttl {
  font-size: 56px;
  line-height: 1.2;
  position: relative;
  letter-spacing: 0.01em;
	font-style: italic;
	
}
h2.common_ttl span {
  font-size: 18px;
  display: block;
  font-weight: bold;
	font-style: normal;
}
h2.common_ttl:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  top: -14px;
  margin-right: 6px;
  vertical-align: middle;
  background: url(../img/icon_triangle.png) no-repeat center center;
  background-size: contain;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width:767px) {
  .inner {
    max-width: 100%;
    padding: 0 25px;
    margin: 0 auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    font-size: 15px;
    line-height: 1.8;
  }
  h3.orange {
    font-size: 17px;
    margin-bottom: 6px;
  }
  h2.sub_ttl {
    font-size: 22px;
  }
  h2.common_ttl {
    font-size: 36px;
    line-height: 1.2;
    position: relative;
    letter-spacing: 0.01em;
  }
  h2.common_ttl span {
    font-size: 14px;
    display: block;
    font-weight: bold;
  }
  h2.common_ttl:before {
    width: 20px;
    height: 20px;
    top: -10px;
    margin-right: 2px;
  }
}
/* kv
------------------------------------------------------------------------------- */
#kv {
  background: url(../img/bg_main.png) no-repeat center bottom;
  background-size: cover;
  width: 100%;
  height: 894px;
  position: relative;
  margin-bottom: 30px;
  z-index: 100;
}
#kv .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 650px;
}
#kv .main_ttl {
  width: 615px;
  text-align: center;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#kv .main_ttl p {
  color: #fff;
  font-size: 20px;
  padding-top: 15px;
}
@media screen and (max-width:767px) {
  #kv {
    background: url(../img/bg_main_sp.png) no-repeat center bottom;
    background-size: cover;
    width: 100%;
    height: 525px;
    position: relative;
    margin-bottom: 30px;
    z-index: 100;
  }
  #kv .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #kv .main_ttl {
    width: 85%;
    text-align: center;
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
  #kv .main_ttl p {
    color: #fff;
    text-align: justify;
    font-size: 14px;
    padding-top: 10px;
  }
}
/* lead
------------------------------------------------------------------------------- */
#lead {
  position: relative;
  margin-top: -60px;
  z-index: 99;
}
#lead .lead_txt {
  width: 52%;
}
#lead .lead_txt .lead_detail {
  font-size: 18px;
  margin-top: 30px;
  text-align: justify;
}
#lead .lead_txt .lead_caution {
  font-size: 11px;
  margin-top: 20px;
}
#lead .lead_img {
  position: absolute;
  right: 0;
  bottom: -280px;
  width: 43%;
}
@media screen and (max-width:767px) {
  #lead {
    margin-top: -10px;
  }
  #lead .lead_txt {
    width: 100%;
  }
  #lead .lead_txt .lead_detail {
    font-size: 15px;
    margin-top: 20px;
  }
  #lead .lead_txt .lead_caution {
    font-size: 10px;
    margin-top: 20px;
  }
  #lead .lead_img {
    position: relative;
    right: 0;
    padding-top: 38px;
    margin: 0 0 0 auto;
    bottom: 0px;
    width: 85%;
  }
}
/* about
------------------------------------------------------------------------------- */
#about {
  background-color: #003871;
  position: relative;
  z-index: 100;
  margin-top: 250px;
  padding-bottom: 90px;
}
#about::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  /*四角形を傾けます*/
  transform: skewY(8deg);
  transform-origin: bottom right;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #003871;
}
#about::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  /*四角形を傾けます*/
  transform: skewY(8deg);
  transform-origin: bottom left;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #003871;
}
#about .common_en_ttl {
  color: #fff;
  margin-bottom: 60px;
}
#about .common_en_ttl h2 span {
  margin-left: 30px;
}
#about ul.infographic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#about ul.infographic li {
  margin-bottom: 10px;
}
#about ul.infographic li.three {
  width: 32.8%;
}
#about ul.infographic li.two {
  width: 49.6%;
}
#about .about_caution {
  color: #fff;
  text-align: right;
  font-size: 11px;
  padding-top: 0px;
}
#about .work_environment {
  margin-top: 40px;
  border: 2px solid #f38200;
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 40px 40px;
}
#about .work_environment .work_environment_ttl {
  font-size: 25px;
  font-weight: bold;
}
#about .work_environment .work_environment_detail {
  font-size: 20px;
  border-left: 2px solid #f38200;
  padding-left: 60px;
  margin-left: 45px;
}
#about .work_environment .work_environment_detail li {
  list-style: square;
}
#about .work_environment .work_environment_detail li:first-child {
  padding-bottom: 0px;
  line-height: 1.4;
}
#about .work_environment .work_environment_detail li:nth-child(2) {
  padding-bottom: 5px;
}
#about .work_environment .work_environment_detail li:nth-child(3) {
  padding-bottom: 0px;
}
#about .work_environment .work_environment_detail span {
  font-size: 15px;
}
#about .work_environment .work_environment_detail span.small {
  font-size: 11px;
  display: block;
  line-height: 1.0;
  margin: 0 0 0 auto;
  text-align: right;
}
@media screen and (max-width:767px) {
  #about {
    margin-top: -20px;
    padding-bottom: 60px;
    padding-top: 40px;
  }
  #about .common_en_ttl {
    margin-bottom: 25px;
  }
  #about .common_en_ttl h2 span {
    margin-left: 20px;
  }
  #about ul.infographic {
    width: calc(100% + 40px);
    margin-left: -20px;
    box-sizing: border-box;
  }
  #about ul.infographic li {
    margin-bottom: 0px;
  }
  #about ul.infographic li.three {
    width: 50%;
    padding: 3px;
    box-sizing: border-box;
  }
  #about ul.infographic li.two {
    width: 50%;
    padding: 3px;
    box-sizing: border-box;
  }
  #about .about_caution {
    text-align: left;
    font-size: 10px;
    line-height: 1.6;
    padding-top: 6px;
  }
  #about .work_environment {
    margin-top: 35px;
    border-radius: 10px;
    color: #fff;
    display: block;
    padding: 25px 25px;
  }
  #about .work_environment .work_environment_ttl {
    font-size: 20px;
    text-align: center;
  }
  #about .work_environment .work_environment_detail {
    font-size: 16px;
    border-left: none;
    border-top: 2px solid #f38200;
    padding-left: 17px;
    margin-left: 0px;
    padding-top: 18px;
    margin-top: 10px;
  }
  #about .work_environment .work_environment_detail li:first-child {
    padding-bottom: 12px;
    line-height: 1.6;
  }
  #about .work_environment .work_environment_detail li:nth-child(2) {
    padding-bottom: 12px;
    line-height: 1.6;
  }
  #about .work_environment .work_environment_detail li:nth-child(3) {
    padding-bottom: 0px;
  }
  #about .work_environment .work_environment_detail span {
    font-size: 12px;
  }
  #about .work_environment .work_environment_detail span.small {
    font-size: 10px;
    display: inline-block;
    line-height: 0.8;
    margin: 0 0 0 auto;
    text-align: right;
  }
}
/* development
------------------------------------------------------------------------------- */
#development {
  z-index: 99;
  position: relative;
}
#development .development_main {
  background: url(../img/bg_development.png) no-repeat center bottom;
  background-size: cover;
  width: 100%;
  height: 719px;
  position: relative;
  margin-bottom: 30px;
  z-index: 100;
}
#development .development_main .common_en_ttl {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#development .development_bottom {
  position: relative;
  margin-top: -90px;
}
#development .development_txt {
  width: 52%;
}
#development .development_txt .development_detail {
  font-size: 17px;
  margin-top: 30px;
  text-align: justify;
  line-height: 1.8;
}
#development .development_img {
  position: absolute;
  right: 0;
  bottom: -290px;
  width: 52%;
  z-index: -1;
}
@media screen and (max-width:767px) {
  #development {}
  #development .development_main {
    width: 100%;
    height: 350px;
    margin-bottom: 90px;
  }
  #development .development_main .common_en_ttl {
    top: 46%;
    width: 100%;
  }
  #development .development_bottom {
    margin-top: -85px;
  }
  #development .development_txt {
    width: 100%;
  }
  #development .development_txt .development_detail {
    font-size: 15px;
    margin-top: 20px;
    text-align: justify;
    line-height: 1.8;
  }
  #development .development_img {
    position: relative;
    padding-top: 0px;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
  }
}
/* voice
------------------------------------------------------------------------------- */
#voice {
  background-color: #f2f2f2;
  position: relative;
  z-index: 100;
  margin-top: 275px;
  padding-bottom: 0px;
}
#voice::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  /*四角形を傾けます*/
  transform: skewY(8deg);
  transform-origin: bottom right;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
}
#voice::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  /*四角形を傾けます*/
  transform: skewY(8deg);
  transform-origin: bottom left;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
}
#voice h2 span {
  margin-left: 30px;
}
#voice .voice_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
#voice .voice_box .voice_box_img {
  width: 28%;
}
#voice .voice_box .voice_box_txt {
  width: 72%;
  padding-left: 50px;
  box-sizing: border-box;
}
#voice .voice_box .voice_box_txt h3.voice_ttl {
  background-color: #003871;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding: 1px 10px;
  line-height: 1.6;
  margin-bottom: 18px;
}
#voice .voice_box .voice_box_txt h3.voice_ttl:first-letter {
  color: #f38200;
}
#voice .voice_box .voice_box_txt ul {
  margin-bottom: 25px;
}
#voice .voice_box .voice_box_txt li {
  font-size: 17px;
  padding-bottom: 7px;
  line-height: 1.8;
  list-style: square;
  margin-left: 18px;
}
@media screen and (max-width:767px) {
  #voice {
    margin-top: -50px;
    padding-bottom: 30px;
    padding-top: 35px;
  }
  #voice h2 span {
    margin-left: 20px;
  }
  #voice .voice_box {
    display: block;
    margin-top: 35px;
  }
  #voice .voice_box .voice_box_img {
    width: 55%;
    text-align: center;
    margin: 0 auto 25px;
  }
  #voice .voice_box .voice_box_txt {
    width: 100%;
    padding-left: 0px;
  }
  #voice .voice_box .voice_box_txt h3.voice_ttl {
    font-size: 18px;
    padding: 7px 10px;
    line-height: 1.4;
    margin-bottom: 18px;
  }
  #voice .voice_box .voice_box_txt ul {
    margin-bottom: 25px;
  }
  #voice .voice_box .voice_box_txt li {
    font-size: 15px;
    padding-bottom: 12px;
    line-height: 1.7;
  }
}
/* footer
------------------------------------------------------------------------------- */
footer {
  padding: 120px 0 35px;
  width: 100%;
}
footer .footer_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .footer_box #footer_left {}
footer .footer_box #footer_right {
  font-size: 13px;
}
footer .footer_box #footer_left .companylogo {
  width: 120px;
  margin-bottom: 20px;
}
footer #footer_left p.companyname {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 4px;
}
footer #footer_left p.companyprofile {
  font-size: 15px;
  line-height: 1.7;
}
@media screen and (max-width:767px) {
  footer {
    padding: 80px 0 35px;
    width: 100%;
  }
  footer .footer_box {
    display: block;
  }
  footer .footer_box #footer_left {}
  footer .footer_box #footer_right {
    font-size: 12px;
    padding-top: 25px;
  }
  footer .footer_box #footer_left .companylogo {
    width: 100px;
    margin-bottom: 20px;
  }
  footer #footer_left p.companyname {
    font-size: 15px;
    padding-bottom: 4px;
  }
  footer #footer_left p.companyprofile {
    font-size: 13px;
    line-height: 1.7;
  }
}


/******************************
animation
******************************* */
.fadein {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s !important;
  opacity: 0;
  -ms-transform: translate(0, 40px);
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
 
}
.fadein_af {
  opacity: 1;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}


.delay01{
	 -webkit-transition-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
