@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

#contents_works_hitachisolutions_wrapper {
  --color-text: #333;
  --color-black: #000;
  --color-white: #fff;
  --font-sans: 'Noto Sans JP', serif;
  --font-serif: 'Noto Serif JP', serif;
  --font-en: 'Roboto', sans-serif;
  max-width: 810px;
  width: auto;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper {
    max-width: 100%;
    width: 100%;
  }
}
#contents_works_hitachisolutions_wrapper *,
#contents_works_hitachisolutions_wrapper *::before,
#contents_works_hitachisolutions_wrapper *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#contents_works_hitachisolutions_wrapper * {
  font-family: var(--font-sans);
  color: var(--color-text);
}
#contents_works_hitachisolutions_wrapper p,
#contents_works_hitachisolutions_wrapper li,
#contents_works_hitachisolutions_wrapper dt,
#contents_works_hitachisolutions_wrapper dd,
#contents_works_hitachisolutions_wrapper address {
  line-height: 2;
}
#contents_works_hitachisolutions_wrapper img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .pc {
    display: none;
  }
}
#contents_works_hitachisolutions_wrapper .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .sp {
    display: block;
  }
}
#contents_works_hitachisolutions_wrapper .fontSerif {
  font-family: var(--font-serif);
}

#contents_works_hitachisolutions_wrapper .head {
  background-color: #ccc;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .head {
    padding-bottom: 50px;
  }
}
#contents_works_hitachisolutions_wrapper .head_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  padding-inline: 50px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .head_text {
    font-size: 12px;
    padding-inline: 25px;
    text-align: left;
    margin-top: 23px;
  }
}

#contents_works_hitachisolutions_wrapper .profile {
  background-image: url('../img/contents_works_hitachisolutions/profile.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .profile {
    background-image: url('../img/contents_works_hitachisolutions/profile_sp.jpg');
  }
}
#contents_works_hitachisolutions_wrapper .profile_content {
  padding: 57px 50px 52px;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .profile_content {
    padding: 36px 25px 15px;
  }
}
#contents_works_hitachisolutions_wrapper .profile_title {
  color: var(--color-white);
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 500;
  background-color: #af1e1b;
  max-width: 168px;
  width: 100%;
  line-height: 1.5;
  clip-path: polygon(
    calc(100% - 10px) 0,
    100% 50%,
    calc(100% - 10px) 100%,
    0 100%,
    0 0
  );
  padding: 2px 7px;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .profile_title {
    font-size: 12px;
    max-width: 102px;
    clip-path: polygon(
      calc(100% - 6px) 0,
      100% 50%,
      calc(100% - 6px) 100%,
      0 100%,
      0 0
    );
    padding-block: 0px;
  }
}
#contents_works_hitachisolutions_wrapper .profile_date {
  color: var(--color-black);
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .profile_date {
    margin-top: 5px;
  }
}
#contents_works_hitachisolutions_wrapper .profile_date dt {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .profile_date dt {
    font-size: 12px;
  }
}
#contents_works_hitachisolutions_wrapper .profile_date dt span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .profile_date dt span {
    font-size: 10px;
  }
}
#contents_works_hitachisolutions_wrapper .profile_date dd {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .profile_date dd {
    font-size: 10px;
    line-height: 1.6;
  }
}
#contents_works_hitachisolutions_wrapper .profile_main {
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .profile_main {
    margin-top: 72px;
  }
}
#contents_works_hitachisolutions_wrapper .profile_main h3 {
  color: var(--color-black);
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .profile_main h3 {
    font-size: 10px;
  }
}
#contents_works_hitachisolutions_wrapper .profile_main p {
  font-size: 13px;
  max-width: 224px;
  width: 100%;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .profile_main p {
    max-width: 100%;
    font-size: 10px;
    margin-top: 2px;
  }
}

#contents_works_hitachisolutions_wrapper .content {
  max-width: 640px;
  padding-inline: 20px;
  margin: 140px auto 0;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .content {
    padding-inline: 25px;
    margin-top: 70px;
  }
}
#contents_works_hitachisolutions_wrapper .content.-mtSmall {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .content.-mtSmall {
    margin-top: 40px;
  }
}
#contents_works_hitachisolutions_wrapper .content h2 {
  display: flex;
  align-items: center;
  column-gap: 16px;
  color: #af1e1b;
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7777777778;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .content h2 {
    column-gap: 7px;
    font-size: 13px;
    line-height: 1.5384615385;
  }
}
#contents_works_hitachisolutions_wrapper .content h2::before {
  flex-shrink: 0;
  display: block;
  content: '';
  width: 53px;
  aspect-ratio: 53/30;
  background-image: url('../img/contents_works_hitachisolutions/icon_heading.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .content h2::before {
    width: 27px;
  }
}
#contents_works_hitachisolutions_wrapper .content dl {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .content dl {
    margin-top: 22px;
  }
}
#contents_works_hitachisolutions_wrapper .content dl dt,
#contents_works_hitachisolutions_wrapper .content dl dd {
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .content dl dt,
  #contents_works_hitachisolutions_wrapper .content dl dd {
    font-size: 12px;
  }
}
#contents_works_hitachisolutions_wrapper .content dl dt::before {
  content: '―';
}
#contents_works_hitachisolutions_wrapper .content dl dd {
  margin-top: 1lh;
}
#contents_works_hitachisolutions_wrapper .content dl dd p {
  font-family: var(--font-serif);
  font-size: inherit;
}
#contents_works_hitachisolutions_wrapper .content dl dd p + p {
  margin-top: 1lh;
}
#contents_works_hitachisolutions_wrapper .content dl dd img {
  display: block;
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .content dl dd img {
    margin-top: 35px;
  }
}
#contents_works_hitachisolutions_wrapper .content dl dd + dt {
  margin-top: 2lh;
}
#contents_works_hitachisolutions_wrapper .content hr {
  height: 1px;
  background-color: #af1e1b;
  border: none;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .content hr {
    margin-top: 50px;
  }
}
#contents_works_hitachisolutions_wrapper .content hr + h2 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .content hr + h2 {
    margin-top: 43px;
  }
}

#contents_works_hitachisolutions_wrapper .buttonWrap {
  padding-inline: 25px;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .buttonWrap {
    margin-top: 75px;
  }
}
#contents_works_hitachisolutions_wrapper .button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  background-color: #af1e1b;
  max-width: 176px;
  width: 100%;
  padding: 8px 10px;
  margin-inline: auto;
  clip-path: polygon(
    calc(100% - 10px) 0,
    100% 50%,
    calc(100% - 10px) 100%,
    0 100%,
    0 0
  );
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .button {
    font-size: 13px;
    max-width: 158px;
    padding-block: 7px;
  }
}
#contents_works_hitachisolutions_wrapper .button:hover {
  opacity: 0.7;
}
#contents_works_hitachisolutions_wrapper .button.-reverse {
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 10px 100%, 0 50%);
  padding-left: 20px;
}

#contents_works_hitachisolutions_wrapper .voting {
  padding-inline: 25px;
  margin-top: 190px;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .voting {
    margin-top: 65px;
  }
}
#contents_works_hitachisolutions_wrapper .voting_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 44px;
  color: var(--color-black);
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  line-height: 1.56;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .voting_heading {
    column-gap: 25px;
    font-size: 15px;
  }
}
#contents_works_hitachisolutions_wrapper .voting_heading::before,
#contents_works_hitachisolutions_wrapper .voting_heading::after {
  display: block;
  content: '';
  width: 2px;
  height: 70px;
  background-color: var(--color-black);
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .voting_heading::before,
  #contents_works_hitachisolutions_wrapper .voting_heading::after {
    height: 42px;
  }
}
#contents_works_hitachisolutions_wrapper .voting_heading::before {
  transform: rotate(-28deg);
}
#contents_works_hitachisolutions_wrapper .voting_heading::after {
  transform: rotate(28deg);
}
#contents_works_hitachisolutions_wrapper .voting_button {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 24px;
  color: var(--color-white);
  font-size: 18px;
  font-weight: 500;
  background-color: #006837;
  border-radius: 5px;
  width: fit-content;
  padding: 14px 21px;
  margin: 28px auto 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .voting_button {
    column-gap: 17px;
    font-size: 13px;
    border-radius: 3px;
    padding: 11px 17px;
    margin-top: 14px;
  }
}
#contents_works_hitachisolutions_wrapper .voting_button:hover {
  opacity: 0.7;
}
#contents_works_hitachisolutions_wrapper .voting_button img {
  flex-shrink: 0;
  width: 29px;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .voting_button img {
    width: 20px;
  }
}

#contents_works_hitachisolutions_wrapper .foot {
  margin-top: 177px;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .foot {
    margin-top: 78px;
  }
}
#contents_works_hitachisolutions_wrapper .foot_heading {
  position: relative;
  z-index: 2;
  color: var(--color-black);
  font-family: var(--font-en);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .foot_heading {
    font-size: 13px;
  }
}
#contents_works_hitachisolutions_wrapper .foot_heading::after {
  display: block;
  content: '';
  width: 1px;
  height: 60px;
  background-color: var(--color-black);
  margin: 19px auto 0;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .foot_heading::after {
    height: 30px;
    margin-top: 8px;
  }
}
#contents_works_hitachisolutions_wrapper .foot_inner {
  background-color: #e6e6e6;
  padding: 145px 25px;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .foot_inner {
    padding-block: 73px 75px;
    margin-top: -16px;
  }
}
#contents_works_hitachisolutions_wrapper .foot_item + .foot_item {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .foot_item + .foot_item {
    margin-top: 97px;
  }
}
#contents_works_hitachisolutions_wrapper .foot_item + .foot_item img {
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .foot_item + .foot_item img {
    max-width: 225px;
  }
}
#contents_works_hitachisolutions_wrapper .foot_item + .foot_item p {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .foot_item + .foot_item p {
    margin-top: 11px;
  }
}
#contents_works_hitachisolutions_wrapper .foot_item img {
  display: block;
  max-width: 437px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .foot_item img {
    max-width: 218px;
  }
}
#contents_works_hitachisolutions_wrapper .foot_item p {
  color: var(--color-black);
  font-size: 14px;
  max-width: 450px;
  width: 100%;
  margin: 32px auto 0;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .foot_item p {
    font-size: 12px;
    margin-top: 15px;
  }
}
#contents_works_hitachisolutions_wrapper .foot_item a {
  position: relative;
  text-align: center;
  display: block;
  color: var(--color-white);
  font-size: 18px;
  font-weight: 500;
  max-width: 246px;
  padding: 12px;
  width: 100%;
  background-color: var(--color-black);
  border-radius: 10px;
  transition: opacity 0.3s;
  margin: 25px auto 0;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .foot_item a {
    font-size: 13px;
    max-width: 185px;
    border-radius: 7px;
    padding: 10px;
    margin-top: 18px;
  }
}
#contents_works_hitachisolutions_wrapper .foot_item a:hover {
  opacity: 0.7;
}
#contents_works_hitachisolutions_wrapper .foot_item a::before {
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 15px;
  aspect-ratio: 15/17;
  background-color: var(--color-white);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .foot_item a::before {
    left: 14px;
    width: 11px;
  }
}
#contents_works_hitachisolutions_wrapper .foot_imgButton {
  display: block;
  max-width: 450px;
  width: 100%;
  margin: 197px auto 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  #contents_works_hitachisolutions_wrapper .foot_imgButton {
    max-width: 300px;
    margin-top: 100px;
  }
}
#contents_works_hitachisolutions_wrapper .foot_imgButton:hover {
  opacity: 0.7;
}
