@charset "UTF-8";

/*------------------------------------------------
style
--------------------------------------------------*/
.headline-lv2 {
	position: relative;
	font-family: "Roboto", sans-serif;
	font-size: 64px;
	font-weight: 300;
	text-align: left;
	color: #0b308e;
	line-height: 1;
	padding-top: 110px;
}
.headline-lv2::before {
	content: '';
	width: 52px;
	height: 60px;
  position: absolute;
	background: url(../../corporate/images/diagonal.svg) no-repeat;
	background-size: contain;
  top: 0;
  left: 0;
}
.headline-lv2 span {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #2c2a3e;
	margin-top: 10px;
}
@media (max-width: 767px) {
	.headline-lv2 {
		font-size: 46px;
		padding-top: 20px;
	}	
	.headline-lv2::before {
		top: -20px;
		left: 20px;
		width: 35px;
    height: 40px;
	}
	.headline-lv2 span {
		font-size: 12px;
	}
}
#content a:hover {
	text-decoration: none;
}

@media screen and (min-width: 980px) {
	.m-box-section:first-child {
		margin-top: 57px;
	}
}
.corporate.index #content {
	font-family: "Noto Sans JP", sans-serif;
	color: #2C2A3E;
}
.corporate.index .mainvisual {
	background: url(../../corporate/images/bg_mainvisual_pc.jpg) no-repeat bottom center;
	height: 848px;
	background-size: cover;
	padding-top: 95px;
	line-height: 1.5;
}
.corporate.index .mainvisual .copy-text {
	font-family: "Noto Serif JP", sans-serif;
	font-weight: 500;
	font-size: 56px;
	text-align: center;
	color: #fff;
}
.corporate.index .mainvisual .text {
	font-weight: 500;
	margin-top: 40px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	line-height: 2;
}
.corporate.index .mainvisual .logo_theme {
	margin-top: 45px;
	text-align: center;
}
.corporate.index .mainvisual .logo_theme img {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
	.corporate.index .mainvisual .copy-text {
		font-size: 44px;
	}
}

/* NEWS */
.corporate.index .news-area {
	position: relative;
	padding-top: 140px;
	overflow: hidden;
}
.corporate.index .news-list {
	margin-top: 70px;
}
.corporate.index .news-list li a {
	display: flex;
	align-items: flex-start;
	padding: 25px 15px;
	color: #2C2A3E;
}
.corporate.index .news-list li a time {
	width: 5em;
	margin-right: 25px;
}
.corporate.index .news-list li a label {
	width: 110px;
	text-align: center;
	background: #fff;
	border: 1px solid #000;
	margin-right: 30px;

}
.corporate.index .news-list li a label.product {
	border: 1px solid #00B5E2;
	color: #00B5E2;
}
.corporate.index .news-list li a label.ir {
	border: 1px solid #005EB8;
	color: #005EB8;
}
.corporate.index .news-list li a label.recruit {
	border: 1px solid #FF7F3B;
	color: #FF7F3B;
}
.corporate.index .news-list li a span {
	width: calc(100% - 110px - 5em - 25px - 30px);
}
.corporate.index .news-list li a:hover {
	background: #E3EAF2;
}
.corporate.index .btn {
	text-align: right;
	margin-top: 30px;
}

.corporate.index .news-area .btn a {
	color: #2C2A3E;
}
.corporate.index .news-area .btn a:hover {
	opacity: 0.7;
}
.corporate.index .news-area .btn::after {
	content: '\f061';
	font-family: "Font Awesome 6 Pro";
	position: relative;
	display: inline-block;
	margin-left: 10px;
}

.corporate.index .corp-navigation {
	padding-top: 0;
	position: relative;
	padding-bottom: 240px;
	background: #f5f5f5;
	overflow: hidden;
}
.corporate.index .corp-navigation .card {
	position: relative;
	z-index: 2;
}
.corporate.index .corp-navigation + .corp-navigation {
	margin-top: 0;
}
.corporate.index .corp-navigation .card .imgbox {
	width: 58%;
	min-height: 550px;
	height: 550px;
}
.corporate.index .corp-navigation:nth-of-type(odd) .card .imgbox {
	margin: 0 0 0 auto;
}
.corporate.index .corp-navigation .card .imgbox img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: 50% 50%;
	aspect-ratio: 16 / 9;
}
.corporate.index .corp-navigation .card .textbox {
	position: absolute;
	right: 0;
	top: 200px;
	width: 45%;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
	z-index: 2;
	padding: 0 45px 80px;
}

.corporate.index .corp-navigation:nth-of-type(odd) .card .textbox {
	left: 0;
	right: auto;
}
.corporate.index .corp-navigation:nth-of-type(odd) .card .textbox .inner {
	width: max-content;
	margin: 0 0 0 auto;
}
.corporate.index .corp-navigation .card .textbox .headline-lv2 {
	padding-top: 70px;
}

.corporate.index .corp-navigation .card .textbox .headline-lv2::before {
	top: -30px;
}
.corporate.index .corp-navigation .card .textbox .text {
	margin-top: 40px;
	line-height: 2;
}

.corporate.index .corp-navigation .card .textbox .btn {
	text-align: left;
	margin-top: 45px;
}
.corporate.index .corp-navigation .card .textbox .btn a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 290px;
	height: 50px;
	background: transparent;
	border: 1px solid #0b308e;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	color: #0b308e;
}
.corporate.index .corp-navigation .card .textbox .btn a:hover {
	color: #fff;
}
.corporate.index .corp-navigation .card .textbox .btn a::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: #005EB8;
	top: 0;
	left: -100%;
	transition: transform 0.5s;
	z-index: -1;
}
.corporate.index .corp-navigation .card .textbox .btn a::after {
	content: '\f061';
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	right: 15px;
	color: #0B308E;
	top: 50%;
	margin-top: -12px;
}

.corporate.index .corp-navigation .card .textbox .btn a:hover::before {
	transform: translateX(100%);
}
.corporate.index .corp-navigation .card .textbox .btn a:hover::after {
	color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
	.corporate.index .corp-navigation .card .textbox .headline-lv2 {
    font-size: 54px;
	}
}
@media (max-width: 767px) {
	.corporate.index .mainvisual {
		background: url(../../corporate/images/bg_mainvisual_sp.jpg) no-repeat bottom center;
		background-size: cover;
		padding-top: 40px;
		height: calc(848px - 323px);
	}
	.corporate.index .mainvisual .copy-text {
		font-size: 28px;
	}
	.corporate.index .mainvisual .text {
    font-size: 14px;
		margin-top: 30px;
	}
	.corporate.index .mainvisual .logo_theme {
    margin-top: 30px;
    text-align: center;
	}
	.corporate.index .news-area {
    padding-top: 70px;
	}
	.corporate.index .news-list {
    margin-top: 30px;
	}
	.corporate.index .news-list li a {
		flex-wrap: wrap;
    padding: 15px 0;
	}
	.corporate.index .corp-navigation .card .textbox .btn a::before {
		content: none;
	}
	.corporate.index .news-list li a:hover {
		background: transparent;
	}
	.corporate.index .news-list li a time {
    margin-right: 15px;
	}
	.corporate.index .news-list li a label {
    margin-right: 15px;
	}
	.corporate.index .news-list li a span {
    width: 100%;
		display: block;
		margin-top: 10px;
	}
	.btn a:hover {
		opacity: 1;
	}
	.corporate.index .corp-navigation .card .textbox .btn a:hover {
    color: #005EB8;
	}
	.corporate.index .corp-navigation {
    padding-bottom: 0;
	}
	.corporate.index .corp-navigation .card .textbox .headline-lv2 {
    padding-top: 30px;
	}
	.corporate.index .corp-navigation .card + .card {
    margin-top: 0;
	}
	.corporate.index .corp-navigation .card .imgbox {
    width: 100%;
		height: auto;
		min-height: auto;
	}
	
	.corporate.index .corp-navigation .card .textbox {
		top: 0;
		position: relative;
		right: 0;
		bottom: 0;
		width: auto;
		background: rgba(255, 255, 255, 0.9);
		box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
		z-index: 2;
		padding: 65px 30px 60px;
	}
	.corporate.index .corp-navigation:nth-of-type(odd) .card .textbox .inner {
		width: 100%;
		margin: 0;
	}
}
@media screen and (min-width: 768px) {
	.m-box-section:first-child {
			margin-top: 50px;
	}
}

/* 製品・サポート情報のボタン　*/
.side-btn {
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 10;
	width: 57px;
}
.side-btn a {
	position: relative;
	display: block;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	background: #0B308E;
	letter-spacing: 3px;
	color: #fff;
	background: #0b308e;
	box-shadow: -8px 8px 11px rgba(0, 0, 0, 0.1);
	padding: 20px 14px 70px;
	font-family: "Noto Sans JP", sans-serif;
	transition: .5s;
	height: 175px;
}
.side-btn a::after {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	content: '\f105';
	font-family: "Font Awesome 6 Pro";
	color: #fff;
	width: 57px;
	height: 57px;
	background: #005eb8;
	bottom: 0;
	right: 0;
}

.side-btn a:hover {
	text-decoration: none;
	opacity: .8;
}

@media (max-width: 767px) {
	.side-btn {
    top: 30vh;
		width: 44px;
	}
	.side-btn a {
		font-size: 14px;
		padding: 20px 10px 60px;
	}
	
	.side-btn a:hover {
		opacity: 1;
	}
.side-btn a::after {
		width: 44px;
		height: 44px;
	}
}

/* テキストのアニメーション */

.corporate.index .mainvisual .animation01 {
	animation: animation01 1s ease 0.3s 1 normal backwards;
}
@keyframes animation01 {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.corporate.index .mainvisual .animation02 {
	animation: animation02 1.5s ease 0.7s 1 normal backwards; 
}
@keyframes animation02 {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.corporate.index .mainvisual .animation03 {
	animation: animation03 2s ease 1.1s 1 normal backwards; 
}
@keyframes animation03 {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* 背景動画	*/
.bg_movie {
	position: absolute;
	top: -50px;
	right: 0;
	width: 100%;
	height: 1080px;
	z-index: -1;
}
.bg_movie::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.75;
	z-index: 1;
}
.bg_movie::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.45281862745098034) 30%, rgba(255,255,255,0.6404936974789917) 70%, rgba(255,255,255,1) 100%);
}
.bg_movie video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	aspect-ratio: 610 / 343;
	right: 0;
	bottom: 0;
}

.bg_movie.movie02 {
	transform: scale(-1, 1);
	top: -210px;
	left: -90px;
	right: auto;
	z-index: 1;
}

.bg_movie.movie02::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	opacity: 0.75;
	z-index: 1;
}

.bg_movie.movie02::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(140deg, rgba(245,245,245,1) 21%, rgba(245,245,245,0) 60%, rgba(245,245,245,1) 81%) no-repeat padding-box;
}

@media (max-width: 767px) {
	.bg_movie {
		position: absolute;
		width: 100%;
		height: 35%;
		z-index: -1;
	}
	.bg_movie::before {
    opacity: 0.55;
	}
}

/* IEハック */

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .side-btn a::after { 
		position: absolute;
		content: '';
		width: 57px;
		height: 57px;
		background: url(../../corporate/images/i_arrow.svg) no-repeat;
		background-size: contain;
		bottom: 0;
		right: 0;
	 }
  *::-ms-backdrop, .corporate.index .news-area .btn::after {
		 content: '';
		 background: url(../../images/i_arrow-gray.svg) no-repeat;
		 background-size: contain;
		 width: 16px;
		 height: 14px;
		 margin-top: -7px;
		}
  *::-ms-backdrop, .corporate.index .corp-navigation .card .textbox .btn a::after {
		 content: '';
		 background: url(../../images/i_arrow-blue.svg) no-repeat;
		 background-size: contain;
		 width: 16px;
		 height: 14px;
		 margin-top: -7px;
		}
		*::-ms-backdrop, .corporate.index .corp-navigation .card .textbox .btn:hover a::after {
			content: '';
			background: url(../../images/i_arrow-white.svg) no-repeat;
			background-size: contain;
			width: 16px;
			height: 14px;
			margin-top: -7px;
		 }
		 *::-ms-backdrop, .corporate.index .movie02 {
			height: 55.6vw;
		 }

		 *::-ms-backdrop, .corporate.index .movie01 {
			height: 55vw;
		 }
}