  @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');
@media screen and (max-width: 767px) {
	.x-pc {
		display: none !important;
	}
}
@media screen and (min-width: 768px) {
	.x-sp {
		display: none !important;
	}
}
html {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	scroll-padding-top: 140px;
}
video {
	height: auto;
}
.site-content {
	padding-top: 137px;
	overflow: hidden;
}
@media print {
	.site-content {
		padding-top: 80px;
	}
}
.back-to-top-box .back-to-top {
	z-index: 1;
}

/* .billboard */
.billboard {
	height: 300px;
	color: #FFFFFF;
}
.billboard:after {
	content: none;
}
.billboard .container {
	justify-content: flex-start;
	align-items: center;
}
.billboard .kv-list {
	margin: auto 0 0;
}
.billboard + section.breadcrumb-nav-wrapper {
	margin-bottom: -50px;
}
@media screen and (max-width: 767px) {
	.billboard + section.breadcrumb-nav-wrapper {
		margin-top: 10px;
	}
}
@media screen and (max-width: 767px) {
	.info-message .president {
		margin-top: 100px;
	}
}


.heading-1 {
	display: flex;
	align-items: center;
	margin: auto 0 0;
	text-align: left;
	font-weight: normal;
	font-size: 30px;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 0;
}
.heading-1:before {
	content: "";
	border-left: 38px solid transparent;
	border-bottom: 80px solid #004898;
	display: block;
	width: 100vw;
	position: absolute;
	left: -80px;
	bottom: 0;
	z-index: -1;
	opacity: 0.75;
}
.heading-1:after {
	content: "";
	display: block;
	height: 80px;
}
.billboard--simple {
	background: linear-gradient(90deg, #004898 0%, #5F84AD 37.5%, #6C9BD2 65.62%, #FFFFFF 100%);
	height: 150px;
}
.billboard--simple .heading-1 {
	margin: auto 0;
}
.billboard--simple .heading-1:before,
.billboard--simple .heading-1:after {
	content: none;
}

/* .heading-2 */
.heading-2 {
	border-bottom: 2px solid #E5E5E5;
	margin-bottom: 15px;
	padding: 0 0 10px;
	text-align: left;
	font-size: 25px;
	color: #333333;
}
.heading-2::before {
	content: none;
}
.heading-2::after {
	background: #3B618E;
	width: 80px;
	height: 2px;
	bottom: -2px;
	left: 0;
}
.heading-2:not(:first-child) {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.heading-2 {
		margin: 0 0 20px;
		padding: 14px 0 0;
		font-size: 24px;
		line-height: 1.5;
	}
	.heading-2::after {
		width: 24px;
	}
	
}

/* .heading-3 */
.heading-3 {
	background: none;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 0;
	font-weight: bold;
	color: #3B618E;
}
.heading-3:not(:first-child),
.heading-3:not(:last-child) {
	margin-top: 30px;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.heading-3:not(:last-child),
	.heading-3 {
		margin-bottom: 20px;
		font-size: 20px;
	}
}

/* .heading-4 */
.heading-4 {
	margin: 30px 0 20px;
	padding: 0 0 8px;
	border-bottom: 2px solid #E5E5E5;
	line-height: 1.5;
}
.heading-4:not(:first-child) {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.heading-4:not(:last-child),
	.heading-4 {
		margin-bottom: 20px;
		font-size: 18px ;
	}
}

/* .heading-5 */
.heading-5 {
	margin-bottom: 30px;
	padding: 0 0 0 15px;
	font-size: 16px;
	color: #333333;
	position: relative;
}
.heading-5:not(:last-child) {
	margin-bottom: 3z0px;
}
.heading-5:before {
	content: "";
	background: #3B618E;
	display: block; 
	width: 4px;
	height: 22px;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 767px) {
	.heading-5 {
		font-size: 16px;
	}
}

/* .paragraph */
.paragraph {
	margin: 10px 0;
}
.paragraph:not(:last-child) {
	margin-bottom: 10px;
}
.paragraph:not(:first-child) {
	margin-top: 10px;
}

/* section */
.billboard + section:not(:first-child) {
	margin-top: 20px;
}

/* .history-list */
.history-list .history-list__year-list__balloon {
	display: flex;
}
.history-list .history-list__year-list__balloon__heading {
	display: block;
	flex-shrink: 0;
}
.history-list .history-list__year-list__balloon__content {
	display: block;
}
@media screen and (max-width: 767px) {
	.history-list .history-list__year-list__balloon {
		display: block;
	}
	.history-list .history-list__year-list__balloon__content {
		padding: 20px 0 0;
	}
}

/* .section--modal */
.section--modal__heading-sub {
	padding-bottom: 0;
	border-bottom: none;
}
.section--modal .columns + .columns {
	padding-top: 60px;
	border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
	.section--modal .columns + .columns {
		padding-top: 30px;
	}
	.section--modal .columns__column + .columns__column {
		padding-top: 30px;
		border-top: 1px solid #ccc;
	}
}

/* .relation */
.relation {
	padding-bottom: 0;
	border-bottom: none;
}

/* .box--color */
.box--color {
	background: none;
	padding: 0;
}
.box--color + .box--color {
	margin-top: -70px;
	border-top: 2px solid #E5E5E5;
}
.box--color h4,
.box--color .heading-4 {
	padding-bottom: 0;
	border-bottom: none;
}

/* .select-box */
.select-box__list__item label {
	display: inline-block;
}

/* .area-header */
.area-header {
	background: #fff;
	width: 100%;
	border-top: 8px solid #004898;
	font-weight: 700;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
}
.area-header a {
	color: inherit;
}
.area-header a .top {
	display: inline-flex;
	align-items: center;
	margin-left: 26px;
	vertical-align: middle;
	font-size: 16px;
}
.area-header a .top svg {
	background-color: #3B618E;
	width: 12px;
	height: 12px;
	margin-right: 5px;
	padding: 6px;
	border-radius: 12px;
	fill: #fff;
}
.area-header > .container {
	display: flex;
	align-items: center;
	max-width: 1440px;
}
.area-header > .container:before {
	content: "";
	display: block;
	height: 72px;
}
.area-header .logo {
	width: auto;
}
.area-header .logo svg {
	width: 142px;
	height: 40px;
}
.area-header .language {
	margin-left: 33px;
}
.area-header .language ul {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 10px;
	line-height: 1;
	position: relative;
}
.area-header .language ul:before {
	content: "/";
	display: block;
	margin: 0 0.5em;
	order: 1;
}
.area-header .language ul li:last-child {
	order: 1;
}
.area-header .language ul li a {
	position: relative;
	opacity: 0.5;
}
.area-header .language ul li a[href] {
	opacity: 1;
}
.area-header .language ul li a[href]:before {
	content: "";
	display: block;
	width: 100%;
	border-bottom: 1px solid;
	position: absolute;
	bottom: -3px;
	left: 0;
}
.area-header .sns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2em;
	margin-left: auto;
}
.area-header .sns img {
	width: 24px;
}
.area-header .contact {
	margin-left: 3em;
}
.area-header .contact a {
	background: #3B618E;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 2.25em;
	padding: 0 33px;
	border-radius: 32px;
	font-size: 10px;
	line-height: 1;
	color: #FFFFFF;
}
.area-header .contact a:before {
	content: "";
	display: block;
	height: 32px;
}
.area-header .search {
	margin-left: 40px;
}
.area-header form {
	display: flex;
	width: 140px;
	position: relative;
	border: 1px solid transparent;
}
.area-header form input[type="search"] {
	background: none;
	padding: 1px 0 0 4px;
	border: none;
	outline: none;
	font-weight: normal;
	font-size: 12px;
	position: relative;
	z-index: 1;
	flex-shrink: 0;
	flex: 1;
}
.area-header form button {
	background: #6C9BD2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	padding: 0;
	border: none;
	outline: none;
	position: relative;
	z-index: 1;
}
.area-header form button svg {
	width: 12px;
	height: 12px;
	fill: #FFFFFF;
}
.area-header form input[type="search"] ~ span {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #6C9BD2;
	position: absolute;
	top: -1px;
	left: -1px;
}
.area-header-nav {
	border-top: 2px solid #007CC3;
	border-bottom: 1px solid #C4C4C4;
}
.area-header-nav > ul {
	display: flex;
	max-width: 900px;
	margin: auto;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
}
.area-header-nav > ul > li {
	display: flex;
}
.area-header-nav > ul > li:before {
	content: "";
	display: block;
	height: 54px;
}
.area-header-nav > ul > li > a {
	display: flex;
	align-items: center;
	letter-spacing: 0.28em;
	position: relative;
}
:lang(en) .area-header-nav > ul > li > a {
	letter-spacing: 0;
}
.area-header-nav > ul > li > a:before {
	content: "";
	display: block;
	box-sizing: border-box;
	width: 1em;
	height: 1em;
	margin-right: 0.5em;
	border: 2px solid #6C9BD2;
}
.area-header-nav > ul > li > a.active {
	color: #004898;
}
.area-header-nav > ul > li > a:hover:before,
.area-header-nav > ul > li > a.active:before {
	background-color: #004898;
	border-color: transparent;
}
.area-header-nav > ul > li > a.active:after {
	content: "";
	background-color: #004697;
	width: 60px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 30px);
}
.area-header-nav > ul > li > a > svg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.area-header-nav > ul > li > a.active + .sub {
	transform: translateY(0%);
	max-height: 100vh;
	z-index: 0;
}
.area-header-nav > ul > li > a.active + .sub .wrap {
	transform: translateY(0%);
}
.area-header-nav .sub {
	width: 100%;
	max-height: 0;
	position: absolute;
	top: 100%;
	left: 0;
	overflow: hidden;
	transition: max-height 320ms ease;
	z-index: -1;
}
.area-header-nav .sub > .wrap {
	background: #F5F5F5;
	transform: translateY(-100%);
	transition: transform 320ms ease;
	overflow: hidden;
}
.area-header-nav .sub > .wrap > .wrap {
	display: block;
	margin: auto;
	padding: 40px 20px;
	transform: translateY(100%);
	transition: transform 320ms ease;
}
.area-header-nav .sub .header {
	border-bottom: 1px solid #C4C4C4;
}
.area-header-nav .sub .header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	font-size: 24px;
	color: #004898;
}
.area-header-nav .sub .header {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	font-size: 24px;
	color: #004898;
}
.area-header-nav .sub .header .close {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	color: #000;
	cursor: pointer;
}
.area-header-nav .sub .header .close svg {
	width: 20px;
	height: 20px;
	margin-left: 1em;
}
.area-header-nav .sub ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-weight: normal;
	font-size: 16px;
}
.area-header-nav .sub ul li {
	flex-basis: 33.33%;
	margin-top: 20px;
}
.area-header-nav .sub ul li a {
	display: flex;
	align-items: center;
}
.area-header-nav .sub ul li a:before {
	content: "";
	background: #000;
	width: 0.5em;
	height: 1px;
	margin-right: 1em;
}
@media screen and (max-width: 767px) {
	.site-content {
		padding-top: 0;
	}

	.billboard {
		height: 150px;
	}
	.heading-1 {
		font-size: 20px;
	}
	.heading-1:before {
		border-bottom-width: 40px;
		border-left-width: 14px;
		left: -20px;
	}
	.heading-1:after {
		height: 40px;
	}
	.billboard--simple {
		height: 220px;
		padding: 0;
	}
	.billboard--simple .heading-1 {
		text-align: left;
		font-size: 30px;
		line-height: 1.25;
	}

	.area-header > .container:before {
		height: 63px;
	}
	.area-header .logo {
		padding: 10px 0;
	}
	.area-header .logo svg {
		width: 145px;
		height: 42px;
	}
	.area-header .btn-menu {
		margin-left: auto;
		cursor: pointer;
	}
	.area-header .btn-menu svg {
		display: block;
	}
	.area-header-nav {
		background-color: #F5F5F5;
		max-height: 0;
		padding: 0 20px;
		border-top: 1px solid #C4C4C4;
		border-bottom: none;
		overflow: auto;
		transition: max-height 320ms ease;
	}
	.area-header-nav.active {
		max-height: calc(100vh - 74px);
		box-sizing: border-box;
	}
	.area-header-nav > ul {
		flex-direction: column;
		align-items: stretch;
	}
	.area-header-nav > ul > li {
		flex-wrap: wrap;
		border-bottom: 1px solid #C4C4C4;
	}
	.area-header-nav > ul > li > a {
		box-sizing: border-box;
		width: 100%;
	}
	.area-header-nav > ul > li > a.active:after {
		content: none;
	}
	.area-header-nav > ul > li > a svg {
		width: 16px;
		height: 16px;
		padding: 18px;
		margin-right: -18px;
		margin-left: auto;
		position: relative;
		top: auto;
		left: auto;
		opacity: 1;
		z-index: 1;
	}
	.area-header-nav > ul > li > a svg use:last-child {
		display: none;
	}
	.area-header-nav > ul > li > a.active svg use:first-child {
		display: none;
	}
	.area-header-nav > ul > li > a.active svg use:last-child {
		display: block;
	}
	.area-header-nav > ul > li > a + .sub {
		max-height: 0;
		position: relative;
	}
	.area-header-nav > ul > li > a.active + .sub {
		max-height: 100vh;
	}
	.area-header-nav .sub > .wrap,
	.area-header-nav .sub > .wrap > .wrap {
		transition: none;
		transform: translateY(0);
	}
	.area-header-nav .sub > .wrap > .wrap {
		padding: 0;
		border-top: 1px solid #C4C4C4;
	}
	.area-header-nav .sub .header {
		display: none;
	}
	.area-header-nav .sub ul {
		flex-direction: column;
		align-items: flex-start;
		padding: 0.5em;
		font-size: 14px;
	}
	.area-header-nav .sub ul li {
		margin: 0;
	}
	.area-header-nav .sub ul li a:after {
		content: "";
		display: block;
		height: 32px;
	}
	.area-header-nav .etc {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 20px 0;
	}
	.area-header-nav .contact {
		margin: 0;
	}
	.area-header-nav .contact a {
		padding: 0 55px;
	}
	.area-header-nav .language ul {
		font-weight: bold;
		font-size: 12px;
	}
	.area-header-nav .search {
		width: 100%;
		margin: 20px 0 0;
	}
	.area-header-nav .search form {
		width: 100%;
	}
	.area-header-nav .search form button {
		width: 32px;
		height: 32px;
	}
	.area-header-nav .search form button svg {
		width: 16px;
		height: 16px;
	}
	.area-header-nav .search form input[type="search"] ~ span {
		background: #FFFFFF;
	}
	.area-header .sns {
		width: 100%;
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #C4C4C4;
	}
	
}
@media print {
	.area-header {
		border: none;
		position: absolute;
	}
	.area-header .container > *:not(.logo) {
		display: none;
	}
	.area-header-nav {
		display: none;
	}
}

/* .area-footer */
.area-footer {
	background: #F5F5F5;
	padding: 40px 0;
	position: relative;
}
.area-footer a {
	color: #333333;
}
.area-footer .container {
	display: flex;
	max-width: 1440px;
}
.area-footer-left {
	display: flex;
	flex-direction: column;
	flex-basis: 307px;
	flex-shrink: 0;
	padding-left: 40px;
}
.area-footer-left .logo svg {
	width: 210px;
	height: 58px;
}
.area-footer-left ul {
	max-width: 186px;
	margin-top: 60px;
}
.area-footer-left ul li {
	margin-top: 1em;
}
.area-footer-left ul li:empty {
	margin-top: 3em;
}
.area-footer-left ul li strong {
	font-size: 18px;
	color: #3B618E;
}
.area-footer-left .copyright {
	margin: auto 0 0;
	font-size: 10px;
}
.area-footer-right .copyright {
	margin: 1em 0 0 0;
	text-align: right;
	font-size: 10px;
}
.area-footer-right {
	flex-grow: 1;
	border-left: 1px solid #C4C4C4;
	padding-left: 80px;
}
.area-footer-right dl {
	display: flex;
	max-width: 100%;
	padding: 25px 0;
	border-bottom: 1px solid #C4C4C4;
	line-height: normal;
}
.area-footer-right dl dt {
	flex-basis: 164px;
	flex-shrink: 0;
}
.area-footer-right dl dt a {
	font-weight: 700;
	font-size: 16px;
	color: #3B618E;
}
.area-footer-right dl dd {
	flex-basis: 100%;
	max-width: 100%;
}
.area-footer-right dl dd ul {
	display: flex;
	flex-wrap: wrap;
	margin: -0.5em 0 0;
}
.area-footer-right dl dd ul li {
	margin: 0.5em 0 0 2em;
	flex-shrink: 0;
}
@media screen and (max-width: 767px) {
	.area-footer-left {
		flex: 1;
		padding: 0 24px;
	}
	.area-footer-left .logo svg {
		width: auto;
		height: 54px;
	}
	.area-footer-left ul {
		display: flex;
		flex-wrap: wrap;
		max-width: none;
		margin: 40px 0 0;
	}
	.area-footer-left ul li {
		flex-basis: 50%;
	}
	.area-footer-left ul li:empty ~ li {
		flex-basis: 100%;
	}
	.area-footer-left ul li:empty ~ li img {
		width: 186px;
		margin: 0 40px;
	}
}
@media print {
	.area-footer {
		display: none;
	}
}

/* .solution-voice */
body.solution-voice .billboard,
body.solution-voice .breadcrumb-nav-wrapper {
	display: none;
}

/* .section-solution-voice-index */
.section-solution-voice-index { 
	margin: 80px 0 120px;
}
.section-solution-voice-index h2 {
	margin: 0 0 50px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
	color: #004898;
}
.section-solution-voice-index ul {
	display: flex;
	flex-wrap: wrap;
}
.section-solution-voice-index ul li {
	max-width: calc(50% - 40px);
	margin: 30px 20px;
}
.section-solution-voice-index ul li a {
	color: #333333;
}
.section-solution-voice-index ul li .subject {
	position: relative;
}
.section-solution-voice-index ul li .subject h2 {
	background: linear-gradient(90deg, #004898 0%, #95B1D2 100%);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 283px;
	padding: 5px 15px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.75;
	color: #FFFFFF;
	position: absolute;
	top: -21px;
	left: -13px;
}
.section-solution-voice-index ul li .subject h2:before {
	content: "";
	display: block;
	height: 84px;
}
.section-solution-voice-index ul li .subject .image {
	padding-right: 13px;
}
.section-solution-voice-index ul li .subject .arrow {
	background: linear-gradient(90deg, #004898 0%, #95B1D2 100%);
	display: flex;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 0;
	bottom: -13px;
}
.section-solution-voice-index ul li .subject .arrow svg {
	display: block;
	width: 16px;
	height: 13px;
	margin: auto;
	fill: #FFFFFF;
}
.section-solution-voice-index ul li .profiles {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0;
	font-size: 12px;
	line-height: 1.5;
}
.section-solution-voice-index ul li .profiles p {
	width: 50%;
}
.section-solution-voice-index ul li .profiles p:first-child:last-child {
	width: auto;
}
@media screen and (max-width: 1100px) {
	.section-solution-voice-index ul {
		display: block;
	}
	.section-solution-voice-index ul li {
		max-width: none;
		margin: 100px -20px 60px;
		padding: 0 32px;
	}
	.section-solution-voice-index ul li .subject h2 {
		width: 222px;
		margin: 0;
		padding: 5px 10px;
		font-size: 14px;
		position: relative;
		top: auto;
		left: -32px;
	}
	.section-solution-voice-index ul li .subject h2::before {
		height: 56px;
	}
	.section-solution-voice-index ul li .subject .arrow {
		width: 20px;
		height: 20px;
		right: -8px;
		bottom: -8px;
	}
	.section-solution-voice-index ul li .subject .image {
		margin-top: -46px;
		padding-right: 0;
	}
	.section-solution-voice-index ul li .profiles {
		display: block;
		margin: 12px 0 0;
		font-size: 10px;
	}
	.section-solution-voice-index ul li .profiles p {
		width: auto;
	}
	.section-solution-voice-index ul li .profiles p + p {
		margin: 14px 0 0;
	}
}


/* .section-solution-voice-recruit */
.section-solution-voice-recruit {
	background: linear-gradient(180deg, #B5C9DF 0%, #DAE2EA 100%);
	margin: 0 20px;
	position: relative;
}
.section-solution-voice-recruit a {
	display: block;
	color: inherit;
}
.section-solution-voice-recruit .subject {
	position: relative;
}
.section-solution-voice-recruit .subject h2 {
	background: linear-gradient(90deg, #004898 0%, #95B1D2 100%);
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	width: 283px;
	min-height: 58px;
	padding: 5px 15px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.75;
	color: #FFFFFF;
	position: relative;
	top: -14px;
	left: -20px;
}
.section-solution-voice-recruit .subject p {
	display: inline-block;
	font-weight: bold;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
.section-solution-voice-recruit .images {
	display: flex;
	flex-wrap: wrap;
	margin: -14px 0 0 -14px;
	padding: 0 20px 20px;
}
.section-solution-voice-recruit .images li {
	width: calc(100% / 8 - 14px);
	margin: 14px 0 0 14px;
}
@media screen and (max-width: 1100px) {
	.section-solution-voice-recruit {
		margin: 0;
	}
	.section-solution-voice-recruit .subject p {
		margin: 0 16px;
	}
	.section-solution-voice-recruit .images {
		margin: -8px 0 0 -8px;
		padding: 16px;
	}
	.section-solution-voice-recruit .images li {
		width: calc(100% / 3 - 8px);
		margin: 8px 0 0 8px;
	}
	
}


/* .section-solution-voice-visual */
.section-solution-voice-visual {
	margin: 0 0 100px;
	position: relative;
}
.section-solution-voice-visual img {
	max-width: none;
	width: 100%;
}
.section-solution-voice-visual h1 {
	background: linear-gradient(90deg, #004898 0%, #95B1D2 100%);
	width: 623px;
	box-sizing: border-box;
	padding: 30px 24px 30px 100px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.75;
	color: #FFFFFF;
	position: absolute;
	top: 20px;
	left: 0;
}
.section-solution-voice-visual--03 h1 {
	left: auto;
	right: 0;
}
.section-solution-voice-visual .profile {
	display: flex;
	background: rgba(255, 255, 255, 0.9);
	width: 546px;
	box-sizing: border-box;
	font-weight: 700;
	padding: 30px 40px;
	line-height: 1.5;
	position: absolute;
	bottom: 0;
	right: 120px;
}
.section-solution-voice-visual--02 .profile {
	right: auto;
	left: 120px;
}
.section-solution-voice-visual .profile p {
	flex-shrink: 0;
}
:lang(en) .section-solution-voice-visual .profile p {
	flex-shrink: 1;
}
.section-solution-voice-visual .profile p + p {
	margin-left: 1em;
}
@media screen and (max-width: 767px) {
	.section-solution-voice-visual {
		margin: 0;
		padding: 40px 0 0 24px;
		height: auto;
	}
	.section-solution-voice-visual img {
		max-width: 100%;
		height: auto;
	}
	.section-solution-voice-visual h1 {
		width: 302px;
		padding: 1em 24px;
		font-size: 15px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.section-solution-voice-visual .profile {
		display: block;
		width: auto;
		margin: 24px 0;
		padding: 0;
		font-size: 12px;
		position: relative;
		left: auto;
		right: auto;
	}
	.section-solution-voice-visual .profile p + p {
		margin: 24px 0 0;
	}
}

/* .section-solution-voice-description */
.section-solution-voice-description {
	background: rgba(255, 255, 255, 0.9);
	margin: 60px auto 100px;
	max-width: 1120px;
	box-sizing: border-box;
	padding: 45px 80px 36px;
	position: relative;
}
.section-solution-voice-description:before {
	content: "";
	background: linear-gradient(90deg, #004898 0%, #95B1D2 100%);
	display: block;
	width: 100vw;
	height: calc(100% + 40px);
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	z-index: -1;
}
.section-solution-voice-description p {
	font-weight: bold;
	font-size: 18px;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.section-solution-voice-description {
		max-width: none;
		padding: 20px 20px 36px;
	}
	.section-solution-voice-description p {
		font-size: 16px;
	}
}

/* .section-solution-voice-article */
.section-solution-voice-article {
	max-width: 1120px;
	margin: 60px auto;
	color: #000000;
}
.section-solution-voice-article h2 {
	width: 658px;
	margin: 0 auto 10px;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5;
	color: #3B618E;
}
.section-solution-voice-article h3 {
	width: 658px;
	margin: 0 auto 20px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
}
.section-solution-voice-article p {
	width: 658px;
	margin: 0 auto 90px;
	font-size: 16px;
	line-height: 2;
}
.section-solution-voice-article img + img {
	margin-top: 40px;
}
.section-solution-voice-article p + p {
	margin-top: -50px;
}
.section-solution-voice-article .columns:not(:last-child),
.section-solution-voice-article .columns {
	margin: 70px auto;
	flex-wrap: nowrap;
}
.section-solution-voice-article .columns .column {
	min-width: 377px;
}
.section-solution-voice-article .columns .column + .column {
	margin: 0 0 0 86px;
}
.section-solution-voice-article .columns .column p {
	width: auto;
}
.section-solution-voice-article .figure:not(:last-child) {
	margin-bottom: 140px;
	position: relative;
	overflow: visible;
}
.section-solution-voice-article .figure:not(:last-child)::before {
	content: "";
	background: linear-gradient(90deg, #004898 0%, #95B1D2 100%);
	display: block;
	width: 100vw;
	height: 340px;
	position: absolute;
	bottom:  -50px;
	left: calc(50% - 50vw);
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.section-solution-voice-article {
		max-width: none;
	}
	.section-solution-voice-article h2 {
		width: auto;
		font-size: 20px;
	}
	.section-solution-voice-article h3 {
		width: auto;
		margin: 0 auto 40px;
		font-size: 20px;
	}
	.section-solution-voice-article p {
		width: auto;
		font-size: 14px;
	}
	.section-solution-voice-article .columns {
		display: block;
	}
	.section-solution-voice-article .columns .column {
		min-width: auto;
	}
	.section-solution-voice-article .columns .column + .column {
		margin: 40px 0 0;
	}
}

/* .section-solution-voice-profile */
.section-solution-voice-profile {
	background: #FFFFFF;
	margin: 140px 0 100px;
	padding: 36px 43px;
	position: relative;
}
.section-solution-voice-profile:before {
	content: "";
	background: linear-gradient(90deg, #004898 0%, #95B1D2 100%);
	width: 100vw;
	height: 280px;
	position: absolute;
	top: -40px;
	left: calc(50% - 50vw);
	z-index: -1;
}
.section-solution-voice-profile h2 {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
	color: #3B618E;
}
.section-solution-voice-profile .profile {
	display: flex;
	margin: 17px 0 0;
}
.section-solution-voice-profile .profile .text {
	margin: 0 0 0 40px;
	font-size: 16px;
	line-height: 2;
}
.section-solution-voice-profile .profile .text h3 {
	font-weight: bold;
	font-size: 1.75em;
}
.section-solution-voice-profile .profiles {
	display: flex;
}
.section-solution-voice-profile .profiles .profile {
	display: block;
	flex: 1;
}
.section-solution-voice-profile .profiles .profile + .profile {
	margin-left: 40px;
}
@media screen and (max-width: 767px) {
	.section-solution-voice-profile {
		margin: 100px 0 80px;
		padding: 36px 24px;
	}
	.section-solution-voice-profile .profiles {
		display: block;
		margin: 23px 0 0;
	}
	.section-solution-voice-profile .profile,
	.section-solution-voice-profile .profiles .profile {
		display: block;
		margin: 23px 0 0;
	}
	.section-solution-voice-profile .profiles .profile + .profile {
		margin: 23px 0 0;
	}
	.section-solution-voice-profile .profile .text {
		margin: 20px 0 0;
		font-size: 14px;
	}
}

/* .section-solution-voice-introduction */
.section-solution-voice-introduction {
	background: linear-gradient(#B5C9DF 0%, #DAE2EA 100%);
	margin: 140px 0 100px;
	padding: 39px 0 57px;
	position: relative;
}
.section-solution-voice-introduction > * {
	max-width: 658px;
	margin: auto;
}
.section-solution-voice-introduction > h2 {
	margin-bottom: 26px;
	font-weight: bold;
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 1.5;
}
.section-solution-voice-introduction > p {
	font-size: 16px;
	line-height: 2;
}
.section-solution-voice-introduction > p + p {
	margin-top: 1em;
}
@media screen and (max-width: 767px) {
	.section-solution-voice-introduction {
		padding: 24px 16px;
	}
	.section-solution-voice-introduction > h2 {
		margin-bottom: 24px;
	}
	.section-solution-voice-introduction > p {
		font-size: 14px;
	}
}

/* .list-link-solution */
.list-link-solution {
	margin: 112px 0 72px;
}
.list-link-solution ul {
	display: flex;
	flex-wrap: wrap;
	margin: 70px 0 0 -40px;
}
.list-link-solution ul.images li {
	margin: 40px 0 0 40px;
}
.list-link-solution ul.images li.size-2 {
	width: calc(50% - 40px);
}
.list-link-solution ul.images li.size-4 {
	width: calc(25% - 40px);
}
.list-link-solution ul.images li a {
	display: block;
	color: inherit;
}
.list-link-solution ul.images li a .title {
	display: flex;
	align-items: center;
	margin: 18px 0 0;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
}
.list-link-solution ul.images li.size-2 a .title {
	font-size: 22px;
}
.list-link-solution ul.images li a .title svg {
	display: block;
	width: 10px;
	height: 8px;
	margin: 0 0 0 auto;
	fill: #3B618E;
}
.list-link-solution ul.images li a .desc {
	margin: 20px 0 0;
	line-height: 1.5;
}
.list-link-solution ul.buttons {
	justify-content: center;
}
.list-link-solution ul.buttons li {
	margin: 40px 0 0 40px;
}
.list-link-solution ul.buttons li a {
	background: #3B618E;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	width: 326px;
	padding: 0 25px;
	border-radius: 32px;
	line-height: 1.5;
	color: #FFFFFF;
}
.list-link-solution ul.buttons li a:before {
	content: "";
	display: block;
	height: 64px;
}
.list-link-solution ul.buttons li a svg {
	width: 15px;
	height: 12px;
	fill: #FFFFFF;
}
@media screen and (max-width: 767px) {
	.list-link-solution ul.images {
		margin: 0 0 0 -20px;
	}
	.list-link-solution ul.images li {
		margin: 20px 0 0 20px;
	}
	.list-link-solution ul.images li.size-2 {
		width: calc(100% - 20px);
	}
	.list-link-solution ul.images li.size-4 {
		width: calc(50% - 20px);
	}
	.list-link-solution ul.images li a .title {
		margin: 14px 0 0;
		font-size: 14px;
	}
	.list-link-solution ul.images li.size-2 a .title {
		font-size: 16px;
	}
	.list-link-solution ul.images li a .desc {
		margin: 16px 0 0;
		font-size: 12px;
	}
	.list-link-solution ul.buttons {
		display: block;
		margin: 40px 0;
	}
	.list-link-solution ul.buttons li {
		margin: 10px auto;
	}
	.list-link-solution ul.buttons li a {
		width: 306px;
		margin: auto;
	}
	.list-link-solution ul.buttons li a:before {
		height: 53px;
	}
}

/* .column-merit */
.column-merit {
	background: #F5F5F5;
	padding: 60px 0;
}
.column-merit dl {
	display: flex;
	align-items: center;
}
.column-merit dl dt {
	flex-shrink: 0;
	padding: 0 56px;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5;
	color: #3B618E;
}
.column-merit dl dt sup {
	vertical-align: super;
	font-size: 0.363em;
}
.column-merit dl dd {
	padding: 0 56px;
	font-size: 16px;
	line-height: 1.75;
	position: relative;
}
.column-merit dl dd:before {
	content: "";
	background: #E5E5E5;
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.column-merit dl dd > * + * {
	margin: 24px 0 0;
}
.column-merit dl dd ul li {
	padding-left: 0.75em;
	text-indent: -1.5em;
}
.column-merit dl dd ul li:before {
	content: "";
	background: #3B618E;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: calc(1em - 6px);
	vertical-align: middle;
}
.column-merit dl dd .green {
	color:  #8ec33e;
}
.column-merit dl dd .blue {
	color:  #3d7bc0;
}
@media screen and (max-width: 767px) {
	.column-merit {
		padding: 24px 0;
	}
	.column-merit dl {
		display: block;
	}
	.column-merit dl dt {
		padding: 0 24px;
		text-align: center;
		font-size: 18px;
	}
	.column-merit dl dd {
		margin: 16px 0 0;
		padding: 16px 24px 0;
		font-size: 14px;
		line-height: 2;
	}
	.column-merit dl dd:before {
		width: calc(100% - 48px);
		height: 1px;
		left: 24px;
	}
}

/* .list-link-info */
.list-link-info {
	margin: 60px 0 90px;
}
.list-link-info ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px 40px;
	/* margin: 0 0 0 -40px; */
}
.list-link-info ul li {
	/* width: calc(100% / 3 - 40px); */
	/* margin: 0 0 0 40px; */
	flex-shrink: 0;
}
.list-link-info ul li a {
	display: block;
}
.list-link-info ul li a .image {
	border: 1px solid #E8E8E8;
	position: relative;
}
.list-link-info ul li a .image .figure {
	margin: 0;
}
.list-link-info ul li a .image svg {
	background: #3B618E;
	width: 16px;
	height: 12px;
	padding:  10px 8px;
	fill: #FFFFFF;
	position: absolute;
	right: -14px;
	bottom: 2px;
}
.list-link-info ul li a .text {
	margin: 20px 0 0;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
	color: #3B618E;
}
@media screen and (max-width: 767px) {
	.list-link-info ul {
		display: block;
		margin: 0;
		padding: 0 10px 0 5px;
	}
	.list-link-info ul li {
		width: auto;
		margin: 20px 0 0;
	}
	.list-link-info ul li a .image svg {
		width: 10px;
		height: 8px;
		padding:  6px 5px;
		right: -10px;
		bottom: -8px;
	}
	.list-link-info ul li a .text {
		margin: 16px 0 0;
		font-size: 16px;
	}
}

/* .list-link-catalog */
.list-link-catalog {
	margin: 50px 0 80px;
}
.list-link-catalog .heading {
	margin: 50px 0 43px;
	font-weight: bold;
	font-size: 22px;
}
.list-link-catalog ul {
	display: flex;
	flex-wrap: wrap;
	margin: -30px 0 0 -64px;
}
.list-link-catalog ul li {
	width: calc(100% / 3 - 64px);
	box-sizing: border-box;
	margin: 30px 0 0 64px;
}
.list-link-catalog ul li:last-child {
	margin-right: auto;
}
.list-link-catalog ul li a {
	display: flex;
	padding: 20px 18px;
	border: 1px solid #E8E8E8;
	position: relative;
}
.list-link-catalog ul li a:before {
	content: "";
	background: #3B618E;
	flex-shrink: 0;
	display: block;
	width: 4px;
	min-height: 88px;
	margin: 0 18px 0 0;
}
.list-link-catalog ul li a .text {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
	color: #3B618E;
}
.list-link-catalog ul li a svg {
	background: #3B618E;
	display: block;
	box-sizing: border-box;
	width: 32px;
	height: 32px;
	padding: 10px 8px;
	fill: #FFFFFF;
	position: absolute;
	right: -14px;
	bottom: 4px;
}
.list-link-catalog--orange ul li a:before,
.list-link-catalog--orange ul li a svg {
	background: #F58E36;
}
.list-link-catalog--green ul li a:before,
.list-link-catalog--green ul li a svg {
	background: #8EC33E;
}
@media screen and (max-width: 767px) {
	.list-link-catalog ul {
		display: block;
		margin: 0;
	}
	.list-link-catalog ul li {
		width: auto;
		box-sizing: border-box;
		margin: 32px 0 0;
	}
}

.sustainability-footer-links {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1px;
}
.sustainability-footer-links .block {
	background: linear-gradient(rgba(0,70,151,.55), rgba(0,70,151,.55)), var(--bg);
	background-position: center;
	background-size: cover;
	color: #fff;
}
.sustainability-footer-links .block a {
	display: inline-flex;
	align-items: center;
	gap: 1em;
	text-align: center;
	color: inherit;
}
.sustainability-footer-links .block a::before {
	content: "";
	flex-shrink: 0;
	border-style: solid solid none none;
	border-width: 2px;
	width: 11px;
	height: 11px;
	transform: rotate(45deg);
	display: block;
	transition: 0.3s;
}
.sustainability-footer-links .block a:hover:before {
	transform: translateX(5px) rotate(45deg);
}
.sustainability-footer-links .group-1 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	font-weight: 600;
	font-size: calc(18 / 14 * 1em);
	line-height: calc(33 / 18);
}
.sustainability-footer-links .group-1 .block {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sustainability-footer-links .group-1 .block::before {
	content: "";
	display: block;
	height: 126px;
}
.sustainability-footer-links .group-1 .block a {
	padding: 0 1em;
}
.sustainability-footer-links .group-2 .block {
	padding: 30px 40px;
}
.sustainability-footer-links .group-2 .heading {
	margin-bottom: 2em;
	text-align: center;
	font-weight: 600;
	font-size: calc(22 / 14 * 1em);
	line-height: calc(33 / 22);
}
.sustainability-footer-links .group-2 dl dt {
	margin-bottom: 0.75em;
	padding-bottom: 0.75em;
	border-bottom: 1px solid;
	font-weight: 600;
	font-size: calc(18 / 14 * 1em);
	line-height: calc(27 / 18);
}
.sustainability-footer-links .group-3 .block {
	padding: 30px 40px;
	line-height: calc(25 / 14);
}
.sustainability-footer-links .group-3 .heading {
	text-align: center;
	font-weight: 600;
	font-size: calc(22 / 14 * 1em);
	line-height: calc(33 / 22);
}
.sustainability-footer-links .group-3 ul {
	display: flex;
	justify-content: center;
	gap: 2em;
	margin-top: 3em;
}
.sustainability-footer-links .group-4 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	font-size: calc(18 / 14 * 1em);
	line-height: calc(33 / 18);
}
.sustainability-footer-links .group-4 .block {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sustainability-footer-links .group-4 .block::before {
	content: "";
	display: block;
	height: 126px;
}
@media screen and (max-width: 767px) {
	.sustainability-footer-links {
		font-size: 0.8em;
	}
	.sustainability-footer-links .block {
		padding: 10px 20px;
	}
	.sustainability-footer-links .block a {
		text-align: justify;
	}
	.sustainability-footer-links .group-1,
	.sustainability-footer-links .group-4 {
		grid-template-columns: 1fr;
	}
	.sustainability-footer-links .group-1 .block {
		justify-content: flex-start;
	}
	.sustainability-footer-links .group-1 .block:empty {
		display: none;
	}
	.sustainability-footer-links .group-1 .block::before {
		height: 40px;
	}
	.sustainability-footer-links .group-1 .block a {
		padding: 0;
	}
	.sustainability-footer-links .group-2 .block {
		padding: 20px;
	}
	.sustainability-footer-links .group-2 .heading {
		text-align: justify;
	}
	.sustainability-footer-links .group-3 .block {
		padding: 20px;
	}
	.sustainability-footer-links .group-3 .heading {
		text-align: justify;
	}
	.sustainability-footer-links .group-3 ul {
		flex-direction: column;
		gap: 0.5em;
	}
	.sustainability-footer-links .group-4 .block {
		justify-content: flex-start;
	}
	.sustainability-footer-links .group-4 .block::before {
		height: 40px;
	}
}


:lang(en) .second-nav__list {
	justify-content: center;
}

:lang(en) .heading-link {
	padding-right: 0;
}

:lang(en) .second-nav__list__item__link {
	padding-left: 10px;
	padding-right: 10px;
}
@media screen and (max-width: 767px) {
	:lang(en) .second-nav__list__item__link {
		padding-right: 0;
	}
}

.icons-sdgs {
	--column: 4;
	display: grid;
	grid-template-columns: repeat(var(--column), 1fr);
	gap: 0.5em;
}
.csr-footer .arrow:not([href]) span {
	padding-left: 0;
}
.csr-footer .arrow:not([href]) span:before {
	content: none;
}

body.sustainability .heading-link {
	margin: 40px 0 60px;
	font-size: 18px;
}
body.sustainability .heading-link .icon--square:before,
body.sustainability .heading-link .icon--square:after {
	top: 12px;
}