

/* ===========================
	 SDGs */

#SDGsstudioArea {
	padding: 60px 0 0;
	background-color: #fff;
}

#SDGsstudioArea article.articleDescription a {
	display: block;
}

#SDGsstudioArea article.articleDescription h3 {
	margin-bottom: .5em;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.4;
}

#SDGsstudioArea article.articleDescription p {
	font-size: 1.2em;
	text-align: justify;
}

#SDGsstudioArea article.articleDescription .imageObj {
	position: relative;
}

#SDGsstudioArea article.articleDescription .linkText {
	display: inline-block;
	padding: .8em 2em;
	background-color: #173e92;
	color: #fff;
	line-height: 1;
}

#SDGsstudioArea article.articleDescription a:hover .linkText {
	background-color: #648ce3;
}

#SDGsstudioArea .typeAbout {
	text-align: center;
}

hr.width100vw {
	display: block;
	width: 100vw;
	margin-top: 140px;
	margin-left: calc((100% - 100vw) / 2);
	border-top: 1px solid #173E92;
}

@media print, screen and (min-width: 769px) {

	#SDGsstudioArea #sdgsHead {
		display: flex;
		justify-content: space-between;
	}

	#SDGsstudioArea #sdgsHead .sdgsLogo {
		width: calc(100% * 530 / 1200);
	}

	#SDGsstudioArea #sdgsHead .sdgsLogo figure {
		margin-top: 30%;
	}

	#SDGsstudioArea .typeAbout button {
		width: auto;
		font-size: 2.1rem;
		letter-spacing: .2em;
	}

	#SDGsstudioArea #sdgsHead .sdgsLead {
		width: calc(100% * 560 / 1200);
	}

	#SDGsstudioArea #sdgsHead .sdgsLinks {
		margin-top: 2em;
		font-size: 16px;
		font-weight: bold;
		color: ##02153E;
	}

	#SDGsstudioArea #sdgsHead .sdgsLinks .official {
		text-align: center;
	}

	#SDGsstudioArea #sdgsHead .sdgsLinks .official a {
		display: inline-block;
		margin-bottom: 1em;
		font-size: 12px;
	}

	#SDGsstudioArea #sdgsHead .sdgsLinks .official a img {
		width: 38px;
	}

	#SDGsstudioArea #sdgsHead .sdgsLinks .official a:hover img {
		opacity: .6;
	}

	#SDGsstudioArea article.articleDescription {
		padding: 60px 40px;
	}

	#SDGsstudioArea article.articleDescription .wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#SDGsstudioArea article.articleDescription .linkText {
		margin-top: 2em;
	}

	#SDGsstudioArea article.articleDescription .linkText .text {
		font-size: .9em;
	}

	#frauSDGsAriticle h2 {
		margin-top: 6em;
	}

	#brandingMain #articleText {
	    padding-bottom: 0;
	}

}

@media screen and (max-width:768px) {

	#brandingMain #articleText .contentWrap{
		text-align: center;
		padding: 5% 5% 0;
		width: 100%;
	}
	#brandingMain #articleText .contentWrap h2{
		max-width: 220px;
		margin: 0 auto;
	}

	#brandingMain .siteContentsWrap #SDGsstudioArea.contentBlock .contentWrap {
		margin: 5em 8%;
	}

	hr.width100vw {
		margin-top: 12%;
	}

	#SDGsstudioArea #sdgsHead {
		padding-top: 20px;
	}

	#SDGsstudioArea #sdgsHead .sdgsLogo {
		text-align: center;
		margin: 25px auto;
	}

	#SDGsstudioArea #sdgsHead .sdgsLogo img {
		width: 70%;
		margin-left: 5%;
	}

	#SDGsstudioAre#sdgsHead .sdgsLead {
		margin-top: 80px;
	}

	#SDGsstudioArea #sdgsHead .sdgsLinks .official {
		align-items: center;
		margin-top: 2em;
	}

	#SDGsstudioArea #sdgsHead .sdgsLinks .official a img {
		width: 30px;
	}

	#SDGsstudioArea .typeAbout button {
		width: 100%;
		font-size: 12px;
		letter-spacing: .2em;
	}

	#SDGsstudioArea article.articleDescription h3 {
		margin-top: .5em;
		font-size: 2em;
	}

	#SDGsstudioArea article.articleDescription p {
		letter-spacing: .1em;
	}

	#SDGsstudioArea article.articleDescription .linkText {
		display: block;
		width: 60%;
		margin: 1em auto;
		font-siz
		e: 1.2em;
		text-align: center;
	}

	#SDGsstudioArea article.articleDescription + article.articleDescription {
		margin-top: 80px;
	}

	#frauSDGsAriticle h2 {
		margin-bottom: 2em;
	}

	#frauSDGsAriticle h2 img {
		width: 245px;
	}

	#SDGsstudioArea #frauSDGsAriticle article.articleDescription {
		margin-bottom: 4em;
	}
}

/* 小さい画面対応 */

@media only screen and (min-width: 769px) and (max-width: 1280px){

	#SDGsstudioArea #sdgsHead .sdgsLinks,
	#SDGsstudioArea #sdgsHead .sdgsLinks .official a {
		font-size: min(1.18vw, 15px);
	}

	#SDGsstudioArea #sdgsHead .sdgsLinks .insideLink {
		letter-spacing: .1em;
	}

	#SDGsstudioArea #sdgsHead .sdgsLinks .insideLink a.hoverAction {
		width: 48%;
	}

	#SDGsstudioArea #sdgsHead .sdgsLinks .official a img {
		width: calc(100vw * 34 / 1200);
	}

}

/* ===========================

	 記事ページ */

#brandingMain #articleText header.sdgsHead {
	background-image: linear-gradient(135deg, #fbfbfb, #f4f4f4);
}

#articleText .bgGray {
	position: relative;
}

#articleText .bgGray::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: calc(50% - 50vw);
	bottom: 0;
	left: calc(50% - 50vw);
	width: 100vw;
	background-color: #ebebeb;
}

#articleText #aboutAccTime .flexBox {
	position: relative;
}

#articleText #aboutAccTime .flexBox .textObj {
	color: #031A4B;
}

#articleText .typeDisc {
	margin-left: 1.5em;
	list-style-type: disc;
}

@media print, screen and (min-width: 769px) {

	#brandingMain #articleText header.sdgsHead {
		margin-bottom: 144px;
	}

	#brandingMain #articleText header.sdgsHead .contentWrap {
		padding: 0 40px;
	}

	#brandingMain #articleText header.sdgsHead h2 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 40px 0;
	}

	#brandingMain #articleText header.sdgsHead h2 .logo {
		width: 455px;
		text-align: center;
	}

	#brandingMain #articleText header.sdgsHead h2 .logo img {
		width: 278px;
		margin-top: -30px;
	}

	#brandingMain #articleText header.sdgsHead.frauHead h2 .logo img {
		width: 300px;
		margin-top: 0;
	}

	#brandingMain #articleText .articleBody .articleHead .titleText.centerPC {
		text-align: center;
	}

	/* 概要ページ */

	#articleText .aboutHead {
		margin-top: calc(-1.7em - 1.67em - 1.5em);
		background: transparent url(https://www.itochu.co.jp/ja/corporatebranding/sdgs/image/about_top_bg_pc.webp) no-repeat 50% top / cover;
	}

	#articleText .aboutHead .contentWrap {
		height: 840px;
	}

	#articleText .aboutHead h2 {
		text-align: center;
	    max-width: 400px;
	    margin: 0 auto;
	}
	
	#articleText #aboutAccTime {
		margin-top: 60px;
	}

	#articleText .flexBox {
		display: flex;
		margin: 50px auto;
		max-width: 1100px;
	}

	#articleText #aboutAccTime .flexBox .textObj {
		font-size: min(1.8rem, 1.7vw);
	}
	.contBody.col3Cell{
		margin-top: 50px;
	}

}

@media screen and (max-width:768px) {

	#brandingMain #articleText header.sdgsHead h2 {
		margin-top: -10%;
	}

	#brandingMain #articleText header.sdgsHead h2 .logo {
		text-align: center;
		margin: -15% 0 5%;
	}

	#brandingMain #articleText header.sdgsHead h2 .logo img {
		width: 90%;
	}

	#brandingMain #articleText header.sdgsHead.frauHead h2 .logo img {
		width: 70%;
	}

	/* 概要ページ */

	#articleText .aboutHead {
		position: relative;
	}

	#articleText .aboutHead .contentWrap {
		position: absolute;
		top: 5%;
	}

	#articleText #aboutAccTime {
		margin-top: 20%;
	}

	#articleText #aboutAccTime .flexBox .textObj {
		margin-top: 10%;
		font-size: 14px;
	}
}

.ttl_arw{
	position: relative;
	height:52px;
	color: #173E92;
	border: solid #173E92 2px;
	padding-top: 4px;
	border-right: 0px;
	padding-left:20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-radius: 3px;
}
.ttl_arw::before,
.ttl_arw::after {
	content: "";
	position: absolute;
	display: block;
	width: 36px;
	height: 33px;
	border-radius: 3px;
}
.ttl_arw.ttl01{
	width: 330px;
	font-size: 22px;
}
.ttl_arw.ttl01::before,
.ttl_arw.ttl01::after{
	left: 327px;
}
.ttl_arw.ttl02{
	width: 230px;
	font-size: 22px;
	padding-left: 50px;
	margin-top: 50px;
}
.ttl_arw.ttl02::before,
.ttl_arw.ttl02::after{
	left: 227px;
}
.ttl_arw.ttl03{
	width: 190px;
	font-size: 22px;
	padding-left: 50px;
	margin-top: 50px;
}
.ttl_arw.ttl03::before,
.ttl_arw.ttl03::after{
	left: 187px;
}
.ttl_arw::before {
	border-top: solid #173E92 2px; 
	transform: rotate(45deg);
	transform-origin: left top;
	margin-top: -6px;
}
.ttl_arw::after{
	border-bottom: solid #173E92 2px; 
	transform: rotate( -45deg);
	transform-origin: left bottom;
	top: 15px;
}

#SDGsstudioArea #sdgsHead .sdgsLead h3,
#SDGsstudioArea #sdgsHead .sdgsLead p{
	color: #071b48;
	font-weight: bold;
	letter-spacing: .1em;
}

#SDGsstudioArea #sdgsHead .sdgsLead h3{
	font-size: 36px;
	margin-bottom: 20px;
	line-height: 1.6;
}
#SDGsstudioArea #sdgsHead .sdgsLead p{
	font-size: 18px;
}

#SDGsstudioArea #sdgsContents .articleDescription .textObj{
	margin-top: 15px;
	margin-bottom: 50px;
}
#SDGsstudioArea #sdgsContents .articleDescription .textObj h4{
	display: flex;
	justify-content:space-between;
	margin-bottom: 10px;
}
#SDGsstudioArea #sdgsContents .articleDescription .textObj a{
    font-size: min(1.8vw, 2.2rem);
    transform: all 0.2s;
    font-weight: bold;
}
#SDGsstudioArea #sdgsContents .articleDescription .textObj.exhibition h4 > a{
    font-size: min(1.4vw, 2.2rem);
    line-height: 1.4;
    width: 65%;
}
#SDGsstudioArea #sdgsContents .articleDescription .textObj h4 a span.tag{
	display: block;
	font-size: 1.2rem;
	line-height: 1;
}
#SDGsstudioArea #sdgsContents .articleDescription .textObj a:hover{
	opacity: 0.7;
}
#SDGsstudioArea #sdgsContents .articleDescription .textObj h4 .linkbtn{
	position: relative;
}
#SDGsstudioArea #sdgsContents .articleDescription .textObj h4 .linkbtn a{
	display: inline-block;
	border: 1px solid #173E92;
	color: #173E92;
	padding: 2px 25px;
}
#SDGsstudioArea #sdgsContents .articleDescription .textObj h4 .linkbtn a {
  background-image: linear-gradient(-60deg, transparent 50%, #173E92 50%);
  background-position: right center;
  background-size: 300% 100%;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  transition: background-position .5s ease;
}

#SDGsstudioArea #sdgsContents .articleDescription .textObj h4 .linkbtn a:hover {
  background-position: left center;
  opacity: 1;
}
#SDGsstudioArea #sdgsContents .articleDescription .textObj h4 .linkbtn a .text {
  display: block;
  padding: 2px 0;
  background-image: linear-gradient(-60deg, #173E92 50%, #FFFFFF 50%);
  background-position: right center;
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: background-position .5s ease;
}
#SDGsstudioArea #sdgsContents .articleDescription .textObj h4 .linkbtn a:hover .text {
  background-position: left center;
}
#SDGsstudioArea #sdgsContents .articleDescription .textObj .detail{
	display: flex;
	justify-content:space-between;
}
#SDGsstudioArea #sdgsContents .articleDescription .textObj .detail p{
	width: 90%;
	font-size: min(1.4vw, 1.5rem);
	font-weight: bold;
	word-break: break-all;
}
#SDGsstudioArea #sdgsContents .articleDescription .textObj .detail .snslink{
	width: 25%;
	font-size: min(1.4vw, 1.3rem);
	text-align: center;
	line-height: 1.4;
}
#SDGsstudioArea #sdgsContents .articleDescription .textObj .detail.flex p{
	width: 75%;
}
#SDGsstudioArea #sdgsContents .articleDescription .textObj .detail .snslink a img {
    width: calc(100vw * 22 / 1200);
    margin-top: 10px;
    margin-bottom: 5px;
}
#SDGsstudioArea #sdgsContents .contBody.col3Cell .articleDescription .btnArea{
	margin-top: 25px;
	margin-bottom: 0;
	display: flex;
	justify-content:space-between;
	text-align: center;
}
#SDGsstudioArea #sdgsContents .contBody.col3Cell .articleDescription .btnArea a{
	font-size: 1.2rem;
	padding: 0;
	width: 48%;
	position: relative;
	margin-top: 0;
}
#SDGsstudioArea #sdgsContents .contBody.col3Cell .articleDescription .btnArea a:hover{
	opacity: 1;
}
#SDGsstudioArea #sdgsContents .contBody.col3Cell .articleDescription .btnArea div{
	width: 48%;
	font-size: 1.2rem;
	line-height: 1.4;
	font-weight: bold;
}
#SDGsstudioArea #sdgsContents .contBody.col3Cell .articleDescription .btnArea+.btnArea{
	margin-top: 7px;
}

#SDGsstudioArea #aboutAccTime .flexBox{
	display: flex;
	justify-content:space-between;
}
#SDGsstudioArea #aboutAccTime .flexBox .mapBlock,
#SDGsstudioArea #aboutAccTime .flexBox .textObj {
	width: 50%;
}
#SDGsstudioArea #aboutAccTime .flexBox .textObj{
	padding-top: 10px;
}

#SDGsstudioArea #aboutAccTime .flexBox .mapBlock iframe {
    width: 100%;
    height: calc(240 / 780 * 100vw);
}
#SDGsstudioArea #aboutAccTime .bnrArea{
	margin: 0 auto 100px;
	max-width: 800px;
}
#SDGsstudioArea #aboutAccTime .bnrArea a{
	transition: all 0.2s;
}
#SDGsstudioArea #aboutAccTime .bnrArea a:hover{
	opacity: 0.8;
}
#SDGsstudioArea #aboutAccTime .bnrArea p{
	font-size: 1.7rem;
	line-height: 1.6;
	margin-top: 20px;
}
#SDGsstudioArea #aboutAccTime .bnrArea p a{
	text-decoration: underline;
}
#SDGsstudioArea #aboutAccTime .bnrArea p a:hover{
	text-decoration: none;
}

@media screen and (max-width:768px) {
	.ttl_arw{
		height:40px;
		padding-top: 2px;
		padding-left:0;
	}
	.ttl_arw::before,
	.ttl_arw::after {
		width: 29px;
		height: 21px;
	}
	.ttl_arw.ttl01 {
	    width: 240px;
	    font-size: 16px;
	}
	.ttl_arw.ttl01::before,
	.ttl_arw.ttl01::after{
		left: 237px;
	}
	.ttl_arw.ttl02 {
	    width: 120px;
	    font-size: 16px;
	    padding-left: 0;
	}
	.ttl_arw.ttl02::before,
	.ttl_arw.ttl02::after{
		left: 117px;
	}
	.ttl_arw.ttl03 {
	    width: 100px;
	    font-size: 16px;
	    padding-left: 0;
	}
	.ttl_arw.ttl03::before,
	.ttl_arw.ttl03::after{
		left: 97px;
	}

	#SDGsstudioArea #sdgsHead .sdgsLead h3 {
	    font-size: 22px;
	    margin-top: 45px;
	    margin-bottom: 10px;
	    text-align: left;
	}
	#SDGsstudioArea #sdgsHead .sdgsLead p{
		font-size: 14px;
		text-align: left;
	}
	#SDGsstudioArea #aboutAccTime .flexBox {
	    display: block;
	    text-align: left;
	}
	#SDGsstudioArea #aboutAccTime .flexBox .mapBlock,
	#SDGsstudioArea #aboutAccTime .flexBox .textObj{
		width: 100%;
		padding: 0 5%;
	}
	#SDGsstudioArea #aboutAccTime .flexBox .textObj{
		margin-top: 10px;
		margin-bottom: 20px;
	}
	#SDGsstudioArea #aboutAccTime .flexBox .mapBlock{
		margin-bottom: 40px;
	}
	#SDGsstudioArea #aboutAccTime .flexBox .mapBlock iframe{
		height: 200px;
	}
	#SDGsstudioArea #aboutAccTime .bnrArea {
		width: 90%;
		margin-bottom: 20px;
	}
	#sdgsContents .contBody.col3Cell{
		display: flex;
		flex-wrap: wrap;
		column-gap: initial;
		justify-content:space-between;
		margin-top: 25px;
	}
	#sdgsContents .contBody.col3Cell .articleDescription{
		width: 48%;		
		padding-bottom: 20px;
	}
	#articleText .contBody.col3Cell .articleDescription+.articleDescription{
		margin-top: 0;
	}
	#SDGsstudioArea #sdgsContents .articleDescription .textObj h4 .linkbtn,
	#SDGsstudioArea #sdgsContents .articleDescription .textObj h4{
		display: inline-block;
	}
	#SDGsstudioArea #sdgsContents .articleDescription .textObj h4{
		margin-bottom: 5px;
	}
	#SDGsstudioArea #sdgsContents .articleDescription .textObj a,
	#SDGsstudioArea #sdgsContents .articleDescription .textObj.exhibition h4 > a {
	    font-size: 16px;
	    line-height: 1.4;
	    width: 100%;
	    margin-bottom: 5px;
	    text-align: center;
	}
	#SDGsstudioArea #sdgsContents .articleDescription .textObj .detail{
		display: block;
		width: 100%;
	}
	#SDGsstudioArea #sdgsContents .articleDescription .textObj .detail.flex p ,
	#SDGsstudioArea #sdgsContents .articleDescription .textObj .detail p {
	    width: 100%;
	    font-size: 11px;
	    line-height: 1.6;
	}
	#SDGsstudioArea #sdgsContents .contBody.col3Cell .articleDescription .btnArea{
		margin-top: 10px;
		display: block;
		width: 100%;
	}
	#SDGsstudioArea #sdgsContents .contBody.col3Cell .articleDescription .btnArea div,
	#SDGsstudioArea #sdgsContents .contBody.col3Cell .articleDescription .btnArea a{
		display: block;
		width: 100%;
	}
	#SDGsstudioArea #sdgsContents .contBody.col3Cell .articleDescription .btnArea div{
		font-size: 8px;
	}
	#SDGsstudioArea #sdgsContents .contBody.col3Cell .articleDescription .btnArea a{
		padding-top: 0;
		padding-bottom: 0;
	}
	.contBody.col3Cell .articleDescription .btnArea a .text{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#SDGsstudioArea #sdgsContents .articleDescription .textObj {
	    margin-top: 5px;
	    margin-bottom: 0;
	}
	#articleText #aboutAccTime {
	    margin-top: 0;
	}
	#SDGsstudioArea #sdgsContents .articleDescription .textObj .detail .snslink{
		width: 100%;
		line-height: 0.8;
	}
	#SDGsstudioArea #sdgsContents .articleDescription .textObj .detail .snslink a img{
		width: 25px;
	}
	#SDGsstudioArea #aboutAccTime .bnrArea p{
		font-size: 1.4rem;
		text-align: left;
	}
]