@charset "utf-8";
.corp-sus-section-01 {
  margin: 120px 0 0;
}
.corp-sus-section-01[data-corp-sus-section-bg] {
  padding: 120px 0;
}
.corp-sus-section-02 {
  margin: 60px 0 0;
}
.corp-sus-section-02[data-corp-sus-section-bg] {
  padding: 60px 0;
}
.corp-sus-section-03 {
  padding: 60px 0;
}
.corp-sus-section-03[data-corp-sus-section-bg] {
  margin: 60px 0 0;
}
[class^="corp-sus-section"][data-corp-sus-section-bg] + [class^="corp-sus-section"][data-corp-sus-section-bg] {
  margin: 0;
}
[class^="corp-sus-section"][data-corp-sus-section-bg="gray-01"] {
  background-color: #f2f2f2;
}
[class^="corp-sus-section"][data-corp-sus-section-bg="black-01"] {
  background-color: #000;
}
[class^="corp-sus-section"][data-corp-sus-section-bg="beige-01"] {
  background-color: #f9f8f5;
}
.corp-sus-inner-01 {
  margin: 0 auto;
  max-width: 950px;
}
.corp-sus-inner-02 {
  margin: 0 auto;
  padding: 60px 0;
  max-width: 950px;
}
.corp-sus-heading-01 {
  position: relative;
}
.corp-sus-heading-01-title {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  padding: 0 0 10px;
  border-bottom: 4px #333333 solid;
  display: inline-block;
}
[class^="corp-sus-section"][data-corp-sus-section-bg="black-01"] .corp-sus-heading-01-title {
  color: #fff;
  border-bottom: 4px #fff solid;
}
.corp-sus-heading-01-subtitle {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  padding: 0 0 5px;
  border-bottom: 1px #333333 solid;
  display: inline-block;
}
[class^="corp-sus-section"][data-corp-sus-section-bg="black-01"] .corp-sus-heading-01-subtitle {
  color: #fff;
  border-bottom: 1px #fff solid;
}
.corp-sus-heading-01-text {
  font-size: 16px;
  line-height: 30px;
  margin: 40px 0 0;
}
[class^="corp-sus-section"][data-corp-sus-section-bg="black-01"] .corp-sus-heading-01-text {
  color: #fff;
}
.corp-sus-heading-01-text + .corp-sus-heading-01-text {
  margin: 28px 0 0;
}
.corp-sus-heading-01-link {
  font-size: 15px;
  line-height: 2;
  color: #1570bf;
  padding: 0 25px 0 0;
  background-image: url("/corp/set/data/sustainability/sdgs/img/shared/icon-sus-arrow-right-01.svg");
  background-position: right top 9px;
  background-repeat: no-repeat;
  background-size: 19px;
  font-weight: bold;
  transition: opacity .4s;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.corp-sus-heading-01-title + .corp-sus-heading-01-link {
  bottom: -8px;
}
[class^="corp-sus-section"][data-corp-sus-section-bg="black-01"] .corp-sus-heading-01-link {
  color: #fff;
  background-image: url("/corp/set/data/sustainability/sdgs/img/shared/icon-sus-arrow-right-02.svg");
}
.corp-sus-heading-01-link:hover {
  text-decoration: none;
  opacity: .6;
  color: #1570bf;
}
.corp-sus-heading-02 {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms--flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.corp-sus-heading-02-title {
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
}
.corp-sus-heading-02-sub {
  margin: 20px 0 0;
  display: block;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  font-weight: normal;
}
.corp-sus-wot-list {
  margin: 60px 0 0;
  font-size: 0;
}
.corp-sus-wot-list:first-child{
  margin: 0;
}
.corp-sus-wot-list-item {
  display: inline-block;
}
.corp-sus-wot-list-item:nth-child(-n+2) {
  width: 470px;
}
.corp-sus-wot-list-item:nth-child(2) {
  margin: 0 0 0 10px;
}
.corp-sus-wot-list-item:nth-child(n+3) {
  width: 310px;
  margin: 30px 0 0;
}
.corp-sus-wot-list-item:nth-child(n+4) {
  margin: 30px 0 0 10px;
}
.corp-sus-wot-list-link {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 180px;
  display: block;
  transition: opacity .4s;
  color: #333333;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.08);
  padding: 216px 30px 40px;
  background-color: #fff;
}
.corp-sus-wot-list-link:hover {
  color: #333333;
  text-decoration: none;
  opacity: .6;
}
.corp-sus-wot-list-link:after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 19px;
  height: 8px;
  background-image: url("/corp/set/data/sustainability/sdgs/img/shared/icon-sus-arrow-right-01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.corp-sus-wot-list-item:nth-child(-n+2) .corp-sus-wot-list-link {
  background-position: center;
  background-size: cover;
  padding: 78px 30px;
}
.corp-sus-wot-list-item:nth-child(-n+2) .corp-sus-wot-list-link-2row {
  padding: 66px 30px;
}
.corp-sus-wot-list-item:nth-child(-n+2) .corp-sus-wot-list-link:after {
  background-image: url("/corp/set/data/sustainability/sdgs/img/shared/icon-sus-arrow-right-02.svg");
}
.corp-sus-wot-list-item-01 .corp-sus-wot-list-link {
  background-image: url("/corp/set/data/sustainability/sdgs/img/p/bg-sus-wot-01.png");
}
.corp-sus-wot-list-item-02 .corp-sus-wot-list-link {
  background-image: url("/corp/set/data/sustainability/sdgs/img/p/bg-sus-wot-02.png");
}
.corp-sus-wot-list-item-03 .corp-sus-wot-list-link {
  background-image: url("/corp/set/data/sustainability/sdgs/img/p/bg-sus-wot-03.jpg");
}
.corp-sus-wot-list-item-04 .corp-sus-wot-list-link {
  background-image: url("/corp/set/data/sustainability/sdgs/img/p/bg-sus-wot-04.jpg");
}
.corp-sus-wot-list-item-05 .corp-sus-wot-list-link {
  background-image: url("/corp/set/data/sustainability/sdgs/img/p/bg-sus-wot-05.jpg");
}
.corp-sus-wot-list-item-06 .corp-sus-wot-list-link {
  background-image: url("/corp/set/data/sustainability/sdgs/img/p/bg-sus-wot-06.jpg");
}
.corp-sus-wot-video {
  margin: 60px 0 0;
  padding-top: 444px;
  position: relative;
}
.corp-sus-wot-video-item {
  width: 830px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.corp-sus-esg-list {
  margin: 60px 0 0;
  font-size: 0;
}
.corp-sus-esg-list-item {
  display: inline-block;
  width: 310px;
}
.corp-sus-esg-list-item:nth-child(n+2) {
  margin: 0 0 0 10px;
}
.corp-sus-esg-list-link {
  font-size: 14px;
  line-height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  color: #333333;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.08);
  padding: 225px 30px 45px;
  text-align: center;
  transition: opacity .4s;
}
.corp-sus-esg-list-link:hover {
  color: #333333;
  text-decoration: none;
  opacity: .6;
}
.corp-sus-esg-list-link:after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 19px;
  height: 8px;
  background-image: url("/corp/set/data/sustainability/sdgs/img/shared/icon-sus-arrow-right-01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.corp-sus-esg-list-link[href^="#"]:after {
  width: 21px;
  height: 12px;
  background-image: url("/corp/set/data/sustainability/sdgs/img/shared/icon-sus-arrow-down-01.svg");
}
.corp-sus-esg-list-label {
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.corp-sus-esg-list-item:nth-child(1) .corp-sus-esg-list-link {
  background-image: url("/corp/set/data/sustainability/sdgs/img/p/img-sus-esg-01.png");
}
.corp-sus-esg-list-item:nth-child(2) .corp-sus-esg-list-link {
  background-image: url("/corp/set/data/sustainability/sdgs/img/p/img-sus-esg-02.png");
}
.corp-sus-esg-list-item:nth-child(3) .corp-sus-esg-list-link {
  background-image: url("/corp/set/data/sustainability/sdgs/img/p/img-sus-esg-03.png");
}
.corp-sus-rss-list {
  margin: 60px -5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms--flexbox;
  display: flex;
  -webkit-flex-wrap : wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.corp-sus-rss-list-item {
  width: 310px;
  margin: 0 5px;
}
.corp-sus-rss-list-item:nth-child(n+4) {
  margin: 30px 5px 0;
}
.corp-sus-rss-list-link {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0,0,0,0.08);
  transition: opacity .4s;
  background-color: #fff;
  height: 100%;
}
.corp-sus-rss-list-link:hover {
  text-decoration: none;
  opacity: .6;
}
.corp-sus-rss-list-image {
  display: block;
  height: 207px;
  width: auto;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.corp-sus-rss-list-time {
  padding: 20px 30px 0;
  font-size: 14px;
  line-height: 1; 
  color: #999999;
  display: block;
}
.corp-sus-rss-list-title {
  padding: 0 30px 30px;
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 24px;
  color: #006699;
}
.corp-sus-text-01 {
  margin: 45px 0 0;
  font-size: 16px;
  line-height: 28px;
}
.corp-sus-text-01:first-child {
  margin: 0;
}
.corp-sus-text-01 + .corp-sus-text-01 {
  margin: 28px 0 0;
}
.corp-sus-image-01 {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.corp-sus-sup-01 {
  display: inline-block;
  font-size: 50%;
  transform: translateY(-0.75em);
}
.corp-sus-sub-01 {
  display: inline-block;
  font-size: 50%;
}
.corp-sus-note-01 {
  margin: 30px 0 0;
  font-size: 14px;
  line-height: 21px;
}
.corp-sus-note-01-list {
  margin: 12px 0 0;
}
.corp-sus-note-01-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms--flexbox;
  display: flex;
}
.corp-sus-note-01-item + .corp-sus-note-01-item {
  margin: 12px 0 0;
}
.corp-sus-note-01-mark {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
  -ms-flex-negative: 0;
	flex-shrink: 0;
  width: 40px;
}
.corp-sus-note-01-text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
  -ms-flex-negative: 1;
	flex-shrink: 1;
  margin: 0;
}
.corp-sus-note-02 {
  margin: 30px 0 0;
  font-size: 14px;
  line-height: 21px;
}
.corp-sus-note-02-list {
}
.corp-sus-note-02-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms--flexbox;
  display: flex;
}
.corp-sus-note-02-item + .corp-sus-note-02-item {
}
.corp-sus-note-02-mark {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
  -ms-flex-negative: 0;
	flex-shrink: 0;
  width: 35px;
}
.corp-sus-note-02-text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
  -ms-flex-negative: 1;
	flex-shrink: 1;
  margin: 0;
}
.corp-sus-link-01 {
  padding: 0 29px 0 0;
  background-image: url("/corp/set/data/sustainability/sdgs/img/shared/icon-sus-arrow-right-01.svg");
  background-position: right 5px top calc(50% - 1px);
  background-repeat: no-repeat;
  background-size: 19px;
  transition: opacity .4s;
  color: #1570bf;
}
.corp-sus-link-01[target="_blank"] {
  padding: 0 24px 0 0;
  background-image: url("/corp/set/data/sustainability/sdgs/img/shared/icon-sus-window.svg");
  background-size: 14px;
}
.corp-sus-link-01:hover {
  opacity: .6;
  text-decoration: none;
  color: #1570bf;
}
.corp-sus-link-02 {
  transition: opacity .4s;
  color: #1570bf;
}
.corp-sus-link-02:hover {
  opacity: .6;
  text-decoration: none;
  color: #1570bf;
}
.corp-sus-read-01 {
  padding: 15px 0 0;
}
.corp-sus-read-01-navigation {
  margin: 45px 0 0;
  padding: 10px 30px 30px 0;
  background-color: #f3f8fc;
}
.corp-sus-read-01-navigation-item {
  display: inline-block;
  padding: 20px 0 0 30px;
}
.corp-sus-read-01-navigation-link {
  padding: 0 0 0 23px;
  background-image: url("/corp/set/data/sustainability/sdgs/img/shared/icon-sus-arrow-down-02.svg");
  background-position: left top 7px;
  background-repeat: no-repeat;
  background-size: 13px;
  transition: opacity .4s;
  font-size: 16px;
  line-height: 24px;
  color: #1570bf;
}
.corp-sus-read-01-navigation-link:hover {
  opacity: .6;
  text-decoration: none;
  color: #1570bf;
}

.corp-sus-text-bold {
  font-weight: bold;
}
.corp-sus-text-center {
  text-align: center;
}
.corp-sus-pc-text-center {
  text-align: center;
}
.corp-sus-sp-block {
  display: none;
}