@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header .gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #header .gnavi {
    display: none;
  }
}
#header .gnavi li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#header .gnavi li a > span {
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #header .headerIn nav {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .page_head {
    padding-top: 0;
  }
}
#first {
  position: relative;
}

.first .ttl3 {
  display: inline-block;
  font-size: 3.8rem;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.first .ttl3 span {
  border-bottom: 2px solid #ff8400;
}
@media screen and (max-width: 767px) {
  .first .ttl3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .first .ttl3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .first .ttl3 span br {
    display: none;
  }
}
.first .button {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.first .button span {
  padding: 0.5rem 1.5rem;
  background-color: #f6f4ec;
  border-radius: 3px;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .first .button {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .first .button span {
    margin: 0.5rem;
    display: inline-block;
    font-size: 12px;
  }
}
.first .txt {
  margin-top: 2rem;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .first .txt {
    width: 100%;
  }
}
.first .img {
  background: url(../img/img01.jpg) no-repeat center/contain;
  position: absolute;
  top: -6rem;
  right: 0;
  height: 66%;
  width: 43%;
}
@media screen and (max-width: 767px) {
  .first .img {
    top: 0;
    position: relative;
    height: 55vw;
    width: 100%;
    margin: 3rem 0;
  }
}

.second .ttl3 {
  font-size: 3rem;
  margin-bottom: 5rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .second .ttl3 {
    font-size: 2rem;
    margin-bottom: 3rem;
    line-height: 1.5;
  }
}
.second .point_ul {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 767px) {
  .second .point_ul {
    display: block;
  }
}
.second .point_ul .point_li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .second .point_ul .point_li {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.second .point_ul .point_li .point_ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .second .point_ul .point_li .point_ttl {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}

#job .job_li {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f6f4ec;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #job .job_li {
    display: block;
    margin-bottom: 4rem;
  }
}
#job .job_li dt {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #job .job_li dt {
    font-size: 1.8rem;
  }
}
#job .job_li dl {
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  #job .job_li dl {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #job .job_li picture img {
    width: 100%;
  }
}

#offer .offer_list dl {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #offer .offer_list dl {
    display: block;
  }
}
#offer .offer_list dt {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  width: 5rem;
  background-color: #ff8400;
  padding: 1.8rem 2rem;
  color: #fff;
  margin: 0.3rem;
}
@media screen and (max-width: 767px) {
  #offer .offer_list dt {
    width: 100%;
    margin: 0;
    padding: 1.5rem 1rem;
  }
}
#offer .offer_list dd {
  -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
  background-color: #f6f4ec;
  padding: 1.8rem 2rem;
  margin: 0.3rem 0 0.3rem 1rem;
}
@media screen and (max-width: 767px) {
  #offer .offer_list dd {
    margin: 0;
    padding: 1.5rem 1rem;
  }
}

#about {
  position: relative;
}
#about .about .ttl {
  color: #ff8400;
  font-family: "Noto Serif JP", serif;
  font-size: 2.3rem;
  margin-bottom: 1em;
}
#about .about p {
  width: 58%;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  #about .about p {
    width: 100%;
    padding: 0;
  }
}
#about .tekisei_li {
  background-color: #f2f2f2;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  #about .tekisei_li {
    padding: 1.5rem;
  }
}
#about .tekisei_li dt {
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #about .tekisei_li dt {
    margin-bottom: 1.5rem;
  }
}
#about .tekisei_li dt span {
  width: 150px;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #about .tekisei_li dt span {
    display: block;
    width: 120px;
    font-size: 1.3rem;
  }
}
#about .tekisei_li dl:first-child {
  margin-bottom: 3rem;
}
#about .tekisei_ok {
  color: #ff8400;
}
#about .tekisei_ok span {
  background-color: #ff8400;
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 5px;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  #about .tekisei_ok span {
    padding: 0.3rem 1rem;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
#about .tekisei_ span {
  background-color: #bcbcbc;
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 5px;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  #about .tekisei_ span {
    padding: 0.5rem 1rem;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
#about .img {
  background: url(../img/img06.jpg) no-repeat center/contain;
  position: absolute;
  top: 3rem;
  right: 0;
  height: 66%;
  width: 43%;
}
@media screen and (max-width: 767px) {
  #about .img {
    position: relative;
    width: 100%;
    height: 55vw;
  }
}

#flow .flow_li li {
  background-color: #fff;
  padding: 2rem;
  margin-bottom: 6rem;
  text-align: center;
  position: relative;
}
#flow .flow_li li span {
  font-weight: bold;
  font-size: 18px;
  display: block;
}
@media screen and (max-width: 767px) {
  #flow .flow_li li {
    margin-bottom: 4rem;
  }
}
#flow .flow_li li::after {
  content: "";
  display: block;
  position: absolute;
  top: 8rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 27px solid transparent;
  border-left: 27px solid transparent;
  border-top: 30px solid #ff8400;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  #flow .flow_li li::after {
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 15px solid #ff8400;
  }
}
@media screen and (max-width: 682px) {
  #flow .flow_li li:first-child:after {
    top: 10.5rem;
  }
}
#flow .flow_li li:last-child:after {
  content: none;
}
#flow .point_li {
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#flow .point_li li {
  margin-bottom: 2rem;
}
#flow .point_li li span {
  color: #58bc1e;
  font-weight: bold;
  font-size: 20px;
  margin-left: -3rem;
}
@media screen and (max-width: 767px) {
  #flow .point_li li span {
    font-size: 1.8rem;
    margin-left: 0;
  }
}
#flow .point_li li p {
  text-indent: 3rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  #flow .point_li li p {
    text-indent: 0;
  }
}
#flow .point_li li:before {
  content: "";
  background-image: url(../img/ico_check1.png);
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 3.5rem;
  top: 2px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #flow .point_li li:before {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
}

.footer_cont .fnavi_box > ul > li {
  margin-left: 2.5rem;
}
.footer_cont .fnavi_box ul a {
  text-indent: -2.5rem;
}


/*---------------------------
フッターエリアリストの体裁変更
---------------------------*/
.company_cont .area_list li ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.company_cont .area_list li ul li {
    width: calc(100%/4);
}

@media screen and (max-width: 767px) {
    .company_cont .area_list li h4 {
        font-size: 14px
    }
    
    .company_cont .area_list li ul li {
        width: calc(100%/2);
        font-size: 13px
    }
}

/*# sourceMappingURL=recruit.css.map */