#top {
  margin-top: -200px;
}

#top .fv {
  padding: 333px 0 50px;
  background-image: url(../img/top/fv_bg.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #top .fv {
    padding-top: 185px;
  }
}

#top .fv_top {
  margin-bottom: 120px;
  text-align: center;
  position: relative;
  display: inline-block;
  width: 1000px;
}

@media screen and (max-width: 1024px) {
  #top .fv_top {
    width: 95%;
    margin: 0 auto 120px;
  }
}

@media screen and (max-width: 640px) {
  #top .fv_top {
    margin-bottom: 85px;
  }
}

@media screen and (max-width: 414px) {
  #top .fv_top {
    width: 97%;
  }
}

#top .fv_top::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0%, -50%);
  width: 427px;
  height: 474px;
  background-image: url(../img/top/fv_img.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
  #top .fv_top::before {
    right: 0;
    transform: translate(0%, -55%);
  }
}

@media screen and (max-width: 768px) {
  #top .fv_top::before {
    width: 320px;
    height: 355px;
  }
}

@media screen and (max-width: 414px) {
  #top .fv_top::before {
    width: 230px;
    height: 255px;
  }
}

#top .fv_top h1 {
  font-size: 59px;
  color: #333;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  #top .fv_top h1 {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) {
  #top .fv_top h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 640px) {
  #top .fv_top h1 {
    font-size: 23px;
  }
}

@media screen and (max-width: 414px) {
  #top .fv_top h1 {
    font-size: 20px;
  }
}

#top .fv_top h1 span {
  font-size: 90px;
}

@media screen and (max-width: 1024px) {
  #top .fv_top h1 span {
    font-size: 75px;
  }
}

@media screen and (max-width: 768px) {
  #top .fv_top h1 span {
    font-size: 70px;
  }
}

@media screen and (max-width: 640px) {
  #top .fv_top h1 span {
    font-size: 45px;
  }
}

@media screen and (max-width: 414px) {
  #top .fv_top h1 span {
    font-size: 35px;
  }
}

#top .fv_top h1 span:first-of-type {
  color: #F15A24;
}

#top .fv_top h1 span:last-of-type {
  color: #E59A25;
}

#top .fv_top h2 {
  font-size: 30px;
  color: #333;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #top .fv_top h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 640px) {
  #top .fv_top h2 {
    font-size: 15px;
  }
}

@media screen and (max-width: 414px) {
  #top .fv_top h2 {
    font-size: 13px;
  }
}

#top .fv_mid {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 1024px) {
  #top .fv_mid {
    width: 90%;
  }
}

@media screen and (max-width: 640px) {
  #top .fv_mid {
    margin-bottom: 50px;
  }
}

#top .fv_mid_top {
  text-align: left;
  display: block;
}

#top .fv_mid_top h3 {
  font-size: 100px;
  color: #e2e2e2;
  font-weight: 700;
  line-height: 0.85;
}

@media screen and (max-width: 1024px) {
  #top .fv_mid_top h3 {
    font-size: 10vw;
  }
}

#top .fv_mid_bottom {
  text-align: right;
}

#top .fv_mid_bottom h3 {
  font-size: 100px;
  color: #e2e2e2;
  font-weight: 700;
  line-height: 0.85;
}

@media screen and (max-width: 1024px) {
  #top .fv_mid_bottom h3 {
    font-size: 10vw;
  }
}

#top .fv_bottom {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  #top .fv_bottom {
    width: 95%;
    margin: 0 auto 30px;
  }
}

#top .fv_bottom p {
  font-size: 30px;
  color: #333;
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (max-width: 1024px) {
  #top .fv_bottom p {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  #top .fv_bottom p {
    font-size: 19px;
  }
}

@media screen and (max-width: 640px) {
  #top .fv_bottom p {
    font-size: 17px;
  }
}

@media screen and (max-width: 414px) {
  #top .fv_bottom p {
    font-size: 14px;
  }
}

#top .fv_btn {
  width: fit-content;
  margin: 0 auto;
}

#top .fv_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
}

#top .fv_btn_txt {
  margin-right: 15px;
}

#top .fv_btn_txt p {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (max-width: 640px) {
  #top .fv_btn_txt p {
    font-size: 17px;
  }
}

@media screen and (max-width: 414px) {
  #top .fv_btn_txt p {
    font-size: 15px;
  }
}

#top .fv_btn_arrow {
  width: 57px;
}

@media screen and (max-width: 768px) {
  #top .fv_btn_arrow {
    width: 47px;
  }
}

@media screen and (max-width: 640px) {
  #top .fv_btn_arrow {
    width: 37px;
  }
}

#top .title {
  display: flex;
  align-items: flex-start;
  margin-bottom: -45px;
  user-select: none;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #top .title {
    margin-bottom: -25px;
  }
}

@media screen and (max-width: 414px) {
  #top .title {
    margin-bottom: -10px;
  }
}

#top .title_img {
  width: 63px;
  margin-right: 15px;
}

@media screen and (max-width: 640px) {
  #top .title_img {
    width: 40px;
  }
}

#top .title_txt {
  margin-top: -65px;
}

@media screen and (max-width: 768px) {
  #top .title_txt {
    margin-top: -50px;
  }
}

@media screen and (max-width: 640px) {
  #top .title_txt {
    margin-top: -17px;
  }
}

#top .title_txt h4 {
  font-size: 110px;
  color: #333;
  font-weight: 500;
  line-height: 0.9;
}

@media screen and (max-width: 768px) {
  #top .title_txt h4 {
    font-size: 13vw;
  }
}

#top .title_txt h4 span {
  font-size: 18px;
  color: #333;
  font-weight: 700;
}

@media screen and (max-width: 414px) {
  #top .title_txt h4 span {
    font-size: 13px;
  }
}

#top .business {
  padding: 90px 0 200px;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  #top .business {
    padding: 40px 0 170px;
  }
}

@media screen and (max-width: 414px) {
  #top .business {
    padding-bottom: 130px;
  }
}

#top .business_cont {
  position: relative;
}

#top .business_cont_img {
  position: relative;
}

#top .business_cont_img::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  width: 57px;
  height: 57px;
  background-image: url(../img/common/arrow_black.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #top .business_cont_img::before {
    width: 47px;
    height: 47px;
  }
}

@media screen and (max-width: 640px) {
  #top .business_cont_img::before {
    width: 37px;
    height: 37px;
  }
}

#top .business_cont_txt {
  position: absolute;
  top: 95%;
  right: 0;
  transform: translate(-5%, -50%);
  display: inline-block;
  padding: 40px 30px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #top .business_cont_txt {
    top: 85%;
    transform: translate(-5%, 0%);
  }
}

@media screen and (max-width: 640px) {
  #top .business_cont_txt {
    top: 75%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 90%;
    padding: 20px 5%;
  }
}

#top .business_cont_txt p {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (max-width: 640px) {
  #top .business_cont_txt p {
    font-size: 17px;
  }
}

@media screen and (max-width: 414px) {
  #top .business_cont_txt p {
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  #top .business_cont_txt br {
    display: none;
  }
}

#top .recruit {
  padding: 65px 0 85px;
  background-color: #EFEFEF;
}

@media screen and (max-width: 640px) {
  #top .recruit {
    padding: 30px 0 40px;
  }
}

#top .recruit .title {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  #top .recruit .container {
    width: 97.5%;
    margin: 0 0 0 auto;
  }
}

#top .recruit_cont {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#top .recruit_cont_left {
  width: 410px;
  margin-right: 50px;
}

@media screen and (max-width: 1024px) {
  #top .recruit_cont_left {
    width: 45%;
    margin-right: 5%;
  }
}

@media screen and (max-width: 640px) {
  #top .recruit_cont_left {
    width: 50%;
  }
}

#top .recruit_cont_left_intro {
  margin-bottom: 75px;
}

@media screen and (max-width: 1024px) {
  #top .recruit_cont_left_intro {
    margin-bottom: 50px;
  }
}

#top .recruit_cont_left_intro h5 {
  font-size: 30px;
  color: #333;
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (max-width: 1024px) {
  #top .recruit_cont_left_intro h5 {
    font-size: 3vw;
  }
}

@media screen and (max-width: 640px) {
  #top .recruit_cont_left_intro h5 {
    font-size: 3.5vw;
  }
}

#top .recruit_cont_left_link_item {
  padding-bottom: 15px;
  border-bottom: 1px solid #707070;
}

@media screen and (max-width: 414px) {
  #top .recruit_cont_left_link_item {
    padding-bottom: 10px;
  }
}

#top .recruit_cont_left_link_item:first-of-type {
  margin-bottom: 15px;
}

@media screen and (max-width: 414px) {
  #top .recruit_cont_left_link_item:first-of-type {
    margin-bottom: 10px;
  }
}

#top .recruit_cont_left_link_item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#top .recruit_cont_left_link_item_txt p {
  font-size: 18px;
  color: #333;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  #top .recruit_cont_left_link_item_txt p {
    font-size: 15px;
  }
}

@media screen and (max-width: 414px) {
  #top .recruit_cont_left_link_item_txt p {
    font-size: 13px;
  }
}

#top .recruit_cont_left_link_item_arrow {
  width: 57px;
}

@media screen and (max-width: 768px) {
  #top .recruit_cont_left_link_item_arrow {
    width: 47px;
  }
}

@media screen and (max-width: 640px) {
  #top .recruit_cont_left_link_item_arrow {
    width: 37px;
  }
}

@media screen and (max-width: 414px) {
  #top .recruit_cont_left_link_item_arrow {
    width: 25px;
  }
}

#top .recruit_cont_right {
  width: 500px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #top .recruit_cont_right {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  #top .recruit_cont_right {
    width: 45%;
  }
}

#top .recruit_cont_right::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  width: 57px;
  height: 57px;
  background-image: url(../img/common/arrow_white.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #top .recruit_cont_right::before {
    width: 47px;
    height: 47px;
  }
}

@media screen and (max-width: 640px) {
  #top .recruit_cont_right::before {
    width: 37px;
    height: 37px;
  }
}

#top .info {
  padding: 110px 0 100px;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  #top .info {
    padding: 55px 0;
  }
}

#top .info .title {
  margin-bottom: 35px;
}

@media screen and (max-width: 640px) {
  #top .info .title {
    margin-bottom: 25px;
  }
}

#top .info_cont {
  width: 100%;
  margin-bottom: 35px;
  border-top: 1px solid #707070;
}

@media screen and (max-width: 414px) {
  #top .info_cont {
    margin-bottom: 10px;
  }
}

#top .info_cont_item {
  border-bottom: 1px solid #707070;
}

#top .info_cont_item a {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

@media screen and (max-width: 640px) {
  #top .info_cont_item a {
    flex-wrap: wrap;
  }
}

#top .info_cont_item_date {
  width: 13%;
}

@media screen and (max-width: 768px) {
  #top .info_cont_item_date {
    width: 17%;
  }
}

@media screen and (max-width: 640px) {
  #top .info_cont_item_date {
    width: 25%;
  }
}

@media screen and (max-width: 414px) {
  #top .info_cont_item_date {
    width: 30%;
  }
}

#top .info_cont_item_date p {
  font-size: 14px;
  color: #333;
  font-weight: 700;
}

@media screen and (max-width: 414px) {
  #top .info_cont_item_date p {
    font-size: 13px;
  }
}

#top .info_cont_item_category {
  width: 13%;
}

@media screen and (max-width: 768px) {
  #top .info_cont_item_category {
    width: 15%;
  }
}

@media screen and (max-width: 640px) {
  #top .info_cont_item_category {
    width: 75%;
  }
}

@media screen and (max-width: 414px) {
  #top .info_cont_item_category {
    width: 70%;
  }
}

#top .info_cont_item_category_bg {
  display: inline-block;
  padding: 5px 10px;
  background-color: #000;
}

#top .info_cont_item_category_bg p {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 414px) {
  #top .info_cont_item_category_bg p {
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  #top .info_cont_item_title {
    width: 100%;
    margin-top: 10px;
  }
}

#top .info_cont_item_title p {
  font-size: 14px;
  color: #333;
  font-weight: 700;
}

@media screen and (max-width: 414px) {
  #top .info_cont_item_title p {
    font-size: 13px;
  }
}

#top .info_btn {
  width: fit-content;
  margin: 0 0 0 auto;
}

#top .info_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
}

#top .info_btn_txt {
  margin-right: 15px;
}

#top .info_btn_txt p {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (max-width: 640px) {
  #top .info_btn_txt p {
    font-size: 17px;
  }
}

@media screen and (max-width: 414px) {
  #top .info_btn_txt p {
    font-size: 15px;
  }
}

#top .info_btn_arrow {
  width: 57px;
}

@media screen and (max-width: 768px) {
  #top .info_btn_arrow {
    width: 47px;
  }
}

@media screen and (max-width: 640px) {
  #top .info_btn_arrow {
    width: 37px;
  }
}
/*# sourceMappingURL=top.css.map */