@charset "UTF-8";
.parts_entry {
  background: url(../img/bg_entry_pc.jpg) top;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 120px 0;
}

.parts_entry_title {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1.44px;
  line-height: 18px;
  margin-bottom: 130px;
  text-align: center;
  color: #36b3b7;
  position: relative;
}

.parts_entry_title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  width: 1px;
  height: 30px;
  margin: auto;
  background-color: #000;
}

.entry_width {
  max-width: 1040px;
  width: 90%;
  margin: auto;
}

.parts_entry_btn_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.parts_entry_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.8px;
  line-height: 22px;
  position: relative;
  max-width: 480px;
  width: 48%;
  height: 120px;
}

.parts_entry_btn_arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
}

.parts_entry_btn_arrow img {
  height: 27px;
  width: auto;
}

.saiyou_btn_area {
  border: 2px solid #000000;
  background-color: #ffff6a;
  color: #000;
}

.internship_btn_area {
  border: 2px solid #fff;
  background-color: #36b3b7;
  color: #fff;
  font-weight: normal;
}

.internship_btn_area:hover {
  color: #fff;
}

.patrs_entry_contact_area {
  display: flex;
  align-items: center;
  justify-content: center;
}

.parts_entry_contact_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  letter-spacing: 0.8px;
  line-height: 22px;
  max-width: 480px;
  width: 48%;
  height: 80px;
  color: #fff;
  background-color: #3a4e87;
}

.parts_entry_contact_btn:hover {
  color: #fff;
}

.contact_btn_arrow {
  margin-right: 12px;
}

.contact_btn_arrow img {
  height: 20px;
  width: auto;
}

@media screen and (max-width: 830px) {
  .parts_entry_btn{
    font-size: 15px;
  }

  .parts_entry_contact_btn{
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .parts_entry {
    background: url(../img/bg_entry_sp.jpg) center;
    padding: 60px 0 80px;
    background-size: cover;
  }

  .parts_entry_title {
    font-size: 10px;
    letter-spacing: 1.2px;
    line-height: 14.5px;
    margin-bottom: 75px;
  }

  .parts_entry_title::after {
    bottom: -40px;
    height: 22.5px;
    width: 1px;
  }

  .parts_entry_btn_area {
    flex-wrap: wrap;
    margin: 0 auto 30px;
    max-width: 305px;
  }

  .parts_entry_btn {
    width: 100%;
    margin: auto;
    height: 75px;
    font-size: 15px;
    letter-spacing: 0.6px;
    line-height: 11px;
  }

  .parts_entry_btn:first-child {
    margin-bottom: 30px;
  }

  .parts_entry_contact_btn {
    width: 100%;
    margin: auto;
    height: 60px;
    font-size: 15px;
    letter-spacing: 0.6px;
    line-height: 11px;
  }

  .contact_btn_arrow img {
    height: 15px;
  }

  .contact_btn_arrow {
    margin-right: 7.5px;
  }

  .parts_entry_btn_arrow img,
  .parts_entry_btn_arrow img {
    height: 20px;
  }

  .contact_btn_text {
    font-size: 14px;
  }

  .patrs_entry_contact_area {
    max-width: 305px;
    margin: 0 auto;
  }
}
