.sub-hero {
  position: relative;
}

@media screen and (max-width: 767px) {
  .sub-hero {
    padding-top: 60px;
  }
}

.sub-hero__title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .sub-hero__title {
    padding-top: 60px;
    width: 50%;
  }
}

.sub-hero__title.title-history {
  max-width: 300px;
}

.sub-hero__title.title-privacy {
  max-width: 575px;
  width: 80%;
}

.history {
  margin-top: 160px;
  padding: 0 15px;
  position: relative;
}

.history__wrap {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.history__cont {
  max-width: 700px;
  margin-left: auto;
  -webkit-box-shadow: 5px 4px 0 #ccc;
          box-shadow: 5px 4px 0 #ccc;
  padding: 60px 60px 100px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .history__cont {
    padding: 30px 30px 60px;
  }
}

.history__year {
  max-width: 85px;
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .history__year {
    max-width: 80px;
    height: 500px;
  }
}

.history__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 90px;
}

@media screen and (max-width: 767px) {
  .history__right {
    row-gap: 80px;
  }
}

.history__item {
  padding-top: 20px;
  min-height: 100px;
}

.history__item--text {
  font-size: 1.6rem;
  line-height: 2.0;
}

@media screen and (max-width: 767px) {
  .history__item--text {
    font-size: 1.3rem;
  }
}

.history__circle {
  position: absolute;
  max-width: 400px;
  top: -135px;
  left: -60px;
}

.history__title {
  max-width: 595px;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .history__title {
    max-width: 260px;
    bottom: 10px;
  }
}

.company {
  margin-top: 160px;
  padding: 0 15px;
  position: relative;
}

.company__wrap {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.company__cont {
  max-width: 700px;
  margin-left: auto;
  -webkit-box-shadow: 5px 4px 0 #ccc;
          box-shadow: 5px 4px 0 #ccc;
  padding: 60px 50px 140px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .company__cont {
    padding: 30px;
  }
}

.company__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
  border-bottom: 1px solid #5C6BD4;
  width: 100%;
}

.company__item--head {
  font-size: 2.0rem;
  font-weight: 700;
  color: #5C6BD4;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .company__item--head {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.company__item--text {
  font-size: 1.6rem;
  padding-left: 45px;
}

@media screen and (max-width: 767px) {
  .company__item--text {
    font-size: 1.3rem;
    padding-left: 20px;
  }
}

.company__circle {
  position: absolute;
  max-width: 400px;
  top: -135px;
  left: -60px;
}

.company__title {
  max-width: 720px;
  position: absolute;
  left: 0;
  top: -50px;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .company__title {
    max-width: 320px;
    top: -20px;
  }
}

.recruit {
  margin-top: 160px;
  padding: 0 15px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .recruit {
    margin-top: 60px;
  }
}

.recruit__wrap {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.recruit__cont {
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-shadow: 5px 4px 0 #ccc;
          box-shadow: 5px 4px 0 #ccc;
  padding: 40px 60px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .recruit__cont {
    padding: 30px 30px 60px;
  }
}

.recruit__text {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .recruit__text {
    font-size: 1.3rem;
  }
}

.recruit__text.c {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .recruit__text.c {
    margin-bottom: 30px;
  }
}

.recruit__head {
  font-size: 2.2rem;
  font-weight: 700;
  color: #5C6BD4;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .recruit__head {
    font-size: 1.6rem;
  }
}

.recruit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .recruit__item {
    -webkit-column-gap: 20px;
            column-gap: 20px;
  }
}

.recruit__item--label {
  font-size: 1.6rem;
  font-weight: 700;
  color: #5C6BD4;
  width: 65px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .recruit__item--label {
    font-size: 1.3rem;
    width: 55px;
  }
}

.recruit__item--text {
  font-size: 1.6rem;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .recruit__item--text {
    font-size: 1.3rem;
  }
}

.recruit__circle {
  position: absolute;
  max-width: 400px;
  top: -135px;
  left: -60px;
}

.recruit__title {
  max-width: 720px;
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .recruit__title {
    max-width: 250px;
  }
}

.contact {
  margin-top: 160px;
  padding: 0 15px;
  position: relative;
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .contact {
    margin-top: 60px;
  }
}

.contact__wrap {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}

.contact__cont {
  max-width: 720px;
  -webkit-box-shadow: 5px 4px 0 #ccc;
          box-shadow: 5px 4px 0 #ccc;
  padding: 40px 70px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .contact__cont {
    padding: 30px 15px 60px;
    z-index: 2;
  }
}

.contact__text {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .contact__text {
    font-size: 1.3rem;
  }
}

.contact__text a {
  color: #0066C0;
  text-decoration: underline;
}

.contact__text.mt {
  margin-top: 40px;
  margin-bottom: 30px;
}

.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 767px) {
  .contact__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact__item--label {
  width: 145px;
  margin-right: 60px;
  font-size: 1.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .contact__item--label {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}

.contact__item--label span {
  color: #C30000;
}

.contact__item--select {
  width: 100%;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__item--select::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-bottom.svg);
  background-size: cover;
  width: 13px;
  height: 10px;
  margin-right: 20px;
  position: absolute;
  right: 0px;
  pointer-events: none;
}

.contact__item--select select {
  width: 100%;
  height: 40px;
  cursor: pointer;
  font-size: 1.6rem;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .contact__item--select select {
    font-size: 1.3rem;
    height: 30px;
  }
}

.contact__item--input {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .contact__item--input {
    font-size: 1.3rem;
    height: 30px;
  }
}

.contact__item--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
          column-gap: 40px;
}

.contact__item--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact__item [type="radio"] {
  width: 16px;
  height: 16px;
}

.contact__item .wpcf7-list-item {
  margin: 0;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .contact__item .wpcf7-list-item {
    padding-top: 0;
  }
}

.contact__item .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.contact__item .wpcf7-list-item.first {
  margin-right: 40px;
}

.contact__item .wpcf7-list-item-label {
  font-size: 1.6rem;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .contact__item .wpcf7-list-item-label {
    font-size: 1.3rem;
  }
}

.contact__item--textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  background-color: #fff;
  border-radius: 3px;
  resize: none;
}

@media screen and (max-width: 767px) {
  .contact__item--textarea {
    font-size: 1.3rem;
  }
}

.contact__item--submit {
  width: 200px;
  text-align: center;
  margin: 0 auto;
  background-color: #5C6BD4;
  color: #fff;
  font-size: 1.4rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  padding: 13px 0;
  border-radius: 3px;
  display: block;
}

@media screen and (max-width: 767px) {
  .contact__item--submit {
    font-size: 1.3rem;
  }
}

.contact__item .wpcf7-form-control-wrap {
  width: 100%;
}

.contact__circle {
  position: absolute;
  max-width: 400px;
  top: 40%;
  right: -60px;
}

.contact__title {
  max-width: 635px;
  position: absolute;
  right: 0;
  bottom: 150px;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .contact__title {
    max-width: 280px;
    bottom: 10px;
  }
}

.contact__img {
  position: absolute;
  max-width: 815px;
  right: 40px;
  bottom: -230px;
}

@media screen and (max-width: 767px) {
  .contact__img {
    max-width: 250px;
    bottom: -130px;
    z-index: 3;
    mix-blend-mode: multiply;
    left: 0;
  }
}

.privacy {
  margin-top: 160px;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .privacy {
    margin-top: 60px;
  }
}

.privacy__wrap {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.privacy__text {
  font-size: 1.6rem;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .privacy__text {
    font-size: 1.3rem;
  }
}
/*# sourceMappingURL=page.css.map */