/*------------------------------------------------------------
common
------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#environment {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #313131;
  overflow: hidden;
  background: #fff;
  position: relative;
}

#environment * {
  box-sizing: border-box;
}

#environment a {
  transition: opacity .3s;
}

#environment a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#environment a:hover {
  text-decoration: none;
}

#environment a:focus-visible {
  outline: none;
}

#environment img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#environment .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#environment .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#environment .pc-br {
  display: none;
}

#environment .sp-br {
  display: inline;
}

#environment .inline-block {
  display: inline-block;
}

#environment .inner {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
}

#environment .font-kakugo {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#environment .font-century {
 font-family: century-gothic, sans-serif;
 font-weight: 700;
 font-style: normal;
}

#environment .blue {
  color: #003E9C;
}

#environment .main-block {
  position: relative;
  height: calc(100vw / 750 * 500);
  background: #CCD8EB;
  display: flex;
  justify-content: center;
  align-items: center;
}

#environment .main-block::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100vw / 750 * 380);
  background: url("../images/environment/environment_main_bg_sp.png") no-repeat center bottom / cover;
  bottom: 0;
  left: 0;
}

#environment .main-ttl-block {
  width: calc(100% - 24px);
  max-width: 1160px;
  margin: 0 auto;
  padding-bottom: calc(100vw / 750 * 17);
}

#environment .main-ttl .ja {
  font-size: 28px;
}

#environment .main-ttl-block .description-txt {
  line-height: 1.7;
  padding-top: 25px;
  font-size: 16px;
}

#environment .content-heading {
  position: relative;
  width: fit-content;
  margin: 0 auto 40px;
  font-size: 28px;
  line-height: 1.2;
  z-index: 0;
}

#environment .content-heading::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d0dfe1;
  left: 0;
  bottom: 0;
}

#environment .content-heading::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 1px;
  background-color: #003e9c;
  left: 0;
  bottom: 0;
}

@media print, screen and (min-width: 768px) {
  
  #environment {
    font-size: 16px;
    line-height: 2.25;
  }
  
  #environment .sp-br {
    display: none;
  }
  
  #environment .pc-br {
    display: inline;
  }
  
  #environment .main-block {
    height: max(300px,calc(100vw / 1920 * 300));
  }
  
  #environment .main-block::before {
    height: 100%;
    background-image: url("../images/environment/environment_main_bg_pc.png");
  }
  
  #environment .main-ttl-block {
    padding-bottom: 0;
    padding-top: 14px;
  }
  
  #environment .main-ttl .ja {
    font-size: 36px;
  }
  
  #environment .main-ttl-block .description-txt {
    font-size: 18px;
    padding-top: 32px;
    line-height: 2;
  }
  
  #environment .content-heading {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 80px;
  }

  #environment .content-heading::before {
    height: 2px;
  }

  #environment .content-heading::after {
    width: 36px;
    height: 2px;
  }
}

/*------------------------------------------------------------
contents
------------------------------------------------------------*/
#environment .content-block-wrapper {
  padding: 55px 0 90px;
}

/*---welfareここから---*/
#environment .welfare {
  padding-bottom: 90px;
}

#environment .welfare .content-heading {
  margin-bottom: 30px;
}

#environment .welfare-list {
  max-width: 351px;
  margin: 0 auto;
}

#environment .welfare-item {
  position: relative;
  padding: 50px 25px 52px;
  min-height: 320px;
}

#environment .welfare-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #E9EFF7;
  left: 0;
  bottom: 0;
}

#environment .welfare-item .welfare-item-block::before {
  position: absolute;
  content: "01";
  font-family: century-gothic, sans-serif;
  font-size: 225px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -.05em;
  line-height: 1;
  color: #F4F7FB;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  padding-bottom: 60px;
  z-index: -1;
}

#environment .welfare-item:nth-of-type(2) .welfare-item-block::before {
  content: "02";
}

#environment .welfare-item:nth-of-type(3) .welfare-item-block::before {
  content: "03";
}

#environment .welfare-item:nth-of-type(4) .welfare-item-block::before {
  content: "04";
}

#environment .welfare-item:nth-of-type(5) .welfare-item-block::before {
  content: "05";
}

#environment .welfare-item:nth-of-type(6) .welfare-item-block::before {
  content: "06";
}

#environment .welfare-item:nth-of-type(7) .welfare-item-block::before {
  content: "07";
}

#environment .welfare-icon {
  text-align: center;
  margin-bottom: 30px;
}

#environment .welfare-ttl {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 15px;
}

#environment .welfare-txt{
  font-size: 16px;
  line-height: 1.7;
}
/*---trainingここから---*/
#environment .training {
  background: #F4F7FB;
  padding-top: 90px;
  padding-bottom: 40px;
}

#environment .training-item {
  margin-bottom: 40px;
}

#environment .training-item:last-of-type {
  margin-bottom: auto;
}

#environment .training-ttl {
  position: relative;
  height: 85px;
  display: flex;
  align-items: center;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  padding-left: 25px;
  margin-bottom: 5px;
}

#environment .training-ttl::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 40px;
  background: #003E9C;
  left: 0;
  bottom: calc(50% - 20px);
}

#environment .training-ttl::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 85px;
  background: url("../images/environment/environment_training_illust01_sp.png") no-repeat center center / contain;
  right: 0;
  bottom: 0;
}

#environment .training-item:nth-of-type(2) .training-ttl::after {
  background-image: url("../images/environment/environment_training_illust02_sp.png");
}

#environment .training-item:nth-of-type(3) .training-ttl::after {
  background-image: url("../images/environment/environment_training_illust03_sp.png");
}

#environment .training-txt {
  background: #fff;
  padding: 25px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.7;
}

#environment .training-img {
  background: #fff;
  padding: 25px;
}

/*---careerここから---*/
#environment .career {
  padding-top: 90px;
}

#environment .career-content01 {
  width: calc(100% - 11px);
  max-width: 340px;
  margin: 0 auto;
}

#environment .career-ttl-block {
  position: relative;
  width: fit-content;
  padding-left: 65px;
  margin: 0 auto 46px;
}

#environment .career-ttl-block .sub {
  line-height: 1.4;
  margin-bottom: 13px;
  font-size: 16px;
}

#environment .career-ttl-block .ttl {
  font-size: 18px;
  line-height: 1.2;
}

#environment .career-ttl-block::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 78px;
  background: url("../images/environment/environment_career_ttl_icon_sp.png") no-repeat center center / contain;
  left: 0;
  bottom: -1px;
}

#environment .career-graph-block {
  display: flex;
  align-items: flex-end;
  padding-bottom: 135px;
}

#environment .career-graph-item {
  position: relative;
  width: calc(100% / 4);
  text-align: center;
}

#environment .career-graph-item .year {
  font-size: 13px;
  font-weight: 400;
}

#environment .career-graph-item .job-name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.26;
  margin-bottom: 7px;
}

#environment .career-graph-item.graph-item01 .job-name {
  color: #99B1D7;
}

#environment .career-graph-item.graph-item02 .job-name {
  color: #668BC3;
}

#environment .career-graph-item.graph-item03 .job-name {
  color: #3364AF;
}

#environment .career-graph-item.graph-item04 .job-name {
  color: #003E9C;
}

#environment .bar {
  position: relative;
  width: 100%;
}

#environment .graph-item01 .bar {
  height: 65px;
  background: #99B1D7;
}

#environment .graph-item02 .bar {
  height: 115px;
  background: #668BC3;
}

#environment .graph-item03 .bar {
  height: 160px;
  background: #3364AF;
}

#environment .graph-item04 .bar {
  height: 215px;
  background: #003E9C;
}

#environment .career-graph-item .txt {
  position: absolute;
  width: max-content;
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
  padding: 10px;
  border: solid 1px #99B1D7;
  top: calc(100% + 16px);
  left: 0;
}

#environment .career-graph-item.graph-item04 .txt {
  border-color: #003E9C 
}

#environment .career-graph-item .txt::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 28%;
  width: 13px;
  height: 12px;
  box-sizing: border-box;
  border: 1px solid;
  border-color: #99B1D7 #99B1D7 transparent transparent;
  background: #fff;
  rotate: -55deg;
  translate: -50%;
  transform: skewX(-20deg);
}

#environment .career-graph-item.graph-item04 .txt::after {
  left:auto;
  right: 18%;
  border-color: #003E9C #003E9C transparent transparent;
}

#environment .career-graph-item.graph-item04 .txt {
  left: auto;
  right: 0;
}

#environment .career-content02 {
  background: #F4F7FB;
  padding: 25px;
}

#environment .career-prof-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

#environment .career-prof-wrap .img {
  margin-right: 15px;
  flex-shrink: 0;
}

#environment .career-prof-wrap .prof-txt {
  line-height: 1.46;
}

#environment .career-prof-wrap .prof-txt .belong {
  font-size: 13px;
}

#environment .career-txt {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.7;
}

#environment .career-list {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}

#environment .career-table .career-list-detail:nth-of-type(2n+1) {
  background: #fff;
}

#environment .career-table .career-list-detail:nth-of-type(2n) {
  background: #E9EFF7;
}

#environment .career-list th,#environment .career-list td {
  line-height: 1.64;
  padding-top: 4px;
  padding-bottom: 4px;
}

#environment .career-list .year {
  font-weight: 500;
  width: 45px;
  vertical-align: baseline;
}

#environment .career-list .txt {
  padding-left: 19px;
}

@media print, screen and (min-width: 768px) {
  #environment .content-block-wrapper {
    padding: 120px 0 200px;
  }
  
  /*---welfareここから---*/
  #environment .welfare {
    padding-bottom: 136px;
  }
  
  #environment .welfare .content-heading {
    margin-bottom: 60px;
  }
  
  #environment .welfare-list {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  
  #environment .welfare-item {
    width: 50%;
    padding: 70px 0 30px;
    min-height: 430px;
  }
  
  #environment .welfare-item::before {
    height: 2px;
    width: calc(100% - 100px);
    left: 50%;
    transform: translateX(-50%);
  }

  
  #environment .welfare-item:nth-last-of-type(2n)::after {
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - 68px);
    background-color: #E9EFF7;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
  }
  
  #environment .welfare-item:last-of-type::after{
    display: none;
  }
  
  #environment .welfare-item .welfare-item-block {
    max-width: 300px;
    margin: 0 auto;
  }
  
  #environment .welfare-item .welfare-item-block::before {
    font-size: 300px;
    padding-bottom: 70px;
  }
  
  #environment .welfare-ttl {
    font-size: 28px;
    margin-bottom: 16px;
  }
  
  #environment .welfare-txt{
    line-height: 2.25;
  }
  /*---trainingここから---*/
  #environment .training {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #environment .training-item {
    position: relative;
    display: grid;
    grid-template-areas:
      "ttl img txt";
    grid-column-gap: 10px;
  }
  
  #environment .training-ttl {
    grid-area: ttl;
    width: 240px;
    height: auto;
    justify-content: center;
    font-size: 30px;
    padding-left: 0;
    margin-bottom: 0;
  }
  
  #environment .training-ttl::before {
    width: 2px;
    height: 80px;
    bottom: calc(50% - 40px);
  }
  
  #environment .training-ttl::after {
    width: 100%;
    height: 100%;
    background: url("../images/environment/environment_training_illust01_pc.png") no-repeat center center / contain;
    right: 0;
    bottom: 0;
  }
  
  #environment .training-ttl .ttl {
    position: relative;
    z-index: 1;
  }
  
  #environment .training-img {
    grid-area: img;
    padding: 50px 45px;
  }
  
  #environment .training-txt {
    grid-area: txt;
    display: flex;
    align-items: center;
    padding: 0 45px;
    margin-bottom: 0;
    line-height: 2.25;
  }
  
  /*---careerここから---*/
  #environment .career {
    padding-top: 150px;
  }
  
  #environment #content03 .inner {
    max-width: 1160px;
  }
  
  #environment .career-content01 {
    max-width: 1000px;
  }
  
  #environment .career-ttl-block {
    padding-left: 90px;
  }
  
  #environment .career-ttl-block::before {
    background-image: url("../images/environment/environment_career_ttl_icon_pc.png");
    width: 60px;
    height: 94px;
    bottom: 5px;
  }
  
  #environment .career-ttl-block .sub {
    font-size: 24px;
    margin-bottom: 30px;
  }
  
  #environment .career-ttl-block .ttl {
    font-size: 36px;
    letter-spacing: .01em;
  }
  
  #environment .career-graph-block {
    padding-bottom: 130px;
  }
  
  #environment .career-graph-item .job-name {
    font-size: 30px;
    margin-bottom: 20px;
  }
  
  #environment .career-graph-item .year {
    position: absolute;
    font-size: 20px;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
  }
  
  #environment .career-graph-item .txt {
    color: #fff;
    border: none;
    font-size: 16px;
    line-height: 2.25;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
  }
  
  #environment .career-graph-item.graph-item04 .txt {
    right: auto;
    left: 50%;
  }
  
  #environment .career-graph-item .txt::after {
    content: none;
  }
  
  #environment .career-content02 {
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-column-gap: 70px;
    padding: 60px 40px;
  }
  
  #environment .graph-item01 .bar {
    height: 100px;
  }
  
  #environment .graph-item02 .bar {
    height: 180px;
  }
  
  #environment .graph-item03 .bar {
    height: 260px;
  }
  
  #environment .graph-item04 .bar {
    height: 340px;
  }
  
  #environment .career-prof-wrap {
    flex-direction: column;
    text-align: center;
    grid-row: 1/3;
  }
  
  #environment .career-prof-wrap .img {
    margin-right: auto;
    margin-bottom: 10px;
  }
  
  #environment .career-txt {
    margin-bottom: 30px;
    line-height: 2.25;
  }
  
  #environment .career-prof-wrap .prof-txt {
    font-size: 18px;
    line-height: 1.625;
  }
  
  #environment .career-prof-wrap .prof-txt .belong {
    font-size: 16px;
  }
  
  #environment .career-table {
    margin-left: -6px;
  }
  
  #environment .career-list {
    border-spacing: 6px;
  }
  
  #environment .career-list th, #environment .career-list td {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  
  #environment .career-list .year {
    width: 60px;
  }
  
  #environment .career-list .txt {
    padding-left: 17px;
  }
}
