@charset "utf-8";

a.blank::after {
	content: url(/business/images_global/n_ic_blank_01.png);
	margin-left: 0.5em;
}

.dib {
	display: inline-block;
}

html {
	overflow: visible;
}

html.non_scroll {
	overflow-y: hidden;
}

.splang {
	display: none;
}

.br_sp_on {
	display: none;
}

body,
div#globalHeader,
#breadCrumb,
#hdgNav,
#searchInfoWrap,
#searchInfoWrap #searchInfo,
.rTitleUtilBlock ul,
#ftGNavWall,
#ftBusiness,
div#footer,
#rSearchInfoWrap #rSearchInfo #rSearchInput {
	font-family: 'Noto Sans JP', sans-serif;
}

body {
	background-color: #000;
}

body:has(#hdgNav.fixed) {
	padding-top: 115px;
}

body.responsive-sp #rContent {
	background-color: transparent;
}

#hdgNav li a:hover,
#hdgNav li a.current {
	background-color: transparent;
}

div#footer {
	background-color: #fff;
}

#rContainer {
	background-color: #000;
	padding: 0;
	max-width: 1920px;
	margin: 0 auto;
}

.grad_ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-image: linear-gradient(to right, #1747c4 0%, #1967cc 50%, #1c86d3 100%);
	text-align: center;
	font-size: 246.15%;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.15em;
	width: 100vw;
	margin-left: calc((100% - 100vw) / 2);
	margin-right: calc((100% - 100vw) / 2);
	padding: 20px 0;
}

/* @media (max-width: 832px) {
	.grad_ttl {
		height: auto;
		padding: 24px 0;
	}
} */

.grad_ttl > span {
	width: 80%;
}

a.bg_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: min(80%, 1200px);
	height: 110px;
	margin: 0 auto;
	color: #ffffff;/*240930変更前#e3e3e3*/
	background-color: rgba(40, 40, 40, 0.7);
	border: 1px solid #e3e3e3;
	border-radius: 8px;
	text-align: center;
	font-size: 153.84%;
	font-weight: 400;
	text-decoration: none;
	transition: background-color 0.4s;
	box-sizing: border-box;
}

a.bg_btn:hover {
	background-color: rgba(25, 103, 204, 0.9);
	opacity: 1;
	color: #f5f5f5;
}

a.primary_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 330px;
	height: 55px;
	border-radius: 27px;
	text-decoration: none;
	position: relative;
	opacity: 1;
	transition: opacity 0.4s;
}

a.primary_btn::after {
	content: '＞';
	font-size: 184.61%;
	font-weight: 500;
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
}

a.primary_btn:hover {
	opacity: 0.7;
}

a.primary_btn span {
	font-size: 153.84%;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
}

a.primary_btn.grad_btn {
	background-image: linear-gradient(90deg, #1747c4 0%, #1967cc 50%, #1c86d3 100%);
}

a.primary_btn.grad_btn::after {
	color: #fff;
}

a.primary_btn.grad_btn span {
	color: #fff;
}

a.primary_btn.border_btn {
	border: 1px solid #1967cc;
}

a.primary_btn.border_btn::after {
	color: #1967cc;
}

a.primary_btn.border_btn span {
	color: #1967cc;
}

.grad_text {
	background-image: linear-gradient(90deg, #1747c4 0%, #1967cc 50%, #1c86d3 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#breadCrumb {
	background: rgba(64, 64, 64, 0.9);
	border-bottom: 1px solid #e3e3e3;
}

#breadCrumbBox {
	width: 80%;
	max-width: 1540px;
}

#hdgNav #bread {
	display: flex;
	justify-content: flex-start;
	gap: 14px;
}

#hdgNav #bread li {
	display: flex;
	align-items: center;
	flex-grow: 0;
	font-size: 14px;
	color: #e3e3e3;
}

#bread li + li:before {
	content: none;
	position: static;
}

#bread li:not(:first-child)::before {
	content: '＞';
	margin-right: 14px;
	display: inline-block;
	color: #e3e3e3;
}

#hdgNav #bread li a {
	display: inline;
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #e3e3e3;
	opacity: 1;
	transition: opacity 0.4s;
}

#bread li a:hover {
	opacity: 0.7;
}

/* cta */
.cta {
	padding: 120px 0;
	background: #282828;
	width: min(80%, 1200px);
	margin: 80px auto;
	color: #fff;
	text-align: center;
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.4s, transform 0.4s;
}

.cta.visible {
	opacity: 1;
	transform: translateY(0);
}

.cta .inner {
	width: min(80%, 1200px);
	box-sizing: border-box;
	margin: 0 auto;
}

.cta_text {
	margin-bottom: 8px;
	font-size: 153.8%;
	font-weight: 500;
	line-height: 1.44;
}

.cta_ttl {
	margin-bottom: 54px;
	font-size: 215.4%;
	font-weight: 700;
	line-height: 1.44;
}

.cta .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 101px;
	color: #fff;
	background: linear-gradient(90deg, rgba(188, 90, 0, 0.9) 0%, rgba(232, 134, 34, 0.9) 100%);
	border-radius: 6px;
	text-decoration: none;
	font-size: 153.8%;
	font-weight: 500;
	line-height: 1.44;
}

.cta .btn:hover {
	opacity: 1;
}

.cta .btn span {
	position: relative;
	padding-right: 45px;
}

.cta .btn span::after {
	content: '';
	display: block;
	width: 29px;
	aspect-ratio: 1 / 1;
	background-image: url(/business/agv/images/common/cta_icon_white.svg);
	background-size: cover;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: transform 0.3s;
}

.cta .btn:hover span::after {
	transform: translateY(-50%) scale(1.1);
}

#ftGNav li.third a {
	display: inline-block;
	position: relative;
	padding-left: 15px;
}

#ftGNav li.third a:before {
	content: url(/business/images_global/n_ic_ftGnav.png);
	position: absolute;
	left: 0;
	top: 0;
}

#ftGNav .blank_link a {
	display: inline-block;
	position: relative;
	padding-left: 32px;
}

#ftGNav .blank_link a:before {
	position: absolute;
	left: 0;
	top: 0;
}

#ftGNav .blank_link a:after {
	content: url(/business/images_global/n_ic_blank_01.png);
	position: absolute;
	left: 16px;
	top: 0;
}

#ftGNav li.third::first-letter {
	display: none;
}

#ftGNav li a[target='_blank']:before {
	top: 0;
}

/* 下層ページ共通パーツ */
.grad_ttl2 {
	width: 100%;
	text-align: left;
	background: none;
	margin: 0 0 80px;
	position: relative;
	z-index: 1;
}

.grad_ttl2::after {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	background: linear-gradient(to right, #1747C4 0%, #1967CC 33%, rgba(28, 134, 211, 0%) 77%);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.grad_ttl2 > span {
	width: min(80%, 1200px);
	padding-right: 190px;
	box-sizing: border-box;
}

.rBlockSect.wrap_contents,
.wrap_contents {
	width: min(80%, 1200px);
	margin: 0 auto 120px;
}

.left_contents,
.right_contents {
	width: 430px;
}

.bg_beige {
	/* width: min(calc(970 / 1440 * 100vw), 970px); */
	width: min(calc(900 / 1520 * 100vw), 970px);
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	padding: 24px 40px 40px;
	box-sizing: border-box;
	margin-bottom: 48px;
}

.bg_beige * {
	color: #333;
}

.bg_beige:last-child {
	margin-bottom: 0;
}

.mb_contents {
	margin-bottom: 64px;
}

.mb_contents:last-child {
	margin-bottom: 0;
}

/*========== サイドバー ==========*/
.wrap_main_contents {
	position: relative;
}

.wrap_sidebar {
	/* width: min(100%, 1200px); */
	width: min(calc(1200 / 1520 * 100vw), 1200px);
	position: absolute;
	top: 27px;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	z-index: 100;
}

.wrap_sidebar.active {
	position: fixed;
	top: 165px;
}

.wrap_sidebar.active2 {
	position: absolute;
	top: auto;
	bottom: 0;
}

.sidebar {
	width: 190px;
	float: right;
	color: #fff;
}

.ttl_sidebar {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #fff;
}

.ul_sidebar li {
	font-size: 16px;
	font-weight: 500;
	line-height: calc(30 / 16);
}

.ul_sidebar > li {
	margin-bottom: 10px;
}

.ul_sidebar > li > a::before {
	content: "・";
}

.ul_sidebar li a {
	display: flex;
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
	pointer-events: auto;
}

.ul_sidebar li a:hover,
.ul_sidebar li a.active {
	color: #4FA0FF;
}

/* 第二階層 */
.ul_sidebar_lv2 {
	margin-top: 5px;
	padding-left: 40px;
}

.ul_sidebar_lv2 li {
	margin-bottom: 5px;
}

.ul_sidebar_lv2 li:last-child {
	margin-bottom: 0;
}

@media (max-width: 1100px) {
	.bg_beige {
		width: 100%;
	}
	.wrap_sidebar {
		display: none;
	}
}

/* レスポンシブ */
body.responsive-sp:has(#hdgNav.fixed) {
	padding-top: 0;
}

body.responsive-sp a.bg_btn {
	width: calc(100% - 36px);
	height: 48px;
	font-size: 14px;
}

body.responsive-sp .grad_ttl {
	height: auto;
	min-height: 40px;
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 16px;
	line-height: 1.44;
	letter-spacing: normal;
}

body.responsive-sp .grad_ttl > span {
	width: 100%;
}

#spFooterCon #copyright a,
#spFooterCon .copyright a {
	background-color: #fff;
}

body.responsive-sp .br_sp_on {
	display: inline;
}

body.responsive-sp .cta {
	display: none;
}

/* 下層ページ共通パーツ */
body.responsive-sp .grad_ttl2 {
	margin: 0 0 40px;
	background: linear-gradient(to right, #1747c4 0%, #1967cc 50%, #1c86d3 100%);
	padding: 9px 0 9px 0;
	letter-spacing: 0.15em;
	box-sizing: border-box;
}

body.responsive-sp .grad_ttl2::after {
	content: none;
}

body.responsive-sp .grad_ttl2 > span {
	width: 100%;
	text-align: center;
	padding: 0;
}

body.responsive-sp .rBlockSect.wrap_contents,
body.responsive-sp .wrap_contents {
	width: 100%;
	padding: 0 10px;
	margin: 0 0 56px;
	box-sizing: border-box;
}

body.responsive-sp .left_contents,
body.responsive-sp .right_contents {
	width: 100%;
}

body.responsive-sp .bg_beige {
	width: 100%;
	padding: 16px 20px 20px;
}

body.responsive-sp .mb_contents {
	margin-bottom: 48px;
}

body.responsive-sp .mb_contents:last-child {
	margin-bottom: 0;
}