@charset "UTF-8";

/*
footer .footer_contact{
	background-color: #F2F8FC;
}
*/

.recruit .recruit_heading{
	display: flex;
	justify-content: center;
	padding-bottom: 24px;
}

.recruit {
    background-image: url("/img/recruit/bg_top_recruit.webp");
    background-position: center; 
    background-repeat: no-repeat;
}

.recruit_img {
    margin-top: 24px;
}
.recruit_img a{
    transition: 0.3s;
}
.recruit_img a:hover{
    opacity: 0.7;
}
.recruit_img img {
    width: 100%;
    max-width: 960px;
    height: auto;
    display: block;
    margin: 45px auto 0;
}


.numbers_area {
    background-color: #fff !important;
    background-image: none !important;
}


.number-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 24px;
  padding: 20px 0;
}

.number-card .main-value {
  margin-top: 12px;
  text-align: center;
}

.main-value .soon {
  color: #000; 
  font-size: 24px; 
  font-weight: 700;
}

.main-value .years-number {
  color: #2DA6E0; 
  font-size: 32px; 
  font-weight: 700;
  margin: 0 4px;
}

.main-value .years-text {
  color: #2DA6E0; 
  font-size: 28px; 
  font-weight: 700;
  text-align: center;
    
}


.employee-total {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.factory-list {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}

.factory-item {
  text-align: center;
}

.factory-item img {
  width: 40px; 
  margin-bottom: 6px;
}

.factory-name {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  margin-bottom: 4px;
}

.factory-count {
  font-size: 80px;
  font-weight: 700;
  color: #2DA6E0;
}
.factory-count .unit {
    font-size: 20px !important;
    font-weight: 700;
    margin-left: 2px;
}

.gender-factory-item .gender-male,
.gender-factory-item .gender-female {
  font-size: 20px;
  font-weight: 700;
  color: #000 !important;
}

.gender-factory-item .gender-male {
  color: #1e76d1;
}
.gender-factory-item .gender-female {
  color: #f08ac8;
}

.gender-factory-item .number {
  font-size: 40px;
  font-weight: 700;
  margin: 0 2px;
  color: #2DA6E0;
}

.gender-factory-item .unit {
  font-size: 20px;
  font-weight: 700;
  color: #2DA6E0;
}

.gender-wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}

.gender-icon {
  width: 40px;
  height: auto;
}

.gender-count {
  font-size: 36px;
  font-weight: 700;
  color: #2DA6E0;
  margin: 0 10px;
}

.gender-factory-details {
  display: flex;
  justify-content: space-around;
}

.gender-factory-item {
  font-size: 14px;
  text-align: left;
}

.gender-male {
  color: #2DA6E0;
  font-weight: 700;
  margin-right: 6px;
}

.gender-female {
  color: #2DA6E0;
  font-weight: 700;
  margin-right: 6px;
}
.gender-total .label {
    font-size: 29px;   
    font-weight: 700;   
}

.gender-total .count {
    font-size: 80px;   
    font-weight: 700;
    color: #2DA6E0;  
}

.gender-totalOuter {
    display: flex; 
    justify-content: center;
    gap: 40px;
}

.gender-pie-chart {
  width: 100%;
  height: auto;
/*  margin: 0 10px;*/
  max-width: 100%;
}

.avg-age-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 4em;
}

.avg-age-flex img {
  width: 120px;
  height: auto;
  margin: 0;
}

.avg-age-value {
  display: flex;
  align-items: baseline;
}

.avg-number {
  color: #2DA6E0;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.avg-unit {
  color: #2DA6E0;
  font-size: 40px;
  font-weight: 700;
  margin-left: 6px;
  line-height: 1;
}

.number-card {
    background: #fff;
    border: 2px solid #cfe3f7;
    padding: 17px 20px 30px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 !important;
}

.card-header {
    background-color: #b7d6f4;
    color: #063f87;
    font-weight: 700;
    font-size: 24px;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 20px;
}

.company-value .num {
  color: #2DA6E0;
  font-size: 40px;
  font-weight: 700;
}

.company-value .unit {
  color: #2DA6E0;
  font-size: 20px;
  margin-left: 4px;
}

.company-value .soon {
  color: #000;
  font-size: 20px;
  margin-right: 6px;
  font-weight: 700;
}
.annual-wrapper {
    display: flex;
    gap: 24px;
    margin-top: 6px;
}

.annual-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.annual-right {
    flex: 1;
}
.annual-holiday-card img {
    max-height: 302px;   
    margin: 0 auto 10px;
}

.number-card.annual-small {
    padding: 16px 20px 20px;
}

.number-card.annual-small img {
    max-height: 122px;
    width: auto;
    margin: 0;
}

.annual-holiday-card .holiday-img {
    max-height: 110px; 
    width: auto;
    margin: 0 auto 10px;
}

.holiday-text {
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
}

.holiday-row {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 70%;
}

.big-row {
    align-items: center;
    margin: 4px 0;
}

.holiday-num.blue {
    color: #2DA6E0;
    font-size: 32px;
    font-weight: 700;
}

.holiday-plus {
    font-size: 28px;
    color: #000;
    margin: 0 8px;
}


.holiday-equal .blue {
    font-size: 32px;
}

.holiday-small {
    font-size: 14px;
    color: #000;
    margin-left: 4px;
}

.holiday-text {
    text-align: center;
    font-weight: 700;
    margin-top: 10px;
}

.holiday-row {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}
.holiday-row-top {
    display: flex;
    justify-content: space-between; 
    width: 66%;                     
    margin: 0 auto;
}


.holiday-label {
    font-size: 28px;
    color: #000;
}

.big-row {
    align-items: flex-end;
    gap: 12px;
    margin: 0 3em;
}

.holiday-num.blue {
    color: #2DA6E0;
    font-size: 70px; 
    font-weight: 700;
    line-height: 1;
}

.holiday-unit {
    color: #2DA6E0;
    font-size: 40px;
    font-weight: 700;
    margin-left: 4px;
}

.holiday-plus {
    font-size: 60px;
    color: #000;
    margin: 0 8px;
    line-height: 1;
}

.holiday-equal {
    margin-top: 5px;
}

.holiday-equal .blue {
    font-size: 80px;
}

.holiday-small {
    font-size: 24px;
    color: #000;
    margin-left: 6px;
}

.founding-img {
    width: 90px;
    margin: 0;
}

.annual-left .number-card {
    height: 246px; 
    box-sizing: border-box;
}


.founding-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.founding-texts {
    padding: 0;
    text-align: center;
}

.founding-texts .soon {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
}

.founding-years {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.founding-years .years-number {
    color: #2DA6E0;
    font-size: 80px;
    font-weight: 700;
}

.founding-years .years-text {
    color: #2DA6E0;
    font-size: 40px;
    font-weight: 700;
    margin-left: 2px;
}

.annual-leave-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    height: 82%;
}

@media only screen and (min-width: 768px) {
    .annual-leave-flex.column{
        flex-direction: column;
    }
}


.annual-leave-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.annual-leave-img {
    width: 90px;     
    height: auto;
    margin: 0;
}

.annual-leave-texts {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.leave-number {
    font-size: 80px;
    color: #2DA6E0;
    font-weight: 700;
    line-height: 1;
}

.leave-unit {
    font-size: 40px;
    color: #2DA6E0;
    font-weight: 700;
    line-height: 1;
}

.gender-labels .gender-male-label,
.gender-labels .gender-female-label {
  font-size: 28px;
  font-weight: 700;
  margin: 0 52px;
}
.gender-labels {
  text-align: center;
}
.gender-totals {
  display: flex;
  justify-content: center;
  gap: 40px;
}  
.gender-totals .gender-male .number,
.gender-totals .gender-female .number {
  font-size: 80px;
  font-weight: 700;
  margin-right: 4px;
}

.gender-totals .gender-male .unit,
.gender-totals .gender-female .unit {
  font-size: 40px;
  font-weight: 700;
}
.emp-number {
  font-size: 80px;
  color: #2DA6E0;
  font-weight: 700;
}

.emp-unit {
  font-size: 40px;
  font-weight: 700;
  margin-left: 2px;
  color: #2DA6E0;
}

.gender-factory-item {
  text-align: left;
}
.gender-factory-item img {
    width: 40px;
    height: auto;
    margin-bottom: 6px;
    display: block;
    margin-left: 30px;
}

.factory-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

.recruit_requirements {
    background: #fff !important;
}

.recruit_requirements_wrapper {
    margin-top: 30px;
}
.recruit_requirements_wrapper p{
    text-align: center;
}
.recruit_requirements_wrapper .recruit_img img{
    margin-top: 25px;
}
.recruit_requirements_wrapper li {
    list-style: disc !important;
    margin-left: 1.2em; 
}
.recruit_requirements dl {
    display: flex;
    gap: 20px;
}

.recruit_requirements dl dt {
    width: 250px;
    border-top: solid 1px #3E63A2;
    font-weight: 600;
}

.recruit_requirements dl:last-child dt {
    border-bottom: solid 1px #3E63A2;
}

.recruit_requirements dl dd {
    flex: 1;
    border-top: solid 1px #b3b3b3;
}

.recruit_requirements dl:last-child dd {
    border-bottom: solid 1px #b3b3b3;
}

.recruit_requirements dl dt,
.recruit_requirements dl dd {
    padding: 28px 0;
}

#recruit_requirements {
    padding: 45px 0;
    background-image: url("/img/recruit/bg_top_recruit.webp") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-size: 100% auto;
    background-position: top center;
}

.recruit_requirements .recruit_requirements_heading {
    padding-bottom: 10px !important;
    display: flex;
    justify-content: center;
}
.recruit-bottom-section {
    background-image: url("/img/recruit/bg_top_recruit.webp") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-size: 100% auto;
    background-position: top center;
    padding-bottom: 45px;
    padding-top: 1px;
}
.recruit-image {
    padding: 0 0 40px;
    background-color: #fff !important;
    background-image: none !important;
}

.image-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.image-wrapper img {
    /* width: 331px;
    height: 220px;
    object-fit: cover;
    display: block; */
}
/* .recruit-image .image-row-wrapper {
    display: flex;
    justify-content: space-between;
} */

.recruit-image .image-row-wrapper img {
    /* width: 331px;
    height: 220px;
    object-fit: cover;
    display: block;  */
}

.recruit_top .recruit_wrapper {
    max-width: 920px;
    margin: 0 auto;
}
.recruit_top .recruit_wrapper > p{
    line-height: 1.8em;
}

@media only screen and (max-width: 768px) {
    .annual-wrapper {
        flex-direction: column;
    }
    .annual-right,
    .annual-left {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
	.recruit_img img {
		width: 100%;    
		max-width: none;
		margin-top: 16px;
	}
}
@media only screen and (max-width: 768px) {
  .number-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

@media only screen and (max-width: 768px) {
    .page_title_img img {
        width: 100%;
        height: auto;
        display: block;
    }
}

/* @media only screen and (max-width: 768px) {
.recruit-image .image-row-wrapper img {
    width: 331px;
    height: 220px;
    object-fit: cover; 
    display: block;
}
    } */

@media only screen and (max-width: 1199px) {
    .holiday-plus {
        font-size: 30px;
    }
}
@media only screen and (max-width: 1199px) {
    .holiday-num.blue {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .holiday-unit {
        font-size: 25px;
    }
}
@media only screen and (max-width: 1199px) {
    .holiday-equal .blue {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .holiday-label {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1199px) {
    .big-row {
        gap: 12px;
        margin: 0 1em;
    }
}
@media only screen and (max-width: 1199px) {
    .founding-years .years-text {
        font-size: 25px;
    }
}
@media only screen and (max-width: 1199px) {
    .founding-years .years-number {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .leave-number {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .leave-unit {
        font-size: 25px;
    }
}
@media only screen and (max-width: 1199px) {
    .gender-totals .gender-male .number, .gender-totals .gender-female .number {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .factory-count {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .emp-number {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1199px) {
    .emp-unit {
        font-size: 25px;
    }
}
@media only screen and (max-width: 1199px) {
    .gender-labels .gender-male-label,
    .gender-labels .gender-female-label {
        font-size: 15px;
    }
}
@media only screen and (max-width: 1199px) {
    .factory-name {
        font-size: 15px;
        text-align: center;
    }
}
@media only screen and (max-width: 1199px) {
    .gender-factory-item .number {
        font-size: 30px;
    }
    .gender-factory-item .gender-male, .gender-factory-item .gender-female {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .recruit_requirements dl dt {
    width: 105px;
    border-top: solid 1px #3E63A2;
    font-weight: 600;
    }
}
@media only screen and (max-width: 768px) {
  .avg-age-flex {
    flex-direction: column;
    gap: 12px;
  }

  .avg-number {
    font-size: 60px;
  }

  .avg-unit {
    font-size: 32px;
  }

  .avg-age-flex img {
    width: 90px;
  }
}
footer.footer {
    background: #fff !important;
}
@media only screen and (max-width: 1419px) {
  .recruit-image .image-row-wrapper {
      flex-wrap: wrap;
      gap: 16px;
      justify-content: center;
      display: block;
  }
}
@media only screen and (max-width: 768px) {
    section.section_content.recruit-image{
        padding-top: 0;
    }
}
/* @media only screen and (max-width: 768px) {
  .recruit-image .image-row-wrapper img {
      width: 239px;
  }
} */


@media only screen and (max-width: 768px) {
    .number-card{
        padding: 10px 10px 15px;
    }
    .card-header {
        font-size: 20px;
    }
    .recruit .recruit_heading{
        padding-bottom: 10px;
    }
    section.section_content.recruit_top{
        padding: 40px 0 20px;
    }

    section.section_content.numbers_area{
        padding: 40px 0 0;
    }
    .recruit_requirements_wrapper{
        margin-top: 20px;
    }
    .recruit_requirements_wrapper p{
        text-align: left;
    }
    section.section_content#recruit_requirements{
        padding: 40px 0 30px;
    }

    section.section_content.recruit-bottom-section{
        padding: 0;
    }
    .annual-leave-flex{
        height: auto;
    }
    .annual-leave-img {
        width: 55px;
    }

    .founding-img {
        width: 65px;
    }
}

