/* =========================================================
  2509 gas / features renewal
========================================================= */
/*  /us-en/gas/features/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 ----- */
.h2-features {
  font-size: 8rem;
  font-family: "Open Sans Condensed";
  font-weight: 800;
  line-height: 1.2;
}
.h4-features {
  font-size: 4rem;
  font-family: "Open Sans Condensed";
  font-weight: 800;
  line-height: 1.2;
}
.h4-features.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) {
  .h2-features {
    font-size: 3.6rem;
  }
  .h4-features,
  .h4-features.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 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.anchor-list li:not(last-child) {
  width: 100%;
  max-width: calc(18% - 10px);
}
.anchor-list li:last-child {
  width: 100%;
  max-width: calc(20% - 10px);
}
.anchor-list li a {
  font-size: 2.2rem;
}
.anchor-list li:last-child a {
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  .anchor-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
  }
  .anchor-list li:not(last-child) {
    max-width: calc(50% - 9px);
  }
  .anchor-list li:last-child {
    max-width: fit-content;
  }
  .anchor-list li a,
  .anchor-list li:last-child a {
    font-size: 1.4rem;
  }
}

.features-img-content-title {
  max-height: 416px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.features-img-content-title > div {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}
.features-img-content-title.mw-1220 > div {
  max-width: 1220px;
}
.features-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";
}
.features-img-content-title.reverse h3 {
  width: 100%;
  max-width: 45%;
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .features-img-content-title > div {
    padding: 0 20px;
  }
  .features-img-content-title h3 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 719px) {
  .features-img-content-title.reverse h3 {
    max-width: 60vw;
  }
  .features-img-content-title.reverse.sp-unique-w h3 {
    font-size: 2.4rem;
    max-width: 40vw;
  }
}

.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.features-img {
  box-sizing: border-box;
  position: relative;
  height: 100%;
  min-height: 310px;
}
.bg-img-title.features-img > div {
  position: relative;
  z-index: 1;
  width: 100%;
}
.bg-img-title.features-img img {
  width: 50vw;
  max-width: 636px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.bg-img-title.features-img.unique-w img {
  max-width: 375px;
  right: 0;
  transform: translate(0, 20px);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.bg-img-title.features-img h3 {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1.2;
  font-family: "Open Sans Condensed";
}
.bg-img-title.features-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.features-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.features-img {
    min-height: 260px;
    padding: 24px 0;
  }
  .bg-img-title.features-img .container-w960 {
    display: content;
  }
  .bg-img-title.features-img .container-w960 > div {
    width: 60%;
  }
  .bg-img-title.features-img h3 {
    font-size: 2.4rem;
  }
  .bg-img-title.features-img h3 > span {
    font-size: 1.4rem;
  }
  .bg-img-title.features-img p {
    font-size: 1.6rem;
  }
  .bg-img-title.features-img a {
    margin: 0 auto;
  }
  .bg-img-title.features-img img {
    top: 20%;
    width: 55%;
    max-width: 200px;
  }
  .bg-img-title.features-img.unique-w img {
    bottom: auto;
    transform: translate(-20px, 0);
    width: 36%;
    max-width: 200px;
  }
}

.feature-border-sec {
  border: 1px solid #000;
  display: flex;
  color: #000;
  transition: all 0.3s ease;
}
.feature-border-sec > img {
  height: 100%;
  width: 40%;
  max-width: 425px;
}
.feature-border-sec > div {
  padding: 34px 28px;
}
.feature-border-sec h2 {
  font-size: 5rem;
  font-family: "Open Sans Condensed";
  font-weight: 800;
  line-height: 1.2;
}
.feature-border-sec .view-more {
  margin-right: 40px;
  font-weight: 700;
}
.feature-border-sec:hover {
  opacity: .5;
}
.feature-border-sec:hover .view-more {
  color: #000;
}
@media screen and (max-width: 719px) {
  .feature-border-sec {
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }
  .feature-border-sec > img {
    min-width: 209px;
  }
  .feature-border-sec > div {
    padding: 0;
  }
  .feature-border-sec h2 {
    text-align: center;
    font-size: 3rem;
  }
  .feature-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;
  }
}