@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 600;
}
.sub-title .up {
  font-size: 35px !important;
}

body {
  color: #464646;
}

.top-box {
  width: 1000px;
  max-width: 80%;
  margin: 70px auto;
}
.top-box p {
  text-align: center;
  font-size: 16px;
  margin: 2% 0;
}

.recruit-box {
  width: 1000px;
  max-width: 80%;
  margin: 70px auto;
}
.recruit-box h2 {
  color: #d60011;
  text-align: center;
  font-size: 25px;
  font-family: "Hiragino Sans";
  line-height: 1.5em;
  font-weight: 600;
}
.recruit-box h3 {
  font-size: 24px;
  font-family: "Hiragino Sans";
  line-height: 1.5em;
  font-weight: 600;
  border-left: solid 0.5em #d60011;
  padding-left: 2%;
  margin: 70px 0 30px 0;
}
.recruit-box .info-box {
  display: flex;
  padding: 5%;
  background-color: #f2f2f2;
  margin-bottom: 20px;
}
.recruit-box .info-box-left {
  width: 30%;
}
.recruit-box .info-box-left h4 {
  font-family: "Hiragino Sans";
  line-height: 1.5em;
  font-weight: 600;
  font-size: 20px;
}
.recruit-box .info-box-right {
  width: 70%;
}
.recruit-box .info-box-right h5 {
  font-size: 20px;
  font-family: "Hiragino Sans";
  line-height: 1.5em;
  font-weight: 600;
  color: #d60011;
}
.recruit-box .info-box-right p {
  font-size: 16px;
}
.recruit-box .info-box-right .s-box {
  margin-bottom: 30px;
}
.recruit-box .info-box-right .s-box:last-child {
  margin-bottom: 0;
}
.recruit-box .info-box-right .detail {
  font-size: 16px !important;
  display: flex;
  margin-bottom: 2%;
}
.recruit-box .info-box-right .detail .detail-left {
  width: 30%;
  display: flex;
  font-family: "Hiragino Sans";
  line-height: 1.5em;
  font-weight: 600;
}
.recruit-box .info-box-right .detail .detail-right {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}
.recruit-box .info-box-right .detail .title {
  width: 90%;
}
.recruit-box .info-box-right .detail .dot {
  width: 10%;
  display: inline;
  text-align: right;
}

.info-box-red {
  border: solid 0.3em #d60011;
  color: #464646;
}
.info-box-red .red-box:nth-child(1) p {
  margin-top: 0;
}
.info-box-red .red-box {
  display: flex;
  padding: 3%;
}
.info-box-red .red-box .red-left {
  width: 50%;
  padding-right: 1.5%;
}
.info-box-red .red-box .red-right {
  width: 50%;
  padding-left: 1.5%;
}
.info-box-red .red-box .red-right span {
  color: #d60011;
}
.info-box-red .red-box .img-box {
  display: flex;
}
.info-box-red .red-box .img-box .img-left {
  padding-right: 1%;
}
.info-box-red .red-box .img-box .img-right {
  padding-left: 1%;
}
.info-box-red h5 {
  font-size: 20px;
  padding: 3% 0;
  border-bottom: solid 0.1em #464646;
}
.info-box-red p {
  font-size: 16px;
  margin: 5% 0;
}
.info-box-red p.small-font {
  font-size: 16px;
}
.info-box-red .img-box {
  margin: 3% auto;
}
.info-box-red .img-box p {
  font-size: 14px;
}
.info-box-red .map {
  width: 600px;
  margin: 0 auto;
  margin-bottom: 10%;
}

/**************************************
news-area
***************************************/
.news-area .ig-text {
  width: 700px;
  font-size: 18px;
  text-align: left;
  padding-top: 20px;
  max-width: 80%;
  margin-right: 50px;
  margin-left: 50px;
}
.news-area h2 {
  margin: 0 auto 0 auto;
  transform: rotate(-15deg) skew(15deg, 15deg);
  background: #d60011;
  background: linear-gradient(45deg, #d60011 30%, rgb(222, 78, 154) 100%);
  padding: 1% 6%;
}
.news-area h2 span {
  font-size: 2.7vw;
  display: block;
  color: white;
  font-size: 30px;
  opacity: 0;
  font-family: "mochiy-pop", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 8px 0%;
}

.news-area h2 {
  width: 200px;
  margin: 0 auto 0 auto;
  transform: rotate(-15deg) skew(15deg, 15deg);
  background: #d60011;
  background: linear-gradient(45deg, #d60011 30%, rgb(222, 78, 154) 100%);
  padding: 1% 6%;
}
.news-area .lozenge {
  position: relative;
  font-family: "mochiy-pop", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 300px !important;
  height: -moz-min-content;
  height: min-content;
}
.news-area .lozenge .display-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  font-size: 30px;
  color: white;
  font-weight: 800;
  line-height: 150%;
}
.news-area .ig-title {
  display: flex;
  margin-left: auto;
  margin-right: 5%;
  position: relative;
  z-index: 2;
  flex-wrap: nowrap;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 50px;
}
.news-area .ig-title h2 {
  width: 200px;
}

.card-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/**************************************
News
***************************************/
.ig-title {
  width: 90% !important;
}

.card-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.card-box .card {
  width: 270px;
  background-color: white;
  margin: 30px;
  margin-top: 0;
  text-align: left;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 50px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.642);
}
.card-box .card h4 {
  font-weight: 400;
  margin: 5px 3px 0 3px;
}
.card-box .card-info {
  padding: 10px;
  padding-bottom: 80px;
  height: 150px;
}
.card-box .tag {
  display: inline-block;
  background-color: #464646;
  color: white;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 8px;
}
.card-box .date {
  display: inline-block;
  font-size: 12px;
  margin-left: auto;
  margin-right: 0;
}

/**************************************
Flow
***************************************/
.flow-box {
  margin-bottom: 150px;
}
.flow-box img {
  margin: 100px 0 70px 0;
}
.flow-box p {
  font-size: 14px;
  color: #676767;
  text-align: center;
}

@media (max-width: 1200px) {
  .ig-title {
    justify-content: left !important;
    width: 80% !important;
    margin: 0 auto;
    flex-wrap: wrap !important;
  }
}
@media (max-width: 1015px) {
  .lozenge {
    width: 300px !important;
    margin-right: 200px;
  }
}
@media (max-width: 700px) {
  section.company-title {
    width: 90%;
    max-width: 90%;
  }
  .top-box {
    width: 90%;
    max-width: 90%;
    margin: 20px auto;
  }
  .recruit-box {
    width: 90%;
    max-width: 90%;
    margin: 40px auto;
  }
  .recruit-box .info-box {
    display: block;
  }
  .recruit-box .info-box h4 {
    margin-bottom: 5%;
  }
  .recruit-box h3 {
    margin: 50px 0 30px 0;
  }
  .recruit-box .info-box-left {
    width: 100%;
  }
  .recruit-box .info-box-right {
    width: 100%;
  }
  .recruit-box .info-box-right .detail .detail-right {
    width: 60%;
  }
  .recruit-box .info-box-right .detail .detail-left {
    width: 40%;
  }
  .info-box-red .red-box {
    display: block;
  }
  .info-box-red .red-box .red-left {
    width: 100%;
  }
  .info-box-red .red-box .red-left img {
    margin: 0 0 5% 0;
  }
  .info-box-red .red-box .red-right {
    width: 100%;
  }
  .info-box-red .map {
    width: 90%;
  }
  .container {
    margin-top: 30px;
  }
  section.staff {
    padding-bottom: 0px;
  }
  section.news-area .ig-title h2 {
    width: 120px;
  }
  .ig-title {
    margin-bottom: 30px !important;
    margin-top: 50px !important;
  }
  .lozenge .display-title {
    font-size: 20px !important;
  }
  .news-area h2 span {
    font-size: 20px !important;
  }
  .flow-box img {
    width: 200px;
    margin: 50px auto;
  }
  .flow-box p {
    text-align: left;
  }
}/*# sourceMappingURL=recruit.css.map */