@charset "utf-8";

/* RESPONSIVE */
/* -------------------------------------------------- */

.eventImg{
	position: relative;
}
.upcoming-event {
    padding: 3px 5px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #C71818;
    color: #FFFFFF;
    font-size: 0.9rem;
}
.end-event {
    padding: 3px 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #666666;
    color: #FFFFFF;
    font-size: 1rem;
}

@media screen and (min-width: 1024px) {

	/* 980px以上用（PC用）の記述 */
	.sp {
		display: none !important;
	}

	.tablet {
		display: none !important;
	}

	/* -------------------------------------------------- */
	/* メインスライダー */
	/* -------------------------------------------------- */
	#sliderWrap {
		width: 100%;
		padding: 20px 0 90px;
		overflow: hidden;
	}

	.sp-slide a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}

	.sp-slide a::after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.5);
		opacity: 1;
		transition: all 0.3s ease-in-out 0s;
	}

	.sp-slide.sp-selected a::after {
		opacity: 0;
	}

	.sp-arrow {
		width: 50px;
		height: 50px;
		background: #000;
		transition: all 0.3s ease-in-out 0s;
	}

	.sp-arrow:hover {
		opacity: 0.7;
	}

	.sp-previous-arrow::before {
		width: 13px;
		height: 23px;
		background: url(../../img/common/slider_arrow_left.svg) 0 0 no-repeat;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.sp-next-arrow::before {
		width: 13px;
		height: 23px;
		background: url(../../img/common/slider_arrow_right.svg) 0 0 no-repeat;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.sp-previous-arrow::after,
	.sp-next-arrow::after {
		display: none;
	}

	.sp-thumbnail-container {
		background: #000;
		transition: all 0.3s ease-in-out 0s;
	}

	.sp-thumbnail-container img {
		opacity: 0.3
	}

	.sp-thumbnail-container.sp-selected-thumbnail img {
		opacity: 1
	}


	/* -------------------------------------------------- */
	/* ニュースリリース&動画 */
	/* -------------------------------------------------- */
	#information {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 80px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row-reverse;
	}

	#newsReleaseWrap {
		width: 50%;
		padding-left: 10px;
	}

	#newsRelease {
		padding-bottom: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		align-content: flex-start;
	}

	#newsRelease>li {
		width: 49%;
		max-width: 240px;
		margin-bottom: 20px;
	}

	.newsTxt {
		padding: 10px;
		border-left: 1px #e5e5e5 solid;
		border-right: 1px #e5e5e5 solid;
		border-bottom: 1px #e5e5e5 solid;
	}

	.newsName {
		display: inline-block;
		padding: 3px 5px;
		margin-bottom: 10px;
		background: #223377;
		color: #fff;
		font-size: 1.2rem;
	}

	.newsDate {
		font-size: 1.2rem;
		line-height: 1.2;
	}

	.newsTit {
/* 		padding-bottom: 20px; */
	}

	.sdgsIcon {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-wrap: wrap;
	}

	.sdgsIcon li {
		width: 30px;
		margin-left: 3px;
	}

	.sdgsIcon li img {
		width: 100%;
		height: auto;
	}

	#movieWrap {
		width: 50%;
		padding-right: 10px;
	}

	#movie {
		padding-bottom: 20px;
	}

	#movie li {
		padding-bottom: 30px;
	}

	.movieIframe {
		padding-bottom: 5px;
	}

	.movieIframe iframe {
		width: 490px !important;
	}

	.newsImg {
		height: 160px;
	}

	.newsImg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	/* -------------------------------------------------- */
	/* 事業紹介 */
	/* -------------------------------------------------- */
	#event {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 80px;
	}

	#eventWrap {
		width: 100%;
		padding: 0 0 50px;
	}

	#eventList {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.eventInfo  {
		padding: 10px;
		border-left: 1px #e5e5e5 solid;
		border-right: 1px #e5e5e5 solid;
		border-bottom: 1px #e5e5e5 solid;
	}
	
	.eventBox {
		width: 24%;
		margin-right: 1%;
		margin-bottom: 10px;
	}
	
	.eventBox a {
		display: block;
	}
	
	.eventBox:nth-child(4n) {
		margin-right: 0;
	}

	.eventBox img{
		width: 100%;
		height: auto;
	}

	.eventImg {
		position: relative;
	}

	.eventImg span {
		position: absolute;
		top: 0;
		right: 0;
		background: #000;
		color: #fff;
		font-size: 1.2rem;
	    padding: 2px 6px 2px 8px;
	}

	.eventDate {
		font-size: 1.2rem
	}
	
	.eventPlace {
		font-size: 1.2rem
	}
	
	.eventTit {
		padding-bottom: 10px;
		font-size: 1.6rem;
		font-weight: bold;
	}
	
	.blogCat li,
	.blogCat {
		display: inline-block;
		vertical-align: baseline;
		line-height: 1.1;
	}

	.blogCat li {
		padding: 2px 5px;
		background: #dcdcdc;
		font-size: 1rem;
		margin-right: 5px;
	}

	/* -------------------------------------------------- */
	/* トップリンクエリア */
	/* -------------------------------------------------- */
	#topLinkWrap {
		padding: 60px 0;
		background: #f6f6f6;
	}

	#topLink {
		width: 1000px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	#topLink li {
		width: calc(50% - 10px);
		margin-bottom: 20px;
		position: relative;
		background: #FFF;
	}

	#topLink li:after {
		content: "";
		width: 20px;
		height: 20px;
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		display: block;
		background: url(../../img/common/icon1.svg) center center no-repeat #000;
		z-index: 3;
		transition: all 0.3s ease-in-out 0s;
	}

	#topLink li a {
		width: 100%;
		height: 125px;
		padding: 0 50px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-size: 2.2rem;
		font-weight: bold;
		position: relative;
		z-index: 2;
		transition: all 0.3s ease-in-out 0s;
		color: #333;
	}

	#topLink li a:hover {
		color: #fff;
	}

	#topLink li:hover::after {
		background: url(../../img/common/icon1_hover.svg) center center no-repeat #fff;
	}

	#topLink li:before {
		content: "";
		width: 0;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		background: #223377;
		transition: all 0.3s ease-in-out 0s;
		z-index: 1;
	}

	#topLink li:hover:before {
		width: 100%;
	}

	#linkIcon1 a:before {
		content: url(../../img/top/top_link_icon1.png);
		margin-right: 20px;
		display: inline-block;
		transition: all 0.3s ease-in-out 0s;
	}

	#linkIcon2 a:before {
		content: url(../../img/top/top_link_icon2.png);
		margin-right: 20px;
		display: inline-block;
		transition: all 0.3s ease-in-out 0s;
	}

	#linkIcon3 a:before {
		content: url(../../img/top/top_link_icon3.png);
		margin-right: 20px;
		display: inline-block;
		transition: all 0.3s ease-in-out 0s;
	}

	#linkIcon4 a:before {
		content: url(../../img/top/top_link_icon4.png);
		margin-right: 20px;
		display: inline-block;
		transition: all 0.3s ease-in-out 0s;
	}

	#linkIcon1 a:hover::before {
		content: url(../../img/top/top_link_icon1_hover.png);
	}

	#linkIcon2 a:hover::before {
		content: url(../../img/top/top_link_icon2_hover.png);
	}

	#linkIcon3 a:hover::before {
		content: url(../../img/top/top_link_icon3_hover.png);
	}

	#linkIcon4 a:hover::before {
		content: url(../../img/top/top_link_icon4_hover.png);
	}


	/* -------------------------------------------------- */
	/* フッターバナーエリア */
	/* -------------------------------------------------- */
	#sdgsBnr {
		padding: 100px 0;
		text-align: center;
	}

	#footBnrArea {
		width: 1000px;
		margin: 0 auto 100px;
	}

	#footBnrArea ul {
		letter-spacing: -.4em;
		font-size: 0;
		text-align: left;
	}

	#footBnrArea ul li {
		display: inline-block;
		width: 19%;
		margin: 0 1% 10px 0;
	}

	#footBnrArea ul li:nth-child(5n) {
		margin: 0 1% 10px 0;
	}

	#footBnrArea ul li:last-child {
		margin-right: 0;
	}

	#footBnrArea ul li a {
		display: block;
	}

	#footBnrArea ul li img {
		width: 100%;
	}
}


@media screen and (min-width: 768px) and (max-width: 1023px) {

	/* 768px - 979px用（タブレット用）の記述 */
	.pc {
		display: none !important;
	}


	body {
		-webkit-text-size-adjust: 100%;
	}

	p,
	li,
	dt,
	dd {
		/*Androidブラウザフォントバグ対策*/
		max-height: 999999px;
	}

	/* -------------------------------------------------- */
	/* メインスライダー */
	/* -------------------------------------------------- */
	#sliderWrap {
		width: 100%;
		padding: 0 0 80px;
		overflow: hidden;
	}

	.sp-slide a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}

	.sp-slide img {
		width: 100%;
		height: auto;
	}

	.sp-slide a::after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.5);
		opacity: 1;
		transition: all 0.3s ease-in-out 0s;
	}

	.sp-slide.sp-selected a::after {
		opacity: 0;
	}

	.sp-arrow {
		width: 30px;
		height: 30px;
		background: rgba(0, 0, 0, 0.8);
		transition: all 0.3s ease-in-out 0s;
	}

	.sp-arrow:hover {
		opacity: 0.7;
	}

	.sp-previous-arrow::before {
		width: 6px;
		height: 11px;
		background: url(../../img/common/slider_arrow_left.svg) 0 0 no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.sp-next-arrow::before {
		width: 6px;
		height: 11px;
		background: url(../../img/common/slider_arrow_right.svg) 0 0 no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.sp-previous-arrow::after,
	.sp-next-arrow::after {
		display: none;
	}

	.sp-thumbnail-container {
		background: #000;
		transition: all 0.3s ease-in-out 0s;
	}

	.sp-thumbnail-container img {
		opacity: 0.3
	}

	.sp-thumbnail-container.sp-selected-thumbnail img {
		opacity: 1
	}

	/* -------------------------------------------------- */
	/* ニュースリリース&動画 */
	/* -------------------------------------------------- */
	#information {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 80px;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
	}

	#newsReleaseWrap {
		width: 100%;
		padding: 0 3% 30px;
	}

	#newsRelease {
		padding-bottom: 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		align-content: flex-start;
	}

	#newsRelease>li {
		width: 49%;
		margin-bottom: 20px;
	}

	.newsTxt {
		padding: 10px;
		border-left: 1px #e5e5e5 solid;
		border-right: 1px #e5e5e5 solid;
		border-bottom: 1px #e5e5e5 solid;
	}

	.newsName {
		display: inline-block;
		padding: 3px 5px;
		margin-bottom: 10px;
		background: #223377;
		color: #fff;
		font-size: 1.2rem;
	}

	.newsDate {
		font-size: 1.2rem;
		line-height: 1.2;
	}

	.newsTit {
		padding-bottom: 20px;
	}

	.sdgsIcon {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-wrap: wrap;
	}

	.sdgsIcon li {
		width: 30px;
		margin: 0 0 3px 3px;
	}

	.sdgsIcon li img {
		width: 100%;
		height: auto;
	}

	#movieWrap {
		width: 100%;
		padding: 0 3%;
	}

	#movie {
		padding-bottom: 20px;
	}

	#movie li {
		padding-bottom: 30px;
	}

	.movieIframe {
		padding-bottom: 5px;
	}

	.movieIframe iframe {
		width: 100% !important;
		height: 53vw;
	}

	.newsImg {
		height: 30vw;
	}

	.newsImg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	/* -------------------------------------------------- */
	/* 事業紹介 */
	/* -------------------------------------------------- */
	#event {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 80px;
	}

	#eventWrap {
		width: 100%;
		padding: 0 3% 30px;
	}

	#eventList {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	
	.eventBox {
		width: 50%;
		padding: 0 1% 0 0;
	}
	
	.eventBox:nth-child(2n) {
		width: 50%;
		padding: 0 0 0 1%;
	}

	.eventInfo  {
		padding: 10px;
		border-left: 1px #e5e5e5 solid;
		border-right: 1px #e5e5e5 solid;
		border-bottom: 1px #e5e5e5 solid;
	}
	
	.eventBox img{
		width: 100%;
		height: auto;
	}
	
	.eventItem {
		width: calc((100% - 10px) / 2);
	}
	
	.blogCat li,
	.blogCat {
		display: inline-block;
		vertical-align: baseline;
		line-height: 1.1;
	}

	.blogCat li {
		padding: 2px 5px;
		background: #dcdcdc;
		font-size: 1rem;
		margin-right: 5px;
	}

	/* -------------------------------------------------- */
	/* トップリンクエリア */
	/* -------------------------------------------------- */
	#topLinkWrap {
		padding: 40px 3%;
		background: #f6f6f6;
	}

	#topLink {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	#topLink li {
		width: 100%;
		margin-bottom: 20px;
		position: relative;
		background: #FFF;
	}

	#topLink li:after {
		content: "";
		width: 20px;
		height: 20px;
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		display: block;
		z-index: 10;
		background: url(../../img/common/icon1.svg) center center no-repeat #000;
	}

	#topLink li a {
		width: 100%;
		height: 125px;
		padding: 0 20px;
		display: block;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-size: 1.6rem;
		font-weight: bold;
	}

	#linkIcon1 a:before {
		content: url(../../img/top/top_link_icon1.png);
		margin-right: 20px;
		display: inline-block;
	}

	#linkIcon2 a:before {
		content: url(../../img/top/top_link_icon2.png);
		margin-right: 20px;
		display: inline-block;
	}

	#linkIcon3 a:before {
		content: url(../../img/top/top_link_icon3.png);
		margin-right: 20px;
		display: inline-block;
	}

	#linkIcon4 a:before {
		content: url(../../img/top/top_link_icon4.png);
		margin-right: 20px;
		display: inline-block;
	}

	/* -------------------------------------------------- */
	/* フッターバナーエリア */
	/* -------------------------------------------------- */
	#sdgsBnr {
		width: 100%;
		padding: 0 3% 30px;
		text-align: center;
	}

	#sdgsBnr img {
		width: 100%;
		height: auto;
	}

	#footBnrArea {
		width: 100%;
		margin: 80px auto;
	}

	#footBnrArea ul {
		width: 100%;
		padding: 0 3%;
		letter-spacing: normal;
		text-align: left;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	#footBnrArea ul li {
		display: inline-block;
		width: 49.2%;
		margin: 0 0 10px 0;
	}

	#footBnrArea ul li:nth-child(5n) {
		margin: 0 0 10px 0;
	}

	#footBnrArea ul li:last-child {
		margin-right: 0;
	}

	#footBnrArea ul li a {
		display: block;
	}

	#footBnrArea ul li img {
		width: 100%;
	}

}

@media screen and (max-width: 767px) {

	/* 479px以下用（スマートフォン用）の記述 */
	.pc {
		display: none !important;
	}

	.tablet {
		display: none !important;
	}

	body {
		-webkit-text-size-adjust: 100%;
	}

	p,
	li,
	dt,
	dd {
		/*Androidブラウザフォントバグ対策*/
		max-height: 999999px;
	}

	/* -------------------------------------------------- */
	/* メインスライダー */
	/* -------------------------------------------------- */

	#sliderWrap {
		width: 100%;
		padding: 0 0 60px;
		overflow: hidden;
	}


	.sp-slide a {
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}

	.sp-slide img {
		width: 100%;
		height: auto;
	}

	.sp-slide a::after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.5);
		opacity: 1;
		transition: all 0.3s ease-in-out 0s;
	}

	.sp-slide.sp-selected a::after {
		opacity: 0;
	}

	.sp-arrow {
		width: 30px;
		height: 30px;
		background: rgba(0, 0, 0, 0.8);
		transition: all 0.3s ease-in-out 0s;
	}

	.sp-arrow:hover {
		opacity: 0.7;
	}

	.sp-previous-arrow::before {
		width: 6px;
		height: 11px;
		background: url(../../img/common/slider_arrow_left.svg) 0 0 no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.sp-next-arrow::before {
		width: 6px;
		height: 11px;
		background: url(../../img/common/slider_arrow_right.svg) 0 0 no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.sp-previous-arrow::after,
	.sp-next-arrow::after {
		display: none;
	}

	.sp-thumbnail-container {
		background: #000;
		transition: all 0.3s ease-in-out 0s;
	}

	.sp-thumbnail-container img {
		opacity: 0.3
	}

	.sp-thumbnail-container.sp-selected-thumbnail img {
		opacity: 1
	}

	/* -------------------------------------------------- */
	/* ニュースリリース&動画 */
	/* -------------------------------------------------- */
	#information {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 80px;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-direction: column;
	}

	#newsReleaseWrap {
		width: 100%;
		padding: 0 3% 30px;
	}

	#newsRelease {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		align-content: flex-start;
	}

	#newsRelease>li {
		width: 49%;
		margin-bottom: 20px;
	}

	.newsTxt {
		padding: 10px;
		border-left: 1px #e5e5e5 solid;
		border-right: 1px #e5e5e5 solid;
		border-bottom: 1px #e5e5e5 solid;
	}

	.newsName {
		display: inline-block;
		padding: 3px 5px;
		margin-bottom: 10px;
		background: #223377;
		color: #fff;
		font-size: 1.2rem;
	}

	.newsDate {
		font-size: 1.2rem;
		line-height: 1.2;
	}

	.newsTit {
		font-size: 1.3rem;
		line-height: 1.3;
		letter-spacing: 0.05em;
/* 		padding-bottom: 20px; */
	}

	.sdgsIcon {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		flex-wrap: wrap;
	}

	.sdgsIcon li {
		width: 22px;
		margin: 0 0 3px 3px;
	}

	.sdgsIcon li img {
		width: 100%;
		height: auto;
	}

	#movieWrap {
		width: 100%;
		padding: 0 3%;
	}

	#movie li {
		padding-bottom: 30px;
	}

	.movieIframe {
		padding-bottom: 5px;
	}

	.movieIframe iframe {
		width: 100% !important;
		height: 53vw;
	}

	.newsImg {
		height: 30vw;
	}

	.newsImg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}

	/* -------------------------------------------------- */
	/* 事業紹介 */
	/* -------------------------------------------------- */
	#event {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto 80px;
	}

	#eventWrap {
		width: 100%;
		padding: 0 3% 30px;
	}

	#eventList {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.eventBox {
		width: 50%;
		padding: 0 1% 0 0;
	}
	
	.eventBox:nth-child(2n) {
		width: 50%;
		padding: 0 0 0 1%;
	}

	.eventInfo  {
		padding: 10px;
		border-left: 1px #e5e5e5 solid;
		border-right: 1px #e5e5e5 solid;
		border-bottom: 1px #e5e5e5 solid;
	}
	
	.eventBox img{
		width: 100%;
		height: auto;
	}

	.eventItem {
		width: calc((100% - 10px) / 2);
	}
	
	.blogCat li,
	.blogCat {
		display: inline-block;
		vertical-align: baseline;
		line-height: 1.1;
	}

	.blogCat li {
		padding: 2px 5px;
		background: #dcdcdc;
		font-size: 1rem;
		margin-right: 5px;
	}

	/* -------------------------------------------------- */
	/* トップリンクエリア */
	/* -------------------------------------------------- */
	#topLinkWrap {
		padding: 20px 3%;
		background: #f6f6f6;
	}

	#topLink {
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	#topLink li {
		width: 100%;
		margin-bottom: 10px;
		position: relative;
		background: #FFF;
	}

	#topLink li:after {
		content: "";
		width: 20px;
		height: 20px;
		position: absolute;
		top: 50%;
		right: 10px;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		display: block;
		background: url(../../img/common/icon1.svg) center center no-repeat #000;
	}

	#topLink li a {
		width: 100%;
		height: 85px;
		padding: 0 20px;
		display: block;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-size: 1.6rem;
		font-weight: bold;
	}

	#linkIcon1 a:before {
		content: url(../../img/top/top_link_icon1.png);
		margin-right: 20px;
		display: inline-block;
	}

	#linkIcon2 a:before {
		content: url(../../img/top/top_link_icon2.png);
		margin-right: 20px;
		display: inline-block;
	}

	#linkIcon3 a:before {
		content: url(../../img/top/top_link_icon3.png);
		margin-right: 20px;
		display: inline-block;
	}

	#linkIcon4 a:before {
		content: url(../../img/top/top_link_icon4.png);
		margin-right: 20px;
		display: inline-block;
	}

	/* -------------------------------------------------- */
	/* フッターバナーエリア */
	/* -------------------------------------------------- */
	#sdgsBnr {
		width: 100%;
		padding: 0 3% 30px;
		text-align: center;
	}

	#sdgsBnr img {
		width: 100%;
		height: auto;
	}

	#footBnrArea {
		width: 100%;
		margin: 80px auto;
	}

	#footBnrArea ul {
		width: 100%;
		padding: 0 3%;
		letter-spacing: normal;
		text-align: left;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	#footBnrArea ul li {
		display: inline-block;
		width: 49.2%;
		margin: 0 0 10px 0;
	}

	#footBnrArea ul li:nth-child(5n) {
		margin: 0 0 10px 0;
	}

	#footBnrArea ul li:last-child {
		margin-right: 0;
	}

	#footBnrArea ul li a {
		display: block;
	}

	#footBnrArea ul li img {
		width: 100%;
	}

}

@media all and (max-width: 440px) {
	.mainTxt {
		font-size: 4.545vw;
	}
}