@charset "utf-8";

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

h2 {
	line-height: 1.4;
	background: url(../common/img/logo03.png) center top no-repeat;
	background-size: 43px auto;
	padding-top: 52px;
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 30px;
}
.btn a {
    color: #e60012;
    font-size: 1.4rem;
    line-height: 50px;
    width: 100%;
    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: 13px;
	padding-left: 18px;
}
.btn.open a span {
	background: url(../common/img/icon_minus01.png) left center no-repeat;
	background-size: 13px;
	padding-left: 18px;
}

.btn a span {
	/*background: none;*/
	padding-right: 0;
}
.moreCont {
	display: none;
}


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

	MV
  
----------------------------------------------------------------------------- */
#mv {
	height: 120px;
	background: url(../common/img/sp/bg_grid.png);
	background-size: 60px;
}
h1 {
	width: 60px;
	margin: 0 auto;
	padding-top: 10px;
}
h1 img {
	width: 100%;
}
	
/* -----------------------------------------------------------------------------

	JAPAN TECH PROJECT 2018 REPORT
  
----------------------------------------------------------------------------- */
#lead {
	padding: 25px 0 30px;
}
#lead h2 {
	color: #e60012;
	font-size: 2.4rem;
	margin-bottom: 20px;
	padding: 0;
	background: none;
}
#lead h2 + p {
	margin-bottom: 25px;
}	
#lead .movieWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#lead .movieWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#lead .soon {
    font-size: 2.6rem;
    text-align: center;
    padding: 40px 0 60px;
}

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

	Photo
  
----------------------------------------------------------------------------- */
.report2019 #photo {
	background: none;
}
#photo {
	padding: 30px 0 30px;
	background: url(../common/img/sp/bg_grid.png);
	background-size: 60px;
}
#photo h2 {
	margin-bottom: 20px;
}
#photo h2 + p {
	margin-bottom: 30px;
}
#photo ul {
	margin: 0 -5px;
}
#photo ul li {
	float: left;
	width: 50%;
	padding: 0 5px 20px;
}
#photo ul li figcaption {
	font-size: 1.2rem;
	line-height: 1.3;
	padding-top: 7px;
}

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

	pickup
  
----------------------------------------------------------------------------- */
#pickup {
	padding: 30px 0;
}
#pickup h2 {
	margin-bottom: 20px;
}
#pickup h2 + p {
	margin-bottom: 30px;
}
#pickup ul {
	margin: 0 -5px;
}
#pickup ul li {
	float: left;
	width: 50%;
	padding: 0 5px 20px;
	text-align: center;
}
#pickup ul li p {
	display: table;
	width: 100%;
	margin-bottom: 5px;
}
#pickup ul li p span {
	font-size: 1.2rem;
	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 img {
	width: 100%;
	height: auto;
}

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

	PR
  
----------------------------------------------------------------------------- */
#pr {
	padding: 30px 0 30px;
	background: url(../common/img/sp/bg_grid.png);
	background-size: 60px;
}
#pr h2 {
	margin-bottom: 20px;
}
#pr h2 + p {
	margin-bottom: 30px;
}
#pr .prCont {
	background: #ddd;
	height: 240px;
	text-align: center;
	line-height: 240px;
}

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

	company
  
----------------------------------------------------------------------------- */
#company {
	padding: 30px 0;
	background: url(../common/img/sp/bg_grid.png);
	background-size: 60px;
}
#company h2 {
	margin-bottom: 20px;
}
#company h2 + p {
	margin-bottom: 30px;
}
#company ul li {
	margin-bottom: 25px;
}
#company ul li h3 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.6rem;
}
#company ul li h3 span {
	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 {
	width: auto;
}
#company ul li .image {
	position:relative;
    margin-bottom: 10px;
    border: 2px solid #d4d4d4;
}
#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;
}

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

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

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

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

#exhibit {
	padding: 30px 0;
	background: url(../common/img/sp/bg_grid.png);
	background-size: 60px;
}
#exhibit h2 {
	margin-bottom: 20px;
}
#exhibit .exhibitList > ul > li {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
#exhibit .exhibitList > ul > li + li {
	margin-top: 30px;
}
#exhibit .exhibitList > ul > li dt {
	display: table;
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 1px solid #e60012;
	width: 100%;
	margin-bottom: 20px;
}
#exhibit .exhibitList > ul > li dt a {
    display: table-cell;
    color: #e60012;
    vertical-align: bottom;
    line-height: 1.5;
    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 span {
    padding-right: 16px;
    background: url(../common/img/sp/icon_blank03.png) no-repeat right bottom 6px;
    background-size: 10px;
}
#exhibit .exhibitList > ul > li dd {
	overflow: hidden;
}
#exhibit .exhibitList > ul > li dd .ttl {
	line-height: 1.5;
	font-weight: bold;
	font-size: 1.4rem;
	margin-bottom: 15px;
	max-width: 10000px;
}
#exhibit .exhibitList > ul > li dd img {
    width: 135px;
    height: auto;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
#exhibit .exhibitList > ul > li dd .txtBox {
	font-size: 1.2rem;
}
#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/sp/icon_blank04.png) no-repeat right center;
	background-size: 10px;
	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 {
	padding: 25px 0 30px;
}
#recent h2,#past h2 {
	color: #e60012;
	font-size: 2.4rem;
	margin-bottom: 20px;
	padding: 0;
	background: none;
}
#past .bnr + .bnr {
	margin-top: 20px;
}


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

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

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

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

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

.report2020 #lead h2 {
	margin-bottom: 0;
}
.report2020 #photo {
	padding: 0 0 30px;
	background: none;
}

.link_btn {
    display: flex;
    flex-direction: column;   
    width: 88%;
    gap: 20px;                
    margin: 0 auto 30px;
}
.link_btn li a {
    position: relative;
    display: block;
    text-align: center;
    font-weight: bold;
    background: #e60012;
    color: #fff;
    border-radius: 10px;
	width: 100%;              
    box-sizing: border-box;   
    font-size: 110%;          
    padding: 15px 40px 15px 0; 
}
/* ▼矢印 */
.link_btn li a::after {
    content: "▼";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 70%;
}
#link_01{
	position:relative;
	bottom:10px;
}
}