@charset "utf-8";

@media print, screen and (min-width: 751px) {
	
h2 {
	background: url(../common/img/logo03.png) center top no-repeat;
	background-size: 54px auto;
	padding-top: 75px;
	text-align: center;
	font-size: 3rem;
	margin-bottom: 40px;
	letter-spacing: 0.02em;
}
.btn {
	text-align: center;
	margin-top: 35px;
}
.btn a {
    color: #e60012;
    font-size: 1.4rem;
    line-height: 50px;
    width: 300px;
    display: block;
    text-align: center;
    border-radius: 100px;
    margin: 0 auto;
    border: 1px solid #e60012;
}
.btn a span {
	background: url(../common/img/icon_plus01.png) left center no-repeat;
	background-size: 12px;
	padding-left: 17px;
}
.btn.open a span {
	background: url(../common/img/icon_minus01.png) left center no-repeat;
	background-size: 12px;
	padding-left: 17px;
}
.btn a:hover {
	background: #e60012;
    color: #fff;
    border: 1px solid #e60012;
}
.btn a:hover span {
	background-image: url(../common/img/icon_plus02.png);
}
.btn.open a:hover span {
	background-image: url(../common/img/icon_minus02.png);
}
.moreCont {
	display: none;
}


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

	MV
  
----------------------------------------------------------------------------- */
#mv {
	height: 241px;
	background: url(../common/img/bg_grid.png) ;
	border-bottom: 1px solid #fbe9ea;
}
h1 {
	width: 85px;
	margin: 0 auto;
	padding-top: 40px;
}
h1 img {
	width: 100%;
}

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

	JAPAN TECH PROJECT 2018 REPORT
  
----------------------------------------------------------------------------- */
#lead {
	padding: 70px 0;
}
#lead h2 {
	color: #e60012;
	font-size: 4.5rem;
	margin-bottom: 50px;
	letter-spacing: -0.01em;
	padding: 0;
	background: none;
}
#lead h2 + p {
	margin-bottom: 40px;
	text-align: center;
}
#lead .soon {
    font-size: 3rem;
    text-align: center;
    padding: 90px 0;
}

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

	Photo
  
----------------------------------------------------------------------------- */
#photo {
	padding: 80px 0;
	background: url(../common/img/bg_grid.png);
}
#photo h2 {
	margin-bottom: 32px;
}
#photo h2 + p {
	margin-bottom: 40px;
	text-align: center;
}
#photo ul {
	margin: 0 -17px;
}
#photo ul li {
	float: left;
	width: 33.3333333%;
	padding: 0 17px 30px;
}
#photo figcaption {
	font-size: 1.3rem;
	line-height: 1.4;
	padding-top: 10px;
}
	
/* -----------------------------------------------------------------------------

	pickup
  
----------------------------------------------------------------------------- */
#pickup {
	padding: 80px 0;
}
#pickup h2 {
	margin-bottom: 32px;
}
#pickup h2 + p {
	margin-bottom: 40px;
	text-align: center;
}
#pickup ul {
	margin: 0 -17px;
}
#pickup ul li {
	float: left;
	width: 33.3333333%;
	padding: 0 17px 20px;
	text-align: center;
}
#pickup ul li p {
	display: table;
	width: 100%;
	margin-bottom: 5px;
}
#pickup ul li p span {
	font-size: 1.4rem;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","HIragino Kaku Gothic Pro W3","HIragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック", "MS P Gothic",sans-serif;
	line-height: 1.4;
	display: table-cell;
	vertical-align: middle;
}
#pickup ul li a:hover {
	opacity: 0.7;
}
#pickup ul li img {
	width: 100%;
	height: auto;
}

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

	PR
  
----------------------------------------------------------------------------- */
#pr {
	padding: 80px 0;
	background: url(../common/img/bg_grid.png);
}
#pr h2 {
	margin-bottom: 32px;
}
#pr h2 + p {
	margin-bottom: 40px;
	text-align: center;
}
#pr .prCont {
	background: #ddd;
	height: 540px;
	text-align: center;
	line-height: 540px;
}

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

	company
  
----------------------------------------------------------------------------- */
#company {
	padding: 80px 0;
	background: url(../common/img/bg_grid.png);
}
#company h2 {
	margin-bottom: 32px;
}
#company h2 + p {
	margin-bottom: 40px;
	text-align: center;
}
#company ul {
	margin: 0 -12px;
}
#company ul li {
    width: 25%;
    float: left;
    padding: 3px 12px 25px;
}
/*#company ul li:last-child {
	background: #f3f3f3;
}*/
#company h3 {
	text-align: center;
	width: 100%;
	height: 45px;
	margin-bottom: 7px;
	display: table;
}
#company h3 span {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.2;
	font-size: 1.4rem;
	font-weight: normal;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","HIragino Kaku Gothic Pro W3","HIragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック", "MS P Gothic",sans-serif;
}
#company ul li h3 img {
	max-width: 100%;
	max-height: 45px;
}
#company ul li .image {
	position:relative;
    margin-bottom: 15px;
    border: 2px solid #d4d4d4;
    transition: 0.5s ease-out;
}
#company ul li:hover a .image {
    border: 2px solid #e60012;
}
#company ul li .image img {
	width: 100%;
}
#company ul li .image .icon {
    position: absolute;
    display: block;
    top: -10px;
    left: -10px;
    background: #e60012;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
    padding: 5px 6px;
}
#company ul li .image + p {
	line-height: 1.5;
	font-size: 1.4rem;
}
	
/* -----------------------------------------------------------------------------

	sns
  
----------------------------------------------------------------------------- */
#sns {
	border-top: 1px solid #d4d4d4;
}
	
/* -----------------------------------------------------------------------------

	exhibit
  
----------------------------------------------------------------------------- */

#exhibit {
	padding: 80px 0;
	background: url(../common/img/bg_grid.png);
}
#exhibit h2 {
	margin-bottom: 32px;
}
#exhibit .exhibitList > ul {
	font-size: 0;
}
#exhibit .exhibitList > ul > li {
	display: inline-block;
	width: 300px;
	vertical-align: top;
	margin-right: 30px;
}
#exhibit .exhibitList > ul > li:nth-child(3n) {
	margin-right: 0;
}
#exhibit .exhibitList > ul > li:nth-child(n+4) {
	margin-top: 30px;
}
#exhibit .exhibitList > ul > li dt {
	display: table;
	font-size: 1.43rem;
	font-weight: bold;
	border-bottom: 1px solid #e60012;
	width: 100%;
	margin-bottom: 30px;
}
#exhibit .exhibitList > ul > li dt a {
	display: table-cell;
	color: #e60012;
	vertical-align: bottom;
	line-height: 1.7;
	padding-bottom: 10px;
}


.rion{
	display: table-cell;
	color: #e60012;
	vertical-align: bottom;
	line-height: 1.7;
	padding-bottom: 10px;
}
#exhibit .exhibitList > ul > li dt a:hover span {
	opacity: .5;
}
#exhibit .exhibitList > ul > li dt a span {
	padding-right: 22px;
	background: url(../common/img/icon_blank03.png) no-repeat right 0 bottom 10px;
}
#exhibit .exhibitList > ul > li dd {
	overflow: hidden;
}
#exhibit .exhibitList > ul > li dd .ttl {
	line-height: 1.5;
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 15px;
}
#exhibit .exhibitList > ul > li dd img {
	width: 165px;
	height: auto;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#exhibit .exhibitList > ul > li dd .txtBox {
	font-size: 1.3rem;
}
#exhibit .exhibitList > ul > li dd .txtBox .txt {
	line-height: 1.6;
}
#exhibit .exhibitList > ul > li dd .txtBox .link a {
	padding-right: 16px;
	background: url(../common/img/icon_blank04.png) no-repeat right center;
}
#exhibit .exhibitList > ul > li dd .txtBox .link a:hover {
	text-decoration: underline;
}
#exhibit .exhibitList > ul > li dd .note01 li {
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.6;
}
#exhibit .exhibitList > ul > li dd .note01 li + li {
	margin-top: 3px;
}
#exhibit .exhibitList > ul > li dd .note01 li::before {
	content: "・";
}
#exhibit .exhibitList > ul > li dd .txtBox .txt + .txt {
	margin-top: 10px;
}
#exhibit .exhibitList > ul > li dd .txtBox .txt + .link {
	margin-top: 5px;
}
#exhibit .exhibitList > ul > li dd .txtBox .link + .txt {
	margin-top: 10px;
}
#exhibit .exhibitList > ul > li dd .txt + .note01 {
	margin-top: 10px;
}

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

	top
  
----------------------------------------------------------------------------- */

#recent,#past {
	margin: 70px 0;
}
#recent h2,#past h2 {
	color: #e60012;
	font-size: 4.5rem;
	margin-bottom: 50px;
	letter-spacing: -0.01em;
	padding: 0;
	background: none;
}
#recent .bnr a,#past .bnr a {
	transition: .3s;
}
#recent .bnr a:hover,#past .bnr a:hover {
	opacity: 0.7;
}
#past .bnr + .bnr {
	margin-top: 40px;
}

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

	report2019
  
----------------------------------------------------------------------------- */

.report2019 #lead h2 {
	margin-bottom: 0;
}
.report2019 #photo {
	padding: 0 0 80px;
	background: none;
}
	
/* -----------------------------------------------------------------------------

	report2020
  
----------------------------------------------------------------------------- */

.report2020 #lead h2 {
	margin-bottom: 0;
}
.report2020 #photo {
	padding: 0 0 80px;
	background: none;
}
.report2020 .h65 {
	height: 65px;
}


.link_btn{
	display: flex;
    justify-content: space-between;
	width:670px;
	margin:0 auto 50px;
}
.link_btn li a {
    position: relative;
    display: block;
    width: 300px;
    padding: 15px 35px 15px 0; /* 矢印を置く余白を確保 */
    text-align: center;
    font-size: 125%;
    font-weight: bold;
    background: #e60012;
    color: #fff;
    border-radius: 10px;
}

/* ▼を右端に追加 */
.link_btn li a::after {
    content: "▼";
    position: absolute;
    right: 20px;        /* ボタンの端からの距離 */
    top: 50%;
    transform: translateY(-50%);
    font-size: 60%;
}
#link_01{
	position:relative;
	bottom:30px;
}
}