@charset "utf-8";

/* default PC */
.bg-green {
  background-color: #f8f6f0;
  padding: 70px 0;
}

/* 環境を知る */
#environment #breadcrumb {
  padding-bottom: 20px;
}

#contents .bg-area {
  background-color: #f3f3f3;
  margin-bottom: 70px;
  padding: 60px 0 80px;
}

#contents .bg-area.last {
  margin-bottom: 0;
}

.bg-white {
  background-color: #fff;
  padding: 50px 45px;
}

#contents .photo-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}

/*数字で見る光軽金属*/
@media screen and (max-width: 1920px) {

  /*円グラフ 幅指定*/
  .chart-area canvas {
    width: 530px;
    height: auto !important;
  }
}

#numbers .data-box {
  width: calc(100% / 2 - 20px);
  background-color: #fff;
  margin-bottom: 40px;
  border: 5px solid #ececec;
  border-radius: 5px;
}

#numbers .data-box .data-area {
  padding: 20px;
  position: relative;
}

#numbers .data-box:nth-child(1) .data-area {
    margin: 20% 0;
}

#numbers #contents h2.bg-ttl {
  line-height: 1.2;
}

#numbers #contents .data-box h3.ttl {
  text-align: center;
  margin-bottom: 0;
  background-color: #fff0;
  color: #008b45;
  font-weight: bold;
  padding: 30px 15px 0;
}

#numbers #contents .data-box h3.ttl .min {
  font-size: 16px;
}

#numbers #contents .data-box .main-txt {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
  margin-top: 5px;
  font-weight: bold;
}

#numbers #contents .data-box .main-txt .year {
  font-weight: 500;
  font-size: 16px;
}

#numbers .data-content {
  max-width: 1370px;
  width: 95%;
  margin: auto;
}

#contents .data-list .num-p {
  color: #ff7e00;
  font-size: 160%;
  font-weight: 500;
  text-align: center;
}

#contents .data-list .num-p .min {
  font-size: 15px;
}

#contents .data-list .num-txt {
  font-size: 260%;
  letter-spacing: .05em;
  font-family: 'Roboto', sans-serif;
  padding: 0 3px;
}

#contents .num-ttl {
  text-align: center;
  width: 100%;
  max-width: 120px;
  margin: 0 auto 30px auto;
  background-color: #dfdfdf;
  padding: 3px;
  color: #fff;
}

#contents .num-ttl.pink {
  background-color: #ed6969;
}


#contents .num-ttl.blue {
  background-color: #3d81e2;
}


#contents .data-list.flex {
  align-items: stretch;
}

#numbers .data-box:nth-child(3),
#numbers .data-box:nth-child(4),
#numbers .data-box:nth-child(9) {
  width: 100%;
}

#numbers .data-box .data-area.parental-leave .num-ttl {
  max-width: 175px;
}

#numbers #contents .data-box .data-area .main-txt.num {
  margin: 25px 0 0px;
}

#numbers #contents .data-box:nth-child(2) .data-area .main-txt.num {
  margin: 15px 0 50px;
}

#numbers #contents .data-box .data-area.parental-leave .main-txt {
  margin: 15px 0 30px;
}

#numbers #contents .data-box:nth-child(9) .data-area .main-txt.num {
  margin-bottom: 20px;
}

/*円グラフ*/
.chart-area {
  position: relative;
  width: 100%;
  margin: auto;
  height: auto;
}

.chart-area canvas {
  pointer-events: none;
  width: 100% !important;
  min-height: 355px;
}

#numbers .data-box .info {
  position: absolute;
  z-index: 2;
  text-align: center;
  right: 0;
  left: 0;
  max-width: max-content;
}

#numbers #contents .data-box .info .ttl {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}

#numbers #contents .data-box .info .num-p {
  color: #fff;
  font-size: 120%;
}

#numbers #contents .data-box .chart-area.studies .info.studies03 .ttl {
  font-size: 15px;
  color: #42b3c6;
  position: absolute;
  right: 0;
  left: -60px;
  width: 110px;
  height: 10px;
  top: -30px;
  bottom: 0;
}

#numbers #contents .data-box .chart-area.studies .info.studies03 .num-p {
  font-size: 100%;
  color: #fff;
  margin-bottom: 0;
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 10%;
  top: 14px;
}

#numbers #contents .data-box .info.studies03 .num-p {
  font-size: 90%;
  margin-bottom: 0;
  margin-top: 10px;
}

.chartjs-render-monitor {
  animation: none !important;
}

/**/
#numbers .data-box .age-ratio .info.studies01 {
  left: 48%;
  top: -30px;
  color: #3d81e2;
  display: flex;
}

#numbers #contents .data-box .age-ratio .info.studies01 .num-p {
  color: #3d81e2;
  font-size: 12px;
}

#numbers #contents .data-box .age-ratio .info.studies01 .ttl {
  color: #3d81e2;
  font-size: 18px;
}

#numbers .data-box .age-ratio .info.studies02 {
  left: 60%;
  top: 32%;
}

#numbers .data-box .age-ratio .info.studies03 {
  top: 70%;
  left: 47%;
  right: 0;
}

#numbers .data-box .age-ratio .info.studies04 {
  left: 28%;
  top: 58%;
}

#numbers .data-box .age-ratio .info.studies05 {
  left: 25%;
  top: 25%;
}

#numbers .data-box .age-ratio .info.studies06 {
  left: 37%;
  top: 5%;
}

#numbers #contents .data-box .age-ratio .info.studies06 .num-p {
  font-size: 14px;
  margin-left: 20px;
}

#numbers #contents .data-box .age-ratio .info.studies06 .ttl {
  font-size: 15px;
  margin-bottom: 5px;
}

#numbers #contents .data-box .age-ratio .info.studies05 .ttl {
  font-size: 20px;
  margin-bottom: 8px;
}

#numbers #contents .data-box .age-ratio .info.studies05 .num-p {
  font-size: 90%;
}



.chart-area.overtime {
  margin-top: 80px;
}

#numbers .data-box .overtime .info.studies01 {
  top: 50%;
  left: 55%;
}

#numbers .data-box .overtime .info.studies02 {
  top: 30%;
  left: 21%;
}

#numbers #contents .data-box .overtime .info.studies02 .ttl {
  font-size: 16px;
  line-height: 1.3;
}

#numbers #contents .data-box .overtime .info.studies02 .num-p {
  font-size: 100%;
}

#numbers #contents .data-box .overtime .info.studies03 .ttl,
#numbers #contents .data-box .overtime .info.studies04 .ttl {
  font-size: 18px;
  color: #42b3c6;
  margin-bottom: 0;
  padding-right: 6px;
}

#numbers #contents .data-box .overtime .info.studies03 .num-p,
#numbers #contents .data-box .overtime .info.studies04 .num-p {
  color: #42b3c6;
  font-size: 12px;
  margin-bottom: 0;
}

#numbers #contents .data-box .overtime .info.studies03,
#numbers #contents .data-box .overtime .info.studies04 {
  display: flex;
  justify-content: center;
}

#numbers #contents .data-box .overtime .info.studies04 {
  top: -10%;
  left: 47%;
}

#numbers #contents .data-box .overtime .info.studies03 {
  top: -12%;
  left: 16%;
  align-items: center;
}

#numbers #contents .data-box .age-ratio .info.studies04 .ttl {
  font-size: 20px;
  margin-bottom: 8px;
}

#numbers #contents .data-box .age-ratio .info.studies04 .num-p {
  font-size: 90%;
  margin-bottom: 0;
}

#numbers #contents .data-box .age-ratio .info.studies02 .ttl {
  font-size: 22px;
  margin-bottom: 10px;
}

#numbers #contents .data-box .age-ratio .info.studies02 .num-p {
  font-size: 100%;
}

#numbers #contents .data-box:nth-child(4) .main-txt {
  margin-bottom: 20px;
}

/**/
.animation {
  opacity: 0;
  position: relative;
  top: 50px;
  transition: .6s;
}

.animation.active {
  opacity: 1;
  top: 0;
  transition: .6s;
}

/**/
#numbers .data-box .hobby-content {
  /* width: 100%;
  max-width: 500px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 22px; */
}

#numbers .data-box .hobby-content ul {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
}

#numbers .data-box .hobby-content ul li {
  padding: 15px 34px;
  font-size: 24px;
  background-color: #f8f6f0;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-right: 10px;
  list-style: none;
  color: #ff7e00;
  font-weight: 600;
}
#numbers .data-box .hobby-content ul li:last-child {
  background: no-repeat;
  font-size: 100%;
  color: #333;
  display: contents;
}

#numbers .data-box .hobby-content ul p {
  height: 30px;
  margin-bottom: 10px;
  margin-top: auto;
}

#numbers #contents .data-box .hobby-content .rank-ttl {
  font-size: 150%;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

#numbers #contents .data-box .hobby-content .rank-ttl .hobby-name {
  position: absolute;
  padding-left: 15px;
  font-weight: bold;
  color: #ff7e00;
}

#numbers #contents .data-box .hobby-content .rank-ttl:last-child {
  margin-bottom: 0;
}

#numbers #contents .data-box .hobby-content .rank-ttl:first-child {
  margin-bottom: 25px;
}

#numbers #contents .data-box .hobby-content .rank-ttl:first-child .hobby-name {
  font-size: 33px;
}

#numbers .data-box:nth-child(4) .data-area .certification-area {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#contents .certification-name {
  background-color: #f3f3f3;
  padding: 16px 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  position: relative;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  width: calc(100% / 2 - 10px);
  align-items: center;
}

#contents .certification-name .num-p {
  font-size: 120%;
  position: absolute;
  right: 21px;
  margin-top: 10px;
}

#contents .good-content .good-place {
  width: calc(100% / 4 - 20px);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  background-color: #f8f6f0;
  margin-right: 10px;
  padding: 20px 10px;
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
}

#contents .good-content .good-place:nth-child(3) .important {
  font-size: 20px;
}

#contents .good-content .good-place:nth-child(7) {
  font-size: 16px;
}

#contents .good-content .good-place:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  bottom: -38px;
  border: 25px solid transparent;
  border-left: 25px solid #f8f6f0;
  transform: rotate(90deg);
}

#contents .good-content .good-place .important {
  color: #ff7e00;
  font-size: 24px;
}

#contents .good-content.flex {
  margin-top: 20px;
  justify-content: space-evenly;
}

#numbers #contents .data-box .age-ratio .info.studies03 .ttl {
  margin-bottom: 0px;
  font-size: 20px;
}

/*線グラフ*/
.chart-area .figure {
  height: calc(250px + 0.5em);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  text-align: center;
  font-size: 1.25rem;
  margin: 0 15px;
  width: 100px;
  align-content: flex-end;
}

.chart-area .figure.sell {
  height: calc(135px + 0.5em);
}

.chart-area .figure.sell:nth-child(2) {
  height: calc(57px + 1.5em);
}

.chart-area .figure.sell:first-child {
  height: calc(280px + 1.5em);
}

#contents .chart-area .figure p {
  font-weight: 500;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  height: 1.8em;
  margin-bottom: 0;
}

#contents .chart-area .figure p .min {
  font-size: 20px;
}

.chart-area .figure:first-child::after {
  background-color: #22b8dd;
}

.chart-area.continuous {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 40px;
}

.chart-area .figure figcaption {
  font-weight: 700;
  position: absolute;
  left: calc(35% - 1.7em);
  bottom: 0;
  width: 100%;
  z-index: 2;
  bottom: -10px;
}


#contents .chart-area .figure .num-txt {
  font-size: 130%;
  padding: 0;
}

#contents .chart-area .figure .year {
  font-size: 17px;
  position: absolute;
  width: 100px;
  font-weight: bold;
}

#numbers .data-box.show {
  position: relative;
  transform: translateY(0);
  opacity: 1;
  transition: .5s ease;
}

.chart-area .figure:after {
  content: "";
  display: block;
  margin: 0 auto;
  animation: company07 1.5s ease forwards;
  background-color: #9cdbdb;
  width: 90px;
}

@keyframes company07 {
  0% {
    height: 0;
  }

  100% {
    height: calc(100% - 40%);
  }
}


/*福利厚生*/
#benefit .welfare-various .txt-3box {
  display: flex;
}

#benefit .welfare-various .txt-3box .welfare-content {
  background-color: #f8f6f0;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
}

#benefit .welfare-various .txt-3box .welfare-content::before {
    position: absolute;
    content: "";
    background-image: url(../image/contents/environment/benefit/benefit_01.svg);
    background-size: 100%;
    width: 57px;
    height: 70px;
    left: 0;
    right: 0;
    margin: auto;
    top: 29%;
}
#benefit .welfare-various .txt-3box:nth-child(2) .welfare-content::before {
    background-image: url(../image/contents/environment/benefit/benefit_02.svg);
    width: 53px;
    height: 72px;
}
#benefit .welfare-various .txt-3box:nth-child(3) .welfare-content::before {
    background-image: url(../image/contents/environment/benefit/benefit_03.svg);
    width: 74px;
    height: 66px;
    top: 31%;
}
#benefit .welfare-various .txt-3box:nth-child(4) .welfare-content::before {
    background-image: url(../image/contents/environment/benefit/benefit_04.svg);
    width: 65px;
}
#benefit .welfare-various .txt-3box:nth-child(5) .welfare-content::before {
    background-image: url(../image/contents/environment/benefit/benefit_05.svg);
    width: 65px;
    height: 65px;
    top: 30%;
}
#benefit .welfare-various .txt-3box:nth-child(6) .welfare-content::before {
    background-image: url(../image/contents/environment/benefit/benefit_06.svg);
    width: 69px;
}
#benefit .welfare-various .txt-3box:nth-child(7) .welfare-content::before {
    background-image: url(../image/contents/environment/benefit/benefit_07.svg);
    width: 64px;
    height: 62px;
    top: 30%;
}
#benefit .welfare-various .txt-3box:nth-child(8) .welfare-content::before {
    background-image: url(../image/contents/environment/benefit/benefit_08.svg);
    width: 55px;
}
#benefit .welfare-various .txt-3box:nth-child(9) .welfare-content::before {
    background-image: url(../image/contents/environment/benefit/benefit_09.svg);
    width: 70px;
}
#benefit .welfare-various .txt-3box:nth-child(10) .welfare-content::before {
    background-image: url(../image/contents/environment/benefit/benefit_10.svg);
    width: 67px;
    height: 74px;
    top: 30%;
}
#benefit .welfare-various .txt-3box:nth-child(11) .welfare-content::before {
    background-image: url(../image/contents/environment/benefit/benefit_11.svg);
    width: 69px;
    height: 65px;
    top: 31%;
}
#benefit .welfare-various .txt-3box:nth-child(12) .welfare-content::before {
    background-image: url(../image/contents/environment/benefit/benefit_12.svg);
    width: 59px;
    height: 68px;
    top: 31%;
}
#benefit .welfare-various .txt-3box:nth-child(13) .welfare-content::before {
    background-image: url(../image/contents/environment/benefit/benefit_13.svg);
    width: 68px;
    height: 60px;
    top: 32%;
}
/*#benefit .welfare-various .txt-3box:nth-child(14) .welfare-content::before {
    background-image: url(../image/contents/environment/benefit/benefit_14.svg);
    width: 77px;
    height: 72px;
}*/
#benefit .welfare-various .txt-3box:nth-child(14) .welfare-content::before {
    background-image: url(../image/contents/environment/benefit/benefit_15.svg);
    width: 77px;
    height: 57px;
    top: 33%;
}

#benefit .welfare-various .txt-3box .txt-area {
  background-color: #fff;
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

#benefit #contents .welfare-various .txt-3box .welfare-content h3 {
  padding: 15px 0;
  background-color: #fff0;
  color: #333;
  text-align: center;
  font-size: 135%;
  margin-bottom: 25px;
  padding-bottom: 110px;
  font-weight: 600;
}

#benefit #contents .welfare-various .txt-3box .welfare-content h3.min {
  font-size: 18px;
  padding: 0;
  padding-bottom: 96px;
}

.green-box {
  background-color: #f8f6f0;
  padding: 35px 45px 40px;
}

#contents .green-box h4 {
  text-align: center;
  border: none;
  font-weight: bold;
  font-size: 130%;
}

.flow-list.one {
  margin-bottom: 45px;
}

/*研修制度*/
#training .newemployee-area .flow-list .flow-item {
  width: calc(100% / 3 - 30px);
  padding: 25px;
  background-color: #f8f6f0;
  position: relative;
}

#training #contents .newemployee-area .flow-list .flow-item h4 {
  text-align: center;
  border: none;
  font-weight: bold;
  font-size: 130%;
}

#training #contents .newemployee-area .flow-list .flow-item h4 .sub-txt {
  font-size: 15px;
}

#training .newemployee-area .flow-list.one .flow-item {
  width: 100%;
  margin: auto auto 40px;
}

#training .newemployee-area .flow-list.one .flow-item .img-2box-txt {
  margin-right: 40px;
  margin-left: 0;
}

#training .green-box .img-2box-txt {
  margin-right: 40px;
  margin-left: 0;
}

#training .newemployee-area .flow-list .flow-item:before {
  content: "";
  position: absolute;
  right: -26px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #ff7e00;
  border-right: 3px solid #ff7e00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc(50% - 12.5px);
}

#training .newemployee-area .flow-list.one .flow-item:before,
#training .newemployee-area .flow-list .flow-item:last-child:before {
  content: none;
}

.white-box {
  background-color: #fff;
  padding: 20px 25px;
}

#training #contents .green-box .img-2box-txt h4 {
  font-size: 18px;
  border-bottom: 0;
  padding-bottom: 0;
  font-weight: bold;
  margin-bottom: 10px;
}

#training .green-box .img-2box-txt .white-box {
  border-radius: 5px;
  margin-top: 30px;
}

#training #contents h4 {
  color: #ff7e00;
}

#training .other-area .training-list .txt-2box {
  padding: 25px;
  background-color: #f8f6f0;
  margin-bottom: 40px;
}

#training .other-area .training-list .txt-2box h4 {
  text-align: center;
  border: none;
  font-weight: bold;
  font-size: 130%;
}

#training #contents .other-area h3 .sub {
  font-size: 18px;
  vertical-align: bottom;
  padding-left: 10px;
}

#contents .main-txt {
  margin: 20px 0 50px;
}

/**/
#contents .environment-box .txt-4box {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  padding: 15px 15px 30px;
  width: calc(100% / 4 - 10px);
}

#contents .environment-box .txt-4box .txt {
  letter-spacing: 0.05em;
  margin-bottom: 22px;
}

#contents .environment-box .txt-4box .box-ttl {
  color: #008b45;
  background: linear-gradient(90deg, #00a64a, #008b45);
  display: block;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 13px auto 18px;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/**/

#contents .environment-box .txt-4box {
  padding: 0;
}

#contents .environment-box .txt-4box .bnr-link {
  /* background: linear-gradient(180deg, #ff7e00, #f3930a); */
  background: #f3f3f3;
  padding: 15px 15px 30px;
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

#contents .environment-box .txt-4box .bnr-link:hover {
  opacity: 0.7;
  transition: 0.3s;
}

#contents .environment-box .txt-4box .bnr-link:hover .link-btn {
  background: #fff;
  color: #008b45;
}

#contents .environment-box .txt-4box .box-item .link-btn {
  background: #f3930a;
  margin-top: auto;
}

#contents .environment-box .txt-4box .txt {
  color: #333;
}

#contents .environment-box .txt-4box .bnr-link:hover .box-item .link-btn {
  display: block;
  background: linear-gradient(90deg, #008b45, #00b44c);
  color: #fff;
  opacity: 0.9;
  text-decoration: none;
  transition: 0.3s;
}

#contents .environment-box .txt-4box .box-item.btn {
  background-color: #fff;
  max-width: 330px;
  padding: 0;
  width: 100%;
  margin: auto;
}

#contents .environment-box .txt-4box .bnr-link:hover .box-item .link-btn:after {
  opacity: 0.7;
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

/*社内イベント*/
#event .event-area .main-txt {
  text-align: center;
  margin-bottom: 40px;
}

#event .event-area .txt-3box {
  /* border: 5px solid #ececec; */
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
  background-color: #f8f6f0;
}

#event #contents h3.ttl {
  padding: 0;
  background-color: #fff0;
  color: #333;
  text-align: center;
  font-size: 21px;
  margin-bottom: 25px;
  font-weight: 600;
}

#event .event-area .txt-3box p:last-child {
  margin-bottom: 0;
}

#event .event-area .txt-3box:first-child img {
  padding: 4px 0;
}

#event #contents .event-area .txt-3box:first-child h3.ttl,
#event #contents .event-area .txt-3box:last-child h3.ttl {
  margin: 15px 0 37px;
}

#contents .ohter-event {
  font-size: 18px;
  margin-top: 30px;
}

@media screen and (max-width: 1300px) {

  /* 数字で見る */
  .chart-area .figure {
    width: 80px;
    position: relative;
  }

  #numbers .data-box .hobby-content ul li {
    font-size: 24px;
    padding: 15px 20px;
  }

  #numbers .data-box .age-ratio .info.studies06 {
    left: 36%;
  }

  #contents .good-content .good-place {
    width: calc(100% / 3 - 20px);
  }
}


@media screen and (max-width: 1200px) {

  .chart-area .figure.sell {
    width: calc(100% / 4 - 30px);
    display: flex;
    max-width: 130px;
  }

  #numbers .data-box .age-ratio .info.studies04 {
    left: 22%;
    top: 59%;
  }

  #numbers .data-box .age-ratio .info.studies05 {
    left: 20%;
  }

  #numbers .data-box .age-ratio .info.studies06 {
    left: 34%;
  }

  #numbers .data-box .age-ratio .info.studies02 {
    left: 63%;
  }
}

/* view-1140 notePC,Tablet */

@media screen and (max-width: 1140px) {
  #numbers .data-box .data-area {
    padding: 20px 15px;
  }

  #numbers .data-box:nth-child(1) .data-area {
    margin: 0;
}

  #contents .data-list .data-box:nth-child(1),
  #contents .data-list .data-box:nth-child(2),
  #contents .data-list .data-box:nth-child(3) {
    width: 100%;
  }

  #contents .certification-name {
    padding-right: 120px;
  }

  #contents .good-content .good-place {
    width: calc(100% / 2 - 20px);
  }

  #numbers .data-box .age-ratio .info.studies05 {
    left: 32%;
  }

  #numbers .data-box .age-ratio .info.studies06 {
    left: 41%;
    top: 7%;
  }

  #numbers .data-box .age-ratio .info.studies04 {
    left: 33%;
    top: 62%;
  }

  #numbers .data-box .age-ratio .info.studies03 {
    top: 73%;
    left: 49%;
  }

  #numbers .data-box .age-ratio .info.studies02 {
    left: 59%;
    top: 33%;
  }

  #numbers .data-box .age-ratio .info.studies01 {
    left: 48%;
    top: -30px;
  }

  #numbers .data-box .overtime .info.studies02 {
    left: 32%;
    top: 35%;
  }

  #numbers #contents .data-box .overtime .info.studies03 {
    top: -8%;
    left: 29%;
  }

  #numbers #contents .data-box .overtime .info.studies04 {
    top: -6%;
    left: 45%;
  }

  #numbers .data-box .hobby-content ul li {
    font-size: 20px;
  }

  #contents .chart-area .figure .year {
    font-size: 15px;
  }

  /**/
  #contents .environment-box .txt-4box {
    width: calc(100%/ 2 - 20px);
    margin-bottom: 40px;
  }

  #contents .environment-box .txt-4box:nth-child(2n) {
    margin-right: 0;
  }

  #contents .environment-box .txt-4box:nth-child(3) .box-ttl {
    font-size: 25px;
  }

  #contents .environment-box .txt-4box img {
    width: 100%;
  }

  /**/
  #benefit #contents .welfare-various .txt-3box .welfare-content h3.min {
    font-size: 16px;
  }

  #benefit .welfare-various .txt-3box .welfare-content {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 1024px) {

  #numbers .data-box .hobby-content ul li {
    padding: 10px 18px;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  #contents .certification-name {
    width: 100%;
  }

  #numbers #contents .data-box .overtime .info.studies03 {
    top: -7%;
    left: 22%;
  }

  #numbers #contents .data-box .hobby-content .rank-ttl .hobby-name br {
    display: none;
  }

  .chart-area .figure.sell {
    width: calc(100% / 4 - 30px);
  }

  #contents .chart-area .figure .year {
    text-align: center;
  }

  .chart-area canvas {
    min-height: auto;
    height: 100%;
    aspect-ratio: 281/267;
  }

  /*社内イベント*/
  #event .event-area .txt-3box {
    width: calc(100% / 2 - 20px);
  }

  #event .event-area .flex {
    justify-content: center;
  }

  #event .event-area .txt-3box:first-child {
    margin-right: 30px;
  }

  /**/
  #numbers .data-box .age-ratio .info.studies02 {
    left: 65%;
  }

  #numbers .data-box .age-ratio .info.studies03 {
    left: 47%;
  }

  #numbers .data-box .age-ratio .info.studies04 {
    left: 18%;
  }

  #numbers .data-box .age-ratio .info.studies05 {
    left: 16%;
  }

  #numbers .data-box .age-ratio .info.studies06 {
    left: 33%;
  }

  #contents .photo-box {
    grid-template-columns: 1fr 1fr 1fr;
  }

  #numbers .data-box .data-area .txt-2box {
    width: calc(100% / 2 - 3px);
  }

  .chart-area {
    width: 60%;
  }

  #numbers .data-box:nth-child(7),
  #numbers .data-box:nth-child(8) {
    width: 100%;
  }

  .chart-area .figure.sell:first-child {
    height: calc(250px + 0.5em);
  }

  #numbers .data-box .hobby-content ul li {
    font-size: 23px;
  }

  #numbers #contents .data-box:nth-child(6) h3.ttl {
    padding: 30px 15px 31px;
  }

  #contents .environment-box.flex {
    gap: inherit;
    justify-content: space-between;
  }

  #contents .environment-box .txt-4box {
    margin-bottom: 20px;
    width: calc(100%/ 2 - 10px);
  }

  /**/
  #benefit .welfare-various .txt-3box {
    margin-right: 30px;
    width: calc(100% / 2 - 15px);
  }

  #benefit .welfare-various .txt-3box:nth-child(2n) {
    margin-right: 0;
  }

  /**/
  #training .green-box {
    padding: 30px 25px 25px;
  }

  #training .other-area .training-list .txt-2box {
    margin-bottom: 20px;
    width: calc(100% / 2 - 10px);
  }

  #training .newemployee-area .flow-list .flow-item {
    width: 100%;
    margin-bottom: 50px;
  }

  #training .newemployee-area .flow-list .flow-item .txt-area {
    align-content: flex-start;
    display: flex;
    flex-wrap: nowrap;
  }

  #training .newemployee-area .flow-list .flow-item .txt-area .img {
    width: 35%;
    margin-right: 30px;
  }

  #training .newemployee-area .flow-list .flow-item .txt-area .txt {
    width: 60%;
  }

  #training .newemployee-area .flow-list .flow-item:before {
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(135deg);
    top: calc(100% - -13px);
  }
}

@media screen and (max-width: 767px) {

  /**/
  #environment #contents .main-txt {
    text-align: left;
  }

  #environment #contents .main-txt br {
    display: none;
  }

  /**/
  #benefit .welfare-various .txt-3box {
    margin-right: 20px;
    width: calc(100% / 2 - 10px);
  }

  #benefit .welfare-various .txt-3box .welfare-content {
    margin-bottom: 20px;
  }

  #benefit .welfare-various .txt-3box .txt-area {
    padding: 10px;
  }

}


/* view-559 Mobile */
@media screen and (max-width: 559px) {
  #numbers #contents .data-box .hobby-content .rank-ttl:nth-child(2) {
    margin-bottom: 40px;
  }

  .chart-area {
    font-size: 3vw;
  }

  #contents .data-list chart-area .num-txt {
    font-size: 7vw;
  }

  #numbers #contents .data-box .info .num-p {
    font-size: 4vw;
  }

  #numbers .data-box {
    width: 100%;
  }

  .chart-area {
    width: 100%;
  }

  #contents .good-content .good-place {
    width: 100%;
    margin-bottom: 20px;
  }

  #contents .data-list .num-txt {
    font-size: 210%;
  }

  #numbers #contents .data-box:nth-child(6) h3.ttl {
    padding: 30px 15px 0;
  }

  #contents .certification-name {
    padding: 10px 15px;
    font-size: 16px;
  }

  #contents .good-content .good-place .important {
    font-size: 110%;
  }

  #contents .good-content .good-place,
  #contents .good-content .good-place:nth-child(3) .important,
  #contents .good-content .good-place:nth-child(7) {
    font-size: 20px;
  }

  /*社内イベント*/
  #event .event-area .txt-3box {
    width: 100%;
    padding: 20px 15px;
  }

  #event .event-area .txt-3box:first-child {
    margin-right: 0;
  }

  #event #contents .event-area .txt-3box:first-child h3.ttl,
  #event #contents .event-area .txt-3box:last-child h3.ttl {
    margin: 0 0 25px;
  }

  #event #contents .photo-box {
    grid-template-columns: 1fr 1fr;
  }

  #event #contents .ohter-event {
    text-align: left;
    font-size: 15px;
    margin-top: 0;
  }

  #event #contents .ohter-event br {
    display: none;
  }

  #contents .environment-box .txt-4box {
    width: 100%;
    margin-right: 0;
  }

  /**/
  #benefit .welfare-various .txt-3box {
    margin-right: 0;
    width: 100%;
  }

  /**/
  #training .newemployee-area .flow-list .flow-item .txt-area {
    display: block;
  }

  #training .newemployee-area .flow-list .flow-item .txt-area .img,
  #training .newemployee-area .flow-list .flow-item .txt-area .txt,
  #training .newemployee-area .flow-list .flow-item .txt-area .img img,
  #training .other-area .training-list .txt-2box {
    width: 100%;
  }

  #training .other-area .training-list .txt-2box {
    padding: 20px 15px;
  }

  #training .green-box,
  #training .newemployee-area .flow-list .flow-item {
    padding: 25px 15px 15px;
  }

  #training #contents h4 {
    padding-bottom: 0;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 430px) {

  .chart-area.continuous {
    height: 100%;
  }

  #contents .chart-area .figure .num-txt {
    font-size: 7vw;
  }

  #contents .chart-area .figure p.num-p {
    font-size: 4.5vw;
  }

  #contents .chart-area .figure .year {
    width: 90px;
    font-size: 2.9vw;
  }

  #numbers .data-box .hobby-content ul li {
    font-size: 18px;
    padding: 10px 15px;
  }

  #numbers .data-box .data-area.parental-leave .num-ttl {
    width: 155px;
    font-size: 14px;
  }

  #numbers .data-box .data-area.parental-leave .num-ttl.blue {
    margin-right: 5px;
  }

  #numbers #contents .data-box .info .num-p .num-txt {
    font-size: 250%;
  }

  #numbers #contents .data-box .age-ratio .info.studies06 .ttl {
    font-size: 14px;
  }

  #numbers .data-box .age-ratio .info.studies06 {
    top: 4%;
    left: 31%;
  }

  #numbers #contents .data-box .age-ratio .info.studies06 .num-txt {
    font-size: 200%;
  }

  #numbers #contents .data-box .age-ratio .info.studies06 .num-p {
    margin-left: 10px;
  }

  .chart-area .figure.sell {
    width: calc(100% / 4 - 10px);
    margin: 0 5px;
  }
}

@media screen and (max-width: 393px) {

  #numbers #contents .data-box .info .ttl,
  #numbers #contents .data-box .age-ratio .info.studies03 .ttl {
    font-size: 16px;
  }

  #numbers #contents .data-box .age-ratio .info.studies02 .ttl {
    font-size: 16px;
    margin-bottom: 2px;
  }

  #numbers #contents .data-box .age-ratio .info.studies02 .num-p {
    font-size: 120%;
  }

  #numbers #contents .data-box .info.studies03 .num-p {
    margin-top: 0;
    font-size: 120%;
  }

  #numbers #contents .data-box .age-ratio .info.studies04 .ttl {
    font-size: 16px;
    margin-bottom: 0;
  }

  #numbers #contents .data-box .age-ratio .info.studies04 .num-p {
    font-size: 120%;
  }

  #numbers #contents .data-box .age-ratio .info.studies05 .ttl {
    font-size: 16px;
    margin-bottom: 1px;
  }

  #numbers #contents .data-box .age-ratio .info.studies05 .num-p {
    font-size: 120%;
  }

  #numbers #contents .data-box .age-ratio .info.studies06 .ttl {
    margin-bottom: 0;
    font-size: 13px;
  }

  #numbers .data-box .age-ratio .info.studies05 {
    top: 23%;
    left: 14%;
  }

  #numbers .data-box .age-ratio .info.studies04 {
    left: 16%;
    top: 57%;
  }

  #numbers .data-box .age-ratio .info.studies03 {
    left: 44%;
    top: 69%;
  }

  #contents .certification-name .num-p {
    right: 10px;
  }

  #contents .certification-name .num-p .num-txt {
    font-size: 190%;
  }

  #numbers .data-box .hobby-content ul li {
    font-size: 17px;
    padding: 11px;
  }

  #numbers .data-box .data-area.parental-leave .num-ttl {
    width: 145px;
  }
}


@media screen and (max-width: 375px) {
  #numbers #contents h2.bg-ttl {
    font-size: 30px;
  }

  #numbers .data-box .data-area.parental-leave .num-ttl {
    width: 142px;
  }
}