/* =========================================================
  2509 gas / workflow renewal
========================================================= */
/*  /gas/workflow/index.html
--------------------------------------------------------- */
/* ----- layout ----- */
.container-w960 {
  box-sizing: border-box;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 959px) {
  .container-w960 {
    padding: 0 20px;
  }
}

.col-2-60-40 {
  grid-template-columns: 1fr 40%;
}
@media screen and (max-width: 959px) {
  .tb-col-1 {
    grid-template-columns: 1fr;
  }
  .tb-reverse > *:nth-child(1) {
    order: 2;
  }
  .tb-reverse > *:nth-child(2) {
    order: 1;
  }
}
@media screen and (max-width: 719px) {
  .sp-reverse > *:nth-child(1) {
    order: 2;
  }
  .sp-reverse > *:nth-child(2) {
    order: 1;
  }
}


/* ----- font ----- */
.h4-workflow {
  font-size: 4rem;
  font-family: "Open Sans Condensed";
  font-weight: 800;
  line-height: 1.2;
}
.h4-workflow.lg-fz-45 {
  font-size: 4.5rem;
}
.ff-basic {
  font-family: 'Open Sans', 'Arial', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 959px) {
  .h4-workflow,
  .h4-workflow.lg-fz-45 {
    font-size: 2.4rem;
  }
  .fz-sp-28 {
    font-size: 2.8rem!important;
  }
  .fz-sp-24 {
    font-size: 2.4rem!important;
  }
  .fz-sp-10 {
    font-size: 1rem!important;
  }
}


/* ----- adjust ----- */
@media screen and (max-width: 959px) {
  .sp-text-left {
    text-align: left!important;
  }
  .sp-text-center {
    text-align: center!important;
  }
  .sp-text-right {
    text-align: right!important;
  }
}


/* ----- parts ----- */
.anchor-list {
  grid-template-columns: repeat(4, 1fr) 1.3fr;
}
.anchor-list li a {
  font-size: 4.0rem;
}
@media screen and (max-width: 959px) {
  .anchor-list li a {
    font-size: 1.4rem;
  }
}

.simple-steps-first{
  opacity: 0.75;
}

.workflow-img-content-title {
  max-height: 416px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.workflow-img-content-title > div {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}
.workflow-img-content-title.mw-1220 > div {
  max-width: 1220px;
}
.workflow-img-content-title h3 {
  font-size: 6.4rem;
  color: var(--white);
  text-shadow: 0 0 15px rgba(0, 0, 0, .4);
  line-height: 1.3;
  font-family: "Open Sans Condensed";
}
.workflow-img-content-title h3 span{
  display: block;
  font-size: 3.2rem;
  font-weight: 500;
}
.workflow-img-content-title.reverse h3 {
  width: 100%;
  max-width: 45%;
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .workflow-img-content-title > div {
    padding: 0 20px;
  }
  .workflow-img-content-title h3 {
    font-size: 3.4rem;
  }
  .workflow-img-content-title h3 span{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 719px) {
  .workflow-img-content-title.reverse h3 {
    max-width: 60vw;
  }
  .workflow-img-content-title.reverse.sp-unique-w h3 {
    font-size: 2.4rem;
    max-width: 40vw;
  }
  .workflow-caption{
    font-size: 1.2rem;
    text-align: center !important;
  }
}

.gas-read {
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 85px 0 0;
}
.gas-read.fx-center {
  justify-content: center;
}
.gas-read > figure {
  display: flex;
  justify-content: center;
  min-width: 45px;
}
.gas-read > figure img {
  width: auto;
}
@media screen and (max-width: 959px) {
  .gas-read {
    align-items: start;
    font-size: 1.6rem;
  }
}

.bg-img-title.workflow-img {
  box-sizing: border-box;
  position: relative;
  height: 100%;
  min-height: 310px;
}
.bg-img-title.workflow-img > div {
  position: relative;
  z-index: 1;
  width: 100%;
}
.bg-img-title.workflow-img img {
  width: 50vw;
  max-width: 636px;
  position: absolute;
  right: 0;
}
.bg-img-title.workflow-img.unique-w img {
  max-width: 375px;
  right: 0;
  bottom: 0;
  transform: translate(-20%, 0);
}
.bg-img-title.workflow-img h3 {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.2;
  font-family: "Open Sans Condensed";
}
.bg-img-title.workflow-img h3 > span {
  display: block;
  margin-bottom: 14px;
  padding-left: 10px;
  border-left: 4px solid var(--konica-blue);
  font-size: 2.4rem;
  color: var(--konica-blue);
}
.bg-img-title.workflow-img p {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.2;
  font-family: "Open Sans Condensed";
}
@media screen and (max-width: 959px) {
  .bg-img-title.workflow-img {
    min-height: 260px;
    padding: 24px 0;
  }
  .bg-img-title.workflow-img .container-w960 {
    display: content;
  }
  .bg-img-title.workflow-img .container-w960 > div {
    width: 60%;
  }
  .bg-img-title.workflow-img h3 {
    font-size: 2.4rem;
  }
  .bg-img-title.workflow-img h3 > span {
    font-size: 1.4rem;
  }
  .bg-img-title.workflow-img p {
    font-size: 1.6rem;
  }
  .bg-img-title.workflow-img a {
    margin: 0 auto;
  }
  .bg-img-title.workflow-img img {
    top: 20%;
    width: 55%;
    max-width: 200px;
  }
  .bg-img-title.workflow-img.unique-w img {
    bottom: auto;
    transform: translate(-20px, 0);
    width: 36%;
    max-width: 200px;
  }
}

.workflow-border-sec {
  border: 1px solid #000;
  display: flex;
}
.workflow-border-sec > img {
  height: 100%;
  width: 40%;
  max-width: 425px;
}
.workflow-border-sec > div {
  padding: 34px 28px;
}
.workflow-border-sec h2 {
  font-size: 5rem;
  font-family: "Open Sans Condensed";
  font-weight: 800;
  line-height: 1.2;
}
.workflow-border-sec .view-more {
  margin-right: 50px;
}
@media screen and (max-width: 719px) {
  .workflow-border-sec {
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }
  .workflow-border-sec > img {
    min-width: 209px;
  }
  .workflow-border-sec > div {
    padding: 0;
  }
  .workflow-border-sec h2 {
    text-align: center;
    font-size: 3rem;
  }
  .workflow-border-sec .view-more {
    margin-right: 35px;
  }
}

.evidence-marking-img {
  position: relative;
  padding-bottom: 70px;
}
.evidence-marking-img::after {
  content: "";
  position: absolute;
  width: 3px;
  height: calc(100% - 289px);
  background: var(--konica-blue);
  bottom: 0;
  right: 50%;
  transform: translateX(-8px);
}
.evidence-marking {
  box-sizing: border-box;
  display: flex;
  gap: 13px;
  align-items: center;
  max-width: 750px;
  margin: 0 0 0 auto;
  transform: translateX(8px);
}
.evidence-marking figure {
  width: 88px;
  min-width: 88px;
}
.evidence-marking h5 {
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 959px) {
  .evidence-marking-img {
    padding-bottom: 4vw;
  }
  .evidence-marking-img img {
    max-width: 550px;
    margin: 0 auto;
  }
  .evidence-marking-img::after {
    display: none;
  }
  .evidence-marking-img::before {
    content: "";
    position: absolute;
    width: calc(100% - 57%);
    height: 3px;
    background: var(--konica-blue);
    bottom: 0;
    left: 0;
    transform: translate(55px, 380%) rotate(-9deg);
    transform-origin: left bottom;
  }
  .evidence-marking {
    max-width: 100%;
  }
}
@media screen and (max-width: 719px) {
  .evidence-marking-img {
    padding-bottom: 30px;
  }
  .evidence-marking-img img {
    max-width: 330px;
  }
  .evidence-marking-img::before {
    width: calc(100% - 60%);
    transform: translate(43px, 5px) rotate(-18deg);
  }
  .evidence-marking {
    align-items: flex-start;
  }
}