@charset "UTF-8";

body {
	background: #ffffff;
}

#right-menu img {
    object-fit: cover;
    object-position: center;
    width: 295px;
    height: 160px;
}

#right-menu a {
	color: #333;
	text-decoration: none;
}

#key-visual{
    display: flex;
	margin: 0 0 30px;
}
#key-visual > div{
	width: 50%;
}

#key-visual h1{
    margin: 45px 0;
    font-size: 25px;
}

#key-visual hr{
    display: block;
}

#key-visual img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: auto;
}

#key-visual .tag-container {
    margin: 42px 0 0;
}

@media all and ( max-width: 1000px ) {
#key-visual h1{
    margin: 20px 0;
    font-size: 20px;
	line-height: 1.4;
}
#key-visual .tag-container {
    margin: 20px 0;
}
}
@media all and ( max-width: 550px ) {
#key-visual{
	flex-direction: column;
}
#key-visual > div{
	width: 100%;
}
#key-visual > div:nth-child(1){
	order: 2;
}
#key-visual > div:nth-child(2){
	order: 1;
}
}

div.hr {
    display: block;
    content: "";
    border-top: 2px solid #E60027;
}

div.hr::before {
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    margin-top: -6px;
    background-color: #E60027;
    transform: rotate(45deg);
}

#key-visual > *:not(:last-child) {
    margin-right: 15px;
}

section.htcSnsWidget{
    margin: 50px 0;
    justify-content: center;
}

#main-container {
    background-color: white;
    width: 1275px;
	max-width: calc( 100% - 30px );
    margin: 0 auto;
}

#flex-container {
    display: flex;
}

/*
main {
    width: 815px;
}
*/
@media all and ( max-width: 950px ) {
#flex-container {
    display: block;
}
/*main {
    width: auto;
}*/
}

main img{
	max-width: 100%;
	height: auto;
	width: 100%;
	max-width: 665px;
}

main section h2 {
	margin-top: 80px;
	font-size: 24px;
	font-weight: bold;
}

main section#related h2 {
	font-size: 35px;
}

@media (max-width: 960px) {
	main section#related h2 {
		font-size: 24px;
	}
}

@media screen and (max-width: 767px) {
	.JS main section h2 {
		margin-top: 60px;
		padding: 0 15px;
	}
	.JS main section#related h2 {
		padding: 0;
	}
	.annotations {
		display: block;
	}
}

@media (max-width: 1335px) {
	main section#related::after {
		width: calc( 100% - 5em - 40px);
	}
}

@media (max-width: 560px) {
	main section#related .title-area::after {
		width: calc( 100% - 5em - 40px);
	}
}

p.ranking-description, p.sustaina-description {
	box-sizing: border-box!important;
    display: block;
    width: 250px;
    white-space: nowrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 8px;
    font-size: 14px;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 1);
    margin-top: -28px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}



#right-menu {
    margin-left: 65px;
    width: 295px;
}

#right-menu h2 {
	padding: 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	border-bottom: #333333 solid 2px;
}

#right-menu article {
	padding: 40px 0;
	border-bottom: #999999 solid 1px;
}

#right-menu #ranking article:last-of-type {
	border-bottom: #333333 solid 2px;
}

#ranking {
	margin: 50px 0 0;
}

#ranking>article {
}


#ranking>article>a>.rank-number {
    position: relative;
}

#ranking>article>a>.rank-number>h3 {
    position: absolute;
    left: 10px;
    right: 0;
    font-size: 40px;
    font-weight: bold;
}

#ranking>article>a>.rank-number::before {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
    position: absolute;
    top: 0px;
    left: 0px;
    border:  rgba(255, 255, 255, 0.0) double;
    background-color: rgba(255, 255, 255, 0.7);
}

#ranking>article:nth-of-type(1)>a>.rank-number>h3 {
    color: #ebbe01;
}
#ranking>article:nth-of-type(2)>a>.rank-number>h3 {
    color: #b9baba;
}
#ranking>article:nth-of-type(3)>a>.rank-number>h3 {
    color: #d28564;
}
#ranking>article:nth-of-type(4)>a>.rank-number>h3 {
    color: #505050;
}
#ranking>article:nth-of-type(5)>a>.rank-number>h3 {
    color: #505050;
}

@media all and ( max-width: 950px ) {
#right-menu {
	width: auto;
	margin: 0;
	padding: 0;
}

#right-menu > div {
	display: flex;
	flex-wrap: wrap;
	width: 795px;
	margin: 40px auto 0;
	padding: 0;
}
#right-menu > div > h2 {
	width: 100%;
}
#right-menu > div > article,
#right-menu > div > img {
	width: 250px;
	margin-left: 7.5px;
	margin-right: 7.5px;
	padding: 20px 0 0px;
	border: none;
}
#right-menu > div > article > img {
	width: 100%;
}
}

@media all and ( max-width: 825px ) {
#right-menu > div {
	width: 530px;
}
}
@media all and ( max-width: 560px ) {
#right-menu > div {
	width: 265px;
}
}


main>section {
    margin-top : 0;
	padding: 0;
}

#Contents main>section>section {
    margin-top : 40px;
}

#Contents main>section>figure {
	margin: 30px 0;
	text-align: center;
}

main>section>dl {
    display: flex;
}

dl.annotations {
    display: block !important;
  font-size: calc(clamp(0.75rem, 0.6357rem + 0.4571vw, 1rem));
  margin-bottom: 1rem; }
  dl.annotations dd {
    margin: 0 0 0.5rem 0;
    overflow: hidden;
    padding: 0; }
    dl.annotations dd:last-child {
      margin-bottom: 0.5em; }
  dl.annotations dt {
    background: none;
    float: left;
    font-weight: normal;
    margin: auto;
    padding: 0;
    margin-right: 0.5rem; }
    dl.annotations dt:after {
      clear: both;
      content: "";
      display: block; }
  dl.annotations:after {
    clear: both;
    content: "";
    display: block; }

dl.annotations dt {
    flex-shrink: 0;
}

main>section>dl>dd {
    margin-left: 8px;
}

main>section>dl>* {
    font-size: 80%;
}

.annotations02 {
	flex-flow: column;
}

.relativeContent {
	padding-top: 60px;
}
.relativeContent .title-area {
	width: auto!important;
	margin-bottom: 40px!important;
}

.relativeContent .title-area > h2::after {
	left: 100%;
}

.relativeContent .title-area::before,
.relativeContent .title-area::after {
	position: static;
}
.relativeContent .title-area::before {
	width: 30px;
}

@media (max-width: 960px) {
	.relativeContent .title-area {
		padding: 0;
	}
	.relativeContent .title-area h2 {
		line-height: 1.4;
	}
}
@media (max-width: 825px) {
	.relativeContent .title-area {
		margin-bottom: 0!important;
	}
}

.relativeContent img{
    object-fit: cover;
    object-position: center;
    width: 375px;
    height: 220px;
    display: block;
}

.relativeContent > div{
    display: flex;
    flex-wrap: wrap;
	width: 1185px;
	margin: 0 auto;
}

.relativeContent>div>article {
    width: 375px;
}


.relativeContent>div>article {
	margin: 0 10px 30px;
}

.relativeContent>div>article>a>img {
    margin-bottom: 20px;
}

.relativeContent>div>article>a {
	color: #333;
	text-decoration: none;
}

#right-menu>div>article {
}

#latest-articles>article>a>img {
    margin-bottom: 20px;
}

@media all and ( max-width: 1215px ) {
.relativeContent > div {
	width: auto;
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.relativeContent > div > article {
	width: calc( 33.33% - 15px );
	margin-left: 7.5px;
	margin-right: 7.5px;
}
.relativeContent img {
	width: 100%;
	height: calc( 100vw / 1215 * 220 );
}
}

@media all and ( max-width: 825px ) {
.relativeContent > div {
	width: 530px;
	margin: 0 auto;
}
.relativeContent > div > article {
	width: 250px;
	margin-left: 7.5px;
	margin-right: 7.5px;
	padding: 20px 0 0px;
	border: none;
}
.relativeContent > div > article > a > img {
	width: 100%;
	height: 160px;
}
}
@media all and ( max-width: 560px ) {
	.relativeContent > div {
		width: 265px;
	}
}

.relativeContent > div > article.noLink {
	width: 100%;
}

.relativeContent > div > article.noLink > div {
	display: flex;
}

.relativeContent > div > article.noLink > div dt {
	font-weight: bold;
}

.relativeContent > div > article.noLink img {
	flex-shrink: 0;
	height: fit-content!important;
	margin-left: 7.5px;
	margin-right: 7.5px;
	width: calc( 33.33% - 15px )!important;
}

@media (max-width: 825px) {
	.relativeContent > div > article.noLink img {
	    width: 250px!important;
		height: 160px!important;
	}
}
@media (max-width: 560px) {
	.relativeContent > div > article.noLink > div {
		display: block;
	}
}

#recommend .title-area h2 {
	width: 10em;
}
#recommend .title-area::after {
	width: calc( 100% - 30px - 10em );
}
#products_service .title-area h2 {
	width: 17em;
}
#products_service .title-area::after {
	width: calc( 100% - 30px - 17em );
}

.img-cap {
	margin: 30px 0 -30px;
	text-align: center;
}
#Contents .ColumnSet {
    display: flex;
    flex-wrap: nowrap;
    margin: auto auto 60px;
    max-width: 660px;
    width: 100%;
}
#Contents .ColumnSet + figcaption {
    margin-top: -60px;
}

#Contents .ColumnSet.part1 figure:nth-of-type(1) {
    flex-basis: calc((100% / 3) * 2 - 25px );
    margin-right: 10px;
}
@media screen and (max-width: 579px){
	#Contents .ColumnSet {
    display: block;
	}
#Contents .Section figure.cnt {
    margin: 0 0 60px;
}
#ContentsX * {
    box-sizing: content-box;
}
}
#Contents .Section figure.cnt img {
    max-width: 100%;
}
@media screen and (max-width: 994px){
.JS #Contents img, .JS .Contents img, .JS #PopUpContents img, .JS .FatBanner img {
    max-width: 100%;
    height: auto;
}
}
#Contents .ColumnSet figure.cnt {
    margin: auto;
}
#Contents .Section figure.cnt figcaption {
    margin: 10px auto auto;
}
#Contents .ColumnSet.part1 figure:nth-of-type(2) {
    flex-basis: calc((100% / 3) + 15px);
}

/* このサイトについて */
.title-area.letter9>h2 {
	width: 9em;
}
.title-area.letter9::after {
	width: calc( 50% + 1275px / 2 - 9em - 20px);
}
@media (max-width: 1340px) {
	.title-area.letter9::after {
		width: calc( 100% - 9em - 50px);
	}
}
.lead_about {
	background: url("/image/jp/about/tackling-social-issues/about/bg_lead.png") bottom left no-repeat #f2f2f2;
	background-size: cover;
	position: relative;
}
.lead_about::before {
	background: linear-gradient(rgba(242,242,242,1), rgba(242,242,242,0));
	content:"";
	display: block;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.lead_about div {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 0 18%;
	position: relative;
	width: calc( 100% - 30px );
	max-width: 1275px;
}
.lead_about div p {
	font-size: 18px;
	line-height: 2;
	margin: 0 0 0 auto;
	width: 65%;
	max-width: 720px;
}
@media screen and (max-width: 960px) {
	.lead_about {
		background-size: contain;
	}
	.lead_about div {
		padding: 0 0 37%;
	}
	.lead_about div p {
		width: 100%;
		max-width: 100%;
	}
} 

.lead_materiality {
	background: #ffffff;
	padding: 40px 0;
}
.lead_materiality div {
	background: #ffffff;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 40px;
	position: relative;
	width: calc( 100% - 30px );
	max-width: 780px;
}
.lead_materiality div::before, .lead_materiality div::after {
	content: '';
	width: 30%;
	height: 20%;
	position: absolute;
}
.lead_materiality div::before {
	border-left: solid 2px #E60027;
	border-top: solid 2px #E60027;
	top: 0;
	left: 0;
}

.lead_materiality div::after {
	border-right: solid 2px #E60027;
	border-bottom: solid 2px #E60027;
	bottom: 0;
	right: 0;
}
.lead_materiality h3 {
	font-size: 24px;
	color: #E60027;
}
@media screen and (max-width: 960px) {
	.lead_materiality div {
		box-sizing: border-box!important;
		padding: 20px;
	}
}

.lead_materiality a {
	display: inline-block;
	margin-top: 10px;
}

#main-container.breadcrumb_local {
	background: #ffffff;
	position: relative;
	width: 100%;
	max-width: none;
	z-index: 1;
}

#main-container.breadcrumb_local + main {
	position: relative;
	z-index: 0;
}

@media screen and (max-width: 960px) {
	#new-articles-area > .title-area::before, #new-articles-area > .title-area::after, #new-articles-area > .title-area > h2::after {
		content: ""!important;
		margin-top: 0!important;
	}
	#new-articles-area > .title-area {
		font-size: 35px!important;
		margin-bottom: 50px!important;
		padding: 0!important;
	}
	#new-articles-area > .title-area h2::after {
		top: calc( 50% - 8px)!important;
	}
	#new-articles-area > .title-area > h2 {
		padding: 0!important;
	}
	#new-articles-area > .title-area > h2::first-letter {
		font-size: 1.1em;
	}
}
@media (max-width: 450px) {
	#new-articles-area > .title-area {
		font-size: 28px!important;
	}
	#new-articles-area > .title-area::before, #new-articles-area > .title-area::after {
		margin-top: 0!important;
	}
}
