@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap');
/* ===========================================================

	Roboto
	Regular 400
	Black 900

=========================================================== */


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

	Title:　top.css
	Created:　2017-10-30

=========================================================== */

/*

	main-visual
	contens
	main
	top-data
	top-news
	top-banner


=========================================================== */

/* ===========================================================


	main-visual


=========================================================== */

.main-visual {
	text-align: center;
	position: relative;
	overflow: hidden;
	min-height: 650px !important;
	height: 100vh;
	background-color: #fff;
}

.main-visual .bnr {
	text-align: center;
	margin: 40px 0 0;
	position: absolute;
	bottom: 50px;
	right: 25px;
	margin: 0;
	text-align: left;
	font-weight: bold;
	z-index: 5;
	width: calc(100% - 320px);
}

.main-visual .bnr li {
	float: left;
	padding: 0 5px;
	width: 16vw;
}

.main-visual .bnr li img {
	width: 100%;
}

.main-visual .bnr li.interview {
	position: relative;
}

.main-visual .bnr li.interview .btn_web {
	display: block;
	position: absolute;
	bottom: 6px;
	right: 5.5vw;
	width: 65px;
	height: 18px;
	text-indent: -9999px;
}

.main-visual .bnr li.interview .btn_pdf {
	display: block;
	position: absolute;
	bottom: 6px;
	right: 1vw;
	width: 65px;
	height: 18px;
	text-indent: -9999px;
}

@media screen and (max-width: 1400px) {
	.main-visual .bnr li {
		width: 18vw;
	}
	.main-visual .bnr li img {
		width: 100%;
	}
	.main-visual .bnr li.interview .btn_web {
		bottom: 6px;
		right: 6.3vw;
		width: 4.8vw;
		height: 18px;
	}
	.main-visual .bnr li.interview .btn_pdf {
		bottom: 6px;
		right: 1.2vw;
		width: 4.8vw;
		height: 18px;
	}
}

@media screen and (max-width: 1024px) {
	.main-visual .bnr {
		bottom: 20px;
		right: 1vw;
		padding: 0 0 0 14vw;
	}
	.main-visual .bnr li {
		width: 33%;
	}
	.main-visual .bnr li a {
		display: block;
		margin-bottom: 5px;
	}
	.main-visual .bnr li img {
		width: 100%;
	}
	.main-visual .bnr li.interview .btn_web {
		bottom: 0;
		right: 9.3vw;
		width: 7.8vw;
		height: 18px;
	}
	.main-visual .bnr li.interview .btn_pdf {
		bottom: 0;
		right: 1.6vw;
		width: 7.8vw;
		height: 18px;
	}
}

@media screen and (max-width: 767px) {
	.main-visual .bnr {
		text-align: center;
		margin: 40px 0 0;
		position: absolute;
		bottom: 10px;
		right: 0;
		left: 0;
		margin: 0;
		text-align: left;
		font-weight: bold;
		z-index: 5;
		padding: 0 0 0 14vw;
	}
	.main-visual .bnr li {
		float: left;
		padding: 0 5px;
		display: block;
		text-align: center;
		width: 48%;
	}
	.main-visual .bnr li img {
		width: 100%;
	}
	.main-visual .bnr li.interview .btn_web {
		bottom: 0;
		right: 14vw;
		width: 11vw;
		height: 18px;
	}
	.main-visual .bnr li.interview .btn_pdf {
		bottom: 0;
		right: 2.2vw;
		width: 11vw;
		height: 18px;
	}
}
/* ===========================================================

	mainvisual-slider

=========================================================== */

.mainvisual-slider {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 650px !important;
	height: 100vh;
	z-index: 1;
}

.main-visual__image-wrapper {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100vh;
}

.main-visual__image {
	width: 100%;
	height: 100vh;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
}

.main-visual__open .main-visual__image {
	animation: main-visual__image 2s cubic-bezier(1, 0, 0, 1);
	animation-fill-mode: forwards;
}

@keyframes main-visual__image {
	50% {
		opacity: 0;
	}
	51% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

.main-visual__image--01 {
	background-image: url("../img/common/top/mainvisual--01.jpg");
}

.main-visual__image--02 {
	background-image: url("../img/common/top/mainvisual--02.jpg");
}

.main-visual__image--03 {
	background-image: url("../img/common/top/mainvisual--03.jpg");
}

.main-visual:after {
	opacity: 0;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #da0000;
	width: 100%;
	min-height: 650px !important;
	height: 100vh;
	z-index: 2;
}

.main-visual__open:after {
	opacity: 1;
	animation: main-visual__after 2s cubic-bezier(1, 0, 0, 1);
	animation-fill-mode: forwards;
}

@keyframes main-visual__after {
	0% {
		left: 0;
		width: 0%;
	}
	50% {
		width: 100%;
		left: 0;
	}
	100% {
		left: 100%;
	}
}

@media screen and (max-width: 1024px) {
	.main-visual {
		min-height: 620px !important;
	}
	.main-visual__image {
		left: 0;
		width: 100%;
		background-position: -100px 50%;
	}
	.main-visual:after {
		left: 0;
		width: 100%;
	}
	@keyframes main-visual__after {
		0% {
			left: 0;
			width: 0%;
		}
		50% {
			width: 100%;
			left: 0;
		}
		100% {
			left: 100%;
		}
	}
}

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

	main-visual__copy

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

.main-visual__copy {
	opacity: 0;
	position: absolute;
	top: 40%;
	left: 12vh;
	text-align: left;
	font-weight: bold;
	z-index: 3;
	font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "メイリオ", Meiryo, sans-serif;
}

.main-visual__open .main-visual__copy {
	opacity: 1;
}

.main-visual__copy em {
	opacity: 0;
	display: block;
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	font-size: 32px;
	font-size: 3.2rem;
	color: #000;
}

.main-visual__open .main-visual__copy em {
	animation: main-visual__copy-em 1s ease-out;
	animation-fill-mode: forwards;
	animation-delay: 0ms;
}

@keyframes main-visual__copy-em {
	0% {
		letter-spacing: 3px;
		opacity: 0;
	}
	100% {
		letter-spacing: 1px;
		opacity: 1;
	}
}

.main-visual__copy strong {
	opacity: 0;
	display: block;
	font-size: 65px;
	font-size: 6.5rem;
	line-height: 75px;
}

.main-visual__open .main-visual__copy strong {
	animation: main-visual__copy-strong 2s ease-out;
	animation-fill-mode: forwards;
	animation-delay: 500ms;
}

@keyframes main-visual__copy-strong {
	0% {
		letter-spacing: 10px;
		opacity: 0;
	}
	100% {
		letter-spacing: 3px;
		opacity: 1;
	}
}

.main-visual__copy span {
	opacity: 0;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 60px;
	letter-spacing: 1px;
	font-weight: bold;
}

.main-visual__open .main-visual__copy span {
	animation: main-visual__copy-span 1s ease-out;
	animation-fill-mode: forwards;
	animation-delay: 1000ms;
}

@keyframes main-visual__copy-span {
	0% {
		letter-spacing: 3px;
		opacity: 0;
	}
	100% {
		letter-spacing: 1px;
		opacity: 1;
	}
}

@media screen and (max-width: 767px) {
	.main-visual__copy {
		top: 40%;
		left: 20px;
	}
	.main-visual__copy em {
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 26px;
		margin: 0 0 5px;
	}
	@keyframes main-visual__copy-em {
		0% {
			letter-spacing: 1px;
			opacity: 0;
		}
		100% {
			letter-spacing: 0;
			opacity: 1;
		}
	}
	.main-visual__copy strong {
		font-size: 30px;
		font-size: 3.0rem;
		line-height: 32px;
		margin: 0 0 5px;
	}
	@keyframes main-visual__copy-strong {
		0% {
			letter-spacing: 5px;
			opacity: 0;
		}
		100% {
			letter-spacing: 3px;
			opacity: 1;
		}
	}
	.main-visual__copy span {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 26px;
		padding: 0 20px 0 0;
	}
}
@media screen and (max-width: 1024px) {
	.main-visual__copy {
		top: 30%;
	}
}
@media screen and (min-width: 1025px) {
	.main-visual__copy {
		left: 4vh;
	}
}

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

	mainvisual-co2

----------------------------------------------------------- */
.mainvisual-co2 {
	position: absolute;
	z-index: 5;
	border: solid 3px #DA2009;
	background-color: #fff;
	border-radius: 8px;
	padding: 24px 24px 8px;
	display: flex;
}
.mainvisual-co2 p {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: -16px;
}
.mainvisual-co2 dl {
	color: #DA2009;
	margin: 0 16px;
	font-size: 1.4rem;
	white-space: nowrap;
}
.mainvisual-co2 dd {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.mainvisual-co2 dd em {
	font-weight: 900;
	font-size: 2.8rem;
	padding: 0 0.1em 0 0;
}
@media screen and (max-width: 1024px) {
	.mainvisual-co2 {
		/* bottom: 24px; */
		bottom: 23%;
		left: 50%;
		transform: translate(-50%, 0);
		padding: 15px 24px 0;
	}
}
@media screen and (max-width: 768px) {
	.mainvisual-co2 {
		width: 90%;
		flex-direction: column;
	}
}
@media screen and (min-width: 1025px) {
	.mainvisual-co2 {
		top: 168px;
		/* right: 64px; */
		right: 25px;
	}
}

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

	main-visual__individual

----------------------------------------------------------- */
.main-visual__individual {
	position: absolute;
	top: -95px;
	left: 0px;
}
.main-visual__individual img {
	width: 300px;
}
.main-visual__individual a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all .2s ease-in-out;
}
.main-visual__individual a:hover {
    opacity: 0.6;
}
@media screen and (max-width: 1024px) {
	.main-visual__individual {
		position: static;
		top:  0;
		margin-top: 20px;
	}
}

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

	mainvisual-announce

----------------------------------------------------------- */
.mainvisual-announce {
	position: absolute;
	z-index: 5;
	border: solid 3px #DA2009;
	background-color: #fff;
	border-radius: 8px;
	padding: 20px;
	display: flex;
}
.mainvisual-announce p {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: -16px;
	text-align: left;
}
 .mainvisual-announce dl {
	color: #DA2009;
	margin: 0 16px;
	/* font-size: 1.4rem; */
	font-size: 1.2rem;
	white-space: inherit;
}
/*.mainvisual-announce dd {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.mainvisual-announce dd em {
	font-weight: 900;
	font-size: 2.8rem;
	padding: 0 0.1em 0 0;
} */
@media screen and (max-width: 1024px) {
	.mainvisual-announce {
		bottom: 10px;
		left: 50%;
		transform: translate(-50%, 0);
		width: 90%;
		padding: 10px;
	}
	.mainvisual-announce dl {
		font-size: 1.1rem;
	}
}
@media screen and (min-width: 1025px) {
	.mainvisual-announce {
		top: 300px;
		/* right: 64px; */
		right: 25px;
		width: 485px;
		/* width 追加 */
	}
}

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

	main-visual__info

----------------------------------------------------------- */
.main-visual__info {
}
.main-visual__info__inner {
	display: flex;
}
@media screen and (max-width: 1024px) {
	.main-visual__info__inner {
		flex-direction: column;
	}
}
@media screen and (min-width: 1025px) {
	.main-visual__info__inner {
		position: absolute;
		bottom: 32px;
		left: 32px;
		width: (100% - 64px);
		z-index: 10;
		display: flex;
	}
}

/* top-distribute
=========================================================== */
.main-visual__info .top-distribute {
	flex-shrink: 0;
}
.main-visual__info .top-distribute dl {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.main-visual__info .top-distribute dl dd em {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	padding-right: 0.1em;
}
@media screen and (max-width: 1024px) {
	.main-visual__info .top-distribute {
		float: none;
		width: calc(100% - 40px);
		margin: 20px auto 40px !important;
	}
	.main-visual__info .top-distribute h1 {
		position: relative;
		font-size: 2.0rem;
		margin: 0 0 30px;
		text-align: center;
		color: #da0000;
	}
	.main-visual__info .top-distribute .link-button__a {
		padding: 20px 0 0;
		position: relative;
		top: inherit;
		left: inherit;
	}
}
@media screen and (max-width: 1024px) {
	.main-visual__info .top-distribute {
		order: 3;
	}
}

@media screen and (min-width: 1025px) {
	.main-visual__info .top-distribute {
		width: 280px;
		background-color: #fff;
		margin: 0 8px 0 0;
		padding: 16px;
	}
	.main-visual__info .top-distribute h1 {
		display: none;
	}
	.main-visual__info .top-distribute dl dd em {
		font-size: 2.0rem;
	}
	.main-visual__info .top-distribute h2 {
		font-size: 1.6rem;
		margin: 0 0 16px;
	}
	.main-visual__info .top-distribute p {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.main-visual__info .top-distribute dl dt, .main-visual__info .top-distribute dl dd {
		margin: 8px 0;
		line-height: 16px;
	}
	.main-visual__info .top-distribute .link-button__a {
		display: none;
	}
}

/* main-visual__info__banner
=========================================================== */
@media screen and (max-width: 1024px) {
	.main-visual__info__banner {
		order: 2;
	}
}
@media screen and (min-width: 1025px) {
	.main-visual__info__banner {
		position: absolute;
		right: 32px;
		transform: translate(0, -100%);
	}
}

/* ticker
=========================================================== */
.main-visual__info .ticker {
	position: relative;
	text-align: center;
	margin: 0 32px 0 0;
	padding: 16px;
	text-align: left;
	font-weight: bold;
	z-index: 5;
	background-color: #fff;
}
@media screen and (max-width: 1024px) {
	.main-visual__info .ticker {
		order: 1;
	}
}

.main-visual__info .ticker .news-title {
	font-size: 1.6rem;
	display: inline-block;
	vertical-align: top;
	height: 10px;
    line-height: 10px;
	margin-bottom: 32px;
}

.main-visual__info .ticker .news {
	vertical-align: top;
	margin-bottom: 0;
}

.bx-controls {
	text-align: right;
}

.main-visual__info .ticker .link-button__a {
	display: inline-block;
}

.main-visual__info .ticker .link-button__a a {
	height: auto;
	line-height: 1;
	padding: 0 10px 0 10px;
	display: inline-block;
	color: #da0000 !important;
	border: none;
	text-align: center;
	position: relative;
	overflow: hidden;
	letter-spacing: 1px;
	font-size: 12px;
}

.main-visual__info .ticker .link-button__a a:hover {
	background-color: #fff;
	color: #da0000 !important;
	text-decoration: underline;
	background: none !important;
}

.main-visual__info .ticker .link-button__a a:before, .main-visual__info .ticker .link-button__a a:after {
	content: none;
}
@media screen and (max-width: 1024px) {
	.main-visual__info .ticker {
		text-align: center;
		margin: 20px 0 20px;
		padding: 12px 24px;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}
	.main-visual__info .ticker .news-title {
		font-size: 16px;
		width: 100%;
		display: block;
		vertical-align: top;
		text-align: left;
		margin-bottom: 10px;
	}
	.main-visual__info .ticker .news {
		width: 100%;
		display: block;
		vertical-align: top;
		margin-bottom: 0;
	}
	.main-visual__info .ticker .news dt {
		text-align: left;
	}
	.main-visual__info .ticker .news dd {
		border: none;
		margin: 0 0 0;
		padding: 0 0 10px 0;
	}
}
@media screen and (min-width: 1025px) {
	.main-visual__info .ticker .news dt {
		float: none;
		margin: 0 0 4px;
	}
	.main-visual__info .ticker .news dd {
		padding: 0;
		border: none;
	}
}


/* ticker__link-list
=========================================================== */
.ticker__link-list {
	position: absolute;
	margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
	.ticker__link-list {
		left: 16px;
		bottom: 16px;
	}
}
@media screen and (min-width: 1025px) {
	.ticker__link-list {
		top: 16px;
		right: 16px;
	}
}


/* 未確認
=========================================================== */
.main-visual__info .ticker .fa {
	margin: 0 10px;
	font-size: 24px;
}
#video {
	width: 100%;
}

.modaal-content-container p {
	margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
	.modaal-content-container {
		padding: 2px;
	}
}

@media screen and (min-width: 1025px) {
	.main-visual__info .link-button__a {
		display: inline-block;
	}
	.main-visual__info .link-button__a a {
		height: auto;
		line-height: 1;
		padding: 0 10px 0 10px;
		display: inline-block;
		color: #da0000 !important;
		border: none;
		text-align: center;
		position: relative;
		overflow: hidden;
		letter-spacing: 1px;
		font-size: 12px;
	}
	.main-visual__info .link-button__a a:hover {
		background-color: #fff;
		color: #da0000 !important;
		text-decoration: underline;
		background: none !important;
	}
	.main-visual__info .link-button__a a:before, .main-visual__info .link-button__a a:after {
		content: none;
	}
}

/* ===========================================================


	main / article


=========================================================== */

main {
	width: 100%;
	padding: 80px 0 80px !important;
	position: relative;
	z-index: 1;
}

article {
	width: 100%;
}

@media screen and (max-width: 1024px) {
	main {
		width: calc(100% - 40px);
		padding: 20px 0 40px !important;
	}
}

/* ===========================================================


	top-contents


=========================================================== */

.top-contents {
	position: relative;
	padding: 50px 0 0;
}

.top-contents:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width: 1024px) {
	.top-contents {
		padding: 280px 0 0;
		margin: 0 0 40px !important;
	}
}

@media screen and (max-width: 767px) {
	.top-contents {
		padding: 200px 0 0;
		;
		margin: 0 0 40px !important;
	}
}

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

	top-contents_title

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

.top-contents_title {
	position: relative;
	width: 680px;
	background-color: #da0000;
	color: #fff;
	padding: 50px;
}

.top-contents_title h1, .top-contents_title p {
	opacity: 0;
}

.is-show .top-contents_title h1, .is-show .top-contents_title p {
	display: block;
	animation: top-contents_title_h1 1s ease-out;
	animation-fill-mode: forwards;
	animation-delay: 500ms;
}

@keyframes top-contents_title_h1 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.main-visual__open .main-visual__copy em {
	animation: main-visual__copy-em 1s ease-out;
	animation-fill-mode: forwards;
	animation-delay: 0ms;
}

.top-feature .top-contents_title {
	padding-left: 110px;
	margin-left: calc(50% - 60px);
}

.top-portfolio .top-contents_title {
	padding-right: 110px;
	margin-right: calc(50% - 60px);
	float: right;
}

.top-contents_title:before {
	content: "";
	width: 2px;
	height: 100px;
	background-color: #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 25px;
}

.top-feature .top-contents_title:before {
	left: 0;
}

.top-portfolio .top-contents_title:before {
	right: 0;
}

.top-contents_title h1 {
	position: relative;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 20px;
	letter-spacing: 1px;
}

.top-contents_title h1 strong {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	font-size: 30px;
	font-size: 3.0rem;
	letter-spacing: 1px;
	display: block;
	text-transform: uppercase;
}

.top-contents_title p {
	font-weight: bold;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.4;
	letter-spacing: 2px;
	margin: 0;
}

@media screen and (max-width: 1024px) {
	.top-contents_title {
		width: calc(100% - 40px);
		padding: 50px !important;
		margin: 0 20px !important;
	}
	.top-portfolio .top-contents_title {
		float: none;
	}
	.top-contents_title:before {
		top: -50px !important;
		left: 50px !important;
		right: inherit !important;
	}
}

@media screen and (max-width: 767px) {
	.top-contents_title {
		width: 100%;
		padding: 20px !important;
		margin: 0 !important;
	}
	.top-contents_title:before {
		top: -50px !important;
		left: 25px !important;
	}
	.top-contents_title h1 {
		margin: 0 0 10px;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 2;
	}
	.top-contents_title h1 strong {
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 1.1;
	}
	.top-contents_title p {
		font-size: 16px;
		font-size: 1.6rem;
	}
	.top-contents_title p br {
		display: none;
	}
}

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

	contents_photo

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

.top-contents_photo {
	position: absolute;
	top: 0;
	width: 50%;
	height: 440px;
	z-index: -1;
	overflow: hidden;
}

.top-contents_photo:before {
	opacity: 0;
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 440px;
	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}

.is-show .top-contents_photo:before {
	animation: top-contents_photo_before 2s cubic-bezier(1, 0, 0, 1);
	animation-fill-mode: forwards;
}

@keyframes top-contents_photo_before {
	50% {
		opacity: 0;
	}
	51% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

.top-feature .top-contents_photo {
	left: 0;
}

.top-portfolio .top-contents_photo {
	right: 0;
}

.top-feature .top-contents_photo:before {
	background-image: url(../img/common/top/img_feature.png);
}

.top-portfolio .top-contents_photo:before {
	background-image: url(../img/common/top/img_portfolio.png);
}

.top-contents_photo:after {
	opacity: 0;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #da0000;
	width: 100%;
	height: 100vh;
	z-index: 2;
}

.is-show .top-contents_photo:after {
	opacity: 1;
	animation: top-contents_photo__after 2s cubic-bezier(1, 0, 0, 1);
	animation-fill-mode: forwards;
}

.top-portfolio a.modal {
	position: absolute;
	right: calc(50% - 400px);
	bottom: 70px;
}

@keyframes top-contents_photo__after {
	0% {
		left: 0;
		width: 0%;
	}
	50% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	.top-contents_photo {
		width: 100%;
		height: 300px;
	}
	.top-contents_photo:before {
		height: 300px;
	}
	.top-portfolio .top-contents_photo {
		right: inherit;
	}
	.top-portfolio a.modal {
		position: static;
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.top-contents_photo {
		height: 200px;
	}
	.top-contents_photo:before {
		height: 200px;
	}
}

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

	top-contents_article

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

.top-contents_article {
	position: relative;
	width: 680px;
	padding: 50px;
}

.top-contents_article p, .top-contents_article dl {
	opacity: 0;
}

.is-show .top-contents_article p, .is-show .top-contents_article dl {
	animation: top-contents_article 1s ease-out;
	animation-fill-mode: forwards;
	animation-delay: 1000ms;
}

@keyframes top-contents_article {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.top-feature .top-contents_article {
	padding-left: 110px;
	margin-left: calc(50% - 60px);
}

.top-portfolio .top-contents_article {
	padding-right: 110px;
	margin-right: calc(50% - 60px);
	float: right;
}

.top-contents_article p.link-button__a {
	margin-bottom: 0 !important;
}

.top-feature .top-contents_article p {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 30px;
}

.top-portfolio dl {
	color: #da0000;
	text-align: center;
	display: inline-block;
	margin: 0 0 30px;
	padding: 0 20px;
	line-height: 1.2;
}

.top-portfolio dl:first-child {
	padding-left: 0;
}

.top-portfolio dl:nth-of-type(3) {
	padding-right: 0;
}

.top-portfolio dl dt {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 10px;
}

.top-portfolio dl dd {
	font-size: 16px;
	font-size: 1.6rem;
}

.top-portfolio dl dd em {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 45px;
	font-size: 4.5rem;
	margin: 0 4px 0 0;
	letter-spacing: 0;
}

.top-portfolio .top-contents_title p {
	color: #fff;
}

.top-portfolio p {
	color: #da0000;
	margin: 0 0 40px;
}

@media screen and (max-width: 1024px) {
	.top-contents_article {
		width: 100%;
		padding: 30px 70px !important;
	}
	.top-feature .top-contents_article {
		padding-left: 70px;
		margin-left: 0;
	}
	.top-portfolio .top-contents_article {
		padding-right: 70px;
		margin-right: 0;
		float: none;
	}
	.top-contents_article .link-button__a {
		text-align: center;
	}
	.top-portfolio dl {
		width: 33%;
		padding: 0;
	}
}

@media screen and (max-width: 767px) {
	.top-contents_article {
		padding: 20px 20px !important;
	}
	.top-feature .top-contents_article {
		padding-left: 20px;
	}
	.top-portfolio .top-contents_article {
		padding-right: 20px;
	}
	.top-portfolio dl {
		display: block;
		width: auto;
		margin: 0 0 10px;
	}
	.top-portfolio dl:nth-of-type(3) {
		margin: 0 0 20px;
	}
	.top-portfolio dl dt {
		margin: 0;
	}
}

/* ===========================================================


	top-information


=========================================================== */

.top-information {
	clear: both;
	position: relative;
}

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

	top-information_title

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

.top-information_title {
	position: relative;
	width: 100%;
	height: 320px;
	background-color: #da0000;
	background: url(../img/common/top/img_information.png) 50% 50% no-repeat;
	background-size: cover;
	color: #fff;
	padding: 90px 0 0;
	text-align: center;
}

.top-information_title h1 {
	position: relative;
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 50px;
	letter-spacing: 1px;
	height: 30px;
	line-height: 30px;
}

.top-information_title h1 strong {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	font-size: 30px;
	font-size: 3.0rem;
	letter-spacing: 1px;
	display: block;
	text-transform: uppercase;
}

.top-information_title p {
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 2px;
	margin: 0;
}

@media screen and (max-width: 1024px) {
	.top-information {
		width: 100%;
	}
	.top-information_title {
		width: 100%;
		padding: 110px 20px 0;
	}
}

@media screen and (max-width: 767px) {
	.top-information_title {
		padding: 100px 20px 0;
	}
	.top-information_title h1 {
		margin: 0 0 40px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.top-information_title h1 strong {
		font-size: 26px;
		font-size: 2.6rem;
		line-height: 1.1;
	}
	.top-information_title p {
		font-size: 16px;
		font-size: 1.6rem;
		text-align: left;
	}
}

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


	top-information_article


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

.top-information_article {
	width: 1000px;
	margin: 0 auto;
}

.top-information_article section {
	position: relative;
	margin: -60px 0 0;
	width: 490px;
	height: 460px;
	padding: 45px;
	background-color: #fff;
}

.top-information_article section h1 {
	position: relative;
	font-size: 20px;
	font-size: 2.0rem;
	margin: 0 0 30px;
	text-align: center;
	color: #da0000;
}

.top-information_article .link-button__a {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.top-information_article .link-button__a a {
	margin: auto;
}

@media screen and (max-width: 1024px) {
	.top-information_article {
		width: 100%;
	}
	.top-information_article section {
		float: none !important;
		width: 580px;
		height: inherit !important;
		padding: 40px 0 0;
		margin: 0 auto;
	}
	.top-information_article .link-button__a {
		padding: 20px 0 0;
		position: relative;
		top: inherit;
		left: inherit;
	}
}

@media screen and (max-width: 767px) {
	.top-information_article section {
		width: 100%;
		padding: 20px auto 0;
	}
}

/* ===========================================================



	 top-financial



=========================================================== */

.top-financial {
	float: left;
}

.top-financial p {
	height: 20px;
	line-height: 20px;
	margin: 0 0 10px;
}

.top-financial ul {
	margin: 0 0 5px!important;
}

.top-financial li {
	position: relative;
	margin: 0;
	display: block;
	height: 30px;
	line-height: 30px;
}

.top-financial li .icon--small {
	margin: 0 5px 0 0;
}

.top-financial li a {
	margin: 0 5px 0 0;
}

.top-financial a:link, .top-financial a:visited {
	text-decoration: none;
}

.top-financial ul a:hover {
	text-decoration: underline;
}

.top-financial .bt-download {
	position: absolute;
	top: 145px;
	right: 50px;
}

.top-financial .bt-download a {
	display: block;
	width: 120px;
	height: 140px;
	line-height: 100px;
	border: solid 1px #ddd;
	font-size: 13px;
	font-size: 1.2rem;
	text-align: center;
	background: url(../img/common/ic/ic_download_a.png) 50% 75px no-repeat;
	background-size: 34px auto;
	font-weight: bold;
}

.top-financial .bt-download a:hover {
	background: url(../img/common/ic/ic_download_b.png) 50% 75px no-repeat;
	background-size: 34px auto;
	background-color: #da0000;
	border: solid 1px #da0000;
	color: #fff;
}

.top-financial .movie dl dt {
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	height: 10px;
	line-height: 10px;
	border: none;
	margin: 30px 0 20px;
	padding: 0;
	text-align: left;
	border: none;
	background-color: #f0f0f0;
	overflow: inherit;
}

.top-financial .movie dl dt span {
	letter-spacing: 1px;
	padding: 0 5px 0 0;
	background-color: #fff;
	display: inline-block;
	position: relative;
}

#ytplayer {
	display: none;
}

.top-financial .movie dl dd #ytplayer {
	display: block;
	width: 100%;
	min-height: 200px;
}

@media screen and (min-width: 1024px) {
	.top-financial .movie dl dd .active {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999999;
		padding: 40px;
		background-color: rgba(0, 0, 0, 0.8);
	}
	.top-financial .movie dl dd .active #ytplayer {
		min-height: 100%;
	}
	.top-financial .movie dl dd #ytplayer-wrap .close {
		display: inline-block;
		width: 40px;
		height: 40px;
		position: fixed;
		top: 20px;
		right: 20px;
		cursor: pointer;
	}
	.top-financial .movie dl dd #ytplayer-wrap .close:before, .top-financial .movie dl dd #ytplayer-wrap .close:after {
		display: block;
		content: '';
		width: 2px;
		height: 40px;
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background-color: #FFFFFF;
		border-radius: 10px;
		position: absolute;
		top: 0;
		right: 20px;
	}
	.top-financial .movie dl dd #ytplayer-wrap .close:after {
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

@media screen and (max-width: 1024px) {
	.top-financial .bt-download {
		top: 130px;
	}
}

@media screen and (max-width: 767px) {
	.top-financial .bt-download {
		position: relative;
		top: inherit;
		right: inherit;
		padding: 20px 0 0;
		height: inherit;
	}
	.top-financial .bt-download a {
		display: block;
		width: 100%;
		height: 50px;
		line-height: 50px;
		background: #da0000;
		color: #fff;
		border: solid 1px #da0000;
	}
	.top-financial .bt-download a span {
		font-weight: bold;
	}
	.top-financial .bt-download a:before {
		content: "";
		display: inline-block;
		width: 34px;
		height: 25px;
		background: url(../img/common/ic/ic_download_b.png) 50% 50% no-repeat;
		background-size: 34px auto;
		margin: 0 10px -5px 0;
	}
	.top-financial .bt-download a:hover {
		background: #fff;
		color: #da0000;
	}
	.top-financial .bt-download a:hover:before {
		background: url(../img/common/ic/ic_download_a.png) 50% 50% no-repeat;
		background-size: 34px auto;
	}
}

/* popup-open
----------------------------------------------------------- */

.popup-open:before {
	display: inline-block;
	content: "";
	width: 0;
	height: 0;
	margin: 0 2px 2px 2px;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #da0000;
}

/* popup-area
----------------------------------------------------------- */

.top-financial .popup-area {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -80px 0 0 -200px;
	z-index: 100;
	padding: 20px 20px 5px;
	width: 400px;
	background: #fff;
	border: solid 3px #ddd;
}

.popup-area h4 {
	text-align: left;
}

.popup-area p {
	margin-bottom: 10px;
}

.popup-area dl.dl-date {
	text-align: left;
	margin: 0 0 10px;
	line-height: 1.2;
}

.popup-area dl.dl-date dt {
	padding: 0 0 5px;
	margin: 0;
}

.popup-area dl.dl-date dd {
	padding: 0 0 5px 8em;
	margin: 0 0 10px;
}

@media screen and (max-width: 1024px) {
	.top-financial .popup-area {
		position: fixed;
		width: 300px;
		margin-left: -150px;
		white-space: normal;
	}
	.popup-area dl.dl-date dt {}
	.popup-area dl.dl-date dd {
		padding: 0 0 5px;
		text-align: left;
	}
}

/* popup-close
----------------------------------------------------------- */

.popup-close {
	position: relative;
	overflow: hidden;
	height: 25px;
	line-height: 23px;
	text-align: center;
	margin: 0 auto 0;
	padding: 0 20px 0 30px;
	display: inline-block;
	border: solid 1px #cccccc;
	color: #111 !important;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all .3s ease;
	cursor: pointer;
}

.popup-close:hover {
	text-decoration: none;
	border: solid 1px #fff;
	color: #fff !important;
	border-color: transparent;
	background-color: #da0000;
}

.popup-close:before, .popup-close:after {
	position: absolute;
	top: 50%;
	left: 15px;
	margin: -6px 0 0;
	content: "";
	width: 1px;
	height: 12px;
	background-color: #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(-45deg);
}

.popup-close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(-45deg);
}

.popup-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(45deg);
}

.popup-close:hover:before, .popup-close:hover:after {
	background-color: #fff;
}

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

	top-distribute

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

.top-information_article section.top-distribute {
	float: right;
    height: auto;
}

.top-distribute h2 {
	font-size: 14px;
	font-size: 1.4rem;
	height: 10px;
	line-height: 10px;
	border: none;
	margin: 0 0 20px;
	padding: 0;
	text-align: left;
	border: none;
	background-color: #f0f0f0;
	overflow: inherit;
}

.top-distribute h2 span {
	letter-spacing: 1px;
	padding: 0 5px 0 0;
	background-color: #fff;
	display: inline-block;
}

.top-distribute h2:before, .top-distribute h2:after {
	display: none;
}

.top-distribute h2.forecast {
	color: #000;
}

.top-distribute dl {
	margin: 0;
}

.top-distribute dl dt {
	clear: both;
	float: left;
	white-space: nowrap;
	margin: 0 0 10px;
	line-height: 20px;
}

.top-distribute dl dd {
	text-align: right;
	white-space: nowrap;
	margin: 0 0 10px;
	line-height: 20px;
}

.top-distribute dl dd em {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 32px;
	font-size: 3.2rem;
}

.top-distribute dl.actual dt, .top-distribute dl.actual dt {
	margin: 0;
}

.top-distribute dl.forecast dd em {
	color: #000;
}

/* ===========================================================


	contents-banner


=========================================================== */

.contents-banner {
	clear: both;
	width: 1210px;
	margin: 0 auto 100px !important;
	text-align: center;
	padding-top: 40px;
}

.contents-banner li {
	width: 600px;
	height: 248px;
	margin: 0 auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 600px auto;
}

.contents-banner li.bn-stock {
	/*float: left;*/
	background-image: url(../img/common/top/bn_stock.png);
}

.contents-banner li.bn-irmail {
	float: right;
	background-image: url(../img/common/top/bn_irmail.png);
}

.contents-banner a {
	display: block;
	width: 600px;
	height: 248px;
	text-align: center;
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	color: #fff;
	line-height: 20px;
	padding: 97px 0 0;
}

.contents-banner a span {
	position: relative;
	z-index: 1;
}

.contents-banner a:before {
	content: "";
	position: absolute;
	display: block;
	top: 20px;
	left: 20px;
	width: 560px;
	height: 208px;
	background-color: rgba(204, 2, 0, 0.00);
	z-index: 0;
	transition: .3s ease-in-out;
}

.contents-banner a:hover:before {
	background-color: rgba(204, 2, 0, 0.70);
}

.contents-banner a:after {
	content: "";
	position: absolute;
	right: 30px;
	bottom: 30px;
	display: block;
	width: 9px;
	height: 8px;
	background: url(../img/common/ic/ic_blank_b.png) 0 0 no-repeat;
	background-size: 9px auto;
}

.contents-banner a strong {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 1px;
	display: block;
	text-transform: uppercase;
	line-height: 30px;
}

@media screen and (max-width: 1024px) {
	.contents-banner {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.contents-banner li {
		width: 100%;
	}
	.contents-banner a {
		width: 100%;
		padding: 77px 0 0;
	}
	.contents-banner a:before {
		display: none;
	}
	.contents-banner a strong {
		padding: 0 40px;
	}
}

/* ===========================================================


	top-news


=========================================================== */

.top-news {
	clear: both;
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}

@media screen and (max-width: 1024px) {
	.top-news {
		width: 100%;
	}
}

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

	top-news h1

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

.top-news h1 {
	text-align: center;
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 0 30px;
	letter-spacing: 1px;
	padding: 0 0 0;
	color: #da0000;
}

.top-news h1 strong {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 700;
	font-size: 30px;
	font-size: 3.0rem;
	letter-spacing: 1px;
	display: block;
	text-transform: uppercase;
}

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

	top-news dl

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

.top-news dl {
	border-top: dotted 1px #ddd;
	padding: 10px 0 0;
}

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

	top-news ul

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

.top-news ul.ticker__link-list {
	position: static;
	text-align: center;
	margin: 0 0 80px;
}

.top-news ul li {
	display: inline-block;
	margin: 0 10px;
}

.top-news ul li a {
	width: 240px;
	padding: 0;
}

.top-news ul li.bt-rss a:before {
	width: 9px;
	height: 9px;
	margin: -4px 0 0 0;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	background: url(../img/common/ic/ic_rss_a.png) 0 0 no-repeat;
	background-size: 9px 9px;
}

.top-news ul li.bt-rss a:hover:before {
	background: url(../img/common/ic/ic_rss_b.png) 0 0 no-repeat;
	background-size: 9px 9px;
}

@media screen and (max-width: 1024px) {
	.top-news ul li {
		margin: 0 5px;
	}
	.top-news ul li a {
		width: 220px;
	}
}

@media screen and (max-width: 767px) {
	.top-news ul {
		margin: 0;
	}
	.top-news ul li {
		display: block;
		margin: 0 0 5px;
	}
	.top-news ul li a {
		width: 280px;
	}
}

.news ul.newslist li {
	display: block;
	margin: 0;
}

.news ul.newslist li .icon {
	width: 90px;
	height: 20px;
}

.news ul.newslist li dd {
	text-align: left;
}

/* ===========================================================


	top-banner


=========================================================== */

.top-banner {
	margin: 0 auto;
	width: 1200px;
}

.top-banner dl {
	position: relative;
	background-color: #fff;
	overflow: hidden;
	width: 380px;
	text-align: left;
	float: left;
	margin-right: 30px;
}

.top-banner dt {
	border-left: solid 3px #da0000;
	height: 14px;
	line-height: 14px;
	position: relative;
	margin: 0 0 10px;
	font-size: 12px;
	font-size: 1.2rem;
}

.top-banner dt span {
	display: inline-block;
	padding: 0 5px;
	background-color: #fff;
	position: relative;
	z-index: 2;
}

.top-banner dt:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	display: block;
	content: " ";
	background-color: #ccc;
	z-index: 1;
}

.top-banner dd a img {
	display: inline-block;
}

dl.top-banner_sponsor {}

dl.top-banner_asset {}

dl.top-banner_group {
	margin-right: 0;
}


.top-banner.top-banner_col4 dl {
	width: 285px;
	margin-right: 20px;
}
.top-banner.top-banner_col4 dt {
	margin-bottom: 5px;
}
.top-banner.top-banner_col4 dl:last-child {
	margin-right: 0;
}
.top-banner.top-banner_col4 dl dd img {
    width: auto !important;
    max-width: 100%;
    height: auto;
}
.top-banner.top-banner_col4 dl.top-banner_group {
	width: 590px;
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.top-banner.top-banner_col4 dl.top-banner_group dt {
	width: 100%;
}
.top-banner.top-banner_col4 dl.top-banner_group dd {
	width: 285px;
	margin-right: 20px;
}
.top-banner.top-banner_col4 dl.top-banner_group dd:last-child {
	margin-right: 0;
}
.top-banner.top-banner_col4 .top-banner_text {
	display: block;
	line-height: 14px;
	height: 20px;
	margin: 0 0 5px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}
.top-banner.top-banner_col4__en .top-banner_text {
	height: 33px;
}

@media screen and (max-width: 1024px) {
	.top-banner {
		width: 100%;
		text-align: center;
	}
	.top-banner dl {
		margin: 0 auto 20px;
		float: none !important;
	}
	.top-banner.top-banner_col4 dl {
		margin-right: auto;
		width: 380px;
	}
	.top-banner.top-banner_col4 dl:last-child {
		margin-right: auto;
	}
	.top-banner.top-banner_col4 dl.top-banner_group dd {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.top-banner.top-banner_col4 .top-banner_text,
	.top-banner.top-banner_col4__en .top-banner_text{
		height: auto;
		margin-bottom: 10px;
	}
	.top-banner.top-banner_col4 dl.top-banner_group {
		width: 380px;
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.top-banner {}
	.top-banner dl {
		width: auto;
	}
	.top-banner dl dd img {
		width: 100%;
		max-width: 400px;
		height: auto;
	}
	.top-banner.top-banner_col4 dl {
		width: auto !important;
	}
}