@charset "UTF-8";
/* **************************************************

Name: carbon-credit.css

Description: /solution/carbon-credit/

Create: 2025.03.18
Update:

Copyright Hitachi Systems, Ltd.

***************************************************** */

/* ==================== */
/*property CSS*/
/* ==================== */
:root {
  --color-primary: #0f7983;
  --color-secondary: #207e0c;
  --color-secondary-pale: #e3f3e0;
}

/* ==================== */
/*common*/
/* ==================== */
.p-page .p-wrapper {
  background: url(/-/media/ind/carbon_neutral/image/index/contents_bgi01_top01_img01_pc.png) no-repeat 0% 0%;
  background-size: 1280px;
  background-attachment: fixed;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
}

@media (max-width:767px) {
  .p-page .p-wrapper {
    background: url(/-/media/ind/carbon_neutral/image/index/contents_bgi01_top01_img01_sp.png) no-repeat 0% 0%;
    background-size: 100vw;
    background-attachment: fixed;
  }
}

.p-page .p-linkbtn__box_item > object > a, .p-page .p-linkbtn__box_item > object > span {
  font-weight: bold;
}

.LinkListStyle1 li a, .LinkListStyle2 li a, .LinkListStyle3 li a, .LinkListStyle4 li a, .LinkListStyle5 li a, .LinkListStyle6 li a, .LinkListStyle1 dt a, .LinkListStyle2 dt a {
  padding: 0 17px 0 0 !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  color: #333 !important;
}

@media (max-width: 767px) {
  .p-page .p-tit__type02 p {
    font-size: 1em;
    line-height: 1.6;
  }
}

.p-page .p-customdocument__img {
  margin-top: 60px;
  margin-bottom: 60px;
}

.p-page .p-customdocument__img:last-child {
  margin-bottom: 0;
}

.p-page .p-customdocument__img img {
  max-width: 100%;
  width: revert-layer;
  height: auto;
  display: inline-block;
}

.p-page .p-definitionlist__head .p-tit h1, .p-page .p-definitionlist__head .p-tit h2, .p-page .p-definitionlist__head .p-tit h3, .p-page .p-definitionlist__head .p-tit h4, .p-page .p-definitionlist__head .p-tit h5, .p-page .p-definitionlist__head .p-tit h6, .p-page .p-definitionlist__head .p-tit p {
  font-weight: bold;
}

.p-page .p-definitionlist__tit .p-tit h1, .p-page .p-definitionlist__tit .p-tit h2, .p-page .p-definitionlist__tit .p-tit h3, .p-page .p-definitionlist__tit .p-tit h4, .p-page .p-definitionlist__tit .p-tit h5, .p-page .p-definitionlist__tit .p-tit h6, .p-page .p-definitionlist__tit .p-tit p {
  font-weight: bold;
}

.p-page .p-footernavi__sct {
    padding-top: 80px;
    padding-bottom: 20px;
}

.p-page .p-wrapper .p-footernavi__box a {
  font-weight: bold;
}

.prewp1box ul.ListStyle2 li {
  line-height: 1.4;
}

.p-page .p-definitionlist__head .p-tit h3 {
  line-height: 1.6;
}

.p-page .p-wrapper sub {
  margin: auto 1px auto;
  font-size: 92.2%;
  vertical-align: -0.15em;
  line-height: 100%;
}

@media (max-width: 767px) {
  .p-page .is_pb-100 {
    padding-bottom: 80px !important;
  }
}

/* ==================== */
/*reuse*/
/* ==================== */
.p-page .btn-box {
  margin: 40px auto;
  width: fit-content;
  min-width: 260px;
}

.p-page .btn-box:last-child {
  margin-bottom: 0;
}

.p-page .btn-boxes .btn-box {
  margin-bottom: 0;
}

.p-page .btn-boxes .btn-box + .btn-box {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .p-page .btn-box {
    width: 100%;
  }
}

.p-page .p-tit__type02 h2 {
	font-size: clamp( 1.375em ,3vw ,1.75em) !important;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	padding: 0;
    margin: 0 0 40px;
    word-break: keep-all;
}

.p-page .p-tit__type02 h2 .title-note {
  font-size: 0.8em;
  font-weight: inherit;
}

@media (max-width: 767px) {
  .p-page .p-tit__type02 h2 {
      margin-bottom: 30px;
  }
}

/* TextStyle */
.p-page .TextStyle {
  line-height: 1.6;
  margin-bottom: 1em;
}

.p-page .TextStyle strong {
  font-weight: bold;
}

/* txt-box */
.p-page .p-wrapper .txt-box {
  margin-bottom: 60px;
}

@media (max-width:767px) {
  .p-page .p-wrapper .txt-box {
    margin-bottom: 40px;
  }
}

/* p-linkbtn-l */
.p-page .p-wrapper .p-linkbtn-l a {
  font-size: 1.375em;
  padding-top: 22px;
  padding-bottom: 20px;
  min-width: 500px;
  width: fit-content;
  box-sizing: border-box;
}

@media (max-width:767px) {
  .p-page .p-wrapper .p-linkbtn-l a {
    line-height: 1.4;
    font-size: 1.2em;
    padding: 15px 20px;
    width: 100%;
    min-width: auto;
  }
}

/* leadtxtbox */
.p-page .p-wrapper .leadtxtbox {
  background-color: #333;
  color: #fff;
  padding: 70px 20px 50px;
  line-height: 1.6;
  position: relative;
}

.p-page .p-wrapper .leadtxtbox::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 50px 0;
  border-color: #fff transparent transparent;
  position: absolute;
  left: calc(50% - 50px);
  top: 0;
}

.p-page .p-wrapper .leadtxt {
  text-align: center;
  word-break: keep-all;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.6;
}

.p-page .p-wrapper .leadtxtbox .btn-box {
  margin-top: 30px;
}

@media (max-width:767px) {
  .p-page .p-wrapper .leadtxt {
    font-size: 1.25em;
  }
}

/* ==================== */
/* branding */
/* ==================== */
.p-page .p-wrapper .p-section#branding {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  background-image: url(/-/media/ind/carbon_neutral/image/solution/carbon-credit/branding-bg.png);
  position: relative;
}

.p-page .p-wrapper .p-section#branding::before {
  content: "";
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(50% - 158px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: min(100%, 520px) auto;
  background-image: url(/-/media/ind/carbon_neutral/image/solution/carbon-credit/branding-img.png);
}

.p-page .p-wrapper .p-section#branding .p-bgc.p-bgc__clr01 .p-section__inner {
  max-width: 1275px;
  /*
  background-repeat: no-repeat;
  background-position: left 95% center;
  background-size: calc(394 / 1275 * 100%) auto;
  background-image: url(/-/media/ind/carbon_neutral/image/solution/carbon-credit/branding-circle.png);
  */
  padding-top: 70px;
  padding-bottom: 70px;
}

.p-page .p-wrapper .p-section#branding .p-hero__sct {
  max-width: 965px;
  margin: 0 auto;
}

.p-page .p-wrapper .p-section#branding .p-hero__tit {
  width: calc(620 / 965 * 100%);
}

.p-page .p-wrapper #branding-title {
  font-size: 2.25em;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #333;
  word-break: keep-all;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 20px #fff;
}

.p-page .p-wrapper #branding-txtbox p {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.6;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 20px #fff;
}

.p-page .p-wrapper #branding-txt-head {
  color: var(--color-primary);
  border-bottom: 3px solid var(--color-primary);
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.p-page .p-wrapper .p-section#branding .btn-box {
  margin-top: 30px;
  width: 340px;
  margin-left: 0;
  margin-right: 0;
}

.p-page .p-wrapper .p-section#branding .btn-box a {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width:994px){
  .p-page .p-wrapper .p-section#branding {
    background-position: left -30vw center;
  }

  .p-page .p-wrapper .p-section#branding .p-hero__tit {
    width: 60%;
  }

  .p-page .p-wrapper .p-section#branding::before {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .p-page .p-wrapper .p-section#branding {
    background-position: left -70vw center;
  }

  .p-page .p-wrapper .p-section#branding .p-bgc.p-bgc__clr01 .p-section__inner {
    padding-top: 40px;
    padding-bottom: 40px;
    /*background-position: right 20px top 30px;*/
  }

  .p-page .p-wrapper .p-section#branding .p-hero__tit {
    width: 100%;
  }

  .p-page .p-wrapper #branding-title {
    font-size: 1.5em;
    margin-bottom: 10px;
    width: 60vw;
  }

  .p-page .p-wrapper #branding-txtbox p {
    font-size: 1em;
  }

  .p-page .p-wrapper .p-section#branding .btn-box {
    width: 100%;
  }

  .p-page .p-wrapper .p-section#branding::before {
    width: 34vw;
    background-position: right 15px top 50px;
    background-size: calc(100% - 15px) auto;
  }
}


/* ==================== */
/* strength */
/* ==================== */
.p-page .p-wrapper #strength-list {
  display: flex;
  gap: 15px;
  padding-top: 60px;
  margin-top: 80px;
}

.p-page .p-wrapper #strength-list > li {
  flex: 1;
  position: relative;
}

.p-page .p-wrapper .strength-list-num {
  position: absolute;
  color: var(--color-primary);
  font-size: 3.5rem;
  left: 0;
  bottom: calc(100% + 5px);
}

.p-page .p-wrapper .strength-list-num span {
  font-weight: bold;
  font-size: 0.875rem;
}

.p-page .p-wrapper .strength-list-main {
  background-color: var(--color-primary);
  height: 100%;
}

.p-page .p-wrapper .strength-list-main::before {
  content: "";
  display: block;
  width: 100%;
  height: min( calc(200 / 965 * 100vw) , 200px);
  background-color: #333;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-page .p-wrapper #strength-list > li:nth-child(1) .strength-list-main::before {
  background-image: url(/-/media/ind/carbon_neutral/image/solution/carbon-credit/strength-list-one-stop-service.jpg);
}

.p-page .p-wrapper #strength-list > li:nth-child(2) .strength-list-main::before {
  background-image: url(/-/media/ind/carbon_neutral/image/solution/carbon-credit/strength-list-revenue-sharing.jpg);
}

.p-page .p-wrapper #strength-list > li:nth-child(3) .strength-list-main::before {
  background-image: url(/-/media/ind/carbon_neutral/image/solution/carbon-credit/strength-list-credit-sales.jpg);
}

.p-page .p-wrapper .strength-list-main-content {
  padding: 20px 20px 25px;
  width: 100%;
  box-sizing: border-box;
}

.p-page .p-wrapper .strength-list-title {
  background-color: var(--color-secondary-pale);
  border-radius: 3em;
  padding: 0;
  margin: 0 0 60px;
  color: #333;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  position: relative;
}

.p-page .p-wrapper .strength-list-title::after {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  left: calc(50% - 14px);
  top: calc(100% + 15px);
  background: url(/-/media/ind/carbon_neutral/image/solution/carbon-credit/strength-list-leaf.png) center center no-repeat;
  background-size: 100% auto;
}

.p-page .p-wrapper .strength-list-txt {
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.6;
}

@media (max-width:767px){
  .p-page .p-wrapper #strength-list {
    display: block;
    padding-top: 0;

  }

  .p-page .p-wrapper #strength-list > li + li {
    margin-top: 20px;
  }
  
  .p-page .p-wrapper .strength-list-num {
    position: static;
    font-size: 2.5rem;
  }

  .p-page .p-wrapper .strength-list-main {
    background-color: transparent;
    height: auto;
  }

  .p-page .p-wrapper .strength-list-main::before {
    height: calc(200 / 375 * 100vw);
  }

  .p-page .p-wrapper .strength-list-main-content {
    background-color: var(--color-primary);
    padding-top: 1.5em;
    padding-bottom: 1.9em;
  }

  .p-page .p-wrapper .strength-list-txt {
    text-align: center;
    word-break: keep-all;
  }
}


/* ==================== */
/* trouble */
/* ==================== */



/* ==================== */
/* flow */
/* ==================== */
.p-page .p-wrapper #flow-list-box {
  margin-bottom: 60px;
}

.p-page .p-wrapper #flow-list > li {
  margin-bottom: 15px;
  position: relative;
}

.p-page .p-wrapper #flow-list > li::after {
  content: "";
  display: block;
  width: 22px;
  height: 28px;
  position: absolute;
  left: calc(50% - 11px);
  top: calc( 100% + 11px);
  background: url(/-/media/ind/carbon_neutral/image/solution/carbon-credit/flow-arrow.png) center center no-repeat;
  background-size: 100% auto;
}

.p-page .p-wrapper #flow-list > li:last-child:after {
  display: none;
}

.p-page .p-wrapper .flow-list-step {
  font-weight: bold;
  color: var(--color-primary);
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 3px;
}

.p-page .p-wrapper .flow-list-step .flow-list-step-num {
  font-size: 2.1875rem;
  font-weight: normal;
}

.p-page .p-wrapper .flow-list-mainitem {
  display: flex;
}

.p-page .p-wrapper .flow-list-title {
  text-align: center;
  align-content: center;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  background-color: var(--color-primary);
  padding: 20px;
  box-sizing: border-box;
  width: calc(210 / 965 * 100%);
  word-break: keep-all;
  line-height: 1.6;
}

.p-page .p-wrapper .flow-list-txtbox {
  background-color: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
  flex: 1;
}

.p-page .p-wrapper .flow-list-txtbox .TextStyle:last-child {
  margin-bottom: 0;
}

@media (max-width:767px) {
  .p-page .p-wrapper .flow-list-mainitem {
    display: block;
  }

  .p-page .p-wrapper .flow-list-title {
    width: 100%;
  }
}


/* ==================== */
/* relat */
/* ==================== */
.p-page .p-wrapper #relat-salespoint {
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #f0f0f0;
  font-size: 1.125em;
  line-height: 1.9;
  text-align: center;
  padding: 30px 15px;
  box-sizing: border-box;
  word-break: keep-all;
}

#relat-salespoint p {
  line-height: inherit;
}

#relat-salespoint #relat-salespoint-catchcopy {
  font-weight: bold;
  line-height: inherit;
}

@media (max-width:767px) {
  .p-page .p-wrapper #relat-salespoint {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}



