@charset "utf-8";

.mainimgTop {
	background: url(../img/about/mainimg.jpg) no-repeat center 0 / cover;
}
/* ------------------------------
 PC用コード
------------------------------ */
@media print, screen and (min-width: 1921px) {
	.mainimgTop {
		background: url(../img/about/mainimg.jpg) no-repeat center center / 100% auto;
	}
}
.mainimgTop h1 img {
	width: 100px;
	height: auto;
}


/* ------------------------------
 ?@?\?E???\?E?{?H?????
------------------------------ */
.abilitylist ul {
	font-size: 0;
	text-align: center;
	padding: 7px 10px;
	border: solid 1px #ccc;
}
.abilitylist ul li {
	font-size: 1.3rem;
	display: inline-block;
	margin: 0 10px;
	padding-left: 20px;
}
.abilitylist ul li:nth-child(1) {
	background: url(../img/about/exc_icon01.gif) no-repeat 0 center;
}
.abilitylist ul li:nth-child(2) {
	background: url(../img/about/exc_icon02.gif) no-repeat 0 center;
}
.abilitylist ul li:nth-child(3) {
	background: url(../img/about/exc_icon03.gif) no-repeat 0 center;
}



.blueList ul {
	font-size: 0;
}
.blueList li {
	width: 24.25%;
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 20px;
	padding: 10px;
	margin-right: 1%;
	margin-bottom: 10px;
	border-radius: 5px;
	background: #003366;
}
.blueList li:nth-of-type(4n) {
	margin-right: 0;
}

.supportList li {
	width: 288px;
	float: left;
}
.supportList li:not(:nth-child(4n)) {
	margin-right: 22px;
}
.supportList li strong {
	font-size: 1.8rem;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	padding: 13px 10px;
	width: 69px;
	height: 69px;
	display: block;
	border-radius: 100%;
	background: #5DB6E7;
	float: left;
}
.supportList li span {
	display: block;
	overflow: hidden;
	padding-left: 10px;
}


/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.abilitylist ul {
		text-align: left;
	}
	.abilitylist ul li {
		display: block;
		margin: 0;
	}

	.blueList li {
		width: auto;
		padding: 5px 10px;
		display: block;
		margin-right: 0;
		margin-bottom: 5px;
	}

}

#policy {
    margin-top: -65px;
    padding-top: 65px;
}

@media screen and (max-width: 767px) {
	#policy {
		margin-top: 0px;
	    padding-top: 0px;
	}
}
/* ------------------------------
 現場スタッフ対談
------------------------------ */
.cms_block.sdgsBlock {
	padding: 50px 0 50px;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
}
.cms_block.sdgsBlock.bbnone {
	border-bottom: none;
}
a.youtubeLink {
	background: #F4F4F4 !important;
	border: none;
	padding: 0;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 0;
	width: 100%;
}
a.youtubeLink img {
	width: 40%;
	padding: 0;
	margin: 0;
}
a.youtubeLink p {
	padding: 0;
	display: flex;
}
a.youtubeLink p span {
    font-size: 1.6rem;
	margin: 30px 20px;
    text-align: center;
}
a.youtubeLink::after {
    content: "";
    width: 18px;
    height: 18px;
    background: #ce5227;
    position: absolute;
    bottom: -9px;
    right: -9px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sdgsBlock .cms_caption_b img {
    width: 70px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
}
@media screen and (min-width: 768px) {
	a.youtubeLink {
		display: flex;
		width: 400px;
		margin-bottom: 30px;
	}
	a.youtubeLink img {
		width: 180px;
	}
	a.youtubeLink p {
		align-items: center;
		justify-content: center;
	}
	a.youtubeLink p span {
		font-size: 1.8rem;
		margin: 0 0 0 30px;
	}
	.interview_name .cms_image {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.interview_name .cms_image img {
		width: 230px;
		margin-left: 0;
	}
	.interview_name .cms_image .cms_caption_b {
		width: calc(100% - 247px);
	}
	.cms_text span.f18.blue.bold {
		display: block;
		margin-bottom: -10px;
	}
	.pc_mt45 {
		margin-top: 45px;
	}
}
@media screen and (max-width: 767px) {
	.cms_block.sdgsBlock {
		padding: 30px 0 30px;
	}
	.interview_name .w597 {
		margin-bottom: 40px;
	}
	.interview_name .w597 img {
		width: 230px;
		margin-bottom: 15px;
	}
	.interview_name .w597 .cms_caption_b .blue.mb20 {
		margin-bottom: 10px !important;
	}
}