@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  レイアウトCSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [TOP & LAYOUT]
/* [PAGE]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [TOP & LAYOUT]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
.hero-all {
	background: #0d1c3a;
	overflow: hidden;
	position: relative;
}
.hero-all .caution {
	font-size: 12px;
	color: #fff;
	position: absolute;
	bottom: 20px;
	right: 40px;
	z-index: 10;
}
.hero-main {
	display: block;
	width: 100%;
	height: 440px;
	background: url(../images/layouts/hero-main-sp.webp) no-repeat center center;
	background-size: 100%;
	background-position: center;
	position: relative;
	animation: zoomOnce 5s ease-out forwards;
}
@keyframes zoomOnce {
  0% {
    background-size: 100% auto; /* 開始時のサイズ */
  }
  100% {
    background-size: 120% auto; /* 終了時のサイズ（少し大きく） */
  }
}
.hero-main:before {
	content: "";
	position: absolute;
	top: 0;
	background-color: rgb(9, 18, 38, 0.5);
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 2;
}
.hero-main .wrap {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 36% 30px 0;
	color: #fff;
	position: relative;
	z-index: 10;
}
.hero-main .wrap h1 {
	font-family: "Smooch Sans", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
	text-align: center;
	font-size: 68px;
	font-weight: 600;
}
.hero-main .wrap .catch-01 {
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}
.hero-main .wrap .catch-02 {
	font-size: 13px;
	text-align: center;
}
.fade-in-up {
	animation: fadeInDown 1s ease-out forwards;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width:768px) {
	.hero-main {
		height: 600px;
		background: url(../images/layouts/hero-main.webp) no-repeat center center;
	}
	.hero-main .wrap {
		padding: 25% 30px 0;
	}
	.hero-main .wrap h1 {
		font-size: 84px;
	}
}
@media (min-width:1020px) {
	.hero-main {
		height: 100vh;
		background: url(../images/layouts/hero-main.webp) no-repeat center center;
	}
	.hero-main .wrap {
		padding: 19% 30px 0;
	}
	.hero-main .wrap h1 {
		font-size: 134px;
	}
	.hero-main .wrap .catch-01 {
		font-size: 22px;
	}
	.hero-main .wrap .catch-02 {
		font-size: 18px;
	}
}
#news .wrap {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 60px 30px 0;
}
.big-tll-wrap {
	margin-bottom: 30px;
}
.big-tll-wrap .eng {
	display: block;
	line-height: 100%;
	margin-bottom: 5px;
	font-weight: 300;
	font-size: 14px;
}
.big-ttl {
	font-size: 20px;
	line-height: 140%;;
	padding-bottom: 20px;
	font-weight: 400;
	position: relative;
}
.big-ttl:before {
	content: "";
	width: 40px;
	height: 1px;
	background-color: #1D1D1D;
	position: absolute;
	bottom: 0px;
	left: 0;
}
.news-li {
	width: 100%;
	height: auto;
}
.news-li li {
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
.news-li li:last-child {
	margin-bottom: 0;
}
.news-li li .cate-date {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	line-height: 100%;
	font-size: 11px;
	margin-bottom: 10px;
}
.news-li li .cate-date .cate {
	padding: 5px 10px;
	border: 1px solid #1D1D1D;
	background: #fff;
	margin-right: 8px;
}
.news-li li .cate-date .date {
	font-size: 13px;
}
.news-li li .article-ttl {
	font-weight: 400;
	line-height: 140%;
	font-size: 16px;
}
#ir-news .wrap {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 60px 30px 60px;
}
.ir-li {
	width: 100%;
	height: auto;
}
.ir-li li {
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
.ir-li li:last-child {
	margin-bottom: 0;
}
.ir-li li .cate-date {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	line-height: 100%;
	font-size: 11px;
	margin-bottom: 10px;
}
.ir-li li .cate-date .cate {
	padding: 5px 10px;
	border: 1px solid #1D1D1D;
	background: #fff;
	margin-right: 8px;
}
.ir-li li .cate-date .date {
	font-size: 13px;
}
.ir-li li .article-ttl {
	font-weight: 400;
	line-height: 140%;
	font-size: 16px;
	position: relative;
	display: inline-block;
	padding-right: 35px;
}
a[href$=".pdf"] .article-ttl:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 21px;
	height: 22px;
	background: url(../images/layouts/icon-pdf.webp) no-repeat right center;
	background-size: cover;
	right: 0;
}
#company {
	background: #f8f8f8;
}
#company .wrap {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 60px 30px 60px;
}
.company-overview {
	background: #fff;
	padding: 30px;
}
.company-info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
	line-height: 140%;
}
.company-info .item {
	width: 100%;
	margin-bottom: 6px;
}
.company-info .dsp {
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #1D1D1D;
	margin-bottom: 15px;
}
.company-info .dsp:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	padding-left: 20px;
}
.company-info .dsp ol li {
	list-style: disc;
	margin-bottom: 6px;
}
.company-info .dsp ol li:last-child {
	margin-bottom: 0;
}
@media (min-width:768px) {
	#news .wrap {
		padding: 60px 40px 0;
	}
	#ir-news .wrap {
		padding: 60px 40px 60px;
	}
}
@media (min-width:1020px) {
	#news .wrap {
		padding: 100px 40px 0;
	}
	#news .wrap .flx-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#news .wrap .flx-wrap .big-tll-wrap {
		width: 20%;
	}
	#news .wrap .flx-wrap .news-li {
		width: 75%;
	}
	.big-ttl {
		font-size: 28px;
	}
	.big-tll-wrap {
		margin-bottom: 0;
	}
	.big-tll-wrap .eng {
		font-size: 13px;
	}
	#ir-news .wrap {
		padding: 100px 40px 100px;
	}
	#ir-news .wrap .flx-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#ir-news .wrap .flx-wrap .big-tll-wrap {
		width: 20%;
	}
	#ir-news .wrap .flx-wrap .ir-li {
		width: 75%;
	}	
	#company .wrap {
		padding: 100px 40px 100px;
	}
	#company .wrap .flx-wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#company .wrap .flx-wrap .big-tll-wrap {
		width: 20%;
	}
	#company .wrap .flx-wrap .company-overview {
		width: 75%;
		padding: 80px;
	}
	.company-info .item {
		width: 20%;
	}
	.company-info .dsp {
		width: 80%;
		border-bottom: none;
	}
}




/* Retina-specific styles. */
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
}
@media print {
}

/* Edge */
_:host-context(x)::-ms-clear,


/* IE */
_:-ms-lang(x), 
.logo {
	transition:transform 0.8s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}