@charset "UTF-8";

/* company
----------------------------------------------------------*/

.mv-img {
  background: url(../img/mv-img-career.jpg) no-repeat center center;
  background-size: cover;
  height: 454px;
}
.mv-ttl {
  font-size: 50px;
  font-size: 5.0rem;
}
.mv-ttl span {
  position: relative;
  display: inline-block;
  padding-left: 0.5em;
}
.mv-ttl span:after {
  content: " ";
  display: block;
  border-bottom: 10px solid #42B4B6;
  margin-left: -0.5em;
}

.main-copy {
  background: #ECF1F8;
}
.main-copy-txt {
  box-sizing: border-box;
  padding: 1em 1.25em;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 300;
  text-align: justify;
  background: #fff;
  background: rgba(255,255,255,0.8);
  position: relative;
  top: -100px;
}

.mcc-ttl {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 600;
}
.mcc-ttl span {
  position: relative;
  display: inline-block;
}
.mcc-ttl span:after {
  content: " ";
  display: block;
  border-bottom: 2px solid #42B4B6;
}


.main-cont-01 {
  padding: 0;
}

.main-cont-01 .mcc-wrap {
  padding-bottom: 100px;
}
.main-cont-01 .mcc-wrap-02 {
  padding-top: 30px;
}

.mcc-txt-wrap {
  font-size: 18px;
  font-size: 1.8rem;
}
.mcc-txt-wrap .fa {
  color: #42B4B6;
  margin-right: 0.25em;
}
.mcc-txt-bdy {
  text-align: justify;
}
.mcc-txt-list {
  padding-left: 1em;
}
.mcc-txt-list li {
  margin: 0.5em 0;
}
.cmn-btn-01 .fa {
  color: #fff;
}

.main-cont-03 .mcc-txt-wrap {
  font-size: 16px;
  font-size: 1.6rem;
}

.mcc-txt-contact {

}
.mtc-icon,
.mtc-list {
  display: inline-block;
  vertical-align: top;
}
.mtc-icon {
  font-size: 80px;
}
.mtc-icon .fa {
  vertical-align: top;
}
.mtc-list li {

}


/* SP
----------------------------------------------------------*/
@media only screen and (max-width: 640px) {

  .mv-img {
    height: 360px;
  }
  .mv-img:before {
    background: rgba(0,0,0,0.5);
  }
  .mv-ttl {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .mv-ttl span {
    padding-left: 0;
  }
  .mv-ttl span:after {
    width: 50%;
    margin: 0 auto;
    margin-top: 0.4em;
    border-width: 5px;
  }

  .main-copy-txt {
    top: -73px;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 4%;
  }

  .mcc-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .mcc-txt-wrap {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .mcc-txt-list {
    padding-left: 0;
  }

  .main-cont-02 .mc-inner,
  .main-cont-03 .mc-inner {
    margin-bottom: 60px;
  }

  .mcc-txt-contact {
    text-align: center;
  }
  .mtc-icon {
    font-size: 60px;
    height: 70px;
  }
  .mtc-list {
    margin-bottom: 40px;
    text-align: left;
  }

}
