@charset "UTF-8";
/***********************

new-graduate　style

***********************/
.recruit.introduction .introduction_text {
  max-width: 1200px;
  width: 100%;
  margin: 59px auto 59px;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .introduction_text {
    padding: 0 25px;
    margin: 45px auto;
  }
}
.recruit.introduction .introduction_text p {
  font-size: 15px;
  line-height: 28.5px;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .introduction_text p {
    line-height: 26.5px;
  }
}
.recruit.introduction .organize {
  background-color: #F7F7F7;
  padding: 60px 60px 70px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize {
    padding: 50px 0 60px 24px;
    margin-bottom: 65px;
  }
}
.recruit.introduction .organize .organize_more_btn {
  font-size: 14px;
  font-weight: bold;
  width: 144px;
  height: 38px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  padding-left: 10px;
  position: relative;
  border: 2px solid #0081CC;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .organize_more_btn {
    font-size: 12px;
    width: 112px;
    height: 30.5px;
    border: none;
  }
}
@media screen and (min-width: 768px) {
  .recruit.introduction .organize .organize_more_btn:hover {
    color: #FFF;
    background-color: #0081CC;
    opacity: 1;
    border: 2px solid #FFF;
  }
}
@media screen and (min-width: 768px) {
  .recruit.introduction .organize .organize_more_btn:hover::after {
    background-image: url(../img/introduction/more_arrow_b.svg);
  }
}
.recruit.introduction .organize .organize_more_btn::after {
  content: "";
  display: block;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../img/introduction/more_arrow.svg);
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .organize_more_btn::after {
    width: 18px;
    height: 18px;
  }
}
.recruit.introduction .organize .chart_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .chart_wrapper {
    width: 917px;
    padding-bottom: 0;
  }
}
.recruit.introduction .organize .chart_wrapper .chart_item {
  display: flex;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .chart_wrapper .chart_item {
    margin-bottom: 41px;
  }
}
.recruit.introduction .organize .chart_wrapper .chart_item:last-of-type {
  margin-bottom: 0;
}
.recruit.introduction .organize .chart_wrapper .chart_item .div_name {
  background-color: #0081CC;
  width: 190px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .chart_wrapper .chart_item .div_name {
    width: 152px;
  }
}
.recruit.introduction .organize .chart_wrapper .chart_item .div_name h3 {
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .chart_wrapper .chart_item .div_name h3 {
    font-size: 23px;
    text-align: center;
  }
}
.recruit.introduction .organize .chart_wrapper .chart_item .chart {
  background-color: #FFF;
  display: flex;
}
.recruit.introduction .organize .chart_wrapper .chart_item .chart .department_wrapper {
  position: relative;
}
.recruit.introduction .organize .chart_wrapper .chart_item .chart .department_wrapper .department {
  display: flex;
  flex-direction: column;
  position: relative;
}
.recruit.introduction .organize .chart_wrapper .chart_item .chart .department_wrapper .department p {
  border: 1.5px solid #0081CC;
  width: 200px;
  min-height: 34px;
  line-height: 1.2;
  text-align: center;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0081CC;
  background-color: #FFF;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .chart_wrapper .chart_item .chart .department_wrapper .department p {
    width: 179px;
    height: 30.5px;
    font-size: 13px;
  }
}
.recruit.introduction .organize .chart_wrapper .chart_item .chart .department_wrapper .department .sub-info {
  display: block;
  width: auto;
  height: auto;
  min-height: auto;
  background: #EBCD5F;
  font-size: 0.75rem;
  font-weight: normal;
  color: #222222;
  border-radius: 3px;
  padding: 5px;
  border: none;
  position: absolute;
}
.recruit.introduction .organize .chart_wrapper .chart_item .chart .department_wrapper .department.n01 .sub-info.n01 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.recruit.introduction .organize .chart_wrapper .chart_item .chart .department_wrapper .department.n01 .sub-info.n02 {
  bottom: -80px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.recruit.introduction .organize .chart_wrapper .chart_item .chart .department_wrapper .department.n02 .sub-info.n01 {
  left: -60px;
  z-index: 2;
}
.recruit.introduction .organize .chart_wrapper .chart_item .chart .department_wrapper .department.n02 .sub-info.n02 {
  right: -157px;
  bottom: -25px;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .chart_wrapper .chart_item .chart .department_wrapper .department.n02 .sub-info.n02 {
    right: -144px;
  }
}
.recruit.introduction .organize .chart_wrapper .chart_item .chart .department_wrapper .department.n03 .sub-info.n01 {
  right: -125px;
}
.recruit.introduction .organize .chart_wrapper .chart_item .chart .department_wrapper .department.n03 .sub-info.n02 {
  bottom: -45px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.recruit.introduction .organize .chart_wrapper .chart_item .chart .chart_arrow_01 {
  position: relative;
}
.recruit.introduction .organize .chart_wrapper .chart_item .chart .chart_arrow_01::after {
  content: "";
  display: block;
  bottom: -57px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 57px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../img/introduction/chart_arrow_01.svg);
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .chart_wrapper .chart_item .chart .chart_arrow_01::after {
    height: 64px;
    width: 80.74px;
  }
}
.recruit.introduction .organize .chart_wrapper .chart_item .chart .chart_arrow_02 {
  position: relative;
}
.recruit.introduction .organize .chart_wrapper .chart_item .chart .chart_arrow_02::after {
  content: "";
  display: block;
  bottom: -147px;
  left: 50%;
  transform: translateX(-50%);
  width: 66px;
  height: 147px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../img/introduction/chart_arrow_02.svg);
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .chart_wrapper .chart_item .chart .chart_arrow_02::after {
    width: 60px;
    bottom: -141px;
  }
}
.recruit.introduction .organize .chart_wrapper .chart_item .chart .chart_arrow_03 {
  position: relative;
}
.recruit.introduction .organize .chart_wrapper .chart_item .chart .chart_arrow_03::before {
  content: "";
  display: block;
  top: 50%;
  left: -187px;
  transform: translateY(-50%);
  width: 187px;
  height: 102px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../img/introduction/chart_arrow_03.svg);
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .chart_wrapper .chart_item .chart .chart_arrow_03::before {
    left: -168px;
    width: 168px;
  }
}
.recruit.introduction .organize .chart_wrapper .chart_item .chart .chart_arrow_04 {
  position: relative;
}
.recruit.introduction .organize .chart_wrapper .chart_item .chart .chart_arrow_04::after {
  content: "";
  display: block;
  top: 14px;
  right: -162px;
  width: 162px;
  height: 184px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../img/introduction/chart_arrow_04.svg);
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .chart_wrapper .chart_item .chart .chart_arrow_04::after {
    width: 144px;
    top: 3px;
    right: -145px;
  }
}
.recruit.introduction .organize .chart_wrapper .chart_item .chart .chart_arrow_05 {
  position: relative;
}
.recruit.introduction .organize .chart_wrapper .chart_item .chart .chart_arrow_05::before {
  content: "";
  display: block;
  top: 5px;
  right: -166px;
  width: 166px;
  height: 21px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../img/introduction/chart_arrow_05.svg);
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .chart_wrapper .chart_item .chart .chart_arrow_05::before {
    width: 151px;
    top: 2px;
    right: -151px;
  }
}
.recruit.introduction .organize .chart_wrapper .chart_item .chart .chart_arrow_06 {
  position: relative;
}
.recruit.introduction .organize .chart_wrapper .chart_item .chart .chart_arrow_06::after {
  content: "";
  display: block;
  bottom: -149px;
  left: 50%;
  transform: translateX(-50%);
  width: 66px;
  height: 149px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../img/introduction/chart_arrow_06.svg);
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .chart_wrapper .chart_item .chart .chart_arrow_06::after {
    width: 60px;
    bottom: -142px;
  }
}
.recruit.introduction .organize .chart_wrapper .chart_item .chart .chart_arrow_07 {
  position: relative;
}
.recruit.introduction .organize .chart_wrapper .chart_item .chart .chart_arrow_07::after {
  content: "";
  display: block;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 11px;
  height: 30px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url(../img/introduction/chart_arrow_07.svg);
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .chart_wrapper .chart_item.development .div_name {
    height: 211px;
  }
}
.recruit.introduction .organize .chart_wrapper .chart_item.development .chart {
  padding: 35px 0 35px 36.3px;
  width: 674px;
  height: 180px;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .chart_wrapper .chart_item.development .chart {
    width: 604px;
    padding: 31.5px 32.5px;
    height: 211px;
  }
}
.recruit.introduction .organize .chart_wrapper .chart_item.development .chart .department_wrapper {
  width: 240px;
  height: 165px;
  display: flex;
  justify-content: center;
  padding-bottom: 24.2px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .chart_wrapper .chart_item.development .chart .department_wrapper {
    height: 148px;
    padding-bottom: 21.7px;
    width: 216px;
  }
}
.recruit.introduction .organize .chart_wrapper .chart_item.development .chart .department_wrapper .facility_name {
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  top: 15px;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .chart_wrapper .chart_item.development .chart .department_wrapper .facility_name {
    font-size: 10px;
  }
}
.recruit.introduction .organize .chart_wrapper .chart_item.development .chart .department_wrapper .department {
  gap: 20.4px;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .chart_wrapper .chart_item.development .chart .department_wrapper .department {
    gap: 18.4px;
  }
}
.recruit.introduction .organize .chart_wrapper .chart_item.sales .div_name {
  height: 202px;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .chart_wrapper .chart_item.sales .div_name {
    height: 181px;
  }
}
.recruit.introduction .organize .chart_wrapper .chart_item.sales .chart {
  padding: 39px 49px 37.4px 36px;
  width: 674px;
  height: 202px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .chart_wrapper .chart_item.sales .chart {
    padding: 35px 44px 35px 32.3px;
    height: 181px;
    width: 604px;
  }
}
.recruit.introduction .organize .chart_wrapper .chart_item.sales .chart .department_wrapper {
  display: flex;
  justify-content: center;
}
.recruit.introduction .organize .chart_wrapper .chart_item.sales .chart .department_wrapper:first-of-type .department {
  justify-content: space-between;
}
.recruit.introduction .organize .chart_wrapper .chart_item.sales .chart .department_wrapper:last-of-type .department {
  justify-content: center;
}
.recruit.introduction .organize .chart_wrapper .chart_item.architect .div_name {
  height: 165px;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .chart_wrapper .chart_item.architect .div_name {
    height: 148px;
  }
}
.recruit.introduction .organize .chart_wrapper .chart_item.architect .chart {
  width: 272px;
  height: 165px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .chart_wrapper .chart_item.architect .chart {
    height: 148px;
    width: 244px;
  }
}
.recruit.introduction .organize .chart_wrapper .chart_item.architect .chart .department_wrapper {
  display: flex;
  justify-content: center;
}
.recruit.introduction .organize .chart_wrapper .chart_item.architect .chart .department_wrapper .department {
  justify-content: center;
}
.recruit.introduction .organize .chart_wrapper .chart_item.purchase .div_name {
  width: 210px;
  height: 165px;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .chart_wrapper .chart_item.purchase .div_name {
    width: 152px;
    height: 148px;
  }
}
.recruit.introduction .organize .chart_wrapper .chart_item.purchase .chart {
  width: 276px;
  height: 165px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .chart_wrapper .chart_item.purchase .chart {
    width: 247px;
    height: 148px;
  }
}
.recruit.introduction .organize .chart_wrapper .chart_item.purchase .chart .department_wrapper {
  display: flex;
  justify-content: center;
}
.recruit.introduction .organize .chart_wrapper .chart_item.purchase .chart .department_wrapper .department {
  justify-content: center;
  gap: 20.4px;
}
.recruit.introduction .organize .chart_wrapper .chart_item.manufacturing {
  margin-bottom: 0;
}
.recruit.introduction .organize .chart_wrapper .chart_item.manufacturing .div_name {
  height: 178px;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .chart_wrapper .chart_item.manufacturing .div_name {
    height: 160px;
  }
}
.recruit.introduction .organize .chart_wrapper .chart_item.manufacturing .chart {
  width: 497px;
  height: 178px;
  padding: 39px 36px 38.6px 36px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .chart_wrapper .chart_item.manufacturing .chart {
    height: 160px;
    width: 447px;
    padding: 34px 32px;
  }
}
.recruit.introduction .organize .chart_wrapper .chart_item.manufacturing .chart .department_wrapper {
  display: flex;
}
.recruit.introduction .organize .chart_wrapper .chart_item.manufacturing .chart .department_wrapper:last-of-type {
  align-items: flex-end;
}
.recruit.introduction .organize .chart_wrapper .chart_item.manufacturing .chart .department_wrapper .department {
  justify-content: space-between;
}
.recruit.introduction .organize .div_link_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 60px;
  border-top: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .div_link_area {
    width: calc(100% - 25px);
    margin-top: 60px;
  }
}
.recruit.introduction .organize .div_link_area .div_link {
  width: 515px;
  padding: 10px 22px;
  display: flex;
  justify-content: space-between;
  background-color: #0081CC;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .div_link_area .div_link {
    margin-bottom: 30px;
    flex-direction: column;
    padding: 22px 0;
  }
}
.recruit.introduction .organize .div_link_area .div_link:last-of-type {
  margin-bottom: 0;
}
.recruit.introduction .organize .div_link_area .div_link .div_link_name {
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  line-height: 31.2px;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize .div_link_area .div_link .div_link_name {
    font-size: 23px;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize.intro-adjust .chart_wrapper .chart_item .div_name h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize.intro-adjust .chart_wrapper .chart_item .chart .department_wrapper .department.n01 .sub-info {
    font-size: 11px;
  }
}
.recruit.introduction .organize.intro-adjust .chart_wrapper .chart_item .chart .department_wrapper .department.n01 .sub-info.n01 {
  top: 48%;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize.intro-adjust .chart_wrapper .chart_item .chart .department_wrapper .department.n01 .sub-info.n01 {
    width: 90%;
    padding: 3px 5px;
  }
}
.recruit.introduction .organize.intro-adjust .chart_wrapper .chart_item .chart .department_wrapper .department.n02 .sub-info.n02 {
  right: -182px;
}
.recruit.introduction .organize.intro-adjust .chart_wrapper .chart_item .chart .department_wrapper .department.n03 .sub-info.n01 {
  right: -145px;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .organize.intro-adjust .chart_wrapper .chart_item .chart .department_wrapper .department.n03 .sub-info.n01 {
    right: -140px;
  }
}
.recruit.introduction .div_list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .div_list {
    padding: 0 25px;
  }
}
.recruit.introduction .div_list .div_item {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .div_list .div_item {
    margin-bottom: 90px;
  }
}
.recruit.introduction .div_list .div_item .div_detail {
  background-color: #F7F7F7;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .div_list .div_item .div_detail {
    padding: 40px 25px;
  }
}
.recruit.introduction .div_list .div_item .div_detail .div_detail_item {
  margin-bottom: 34px;
}
.recruit.introduction .div_list .div_item .div_detail .div_detail_item:last-of-type {
  margin-bottom: 0;
}
.recruit.introduction .div_list .div_item .div_detail .div_detail_item h4 {
  line-height: 33.6px;
}
.recruit.introduction .div_list .div_item .div_detail .div_detail_item p {
  font-size: 15px;
  line-height: 28.5px;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .div_list .div_item .div_detail .div_detail_item p {
    font-size: 14px;
    line-height: 26.5px;
  }
}
.recruit.introduction .div_list .div_item .div_note {
  font-size: 12px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .recruit.introduction .chart_sp {
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .recruit.introduction .chart_sp .scroll-hint-icon {
    top: 55px;
    left: auto;
    right: 25px;
    padding-top: 19px;
    height: 98px;
    width: 125px;
  }
}
@media screen and (max-width: 767px) {
  .recruit.introduction .chart_sp .scroll-hint-icon:before {
    background-image: url(../img/mid-career/scroll_icon.svg);
  }
}
@media screen and (max-width: 767px) {
  .recruit.introduction .chart_sp .scroll-hint-icon:after {
    background-image: url(../img/mid-career/scroll_arrow.svg);
    top: 43%;
    left: 90%;
  }
}
.recruit.introduction .chart_sp .scroll-hint-text {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  font-family: "Roboto", sans-serif;
}/*# sourceMappingURL=introduction.css.map */