﻿@media screen and (max-width: 768px) {
  .sub.environmentInstitution .sub__title--en {
    font-size: clamp(14px, 4.375vw, 18px);
  }
}
.sub.environmentInstitution .link__readMore {
  position: absolute;
  bottom: 20px;
  left: 50%;
  translate: -50% 0;
}
.sub.environmentInstitution .link__readMore--svg {
  display: block;
  margin-inline: auto;
  width: 79px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .link__readMore--svg {
    width: 51px;
  }
}
.sub.environmentInstitution .svg-link__readMore--arrow {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sub.environmentInstitution .link__readMore--text {
  display: block;
  margin-top: 8px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .sub.environmentInstitution .topLink__link:hover .topLink__img img {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    scale: 1.2;
  }
  .sub.environmentInstitution .topLink__link:hover .svg-link__readMore--arrow {
    translate: 0 8%;
  }
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .topLinks {
    max-width: 480px;
    margin-inline: auto;
  }
}
.sub.environmentInstitution .topLink__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.0833333333vw, 30px);
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .topLink__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.sub.environmentInstitution .topLink__item {
  position: relative;
}
.sub.environmentInstitution .topLink__item:nth-of-type(odd) {
  background-color: #ddd878;
}
.sub.environmentInstitution .topLink__item:nth-of-type(even) {
  background-color: #78addd;
}
.sub.environmentInstitution .topLink__link {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sub.environmentInstitution .topLink__title--wrapper {
  position: absolute;
  top: -30px;
  right: min(1.3888888889vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .topLink__title--wrapper {
    top: 20px;
    right: min(4.375vw, 14px);
  }
}
.sub.environmentInstitution .topLink__title {
  display: block;
  padding: 10px 8px 10px 4px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  background-color: #fff;
  font-weight: 700;
  font-size: 24px;
}
.sub.environmentInstitution .topLink__title:first-of-type {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.sub.environmentInstitution .topLink__title:last-of-type {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.sub.environmentInstitution .topLink__title--low {
  translate: 0 40px;
}
.sub.environmentInstitution .topLink__img {
  overflow: hidden;
}
.sub.environmentInstitution .topLink__img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sub.environmentInstitution .topLink__text {
  padding: 40px min(3.4722222222vw, 50px) 150px;
  font-weight: 700;
  font-size: 16px;
  line-height: 198%;
  letter-spacing: 0.06em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .topLink__text {
    padding: 30px min(7.5vw, 24px) 120px;
    font-size: 14px;
  }
}
.sub.environmentInstitution .topMessage__text {
  text-align: center;
}
.sub.environmentInstitution .topMessage__text--large {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .topMessage__text--large {
    font-size: 26px;
  }
}
.sub.environmentInstitution .topMessage__text--small {
  margin-top: 40px;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .topMessage__text--small {
    font-size: 14px;
  }
}
.sub.environmentInstitution .section__welfare .background,
.sub.environmentInstitution .section__photoGallery .background {
  background-color: #ddd878;
}
.sub.environmentInstitution .section__careerStep .background {
  background-color: #78addd;
}
.sub.environmentInstitution .section__welfare .background,
.sub.environmentInstitution .section__photoGallery .background,
.sub.environmentInstitution .section__careerStep .background {
  padding: 40px min(2.7777777778vw, 40px);
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__welfare .background,
  .sub.environmentInstitution .section__photoGallery .background,
  .sub.environmentInstitution .section__careerStep .background {
    padding: 24px min(3.125vw, 10px);
  }
}
.sub.environmentInstitution .section__welfare .background__inner,
.sub.environmentInstitution .section__photoGallery .background__inner,
.sub.environmentInstitution .section__careerStep .background__inner {
  background-color: #fff;
  border-radius: 60px;
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__welfare .background__inner,
  .sub.environmentInstitution .section__photoGallery .background__inner,
  .sub.environmentInstitution .section__careerStep .background__inner {
    border-radius: 40px;
  }
}
.sub.environmentInstitution .section__welfare .section__content--top,
.sub.environmentInstitution .section__photoGallery .section__content--top,
.sub.environmentInstitution .section__careerStep .section__content--top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px min(6.9444444444vw, 100px);
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__welfare .section__content--top,
  .sub.environmentInstitution .section__photoGallery .section__content--top,
  .sub.environmentInstitution .section__careerStep .section__content--top {
    padding: 0 min(3.125vw, 10px) 0 min(3.125vw, 10px);
  }
}
.sub.environmentInstitution .section__welfare .section__title--wrapper,
.sub.environmentInstitution .section__photoGallery .section__title--wrapper,
.sub.environmentInstitution .section__careerStep .section__title--wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__welfare .section__title--wrapper,
  .sub.environmentInstitution .section__photoGallery .section__title--wrapper,
  .sub.environmentInstitution .section__careerStep .section__title--wrapper {
    position: absolute;
    padding-right: 0;
    padding-left: min(3.125vw, 10px);
    top: -12px;
  }
}
.sub.environmentInstitution .section__welfare .section__title--wrapper::after,
.sub.environmentInstitution .section__photoGallery .section__title--wrapper::after,
.sub.environmentInstitution .section__careerStep .section__title--wrapper::after {
  content: "";
  position: absolute;
  top: 118px;
  right: -60px;
  width: 207px;
  height: 5px;
  rotate: -53deg;
  background-color: #262724;
  border-radius: 50vh;
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__welfare .section__title--wrapper::after,
  .sub.environmentInstitution .section__photoGallery .section__title--wrapper::after,
  .sub.environmentInstitution .section__careerStep .section__title--wrapper::after {
    top: 110px;
    right: -64px;
    width: 120px;
    rotate: -53.2deg;
  }
}
.sub.environmentInstitution .section__welfare .section__title,
.sub.environmentInstitution .section__photoGallery .section__title,
.sub.environmentInstitution .section__careerStep .section__title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 700;
  font-size: 32px;
  line-height: 116%;
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__welfare .section__title,
  .sub.environmentInstitution .section__photoGallery .section__title,
  .sub.environmentInstitution .section__careerStep .section__title {
    font-size: 28px;
  }
}
.sub.environmentInstitution .section__welfare .section__title--en,
.sub.environmentInstitution .section__photoGallery .section__title--en,
.sub.environmentInstitution .section__careerStep .section__title--en {
  display: block;
  padding-top: 100px;
  font-weight: 700;
  font-size: 18px;
  line-height: 136%;
  letter-spacing: 0.03em;
  color: #0e7c8f;
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__welfare .section__title--en,
  .sub.environmentInstitution .section__photoGallery .section__title--en,
  .sub.environmentInstitution .section__careerStep .section__title--en {
    padding-top: 80px;
    padding-left: 70px;
    font-size: 14px;
  }
}
.sub.environmentInstitution .section__welfare .section__lead,
.sub.environmentInstitution .section__photoGallery .section__lead,
.sub.environmentInstitution .section__careerStep .section__lead {
  font-weight: 700;
  font-size: 24px;
  line-height: 136%;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__welfare .section__lead,
  .sub.environmentInstitution .section__photoGallery .section__lead,
  .sub.environmentInstitution .section__careerStep .section__lead {
    padding-left: 70px;
    font-size: 19px;
  }
}
.sub.environmentInstitution .section__welfare .section__description,
.sub.environmentInstitution .section__photoGallery .section__description,
.sub.environmentInstitution .section__careerStep .section__description {
  margin-top: 40px;
  font-weight: 400;
  font-size: 18px;
  line-height: 198%;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__welfare .section__description,
  .sub.environmentInstitution .section__photoGallery .section__description,
  .sub.environmentInstitution .section__careerStep .section__description {
    margin-top: 30px;
    font-size: 14px;
  }
}
.sub.environmentInstitution .section__welfare .section__content--bottom,
.sub.environmentInstitution .section__photoGallery .section__content--bottom,
.sub.environmentInstitution .section__careerStep .section__content--bottom {
  padding: 30px min(2.7777777778vw, 40px) 100px;
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__welfare .section__content--bottom,
  .sub.environmentInstitution .section__photoGallery .section__content--bottom,
  .sub.environmentInstitution .section__careerStep .section__content--bottom {
    padding: 30px min(3.125vw, 10px) 10px;
  }
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__photoGallery .section__title,
  .sub.environmentInstitution .section__careerStep .section__title {
    font-size: 22px;
  }
}
.sub.environmentInstitution .section__photoGallery .section__title:first-of-type,
.sub.environmentInstitution .section__careerStep .section__title:first-of-type {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.sub.environmentInstitution .section__photoGallery .section__title:last-of-type,
.sub.environmentInstitution .section__careerStep .section__title:last-of-type {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-top: 46px;
}
.sub.environmentInstitution .section__welfare .welfare__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .sub.environmentInstitution .section__welfare .welfare__list {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  }
}
.sub.environmentInstitution .section__welfare .welfare__item {
  background-color: #fff;
  max-width: 460px;
  margin-inline: auto;
}
.sub.environmentInstitution .section__welfare .welfare__grid {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
  border: 1px solid #dd7878;
}
.sub.environmentInstitution .section__welfare .welfare__title {
  padding-inline: 10px;
  width: 51px;
  height: 100%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: 300;
  font-size: 24px;
  line-height: 51px;
  border-right: 1px solid #dd7878;
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__welfare .welfare__title {
    width: 35px;
    font-size: 16px;
    line-height: 35px;
  }
}
.sub.environmentInstitution .section__welfare .welfare__title .dot {
  display: inline-block;
  translate: 0.3em;
}
.sub.environmentInstitution .section__welfare .welfare__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub.environmentInstitution .section__welfare .welfare__image {
  max-width: 100%;
  height: auto;
  aspect-ratio: 281/250;
}
.sub.environmentInstitution .section__welfare .welfare__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub.environmentInstitution .section__welfare .welfare__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px min(0.6944444444vw, 10px) 20px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 142%;
  border-top: 1px solid #dd7878;
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__welfare .welfare__text {
    font-size: 14px;
  }
}
.sub.environmentInstitution .section__careerStep .section__title--wrapper::after {
  right: -50px;
}
.sub.environmentInstitution .section__careerStep .section__content--bottom {
  padding-top: 0;
}
.sub.environmentInstitution .section__careerStep .chart__inner .label {
  top: initial;
  bottom: 2px;
}
.sub.environmentInstitution .section__careerStep .chart__inner .label--first {
  font-weight: 700;
  font-size: min(1.1392405063vw, 18px);
  color: #0e7c8f;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__careerStep .chart__inner .label--first {
    font-size: 3.75vw;
  }
}
.sub.environmentInstitution .section__careerStep .chart__inner .label--middle {
  font-weight: 700;
  font-size: min(1.5189873418vw, 24px);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__careerStep .chart__inner .label--middle {
    font-size: 4.6875vw;
  }
}
.sub.environmentInstitution .section__careerStep .chart__inner .label--last {
  font-weight: 700;
  font-size: min(1.1392405063vw, 18px);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__careerStep .chart__inner .label--last {
    font-size: 3.75vw;
  }
}
.sub.environmentInstitution .section__careerStep .chart__inner .floatingText {
  position: absolute;
  font-weight: 500;
  font-size: min(1.1392405063vw, 18px);
  line-height: 136%;
  text-align: center;
  rotate: -15.77deg;
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__careerStep .chart__inner .floatingText {
    font-size: 3.125vw;
    rotate: 9.83deg;
    z-index: 2;
  }
}
.sub.environmentInstitution .section__careerStep .chart__pc {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__careerStep .chart__pc {
    display: none;
    visibility: hidden;
  }
}
.sub.environmentInstitution .section__careerStep .chart__pc .chart__inner {
  width: 100%;
  height: auto;
  aspect-ratio: 1100/700;
  margin-inline: auto;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.sub.environmentInstitution .section__careerStep .chart__pc .chart__title {
  position: absolute;
  top: -4.4638889vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2.1518987342vw;
  font-weight: 700;
}
.sub.environmentInstitution .section__careerStep .chart__pc .scaleY__text {
  font-size: 1.3924050633vw;
  font-weight: 600;
  width: 6.3291139241vw;
  height: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  top: 1.3%;
}
.sub.environmentInstitution .section__careerStep .chart__pc .chart__body {
  width: 100%;
  height: 100%;
  position: relative;
}
.sub.environmentInstitution .section__careerStep .chart__pc .rows {
  width: 100%;
  height: 100%;
}
.sub.environmentInstitution .section__careerStep .chart__pc .row {
  width: 100%;
  height: 20%;
}
.sub.environmentInstitution .section__careerStep .chart__pc .bars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3%;
}
.sub.environmentInstitution .section__careerStep .chart__pc .bar {
  width: 15.5%;
  height: 80%;
  height: 0;
  background-color: #5698e1;
  position: relative;
}
.sub.environmentInstitution .section__careerStep .chart__pc .year,
.sub.environmentInstitution .section__careerStep .chart__pc .label {
  display: block;
  font-weight: 600;
  text-align: center;
  color: #5698e1;
  width: 300%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sub.environmentInstitution .section__careerStep .chart__pc .year {
  font-size: 1.2658227848vw;
  bottom: -1.8987341772vw;
}
.sub.environmentInstitution .section__careerStep .chart__pc .label {
  font-size: min(1.5189873418vw, 24px);
  top: max(-1.8987341772vw, -30px);
}
.sub.environmentInstitution .section__careerStep .chart__pc .label--insideBar {
  position: absolute;
  padding-top: 8px;
  width: 100%;
  font-weight: 700;
  font-size: min(1.1392405063vw, 18px);
  line-height: 132%;
  letter-spacing: 0.03em;
  text-align: center;
}
.sub.environmentInstitution .section__careerStep .chart__pc .floatingText--01 {
  top: 62.5%;
  left: 0%;
}
.sub.environmentInstitution .section__careerStep .chart__pc .floatingText--02 {
  top: 21.5%;
  left: 45%;
}
.sub.environmentInstitution .section__careerStep .chart__sp {
  margin: 0 auto;
  padding: 40px 0 40px;
  overflow: hidden;
  height: auto;
}
@media screen and (min-width: 769px) {
  .sub.environmentInstitution .section__careerStep .chart__sp {
    display: none;
    visibility: hidden;
  }
}
.sub.environmentInstitution .section__careerStep .chart__sp .chart__inner {
  position: relative;
  height: auto;
  margin-inline: auto;
}
.sub.environmentInstitution .section__careerStep .chart__sp .chart__title {
  font-size: 8.125vw;
  font-weight: 600;
  text-align: center;
}
.sub.environmentInstitution .section__careerStep .chart__sp .chart__body {
  width: 100%;
  height: 100%;
  position: relative;
}
.sub.environmentInstitution .section__careerStep .chart__sp .row {
  margin-top: 4px;
  width: 100%;
  height: auto;
  aspect-ratio: 253/70;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sub.environmentInstitution .section__careerStep .chart__sp .year {
  width: 0;
  height: 100%;
  font-size: 5vw;
  color: #5698e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sub.environmentInstitution .section__careerStep .chart__sp .bar--wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sub.environmentInstitution .section__careerStep .chart__sp .label {
  top: 0;
  bottom: 2px;
  left: 3.75vw;
  font-size: 7.5vw;
  line-height: 1;
  color: #5698e1;
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__careerStep .chart__sp .label {
    left: 0;
  }
}
.sub.environmentInstitution .section__careerStep .chart__sp .bar {
  width: 100%;
  height: 63%;
  background-color: #5698e1;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.sub.environmentInstitution .section__careerStep .chart__sp .label--outsideBar--wrapper {
  position: absolute;
  padding-top: 6.8vw;
  padding-left: 0.625vw;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sub.environmentInstitution .section__careerStep .chart__sp .label--outsideBar {
  font-weight: bold;
  font-size: 3.75vw;
  line-height: 1.2;
  letter-spacing: 0.03em;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  scale: 0 1;
}
.sub.environmentInstitution .section__careerStep .chart__sp .floatingText--01 {
  top: -4%;
  left: 16%;
}
.sub.environmentInstitution .section__careerStep .chart__sp .floatingText--02 {
  top: -18%;
  left: 50%;
}
.sub.environmentInstitution .section__careerStep .bar.bar001 {
  background-color: #edddcf;
}
.sub.environmentInstitution .section__careerStep .bar.bar002 {
  background-color: #f3e691;
}
.sub.environmentInstitution .section__careerStep .bar.bar003 {
  background-color: #f6eb6c;
}
.sub.environmentInstitution .section__careerStep .bar.bar004 {
  background-color: #efca4b;
}
.sub.environmentInstitution .section__careerStep .bar.bar005 {
  background-color: #e4992c;
}
.sub.environmentInstitution .section__careerStep .bar.bar006 {
  background-color: #d9640e;
}
.sub.environmentInstitution .section__photoGallery {
  height: auto;
}
.sub.environmentInstitution .section__photoGallery .section__content--top {
  position: relative;
  padding-right: min(2.7777777778vw, 40px);
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__photoGallery .section__content--top {
    padding-bottom: 50px;
    width: 100%;
  }
}
.sub.environmentInstitution .section__photoGallery .section__title--wrapper {
  padding-right: 14px;
}
.sub.environmentInstitution .section__photoGallery .section__title--wrapper::after {
  top: 154px;
  right: -94px;
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__photoGallery .section__title--wrapper::after {
    top: 129px;
    right: -38px;
  }
}
.sub.environmentInstitution .section__photoGallery .section__img {
  position: relative;
  margin-top: 160px;
  width: 34%;
  height: auto;
  min-height: 342px;
  aspect-ratio: 343/342;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__photoGallery .section__img {
    position: absolute;
    margin-top: 0;
    top: 10px;
    right: min(3.125vw, 10px);
    padding-top: 0;
    width: calc(100% - 121px);
    min-height: initial;
    height: 149px;
    aspect-ratio: initial;
  }
}
.sub.environmentInstitution .section__photoGallery .section__img img {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__photoGallery .section__img img {
    left: 50%;
    translate: -50% -50%;
  }
}
.sub.environmentInstitution .section__photoGallery .section__text {
  padding-top: 160px;
  padding-left: min(2.7777777778vw, 40px);
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__photoGallery .section__text {
    width: 100%;
  }
}
.sub.environmentInstitution .section__photoGallery .section__title--en {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__photoGallery .section__title--en {
    margin-top: 30px;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__photoGallery .section__lead {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__photoGallery .section__description {
    margin-top: 20px;
  }
}
.sub.environmentInstitution .section__photoGallery .link__readMore {
  display: block;
  position: initial;
  padding-top: 60px;
  translate: initial;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .sub.environmentInstitution .section__photoGallery .link__readMore {
    padding-top: 40px;
  }
}
@media (any-hover: hover) {
  .sub.environmentInstitution .section__photoGallery .link__readMore:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  .sub.environmentInstitution .section__photoGallery .link__readMore:hover .svg-link__readMore--arrow {
    translate: 0 8%;
  }
}
/*# sourceMappingURL=page-environment-institution.css.map */