@charset "UTF-8";
/*----------------------------------------

	- mv
	+ content
		- sec01

-----------------------------------------*/

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	background: #62b1d9 url("../img/c_mv_bg01.jpg") no-repeat right top;
	background-size: 1320px auto;
}

@media screen and (max-width: 767px) {
	#mv {
		background-size: auto 100%;
	}
}

/*----------------------------------------
	content
-----------------------------------------*/
#content {
	padding: 60px 0 100px;
}

@media screen and (max-width: 767px) {
	#content {
		padding: 40px 0 72px;
	}
}

/*----------------------------------------
	sec01
-----------------------------------------*/
.sec01 > ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sec01 > ul::before,
.sec01 > ul::after {
	content: '';
	display: block;
	order: 1;
	width: calc(33.33% - 26.66px);
}

.sec01 > ul > li {
	display: flex;
	flex-direction: column;
	width: calc(33.33% - 26.66px);
	margin-bottom: 30px;
}

.sec01 > ul.type03 > li {
	width: calc(50% - 40px);
}

.sec01 > ul> li > a {
	display: block;
	position: relative;
	height: 100%;
}
.sec01 > ul> li > a > figure {
	height: 100%;
}
.sec01 > ul> li > a > figure img {
	object-fit: cover;
	object-position: center;
	height: 100%;
}
.sec01 > ul> li > a > span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 65px);
	padding: 15px 45px 15px 20px;
	background: rgba(51, 51, 51, 0.85);
	text-align: right;
}
.sec01 > ul> li > a > span .pdf::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 4px 0 -4px 5px;
	background-image: url("../../img/c_pdf_icon01.png");
	background-repeat: no-repeat;
	background-size: 22px 22px;
}

.sec01 > ul >li > a > span > br.csr_sp {
	display: none;
}

.sec01 > ul> li > a > span::after {
	content: "";
	position: absolute;
	top: calc(50% - 16px);
	right: 15px;
	height: 13px;
	width: 13px;
	border-right: 3px solid #00a0e9;
	border-bottom: 3px solid #00a0e9;
	transform: rotate(-45deg);
	transform-origin: right bottom;
}
.sec01 > ul> li > p,
.sec01 > ul> li > ul {
	flex: 1 auto;
	height: 100%;
	padding: 20px 30px 10px;
	background: #eeeeee;
}
.sec01 > ul> li > ul > li {
	margin-bottom: 12px;
	padding-left: 15px;
	text-indent: -15px;
}
.sec01 > ul> li > ul > li > a {
	position: relative;
	padding-left: 15px;
}
.sec01 > ul> li > ul > li > a::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	border-width: 6px 0 6px 6px;
	border-style: solid;
	border-color: transparent transparent transparent #666666;
}
.sec01 > h2 {
	margin: 60px 0 20px;
	padding-top: 50px;
	border-top: 1px solid #eeeeee;
	text-align: center;
	font-weight: 700;
}

.sec01 > .fullItem {
  display: block;
  background-color: #fff;
}
.sec01 > .fullItem a {
  position: relative;
  display: block;
  padding: 80px;
  border: 2px solid #ddd;
  background-image: url("../img/i_sus_p03.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  transition: opacity 0.2s;
}
.sec01 > .fullItem a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 500px;
  background: linear-gradient(to left, rgba(255,255,255,0.0) 0%, rgba(255,255,255,1.0) 50%, rgba(255,255,255,1.0) 100%)
}
.sec01 > .fullItem a > span {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.sec01 > .fullItem a > span::after {
	content: "";
	position: absolute;
  z-index: 2;
	top: calc(50% - 16px);
	right: -30px;
	height: 13px;
	width: 13px;
	border-right: 3px solid #00a0e9;
	border-bottom: 3px solid #00a0e9;
	transform: rotate(-45deg);
	transform-origin: right bottom;
}

@media screen and (min-width: 768px) {
	.sec01 > ul > li > a > figure::after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		transition-property: background-color;
		transition-duration: 0.1s;
		transition-timing-function: ease-out;
	}

	.sec01 > ul > li > a:hover > figure::after {
		background-color: rgba(255,255,255,0.5);
	}

	.sec01 > ul> li > a:hover > span {
		color: #00a0e9;
	}

	.sec01 > .fullItem a::after {
		content: "";
		display: block;
		position: absolute;
    z-index: 1;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		transition-property: background-color;
		transition-duration: 0.1s;
		transition-timing-function: ease-out;
	}

  .sec01 > .fullItem a:hover::after {
    background-color: rgba(255,255,255,0.5);
  }

  .sec01 > .fullItem a:hover > span {
    color: #00a0e9;
  }
}

@media screen and (max-width: 767px) {
	.sec01> ul.type02 {
		display: block;
	}
	.sec01> ul.type02 > li {
		display: -ms-flexbox;
		display: flex;
		flex-direction: row;
		width: 100%;
	}
	.sec01> ul.type02 > li > a {
		flex: 1;
		height: auto;
	}
	.sec01> ul.type02 > li > a > figure {
		height: auto;
	}
	.sec01> ul.type02 > li > a > figure img {
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}
	.sec01> ul.type02 > li > p,
	.sec01> ul.type02 > li > ul {
		flex: none;
		width: 52%;
		height: auto;
	}
	.sec01> ul.type03 {

	}
	.sec01> ul.type03 > li {
		width: calc(50% - 20px);
	}
	.sec01> ul.type03 > li > a > figure {
		overflow: hidden;
	}
	.sec01> ul.type03 > li > a > figure > img {
		width: 150%;
    margin-left: -25%;
	}
  .sec01 > .fullItem a {
    padding: 10%;
    background-image: url("../img/i_sus_p03_sp.png");
  }
  .sec01 > .fullItem a::before {
    max-width: 80%;
  }
	.sec01 > ul > li {
		width: calc(50% - 10px);
	}
	.sec01 > ul> li > a > span {
		width: calc(100% - 36px);
		padding: 8px 26px 8px 10px;
		text-align: right;
		line-height: 1.25;
	}
	.sec01 > ul> li > a > span::after {
		top: calc(50% - 12px);
		right: 10px;
		height: 10px;
		width: 10px;
		border-width: 2px;
	}
	.sec01 > ul> li > a > span .pdf::after {
		margin-top: 0;
	}
	.sec01 > ul> li > p,
	.sec01 > ul> li > ul {
		height: auto;
		padding: 18px 20px 10px;
		box-sizing: border-box;
	}
	.sec01 > ul> li > ul > li {
		margin-bottom: 6px;
		padding-left: 0;
		text-indent: 0;
	}
	.sec01 > ul> li > ul > li > a {
		padding-left: 0;
	}
	.sec01 > ul> li > ul > li > a::before {
		content: none;
	}
	.sec01 > h2 {
		margin: 60px 0 20px;
		padding-top: 35px;
	}
}

@media screen and (max-width: 380px) {
	.sec01 > ul >li > a > span > br.csr_sp {
		display: inline;
	}
}


@media screen and (min-width: 768px) {
	.sec01 > ul> li > a.sustainability-sdgs > figure,
	.sec01 > ul> li > a.sustainability-index > figure {
		border: 2px solid #ddd;
	}
	.sec01 > ul> li > a.sustainability-sdgs > span,
	.sec01 > ul> li > a.sustainability-index > span {
		display: block;
    top: 50%;
    bottom: auto;
    left: auto;
    background: none;
		transform: translate(0,-50%);
	}
}
@media screen and (max-width: 768px) {
	.sec01 > ul> li > a.sustainability-sdgs > figure,
	.sec01 > ul> li > a.sustainability-index > figure {
		border: 2px solid #ddd;
	}
	.sec01 > ul> li > a.sustainability-sdgs > span,
	.sec01 > ul> li > a.sustainability-index > span {
		display: block;
    top: 50%;
    bottom: auto;
    left: auto;
    background: none;
		transform: translate(0,-50%);
	}
	.sec01 > ul> li > a.sustainability-sdgs::before,
	.sec01 > ul> li > a.sustainability-index::before {
    content: "";
    display: block;
    position: absolute;
    right: 2px;
    top: 2px;
    bottom: 0;
    width: 100%;
    max-width: 500px;
    background: linear-gradient(to right, rgba(255,255,255,0.0) 0%, rgba(255,255,255,1.0) 50%, rgba(255,255,255,1.0) 100%);
	}
}