@charset "UTF-8";
/* -------------------------- */
/* webp */
/* -------------------------- */
.webp .contents_head {
  background-image: url(/images/recruit/company/bg_main.webp);
  background-position: left center;
}

.no-webp .contents_head {
  background-image: url(/images/recruit/company/bg_main.jpg);
}

/* -------------------------- */
/* content */
/* -------------------------- */

.message {
  margin-bottom: 72px;
  overflow: hidden;
}
.message .message_inner {
  margin-bottom: 16px;
}
.message .message_inner .txt_normal {
  line-height: 1.8;
}
.message .message_inner .txt_normal:not(:last-of-type) {
  margin-bottom: 16px;
}
.message .thum_img {
  max-width: 375px;
  margin: 0 auto;
}

.infographics {
  margin-bottom: 72px;
}
.infographics .txt_normal {
  margin-bottom: 32px;
}
.infographics .infographics_box {
  border: 2px solid #5cce7a;
}
.infographics .infographics_list {
  padding: 8px;
  border: 2px solid #5cce7a;
  text-align: center;
}
.infographics .infographics_title {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
}
.infographics .infographics_number {
  color: #4dab43;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}
.infographics .infographics_number span {
  font-family: "Roboto";
  font-size: 3rem;
}
.infographics .infographics_column02,
.infographics .infographics_column03,
.infographics .infographics_column04 {
  display: flex;
}
.infographics .infographics_column02 .infographics_list {
  width: 50%;
}
.infographics .infographics_column03 .infographics_list {
  width: 25%;
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.infographics .infographics_column03 .infographics_list:first-child {
  width: 50%;
}
.infographics .infographics_column03 .infographics_list .infographics_title {
  height: 100%;
}
.infographics .infographics_column04 {
  flex-wrap: wrap;
}
.infographics .infographics_column04 .infographics_list {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.infographics .infographics_column04 .infographics_list .infographics_title {
  height: 100%;
}
.infographics .infographics01 {
  display: flex;
}
.infographics .infographics01 .infographics01_inner {
  margin-right: -8px;
}
.infographics .infographics01 .infographics_title {
  margin-bottom: 16px;
}
.infographics .infographics01 .infographics_number {
  white-space: nowrap;
}
.infographics .infographics01 .thum_img {
  max-width: 284px;
}
.infographics .infographics02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.infographics .infographics02 > .infographics_title {
  width: 100%;
}
.infographics .infographics02 .infographics02_inner {
  padding-right: 16px;
  align-self: center;
}
.infographics .infographics02 .infographics02_inner .infographics_title {
  margin-top: 8px;
  font-size: 1rem;
}
.infographics .infographics02 .thum_img {
  max-width: 218px;
  margin-top: 8px;
  flex: 1;
}
.infographics .infographics03 {
  width: 50%;
}
.infographics .infographics03 .infographics_number {
  margin-top: 3px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.infographics .infographics03 .infographics_number span:first-child {
  line-height: 1;
}
.infographics .infographics03 .infographics_number span:nth-of-type(2) {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
}
.infographics .infographics03 .infographics_number span:nth-of-type(2) br {
  display: none;
}
.infographics .infographics04 .infographics04_list {
  margin: 0 -8px;
  justify-content: center;
}
.infographics .infographics04 .infographics04_list li {
  width: 22vw;
  height: 22vw;
  margin: 16px 8px 0;
  border: 2px solid #4dab43;
  border-radius: 100%;
  color: #4dab43;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
}
.infographics .infographics05 .infographics05_box {
  margin-top: 8px;
  position: relative;
}
.infographics .infographics05 .infographics05_box .infographics_number {
  position: absolute;
  right: 16vw;
  bottom: 0;
}
.infographics .infographics06 .infographics06_list {
  margin-top: 8px;
  text-align: center;
}
.infographics .infographics06 .infographics06_list dt {
  margin-bottom: 3px;
  font-size: 1.2rem;
  font-weight: bold;
}
.infographics .infographics06 .infographics06_list dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.infographics .infographics06 .infographics06_list dd:not(:last-of-type) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d4d4d4;
}
.infographics .infographics06 .infographics06_list .infographics06_list_rate {
  width: 100%;
  height: 24px;
  background: #d8d8d8;
  position: relative;
}
.infographics .infographics06 .infographics06_list .infographics06_list_rate::after {
  height: 100%;
  background: #4dab43;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.infographics .infographics06 .infographics06_list .infographics06_list_rate.rate01::after,
.infographics .infographics06 .infographics06_list .infographics06_list_rate.rate02::after,
.infographics .infographics06 .infographics06_list .infographics06_list_rate.rate03::after,
.infographics .infographics06 .infographics06_list .infographics06_list_rate.rate05::after {
  width: 100%;
}
.infographics .infographics06 .infographics06_list .infographics06_list_rate.rate04::after {
  width: 88%;
}
.infographics .infographics06 .infographics06_list .infographics06_list_rate.rate06::after {
  width: 75%;
}
.infographics .infographics06 .infographics06_list .infographics06_list_rate.rate07::after {
  width: 73%;
}
.infographics .infographics06 .infographics06_list .infographics_number {
  padding: 0 8px;
}

.overview {
  padding-bottom: 72px;
}

@media only screen and (min-width: 768px) {
  .intro .txt_normal {
    margin-bottom: 0;
  }
  .message {
    margin-bottom: 72px;
  }
  .message .message_inner {
    margin-bottom: 0;
    flex: 1;
    align-self: center;
  }
  .message .thum_img {
    margin: 0;
  }
  .infographics .txt_normal {
    text-align: center;
  }
  .infographics .infographics_box {
    border-width: 3px;
  }
  .infographics .infographics_list {
    padding: 16px;
    border-width: 3px;
  }
  .infographics .infographics_title {
    font-size: 1.6rem;
  }
  .infographics .infographics_number {
    font-size: 1.8rem;
  }
  .infographics .infographics_number span {
    font-size: 5rem;
  }
  .infographics .infographics01 .infographics01_inner {
    margin-right: -24px;
  }
  .infographics .infographics01 .infographics_title {
    margin-bottom: 32px;
  }
  .infographics .infographics02 .infographics02_inner {
    padding-right: 24px;
  }
  .infographics .infographics02 .infographics02_inner .infographics_title {
    font-size: 1.4rem;
  }
  .infographics .infographics03 {
    width: 25%;
  }
  .infographics .infographics03 .infographics_title {
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
  .infographics .infographics03 .infographics_number span:first-child {
    line-height: 0.8;
  }
  .infographics .infographics03 .infographics_number span:nth-of-type(2) {
    padding-left: 5px;
  }
  .infographics .infographics03 .infographics_number span:nth-of-type(2) br {
    display: block;
  }
  .infographics .infographics04 .infographics04_list li {
    width: 95px;
    height: 95px;
    border-width: 4px;
    font-size: 1.3rem;
  }
  .infographics .infographics05 .infographics05_box .infographics_number {
    right: 20vw;
  }
  .infographics .infographics06 .infographics06_list .infographics06_list_rate {
    width: 320px;
  }
  .infographics .infographics06 .infographics06_list .infographics_number {
    min-width: 120px;
    padding-right: 0;
    font-size: 2.1rem;
    text-align: right;
  }
  .infographics .infographics06 .infographics06_list .infographics_number span {
    font-size: 4.8rem;
  }
  .overview {
    padding-bottom: 96px;
  }
  .overview .table_line dt {
    width: 150px;
    padding: 25px 16px 25px 32px;
  }
  .overview .table_line dd {
    width: calc(100% - 150px);
    padding-right: 16px;
  }
}

@media only screen and (min-width: 1280px) {
  .intro .txt_normal {
    letter-spacing: -0.4px;
  }
  .message {
    margin-bottom: 124px;
  }
  .message .message_inner .txt_normal {
    line-height: 2.2;
  }
  .message .message_inner .txt_normal:not(:last-of-type) {
    margin-bottom: 32px;
  }
  .message .thum_img {
    max-width: 560px;
    margin-right: -160px;
  }
  .infographics {
    margin-bottom: 124px;
  }
  .infographics .infographics_box {
    border-width: 8px;
  }
  .infographics .infographics_list {
    padding: 32px;
    border-width: 8px;
  }
  .infographics .infographics_title {
    font-size: 1.8rem;
  }
  .infographics .infographics_number {
    font-size: 2.1rem;
  }
  .infographics .infographics_number span {
    font-size: 8.7rem;
  }
  .infographics .infographics01 .infographics_number {
    font-size: 2.5rem;
  }
  .infographics .infographics01 .infographics_number span {
    font-size: 10.5rem;
  }
  .infographics .infographics02 .infographics02_inner {
    padding-right: 32px;
  }
  .infographics .infographics02 .infographics_number {
    font-size: 2.6rem;
  }
  .infographics .infographics02 .infographics_number span {
    font-size: 8.4rem;
  }
  .infographics .infographics03 {
    padding: 32px 8px;
  }
  .infographics .infographics03 .infographics_title {
    font-size: 1.8rem;
  }
  .infographics .infographics03 .infographics_number span:nth-of-type(2) {
    font-size: 2.1rem;
  }
  .infographics .infographics04 .infographics04_list {
    margin: 0;
    justify-content: space-between;
  }
  .infographics .infographics04 .infographics04_list li {
    width: 116px;
    height: 116px;
    border-width: 4px;
    font-size: 1.8rem;
  }
  .infographics .infographics05 .infographics05_box {
    margin-top: 16px;
  }
  .infographics .infographics05 .infographics05_box .infographics_number {
    right: 195px;
  }
  .infographics .infographics06 {
    padding: 32px 16px;
  }
  .infographics .infographics06 .infographics06_list {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .infographics .infographics06 .infographics06_list dt {
    width: 320px;
    margin-bottom: 0;
    font-size: 1.6rem;
    text-align: right;
  }
  .infographics .infographics06 .infographics06_list dt:not(:last-of-type) {
    padding-bottom: 16px;
  }
  .infographics .infographics06 .infographics06_list dd {
    width: calc(100% - 320px);
  }
  .infographics .infographics06 .infographics06_list dd:not(:last-of-type) {
    margin-bottom: 0;
    border: none;
  }
  .infographics .infographics06 .infographics06_list .infographics06_list_rate {
    width: 340px;
  }
  .overview {
    padding-bottom: 180px;
  }
  .overview .table_line dt {
    width: 175px;
    padding: 20px 16px 20px 48px;
  }
  .overview .table_line dd {
    width: calc(100% - 175px);
  }
}
/*# sourceMappingURL=../map/recruit/company.css.map */
