@charset "utf-8";
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
/* CSS Document */
/* -------------------------------------------- Basic Setting */	
html { scroll-behavior: smooth;}

body{
	font: 14px/1.6 Osaka,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",Verdana,Arial,sans-serif;
	margin:0;
	color:#313131;
	width: 100%;
	max-width: 100%;
}
/*--
a{
    color:blue;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:visited{
    color:blue;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
a:hover {
    color: #F5A862;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
--*/

@media screen and (min-width: 768px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 767px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}



/* -------------------------------------------- Layout共通 */
.container {
	width:900px;
	margin:0 auto;
}

@media screen and (max-width: 767px){
	.container {
		width:96%;
	}
}


/* -------------------------------------------- Hero */
.hero {
	width: 100%;
	background-image:url("../i/hero_pc_2026.jpg"); 
	background-repeat:no-repeat;
	background-position:top center;
	background-size:contain;	
}
.hero::before {
	content: '';
	display: block;
	padding-top:30%;
}

@media screen and (max-width: 767px){
	.hero {
		background-image:url("../i/hero_sp_2026.jpg"); 
	}
	.hero::before {
		padding-top:55%;
	}
}
/* -------------------------------------------- Thesis */
.thesis {
	max-width:100%;
	width: 100%;
	margin: 0 auto 40px;
	overflow:hidden;
	text-align:center;
}

.thesis h2 {
	font-size:1.4rem;
	margin:0 50px;	
}

.thesis h4 {
	font-size:1.4rem;
	margin:0 auto 20px;
	font-weight:bold;
}

.thesis .mainTitle {
	display:inline-block;
	padding: 1rem 3rem;
	-webkit-transform: skew(-15deg);
	transform: skew(-15deg);
	background-image: -webkit-gradient(linear, left top, right top, from(#f4b63d), to(#ed4a0a));
	background-image: -webkit-linear-gradient(left, #f4b63d 0%, #ed4a0a 100%);
	background-image: linear-gradient(to right, #f4b63d 0%, #ed4a0a 100%);
	margin:0 auto 50px;
}
.thesis .mainTitle h2 {
	color:#ffffff;
	-webkit-transform: skew(15deg);
	transform: skew(15deg);
	font-size:1.4rem;
	font-weight:bold;
}
.thesis .mainTitle h2 span {
	font-weight:normal;
	display:inline-block;
	font-size:.8rem;
}
.thesis p {
	font-size:1.2rem;
	margin-bottom:20px;
	line-height:200%;
}

@media screen and (max-width: 767px){
	.thesis .mainTitle {
		padding:1rem 1rem;
		width:80%;
	}
	.thesis .mainTitle h2 {
		font-size:1.2rem;
	}
	.thesis p {
		font-size:.9rem;
		width:90%;
		margin:0 auto 20px;
	}
	.thesis h4 {
		font-size:1rem;
	}
}

/* -------------------------------------------- PV */
.pv {
	max-width:100%;
	width: 100%;
	margin: 0 auto;
	padding:10px;
	overflow:hidden;
	text-align:center;
	background:#ffffff;
}
.movieFrame {
	margin:0 auto;
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
	
}
 
.movieFrame iframe {
     position: absolute;
     top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
     width: 830px;
	height:466px;
	
}
@media screen and (min-width: 1100px){
	.movieFrame {
		 padding-bottom: 31%; /*アスペクト比 16:9の場合の縦幅*/
	}
	.movieFrame iframe {
	}
}

@media screen and (max-width: 767px){
	.movieFrame {
		width:96%;
		height:96%;
	}
	
	.movieFrame iframe {
		width:100%;
		height:100%;
	}
}

/* -------------------------------------------- Brief  */
.brief {
	max-width:100%;
	width: 100%;
	margin: 0 auto;
	padding:40px;
	overflow:hidden;
	text-align:center;
}

.brief dl {
	text-align:left;
	display:flex;
	flex-flow: row wrap;
	width: 500px;
	margin:0 auto;
	border:solid 2px #333333;
}
.brief dl dt {
	flex-basis: 25%;
	padding:10px;
	background-color:#dddddd;
	border-bottom: 1px solid #ccc;
}
.brief dl dd {
	padding:10px;
	flex-basis: 75%;
	background-color:#ffffff;
	border-bottom: 1px solid #ccc;
}

.brief dl dd strong {
	color:#fe4a04;
}



@media screen and (max-width: 767px){
	.brief dl {
		width:90%;
		flex-direction:column;
	}
	.brief dl dt:nth-child(even) {
		background-color:#ffffff;
	}
	.brief dl dt {
		background-color:#dddddd;
	}
}

/* -------------------------------------------- Award */
.guestList {
	max-width:100%;
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
}
.archive {
	width:100%;
	margin:0 auto 20px;
}
.mb50 {
	margin:0 auto 50px;
}
.archTitle {
	width:100%;
	margin: 0 auto 10px;
    cursor: pointer;
    position: relative;
	background-color:#f0f0f0;
	border-radius:50px;
	height:70px;
}

.archTitle::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity .5s;
}
.archTitle::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: transform .5s;
}
.archTitle.show::before {
    opacity: 0;
}
.archTitle.show::after {
    transform: translateY(-50%) rotate(180deg);
}
.archCon {
    display: none;
}

.videoIcon {
	position:absolute;
	top:10px;
	left:10px;
	background-color:#ffffff;
	border-radius:40px;
	padding:13px;
	width:50px;
	height:50px;
}
.videoIcon .fas {
	font-size:1.5rem;
}
.archTitle h2 {
	position:absolute;
	top:10px;
	left:70px;
	font-size:2rem;
	display:flex;
	align-items: center;
}
.archTitle h2 span {
	margin-left:10px;
	font-size:1rem;
	color:#ffffff;
}
.archCon dl {
	width:700px;
	margin:0 auto 20px;
}
.archCon dl dt {
	margin-bottom:10px;
}
.archCon dl dd {	
}
.archCon dl dd dl {
	display:flex;
	justify-content: space-between;
	margin-bottom:0;
}
.archCon dl dd dl dt {
	width:45%;	
}
.archCon dl dd dl dt img {
	width:100%;
}
.archCon dl dd dl dd {
	width:50%;
	text-align:right;
	position:relative;
}
.archCon dl dd dl dd h3 {
	font-size:2.9rem;
	color:#000000;
	margin-top: 40px;
		
}
.archCon dl dd dl dd h5 {	
	font-size:.9rem;
	font-weight:900;
	color:#000000;
}
.archCon dl dd dl dd h5.pt02 {
	top:210px;
}

.step{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
}
.step li{
  display:table-cell;
	position:relative;
  background: #f0f0f0;
	color: #000;
	vertical-align:middle;
	height:50px;
	padding-left:2.5rem;
}
.step li:last-child{
  padding-right: 1em;
}
.step li:last-child:before,
.step li:last-child:after{
  display:none;
}
.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.step li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #f0f0f0;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
.step li.is-current{
	background: #9bbb30;
	font-weight: bold;
	color: #ffffff;
	width:150px;
	font-size:1.8rem;
	padding-left:1.4rem;
}
.step li.is-current:after{
  border-color: transparent transparent transparent #9bbb30;
}

/*  色変更｜1-10 */
.archTitle.firstG {
	background-color:#f4b63d;
}
.firstG .fas {
	color:#f4b63d;
}
.archCon.firstG .step li.is-current{
	background-color:#f4b63d;
}
.archCon.firstG .step li.is-current:after {
	border-color: transparent transparent transparent #f4b63d;
}
/*  色変更｜11-20 */
.archTitle.secondG {
	background-color:#e89931;
}
.secondG .fas {
	color:#e89931;
}
.archCon.secondG .step li.is-current{
	background-color:#e89931;
}
.archCon.secondG .step li.is-current:after {
	border-color: transparent transparent transparent #e89931;
}

/*  色変更｜21-30,61-70 */
.archTitle.thirdG,
.archTitle.seventhG{
	background-color:#e58125;
}
.thirdG .fas,
.seventhG .fas{
	color:#e58125;
}
.archCon.thirdG .step li.is-current,
.archCon.seventhG .step li.is-current {
	background-color:#e58125;
}
.archCon.thirdG .step li.is-current:after,
.archCon.seventhG .step li.is-current:after{
	border-color: transparent transparent transparent #e58125;
}



/*  色変更｜31-40,51-60　*/
.archTitle.fourthG,
.archTitle.sixthG{
	background-color:#e2671b;
}
.fourthG .fas,
.sixthG .fas{
	color:#e2671b;
}
.archCon.fourthG .step li.is-current,
.archCon.sixthG .step li.is-current{
	background-color:#e2671b;
}
.archCon.fourthG .step li.is-current:after,
.archCon.sixthG .step li.is-current:after{
	border-color: transparent transparent transparent #e2671b;
}

/*  色変更｜41-50　*/
.archTitle.fifthG{
	background-color:#ed4a0a;
}
.fifthG .fas{
	color:#ed4a0a;
}
.archCon.fifthG .step li.is-current {
	background-color:#ed4a0a;
}
.archCon.fifthG .step li.is-current:after {
	border-color: transparent transparent transparent #ed4a0a;
}

@media screen and (max-width: 767px){
	.archCon {
		widht:100%;
	}
	.archTitle h2 {
		align-items:flex-start;
		font-size:1.2rem;
		flex-direction:column;
	}
	.archTitle h2 span {
		margin-left:0;
		font-size:.8rem;
	}
	.archCon dl {
		width:94%;
	}
	.step li {
		height:30px;
		padding-left:1.5rem;
	}
	.step li:before {
		border-width: 30px 0 30px 1em;
	}
	.step li:after {
		border-width: 30px 0 30px 1em;
	}
	.step li.is-current {
		font-size:1rem;
		width:90px;
	}
	.archCon dl dl {
		width:100%;
	}
	.archCon dl dd dl dd h3 {
		font-size:1.5rem;
		top:0;
	}
	.archCon dl dd dl dd h5 {
		font-size:.7rem;
		top:35px;
	}
	.archCon dl dd dl dd h5.adjustFont {
		font-size:9.5px;
	}
	.archCon dl dd dl dt {
		width:30%;
	}
	.archCon dl dd dl dd {
		width:67%;
	}
}
/* -------------------------------------------- 下ジャンプボタン */
.firstButton {
	width:300px;
	margin:40px auto;
}

.firstButton a {
	width:100%;
	position: relative;
    background-color: transparent; /* 背景色 */
    color: #000000; /* 文字色 */
    padding: 15px 32px; /* パディング */
    text-align: center; /* 文字のアライメント */
    text-decoration: none; /* 文字装飾 */
    display: inline-block; /* ボタンの表示方法 */
    font-size: 1.2rem; /* フォントサイズ */
    font-family: Arial, sans-serif; /* フォント */
    margin: 4px 2px; /* 外側の余白 */
    cursor: pointer; /* カーソル */
    border: 2px solid #000000; /* 枠線 */
	transition:.5s;
}
.firstButton a:before {
	content: "";
    position: absolute;
    top: 55%;
    right: 10px;
    margin-top: -5px;
    border-width: 5px;	
    border-style: solid;
    border-color:  transparent #000000 transparent transparent;
	transform: rotate(-90deg);
	transition:.5s;
}
.firstButton a:hover {
	color:#ffffff;
	background-color:#000000;
}

.firstButton a:hover::before {
	border-color: #ffffff transparent transparent transparent;
}
/* -------------------------------------------- 下層ボタン */
ul.lowerNav {
	width:620px;
	margin:10px auto 5px;
	display:flex;
	justify-content: center;
}

ul.lowerNav li {
	width:300px;	
}

ul.lowerNav li a {
	width:100%;
	position: relative;
    background-color: transparent; /* 背景色 */
    color: #000000; /* 文字色 */
    padding: 20px 22px 10px; /* パディング */
    padding: 20px 22px 10px; /* パディング */
    text-align: center; /* 文字のアライメント */
    text-decoration: none; /* 文字装飾 */
    display: inline-block; /* ボタンの表示方法 */
    font-size: .8rem; /* フォントサイズ */
    font-family: Arial, sans-serif; /* フォント */
	line-height:180%;
    margin: 4px 2px; /* 外側の余白 */
    cursor: pointer; /* カーソル */
    border: 2px solid #000000; /* 枠線 */
    border-radius: 50px; /* ボタンの角丸 */
	transition:.5s;
}
ul.lowerNav li a:before {
	content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
	transform: rotate(-90deg);
	transition:.5s;
}
ul.lowerNav li a:hover {
	color:#ffffff;
	background-color:#b12427;border: 2px solid #b12427;
}
ul.lowerNav li a.marcWeb:hover {
	color:#ffffff;
	background-color:#f38c8e;
	border: 2px solid #f38c8e;
}

ul.lowerNav li a:hover::before {
	border-color: #ffffff transparent transparent transparent;
}

ul.lowerNav li a span {
	font-weight:bold;
	font-size:1.7rem;
	
}
@media screen and (max-width: 767px){
	ul.lowerNav {
		width:95%;
		flex-direction:column;
	}
	ul.lowerNav li {
		width:100%;
		font-size:.8rem;
		padding: 10px 10px;
	}
	ul.lowerNav li a:first-child {
		margin-bottom:10px;
	}
	ul.lowerNav li a span {
		font-size:1.5rem;
	}
}
p.archiveExp {
	text-align:center;
	margin:0 auto 40px;
	font-size:.8rem;	
}


.linkNotice {
	display:block;
	margin:0 auto;
	text-align:center;	
	color:#666666;
}

.switchLink {
	width:400px;
	margin:0 auto 40px;
    cursor: pointer;
	text-align:center;
    position: relative;
	background-color:#000000;
	color:#ffffff;
	border-radius:50px;
	height:40px;
    transition:.5s;
	border:solid 1px #000000;
}
.switchLink::before {
    content: '';
    display: inline-block;
	position:absolute;
    right: 15px;
	top:15px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    transition:.5s;
}
.switchLink:hover {
	background-color:#ffffff;
	color:#000000;
}
.switchLink:hover::before {
	border-top: 2px solid #000;
	border-right: 2px solid #000;	
}
.switchIcon {
	position:absolute;
	top:5px;
	left:5px;
	background-color:#ffffff;
	border-radius:40px;
	padding:5px;
	width:30px;
	height:30px;
}
.switchIcon:hover {
	background-color:#000000;	
}

.switchIcon .fas {
	font-size:1rem;
	color:#000000;
}
.switchIcon:hover .fas {
	color:#ffffff;
}

.switchLink p {
	padding-top:8px;
	font-size:1rem;
}

@media screen and (max-width: 767px) {
	.switchLink {
		width:80%;
	}
	.switchLink p {
		padding-top:9px;
		font-size:.8rem;
	}
}

.members {
	text-align:center;
	margin:0 auto 20px;
}

.members h5 {	
	position: relative;
	display: inline-block;
	padding: 0 55px;
	font-weight:bold;
	font-size:1.4rem;
}

.members h5:before,
.members h5:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: black;
}
.members h5:before {
  left:0;
}
.members h5:after {
  right: 0;
}

.notice {
	text-align:center;
	margin:0 auto 10px;
}

.notice p {
	color:#fe4a04;
	font-size:.9rem;
	font-weight:bold;	
}
/* -------------------------------------------- Footer */	
footer {
	width:100%;
	height:250px;
	background-color:#ffffff; 
	text-align:center;
	overflow:hidden;
	margin-top:40px;
}
ul.fNav {
	display:flex;
	justify-content: center;
	width:300px;
	margin:0 auto;
	padding:0 0 10px 0;
}
ul.fNav li{
	
	margin:0 15px 0 0;
	color:#313131
	
}
ul.fNav li a{
	color:#313131;
		transition:.5s;
}
ul.fNav li a:hover{	
	color:#666666;
	border-bottom:solid 1px #666666;
	opacity:.5;
}
p {
	clear:both;
}

