@charset "UTF-8";
.inMainVisual {
  width: 100%;
  height: 650px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
.inMainVisual h2 {
  width: 1000px;
  position: absolute;
  top: 220px;
  left: 50%;
  margin-left: -500px;
  font-size: 70px;
  color: #000;
  text-align: center;
  font-weight: normal;
  letter-spacing: 2px;
  z-index: 3000;
}
.inMainVisual span {
  font-size: 30px;
  border-top: 2px solid #FFF;
  width: 80%;
  display: block;
  margin: 0px auto;
  padding: 20px 0px 0px;
}
.inMainVisual .filterBox {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2000;
}
.aboutBack {
  background: #f8f7f7;
  text-align: center;
  padding: 0px 0px 0px;
  min-width: 1100px;
}
.aboutBack .cptTxt {
  width: 1180px;
  padding: 60px 0px 0px;
  margin: 0px auto;
  display: block;
}
.aboutBack .cptTxt h3 {
  padding: 0px 0px 10px;
}
.aboutBack .cptTxt strong {
  font-size: 36px;
  text-align: center;
  display: block;
}
.aboutBack .cptTxt .lineBox {
  background: #00a493;
  height: 4px;
  width: 80px;
  margin: 20px auto 10px;
  line-height: 0px;
  font-size: 0px;
}
.aboutBack .cptTxt span {
  font-size: 22px;
  display: block;
}
.aboutBack .cptTxt p {
  font-size: 14px;
  line-height: 38px;
  letter-spacing: 2px;
}
.aboutBack .middleBox {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-repeat: no-repeat;
  -webkit-background-position: 50% 50%;
  width: 1180px;
  height: 400px;
  margin: 50px auto 0px;
  position: relative;
}
.aboutBack .middleBox .blackBox {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 334px;
  height: 334px;
  top: 32px;
  left: 50%;
  margin-left: -167px;
  display: block;
  padding: 120px 0px 0px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  line-height: 200%;
  color: #FFF;
}
.aboutBack .middleBox .blackBox strong {
  font-size: 26px;
  line-height: 140%;
  text-align: center;
  font-weight: normal;
}
.aboutBack .middleBox .blackBox .lineBox {
  background: #FFF;
  height: 1px;
  width: 80px;
  margin: 10px auto;
}
.aboutBack .middleBox h4 {
  font-size: 20px;
  display: block;
  padding: 0px 0px 20px;
}
.aboutBack .underTxtBox {
  width: 1180px;
  margin: 0px auto;
  background: #FFF;
  padding: 60px;
  box-sizing: border-box;
}
.aboutBack .underTxtBox ul {
  overflow: hidden;
}
.aboutBack .underTxtBox li {
  width: 30.333%;
  float: left;
  margin: 0px 1.5%;
  text-align: left;
}
.aboutBack .underTxtBox li strong {
  display: block;
  color: #00a493;
  font-size: 18px;
  padding: 0px 0px 15px;
  text-align: center;
}
.aboutBack .underTxtBox li p {
  font-size: 14px;
  line-height: 200%;
}
.aboutBack .underTxtBox li img {
  display: block;
  margin: 0px auto 15px;
}
.aboutBack .underMap {
  width: 1180px;
  margin: 0px auto;
}
.aboutBack .underMap img {
  width: 100%;
  height: auto;
}
.visualImage {
  background-image: url(/recruit/image/about/main_visual.jpg);
}
.visualImage h2 {
  top: 270px;
}
