@charset "UTF-8";


/***************  sustainability *****************/
.sustainability_page {
  background-image: url(../img/sustainability/sub_main_sustainability.jpg);
  position: relative;
}

.guidelines_page {
  background-image: url(../img/sustainability/sub_main_guidelines.jpg);
  position: relative;
}


.hero_sub::before {
  content: '';
  display: inline-block;
  background: rgba(0,0,0, .2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 28px;
}
.hero_sub h2 {
  position: relative;
}


/*************** インデント *****************/
ul.indent {
  margin-top: 20px;
  list-style: none;
  padding-inline-start: 0;
}
ul.indent li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}
/* ::marker は list-style:none のため効きません → 重複/不要なので削除 */
/*
ul.indent li::marker {
  padding-left: 1em;
  text-indent: -1em;
}
*/
ul.indent.number li {
  padding-left: 2em;
  text-indent: -2em;
}
@media (max-width: 768px){
  ul.indent { font-size: 14px; }
}


/*************** PDFリンクエリア *****************/
.pdf_box {
  margin: 20px auto 15px;
  background-color: #f7f9ff;
  padding: 10px 15px 10px 2.2em;
  border-radius: 10px;
}
.pdf_box li{
  margin: 6px 0;          /* ← 下の重複定義と統合 */
  line-height: 1.6;
}
.pdf_box li a:hover{
  text-decoration: underline;
}
/* テキスト直後にPDFアイコン */
.pdf_box li::after{
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 4px;
  background: url("../img/icon_pdf.png") no-repeat center;
  background-size: contain;
  vertical-align: text-bottom;
}
@media (max-width: 768px){
  .pdf_box {
    font-size: 14px;
    margin: 15px auto 15px;
	padding: 10px 15px 8px 2.2em;
  }
}


/*************** スクロールボタン scroll_button *****************/
#csr ,
#sdgs {
	padding-top: 50px;
	margin-top: -50px;
}
.scroll_button{
  margin: 55px auto 80px;
}
.scroll_button .switch{
  display: flex;
  max-width: 820px;
  margin: 0 auto;
  gap: 24px;
}
.scroll_button .switchBtn{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 32px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  border-top: 1px solid #9d9d9d;
  border-bottom: 1px solid #9d9d9d;
  transition: .25s;
}
.scroll_button .switchBtn:hover{
  background: #c70012;
  opacity: .85;
  color: #fff;
}
.scroll_button .switchBtn::after{
  content: "→";
  font-size: 18px;
}
@media (max-width: 768px){
#csr ,
#sdgs {
	padding-top: 35px;
	margin-top: -35px;
	}
  .scroll_button { margin: 45px auto 30px; }
  .scroll_button .switch { gap: 18px; }
  .scroll_button .switchBtn {
    padding: 15px 0;
    font-size: 14.15px;
  }
}


/*************** タイトルエリア *****************/
.title-area {
  display: flex;
  align-items: end;
  gap: 10px;
  margin-bottom: 24px;
}
.title-area__jp {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .02em;
}
.title-area__slash {
  color: #e23b3b;
  font-weight: 800;
}
.title-area__en {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .06em;
  color: #e23b3b;
}
@media (max-width: 767px){
.title-area {
    gap: 5px;
    margin-bottom: 20px;
	}
.title-area__en {
    font-size: 11px;
	}
}

/*************** コンテンツ *****************/
.sustainability .content { margin-top: 65px; }

.docList {
  margin: 20px auto;
  padding: 16px 30px 8px;
  background: #fff;
  border-radius: 8px;
}
.docList__list{
  list-style: none;
  padding-left: 0;
  margin: 0;
  line-height: 1.65;
}
.docList__list li{ margin-bottom: 15px; }

@media (max-width: 768px){
  .sustainability .content {
	margin-top: 25px;
    font-size: 14px;
  }
  .sustainability .title-area { margin-bottom: 15px; }
  .docList{
    margin: 15px auto;
    padding: 14px 10px 1px;
  }
  .docList__list{ font-size: 14px; }
  .title-area__jp{ font-size: 15px; }
}


/*************** ガイドラインエリア *****************/
.paper{
  background:#fff;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,.10);
  border: 1px solid rgba(0,0,0,.06);
  margin-bottom: 40px;
}
.paper__inner{ padding: 25px 26px 30px; }

/* ===== header ===== */
.ghead{
  text-align:center;
  padding: 2px 0 5px;
}
.ghead__title{
  font-weight: 700;
  color:#2e7fb0;
  letter-spacing:.02em;
  font-size: 20.5px;
  margin: 15px 0 40px;
}
.ghead__lead{
  text-align:left;
  line-height: 1.65;
  color:#2a2a2a;
}

/* ===== section ===== */
.gsec{ margin-top: 18px; }
.gsec__body{
  line-height: 1.65;
  padding: 10px 6px 0;
  color:#2a2a2a;
}
.gsec__body p{ margin-bottom: 10px; }

/* ===== blue bars ===== */
.bar{
  height: 38px;
  border-radius: 3px;
  background: linear-gradient(90deg,#63c3cf,#2e7fb0);
  display:flex;
  align-items:center;
  padding: 0 12px;
}
.bar__label{
  color:#fff;
  font-weight:700;
  letter-spacing:.02em;
}

/* ===== inner boxes (A-E) ===== */
.sustainability .box {
  margin-top: 35px;
  background: #f6fbff;
  border-radius: 8px;
  padding: 0 14px 10px;
  border: 1px solid rgba(46,127,176,.10);
  font-size: 15px;
}
.box__cap {
  display: inline-block;
  background: #3c78a8;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 3px;
  position: relative;
  top: -15px;
}
.box__text{
  line-height: 1.65;
  margin-bottom: 10px;
  color:#2a2a2a;
}

/* dot list (A) */
.dotList{
  margin: 15px 0 0;
  padding-left: 18px;
}
.dotList li{ margin: 6px 0; }

/* line set (B-E) */
.lineSet{ margin-top: 6px; }
.lineSet__row{
  display:flex;
  align-items:flex-start;
  gap: 10px;
  padding: 10px 2px;
}
.lineSet__dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#111;
  margin-top: 6px;
  flex:0 0 8px;
}
.lineSet__txt{ color:#2a2a2a; }
.lineSet__hr{
  height: 1px;
  background: #d6e3ee;
  margin: 0;
}

/* ===== bullets in section 5 ===== */
.bullet{
  margin: 8px 0 0;
  padding-left: 18px;
}
.bullet li{ margin: 6px 0; }

/* ===== signature ===== */
.sign{
  margin-top: 15px;
  text-align:right;
}
.sign__text{ margin-bottom: 6px; }
.sign__date{ margin-bottom: 2px; }
/* ===== bottom action button ===== */
.actionArea{
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.actionArea__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 14px 26px;
  min-width: 420px;
  border-radius: 999px;
  background: #c70012;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 8px 16px rgba(199,0,18,.18);
  transition: .3s;
}

.actionArea__btn:hover{
  opacity: .75;
}

.actionArea__arrow{
  font-size: 16px;
  line-height: 1;
}

/* ===== responsive ===== */
@media (max-width: 820px){
.paper__inner {
    padding: 25px 10px 20px;
	}
  .actionArea__btn{
    min-width: 0;
    width: 100%;
  }
}


/*************** SDGSエリア *****************/
.sdgsPanel{
  background:#fff;
  border-radius: 12px;
  box-shadow: 0 10px 26px rgba(0,0,0,.12);
  border: 1px solid rgba(0,0,0,.06);
}

.sdgsPanel__inner{
  padding: 28px 28px 24px;
}

/* 上部 */
.sdgsTop{
  display:flex;
  align-items:flex-start;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 26px;
}

.sdgsTop__text{
  flex: 1;
  min-width: 0;
  line-height: 1.9;
  font-size: 15px;
}

.sdgsTop__text p{
  margin: 0 0 10px;
}

.sdgsTop__logo{
  flex: 0 0 350px;
  display:flex;
  justify-content: flex-end;
}

.sdgsTop__logoImg{
  width: 100%;
  max-width: 350px;
  height: auto;
  display:block;
}

/* 6点グリッド */
.sdgsGrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px 34px;
}

/* 各ユニット */
.sdgsUnit__media{
  border-radius: 18px;
  overflow:hidden;
  box-shadow: 0 10px 22px rgba(0,0,0,.10);
}
.sdgsUnit:nth-child(4) .sdgsUnit__media{
  border-radius: 0;
  box-shadow: none;
}
.sdgsUnit__img{
  width:100%;
  height: 185px;
  object-fit: cover;
  display:block;
}

.sdgsUnit__body{
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.65;
}

/* 注釈リスト（左下） */
.sdgsNote{
  margin: 10px 0 0;
  padding-left: 1.2em;
  font-size: 12.5px;
  line-height: 1.75;
}

.sdgsNote li{
  margin: 6px 0;
}

/* レスポンシブ */
@media (max-width: 980px){
  .sdgsTop__logo{
    flex: 0 0 auto;
    justify-content: flex-start;
  }
  .sdgsGrid{
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 22px;
  }
  .sdgsTop__text {
    line-height: 1.55;
  }
}
@media (max-width: 767px){
.sdgsUnit__media{
	border-radius: 12px;
  }
  .sdgsTop{
    flex-direction: column;
  }
  .sdgsUnit__img{
	height: auto;
  }
  body > main > section.company.sustainability > div > div:nth-child(9) > div.sdgsPanel > div > div.sdgsGrid > div:nth-child(4) > div.sdgsUnit__media {
	height: 170px;
  }
.title-area__slash{
	display: none;
	}
}
@media (max-width: 640px){
  .sdgsPanel__inner{
    padding: 18px 14px 18px;
  }
  .sdgsTop__text{
    font-size: 14px;
  }
  .sdgsGrid{
    grid-template-columns: 1fr;
    gap: 18px;
  }
}



/*************** 透明性ガイドライン同意ページ *****************/
.sustainability.guidelines .docList {
	margin-top: 55px;
    padding: 25px 30px 8px;
}
.sustainability.guidelines .color_box {
	background-color: #f7f9ff;
	padding: 20px 15px;
}
.agreeLine{
  padding: 30px 12px 5px 12px;
  text-align: center;
}

/* クリック領域を行全体に */
.agreeCheck{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* ネイティブcheckboxは見せない（アクセシブルに残す） */
.agreeCheck__input{
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* 見た目のチェックボックス */
.agreeCheck__box{
  width: 18px;
  height: 18px;
  border: 1px solid #111;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  flex: 0 0 18px;
}

/* チェック時の */
.agreeCheck__input:checked + .agreeCheck__box::after{
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 7px;
  height: 11px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: rotate(45deg);
}

/* テキスト */
.agreeCheck__text{
  font-size: 16px;
  line-height: 1.2;
  color: #111;
  letter-spacing: .02em;
}

/* キーボードフォーカス（見える化） */
.agreeCheck__input:focus-visible + .agreeCheck__box{
  outline: 2px solid #111;
  outline-offset: 3px;
}

.sustainability.guidelines .actionArea {
    margin-top: 35px;
    margin-bottom: 35px;
}
.sustainability.guidelines .actionArea__btn {
    min-width: 220px;
}
@media (min-width: 768px) and (max-width: 820px){
.sustainability.guidelines .actionArea__btn {
    width: 220px;
	}
}
@media (max-width: 767px){
.sustainability.guidelines .docList {
    margin-top: 35px;
    padding: 15px 10px 10px;
	}
.sustainability.guidelines .color_box {
    padding: 15px 10px;
	margin-top: 30px;
	}
.agreeLine {
    padding: 5px 12px 0px 12px;
	}
.agreeCheck__box {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
	}
	.agreeCheck__text {
    font-size: 14.35px;
	}
.sustainability.guidelines .actionArea {
    margin-top: 25px;
    margin-bottom: 15px;
	}
.sustainability.guidelines .actionArea__btn {
    width: 65%;
    min-width: 65%;
	}
}



/*************** 透明性ガイドライン同意ページ *****************/
.sustainability.guidelines.details .pdf_box {
    margin: 10px auto 15px;
    background-color: #fff;
}
.sustainability.guidelines.details .docList {
    margin: 20px auto;
    padding: 25px 30px;
}
.sustainability.guidelines.details .docList__list {
	line-height: 1.8;
}
.sustainability.guidelines.details .docList__list .mark.red {
	color: red;
}

/* フォーム */
.cf__fields{
  width:100%;
  margin: 50px auto 30px;
}
.sustainability.guidelines.details .actionArea__btn {
    min-width: 280px;
	width: 280px;
}

/* 2カラムレイアウト */
.cf__item{
  display:grid;
  grid-template-columns: 260px minmax(0,600px);
  column-gap: 28px;
  align-items: flex-start;
  margin-top: 18px;
}
.cf__label{
  text-align:right;
  font-size:14px;
  font-weight:600;
  line-height:1.5;
  white-space:nowrap;
}

.cf__req{
  margin-left:6px;
  color:#d10f0f;
  font-weight:700;
}

.cf__field input,
.cf__field textarea{
  width:100%;
  border:1px solid #6f6f6f;
  background:#fff;
  font-size:14px;
  padding:8px 10px;
  outline:none;
}

.cf__field input {
  height:34px;
}

.cf__field select {
    height: 40px;
    padding: 1px 10px;
}

.zip .cf__field input{
    width: 180px;
}

.pref .cf__field select{
    width: 240px;
}

/* テキストエリア行 */
.cf__item--textarea{
  align-items:start;
}

.cf__item--textarea .cf__label{
  padding-top:10px;
}

.cf__item--textarea textarea{
  height:150px;
  resize:vertical;
}

.cf__item--textarea2 textarea{
  height:120px;
}

/* フォーム下ボックス */
.sustainability.guidelines.details .item {
	margin-bottom: 25px;
}
.sustainability.guidelines.details .item:last-child {
	margin-bottom: 0;
}
.sustainability.guidelines.details .item .title {
    font-weight: 600;
	color: #2e354a;
    margin-bottom: 5px;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 3px;
	}

/* SP */
@media (max-width: 767px){
  .cf__inner{
    padding:16px 16px 48px;
  }

  .cf__item{
    grid-template-columns:1fr;
    row-gap:8px;
    margin-top:16px;
  }

  .cf__label{
    text-align:left;
    white-space:normal;
  }

  .cf__item--textarea .cf__label{
    padding-top:0;
  }
  .cf__fields {
    margin: 35px auto 15px;
  }
.sustainability.guidelines.details .docList {
    padding: 15px 10px 15px;
	}
.sustainability.guidelines.details .actionArea {
    margin-bottom: 25px;
	}
}
@media (max-width: 380px){
.sustainability.guidelines.details .actionArea__btn {
    min-width: 90%;
	width: 90%;
	}
}




/*************** 透明性ガイドライン詳細 *****************/
.guidelines.details {
	margin-top: 65px;
}
@media (max-width: 767px){
.guidelines.details {
	margin-top: 35px;
	}
}







