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

Name: award.css
Description: CSS for inclusivesociety award Article Modules
Copyright 2025 The Hitachi Global Foundation.

***************************************************** */

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

   /award/list 配下

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

body {
	 -webkit-print-color-adjust: exact;
	 print-color-adjust: exact;
}

#Contents {
    padding-bottom: 0;
}
.ContactArea {
	margin: 5px auto 0;
}

.ContentsWrapper {
	box-sizing: border-box;
	background-image: url("../images/award_bk_all.png");
	background-repeat: repeat;
	background-size: contain;
	padding-bottom: 0;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 994px) {
	.ContentsWrapper {
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 579px) {
	.ContentsWrapper {
		background-image: url("../images/award_bk_all_sp.png");
	}
}
.ContentsWrapper::after {
	content: "";
    background-image: url(../images/award_bk_footer.png);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
	z-index: -1;
}
@media screen and (max-width: 1305px) {
	.ContentsWrapper::after {
		height: 85px;
	}
}
@media screen and (max-width: 579px) {
	.ContentsWrapper::after {
		height: 50px;
	}
}
@media screen and (max-width: 399px) {
	.ContentsWrapper::after {
		height: 40px;
	}
}

/* ----------------------------------------------------
   Branding
------------------------------------------------------- */

.AwardBrandingArea {
	background-image: url("../images/award_bk_visual3.png");
	background-image: url("../images/award_bk_visual.png");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: cover;
	box-sizing: border-box;
	height: 490px;
	width: auto;
}
@media screen and (max-width: 1305px) {
	.AwardBrandingArea {
		background-position: 10% 50%;
	}
}
@media screen and (max-width: 579px) {
	.AwardBrandingArea {
		height: 300px;
	}
}

.AwardBrandingInner {
	box-sizing: border-box;
    display: flex;
    justify-content: center;
    width: 1275px;
    margin: 0 auto;
    padding-top: 30px;
    align-items: center;
	position: relative;
}
@media screen and (max-width: 1305px) {
	.AwardBrandingInner {
		width: 100%;
	}
}

.AwardTitle {
	box-sizing: border-box;
	width: 950px;
}
@media screen and (max-width: 994px) {
	.AwardTitle {
		width: 100%;
	}
}
.AwardTitle img {
	width: 100%;
	height: auto;
}

.AwardReadText {
	box-sizing: border-box;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.95);
	padding: 60px;
	/*box-shadow: 3px 3px 3px rgba(225, 225, 225, 0.8);*/
	color: #222;
	font-size: 100%;
	margin: 60px auto;
	width: 1275px;
}
@media screen and (max-width: 1305px) {
	.AwardReadText {
		width: 90%;
	}
}
@media screen and (max-width: 579px) {
	.AwardReadText {
		padding: 30px;
		font-size: 100%;
		margin: 45px auto;
		width: 95%;
	}
}
@media screen and (max-width: 399px) {
	.AwardReadText {
		font-size: 87%;
		margin: 30px auto;
	}
}

/* ----- UnderLayer ----- */
.AwardBrandingArea2 {
	background-image: url("../images/award_bk_visual4.png");
	background-image: url("../images/award_bk_visual2.png");
	background-repeat: no-repeat;
	background-position: 0% 45%;
	background-size: cover;
	box-sizing: border-box;
	height: 300px;
	width: auto;
}
@media screen and (max-width: 1305px) {
	.AwardBrandingArea2 {
		background-position: 10% 50%;
	}
}
@media screen and (max-width: 579px) {
	.AwardBrandingArea2 {
		height: 160px;
	}
}

.AwardBrandingArea2 .AwardBrandingInner {
	box-sizing: border-box;
    display: flex;
    justify-content: center;
    width: 1275px;
    margin: 0 auto;
    padding-top: 10px;
    align-items: center;
	position: relative;
}
@media screen and (max-width: 1305px) {
	.AwardBrandingArea2 .AwardBrandingInner {
		width: 100%;
	}
}
@media screen and (max-width: 769px) {
	.AwardBrandingArea2 .AwardBrandingInner {
		padding-top: 30px;
	}
}
@media screen and (max-width: 579px) {
	.AwardBrandingArea2 .AwardBrandingInner {
		padding-top: 15px;
	}
}

/* ----------------------------------------------------
   Sort Contents
------------------------------------------------------- */
.AwardSortArea {
	box-sizing: border-box;
	width: 1275px;
	margin: 0 auto;
	padding: 120px 60px 60px;
}
@media screen and (max-width: 1305px) {
	.AwardSortArea {
		width: 100%;
		padding: 150px 60px 60px;
	}
}
@media screen and (max-width: 994px) {
	.AwardSortArea {
		padding: 175px 30px 60px;
	}
}
@media screen and (max-width: 769px) {
	.AwardSortArea {
		padding: 165px 30px 60px;
	}
}
@media screen and (max-width: 579px) {
	.AwardSortArea {
		padding: 250px 15px 30px;
	}
}
@media screen and (max-width: 399px) {
	.AwardSortArea {
		padding: 200px 15px 15px;
	}
}

.AwardSortBtnWrapper {
	box-sizing: border-box;
	margin: 0 0 60px;
}
@media screen and (max-width: 579px) {
	.AwardSortBtnWrapper {
		margin: 0 0 30px;
	}
}
/* ----- ソートボタン ----- */

.AwardExplanation {
	box-sizing: border-box;
	font-size: 100%;
	padding: 0 0 30px;
}
@media screen and (max-width: 399px) {
	.AwardExplanation {
		font-size: 90%;
	}
}

.AwardSortBtn ul {
	box-sizing: border-box;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: relative;
}
.AwardSortBtn ul::before {
    content: '';
    display: block;
    width: 100%;
	margin-bottom: 5px;
    font-weight: bold;
}

.AwardSortBtn ul li {
	box-sizing: border-box;
    background-color: #fff;
	box-shadow: 3px 3px 3px rgba(225, 225, 225, 0.8);
    border-radius: 50px;
    color: #222;
    align-items: center;
    font-size: 87%;
    padding: 10px 25px 8px;
    position: relative;
    margin: 0 15px 15px 0;
	cursor: pointer;
	transition: all 0.3s;
}
@media screen and (max-width: 579px) {
	.AwardSortBtn ul li {
		font-size: 75%;
	}
}
.AwardSortBtn ul li:hover {
	background-color: #222;
	color: #fff;
}
.AwardSortBtn ul li.SortActive {
	background-color: #222;
	box-shadow: 5px 5px 5px rgba(225, 225, 225, 0.8);
	color: #fff;
}

.AwardSortBtn ul.AwardSortYear::before {
    content: '年度別';
}
.AwardSortBtn ul.AwardSortAward::before {
    content: '賞別';
}
.AwardSortBtn ul.AwardSortSdgs::before {
    content: 'SDGsゴール別 ※受賞者がいるSDGsゴールのみ表示しています';
}
.AwardSortBtn ul.AwardSortCountry::before {
    content: '国別';
}


/* ----- Box ----- */
.SortColumn4Set {
	box-sizing: border-box;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

a.SortColumn {
	box-sizing: border-box;
    border-radius: 5px;
    text-decoration: none;
    background-color: #f3f5f7;
	box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
    color: #222;
    padding: 15px;
    margin: 0 15px 30px 15px;
    width: calc(25% - 30px);
}
@media screen and (max-width: 994px) {
	a.SortColumn {
		width: calc(33.3% - 30px);
	}
}
@media screen and (max-width: 579px) {
	a.SortColumn {
		padding: 7.5px;
		margin: 0 7.5px 30px 7.5px;
		width: calc(50% - 15px);
	}
}

/* ----- Img&Text Box ----- */
.ImgTextContainer {
	display: flex;
	flex-wrap: wrap;
}

.TextContainer {
	box-sizing: border-box;
	padding: 0 15px;
	width: 100%;
}
@media screen and (max-width: 579px) {
	.TextContainer {
		padding: 0 7.5px;
	}
}
.ImgContainer {
	box-sizing: border-box;
	padding: 15px 30px;
	width: 100%;
}
@media screen and (max-width: 579px) {
	.ImgContainer {
		padding: 7.5px;
	}
}
.ImgContainer img {
	width: 100%;
    height: auto;
}

a .AwardName {
	font-size: 100%;
	margin-bottom: 10px;
	font-weight: bold;
	color: #222;
}
a .AwardName::after {
	background: url(../../../image/jp/r1/icon/icon_link_right_hd.gif) no-repeat 0% 50%;
    background-size: 20px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 20px;
    margin-left: 0;
    vertical-align: middle;
    width: 22px;
}

/* hover */
a:hover .AwardName::after{
	background-position: 100% 50%;
}

a .AwardTheme {
	font-size: 90%;
	color: #222;
}


/* ----- 絞り込み機能用 ----- */
[class*="SortArea"] .SortColumn {
  display: none;
}
[class*="SortArea"] .SortColumn.visible {
  display: block;
}


/* ----------------------------------------------------
   Navi --UnderLayerOnly
------------------------------------------------------- */

ul.AwardNavi {
	box-sizing: border-box;
	background-color: #333;
	padding: 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 579px) {
	ul.AwardNavi {
		padding: 20px 0;
	}
}

ul.AwardNavi li {
	box-sizing: border-box;
	padding: 15px 30px;
	border-right: 1px solid #fff;
}
ul.AwardNavi li:last-child {
	border-right: none;
}
ul.AwardNavi li a {
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 579px) {
	ul.AwardNavi li {
		padding: 10px;
		font-size: 87%;
		border-right: none;
	}
}

/* ----------------------------------------------------
   Area --UnderLayerOnly
------------------------------------------------------- */
/* ----- 説明エリア ----- */
.ExplanationArea {
	box-sizing: border-box;
	background-color: #fff;
	padding: 90px 30px;
}
@media screen and (max-width: 994px) {
	.ExplanationArea {
		padding: 60px 30px;
	}
}
@media screen and (max-width: 579px) {
	.ExplanationArea {
		padding: 30px 15px;
	}
}

/* ----- 委員紹介エリア ----- */
.MemberInfoArea {
	box-sizing: border-box;
	background-image: url("../images/award_bk_all.png");
	background-size: cover;
	padding: 90px 30px;
}
@media screen and (max-width: 994px) {
	.MemberInfoArea {
		padding: 60px 30px;
	}
}

/* ----- 最優秀賞 ----- */
div.BestAwardArea {
	box-sizing: border-box;
	background-image: url("../images/award_best.png");
	background-size: contain;
	padding: 90px 30px 0;
}
div.BestAwardArea:nth-last-child(1 of .BestAwardArea) {
  padding: 90px 30px;
}
@media screen and (max-width: 994px) {
	div.BestAwardArea {
		padding: 60px 30px 0;
	}
	div.BestAwardArea:nth-last-child(1 of .BestAwardArea) {
  		padding: 60px 30px;
	}
}

/* ----- 優秀賞 ----- */
div.ExcellenceAwardArea {
	box-sizing: border-box;
	background-image: url("../images/award_excellence.png");
	background-size: contain;
	padding: 90px 30px 0;
}
div.ExcellenceAwardArea:nth-last-child(1 of .ExcellenceAwardArea) {
  padding: 90px 30px;
}
@media screen and (max-width: 994px) {
	div.ExcellenceAwardArea {
		padding: 60px 30px 0;
	}
	div.ExcellenceAwardArea:nth-last-child(1 of .ExcellenceAwardArea) {
  		padding: 60px 30px;
	}
}

/* ----- 奨励賞 ----- */
div.EncouragementAwardArea {
	box-sizing: border-box;
	background-image: url("../images/award_encouragement.png");
	background-size: contain;
	padding: 90px 30px 0;
}
div.EncouragementAwardArea:nth-last-child(1 of .EncouragementAwardArea) {
  padding: 90px 30px;
}
@media screen and (max-width: 994px) {
	div.EncouragementAwardArea {
		padding: 60px 30px 0;
	}
	div.EncouragementAwardArea:nth-last-child(1 of .EncouragementAwardArea) {
  		padding: 60px 30px;
	}
}

.AreaInner {
	box-sizing: border-box;
	width: 1275px;
	margin: 0 auto;
}
@media screen and (max-width: 1305px) {
	.AreaInner {
		width: 100%;
	}
}

/* ----------------------------------------------------
   Title Text --UnderLayerOnly
------------------------------------------------------- */
/* --- h2 --- */
h2.SectionHeading {
	background-image: none;
	color: #222;
    font-size: 300%;
    font-weight: normal;
    text-align: center;
    box-sizing: border-box;
    padding: 0 0 60px;
}
@media screen and (max-width: 579px) {
	h2.SectionHeading {
		font-size: 230%;
	}
}

/* --- h2 --- */
h2.SectionHeading2 {
	background: none;
	color: #a9001c;
	background-image: none;
    font-size: 300%;
    font-weight: normal;
    text-align: center;
    box-sizing: border-box;
    padding: 60px 0;
}
@media screen and (max-width: 579px) {
	h2.SectionHeading2 {
		font-size: 230%;
		padding: 60px 0 15px;
	}
}

/* --- 個別設定 --- */
.SliderInner h2.SectionHeading {
	background-image: none;
	color: #fff;
    font-size: 300%;
    font-weight: normal;
    text-align: center;
    box-sizing: border-box;
    padding: 0 0 60px;
}
@media screen and (max-width: 579px) {
	.SliderInner h2.SectionHeading {
		font-size: 230%;
		padding: 0 0 30px;
	}
}

/* --- h3 --- */
h3.SectionHeading {
	color: #222;
    font-size: 150%;
    font-weight: normal;
}

/* --- h4 --- */
h4.SectionHeading {
	color: #222;
    font-size: 100%;
    font-weight: bold;
}

/* --- Bold --- */
.TextBold {
	font-weight: bold;
}

/* --- Large --- */
.TextLarge {
	font-size: 100%;
}

/* --- small --- */
.TextSmall {
	font-size: 87% !important;
}

/* --- TextRed --- */
.TextRed {
	color: #cc0000 !important;
}

/* --- エリア単位の個別設定 --- */
.ExplanationArea .TextStyle1 {
	font-size: 98%;
}

/* ----------------------------------------------------
   Decoration
------------------------------------------------------- */
.TopLine {
	border-top: 3px solid #a9001c;
	padding: 20px 0;
}

.CenterLine {
	position: relative
}
.CenterLine::before {
	content: "";
	background-color: #a9001c;
	width: 130px;
	height: 8px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 45%;
}
@media screen and (max-width: 994px) {
	.CenterLine::before {
		width: 100px;
		left: 44%;
	}
}
@media screen and (max-width: 579px) {
	.CenterLine::before {
		left: 36%;
	}
}
@media screen and (max-width: 399px) {
	.CenterLine::before {
		left: 34%;
	}
}

.Best::after {
	content: "";
	background-image: url("../images/best.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 70%;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 30px;
	left: 46%;
}
@media screen and (max-width: 994px) {
	.Best::after {
		left: 44%;
	}
}
@media screen and (max-width: 579px) {
	.Best::after {
		left: 36%;
		top: 10px;
	}
}
@media screen and (max-width: 399px) {
	.Best::after {
		left: 34%;
	}
}

.Excellence::after {
	content: "";
	background-image: url("../images/excellence.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 70%;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 30px;
	left: 46%;
}
@media screen and (max-width: 994px) {
	.Excellence::after {
		left: 44%;
	}
}
@media screen and (max-width: 579px) {
	.Excellence::after {
		left: 36%;
		top: 10px;
	}
}
@media screen and (max-width: 399px) {
	.Excellence::after {
		left: 34%;
	}
}

.Encouragement::after {
	content: "";
	background-image: url("../images/encouragement.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 70%;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 30px;
	left: 46%;
}
@media screen and (max-width: 994px) {
	.Encouragement::after {
		left: 44%;
	}
}
@media screen and (max-width: 579px) {
	.Encouragement::after {
		left: 36%;
		top: 10px;
	}
}
@media screen and (max-width: 399px) {
	.Encouragement::after {
		left: 34%;
	}
}

/* ----------------------------------------------------
   BackgroundColor
------------------------------------------------------- */
.InnerWhite {
	box-sizing: border-box;
	background-color: #fff;;
	padding: 60px 60px 90px;
}
.InnerGray {
	box-sizing: border-box;
	background-color: #f4f4f4;
	padding: 60px 60px 90px;
}
@media screen and (max-width: 994px) {
	.InnerWhite,
	.InnerGray {
		padding: 60px 30px 60px;
	}
}
@media screen and (max-width: 579px) {
	.InnerWhite,
	.InnerGray {
		padding: 30px 15px 60px;
	}
}

/* ----------------------------------------------------
   Box
------------------------------------------------------- */

/* ----- SDGsターゲット紹介 ----- */
.SdgsBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 60px 0;
}
@media screen and (max-width: 579px) {
	.SdgsBox {
		margin: 30px 0 0;
	}
}
.SdgsBoxItem {
	box-sizing: border-box;
	width: 48.5%;
	display: flex;
}
@media screen and (max-width: 579px) {
	.SdgsBoxItem {
		width: 100%;
		margin-bottom: 30px;
		font-size: 98%;
	}
}
.ImgItem {
	width: 120px;
	height: auto;
	margin: 0 15px 0 0;
}
@media screen and (max-width: 994px) {
	.ImgItem {
		width: 100px;
	}
}
@media screen and (max-width: 579px) {
	.ImgItem {
		width: 80px;
	}
}
.ImgItem img {
	width: 100%;
	height: auto;
}

.SdgsInfo {
	width: calc(100% - 120px);
	font-size: 98%;
}
@media screen and (max-width: 994px) {
	.SdgsInfo {
		width: calc(100% - 100px);
	}
}
@media screen and (max-width: 579px) {
	.SdgsInfo {
		width: calc(100% - 80px);
	}
}

/* ----- 委員紹介 ------ */
.MemberBox {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.MemberBoxItem {
	box-sizing: border-box;
	margin: 0 30px 30px;
	width: calc(50% - 60px);
	display: flex;
	align-items: center;
}
@media screen and (max-width: 579px) {
	.MemberBoxItem {
		margin: 0 15px 15px;
		width: 100%;
	}
}
.MemberPhoto {
	width: 85px;
	height: auto;
	margin-right: 15px;
}
.MemberPhoto img {
	width: 100%;
	height: auto;
}
.MemberName {
	width: calc(100% - 100px);
}

/* ----- PicUpComment ----- */
.PicUpComment {
	box-sizing: border-box;
	background-color: #fff;
	padding: 45px;
}
@media screen and (max-width: 579px) {
	.PicUpComment {
		padding: 15px;
	}
}

/* ----- 研究者の受賞内容 ----- */
.DetailBox {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.DetailImg {
	width: 180px;
	margin: 0 30px 15px 0;
}
@media screen and (max-width: 994px) {
	.DetailImg {
		width: 150px;
	}
}
@media screen and (max-width: 579px) {
	.DetailImg {
		width: 100%;
		margin: 0;
	}
}
.DetailImg img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 579px) {
	.DetailImg img {
		display: block;
		margin: 0 auto;
		width: 60%;
	}
}
.DetailText {
	width: calc(100% - 210px);
	margin: 0;
}
@media screen and (max-width: 994px) {
	.DetailText {
		width: calc(100% - 180px);
	}
}
@media screen and (max-width: 579px) {
	.DetailText {
		width: 100%;
	}
}

/* ----- SDGsターゲット ----- */
.SdgsTarget {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 30px;
}
@media screen and (max-width: 579px) {
	.SdgsTarget {
		width: 75%;
		margin: 15px auto 30px;
		align-items: center;
	}
}

.SdgsTargetImg {
	width: 40%;
	margin: 0 15px 0 0;
}
@media screen and (max-width: 579px) {
	.SdgsTargetImg {
		width: 25%;
	}
}
.SdgsTargetImg img {
	width: 100%;
	height: auto;
}

.SdgsTargetText {
	font-size: 90%;
	width: calc(60% - 15px);
}
@media screen and (max-width: 579px) {
	.SdgsTargetText {
		width: calc(75% - 15px);
	}
}
.SdgsTargetText span {
	font-weight: bold;
}
@media screen and (max-width: 579px) {
	.SdgsTargetText span {
		display: block;
	}
}

/* ----- 研究者紹介 ----- */
/* --- テーマ --- */
.ThemeSet {
	font-size: 200%;
	color: #222;
	font-weight: bold;
	margin: 0 0 15px;
	line-height: 1.4;
}
@media screen and (max-width: 769px) {
	.ThemeSet {
		font-size: 175%;
	}
}
@media screen and (max-width: 579px) {
	.ThemeSet {
		font-size: 100%;
	}
}
.ThemeSet::before {
	content: '研究テーマ';
    display: block;
    font-weight: normal;
    color: #222;
	font-size: 12px;
}

/* --- 研究者名 --- */
.ResearcherSet {
	font-size: 175%;
	color: #222;
	margin: 0 0 15px;
}
@media screen and (max-width: 579px) {
	.ResearcherSet {
		font-size: 100%;
	}
}
.ResearcherSet::before {
	content: '氏名';
    display: block;
    font-weight: normal;
    color: #222;
	font-size: 12px;
	line-height: 1.0;
}
/* --- 所属 --- */
.PositionSet {
	font-size: 100%;
	color: #222;
	margin: 0 0 15px;
}
.PositionSet::before {
	content: '所属・役職';
    display: block;
    font-weight: normal;
    color: #222;
	font-size: 12px;
}
/* --- 国 --- */
.CountrySet {
	font-size: 100%;
	color: #222;
}
.CountrySet::before {
	content: '国';
    display: block;
    font-weight: normal;
    color: #222;
	font-size: 12px;
}
.CountrySet img {
	display: inline-block;
	padding: 3px 0 0 8px;
}


/* ----- MovieBox ----- */ 
.MovieBox {
	box-sizing: border-box;
	background-color: #333;
	padding: 60px 0 60px 60px;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin: 60px 0 0;
}
@media screen and (max-width: 994px) {
	.MovieBox {
		padding: 30px;
		margin: 30px 0 0;
	}
}
@media screen and (max-width: 579px) {
	.MovieBox {
		padding: 15px;
	}
}

.MovieItem {
	width: 60%;
	margin: 0 30px 0 0;
}
@media screen and (max-width: 994px) {
	.MovieItem {
		width: 100%;
		margin: 0;
	}
}
.MovieDatail {
	box-sizing: border-box;
	width: calc(40% - 60px);
	padding: 30px 0 30px 30px;
	border-left: 1px solid #fff;
}
@media screen and (max-width: 994px) {
	.MovieDatail {
		width: 100%;
		margin-top: 30px;
		padding: 30px;
		border-left: none;
		border-top: 1px solid #fff;
	}
}
@media screen and (max-width: 579px) {
	.MovieDatail {
		padding: 15px;
	}
}

.Youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.Youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.MovieText {
	font-size: 150%;
	font-weight: bold;
	margin: 0 0 30px;
}
@media screen and (max-width: 579px) {
	.MovieText {
		font-size: 100%;
		margin: 0 0 15px;
	}
}
.MovieDescription {
	font-size: 120%;
}
@media screen and (max-width: 579px) {
	.MovieDescription {
		font-size: 100%;
	}
}

/* ----- 3カラム ----- */
.Column3Box {
	box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
}
.Column3Item {
	box-sizing: border-box;
    border-radius: 5px;
    color: #333;
    margin: 0 7.5px 15px;
    width: calc(33.3% - 15px);
}
@media screen and (max-width: 994px) {
	.Column3Item {
		margin: 0 7.5px 7.5px;
    	width: calc(33.3% - 15px);
	}
}
@media screen and (max-width: 769px) {
	.Column3Item {
		margin: 0 0 7.5px;
    	width: 100%;
	}
}

/* ----- 2カラム ----- */
.Column2Box {
	box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
}
.Column2Item {
	box-sizing: border-box;
    border-radius: 5px;
    color: #333;
    margin: 0 7.5px 15px;
    width: calc(50% - 15px);
}
@media screen and (max-width: 994px) {
	.Column2Item {
		margin: 0 7.5px 7.5px;
    	width: calc(50% - 15px);
	}
}
@media screen and (max-width: 579px) {
	.Column2Item {
		margin: 0 0 7.5px;
    	width: 100%;
	}
}

/* ----- ImgOnlyStyle ----- */
.AccordionItem p.ImgOnlyStyle {
	font-size: 87%;
	margin: 0 7.5px 15px;
}
@media screen and (max-width: 579px) {
	.AccordionItem p.ImgOnlyStyle {
		margin: 0 0 15px;
		text-align: left;
	}
}
.AccordionItem .Column2Box p.ImgOnlyStyle,
.AccordionItem .Column3Box p.ImgOnlyStyle {
	margin: 0;
}



dl.AccordionSet {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin: 60px 0 0;
}
@media screen and (max-width: 579px) {
	dl.AccordionSet {
		margin: 30px 0 0;
	}
}

dl.AccordionSet dt {
	box-sizing: border-box;
	background-color: #fff;
	font-size: 125%;
	font-weight: bold;
	color: #a9001c;
	padding: 30px;
}
@media screen and (max-width: 579px) {
	dl.AccordionSet dt {
		font-size: 100%;
		padding: 30px 15px;
	}
}
.InnerGray dl.AccordionSet dt {
	background-color: #f4f4f4;
}

dl.AccordionSet dd {
	box-sizing: border-box;
	padding: 30px;
}

.AccordionItem {
	box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	margin: 0 0 30px;
}
@media screen and (max-width: 579px) {
	.AccordionItem {
		margin: 0 0 15px;
	}
}

.AccordionInnerTitle {
	width: 150px;
	margin: 0 30px 0 0;
}
@media screen and (max-width: 579px) {
	.AccordionInnerTitle {
		width: 100%;
		margin: 0;
	}
}
.AccordionInnerTitle h3 {
	color: #222;
}
@media screen and (max-width: 579px) {
	.AccordionInnerTitle h3 {
		font-size: 98%;
	}
}

.AccordionInnerText {
	box-sizing: border-box;
	border-left: 1px solid #d9d9d9;
	padding: 0 0 0 30px;
	width: calc(100% - 210px);
}
@media screen and (max-width: 579px) {
	.AccordionInnerText {
		border-left: none;
		border-top: 1px solid #d9d9d9;
		padding: 15px 0 0;
		width: 100%;
	}
}

.AccordionItem p {
	font-size: 100%;
}
@media screen and (max-width: 579px) {
	.AccordionItem p {
		font-size: 98%;
	}
}

.AccordionItem ol,
.AccordionItem ul{
	font-size: 100%;
	margin: 0 0 15px;
}
@media screen and (max-width: 579px) {
	.AccordionItem ol,
	.AccordionItem ul {
		font-size: 98%;
	}
}

/* ----------------------------------------------------
   Adjust Color
------------------------------------------------------- */

.Sdgs01,
.Sdgs01 strong {
	color: #e5243b;
}
.Sdgs02,
.Sdgs02 strong {
	color: #DDA63A ;
}
.Sdgs03,
.Sdgs03 strong {
	color: #4C9F38;
}
.Sdgs04,
.Sdgs04 strong {
	color: #C5192D;
}
.Sdgs05,
.Sdgs05 strong {
	color: #FF3A21;
}
.Sdgs06,
.Sdgs06 strong {
	color: #26BDE2;
}
.Sdgs07,
.Sdgs07 strong {
	color: #FCC30B;
}
.Sdgs08,
.Sdgs08 strong {
	color: #A21942;
}
.Sdgs09,
.Sdgs09 strong {
	color: #FD6925;
}
.Sdgs10,
.Sdgs10 strong {
	color: #DD1367;
}
.Sdgs11,
.Sdgs11 strong {
	color: #FD9D24;
}
.Sdgs12,
.Sdgs12 strong {
	color: #BF8B2E;
}
.Sdgs13,
.Sdgs13 strong {
	color: #3F7E44;
}
.Sdgs14,
.Sdgs14 strong {
	color: #0A97D9;
}
.Sdgs15,
.Sdgs15 strong {
	color: #56C02B;
}
.Sdgs16,
.Sdgs16 strong {
	color: #00689D;
}
.Sdgs17,
.Sdgs17 strong {
	color: #19486A;
}


/* ----------------------------------------------------
   アコーディオン
------------------------------------------------------- */
.toggle {
  display: none;
}
.toggle_switch,
.toggle_contents {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.toggle_switch {
  display: block;
  font-weight: bold;
}
.AccordionSet dt {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}
.AccordionSet dt span {
  padding: 0 6.5%;
  display: block;
}
.AccordionSet dt span::before {
  display: block;
  content: '';
  width: 22px;
  height: 26px;
  background: url(/activities/award/images/arrow_down.svg) no-repeat;
  position: absolute;
  left: 4.7%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.toggle_switch::after{
  content: "";
  position: absolute;
  right: 4.7%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 24px;
  height: 14px;
  background: url(/activities/award/images/arrow_down.svg) no-repeat;
  cursor: pointer;
}
.toggle_contents {
  max-height: 0;
  overflow: hidden;
}
.AccordionSet .toggle_contents {
  position: relative;
  margin: 0 4.7%;
  padding: 0 30px;
}
.toggle:checked + .toggle_switch + .toggle_contents {
  max-height: 6000px;
  padding: 30px 0;
}
.toggle:checked + .toggle_switch::after {
  transform: rotate(180deg) !important;
  top: 40%;
}
.toggle_switch.focus-visible {
  outline: 2px solid #a9001c;
  outline-offset: 1px;
  border-radius: 4px;
}
.AccordionSet dl:first-of-type {
  margin-top: 44px;
}

@media (max-width: 769px) {
  .AccordionSet dt {
    padding: 30px;
  }
  .toggle_switch::after {
    top: 42px;
    transform: unset;
  }
  .AccordionSet dt span::before {
    transform: unset;
    top: unset;
  } 
}

@media (max-width: 579px) {
  .toggle_switch::after{
    width: 18px;
    height: 12px;
	top: 38px;
  }
  .toggle:checked + .toggle_switch + .toggle_contents{
	padding: 15px 0;	
  }
}

@media (max-width: 399px) {
  .AccordionSet dt {
    font-size: 1.6rem;
  }
  .AccordionSet dt span::before,
  .toggle_contents::before,
  .toggle_switch::after {
    width: 18px;
  }
  .AccordionSet dt span {
    padding: 0 2% 0 5%;
  }
  .toggle_switch::after {
    top: 36px;
  }
}

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

.SliderWrapper {
	background-color: #4c4c50;
}
.SliderInner {
	box-sizing: border-box;
    width: 1275px;
    margin: 0 auto;
    padding: 90px 60px 60px;
	position: relative;
}
@media screen and (max-width: 1305px) {
	.SliderInner {
		width: 100%;
	}
}
@media screen and (max-width: 994px) {
	.SliderInner {
		padding: 60px 30px 60px;
	}
}

.TopicsItem img {
	border-radius: 5px;
}

.AwardListBtn {
	text-align: center;
    width: 600px;
    margin: 30px auto 0;
}
@media screen and (max-width: 994px) {
	.AwardListBtn {
		width: 80%;
	}
}
@media screen and (max-width: 579px) {
	.AwardListBtn {
		width: 100%;
	}
}
@media screen and (max-width: 399px) {
	.AwardListBtn {
		margin: 15px auto 0;
	}
}

.AwardListBtn a {
	background-color: #222;
    box-sizing: border-box;
    border-radius: 100px;
    padding: 30px 60px 25px;
    text-decoration: none;
    color: #f4f4f4;
    font-weight: bold;
    font-size: 125%;
    display: block;
	line-height: 1.5;
    transition: all 0.3s ease;
}
@media screen and (max-width: 579px) {
	.AwardListBtn a {
		font-size: 85%;
	}
}
@media screen and (max-width: 399px) {
	.AwardListBtn a {
		padding: 20px 30px 15px;
	}
}

.AwardListBtn a::after {
	background: url(../../../../image/jp/r1/icon/icon_link_right_white_hd.gif) no-repeat 0% 50%;
    background-size: 32px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 32px;
    margin-left: 5px;
    vertical-align: middle;
    width: 32px;
}
@media screen and (max-width: 579px) {
	.AwardListBtn a::after {
		background-size: 25px;
		height: 25px;
		width: 25px;
	}
}

/* --- hover --- */
.AwardListBtn a:hover {
	background-color: #000;
}
.AwardListBtn a:hover::after {
	background-position: 100% 50%;
}

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

   /award/scholars-community 配下

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

/* --- 記事一覧 4カラム --- */

.SpotlightColumn4Set {
	box-sizing: border-box;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
	margin: 30px 0 0;
}

a.SpotlightColumn {
	box-sizing: border-box;
	background-color: #f2f2f2;
	background-image: url("../scholars-community/images/scholars-community_box_bk.png");
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
    border-radius: 5px;
    text-decoration: none;
    color: #222;
    padding: 30px 15px;
    margin: 0 15px 30px 15px;
    width: calc(25% - 30px);
}
@media screen and (max-width: 1305px) {
	a.SpotlightColumn {
		width: calc(33.3% - 30px);
	}
}
@media screen and (max-width: 769px) {
	a.SpotlightColumn {
		margin: 0 15px 30px 15px;
        width: calc(50% - 30px);
	}
}
@media screen and (max-width: 579px) {
	a.SpotlightColumn {
		width: calc(100% - 60px);
        margin: 0 45px 30px 45px;
	}
}

a.SpotlightColumn .ImgTextContainer {
	display: flex;
	flex-wrap: wrap;
}

a.SpotlightColumn .TextContainer {
	box-sizing: border-box;
	padding: 0;
	width: 100%;
}
@media screen and (max-width: 769px) {
	a.SpotlightColumn .TextContainer {
		padding: 0 15px 0;
	}
}
@media screen and (max-width: 579px) {
	a.SpotlightColumn .TextContainer {
		padding: 0 30px 0;
	}
}
@media screen and (max-width: 399px) {
	a.SpotlightColumn .TextContainer {
		padding: 0 15px 0;
	}
}

a.SpotlightColumn .ImgContainer {
	box-sizing: border-box;
    padding: 0 0 15px;
    width: 60%;
    margin: 0 auto;
}
@media screen and (max-width: 579px) {
	a.SpotlightColumn .ImgContainer {
		width: 50%;
	}
}
a.SpotlightColumn .ImgContainer img {
	width: 100%;
    height: auto;
}

a .SpotlightName {
	font-size: 115%;
	font-weight: bold;
	color: #222;
	text-align: center;
	margin: 0;
}
a .SpotlightName::after {
	background: url(../../../image/jp/r1/icon/icon_link_right_hd.gif) no-repeat 0% 50%;
    background-size: 20px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 20px;
    margin-left: 0;
    vertical-align: middle;
    width: 22px;
}

.SpotlightPosition {
	font-size: 78%;
    margin: 0 0 15px;
    text-align: center;
}

.SpotlightProgram {
	font-size: 78%;
	margin: 8px 0 0;
}

/* hover */
a:hover .SpotlightName::after{
	background-position: 100% 50%;
}

/* -- 記事 プロフィール -- */
.SpotlightProfile {
	box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    padding: 0 0 30px;
}

.SpotlightProfileImg {
	width: 130px;
    margin: 0 30px 15px 0;
}
@media screen and (max-width: 579px) {
	.SpotlightProfileImg {
		margin: 0 auto;
	}
}
.SpotlightProfileImg img{
	width: 100%;
    height: auto;
}

.SpotlightProfileText {
	width: calc(100% - 210px);
    margin: 0;
}
@media screen and (max-width: 579px) {
	.SpotlightProfileText {
		width: 100%;
		margin: 15px 30px 0;
	}
}
.SpotlightName {
	font-size: 125%;
	font-weight: bold;
	margin: 0 0 5px;
}

/* -- タイトル非表示 -- */
h2.HiddenTitle {
	margin: 0 0 30px;
	color: transparent;
	line-height: 0;
	border-bottom: 2px solid #cc0000;
}
h2.CenterTitle {
	text-align: center;
	border-bottom: 2px solid #cc0000;
}

/* ----------------------------------------------------
   RegistrationArea
------------------------------------------------------- */

.RegistrationArea {
	box-sizing: border-box;
	background-color: #4d4d4d;
	padding:  60px 0;
}

.RegistrationContents {
	width: 1275px;
	margin: 0 auto;
}
@media screen and (max-width: 1305px) {
	.RegistrationContents {
		width: 100%;
	}
}

/* ----- フッター登録ボタン用2カラム ----- */
.RegistrationContents .Column2Box {
	box-sizing: border-box;
	display: flex;
	align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
	padding: 0 15px;
	margin: 30px 0;
}
@media screen and (max-width: 579px) {
	.RegistrationContents .Column2Box {
		margin: 0;
	}
}
.RegistrationContents .Column2Item {
	box-sizing: border-box;
	padding: 0 30px;
    border-radius: inherit;
    color: #333;
    margin: 0;
    width: 50%;
}
@media screen and (max-width: 579px) {
	.RegistrationContents .Column2Item {
		width: 100%;
		padding: 0 30px 15px;
		
	}
}

.RegistrationContents .Line {
	border-right: 1px solid #f4f4f4;
}
@media screen and (max-width: 579px) {
	.RegistrationContents .Line {
		border-right: none;
		border-bottom: 1px solid #f4f4f4;
		margin: 0 0 30px;
	}
}

/* ----- フッターのボタン用 ----- */
.RegistrationArea .RegistrationBtn {
    background-color: #cc0000;
    box-sizing: border-box;
    border-radius: 45px;
    display: inline-block;
    text-align: center;
    box-shadow: none;
}
@media screen and (max-width: 994px) {
	.RegistrationArea .RegistrationBtn {
		width: 100%;
	}
}

.RegistrationArea .RegistrationBtn a {
	background-color: #cc0000;
    box-sizing: border-box;
    border-radius: 45px;
    padding: 15px 60px 11px;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    font-size: 100%;
    transition: all 0.3s ease;
	display: block;
}
@media screen and (max-width: 994px) {
	.RegistrationArea .RegistrationBtn a {
		padding: 15px 0 11px;
	}
}
@media screen and (max-width: 399px) {
	.RegistrationArea .RegistrationBtn a {
		font-size: 90%;
	}
}

/* -- hover -- */
.RegistrationArea .RegistrationBtn a:hover {
	background-color: #b20101;
}

/* ----- フッター登録ボタン横テキスト ----- */
.RegistrationText {
	font-size: 97%;
	line-height: 2.0;
	margin: 0;
	color: #fff;
}
@media screen and (max-width: 994px) {
	.RegistrationText {
		line-height: 1.8;
	}
}




