@charset "UTF-8";
@import url("common.pc.css");

/* ---------------------------------------------------------
	CSS Document video
--------------------------------------------------------- */

#video {
	width: 100%;
	height: 720px;
	margin: 0 auto 60px;
}

/* ---------------------------------------------------------
	CSS Document copy
--------------------------------------------------------- */

#copy  {
}

#copy h2 {
	padding-bottom: 30px;
	margin: 0 auto;
	font-size: 40px;
	color: #0070c0;
}

#copy h3 {
	padding-bottom: 20px;
	margin: 0 auto;
	font-size: 30px;
	color: #000;
}

#copy p {
	text-align: left;
	margin: 0 auto 30px;
	font-size: 20px;
}

#copy p.txt {
	margin: 0 auto 60px;
}

#copy #story_01 img {
	display: inline-block;
	vertical-align: top;
	width: 500px;
	margin-bottom: 60px;
}

#copy #story_01 #inner {
	display: inline-block;
	vertical-align: top;
	padding-right: 30px;
	width: 710px;
}

#copy #story_02 img {
	display: inline-block;
	vertical-align: top;
	width: 500px;
	margin-bottom: 60px;
}

#copy #story_02 #inner {
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
	width: 710px;
}

#copy .story_03 {
	padding: 0 30px;
}

#copy .story_03 img {
	margin-bottom: 60px;
}

#copy .story_04 {
	padding: 0 30px;
	margin-bottom: 80px;
}

#copy .story_04 p {
		text-align: center;
	font-size: 120%;
}

a.btn_12 {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 300px;
	margin: auto;
	padding: 1rem 4rem 1rem 3rem;
	font-weight: bold;
	background: #0070c0;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
a.btn_12::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
a.btn_12:hover {
	background: #44c6f2;
	color: #fff;
}


/* ---------------------------------------------------------
	CSS Document bnr
--------------------------------------------------------- */

#top_banner .section {
	margin-bottom: 40px;
	padding: 60px 60px 20px;
}

#top_banner .series {
	background: #e3f1fa;
	border: 1px solid #253f6f;
}

#top_banner .startup {
	background: #dcf9de;
	border: 1px solid #20852a;
}

#top_banner .startup h2 {
	margin-bottom: 20px;
	font-size: 40px;
	color: #20852a;
}

#top_banner ul {
	display: flex;
	flex-wrap: wrap;
}

#top_banner ul li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	text-align: center;
}

#top_banner ul li:nth-of-type(3n) {
	margin-right: 0;
}

#top_banner ul a {
	text-decoration: none;
	letter-spacing: 0.05em;
	color: #333;
}

#top_banner li img {
	margin-bottom: 0.5em;
}

/* ---------------------------------------------------------
	CSS Document news
--------------------------------------------------------- */

#news {
	margin-bottom: 60px;
	text-align: left;
	font-size: 0;
}

#news h2 {
	display: inline-block;
	vertical-align: top;
	width: 148px;
	margin-right: 70px;
}

#news .section {
	display: inline-block;
	vertical-align: top;
	width: 1062px;
	height: 450px;
	overflow: auto;
}

#news .find {
	margin-bottom: 20px;
	font-size: 15px;
}

#news .find:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#news p {
	display: inline-block;
	vertical-align: top;
	width: 70px;
	margin-right: 15px;
}

#news dl {
	display: inline-block;
	vertical-align: top;
	width: 942px;
	font-size: 15px;
}

#news dt {
	font-size: 12px;
}

#news dt a {
	margin-right: 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: #0070c0;
}

#news dt span {
	margin-right: 10px;
}

#news dd {
	line-height: 1.5;
}

#news dd span {
	margin-left: 10px;
	text-decoration: underline;
	color: #333;
}
